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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b56eea7cd96604166145069758c87821b0ff3162 | c861827ee403b282eb9119b7d74dc4e8e6b0dcb1 | /app/src/main/java/es/ulpgc/eite/cleancode/quiz/QuestionRepository.java | cb6a8588803a9db7f04bda2e2d05b56c56591181 | [] | no_license | DayronYaret/QuizLab2.1 | a876d2c74b47912642fb809bf7fb7362e4b5005f | 0fd2840fe19ec77091e541bc8b5759d2b732b225 | refs/heads/master | 2020-04-23T04:09:45.970477 | 2019-02-15T13:58:50 | 2019-02-15T13:58:50 | 170,900,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package es.ulpgc.eite.cleancode.quiz;
public interface QuestionRepository {
Boolean getCurrentAnswer();
String getCurrentQuestion();
void setupNextQuestion();
String getCurrentResult();
Integer getCurrentIndex();
void setCurrentIndex(Integer index);
void checkCurrentAnswer(boolean userAnswer);
boolean... | [
"lhdez@iuma.ulpgc.es"
] | lhdez@iuma.ulpgc.es |
951351048ccf157544d9a7890a8f63e907aa41c9 | 1a870eff07c27476074f979d8e5abddde2646840 | /com/sun/corba/se/spi/activation/EndpointInfoListHelper.java | ee5a60b770e5c6f4427c6ea3ba266c929d40307f | [
"Apache-2.0"
] | permissive | zhenjunMa/JDK8Translation | ef6684e2292a6646129ba4206af136ffd292d0b0 | 0f9269a359b7ef2a778d89fb4e82ac4e47ea26e9 | refs/heads/master | 2021-06-07T18:59:11.037612 | 2020-09-18T02:49:43 | 2020-09-18T02:49:43 | 97,243,202 | 13 | 5 | null | 2020-09-18T02:49:44 | 2017-07-14T14:36:54 | Java | UTF-8 | Java | false | false | 2,237 | java | package com.sun.corba.se.spi.activation;
/**
* com/sun/corba/se/spi/activation/EndpointInfoListHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u111/7883/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* ... | [
"mzj911101@yahoo.com"
] | mzj911101@yahoo.com |
e56f6f04741da5b925b9eb3c37ebdc7e7e9a3443 | a65c2b08239dec537badb39a81f6c2121fb66661 | /api/src/org/mindswap/utils/QNameProvider.java | dccc2577270fe8af27e60c4591235528ec1ae927 | [
"MIT"
] | permissive | FORMAS/OWL-S-Composer | 9e466e1d11e5907fb20b3b5ee462ba55548150b0 | 73ef10bbde215cf8ebea0f60222975fd3dfeedad | refs/heads/develop | 2021-06-02T03:30:04.858400 | 2019-07-18T20:10:54 | 2019-07-18T20:10:54 | 6,789,163 | 4 | 3 | null | 2013-11-19T11:56:38 | 2012-11-21T03:05:09 | Java | UTF-8 | Java | false | false | 6,575 | java | /*
* Created on May 13, 2004
*/
package org.mindswap.utils;
import java.net.URI;
import java.util.Hashtable;
import java.util.Map;
import java.util.Set;
import org.mindswap.owl.vocabulary.OWL;
import org.mindswap.owl.vocabulary.RDF;
import org.mindswap.owl.vocabulary.RDFS;
import org.mindswap.owl.vocabulary.XSD;
/... | [
"marcoafilho@gmail.com"
] | marcoafilho@gmail.com |
0d47169941304903789dfd2d47c90d8883240808 | fbb8204c29f1d7d5f4b385a956854ddca2bb8e61 | /src/main/java/pe/edu/upn/model/repository/UsuarioRepository.java | a28f063b8189c9e9364334bed9a75739b18c37da | [] | no_license | yalucepadi/restauranteRest | 949c0d205fd9adb7c596ebe1422bedf9213a63b6 | d0976499784706bb0a185d5319be5185873d1d1f | refs/heads/master | 2020-09-29T01:28:38.983940 | 2019-12-09T17:02:38 | 2019-12-09T17:02:38 | 226,914,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package pe.edu.upn.model.repository;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import pe.edu.upn.model.entity.Usuario;
@Repository
public interface UsuarioRepository extends JpaRepository<Usuario, Long> {
Optional<Usua... | [
"yalucepa@gmail.com"
] | yalucepa@gmail.com |
fb9d06b83a8d1716a20ceb5435479b961524ac42 | 6d1625b17a770cf56235fec16ba2a67ced23fb6c | /src/imageviewer_MVC/model/Image.java | f44d648522ccbde048c74a667c1e15741b5e0522 | [] | no_license | rarbelo14/ImageViewer | b0df933937026007700b61f744778a78b6b094b8 | 777aafba44e6a353e80f0aff782d5235eb322426 | refs/heads/master | 2023-02-20T11:49:18.670596 | 2021-01-25T17:20:43 | 2021-01-25T17:20:43 | 318,614,656 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package imageviewer_MVC.model;
public class Image {
private final String name;
public Image(String name) {
this.name = name;
}
public String getName() {
return name;
}
}
| [
"Ricardo@DESKTOP-LPK2S35"
] | Ricardo@DESKTOP-LPK2S35 |
1cfeb9c14f3c6ed8384050e6b0b4d1bc4bc645e9 | bed867264cc7b496dc3f017af1446e78ea8fe023 | /src/main/java/org/apache/flink/QueryDueKey.java | 3d408d03a01ec68f0e3c36a225c8087396e3efaf | [] | no_license | elidina/SABDNYT | e3296ee885de484f112bbe805db82ac775067f65 | 5e6b3cf1f153516211e550c8af00bf9d865d28c6 | refs/heads/master | 2020-06-19T09:17:09.451069 | 2019-07-12T23:58:12 | 2019-07-12T23:58:12 | 196,658,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,817 | java | package org.apache.flink;
import org.apache.flink.api.common.functions.FlatMapFunction;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.common.functions.ReduceFunction;
import org.apache.flink.core.fs.FileSystem;
import org.apache.flink.entities.Comment;
import org.apache.flink.en... | [
"dinataleelisa@gmail.com"
] | dinataleelisa@gmail.com |
c48b9434100b1947cd4bbe458b71afa9bb1d3a31 | 098f8fd9d20aede44266b873b4916b1215f4033a | /map_study/src/test/java/kr/or/dgit/it/map_study/ExampleUnitTest.java | 52da4987e919b2de9f7e998dfa0d9b17d904896d | [] | no_license | hanseokPark/Chapter17_18 | 4e081b1c7e028e8d8ad10db58e89baff6a18aa30 | 575d52d9c5b2330915088e8adad1b89d6c620e23 | refs/heads/master | 2020-03-17T16:11:17.657883 | 2018-06-18T02:03:27 | 2018-06-18T02:03:27 | 133,738,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package kr.or.dgit.it.map_study;
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 voi... | [
"es12850@naver.com"
] | es12850@naver.com |
d1713f50b66bc7339a2083ddd7442a4ba3bcef81 | 220953d58fe923afa7b51b51ee5fde4caa2785ee | /WebScrapper/src/com/WebScrapper/setter/WebPage.java | 75d349f69f25edb3e0a1564dda0a89080fd68cdc | [] | no_license | abdullah0116/WebScrapper | a9e0e437ce94f02aa3984960272f23748dd9963b | 946c1d0d53cb9dca4633397840d7a8436138acd4 | refs/heads/master | 2020-03-17T20:58:09.561160 | 2018-05-18T10:31:27 | 2018-05-18T10:31:27 | 133,937,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package com.WebScrapper.setter;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import webscrapper.WebScrapper;
public class WebPage {
private Anc... | [
"akasak56@gmail.com"
] | akasak56@gmail.com |
1e57722cdc7f29599d66f11f755592a04cb1d540 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_21095.java | d0859ae1a958320f878f49b97fddf7fd090ee03d | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | @OnClick(R.id.terms_and_privacy) protected void termsAndPrivacyClicked(){
final CharSequence[] items=new CharSequence[]{this.termsOfUseString,this.privacyPolicyString};
new AlertDialog.Builder(this).setItems(items,(__,which) -> {
final Intent intent;
if (which == 0) {
intent=new Intent(this,HelpActivi... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
55ea42b75cd61e87ff03e0e389de6aeecc096f3a | dfc0ef8c3017ebfe80fe8ee657b4f593330d3ef6 | /Reversed/framework/com/samsung/android/app/interactivepanoramaviewer/sharevia/EncoderInterface.java | bfb28028d3fc374edc1bb13010facdc93714e483 | [] | no_license | khomsn/SCoverRE | fe079b6006281112ee37b66c5d156bb959e15420 | 2374565740e4c7bfc653b3f05bd9be519e722e32 | refs/heads/master | 2020-04-13T15:36:19.925426 | 2017-06-01T07:31:37 | 2017-06-01T07:31:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,241 | java | package com.samsung.android.app.interactivepanoramaviewer.sharevia;
import android.media.MediaCodec;
import android.media.MediaCodec.BufferInfo;
import android.media.MediaFormat;
import android.media.MediaMuxer;
import android.util.Log;
import java.io.IOException;
import java.nio.Buffer;
import java.nio.ByteBuffer;
p... | [
"fonix232@gmail.com"
] | fonix232@gmail.com |
5514e3fec9166ce403a68abb258f284cfb6a817d | 97acf7adc451150ff5fce2e3c4634dbbe6a7c074 | /src/com/zia/androidpopupprojectwithlist/MainActivity.java | cfa24f7371d50a863cbccaa52ba55a18cfee44f9 | [] | no_license | cupatil/AndroidPopUpProjectWithList | 43c59c4dc8bcba1a34851928938cb44bf476b9d4 | 0d7e285ec60407341e63672af3e437d37b827b48 | refs/heads/master | 2021-01-18T13:02:09.212289 | 2014-10-30T11:06:03 | 2014-10-30T11:06:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,279 | java | package com.zia.androidpopupprojectwithlist;
import java.util.ArrayList;
import java.util.HashMap;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.Gravity;
import an... | [
"ziagaggoo@gmail.com"
] | ziagaggoo@gmail.com |
0d8c2d78f0d34600e9d88dab205c6d1c5fea8a1f | b8e2d1d7da1a99ee99802d4cdb950ab26db92717 | /src/main/java/com/library/dao/MusicDAO.java | 39b0bfaffeb3119a129153ecc7098c732328a7ee | [
"MIT"
] | permissive | sbarakad/QAProject | 710b52805facdfcbf6b3e078d4bdcb9ffd363e5d | a3b66ff709969339153b99b40073385e4b8a3268 | refs/heads/master | 2022-08-01T03:50:18.781993 | 2019-05-23T16:43:08 | 2019-05-23T16:43:08 | 188,271,633 | 0 | 0 | MIT | 2022-06-21T01:09:32 | 2019-05-23T16:38:34 | Java | UTF-8 | Java | false | false | 10,463 | java | package com.library.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.apache.logging.log4j.Level;
import org.apache.logging.l... | [
"eg343462@dal.ca"
] | eg343462@dal.ca |
f1146d2243c4c086844c0a0b3c3991d10f99760e | 205d18401445f4bb5e955e270b0f072202b0ec22 | /oracles/membership-oracles/src/main/java/de/learnlib/oracle/membership/MappedOracle.java | 2838ce2d65f73331295c480a12819f7f2254ab0b | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | damascenodiego/learnlib | b56d07bb904a9b6a770496e09bac687304dee053 | 09b7f505bcee188efe4605a038536a36a2e4c98c | refs/heads/develop | 2021-06-04T12:26:36.840535 | 2018-11-26T19:02:56 | 2018-11-26T19:02:56 | 159,353,246 | 0 | 0 | Apache-2.0 | 2021-02-18T09:46:00 | 2018-11-27T15:02:47 | Java | UTF-8 | Java | false | false | 2,006 | java | /* Copyright (C) 2013-2018 TU Dortmund
* This file is part of LearnLib, http://www.learnlib.de/.
*
* 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/... | [
"markus.frohme@udo.edu"
] | markus.frohme@udo.edu |
44bec1913cd3f4cde833d0f1e7a00dfda3a0562c | d4fe1cc9ad233c75e73d09ed61d609c116255729 | /src/main/java/com/blackboxgaming/engine/components/Child.java | 14056f7a0eed209f189c7be424b9b975e1265976 | [] | no_license | BlackBoxGaming/Engine | 697482fb24eb6e04f30f53ba0d23977a92771803 | 65f74118d3d3b6dfd305bc7e0024c1052c73eeaf | refs/heads/master | 2021-01-20T15:44:26.921792 | 2015-04-09T14:48:22 | 2015-04-09T14:48:22 | 32,343,265 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.blackboxgaming.engine.components;
import com.badlogic.gdx.math.Matrix4;
import com.badlogic.gdx.math.Vector3;
import com.blackboxgaming.engine.Entity;
public class Child implements IComponent {
public final Entity parent;
public final Matrix4 relativeTransformToParent;
public boolean resetRot... | [
"ad_robotics@yahoo.com"
] | ad_robotics@yahoo.com |
61a6203fe65fbe64545ada2244598d6f8a614718 | ff34fd7ab8fb5ba005263affdaf7bacc0f326c93 | /src/main/java/com/crud/h2/ServletInitializer.java | 56f0fb8446dbe237afc74fbafe2b0b9cc64a75d4 | [] | no_license | sansung14/T25_3 | 396e88e253bd61d32a58012ce8d8c9b716e4d878 | 8357f11e6ed7e95c002be9d3904b93c08a97553f | refs/heads/master | 2023-03-26T08:19:01.414526 | 2021-03-10T19:54:58 | 2021-03-10T19:54:58 | 346,471,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.crud.h2;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationBui... | [
"78426816+sansung14@users.noreply.github.com"
] | 78426816+sansung14@users.noreply.github.com |
8ac88e72462cea01d5e732b314a99ca14ff72a8a | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/spring-boot/2017/12/DefaultServletWebServerFactoryCustomizer.java | 6421e82bfb1de11071720698593928f4a2c997e9 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 24,244 | java | /*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
98b3aab80a4227cf9eef562b8d2ff36c2772ae28 | 14cb2085987e1ba5b02022666ee1763e77c42d88 | /src/main/java/magento/ShoppingCartProductEntity.java | 85e8c7789eadb7c7b64bb4bd878adfd729bfa5d5 | [] | no_license | jcpantunes/eai-camel-mq | bbc0d48e086ac172006bca5c8e10545c4421e060 | b7cd7e2063080aca7b24296e125e91a4fa39568b | refs/heads/master | 2020-12-06T19:11:53.606918 | 2013-11-21T20:23:03 | 2013-11-21T20:23:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,363 | java |
package magento;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for shoppingCartProductEntity complex type.
*
* <p>The following schema fragment specifies... | [
"joao.lima@vilivesoft.com"
] | joao.lima@vilivesoft.com |
c57b32a6e0d02996ed3f059fc944c03e5f356a57 | b920bec12babc58efb71b1aeff26faba5d7b42a1 | /dockerApps/collabtive/src/main/java/tests/UpdateIssueStatusAssignedTest.java | 972b4376f0a36081f76f0b82b7f69b252d850909 | [] | no_license | yrahulkr/maewu | 98254aba4302596874165b777bab85243f6da8b3 | acd20541e1cf46d697f621ba8156f5e721c75798 | refs/heads/main | 2023-07-08T15:07:15.642183 | 2023-07-03T22:57:18 | 2023-07-03T22:57:18 | 364,141,157 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,620 | java | package tests;
import static org.junit.Assert.assertEquals;
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.Select;
import utils.Drive... | [
"yrahulkr@github.com"
] | yrahulkr@github.com |
ffc40017bd21f020941eb55beaa1ce42945c6726 | 3a344dabdacbe91a9d301c15144f44d6539f161a | /vlc/src/main/java/org/videolan/vlc/widget/SlidingPaneLayout.java | a7d83cea4034a8f2fa590c1bda86b8c60c145e71 | [] | no_license | Simon199201/vlc-android-sample | fcbfc1bf5c92d6a5128df6074e8649c8bdaa7bdf | 61b6b02ea7ed2a7478a9f0124651067905002b5c | refs/heads/master | 2021-01-24T18:24:56.212820 | 2017-03-09T10:23:47 | 2017-03-09T10:23:47 | 84,425,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,115 | java | package org.videolan.vlc.widget;
/*
* Copyright (C) 2012 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... | [
"zhangxinmeng@kuner.com.cn"
] | zhangxinmeng@kuner.com.cn |
18cad04e8d03472c9ea2ef03ed3bd2c2533a5823 | 9e61cc18f5ac4f9fc700c7b471b6457a76b04e43 | /DAZOMBES/src/com/Zombs/iodemo/pLAYE.java | c9ebcb9e2281e18ae7836d519a94452103e2942f | [] | no_license | THELEGENNNND27/MOSE | 9938a7d199785b96b13c9600486f19d3b9fab23d | 989d29748856cecbcea0893924fb0eea3aa14531 | refs/heads/master | 2021-01-01T04:48:54.323650 | 2017-07-14T16:54:25 | 2017-07-14T16:54:25 | 97,254,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,478 | java | package com.Zombs.iodemo;
import java.awt.*;
import java.util.ArrayList;
/**
* Created by John on 7/11/2017.
*/
public class pLAYE {
Rectangle bounds;
double vx, vy;
int speed;
int accel;
public int x;
public pLAYE(){
bounds = new Rectangle(20, 20, 10, 10);
... | [
"noreply@github.com"
] | noreply@github.com |
3755ec061fed1742a7ad890ae146f302291c84cb | be64341e8134e87abc76460554166636041961ef | /Framework/src/main/java/at/tugraz/ist/qs2021/messageboard/clientmessages/InitAck.java | 9350be909610940715800f958df79e16db42a852 | [] | no_license | lailaelsh/QS | b7f3c3c2d40cf8fc291da863e935608164f9a0d9 | 83d8d1e6b5fea132e973edaeb62848afe1c8c50f | refs/heads/master | 2023-05-11T03:08:24.769585 | 2021-06-03T10:35:13 | 2021-06-03T10:35:13 | 353,461,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package at.tugraz.ist.qs2021.messageboard.clientmessages;
import at.tugraz.ist.qs2021.actorsystem.SimulatedActor;
/**
* Message sent from worker to client to tell the client
* that the communication initiation was successful
*/
public class InitAck extends ClientMessage {
/**
* The worker serving the clie... | [
"laila.elshafie@student.tugraz.at"
] | laila.elshafie@student.tugraz.at |
ee0ce3bfda3d162e6ee2b15d3a6b193adf89a460 | 23f4d78623458d375cf23b7017c142dd45c32481 | /Core/orient-collab/src/com/orient/collab/util/JPDLTool.java | 78fc36ea2533f94a5bffe17d9e1fe1a8f9ed0224 | [] | no_license | lcr863254361/weibao_qd | 4e2165efec704b81e1c0f57b319e24be0a1e4a54 | 6d12c52235b409708ff920111db3e6e157a712a6 | refs/heads/master | 2023-04-03T00:37:18.947986 | 2021-04-11T15:12:45 | 2021-04-11T15:12:45 | 356,436,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,055 | java | package com.orient.collab.util;
import com.orient.collab.config.CollabConstants;
import com.orient.flow.extend.activity.CounterSignActivity;
import com.orient.jpdl.model.*;
import com.orient.jpdl.model.Process;
import com.orient.utils.CommonTools;
import com.orient.workflow.bean.AssignUser;
import org.exolab.castor.xm... | [
"lcr18015367626"
] | lcr18015367626 |
03d0011e15d9ada697206d01ad16d9be630af2cc | fd68197d77397e943c658bb469b3650fa8618d7d | /BecomeAVolunteer/app/src/main/java/com/example/girishsharma/ApiInterface.java | eabfa280eb17abde6ef3682992a3104c57300cce | [] | no_license | NikhilBorkar123/Girish_sharma | 49f52843540bf211bea45e2df07ee33e1709482a | ba269eb331646b8a0654843ea3a316ec64c59a4f | refs/heads/master | 2021-07-05T19:30:04.970251 | 2020-10-02T08:09:24 | 2020-10-02T08:09:24 | 190,790,857 | 0 | 2 | null | 2020-10-02T08:09:26 | 2019-06-07T18:28:23 | Java | UTF-8 | Java | false | false | 1,200 | java | package com.example.girishsharma;
import com.example.girishsharma.Modal.Response;
import retrofit2.Call;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.POST;
import retrofit2.http.Path;
public interface ApiInterface {
@POST("becomeAVolunteer")
@FormUrlEncoded
Ca... | [
"NikhilBorkar123"
] | NikhilBorkar123 |
8085a531b264ea7d17999014ae6b8caff0dbe3cf | f7e42b605ae0c8180bf0bfdfbcf4e020bf9c4a16 | /2nd/Kadai0304.java | 20b387ae831ad0174cd768e7a4d46297070357ea | [] | no_license | tadaren/Kadai | a4ee03621f7c590eeed2efbc6a0e3947a956596f | 1cc7ed3592aca871142ae2aa2f03f2fbb38e6e9f | refs/heads/master | 2020-05-21T16:27:13.770990 | 2018-02-02T12:52:49 | 2018-02-02T12:52:49 | 63,066,290 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,786 | java | import com.sun.istack.internal.NotNull;
import java.util.Scanner;
public class Kadai0304 {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
//配列の数式を入力(係数 != 0)
double[] in = new double[3];
for(int i = in.length-1; i >= 0; i--){
System.out.print("x^"+i+"の係数:");
... | [
"noreply@github.com"
] | noreply@github.com |
856f422d6c22f0499da1c370e257bfd4961e0d01 | f8e706de386aa5dea90a67f47fedf042e6664340 | /DecoratorDesignPattern.java | ac36e126fc2418ba18f98cf49dc5657d34a8b475 | [] | no_license | praveenkishor123/Java | ed292b911b1d68fff79c352ce39ef13e3ebdb4fc | e9cee97faaa4c4e4ad5aabe85a8a13cc24dfc818 | refs/heads/master | 2020-06-19T09:54:17.900216 | 2019-04-13T03:56:35 | 2019-04-13T03:56:35 | 74,912,082 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,316 | java | interface Cake {
void flavour();
int getAmount();
}
class BasicCake implements Cake {
@Override
public void flavour() {
System.out.println("Basic Cake");
}
@Override
public int getAmount() {
return 50;
}
}
abstract class CakeDecorator implements Cake {
private Cake cake;
public CakeDecorator(Cake ca... | [
"noreply@github.com"
] | noreply@github.com |
10ee81d7a35b7b874661c1eb460d2d46801edfdc | 7be6764f0d75d7aecdb173d9e91f3ab4ae995e83 | /src/test/java/au/gov/dva/dvasopapi/tests/mocks/processingRules/BoundaryBetweenRhAndBoP.java | b77e46619f22c929f6400527d6053f9020a9ee31 | [
"Apache-2.0"
] | permissive | SamMonaghan/dva-sop-api | 1a79e5fa06177f9b403f0c07963f96dba10d803d | 275de81a5f9b7fc3c0c74b108f6d3da4efa78a34 | refs/heads/devtest | 2020-05-25T07:43:21.173145 | 2017-03-27T09:12:14 | 2017-03-27T09:12:14 | 84,922,401 | 0 | 0 | null | 2017-03-14T08:07:54 | 2017-03-14T08:07:54 | null | UTF-8 | Java | false | false | 1,819 | java | package au.gov.dva.dvasopapi.tests.mocks.processingRules;
import au.gov.dva.sopapi.dtos.EmploymentType;
import au.gov.dva.sopapi.dtos.Rank;
import au.gov.dva.sopapi.dtos.ServiceBranch;
import au.gov.dva.sopapi.interfaces.model.Deployment;
import au.gov.dva.sopapi.interfaces.model.Service;
import au.gov.dva.sopapi.inte... | [
"nick.miller@govlawtech.com.au"
] | nick.miller@govlawtech.com.au |
783b6cb530dd8366d3ec1b8075858407db8a4987 | 1b2814a2be2f8395c3b81c6329c33fbfcf070a6f | /src/main/java/com/evandrosantos/cursomc/domain/Produto.java | f3f58fb1e3e83e692a13d475a30a5a38390ccb12 | [] | no_license | egsevandrosantos/java-spring-boot-ionic-backend | 9d842dce229e2a0b32cde3886aaa8f2170a21457 | 4a678c85ac716647109422d8b4d1a32f26681a4e | refs/heads/master | 2022-02-09T00:41:53.237793 | 2019-07-06T13:54:20 | 2019-07-06T13:54:20 | 187,243,621 | 0 | 0 | null | 2022-01-21T23:24:50 | 2019-05-17T15:49:48 | Java | UTF-8 | Java | false | false | 2,907 | java | package com.evandrosantos.cursomc.domain;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.suppor... | [
"egs.evandro.santos@gmail.com"
] | egs.evandro.santos@gmail.com |
3ce9c1d0df9643d7fe20ef522fd5f7378c49f4f8 | 1902f070f7953dd1d7817c30e518ab27b4efd1dd | /app/src/main/java/dylanbudgen/PassYourExams/Question/MultipleChoiceQuestion.java | 51660110ddf6a0988e7d84f8c727029a9d979007 | [] | no_license | dylanbudgen/PassYourExams-application | d256cb83e9eaf8cc3d95e49248ee9dc421f34957 | 37423156f38cbefe5535520a4fda4aea4b6e80d5 | refs/heads/master | 2021-03-16T08:36:46.720982 | 2019-07-23T21:38:10 | 2019-07-23T21:38:10 | 105,939,815 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | package dylanbudgen.PassYourExams.Question;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
/**
* Created by dylanbudgen on 18/10/2017.
*/
public class MultipleChoiceQuestion extends Question implements Serializable {
protected String incorrectAn... | [
"dylanbudgen@gmail.com"
] | dylanbudgen@gmail.com |
3cc42b64feb6736ca0f597bdb99e580550223ec4 | 52e33c7c3e66b508a440508f2a4235f4f30ac7ff | /src/main/java/com/spring/recopay/datastore/EventStore.java | 6d9ba91e0e1b3431e27947269fd4a18a2e61f37f | [] | no_license | Jangho4273/RecoPAY | c60d9d9ee706126d81f5e9b9370cb7206303f5db | 9e6f7d7964155e8502e22fb6f83f6ef423157a32 | refs/heads/master | 2023-04-08T12:17:36.244371 | 2021-04-23T01:06:39 | 2021-04-23T01:06:39 | 353,229,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package com.spring.recopay.datastore;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.Random;
/**
* CREATE TABLE Event_Board ( event_uid number N... | [
"aflhz@gmail.com"
] | aflhz@gmail.com |
42853b6e53432966e9749e056d43bd67796425d9 | 03106258306bec0c6ae89a06f77c382cc4ec5a59 | /src/main/java/se/kth/LogLineParser.java | add9a9f8999f8373d642d48c8314c55281e38679 | [
"Apache-2.0"
] | permissive | smkniazi/hdfs-audit-log-analyzer | 752953a637aef05a12b53a9f8ed9ed609e417068 | 435dd30bc2f7c1aa6cebcbfd9aba162724225dee | refs/heads/master | 2021-01-17T12:54:19.854551 | 2016-06-13T10:25:34 | 2016-06-13T11:38:12 | 56,153,436 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | package se.kth;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by salman on 5/2/16.
*/
public class LogLineParser {
private static String getParameter(String str, String pattern, String paramName) {
Pattern p = Pattern.compile(paramName + "=" + pattern);
Matcher matcher = p.... | [
"salman@sics.se"
] | salman@sics.se |
9bcff0ba422808dbb76e2367b7a49ac02e2d2567 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/6468/tar_0.java | 0fdb6a791289b43eeaf5af65bb1f10b60e8582dd | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97,503 | java | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
5a74f318c93a5963bd4b176c34ded9d2276a86ba | 6ef038fbe1b8888f995860b34b214fa14fd21b63 | /src/com/byer/neuralnetcheckers/main/TestAndGraphCheckersNet.java | 3cd9e5588d70755c651c25182229ad431174c717 | [] | no_license | duanebyer/NeuralNetCheckers | 4931d4cc126bbb1de78b22990dd07a62e3bbe482 | 83200c68e1f88d82d7ac1cae9dd825c8eed74f7d | refs/heads/master | 2021-01-19T00:18:48.275076 | 2015-07-06T13:59:55 | 2015-07-06T13:59:55 | 38,271,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,039 | java | package com.byer.neuralnetcheckers.main;
import com.asemahle.neuralnet.NeuralNet;
import com.byer.checkers.Game;
import com.byer.checkers.HumanPlayer;
import com.byer.checkers.StupidCheckersPlayer;
import com.byer.neuralnetcheckers.Function;
import com.byer.neuralnetcheckers.NeuralNetPlayer;
import java.awt.BorderLay... | [
"aidan.mahler13@gmail.com"
] | aidan.mahler13@gmail.com |
a2cc549fc587d802c186553d0ebc1976cf081d69 | 85f1ae44061a35af66eb68fd2b7cf6ce4a898228 | /src/com/exchangeinfomanager/systemconfigration/CurDataBase.java | 390869004edaf3c7a5de33ae704ad52639b0f2b4 | [] | no_license | zimakaimenba/exchange | b04bd08d1a93156d54d536924a7db6bb51a0742f | 0aacebdcfcc45d10e6b911864e7a62eead99e00f | refs/heads/master | 2021-12-24T11:36:00.657363 | 2018-01-07T07:16:10 | 2018-01-07T07:16:10 | 95,062,133 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,108 | java | package com.exchangeinfomanager.systemconfigration;
import javax.swing.JPanel;
import javax.swing.JLabel;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JTextField;
import javax.swing.LayoutStyle.ComponentPlacement;
import net.miginfocom.swing.MigLayout;
import ja... | [
"justjustjustjust@hotmail.com"
] | justjustjustjust@hotmail.com |
f59fb92da5fbd389812845fc24da6c0baaaf44ec | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/LoggingInfoMarshaller.java | 6a83e417f38ea6087c18e5677ffaa9f8a3041fb7 | [
"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 | 2,576 | 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... | [
""
] | |
8d40c8b878abbb9a387d0ccbf82f3dcf80fee057 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/refactoring/introduceVariable/PutInLambdaBody.java | 3d54e3b886464cbe8299500c8276037d283bbdef | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 224 | java | class Foo {
interface I<T> {
T m(Object op);
}
interface J<T> {
int m(T o);
}
void f(J r) {}
void f(I<String> r) {}
{
f((Object a) -> <selection>1</selection>);
}
} | [
"anna.kozlova@jetbrains.com"
] | anna.kozlova@jetbrains.com |
b0ed6e3652415d6e4fd5a40a725427d4930b0d27 | 96592c26f0b0a54483e386b2072b5a4452096839 | /src/main/java/stockservice/Portofilo.java | 96c14b7964dd9b79606e80104ed4a4320fd212aa | [] | no_license | zhuchkoff/practise | 60d8dd4bb6a2445f6e74ec67c112b58634bc726a | 72b4af01c22f004109aef4a1aa58c6af52d20002 | refs/heads/master | 2020-03-22T12:14:13.706735 | 2018-07-07T19:06:48 | 2018-07-07T19:06:48 | 140,026,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package stockservice;
import java.util.List;
public class Portofilo {
private StockService stockService;
private List<Stock> stockList;
public StockService getStockService() {
return stockService;
}
void setStockService(StockService stockService) {
this.stockService = stockService;
}
public L... | [
"vadim.joutchkov@gmail.com"
] | vadim.joutchkov@gmail.com |
a6d6dc219d214a3c3d267dba754cf094b6b6e725 | 9a7d620a052897927f849be783b0da3d16e1df3a | /app/src/main/java/com/wyu/iwork/interfaces/ContactIView.java | c09e0773aef342fcb9528455d430dfbd843d4607 | [] | no_license | radtek/shangzhan | b44fafb7d294c76bb366a801787e93dbd6dea11b | 3381103eb0b6371956caaabee17b145f4a28f433 | refs/heads/master | 2021-12-15T17:55:43.235567 | 2017-09-05T11:58:25 | 2017-09-05T11:58:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.wyu.iwork.interfaces;
/**
* @author HuaJian Jiang.
* Date 2017/1/3.
*/
public interface ContactIView<T> extends IView {
void onLoadFinished(T data);
}
| [
"2587294424@qq.com"
] | 2587294424@qq.com |
38355c2db8b34a1b0566a025394b53d97380d3e1 | 52769277dfd1ab069a7e6f0010e994a3f984f915 | /src/main/java/com/ycj/vip_manage/common/ToolsUtil.java | a390f03f479849d488e2a19f6db29fbd67c47a40 | [
"Unlicense"
] | permissive | AbnerEarl/Consumption-Query-System-for-Maven-SpringMVC-Spring-Mybatis-MySql | d9b6d7a43f422d3e7647e4d9850c5e94ee1efbb9 | 56a8ee84c76667495cf4691a9d1e0e1d3caa3f95 | refs/heads/master | 2023-08-24T23:51:35.159466 | 2018-03-28T02:07:56 | 2018-03-28T02:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package com.ycj.vip_manage.common;
/**
* PROJECT_NAME:vip_look
* PACKAGE_NAME:com.ycj.vip_manage.common
* USER:Frank
* DATE:2018/3/20
* TIME:15:00
* DAY_NAME_FULL:星期二
* DESCRIPTION:On the description and function of the document
**/
public class ToolsUtil {
}
| [
"1320259466@qq.com"
] | 1320259466@qq.com |
5c77f512d7238c56eab60cbc2ed47ee3e3969243 | 88a62b1b38495cdf9bae017c9b4ed898edfb06e2 | /java_jungsuk3e_src_20170601/workspace/ch07/src/PolyArgumentTest3.java | a3ce292e3e98d159609d8003d0c1afbf65f5a53b | [] | no_license | talkin24/java_jungsuk | 902df011cfdddd9e2ad77656e18f0fad934362fa | 5ea9d9a33f9e77d1b5f0cf05f9df20afd0e696a4 | refs/heads/master | 2023-06-29T11:23:45.749584 | 2021-07-29T15:05:30 | 2021-07-29T15:05:30 | 366,378,195 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,829 | java | import java.util.*; // Vector클래스를 사용하기 위해서 추가해 주었다.
class Product3 {
int price; // 제품의 가격
int bonusPoint; // 제품구매 시 제공하는 보너스점수
Product3(int price) {
this.price = price;
bonusPoint =(int)(price/10.0);
}
Product3() {
price = 0;
bonusPoint = 0;
}
}
class Tv5 extends Product3 {
Tv5... | [
"cresc5talkin@gmail.com"
] | cresc5talkin@gmail.com |
2bbe4553c573e2aeb5c3c8928d55ce4e10ea0313 | 93c5070ba702732c7f007ac7b89889e3342a4526 | /src/test/java/servico/TesteFiltroLances.java | 21b02f97817b45ef6558caba9271d9f758760e9d | [
"MIT"
] | permissive | rjungsevero/testesUnitarios | a7c91b799e0f0f2e60cde17c4157c8d8cd732953 | 1890cc80ffce89eed2a01bd5157eaba4de5d0bed | refs/heads/master | 2021-06-27T22:05:00.029510 | 2021-06-19T20:58:31 | 2021-06-19T20:58:31 | 233,684,713 | 1 | 0 | MIT | 2020-10-13T18:49:21 | 2020-01-13T20:16:05 | Java | UTF-8 | Java | false | false | 3,216 | java | package servico;
import builder.CriadorDeLeilao;
import dominio.Lance;
import dominio.Leilao;
import dominio.Usuario;
import org.junit.BeforeClass;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import static builder.LeilaoMatcher.temUmLance;
import static org.hamc... | [
"raul.severo@dbserver.com.br"
] | raul.severo@dbserver.com.br |
11d23205485e68081966768edfccc386b7785cca | d85eea278f53c2d60197a0b479c074b5a52bdf1e | /Services/msk-seller/src/main/java/com/msk/seller/logic/ISLSellerRsLogic.java | db1a88224b293bdc5386b14b90abd76a7fc723f4 | [] | no_license | YuanChenM/xcdv1.5 | baeaab6e566236d0f3e170ceae186b6d2999c989 | 77bf0e90102f5704fe186140e1792396b7ade91d | refs/heads/master | 2021-05-26T04:51:12.441499 | 2017-08-14T03:06:07 | 2017-08-14T03:06:07 | 100,221,981 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 13,242 | java | package com.msk.seller.logic;
import com.hoperun.core.bean.BaseParam;
import com.hoperun.core.exception.BusinessException;
import com.hoperun.core.utils.DateTimeUtil;
import com.hoperun.core.utils.StringUtil;
import com.hoperun.core.utils.ValidatorUtils;
import com.hoperun.jdbc.mybatis.BaseDao;
import com.msk.bs.bean.... | [
"yuan_chen1@hoperun.com"
] | yuan_chen1@hoperun.com |
1a71980504d3ef03979cc57e3f238b3c244dd15b | 6865fbb02ac8f1cbbea2b0633dbbbae37c54b81d | /Hello.java | 5c16b85e2e003c3bb772050d5baf6adcfcc78d28 | [] | no_license | SarkisDonabedian/java | aa50b911c84833f60034cb35a5f8bfd1eb4d2c04 | 9367c85b5ba824272f29a3910b576b09d3371d21 | refs/heads/master | 2023-05-06T10:56:50.903861 | 2021-05-29T18:50:07 | 2021-05-29T18:50:07 | 372,048,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | public class Hello{
public static void main(String[] args){
System.out.println("Hello World...");
}
} | [
"75737789+SarkisDonabedian@users.noreply.github.com"
] | 75737789+SarkisDonabedian@users.noreply.github.com |
215d34a731a971087bcb25a17a62ef903f919bfe | 6548071dd79fbba52263cb5adf81f544a0469e6e | /src/Chapter9/QuestionSeven.java | 7d3409d9388dbd40b664c8b1e1d0fd3d5ad5e16b | [] | no_license | seangitacc/Assignment2 | dd933a478b12907431ef02b96e42b4e55cd88450 | 25680f47a558e5f2865dde0ca4b77f8f11a81e9a | refs/heads/master | 2021-08-14T07:00:37.884255 | 2017-11-14T22:25:40 | 2017-11-14T22:25:40 | 110,752,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,765 | java | package Chapter9;
import java.util.Date;
public class QuestionSeven {
public static void main(String[] args) {
//Create account and test methods
Account a1 = new Account(1122, 20000);
a1.setAnnualInterestRate(4.5);
a1.withdraw(2500);
a1.deposit(3000);
System.out.p... | [
"seanmailacc@gmail.com"
] | seanmailacc@gmail.com |
014030f5121d50d0eca3192520632d62ce92c21e | d168ebf206fb9c97f49cbea1d6f8c52e0e2c2cd1 | /src/facade/Dog.java | 0c59f11314c979af2541d589c56d32d3537b2d0d | [] | no_license | hungnhungit/design-patterns | 4c3ec17e430c2545f7629ecf23d6fb606db7320d | b81756b2fff8e54e92e052ece414054c8c916edb | refs/heads/master | 2020-03-30T01:09:21.265288 | 2018-09-27T09:26:28 | 2018-09-27T09:26:28 | 150,562,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 126 | java | package facade;
public class Dog implements IAnimal{
@Override
public void eat() {
System.out.println("Eat Dog");
}
}
| [
"hungnhung123@gmail.com"
] | hungnhung123@gmail.com |
3b9bafc26aeebf6f5340785045720bdd10c07f14 | 18988ca78eed777f7ff0c2536b2ab7837570fa10 | /LeetCoding Challenge/src/december/MaximumDepthofBinaryTree.java | 7f4c76910ba020fa16cc90851f7f4106617d6fdf | [] | no_license | tns94/Leetcode | 7f30cdd3c8d6dcaa202f8b55ec0e94656f6ca8b0 | 9fdbeb399b3e99c748ad700501a9369ad49a5112 | refs/heads/master | 2023-08-25T13:40:20.619049 | 2021-10-16T15:27:24 | 2021-10-16T15:27:24 | 276,686,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package december;
import utils.TreeNode;
/*
https://leetcode.com/explore/challenge/card/december-leetcoding-challenge/569/week-1-december-1st-december-7th/3551/
*/
public class MaximumDepthofBinaryTree {
int max=0;
public int maxDepth(TreeNode root) {
dfs(root,1);
return max;
}
void d... | [
"tarun10994@gmail.com"
] | tarun10994@gmail.com |
b914594f79408d0a3611cbfd90b941602bd05181 | 66220fbb2b7d99755860cecb02d2e02f946e0f23 | /src/net/sourceforge/plantuml/font/PSystemListFontsFactory.java | 5ce1eea5530522c8fe266c8c71abf3fed9f9a00f | [
"MIT"
] | permissive | isabella232/plantuml-mit | 27e7c73143241cb13b577203673e3882292e686e | 63b2bdb853174c170f304bc56f97294969a87774 | refs/heads/master | 2022-11-09T00:41:48.471405 | 2020-06-28T12:42:10 | 2020-06-28T12:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,453 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
67f769b9165a249da596010429e5df431f67b40c | e6ef66c1b9a6801f1023d9192debc9acdcf787f1 | /src/com/fh/controller/app/appuser/IntAppuserController.java | a6b11ed18add9f6e20773bc54660f38580408b29 | [
"MIT"
] | permissive | afa007/zxtd | 80b0c3deac3d06cf8d040cba8e404a1d75e30c0d | c7210a15ac73f13721155edd17dfd70a02679da6 | refs/heads/master | 2021-01-24T21:19:15.303143 | 2016-01-18T13:56:43 | 2016-01-18T13:56:43 | 49,758,206 | 0 | 0 | null | 2016-01-16T03:52:29 | 2016-01-16T03:52:29 | null | UTF-8 | Java | false | false | 4,006 | java | package com.fh.controller.app.appuser;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.UsernamePasswordToken;
import org.apache.shiro.crypto.hash.SimpleHash;
i... | [
"yankaili2006@gmail.com"
] | yankaili2006@gmail.com |
b718fd5ea4a126103e8c1888b5bc7345e65f52b7 | 81b96ca92ea792b32c72be8aadfc53efb9df1312 | /src/com/syntax/class18/Dog.java | 7fd76d0bd3f2dfcb55531bca5e6dae3e13709bff | [] | no_license | Elizabeth8353/Intelij-Batch-10 | 1d21c8094050430cd176c9218a59aeb9544f0ae3 | e7d8004eee5a3f201eb053c842ec888ebac3161f | refs/heads/main | 2023-08-24T03:47:21.629009 | 2021-10-23T04:22:31 | 2021-10-23T04:22:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package com.syntax.class18;
public class Dog {
String name;
int age;
double height;
double weight;
String breed;
String color;
static int noOfLegs=4;
Dog(){
name="sammy";
age=5;
height=5.0;
weight=5.1;
color="white";
}
Dog(String dogName,i... | [
"evaldivieso6@gmail.com"
] | evaldivieso6@gmail.com |
0079675fb73a3c8b7c45af48f3e43d74474c8455 | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-f8431.java | 5988ab6b1a3cd749be94c751aabeb95572ff6f2a | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
503025695621 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
e3e7a562c14cf229783bc49c30f1b36852f97dd6 | 067f50f8c2001f864aee0e30d66cc95e4a81be89 | /src/Java_8_Stream.java | f430c0f5dccbdf27aaaf804f2b61d5a250927f1c | [] | no_license | singhsonu778/Java-8-Features | 2478308172b94defeb5b0059fd1af613e61bb480 | 51b36443860789e1d6c32a6dc334efe4b1b00ded | refs/heads/master | 2021-01-10T03:51:42.554252 | 2016-08-31T17:43:20 | 2016-08-31T17:43:20 | 50,413,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,551 | java | import java.util.Arrays;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
public class Java_8_Stream {
public static void main(String args[]) {
List<String> strings = Arrays.asList("abc", "", "bc", "efg", "abcd", "", "jkl");
strings.forEach(System.out::println);
// filter //... | [
"singhsonu778@gmail.com"
] | singhsonu778@gmail.com |
24607ea722b18001aea11b94356f29a170d8afdc | 6bd255f7f9c999adac654ba062964222a522934a | /src/main/java/com/ztgeo/general/service/chenbin/FileHandleService.java | 68cf012886e817e24f71abf8e089fcf295c654b3 | [] | no_license | chenbinJ/one-rec-tzys | 9f2a51175142949a3056bff6805ea116b099fd06 | 32272d49d6e0e664b255767ee982142051b705d9 | refs/heads/master | 2022-12-10T23:54:31.447868 | 2020-12-08T07:31:35 | 2020-12-08T07:31:35 | 215,182,318 | 0 | 0 | null | 2022-12-06T00:43:37 | 2019-10-15T01:53:59 | JavaScript | UTF-8 | Java | false | false | 415 | java | package com.ztgeo.general.service.chenbin;
import com.ztgeo.general.entity.service_data.pub_data.SJ_Fjfile;
import org.springframework.core.io.InputStreamResource;
import org.springframework.http.ResponseEntity;
import org.springframework.web.multipart.MultipartFile;
public interface FileHandleService {
SJ_Fjfile... | [
"1358369360@qq.com"
] | 1358369360@qq.com |
4ffcd0c8fadb7838f3c0620c8ca86fea4999be35 | c3824a459747ecac397ada3e8f0c5fe564f62c63 | /Netty/src/main/java/com/github/decoder/NettyLengthFieldDecoder.java | 7434046a30b8d6e44addc86c14ba64fc38150991 | [] | no_license | andochiwa/Netty | 720b5addc9e7f6c2e9dbcc0c42ca0638611bb0cc | 2b1cae5ea8ba628f5ecbf9a5a6e4f229853caee9 | refs/heads/master | 2023-06-02T01:02:24.920504 | 2021-06-17T17:48:18 | 2021-06-17T17:48:18 | 374,077,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,595 | java | package com.github.decoder;
import com.github.util.Utils;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.channel.embedded.EmbeddedChannel;
import io.netty.handler.codec.LengthFieldBasedFrameDecoder;
/**
* @author HAN
* @version 1.0
* @create 06-17-6:07
*/
public class Net... | [
"a1066079469@gmail.com"
] | a1066079469@gmail.com |
182ffff336f9b8a1fe60b0714ebfc7fdc78e510c | b3365765fd85db951ef2d449b1e0042a3de5e019 | /LocationLab/src/course/labs/locationlab/PlaceDownloaderTask.java | 5d363484e7b01bd78be538ebd79818328d607fa5 | [] | no_license | damota80/coursera-android-2 | 20696ae5dd63da74136d9ff020703a2e75575b2d | b2f81c0fe7dc2aebcec82913b3778eb15039f9ca | refs/heads/master | 2020-04-06T06:52:06.865554 | 2014-03-11T14:26:38 | 2014-03-11T14:26:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,817 | java | package course.labs.locationlab;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.location.Location;
import android.os.AsyncTask;
import android.util.Log;
import org.w3c.dom.DOMException;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.... | [
"btibi@vipmail.hu"
] | btibi@vipmail.hu |
35b1d593e3300840b95aa90c9a0e93934d7563ea | 0d082dc178fa005325ee3c99fb0c07800b7d8bb0 | /user/src/main/java/com/microservice/api/user/controller/UserController.java | 9cab4b2cc5b97f76a50cbcb87fce7b1e018cbea4 | [] | no_license | khuramshah89/microservice-with-spring-cloud | c11d6e7bcff76eb20992512ee506cfc3ba720b4f | a1c0fab1f1649c7011f7c7e4cbfa307b5c413dcc | refs/heads/master | 2023-05-14T09:46:00.743163 | 2021-06-12T12:46:11 | 2021-06-12T12:53:43 | 362,794,411 | 0 | 0 | null | 2021-05-19T19:22:21 | 2021-04-29T11:31:24 | Java | UTF-8 | Java | false | false | 616 | java | package com.microservice.api.user.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.ann... | [
"khuram.shehzad@confiz.local"
] | khuram.shehzad@confiz.local |
27408f7b9dc5e88a756d665769361310633a3d9f | f84edef58d738b02912f32d44e088aabe321eb60 | /IBJts/samples/Java/TestJavaClient/OrderDlg.java | 52e4326b89339a34ccf6995263aa438ef14697f0 | [] | no_license | matanbakshi/ib-portfolio-manager | afea62e5597be03ce4c3e3250d0bd61c6481c720 | 8d17ffd25738ae9f124f0be53c4c844ba64fd0ad | refs/heads/master | 2021-10-21T05:50:43.893552 | 2019-04-16T06:08:35 | 2019-04-16T06:08:35 | 165,415,616 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 26,154 | java | /* Copyright (C) 2018 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
package TestJavaClient;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.GridBagConst... | [
"matan.bakshi@gmail.com"
] | matan.bakshi@gmail.com |
be919b6deb19f7367e24fa7d7d9ad468ef1b612f | b3852b10819bb06f65fbe9130ed379b4ddbe254f | /newrmov.all/src/main/java/cn/bonoon/controllers/newrural/AdministrationRuralEditorNoCore.java | b0e15bd7cbaba0cf9d948ebacf25cac088783b1e | [] | no_license | wap5259177/Project_Fruit_Slayer | 19fc4d9f31179ff90d9ecb58db0a78abfd1fbf71 | e02d0f3271bda1be682dc111dafd44b84925e9af | refs/heads/master | 2020-12-03T00:42:27.508468 | 2017-08-04T09:06:41 | 2017-08-04T09:06:50 | 96,066,028 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package cn.bonoon.controllers.newrural;
import cn.bonoon.kernel.annotations.Transform;
import cn.bonoon.kernel.web.EmbedType;
import cn.bonoon.kernel.web.annotations.DialogDefaultButton;
import cn.bonoon.kernel.web.annotations.WithDialog;
import cn.bonoon.kernel.web.annotations.form.FormEditor;
import cn.bonoon... | [
"1426256791@qq.com"
] | 1426256791@qq.com |
ad96229a0fad47e92a390e3dd9256f417b4fb90c | 3ff80b2b9357f5d30406b5e8b0ee5920dfb940ad | /JavawebDemo/src/com/hsz/web/servlet/DelUserServlet.java | c6d89c90b9d6319acb2ed2ba161840db3d2b6983 | [] | no_license | hu102354/javaweb | e822d119cdf234898a3992c415d5723049c6bfc9 | 11284b36b8de89d52a8bd280a83ce184b8288183 | refs/heads/master | 2022-04-22T06:05:30.454781 | 2020-04-17T10:09:53 | 2020-04-17T10:09:53 | 255,612,005 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package com.hsz.web.servlet;
import com.hsz.service.UserService;
import com.hsz.service.impl.UserServiceImpl;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Htt... | [
"noreply@github.com"
] | noreply@github.com |
463b3503413ae43f484c6f79123214462227ba02 | 863b37cdd2d42b6a376dee3ed9151d4ca4306aa4 | /src/main/java/exchanges/Binance.java | 66b5e576b012f018d71a72d143ed373e11776c8c | [] | no_license | Wandeson/DW | 85263995110e29f72ebdef23c9cd8a02f53a9b2d | 0d8f632359b44647f1ad4548d7ab08854418a372 | refs/heads/master | 2020-03-21T06:30:30.743257 | 2018-06-21T21:49:43 | 2018-06-21T21:49:43 | 138,224,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,622 | java | package exchanges;
import java.util.List;
import com.fasterxml.jackson.databind.ObjectMapper;
import enuns.EnumExchange;
import model.Cotacao;
import model.Exchange;
import model.Moeda;
import reflection.ExchangeAnnotation;
import webService.ConsumerThread;
import webService.ExchangeInterface;
@Exchan... | [
"Wandy@DESKTOP-05KF7F4"
] | Wandy@DESKTOP-05KF7F4 |
e276ec687b82641d28829669ec0cf1ed4f5315f1 | cd401ddf5b8dec25a19aceed05cf83543a368d11 | /Baekjoon/Main_연구소3.java | d945fbd66c91510f297861936a7f63cc9d262afc | [] | no_license | Jaewoo-Lee/Algorithm | d692eed8c7107ff93bea3fbda9c16b35086a2c9c | 09233941e8b7da1317d28d657fbfc5bce175b6d7 | refs/heads/master | 2022-03-06T18:40:31.151361 | 2019-11-21T07:42:57 | 2019-11-21T07:42:57 | 208,998,613 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,037 | java | import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
public class Main_연구소3 {
static int[][] map;
static int n, m;
static boolean[][] active; // 활성화 되었는가
static int[][] mlist; // 바이러스가 올 수 있는 위치 리스트
static int idx;
static int[] clist; // 초기에 활성화된 바이러스 리스트
static int minn; ... | [
"ashilso29@naver.com"
] | ashilso29@naver.com |
6f28a4645939c6674f77803e1e29375dd7453809 | d39ccf65250d04d5f7826584a06ee316babb3426 | /wb-mmb/wb-mojo/src/main/java/org/ihtsdo/mojo/maven/transform/UniqueWords.java | d1edbee42ecf53be45aab227d2bb53b3fcad8d33 | [] | no_license | va-collabnet-archive/workbench | ab4c45504cf751296070cfe423e39d3ef2410287 | d57d55cb30172720b9aeeb02032c7d675bda75ae | refs/heads/master | 2021-01-10T02:02:09.685099 | 2012-01-25T19:15:44 | 2012-01-25T19:15:44 | 47,691,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | /**
* Copyright (c) 2009 International Health Terminology Standards Development
* Organisation
*
* 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/LIC... | [
"wsmoak"
] | wsmoak |
e98f702a10585cb53a32dd14da762c3195aeae31 | ec35e294d0ddf626d3e5d239c879e566b0815bcf | /src/main/java/com/hoyk138/springboot/config/WebConfig.java | e2acf5a4d136a3d43ac23d2318017ad3e205c5d7 | [] | no_license | Hoyk138/springboot-webservice | cbcc050672973e65998978196e810f9d6ccbd021 | 9524d035d9aa64f870ed0395a04a1f4e83ebc602 | refs/heads/master | 2023-02-16T15:42:05.165636 | 2021-01-06T14:12:01 | 2021-01-06T14:12:01 | 325,598,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package com.hoyk138.springboot.config;
import com.hoyk138.springboot.config.auth.LoginUserArgumentResolver;
import lombok.RequiredArgsConstructor;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.method.support.HandlerMethodArgumentResolver;
import org.springframework.web.ser... | [
"hoyk138@gmail.com"
] | hoyk138@gmail.com |
e24a99176980b6c04ddaee26747462334ac01679 | 5384310d4925972ea6e2e48f270a4f4deb98d4e1 | /src/main/java/yahooData/data/repositories/MongoAccountRepository.java | ea9ef3300dd35bb9e467461a3351152214cf4acf | [] | no_license | YanZhenLin/yahooData | 39e088687d4e2ef7dae7250858d2b7542974b205 | 1551ba8d2bf95dd8186de77d9180c959d13aa1ab | refs/heads/master | 2020-12-25T15:17:56.736343 | 2016-07-18T23:54:38 | 2016-07-18T23:54:38 | 63,538,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package yahooData.data.repositories;
import org.springframework.data.mongodb.repository.MongoRepository;
import yahooData.data.entities.Account;
/*
* important usage notes:
* By extending MongoRepository, we are using Spring Data's automatic generation through its
* We don't need to declare this interface as a ... | [
"yanznln@gmail.com"
] | yanznln@gmail.com |
93054e089923c5cf84f9a903f750204d6bf74196 | 2966a91e78cef70275f90f5cd9d0eec174430934 | /src/seventh/until/ATMButton.java | 5166add4c34c86b485478779def54aafed96b428 | [] | no_license | 309ATM/CCB_ATM | 287cf11f7949e28d7963df55cecb35eca7c735ac | a180510c2f52d64591048aa5e54c04fc0ba98d7b | refs/heads/master | 2020-03-07T02:39:50.261106 | 2018-04-22T09:19:12 | 2018-04-22T09:19:12 | 127,213,699 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,901 | java | package seventh.until;
import java.awt.AlphaComposite;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Insets;
import java.awt.RenderingHints;
import java.awt.Shape;
import java.awt.event.MouseAdapter;
import java.awt.eve... | [
"1106025235@qq.com"
] | 1106025235@qq.com |
dc87ee75e23d8c6bac3480ee9d846c66da69629d | 111f09d0f3fb7f11f9edba56087728a6d22c0feb | /src/editor/EditorFrame.java | 17cb3cda265ff5a8c96ee040921298e31150e796 | [] | no_license | BionicRADAR/LambdaCalculusInterpreter | 55f498d61e823356699479e9e8931864f54bd1cb | 7b9442498bd16a9b0c654b37414f5194c2128193 | refs/heads/master | 2021-01-21T21:47:14.713412 | 2018-03-20T18:00:12 | 2018-03-20T18:00:12 | 26,162,303 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,697 | java | package editor;
import interpreter.Controller;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent... | [
"nathan_or_related@sbcglobal.net"
] | nathan_or_related@sbcglobal.net |
158644d0a31f97bd5496630434e28c14547a80a0 | 07be29bda9386284d3254db4149755a1dfeb0416 | /src/com/travel/app/activity/LoginSignupActivity.java | d4cabd27eb477b81b143ed4904ee194737b39b04 | [] | no_license | passiondroid/TravelDiary | 48ea21d8af5bca9bc54946ea2aef7532c737a38e | ea0b82f168378343040c5b5b0c2caef23a77bf0e | refs/heads/master | 2021-01-10T05:22:22.943154 | 2015-06-01T16:48:39 | 2015-06-01T16:48:39 | 36,673,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,629 | java | package com.travel.app.activity;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.o... | [
"ttalo100@hotmail.com"
] | ttalo100@hotmail.com |
f6d73961cd522a6b429d65b6f62edc98423bbc6c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project42/src/main/java/org/gradle/test/performance42_4/Production42_384.java | e61aed17b174b3262434a5be507bb15d839bf769 | [] | 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 | 305 | java | package org.gradle.test.performance42_4;
public class Production42_384 extends org.gradle.test.performance14_4.Production14_384 {
private final String property;
public Production42_384() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
3e3b957eec5add78ba08f3ba4febd598761ec7c6 | b06143d70c2733ea40a7f68280a60dfba58a198e | /app/src/main/java/com/developer/manuelquinteros/legalsv/adapter/ConstitutionsRecyclerViewAdapter.java | 53d8e8a0e759b6a5890f56c6787611771b830c5b | [] | no_license | manuelquinterosh/LegalSV | 9c2c7336b68a4ccfc251a9f9e42483ed7e9a02a4 | d2403a788555b0344a4d4eb51f314f500c58f616 | refs/heads/master | 2020-04-29T11:01:44.300274 | 2019-03-29T02:41:42 | 2019-03-29T02:41:42 | 170,629,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,049 | java | package com.developer.manuelquinteros.legalsv.adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.PopupMenu;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.MenuInflater;
import android.view.MenuItem... | [
"manuelq_hernandez@outlook.com"
] | manuelq_hernandez@outlook.com |
b9960da28fa845d0bda4cd4a2a9c915991484b5c | 75fe2b5e986f11373006275ffef92c3a36cd2cb4 | /springBoot/afterEnd/dzw/src/main/java/com/accp/service/ManufacturerServie.java | 166aff4a23e41e8d6f13e2fabea23dd949ec03b3 | [] | no_license | zjia-0/NothingMeaningful | d71c64f4918d4f1fe5ec8f5f6d8967637dbcc802 | c9fda9989d80c866a5b90ee9ae123bb1af7d76af | refs/heads/master | 2022-07-14T05:24:02.142620 | 2020-03-01T14:32:24 | 2020-03-01T14:32:24 | 233,246,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.accp.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.accp.domain.Manufacturer;
import com.accp.mapper.ManufacturerMapper;
@... | [
"318276717@qq.com"
] | 318276717@qq.com |
87233a175b3bf5abc6aa45bd08d0f05b6e43fe98 | 63d736d2a4306c7993bae31fdb00a7ae03ea8abb | /event-driven-architecture-pattern/src/main/java/com/mjduan/project/src/framework/IEvent.java | 91d1f844df4a3b8767717bfcb29159334e50491c | [] | no_license | MingJunDuan/Java-design-pattern | a9304e11a0e48f5ff82a4fd94e4d6d5ea3a4a88b | 9c4992f5dd38a036f074c47f8f6aee8af85959ce | refs/heads/master | 2020-12-03T03:44:59.185802 | 2017-09-06T02:57:59 | 2017-09-06T02:57:59 | 95,768,072 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package com.mjduan.project.src.framework;
/**
* Hans 2017-07-03 18:31
*/
public interface IEvent {
Class<? extends IEvent> getType();
}
| [
"mjduan@yahoo.com"
] | mjduan@yahoo.com |
d6295f873c5a84fc0ffa5ce19b150c0ae06ec897 | 68b13d4b57cb3921f40d177738cceae9ada69461 | /src/main/java/com/dpnice/iot/tutu/config/jwt/JwtAuthenticationEntryPoint.java | 19cdb9999d62ed045bcd4e148db2f827b4688456 | [] | no_license | pschen/tutu-iot | 4035e2c7ddb61324dcfa2c96b0577a273e7abdfa | 467d8b830fa2827da368b35fecd792ea50da63f0 | refs/heads/master | 2022-03-24T10:09:07.824467 | 2019-12-31T16:53:48 | 2019-12-31T16:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package com.dpnice.iot.tutu.config.jwt;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impo... | [
"ruopeng.zhang@outlook.com"
] | ruopeng.zhang@outlook.com |
af42d3caee709f6d48ea5f885c66cd9a4c4817a6 | f2671d48696ec14590d7306f9f53207366ba631d | /pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/store/StarTreeDataSource.java | 0b9df12864870619970b3c909cc5e69bed7c580c | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LGPL-2.0-or-later",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-unknown-license-reference",
"NAIST-2003",
"bzip2-1.0.6",
"OpenSSL",
"CC-BY-2.5",
"CC-BY-SA-3.0",
"CDDL-1.0",
"MIT... | permissive | mcvsubbu/incubator-pinot | 5602f1bc925aec6f400f93f53915d1ca10d1f217 | dc3b6fd3192b9301017e91a564241479e67727b9 | refs/heads/master | 2023-07-13T13:34:05.824578 | 2023-05-14T01:28:55 | 2023-05-14T01:28:55 | 175,093,979 | 2 | 0 | Apache-2.0 | 2019-03-11T22:33:11 | 2019-03-11T22:33:11 | null | UTF-8 | Java | false | false | 3,053 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | [
"noreply@github.com"
] | noreply@github.com |
bd0fa1696781e05a7668f12c07a707ac3c42da60 | a9e5371b321647ea4fbc7a37b1a35646b1b2daba | /src/com/iutorleans/bank/adapter/CompteCrudAdapter.java | 7cee4287241093aa5e3b134b97d05c9d3442ae26 | [] | no_license | Naijing/BankApp_Android | e94514d50673abfe48dd673b7fc16284b69145df | 98ed655c2d408782920224ba8a34ed427d4e02b8 | refs/heads/master | 2021-01-22T03:23:28.115962 | 2017-02-06T19:11:48 | 2017-02-06T19:11:48 | 81,121,655 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,995 | java | package com.iutorleans.bank.adapter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import com.iutorleans.bank.R;
import com.iutorleans.bank.bean.ComptesBean;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
impor... | [
"wangxiao8808@hotmail.com"
] | wangxiao8808@hotmail.com |
b46b9a526e2d200dddb6b4e24d03faaaa92ddeb0 | 5010ca4b276d23cc627ae4db81089393077e39ec | /src/main/java/top/kuangcp/graduate/domain/TopicFile.java | 68f90d9542870c3e62508cb03abaaf60ec3f5aa0 | [
"Apache-2.0"
] | permissive | andersJava/Graduate | a8fcb080e3123fa3198f2d253aee6df8bede487d | 9fd9dbb308d74472e69d83a0a3825896f928dbae | refs/heads/master | 2020-06-11T20:06:49.737562 | 2018-09-02T15:02:41 | 2018-09-02T15:02:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package top.kuangcp.graduate.domain;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* Created by https://github.com/kuangcp
*
* @author kuangcp
* @date 18-5-9 下午12:34
*/
@Data
@Entity
public class TopicFile {
@Id
@Generated... | [
"kuangcp@aliyun.com"
] | kuangcp@aliyun.com |
58bbadbdbe22f048e832027218067991728ad191 | 4bbaf61bab08723313d802e22b9b36c4370fa305 | /OrEcli/src/TestUDP.java | ba532ca96067b4c5fd809dda912321b0fd50d404 | [] | no_license | dennislao93/oriecli | 347a8472fc258946dcb596da8ad5e5e7721ba4f7 | 174c3fa44a8443a4921cd6eca7cca925572d3783 | refs/heads/master | 2021-01-01T05:48:25.922462 | 2014-05-02T15:37:33 | 2014-05-02T15:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,351 | java | import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
import java.net.UnknownHostException;
import java.util.Scanner;
public class TestUDP {
public static void main(String[] args) {
TestUDP test = new TestUDP();
... | [
"dennislao93@yahoo.com"
] | dennislao93@yahoo.com |
0d5187db77d96b8e5fb7c5078daa968794070b6c | 53a4d554ae2d93aa2bfe3f9683af8e1413824a02 | /src/main/java/org/djd/fun/taiga/resource/StationsResource.java | aaf946ba6e412ddd4d2446321eff226c7a4082f8 | [] | no_license | do-i/heroku-ninja | 77e1214466694054df3a77cb87e79a7b8d2271fd | 4e82a759679034cc2fc75e1a8c3f90cfefedf575 | refs/heads/master | 2021-01-22T22:53:34.352535 | 2012-11-02T00:49:14 | 2012-11-02T00:49:14 | 6,151,884 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,357 | java | package org.djd.fun.taiga.resource;
import com.sun.jersey.api.NotFoundException;
import org.djd.fun.taiga.model.CtaStopsModel;
import org.djd.fun.taiga.model.CuteResponse;
import org.djd.fun.taiga.model.StationsOrderedModel;
import org.djd.fun.taiga.service.CtaLStopsService;
import org.djd.fun.taiga.service.ServiceExc... | [
"lupin@myway.com"
] | lupin@myway.com |
2dc18011c717e5338e35801a6855dd51d8a1c2c2 | fda74cfffb9a26ea62183475981c640f484909e5 | /src/main/java/oneric/mnc/blocks/BlockBigMushTop.java | 8ddcfa7f32e41c6534ca3fdeed5efefed9745157 | [] | no_license | TheOneric/UNM | 7dc24137ac22a5019c824596d0f92f5a3de90d01 | 87183dbdadc0f86fa80bc1fc6f63a2e274d7bd6e | refs/heads/master | 2020-07-18T02:42:47.577047 | 2020-05-13T18:49:45 | 2020-05-13T18:49:45 | 67,285,481 | 1 | 0 | null | 2016-09-03T11:32:57 | 2016-09-03T10:54:02 | Java | UTF-8 | Java | false | false | 7,389 | java | package oneric.mnc.blocks;
import net.minecraft.block.BlockHugeMushroom;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.properties.PropertyEnum;
import net.minecraft.block.state.BlockStateContainer;
... | [
"oneric@oneric.stub"
] | oneric@oneric.stub |
015f60a7734042c667fdd8ab0e2b695ff4093480 | 0581be3ac37f05973c59fb1ac8a0eaeb38a9d01a | /aws-java-sdk-codedeploy/src/main/java/com/amazonaws/services/codedeploy/model/S3Location.java | 15dcb3495cf625b262c940da64ce9d2c6cb555b5 | [
"Apache-2.0",
"JSON"
] | permissive | SoMCUSDev/aws-sdk-java | f0c47a9f9b7b817b95428b486c979fd8e1b49975 | 3f661541037eae1ba6adda84e9f44309f2502d33 | refs/heads/master | 2021-01-23T22:12:05.430492 | 2015-02-25T15:06:53 | 2015-02-25T15:08:19 | 31,318,689 | 0 | 0 | null | 2015-02-25T14:58:04 | 2015-02-25T14:58:04 | null | UTF-8 | Java | false | false | 15,098 | java | /*
* Copyright 2010-2015 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 "l... | [
"aws@amazon.com"
] | aws@amazon.com |
01a80e38cc4554f0f3a632b7b11a4aa65ba96e0d | 61064a04318e965ee23237d8b47fa8f757ae25a4 | /EntregaFinal5/src/coolc/Coolc.java | 45030ff8881ea2763105d25b998b7c071cbb903a | [] | no_license | NeoRichard/compi | 3bb3552a48d590fb19822f6b27aa16364024b1bb | 6f56db5637cda27e05fd9f91d0c9688dd921d024 | refs/heads/master | 2016-09-11T02:40:00.333848 | 2013-08-04T23:32:43 | 2013-08-04T23:32:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,119 | java | package coolc;
import coolc.parser.*;
import coolc.infrastructure.*;
import coolc.ast.*;
import java.io.*;
import java.util.*;
/*
* Ejecutar con
* llvm-link-3.2 output.ll coolstd.ll | lli-3.2
* y los que usen in_string o in_int, debe hacerse el linking e intepretación por separado
llvm-link-3.2 output.ll coolstd... | [
"richard@Leo.(none)"
] | richard@Leo.(none) |
c4a74fc67f01c83cd45c1cb26521c58470b3b2a1 | bf5039074deb78e9741320405847a869d4c62ff6 | /CSE219/HWs/hw1/HW1Solution/WebPageMakerApp/src/wpm/file/FileManager.java | 2a4bf7b4d9044d5516dcb93cc92ec8f4a010b7dc | [] | no_license | dtbinh/Personal | f216d37632535c3489fa1fbcd33713f11f837dd2 | 7befbe86d58e4f1f2f26f82767174016953900c9 | refs/heads/master | 2021-01-18T01:49:23.493061 | 2016-04-06T17:35:43 | 2016-04-06T17:35:43 | 56,241,995 | 1 | 0 | null | 2016-04-14T13:59:19 | 2016-04-14T13:59:19 | null | UTF-8 | Java | false | false | 18,081 | java | package wpm.file;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
... | [
"ronaldbalchand@gmail.com"
] | ronaldbalchand@gmail.com |
8832a9293abddc65c43f50a8c123b38fe404fbd3 | 8f183f85a95467f2703df94ad0e5ed357f4b60cc | /dragon-storage/src/main/java/info/yangguo/dragon/storage/mysql/dao/pojo/AnnotationPojo.java | 2a6536ded4fea3ad0e3f287bab76c7697cf305c4 | [] | no_license | zh-soft/dragon | a0602c303b15c2314a92dd9ee165351eca94d7a8 | 7d1f08a32831b97c549742b1134f12f4a5dbb3ef | refs/heads/master | 2021-05-07T23:43:15.314126 | 2017-06-25T14:03:52 | 2017-06-25T14:03:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,826 | java | package info.yangguo.dragon.storage.mysql.dao.pojo;
import java.io.Serializable;
/**
* @author:杨果
* @date:16/6/6 上午10:54
*
* Description:
*
*/
public class AnnotationPojo implements Serializable {
private static final long serialVersionUID = 8229331674571219289L;
private String type;
private String ... | [
"yang.guo@chinaredstar.com"
] | yang.guo@chinaredstar.com |
54a712201978d4e3ecb2be37780c8d2ccc259288 | 2df06b989fd39e8329f8f0472c16ec2b427e289d | /java/com/android/dialer/lookup/DirectoryId.java | 9749dc4404c2832ca1bb038cdc6a21c3a655e976 | [
"Apache-2.0"
] | permissive | ResurrectionRemix/android_packages_apps_Dialer | 8488cdbef44d1a5458e6061c7dc91958ec671ad9 | 6828921e03932700b17676b62d04328f6567e515 | refs/heads/oreo | 2021-01-18T01:54:41.978801 | 2018-10-05T00:16:13 | 2018-10-10T20:21:44 | 43,914,283 | 3 | 87 | NOASSERTION | 2019-06-28T13:53:25 | 2015-10-08T20:21:20 | Java | UTF-8 | Java | false | false | 1,087 | java | package com.android.dialer.lookup;
import android.net.Uri;
import android.provider.ContactsContract;
public class DirectoryId {
// default contacts directory
public static final long DEFAULT = ContactsContract.Directory.DEFAULT;
// id for a non existant directory
public static final long NULL = Long... | [
"dan.pasanen@gmail.com"
] | dan.pasanen@gmail.com |
52062c96c024ecce6761377321e2bae515a33d9e | 67ad735a683439f51f7259010ec5483f1a06ced8 | /src/java/iw/socialdevelop/controller/ProgettoDettaglio.java | 870cd17171524217ff8d2cfe3a9e6953df8d219c | [] | no_license | Lucgril/SocialDevelop | 3171405643eabe6cb548c7484f1409499826af57 | 860bf4d409143367dbb0b91fe1d2d6561140f1f0 | refs/heads/master | 2021-09-10T12:53:13.917473 | 2018-03-26T15:09:31 | 2018-03-26T15:09:31 | 126,087,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,018 | java | package iw.socialdevelop.controller;
import it.univaq.f4i.iw.framework.result.FailureResult;
import it.univaq.f4i.iw.framework.result.TemplateManagerException;
import it.univaq.f4i.iw.framework.result.TemplateResult;
import it.univaq.f4i.iw.framework.security.SecurityLayer;
import iw.framework.data.DataLayerExce... | [
"luca.grillo@student.univaq.it"
] | luca.grillo@student.univaq.it |
879645bdd8c9935401e9a229834c049f7a27106a | a744882fb7cf18944bd6719408e5a9f2f0d6c0dd | /sourcecode8/src/sun/management/jdp/package-info.java | bb6dabcf9978707a29d24bf4514a44d03f0d2231 | [
"Apache-2.0"
] | permissive | hanekawasann/learn | a39b8d17fd50fa8438baaa5b41fdbe8bd299ab33 | eef678f1b8e14b7aab966e79a8b5a777cfc7ab14 | refs/heads/master | 2022-09-13T02:18:07.127489 | 2020-04-26T07:58:35 | 2020-04-26T07:58:35 | 176,686,231 | 0 | 0 | Apache-2.0 | 2022-09-01T23:21:38 | 2019-03-20T08:16:05 | Java | UTF-8 | Java | false | false | 3,231 | java | /*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | [
"763803382@qq.com"
] | 763803382@qq.com |
2755d62511d6160ca8fb5de43f6b639d12453d48 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowCookieSyncManager.java | 2c910c2e37326ab521e7df0dd0b91af1b8dfc53c | [
"MIT",
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | Java | false | false | 1,161 | java | package com.xtremelabs.robolectric.shadows;
import android.content.Context;
import android.webkit.CookieSyncManager;
import com.xtremelabs.robolectric.Robolectric;
import com.xtremelabs.robolectric.internal.Implementation;
import com.xtremelabs.robolectric.internal.Implements;
/**
* Shadows the {@code android.webki... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
cfbaef62f6aa3fdf3d46497ea29666d5a74a4bba | c39941b11a5b467a3ff60ba20da0f37b17d0bc35 | /AOP/src/main/java/com/demo/afterThrowing/AfterThrowingDemoApp.java | 87b2cdf19754a6f7d618af87aa851b01688336ad | [] | no_license | FebrianFrancione/Spring | af2bf0a901da38a0a16585cf86e6debfac4335cf | eb7ad275bf76995861ae2e76e52bca52118245da | refs/heads/master | 2023-03-30T09:00:17.975935 | 2021-04-01T00:36:23 | 2021-04-01T00:36:23 | 333,269,151 | 0 | 0 | null | 2021-02-12T03:00:37 | 2021-01-27T01:38:00 | Java | UTF-8 | Java | false | false | 973 | java | package com.demo.afterThrowing;
import com.demo.afterThrowing.Dao.AccountDao;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import java.util.List;
public class AfterThrowingDemoApp {
public static void main(String[] args) {
AnnotationConfigApplicationContext context ... | [
"febrian.francione@gmail.com"
] | febrian.francione@gmail.com |
f13cc210b266b68b3aea57598533344de9591eed | b96aef78d22b141a9f4eff979219c274ec607935 | /test/org.xkonnex.repo.dsl.moduledsl.test/src/org/xkonnex/repo/dsl/moduledsl/test/ModuleDslTestModule.java | 7cd5bd3455f4927875391ccc656e4f5eafb0db1f | [] | no_license | andrearn/org.fornax.soa.xtextservicerepository | cb3417905568c361a59c85108e3a0042967be387 | d04631d5a82c42290687495ec76ed5d36dcab44c | refs/heads/master | 2021-07-12T11:41:32.920447 | 2019-02-16T23:13:45 | 2019-02-16T23:13:45 | 1,440,923 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package org.xkonnex.repo.dsl.moduledsl.test;
import org.xkonnex.repo.generator.moduledsl.ModuleDslGeneratorModule;
import com.google.inject.Binder;
import com.google.inject.name.Names;
public class ModuleDslTestModule extends ModuleDslGeneratorModule {
public void configureUseNestedPaths (Binder bind) {
bind.bin... | [
"andre.arnold@gmx.de"
] | andre.arnold@gmx.de |
02d3c046495785b30a6f4d4ebae2ac29cc773444 | 82e79be4db5edce0fae55d44e85d3a28fbfcc521 | /src/main/java/observers/LobbyObserver.java | f06a27bedb35bd780dde58635604b4196d46f6e5 | [] | no_license | MartinVeltman/MartinRisk | f631eae6f54077a7877ac948b6ddbfda17c397b2 | b91bd41fa3819ed09b3bf2f302f9b0e870aff05d | refs/heads/master | 2023-05-31T22:48:00.886285 | 2021-07-05T21:49:15 | 2021-07-05T21:49:15 | 381,051,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package observers;
import com.google.cloud.firestore.DocumentSnapshot;
public interface LobbyObserver {
void update(LobbyObservable lb);
void updateDocument(DocumentSnapshot lb); //alleen de updateDocument word gerund zou dus naar update kunnen worden veranderd
}
| [
"martinveltman@live.nl"
] | martinveltman@live.nl |
c4e934e841c881dbedfcfbd381d395bbd7c04f80 | 87f970ab8b4b504c8215f6aac2d6e98ac0e9f9d5 | /src/java/com/wonders/stpt/ThemeDatabase/action/ThemeDatabaseAction.java | 3573da877d5b6adada7bd037dd92bb8f7779b3e6 | [] | no_license | Q-jone/wd-portal | f7339fd76e89744576780b0f02761c74a77b9a13 | 7dd219cf23c7474d2a81f3ae61cfed6e458f8e88 | refs/heads/master | 2021-01-19T18:41:43.377611 | 2015-06-24T15:57:18 | 2015-06-24T15:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,208 | java | package com.wonders.stpt.ThemeDatabase.action;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRe... | [
"657603429@qq.com"
] | 657603429@qq.com |
7c3c1c44650526e03db02c8c5c892a0dc2e2ce14 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13141-23-13-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/container/servlet/filters/internal/SetCharacterEncodingFilter_ESTest_scaffolding.java | 7801083fee38b03e644a6d936852d965a83dcfea | [] | 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 | 475 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Jan 19 03:24:25 UTC 2020
*/
package org.xwiki.container.servlet.filters.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
8fda31b1592092b35d20c29ec511b5fb862cc1f6 | 132979b7af2ddde19095e76f26fa43eaa81671a9 | /selenium-project/src/test/java/com/james/training/selenium_project/uielementspagetests/HorizontalSliderTest.java | b5d63954cafd19c70de197fdf4d110e5cf296173 | [] | no_license | jamesngondo2013/Java-Selenium-Automation-Framework | 3184f6a8754a67ed948be5fdee667d98f1f2ed67 | 59fd1b1cd9fc673ff6794e96c6d64c81e37a64c2 | refs/heads/master | 2022-06-23T12:01:29.168482 | 2020-06-06T13:18:46 | 2020-06-06T13:18:46 | 223,250,003 | 0 | 0 | null | 2022-06-21T02:41:35 | 2019-11-21T19:33:47 | HTML | UTF-8 | Java | false | false | 967 | java | package com.james.training.selenium_project.uielementspagetests;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.james.training.selenium_project.basetest.TestUtilities;
import com.james.training.selenium_project.pages.HorizontalSliderPage;
import com.james.training.selenium_project.pages.Welc... | [
"jamesngondo2013@outlook.com"
] | jamesngondo2013@outlook.com |
012aa16e9550e42ef3d3fd7461770fa10fd95ef1 | b7dbfe6d99dc7f43c6c25c44fb84093d3cbbc39e | /src/main/java/com/app/twitterstreaming/consumer/TwitterConsumer.java | 1521ad740732a81650552f9cee36d03ac3fa26c8 | [] | no_license | giri-nitesh/twitter-streaming | 65fb4b23cbcb2b5ea629b6b19696372cb44c677a | fc64f58a5a82d0f39e8830abd801f58687613654 | refs/heads/master | 2022-06-02T00:42:41.594619 | 2019-09-17T10:15:11 | 2019-09-17T10:15:11 | 206,628,281 | 2 | 0 | null | 2022-05-20T21:08:33 | 2019-09-05T18:11:33 | Java | UTF-8 | Java | false | false | 2,262 | java | package com.app.twitterstreaming.consumer;
import java.util.ArrayList;
import java.util.List;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactor... | [
"giri17nit@gmail.com"
] | giri17nit@gmail.com |
43027467870110b26e7d1d00f54f682c25b35edb | d0e73cda30de4ef0d66d07561c6f572a0f1d952f | /jspwiki-war/src/test/java/org/apache/wiki/plugin/GroupsTest.java | 5a59584ad2e84b329834037425d64d3243c06eb6 | [
"Apache-2.0",
"MPL-2.0",
"BSD-2-Clause",
"CC-BY-2.5",
"DOC",
"LicenseRef-scancode-jdom",
"Apache-1.1",
"CPL-1.0",
"MPL-1.1",
"BSD-3-Clause",
"CDDL-1.0",
"MIT"
] | permissive | managanesh/jspwiki | 9846293491cacad90efe4c87dfe86a877172fcfe | a3c80aa35ba33f9097ce8e3cb44a155155493459 | refs/heads/trunk | 2023-04-28T04:42:27.121021 | 2015-08-20T08:54:26 | 2015-08-20T08:54:26 | 18,417,527 | 0 | 0 | Apache-2.0 | 2023-04-15T18:43:39 | 2014-04-03T20:40:03 | Java | UTF-8 | Java | false | false | 2,105 | java | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"... | [
"juanpablo@apache.org"
] | juanpablo@apache.org |
58eb1d1aa0f39414220cfe1f4fb145a9d30eba0d | adffbe6b1ca38a8a999e1a291ae7bc7b4840010c | /src/main/java/com/forever17/project/charityquest/pojos/entity/ReturnStatus.java | e4d7d963d0adfbdfad1062b23f73c81fcc4ad30e | [] | no_license | Nvpiao/charityquest-backend | 0dca0c0f5f475a155bd72e7031fe92790deecf5a | 207362795cc50e2cc21b774623e29f55e7a3d5e4 | refs/heads/master | 2022-11-11T09:52:37.536586 | 2020-04-21T15:48:38 | 2020-04-21T15:48:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,954 | java | package com.forever17.project.charityquest.pojos.entity;
import com.forever17.project.charityquest.constants.CharityCodes;
import com.forever17.project.charityquest.enums.StatusType;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.NonNull;
import lombok.RequiredAr... | [
"mliu54@sheffield.ac.uk"
] | mliu54@sheffield.ac.uk |
6e291afc63ae05dbf44e1c2f7ce735334bedc1e4 | ff8169eb5ed08e233aaefe336338252c15c03488 | /src/main/MyMain.java | e1e981ae6e93f635f88bf09f69353bf5247beb69 | [] | no_license | prajjwal-cs/QueueUsingLinkedList | ae239f443c7dd5f7fa78c03072e30d99f9ad305f | bef2962c8f06cc8acd3f3d59510515f61aa6586b | refs/heads/master | 2023-03-11T15:58:03.741767 | 2021-02-26T20:20:23 | 2021-02-26T20:20:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 631 | java | /* Created by IntelliJ IDEA.
Author: Prajjwal Pachauri(cypher)
Date: 26-02-2021
Time: 23:46
File: MyMain.java
*/
package main;
import implementation.MyQueue;
public class MyMain {
public static void main(String[] args) {
MyQueue<Integer> queue = new MyQueue<>();
queue.enqueue(10);
queue... | [
"prajjwalpachauri725@gmail.com"
] | prajjwalpachauri725@gmail.com |
6b156d8c4015f89975c635dbfba41b5124ad8776 | 0e06e096a9f95ab094b8078ea2cd310759af008b | /classes52-dex2jar/com/google/android/gms/games/video/zza.java | 50cf53bd97089f4594d8732acc9c56ea8a07d5a6 | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 303 | java | //
// Decompiled by Procyon v0.5.34
//
package com.google.android.gms.games.video;
import com.google.android.gms.common.internal.safeparcel.SafeParcelReader;
import android.os.Parcel;
import android.os.Parcelable$Creator;
public final class zza implements Parcelable$Creator<VideoCapabilities>
{
}
| [
"querky1231@gmail.com"
] | querky1231@gmail.com |
148f87882e66e2c94356833c14cbcf7fa21fc25a | d605b91301373752a27c7906976b6457be800836 | /Joakim/Assigment1_Task6/GlobalSimulation.java | 5bb376fb938eb92cc9e6a69141465756cf008104 | [] | no_license | olivernilssen/EITN95_Simulation_A1 | bb348443d58eaaae387a0c21c34efbb740681605 | 660cab18c4e18615db925051125212d14fe3fffe | refs/heads/master | 2022-04-26T05:12:08.124789 | 2020-05-01T13:03:25 | 2020-05-01T13:03:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | public class GlobalSimulation{
// This class contains the definition of the events that shall take place in the
// simulation. It also contains the global time, the event list and also a method
// for insertion of events in the event list. That is just for making the code in
// MainSimulation.java and State.... | [
"noreply@github.com"
] | noreply@github.com |
9a2cb02f330068c955101a82515c214e7452baac | e9d3fd05bd49f3c5c95f67feb37b86bb4b8d422b | /org.xtext.example.msat.tests/src-gen/org/xtext/example/mydsl1/tests/MSatInjectorProvider.java | 26bec63703a0cedbb35c7089d679db760128a900 | [] | no_license | diverse-project/SAT-DSLmorphic | 6ac5ba9cc93faa915f8b1d6ac28bb40571cec029 | a2c4a56566a0e28a26ba0f0d12a306160eff52eb | refs/heads/master | 2020-07-24T09:38:16.448423 | 2020-01-08T10:53:56 | 2020-01-08T10:53:56 | 207,883,485 | 0 | 15 | null | 2020-01-08T11:04:01 | 2019-09-11T18:48:10 | Jupyter Notebook | UTF-8 | Java | false | false | 1,927 | java | /*
* generated by Xtext 2.19.0
*/
package org.xtext.example.mydsl1.tests;
import com.google.inject.Guice;
import com.google.inject.Injector;
import org.eclipse.xtext.testing.GlobalRegistries;
import org.eclipse.xtext.testing.GlobalRegistries.GlobalStateMemento;
import org.eclipse.xtext.testing.IInjectorProvider;
imp... | [
"mathieu.acher@irisa.fr"
] | mathieu.acher@irisa.fr |
d932e0c5145dadf127c2ebb1220caf7c7b7d1529 | 0e99f85269b18602ac0e6df1dcfbdbf093dd607b | /src/client/gui/fxcontrol/EIPManagement.java | 6353c08068e1459bbcc5e57fac3fe7e6e60a711c | [
"MIT"
] | permissive | leprekon91/AES14 | 37dc86684536aeec116d967a1eb1bd30c2f977a5 | 288ff4e8605e5babfd45cc423e22303846f9c716 | refs/heads/master | 2020-03-18T09:44:48.245013 | 2018-07-09T05:39:37 | 2018-07-09T05:39:37 | 134,578,577 | 2 | 3 | null | 2018-06-04T13:47:37 | 2018-05-23T14:04:22 | Java | UTF-8 | Java | false | false | 1,858 | java | package client.gui.fxcontrol;
import client.control.TeacherControl;
import com.Contract;
import com.data.ExamInProgress;
import com.data.Message;
import javafx.event.ActionEvent;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import javafx.scene.control.ListView;
import javafx.stage.Stage;
... | [
"reist2009@gmail.com"
] | reist2009@gmail.com |
c70dadb4d12a61484819737d08d5ab2baac15372 | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-Fernflower/androidx/documentfile/provider/TreeDocumentFile.java | 96020a98439391654894a0f46ce7aadbea874b1d | [] | no_license | ryangardner/excursion-decompiling | 43c99a799ce75a417e636da85bddd5d1d9a9109c | 4b6d11d6f118cdab31328c877c268f3d56b95c58 | refs/heads/master | 2023-07-02T13:32:30.872241 | 2021-08-09T19:33:37 | 2021-08-09T19:33:37 | 299,657,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,124 | java | package androidx.documentfile.provider;
import android.content.Context;
import android.net.Uri;
import android.provider.DocumentsContract;
class TreeDocumentFile extends DocumentFile {
private Context mContext;
private Uri mUri;
TreeDocumentFile(DocumentFile var1, Context var2, Uri var3) {
super(var1)... | [
"ryan.gardner@coxautoinc.com"
] | ryan.gardner@coxautoinc.com |
5dadbbaf9bfa1badcd34533aec67903235154c20 | 6967754e556accd29d7764f0a196dc4573afd94e | /errai-jaxrs/errai-jaxrs-client/src/test/java/org/jboss/errai/enterprise/jaxrs/server/QueryParamTestServiceImpl.java | 17dda6a28c93d7f583c04d91d4b67d6296f22bf2 | [] | no_license | wclaeys/errai | 5ecdda91b78b5c69777f73c0871bd98c56a70db6 | f13151ba300c0b18c6a2531d4fb6c9642b811cea | refs/heads/master | 2021-01-18T04:25:49.476218 | 2012-11-04T11:11:35 | 2012-11-04T11:11:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | java | /*
* Copyright 2011 JBoss, by Red Hat, 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 the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [
"christian.sadilek@gmail.com"
] | christian.sadilek@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.