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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
01c812e90edf0dac22313b6e4922cc450430d9fc | 21d7436b01e03a6f9c4c878e604cb4d2adebffa0 | /src/test/java/ch/lihsmi/effectivejava/chapter2/item8/OverrideEqualsTest.java | 446c371730ab1365e2dd996b56834cb1e62ad73a | [] | no_license | michaellihs/effective-java | 72027674552a70ebeb40b401b22af429ebe84b7f | d6790743fddbcd066393d6e3e4c870a7fdb7c7ed | refs/heads/master | 2021-01-19T10:43:07.751207 | 2019-03-19T22:13:20 | 2019-03-19T22:13:20 | 63,182,686 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package ch.lihsmi.effectivejava.chapter2.item8;
import org.junit.Test;
import static org.junit.Assert.*;
public class OverrideEqualsTest {
@Test
public void overridenEqualsIsReflexive() {
OverrideEquals.ValueClass x = OverrideEquals.getValueClassFor(10);
assertTrue(x.equals(x));
}
@... | [
"mimi@kaktusteam.de"
] | mimi@kaktusteam.de |
b647c32616ac128642183d0a23db4b0512ba90ef | 5c3c0fdfb18b893b75d824dd75cc7e18d26684c2 | /src/main/java/ESWCrefactoring/ConvertDatasetToFeatureSetForCRFSuite.java | 329b9a9691c9534bd75009090a2439d175d98c0a | [] | no_license | fmoghaddam/RoleTaggerWorkFlow | c1b5bbe3cfe21418fa6f1d5a323ebf0b1a812c63 | fb2c63180d2ba1ddf5bbc48960b3d56b136448a0 | refs/heads/master | 2021-05-11T18:30:38.112197 | 2018-02-05T11:15:02 | 2018-02-05T11:15:02 | 110,526,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,272 | java | package ESWCrefactoring;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.u... | [
"f.bakhshandegan@gmail.com"
] | f.bakhshandegan@gmail.com |
25845ff3f775bfc6db51db9d69c4032488449c48 | 4d0907cd5b7b397b14eccc0a08a9c02a28503ef1 | /Model/src/main/java/org/gusdb/wdk/model/user/dataset/irods/icat/query/SelectAllMetadata.java | 45119d7e76dec0f13fbea3a23c7d9f55312f9bc3 | [
"Apache-2.0"
] | permissive | VEuPathDB/WDK | 2fedfad74cd3e60be1d6efcdaaf1f206d0d21608 | bfd661cae73ddf2ad5b15731fdf1ccd23b5b6387 | refs/heads/master | 2023-08-17T17:48:54.868518 | 2023-08-03T00:29:46 | 2023-08-03T00:29:46 | 190,667,058 | 0 | 6 | Apache-2.0 | 2023-09-07T17:20:04 | 2019-06-07T00:21:00 | Java | UTF-8 | Java | false | false | 985 | java | package org.gusdb.wdk.model.user.dataset.irods.icat.query;
import org.gusdb.fgputil.TraceLog;
import org.gusdb.wdk.model.WdkModelException;
import org.gusdb.wdk.model.user.dataset.irods.icat.ICatCollection;
import org.irods.jargon.core.pub.IRODSGenQueryExecutor;
import java.nio.file.Path;
public class SelectAllMetad... | [
"foxcapade@gmail.com"
] | foxcapade@gmail.com |
cc399b90e4a048352d3a64bf97a0b7dbdb45cdfb | 4e1d72eae7d74c80f52790cbe40de3327d23cbba | /src/com/mycompany/javaCollections/TestCollections/Test.java | acf3b8ac53ae25f73af0797372d84f11896767ac | [] | no_license | alexusievich/NC_homeworks | 0683ccdeb9c892b76e5535305e86f6f6c559e474 | 8885e2577708cb45e0d8633f682f6224767243f8 | refs/heads/master | 2023-02-22T22:49:35.872775 | 2021-01-31T19:48:16 | 2021-01-31T19:48:16 | 321,334,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,766 | java | package com.mycompany.javaCollections.TestCollections;
import java.util.*;
public class Test {
int size;
ArrayList<String> arrayList = new ArrayList<>();
LinkedList<String> linkedList = new LinkedList<>();
HashSet<String> hashSet = new HashSet<>();
LinkedHashSet<String> linkedHashSet = new Linked... | [
"alex.netjournal@gmail.com"
] | alex.netjournal@gmail.com |
24771d7d1da5bdaacb7682ff263c8335148ec9d1 | 60df3026bbddffb080f2d99ddd8d1870b8350326 | /FinalProject/app/src/main/java/com/udacity/gradle/builditbigger/MainActivity.java | 43ba4b86961af19ac3ef466e693fa56cddf2e9c4 | [] | no_license | neev/BuildItBigger | d3e7645efae83464bf0a4cbe9d31eab7dc646a73 | 77d4f6b6eea0796d9711994e3ee1f9364e93cccf | refs/heads/master | 2021-01-10T07:05:50.872875 | 2015-12-09T06:58:06 | 2015-12-09T06:58:06 | 47,609,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package com.udacity.gradle.builditbigger;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout... | [
"neeraja.vimal@hotmail.com"
] | neeraja.vimal@hotmail.com |
8103d1dd71e82fb8d036b971f355d38f5e0b8019 | 6541b4ea4a094799fa5bcdd973e9b8c990695733 | /SlidingMenuwithABSFragments/src/com/example/slidingmenuwithabsfragments/fragments/BBranchFragment.java | 41467a96a4f3b26bb48aaecdbafaa4d07c18cb00 | [] | no_license | Mohammed-khurram-Ahmed/slidingMenuWithABSfragments | 466a8967a95038c6d6bbd4ca1e42772e50056d03 | e760cc7f456a1ca1481802b4d51f7b0c16c29278 | refs/heads/master | 2021-01-10T20:44:53.654973 | 2014-01-28T13:43:57 | 2014-01-28T13:46:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package com.example.slidingmenuwithabsfragments.fragments;
import android.os.Bundle;
import android.support.v4.app.FragmentTransaction;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.actionbarsherlock.app.ActionBar;
import com.actionbarsherlock.app.ActionBar.Ta... | [
"khurram@khurram-developer"
] | khurram@khurram-developer |
2ab4177a19737e15f6a66a3099f75d4bc9498fee | 9b86d6353504bfc5f446fe36a8abe698c44d3ca7 | /AU22/src/au22/ClockModel.java | ff1a590006a32a8f97fa5af6ba7c72f0adac2830 | [] | no_license | Minecraftschurli/SEW | d3ec0531f00846d5af1e0ed886f373854aa6cea0 | 1b7bd3d64621dfd6099002de6d9e5ad7b0b93f9e | refs/heads/master | 2020-03-18T06:53:01.628044 | 2018-11-16T11:14:09 | 2018-11-16T11:14:09 | 134,419,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,704 | java | package au22;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.swing.*;
import java.awt.*;
import java.io.File;
import java.util.Random;
import static api.gui.GUIHelper.*;
@SuppressWarnings({"WeakerAccess", "SameParameterValue", "unus... | [
"minecraftschurli@gmail.com"
] | minecraftschurli@gmail.com |
259111c9912bf5f03bdd651fd703a27d65069c15 | 7cab6fe085f321c794ac7bb35a55a94cd0b7bb82 | /mybaselibrary/src/main/java/com/fivefivelike/mybaselibrary/utils/DialogDeclare.java | 8ebf1346c61c807913cefbcbeb1b8727e8e4d53f | [] | no_license | beyondzzz/erp_android | ef3fa2a3e1f3ad55e5e27fcbd471cf7d4bf90eb0 | df77ceb4f39d868252560ecc6e5c6c48a378b071 | refs/heads/master | 2020-04-26T23:01:35.572421 | 2019-03-06T07:23:36 | 2019-03-06T07:23:36 | 173,890,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,138 | java | package com.fivefivelike.mybaselibrary.utils;
import android.graphics.Color;
import android.os.Handler;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AppCompatActivity;
import android.view.Gravity;
import android.view.View;
import android.widget.AdapterView;
import com.circledialog.Circl... | [
"zhangyuanzhen@zhidaoauto.com"
] | zhangyuanzhen@zhidaoauto.com |
941bd58d73a357026138245d50920d64ab393728 | 5b6fbcbda29b386034891823bb1d7553e816ec23 | /NetBeansProjects/PBOD/src/pertemuan5/TestIter3.java | 044fa60c2fd5c5bd405b6476de36d98ff3be1ba4 | [] | no_license | rizqaalfi/Java | b0b9a55dc5b7d5a7df9dfd95a8e52b79c721c279 | 6f6b9d434930f9495497c6347822411464faff5e | refs/heads/master | 2023-05-04T23:33:04.950175 | 2021-05-28T12:03:24 | 2021-05-28T12:03:24 | 371,676,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package pertemuan5;
/**
*Rizqa Alfiani
* E31191919
*/
public class TestIter3 {
public static void main(String[] args) {
... | [
"66870136+rizqaalfi@users.noreply.github.com"
] | 66870136+rizqaalfi@users.noreply.github.com |
93f3cb97e6a6cc9f15b3faebc947e866f63098d6 | 7a06a0a175a32587fd4b68a2b6f6b5d781bdcbc1 | /backend/src/main/java/com/example/bookstore/controller/ProductController.java | 01765285537b2a48af26433e41347c8ddb071f3b | [] | no_license | hechengu/bookstore | f66c04c988e215401cc0151115fa8ac31a1691d6 | e02f5dcd67c75a743b654fb1f25e0e9c931776d4 | refs/heads/master | 2023-02-15T13:07:03.230947 | 2020-04-21T03:20:40 | 2020-04-21T03:20:40 | 255,544,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.example.bookstore.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import... | [
"hechengu@usc.edu"
] | hechengu@usc.edu |
9f83ef17fb1505e040c1436e776e5a7a46230318 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_388df0071fdad56d70b906017e904d452ea84f21/RecordStoreImpl/15_388df0071fdad56d70b906017e904d452ea84f21_RecordStoreImpl_t.java | 13b8b5731b6c8d3c94f7a17657ac725381dad2db | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 11,959 | java | /*
* MicroEmulator
* Copyright (C) 2001-2005 Bartek Teodorczyk <barteo@barteo.net>
*
* It is licensed under the following two licenses as alternatives:
* 1. GNU Lesser General Public License (the "LGPL") version 2.1 or any newer version
* 2. Apache License (the "AL") Version 2.0
*
* You may n... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
537330321c0b6591a1f9a73b82aee1d87f24dd39 | 926a683ca1d935f959e59dd058b2a80a236d671a | /models/src/main/java/repository/AccounRepository.java | be52552751d64d14d3b049f417c313f95c0e7fee | [] | no_license | wdalmeida/pds_eight_app | fa139356a7cca35445518a3f0e6fa11e26f2943f | 487b09aaf96972c27735851337d5aea4555f20e5 | refs/heads/master | 2023-03-06T00:58:52.962644 | 2023-03-01T08:28:11 | 2023-03-01T08:28:11 | 134,713,315 | 0 | 0 | null | 2023-03-01T08:29:43 | 2018-05-24T12:38:02 | Java | UTF-8 | Java | false | false | 193 | java | package repository;
import entity.AccounEntity;
import org.springframework.data.repository.CrudRepository;
public interface AccounRepository extends CrudRepository<AccounEntity,String> {
}
| [
"ji-na.hang@etu.u-pec.fr"
] | ji-na.hang@etu.u-pec.fr |
2438533b184036610b7e9289296cac67b8120cd0 | ed2f41c3e04d825457e6b3a406fa3abe29ea41de | /citations/citations-osid/xserver/src/java/org/sakaibrary/osid/repository/xserver/LongValueIterator.java | 4df1fc24909d50b8ec9b91af118e3c4259604ae6 | [
"ECL-2.0"
] | permissive | lancespeelmon/sakai-travis-test | 38d5d4fe978392dc241d60fd8cf4cbe47d24cff4 | c3eca9d97f959e73fd3f227ccd29b274969c95c3 | refs/heads/master | 2021-01-10T08:06:43.259585 | 2013-02-27T04:56:14 | 2013-02-27T16:55:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | /**********************************************************************************
* $URL: https://source.sakaiproject.org/svn/citations/tags/sakai-2.9.1/citations-osid/xserver/src/java/org/sakaibrary/osid/repository/xserver/LongValueIterator.java $
* $Id: LongValueIterator.java 59673 2009-04-03 23:02:03Z arwhyte@um... | [
"lance@speelmon.com"
] | lance@speelmon.com |
e869ddea45616b7b28352d2ba08ab4824ff27c40 | a6e06bf3f455d69c97fadf89232a44d7a1e5a872 | /src/java/signupservlet/SignIn.java | d35c8cbc3b984422e6687980603cab4e05767bf6 | [] | no_license | akshita046/practicing | 687063843b2b1eef9de9e63473e587c48342fd72 | 0ea25012d02d49acc4ee066cb96fd893a6671f31 | refs/heads/master | 2020-04-09T05:41:32.922210 | 2018-12-02T18:10:51 | 2018-12-02T18:10:51 | 160,075,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,520 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package signupservlet;
import java.io.*;
import java.sql.*;
import javax.servlet.ServletException;
import javax.servlet.ht... | [
"axitagoopta15@gmail.com"
] | axitagoopta15@gmail.com |
2f67fed03dc34285ededb1e666fe50112fc3f147 | 9a260b59248acfe10aa4311f61151ab92cc41eb2 | /app/src/androidTest/java/cf/victorlopez/frasesretrofit/ExampleInstrumentedTest.java | dbd3087ac35c7d38611d41eae511250206c0cc92 | [] | no_license | victorjp1/FrasesRetrofit | 979d11ee8ca4a5644aead1def1587f8f806673a7 | 8177a2d89907546330c057f1f32bc2a44b791dc6 | refs/heads/master | 2023-03-12T17:16:19.688217 | 2021-03-04T14:33:13 | 2021-03-04T14:33:13 | 344,502,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package cf.victorlopez.frasesretrofit;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exec... | [
"victorjp999@gmail.com"
] | victorjp999@gmail.com |
ae119dd757056bb9d5a9b8eeb603e45905d677fc | 60dd03a27d9004d096a3d34ae7a148648b853650 | /src/main/java/brotherhui/demo/account/domain/event/SourceBankAccountDebitedEvent.java | 23185f0bb71e876cd34c9798119dce1af66d8f4f | [] | no_license | brotherhui/15-practice-axon-saga-simple | 1ca0f69ea66b1a15d8c2a6cc0a09c535a3eaa11a | 3c21859a67d0228c64747bf2b249ce7b8e07b2c9 | refs/heads/master | 2021-05-08T19:05:26.359170 | 2018-01-30T14:57:36 | 2018-01-30T14:57:36 | 119,548,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | /*
* Copyright (c) 2016. Axon Framework
*
* 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... | [
"xiaohui.c.liu@accenture.com"
] | xiaohui.c.liu@accenture.com |
301172bcea3f19b8370c3c7546b9cb74e3e81761 | 35f4bdc87bf8dd0a6d62c68582032304d6745c13 | /demo/src/main/java/com/qianfeng/demo/interceptor/AuthInterceptor.java | a4ae1aab8a183cf37f4074c88282d6d58da4c842 | [] | no_license | ZengJiFa/spring-hello | 8a1b20a60d67b599ecc720ff5f462354ae0a1783 | cf45dfed14c778db513f2a31441e3beec0dcf3a6 | refs/heads/master | 2020-06-27T03:14:21.305707 | 2019-07-31T09:54:56 | 2019-07-31T09:54:56 | 199,800,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package com.qianfeng.demo.interceptor;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* @author ZengJiFA
* @Date 2019/7/29
*/
//注解:将类交给spring管理
@Component
p... | [
"1104642947@qq.com"
] | 1104642947@qq.com |
7205945e026a6ef95ae8c677bcb15fffe87b3066 | d6c041879c662f4882892648fd02e0673a57261c | /com/planet_ink/coffee_mud/Items/Basic/GenResource.java | b9103c6e912c11ea8af8f173d7342471c047a084 | [
"Apache-2.0"
] | permissive | linuxshout/CoffeeMud | 15a2c09c1635f8b19b0d4e82c9ef8cd59e1233f6 | a418aa8685046b08c6d970083e778efb76fd3716 | refs/heads/master | 2020-04-14T04:17:39.858690 | 2018-12-29T20:50:15 | 2018-12-29T20:50:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,349 | java | package com.planet_ink.coffee_mud.Items.Basic;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import co... | [
"bo@zimmers.net"
] | bo@zimmers.net |
a470ea4b88d3de48c56cf5b9a07aa79cb59df9fa | 7041e1c76d2e6226e6ee984252c2f5d77f4525fa | /app/src/test/java/muchbeer/raum/jetpacknavdrawer/ExampleUnitTest.java | f372c30c3689cdb7f4da7b6484e3bfa067cdccdc | [] | no_license | muchbeer/JetPackNavDrawer | 75a9559789d8c4d91f489196668f3e7ae0a0b7b8 | 9ad8c5949864a3fadfd4d8dde5e35a705d95aa09 | refs/heads/master | 2020-09-26T21:41:12.934815 | 2019-12-06T14:51:45 | 2019-12-06T14:51:45 | 226,348,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package muchbeer.raum.jetpacknavdrawer;
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
pub... | [
"gman2them@gmail.com"
] | gman2them@gmail.com |
8e17a82996f5b38cd4bc91738ec8a60d0a6ab973 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/OpsItemAlreadyExistsExceptionUnmarshaller.java | db6cc241570ad8d6caeccb2681dc5b1dc4e3321a | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 3,298 | java | /*
* Copyright 2016-2021 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... | [
""
] | |
3c8af5479b9141288fa765c9c325290fab9f85ca | f36c29c44e93b4c86741a7de4ab9dd85b7cd1b43 | /core-customize/hybris/bin/custom/theBodyShopfulfilmentprocess/src/uk/co/thebodyshop/fulfilmentprocess/actions/consignment/CheckConsignmentStatusAction.java | 7982d6bb1e1d785f4d4d7c18b85868aa89deb92a | [] | no_license | genabush/en-shop | 22f2a3aed5867825b53409fb0bbcd9fefa9a81e7 | 3d5a4741e7af071c77374769410ec8a46d62a027 | refs/heads/master | 2023-01-28T23:23:26.086256 | 2020-01-25T16:02:22 | 2020-01-25T16:02:22 | 235,858,083 | 0 | 0 | null | 2023-01-05T05:42:42 | 2020-01-23T18:23:23 | Java | UTF-8 | Java | false | false | 1,970 | java | /*
* Copyright (c)
* 2019 THE BODY SHOP INTERNATIONAL LIMITED.
* All rights reserved.
*/
package uk.co.thebodyshop.fulfilmentprocess.actions.consignment;
import java.util.HashSet;
import java.util.Set;
import org.springframework.util.Assert;
import de.hybris.platform.basecommerce.enums.ConsignmentStatus;
import ... | [
"gennadiykulabukhov@ratiose.com"
] | gennadiykulabukhov@ratiose.com |
a7a98be8a6ee4eeecff0461d93822866d70f47ab | 642e9fe4368989572a7baa0f61eae4174ce78041 | /FlightsClient/build/generated/jax-wsCache/FlightWSService/ru/javabegin/training/flight/ws/BuyTicketResponse.java | a9f644b73cebd325cdd776e51da7755fc2897d8c | [] | no_license | ansurakin/FlightsWS | 5f09e47819b53b1d0236940b7ffe16d59bb99780 | d2ce5c8ab251ccc288ca27e7ac14f441cfebc6c5 | refs/heads/master | 2021-04-30T11:08:45.547572 | 2018-02-19T08:07:36 | 2018-02-19T08:07:36 | 121,347,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java |
package ru.javabegin.training.flight.ws;
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 buyTicketResponse complex type.
*
* <p>The following schema fr... | [
"Alex@Alex-PC"
] | Alex@Alex-PC |
a3cce4c5d14cbe8ea950d6f3ada4eaa0288bd01e | 7f6514ae54d7ccad82c096e8a5f5057e9678863d | /src/main/java/com/tssb/dao/AuditInfoDao.java | 6a2fc927816a577b535fd533b736a492a9c6c2d9 | [] | no_license | 17701320887/tssb-admin | c09fe71833885605beb974c25c5610f6c4483fe4 | e7f87447022faac024111a6727c049d57d8f4358 | refs/heads/master | 2021-09-09T02:56:07.781167 | 2018-03-13T12:19:35 | 2018-03-13T12:19:38 | 104,698,370 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.tssb.dao;
import com.tssb.model.system.AuditInfo;
import org.springframework.stereotype.Repository;
import com.tssb.dao.api.IAuditInfoDao;
/**
* Dao Implementation:AuditInfo
* @author duia_builder
* @date 2017-9-25
*/
@Repository
public class AuditInfoDao extends BaseDao<AuditInfo,Long> implements IAu... | [
"zhangbobo@duia.com"
] | zhangbobo@duia.com |
0a5c2048e245a15cf29a1cf745a3a24deac147f6 | c3d62c540bcdd63dc79e37dca6ed50eba7ed2957 | /SinalgoWsn/src/projects/wsn1/nodes/timers/MapTimer.java | 73850f703f80ed9d8dddd25482c061e207272fb2 | [
"BSD-3-Clause"
] | permissive | ricardoalvim-edu/monitoramentobovino | 9722cb87b7de18ec96256d6b1be30daa1f4d3c9f | 124d808ce8db08b62dfce188852ac9cb2dd9b16a | refs/heads/master | 2021-03-16T06:54:43.601024 | 2016-11-25T21:41:30 | 2016-11-25T21:41:30 | 72,479,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package projects.wsn1.nodes.timers;
import sinalgo.nodes.timers.Timer;
import projects.wsn1.nodes.nodeImplementations.Sink;
import projects.wsn1.nodes.messages.Map;
public class MapTimer extends Timer {
private Map message;
public MapTimer(Map message) {
this.message = message;
}
@Overri... | [
"ricardoalvim@alunos.utfpr.edu.br"
] | ricardoalvim@alunos.utfpr.edu.br |
e0b8ee7ee29e26146a21a19ec4719ed4332ada79 | e2456cc7b0dba87f6366db0384ebfc690817cbb0 | /circleimageview/src/main/java/de/hdodenhof/circleimageview/CircleImageView.java | e13bbd41e645e5d7089971cb98675f282618393f | [
"Apache-2.0"
] | permissive | noumannaseer/CircleImageView | ff2dfdec45d1afb8ab29404008b09fa9cb4f51d3 | 0aac8e7a8a09e495f29ca92fb759bc57613c8d4a | refs/heads/master | 2021-01-16T22:01:25.112863 | 2014-01-20T20:56:35 | 2014-01-20T21:42:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,842 | java | package de.hdodenhof.circleimageview;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
im... | [
"henning.dodenhof@gmail.com"
] | henning.dodenhof@gmail.com |
eb104811f03ba99d550dfd60580aced1427f52e3 | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/eclipse.jdt.debug/11.java | a718bfd991447a73f7f62d68d47b0e424f6679c0 | [
"MIT"
] | permissive | zhendong2050/fse18 | edbea132be9122b57e272a20c20fae2bb949e63e | f0f016140489961c9e3c2e837577f698c2d4cf44 | refs/heads/master | 2020-12-21T11:31:53.800358 | 2018-07-23T10:10:57 | 2018-07-23T10:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,809 | java | /*******************************************************************************
* Copyright (c) 2002, 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... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
7f9cf2819833c71fd74852d075e4e22885d0f54f | 25e5f3eed2ecf04c1c8aa4d06065f561b75f1a6b | /AED_Final_Project_Package_Fall2016/AED_FINAL_PROJECT/src/UserInterface/ResearchRole/ConductResearchJPanel.java | 3aec74e056f7451fdd576acdd02db5639758e92b | [] | no_license | vipul-krishna/projects-and-assignments | af56ce2c83b1058002a2850a0945717605f9a65b | e4f73cc0210eae4eaadfc41224a82ddecafa6fd4 | refs/heads/master | 2021-01-23T01:01:23.032039 | 2018-04-19T04:28:02 | 2018-04-19T04:28:02 | 85,860,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,413 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package UserInterface.ResearchRole;
import Business.Enterprise.Enterprise;
import Business.Organization.Organization;
import Business.... | [
"vipul25krishna@gmail.com"
] | vipul25krishna@gmail.com |
0c665d70482a357e7f00a658e879544dafa937af | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.core/870.java | b1edf6c55bb7efd9e617cc13f21996fb9c1c6452 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 421 | java | package test.copyright;
/**
* Copyright (c) 2000, 2006 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,
* and is available at http://www.eclipse.org/legal/epl-v... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
6807dfb80d846a91c0692b55f70e3562c14550d9 | 75a1bb7d5079fc8e833b56f7fd6f83d9eccc9b31 | /src/java/Maestros/Cliente.java | f0a786888dc3045e2523b35251bf8814deecbb59 | [] | no_license | Humberto-manjarres/Control | 554ce30a1cf6daed7394d2e5a9f05690341dd268 | 303c8401744d48d2df0e02ee5e2fbd912785333e | refs/heads/master | 2023-01-24T04:42:52.700815 | 2020-11-23T20:50:18 | 2020-11-23T20:50:18 | 274,275,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,030 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Maestros;
/**
*
* @author Humberto Manjarres
*/
public class Cliente {
private String identificacion;
private Strin... | [
"totopercusion@gmail.com"
] | totopercusion@gmail.com |
60ae2dee17fe77f5ad5b78c9361e09381de253ec | 57672b57b256b90b789a196c94b27918a530cef6 | /src/main/java/curso_intermedio/activitys/tema4inActivity.java | 116a9ba077a2b1347c8a9d55615e3c8ad641dc6f | [] | no_license | SaulGrez/curso_php | 3e6553fee772adc6afea4ff5e4d14e15103d49b9 | f017017aae1a39d95c87bb26d9551c783c593e12 | refs/heads/master | 2022-12-27T04:37:51.944965 | 2020-10-13T01:54:19 | 2020-10-13T01:54:19 | 303,559,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,956 | java | package curso_intermedio.activitys;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import ... | [
"gr356052@uaeh.edu.mx"
] | gr356052@uaeh.edu.mx |
28de49e74bb0cd0fcdf7d85cd0a2002d55b543ff | 8d9a66f98c42f7b6ab09734e4acaf9ab76214a18 | /app/src/main/java/com/tagliaro/monclin/urca/ui/ClassesListAdapter.java | 97025a2c0db373d5c0e26a6770c1d64958f1a7d9 | [] | no_license | btglr/agenda | 1663d6863eecf3d9a519a5f89447007664c0f9c7 | 3fc5991736151ced5a7b381bb0279fb91de22810 | refs/heads/master | 2021-09-11T21:00:37.203974 | 2018-04-12T10:23:15 | 2018-04-12T10:23:15 | 126,180,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,307 | java | package com.tagliaro.monclin.urca.ui;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
... | [
"bastien.tagliaro@gmail.com"
] | bastien.tagliaro@gmail.com |
b1fca5a8854ad75bb74934628905ca0fa06726cf | 2600e669f4ef570949bf1322606ae7be41d6584d | /src/test/java/br/com/awServices/AppTest.java | 4b9fed516eb9a3452d78afe4bd226428ffb06f29 | [] | no_license | rcicero/awService | 74dc3718a8133c3d1e62b1ddb1e58ce3d5cf978a | dba86507d71e9ef4bf4b1e7e88842502dd54745b | refs/heads/develop | 2021-01-21T13:26:52.746217 | 2016-04-25T19:40:04 | 2016-04-25T19:40:04 | 53,681,825 | 0 | 0 | null | 2016-04-25T19:40:06 | 2016-03-11T16:45:46 | Java | UTF-8 | Java | false | false | 645 | java | package br.com.awServices;
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 AppTes... | [
"rafael.silva@adtsys.com.br"
] | rafael.silva@adtsys.com.br |
7ab230a4380ff1d9f85f8d6fd15c1fc4aa079c10 | 862558193045a621e8aff6a0324a27a09904b51c | /edgar/src/main/java/br/net/mirante/pde/exception/PasswordException.java | f8254da9ff9e7323b4ca5c7ad397eff1f0a9a943 | [] | no_license | EdgarFabiano/modulo-final-pde | c31bcdfdabfafcb7b52cbdb608d65ac73d96576f | a4c5e8657cfb1b0aaf380c79994db1d40666e826 | refs/heads/master | 2023-01-09T04:30:25.954287 | 2019-08-05T19:00:14 | 2019-08-05T19:00:14 | 198,526,306 | 0 | 0 | null | 2022-12-31T02:19:43 | 2019-07-24T00:08:39 | Java | UTF-8 | Java | false | false | 564 | java | package br.net.mirante.pde.exception;
/**
* Exception para ser lançada nos casos de senha fora do padrão esperado:
* - No mínimo 6 caracteres;
* - Pelo menos 1 caracter alfabético (minúsculo ou maiúsculo);
* - Pelo menos 1 caracter numérico;
* - Pode ter espaços.
*/
public class PasswordException extends Runtime... | [
"eddy.led@gmail.com"
] | eddy.led@gmail.com |
d19ddb444a7e4dceade9ff0c75d1e48c0d883b14 | c6c58242f2145e1cbbed547eb03e3e28a4538cfb | /portal/src/codegen/service/AuthRulePOService.java | e44dad6fe15f8509d35cc92c8f67410c08118b1c | [] | no_license | jichen/wlan | a404f6e255094be1c75a1bd15367b9fb3f97d40c | e3805917227a360ad43f7d679fc87d40d93bc600 | refs/heads/master | 2020-05-31T11:17:05.310852 | 2014-10-22T07:12:32 | 2014-10-22T07:12:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | package com.cmct.portal.service;
import org.springframework.stereotype.Service;
import org.springframework.beans.factory.annotation.Autowired;
import com.cmct.portal.dao.AuthRulePODao;
@Service
public class AuthRulePOService {
@Autowired
private AuthRulePODao authRuleDao;
} | [
"jibi991121@aliyun.com"
] | jibi991121@aliyun.com |
d592714fee14458da41e6971835b48e123f2ea28 | 380ccfc409e31aa9299d1c4b683f8c1dc1bf69c1 | /dynamo-frontend-export/src/main/java/com/ocs/dynamo/ui/composite/export/impl/ModelBasedCsvExportTemplate.java | 9b9a39c58df80c79af45710a10fd1fbb685ff5e2 | [
"Apache-2.0"
] | permissive | jroovers/dynamo | 4ed0625d88188d47b70105264141496e39ca4157 | 38876e9021a1a691dc45a15e908378feb5db47b7 | refs/heads/master | 2023-01-04T14:51:57.924726 | 2020-11-03T08:26:31 | 2020-11-03T08:26:31 | 258,517,972 | 0 | 0 | Apache-2.0 | 2020-11-03T08:26:32 | 2020-04-24T13:20:11 | null | UTF-8 | Java | false | false | 4,449 | java | /*
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed u... | [
"bas.rutten@opencirclesolutions.nl"
] | bas.rutten@opencirclesolutions.nl |
15dac5cda6c7db50c592fa80dd49eacca4874c70 | 841c037b8afd1d73504a6b90ba15ed9b28f754dd | /src/main/java/setup/ReadProperties.java | 5498e76d369543ada48d8d49a63aaa5f33f9c440 | [] | no_license | vedanthreddy160/Finding-hospitals | 485abc8ff56edbd543312a51f0cf3d05db906591 | cd858799918e0ec51275719f69ea4b6a0e771410 | refs/heads/master | 2023-04-29T10:27:47.048708 | 2021-05-21T07:58:19 | 2021-05-21T07:58:19 | 369,456,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package setup;
import java.io.FileInputStream;
import java.util.Properties;
public class ReadProperties {
static Properties prop;
public static Properties readFile(String fileName)
{
try{
//To read the property file
FileInputStream file=new FileInputStream(fileName);
prop=new Properties(... | [
"Lenovo@DESKTOP-41ETOLI"
] | Lenovo@DESKTOP-41ETOLI |
74c42a7a8d84113e6089699ef2c5a6ca76740785 | 1977757fa8a337e3346795cfb1ceca9ae95b97fb | /src/code11/LogicalOperatorSingleAmpersend.java | a7803ce057b1d348dfb7e287b6aeabc1d0bf795d | [] | no_license | Tarana82/MyFirstProject | fcb3e81c3659e9f846a71c7856fcf4ba914e15ad | 6fe9bb5f1d90812f6c2e5ef68ba275435a7cabce | refs/heads/master | 2021-02-11T16:22:21.801471 | 2020-03-03T03:33:39 | 2020-03-03T03:33:39 | 244,509,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,682 | java | package code11;
public class LogicalOperatorSingleAmpersend {
public static void main(String[] args) {
// && 2 ampersand & 1 ampersand -->> Logical AND operator
// This is used to check both conditions are true at the same time
// && is called short circuit AND
// -->> it does not chec... | [
"tahmadova1982@gmail.com"
] | tahmadova1982@gmail.com |
b6b7f8e9fb9acc8df33bc2b80952c4fc905470c6 | 77288a90c4b6484ba9d34b0b87f117b3962ef102 | /src/main/java/org/astashonok/onlinestorebackend/dto/OrderItem.java | be6e8063c6216416e2526d66e2e54a058de27396 | [] | no_license | Kkandidov/onlinestore | 1651545a2498e0f71fc6600ddfe3fcdcf42bbcee | 552a39829a92cd743dead84adf708ac4339c1712 | refs/heads/master | 2022-12-22T05:02:51.462673 | 2020-04-09T12:19:59 | 2020-04-09T12:19:59 | 239,855,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,610 | java | package org.astashonok.onlinestorebackend.dto;
import org.astashonok.onlinestorebackend.dto.abstracts.Entity;
import org.astashonok.onlinestorebackend.exceptions.logicalexception.NegativeValueException;
import org.astashonok.onlinestorebackend.exceptions.logicalexception.NullReferenceException;
import java.util.Objec... | [
"kkandidovvv@gmail.com"
] | kkandidovvv@gmail.com |
0a2420fac3cd547b55fe76d1a61486a31e92ba22 | 4c9d35da30abf3ec157e6bad03637ebea626da3f | /eclipse/libs_src/org/ripple/bouncycastle/asn1/esf/SPUserNotice.java | 3d6b0bd30c405ab867b8ae507e7505e71bf54cdf | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0"
] | permissive | youweixue/RipplePower | 9e6029b94a057e7109db5b0df3b9fd89c302f743 | 61c0422fa50c79533e9d6486386a517565cd46d2 | refs/heads/master | 2020-04-06T04:40:53.955070 | 2015-04-02T12:22:30 | 2015-04-02T12:22:30 | 33,860,735 | 0 | 0 | null | 2015-04-13T09:52:14 | 2015-04-13T09:52:11 | null | UTF-8 | Java | false | false | 2,148 | java | package org.ripple.bouncycastle.asn1.esf;
import java.util.Enumeration;
import org.ripple.bouncycastle.asn1.ASN1Encodable;
import org.ripple.bouncycastle.asn1.ASN1EncodableVector;
import org.ripple.bouncycastle.asn1.ASN1Object;
import org.ripple.bouncycastle.asn1.ASN1Primitive;
import org.ripple.bouncycastle.asn1.ASN... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
f5f6ed3cb41aae00c69d99347bc3103b01c8bbef | 0e719c6700400b547ca62cfb2d1ab4c74f8218ff | /P2Pproj/src/main/java/top/zzh/bean/Bz.java | 4935061bfe0b2327d402136e4d0a1a4261906a53 | [] | no_license | ChenZhenCZ/JavaWeb | 688a6ad92622af24e238c12ce15cdc5c19e75fd9 | cc308c4decc3ef5d65ccae26453cbcfbbc3871b4 | refs/heads/master | 2021-05-16T05:09:47.967350 | 2018-03-22T00:02:24 | 2018-03-22T00:02:24 | 106,273,182 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package top.zzh.bean;
//标种表
public class Bz {
private Long bzid;
private String bzname;//标种名称
private Byte state;
public Bz(Long bzid, String bzname, Byte state) {
this.bzid = bzid;
this.bzname = bzname;
this.state = state;
}
public Bz() {
super();
}
... | [
"2908903432@qq.com"
] | 2908903432@qq.com |
0a9efae350768c27b4a9dca7ba614f86bc1ef157 | ce9f18574b97dd6fb43f988fd38463fbad364d91 | /Semester 3/Advanced Programming Methods/Courses/Ex3-TableView-first/src/application/Person.java | 6633a9b43ca889c3d124c5f80d3dbcceaf49a7e7 | [] | no_license | anamariadem/University | ab43b5671ef13141272d7733e643bf63ad8d8c9f | d0366ef07e5bc004c6d2e1f7b0ca76fad0c95886 | refs/heads/master | 2023-03-17T08:47:20.452547 | 2021-03-10T11:34:33 | 2021-03-10T11:34:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package application;
import javafx.beans.property.SimpleStringProperty;
public class Person {
private final SimpleStringProperty firstName = new SimpleStringProperty("");
private final SimpleStringProperty lastName = new SimpleStringProperty("");
private final SimpleStringProperty email = new SimpleStringPro... | [
"46956225+WildUrti@users.noreply.github.com"
] | 46956225+WildUrti@users.noreply.github.com |
e0cd016157a8e69f7b935b1e09402a9e8c50e7e3 | 6f334ef3a768a4a74a287d068c3489c5832ae3b8 | /src/main/java/com/project/animals/AnimalsApplication.java | 4d3d1110f2826cea51993d550c44bf0ec937253c | [
"MIT"
] | permissive | AndreaCandia/In120Mins-Tutorial | 37670afbe6d83d43304e1e622c7c398ce061d09f | 75a4048b0b70d0f612cd3601706e27e1fb4aed99 | refs/heads/main | 2023-06-03T19:32:09.587733 | 2021-06-22T11:06:47 | 2021-06-22T11:06:47 | 379,212,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.project.animals;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AnimalsApplication {
public static void main(String[] args) {
SpringApplication.run(AnimalsApplication.class, args);
}
}
| [
"andrea.candia@hotmail.it"
] | andrea.candia@hotmail.it |
0818183719faff8ca409528364c794c51df94a9e | b0b1cf3635f9e36516aee7a2ea1f443365b4ac7d | /src/VISTA/JPanelRegistrarDevolucion.java | 506e7862ff2fac8aa02a49b50d5f5ebad259a257 | [] | no_license | dayamedina95/BibliotecaUDES | 889cb4376533cd84e4a3affe69fa255822d4f693 | 992a7917f8faa6a2cd0ed170dbffcbd9a299cbcb | refs/heads/master | 2020-06-15T14:48:06.698223 | 2019-07-10T16:08:50 | 2019-07-10T16:08:50 | 195,325,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,390 | java | package VISTA;
public class JPanelRegistrarDevolucion extends javax.swing.JPanel {
private IniciarSesion login;
public JPanelRegistrarDevolucion(IniciarSesion login) {
initComponents();
this.login = login;
}
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" ... | [
"PC-2@PC-2-PC"
] | PC-2@PC-2-PC |
2a816e67527e3701bccc0275dbefef0409114f91 | 95fb3d06bfdc3ccffa8e4a39c284b39b37a8706f | /quiet-live-hall/src/main/java/com/quiet/live/hall/mapper/JUserMapper.java | 7c9414b3101a9f5dcf7d533c28560668e2a65380 | [] | no_license | zhongrl/wechat-quiet | c3ccf16fb07a2a028212edba819b3d3cb991e2ce | ab08b03a844ba76a938ad99295d09836662bb04d | refs/heads/master | 2022-12-13T03:02:20.671543 | 2019-11-26T07:33:30 | 2019-11-26T07:33:30 | 213,796,177 | 0 | 0 | null | 2022-12-05T23:49:42 | 2019-10-09T01:53:27 | TSQL | UTF-8 | Java | false | false | 283 | java | package com.quiet.live.hall.mapper;
import com.quiet.live.hall.entity.JUser;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author william zhong123
* @since 2019-08-07
*/
public interface JUserMapper extends BaseMapper<JUser> {
}
| [
"m15874037271@163.com"
] | m15874037271@163.com |
874c8bc59bde56ea394a7b8e58100da57aaa0973 | 9623f83defac3911b4780bc408634c078da73387 | /PC_for_1_3/src/minecraft/net/minecraft/src/EntitySpider.java | d73a8acc2396ac2063ace29d1595f7980b972338 | [] | no_license | BlearStudio/powercraft-legacy | 42b839393223494748e8b5d05acdaf59f18bd6c6 | 014e9d4d71bd99823cf63d4fbdb65c1b83fde1f8 | refs/heads/master | 2021-01-21T21:18:55.774908 | 2015-04-06T20:45:25 | 2015-04-06T20:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,589 | java | package net.minecraft.src;
public class EntitySpider extends EntityMob
{
public EntitySpider(World par1World)
{
super(par1World);
this.texture = "/mob/spider.png";
this.setSize(1.4F, 0.9F);
this.moveSpeed = 0.8F;
}
protected void entityInit()
{
... | [
"rapus95@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c"
] | rapus95@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c |
299353a0d7998460c75684f3856d9bef61a68906 | 4b7673c5754039c26a3e18c9e99dcdae83dbcc40 | /shipment/src/main/java/com/legacy/shipment/config/AppConfig.java | f19fe9721b2fb09c0d5bdf5961bd5c5a6c66e944 | [
"Apache-2.0"
] | permissive | ali1dc/legacy-modernization | 0dbb0786fb4a0d3cff8c5891ee526d4ae0acd269 | e4c7373fe7efe8a4888fd2f97a66f6603455c599 | refs/heads/master | 2022-11-21T07:47:49.863883 | 2020-07-23T01:41:27 | 2020-07-23T01:41:27 | 260,297,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.legacy.shipment.config;
import org.modelmapper.ModelMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class AppConfig {
@Bean
public ModelMapper mapper() {
return new ModelMapper();
}
}
| [
"ali1dc@gmail.com"
] | ali1dc@gmail.com |
b17004cbdd6c9c382d5f7ab32be0db007764af27 | 4c276897dcc64c7ff80911f5e547f9f920c1b841 | /DiemDanhAndroid/app/src/main/java/com/mta/diemdanhandroid/entity/HocPhanEntity.java | 57e1d9685d67c7295517c303fd49ddff0a8ed3ca | [] | no_license | HuyAK47/diemdanh | d2a00a14bce2aad8683270f98209ea1f5a6eed16 | 6d7a52c5e48632c44705b8bc2d2758eb40ac81bd | refs/heads/main | 2023-07-09T18:50:34.509671 | 2021-07-15T12:59:10 | 2021-07-15T12:59:10 | 386,288,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.mta.diemdanhandroid.entity;
public class HocPhanEntity {
private String maHocPhan;
private String tenHocPhan;
private int soTinChi;
public HocPhanEntity() {
}
public HocPhanEntity(String maHocPhan, String tenHocPhan, int soTinChi) {
this.maHocPhan = maHocPhan;
this... | [
"huynguyen.mta@gmail.com"
] | huynguyen.mta@gmail.com |
5c8b87d26f5bbea403e7ca64df155ab0deaa11a8 | 10de16c79aae5f0ae2ac7f79d850a4b38669725d | /src/main/java/com/wzd/web/dto/history/WelfareDto.java | 5ee1213b03bc0552aa105c365145acad73e7f4fb | [] | no_license | weizidong/jersey-demo | dcd1cf030d302be3977a1112eac3f78bfe4878cd | de770ea256a331196d9e74f9e0d9d7b84be14c26 | refs/heads/master | 2021-01-17T23:07:49.668825 | 2017-04-12T01:57:35 | 2017-04-12T01:57:35 | 84,211,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,208 | java | package com.wzd.web.dto.history;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import com.alibaba.fastjson.JSON;
/**
* 福利Dto
*
* @author WeiZiDong
*
*/
@SuppressWarnings("serial")
public class WelfareDto implements Serializable {
private String id;
@C... | [
"weizidong@ichuangye.cn"
] | weizidong@ichuangye.cn |
ca673ba7ecb49de0ecfd6e7203b8379f54c5ff68 | b9022e8b38fa0a1feccde3d36d6b87fb34fdb70f | /java_hackerrank/introduction/Loops.java | b39c7dcbe185fc1a1e685bf3447d51ac9a3300aa | [] | no_license | vishwanathj/java | 980a2f3ae36e6afecc6b2e79080b00e4f92c810e | fcd92ee0768de6ffd9dc8ed6bfb0dba88c16803d | refs/heads/master | 2021-01-16T19:06:38.636659 | 2018-01-07T06:20:54 | 2018-01-07T06:20:54 | 100,137,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | /* Objective
In this challenge, we're going to use loops to help us do some simple math.
Task
Given an integer, N, print its first 10 multiples. Each multiple N x i (where 1 <= i <= 10) should be printed on a new
line in the form:
N x i = result.
Input Format
A single integer, N.
Constraints
2 <= N <= 20
Output Fo... | [
"vishwanathj@hotmail.com"
] | vishwanathj@hotmail.com |
dc4cb42d8a1df0b55cc31bcc90d78d80a968815d | 591b2221b5aa48d310982cfb4207e03e22d6c5c8 | /src/day11/SortArrayListClass.java | e0b8eff24371131fad5f0fed5fc659bf1085b8b3 | [] | no_license | mnmythri/BasicPrograms | 3f8ed7d383ff665b055620a26ee0b293acf70cfd | 43505f574407c240d07df2b2fa6758ab0e78d978 | refs/heads/master | 2022-06-08T16:50:07.613445 | 2020-04-29T06:44:24 | 2020-04-29T06:44:24 | 257,574,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package day11;
import java.util.ArrayList;
import java.util.Collections;
public class SortArrayListClass {
public static void main(String[] args) {
ArrayList<String> fruits = new ArrayList<String>();
fruits.add("Orange");
fruits.add("Apple");
fruits.add("Banana");
frui... | [
"user.email"
] | user.email |
bfd9ce0b5c67386c7eb7eb63c0288ec80e0fae42 | b73338d560f59b05ad1af9f85baa9977090ab90f | /src/_02_cat/Cat_Runner.java | 9e83f93faa90de3437b02e9786bce02ea9d5dc87 | [] | no_license | League-Level1-Student/level1-module1-jeff1234563456789098765432345678 | 0db909513fb1e93a107660e0adf18f627e5aa627 | 76bfdbe71881899f3858f75172153278e3d126fc | refs/heads/master | 2021-05-24T14:55:07.009768 | 2020-04-09T22:08:23 | 2020-04-09T22:08:23 | 253,615,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package _02_cat;
public class Cat_Runner {
public static void main(String[] args) {
Cat caty= new Cat("boby");
caty.meow();
caty.printName();
caty.kill();
}
}
| [
"shivam.pansuria@gmail.com"
] | shivam.pansuria@gmail.com |
336a781c497c11878a059a4cc88f4b7b608ee1df | e12c3275fd5740d173ea29a10798ca3fb185494e | /app/src/main/java/marioargandona/com/petagram5/AcercaDe.java | 9064cfe4ea241cfcadeaa2dbb16eeea74d1a1878 | [] | no_license | MarioArgandona/Petagram5 | 3e54cf63b4519335091cc37ecfb5f82b65f406db | 1367f0ed257fa48b63c67a4ba27cd15db1643ded | refs/heads/master | 2020-12-25T15:29:02.928900 | 2016-08-06T21:54:30 | 2016-08-06T21:54:30 | 65,103,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package marioargandona.com.petagram5;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
public class AcercaDe extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState... | [
"blacksoul._89@hotmail.com"
] | blacksoul._89@hotmail.com |
6344048610655f64b9fa4d4b2d4d8887966085b1 | 603e1c71c7b47166622110204d292358a0a025f0 | /src/main/java/novi/basics/springbootDemo/exception/UserNotFoundAdvice.java | faccc0765958872fa97c76b9e03983cb9f22f189 | [] | no_license | SunshineSummerville/EindopdrachtHM | 43406c2e19f05a46840b8429010486e2fecba2e1 | 595d72049a0e6d438d79ea9f694dbccd410b89c2 | refs/heads/master | 2022-12-30T07:46:36.631035 | 2020-10-05T09:06:35 | 2020-10-05T09:06:35 | 290,865,027 | 0 | 2 | null | 2020-09-16T10:06:51 | 2020-08-27T19:35:28 | Java | UTF-8 | Java | false | false | 617 | java | package novi.basics.springbootDemo.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.an... | [
"sunshine.summerville@gmail.com"
] | sunshine.summerville@gmail.com |
b0a0d02b67d9d56de204a896fbd505bcd1550f0c | 50414cf7b7648ed461b5de5c3efd58e0cd2d4b71 | /spring-hibernate-validation-example/src/main/java/be/g00glen00b/validation/CheckMailValidator.java | aaab9e706839c38388aad1f2024f26a0e0b2f145 | [
"Apache-2.0"
] | permissive | Total-L/spring-examples | 2dc23876bebffb9023f4574b57b365d69ef57cbc | e101af3913836b291ea80defe9c146a78498b63c | refs/heads/master | 2020-04-04T21:45:59.319714 | 2016-09-01T14:23:31 | 2016-09-01T14:23:31 | 66,659,276 | 0 | 0 | null | 2016-08-26T15:37:07 | 2016-08-26T15:37:04 | Java | UTF-8 | Java | false | false | 753 | java | package be.g00glen00b.validation;
import javax.mail.internet.AddressException;
import javax.mail.internet.InternetAddress;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import org.apache.commons.lang3.StringUtils;
public class CheckMailValidator implements ... | [
"junezchen@163.com"
] | junezchen@163.com |
dae7ddebc1ae9815f20e226aedc05b374dc4d481 | 761a3406a7c4fe7f788cfaf7b35ed64daf01a466 | /wear/src/main/java/com/rothen/rmetarwear/MyStubBroadcastActivity.java | e0acd3abe47fb141bbbe0114b738e6ec5ec9ab74 | [] | no_license | Rothen68/RMetarWear | b92a59c23d797cc2202b2d053578fa47cc0a8058 | f8921474b39806cb162ff7fa8dcae9e85801e0ab | refs/heads/master | 2021-01-10T18:41:18.483065 | 2015-10-09T13:32:07 | 2015-10-09T13:32:07 | 40,409,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.rothen.rmetarwear;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
/**
* Example shell activity which simply broadcasts to our receiver and exits.
*/
public class MyStubBroadcastActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstan... | [
"rothen68@gmail.com"
] | rothen68@gmail.com |
df87e07f69e3ee1014ca00f50da0fdf9de2d1c0c | 040f1cb6fb373433d3849b189e21b9c244ceea72 | /Lab_11/LabText/src/CommissionEmployee.java | 49817df0614658fb74751141e4b4a5bc9bf04078 | [] | no_license | dreamking60/SUSTech_CS102A | 148ffd49865e487151333f64fbaeeb2e1573fc7a | fb6a274412a5d5b26ff69e0caffb498e9e99eead | refs/heads/master | 2023-05-02T00:04:43.574024 | 2021-05-18T03:24:07 | 2021-05-18T03:24:07 | 368,385,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | public class CommissionEmployee {
private String firstName;
private String lastName;
private String socialSecurityNumber;
private double grossSales;
private double commissionRate;
public CommissionEmployee(String first, String last, String ssn,
double sales, double... | [
"61385974+dreamking60@users.noreply.github.com"
] | 61385974+dreamking60@users.noreply.github.com |
c0130957f8422812a0f589ebd9def770672b94c6 | 3320fb07c7431722cf16caf3c835c61aa75ddc63 | /SeleniumInterviewQuestions/src/test/java/mypackage/downloadPdfFile30.java | 8f5d81ee34b04a89765775a6dd108a563a914526 | [] | no_license | 9700222571/FirstRepo | c12a91f07d07f232508aaa7642c127e17b13baab | a70999b9d77bc083f0bd8ac3b163c0b1d8dae1dc | refs/heads/master | 2023-07-13T15:24:56.620264 | 2021-08-19T18:00:41 | 2021-08-19T18:00:41 | 397,950,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package mypackage;
import java.util.HashMap;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import io.github.bonigarcia.wdm.WebDriverManager;
public class downloadPdfFile30 {
public static void m... | [
"merugu.harisha@gmail.com"
] | merugu.harisha@gmail.com |
0e62156c091a49782b22c3ef67a83dc977dd556e | f40c5613a833bc38fca6676bad8f681200cffb25 | /kubernetes-model-generator/openshift-model-miscellaneous/src/generated/java/io/fabric8/openshift/api/model/miscellaneous/metal3/v1alpha1/BareMetalHostStatus.java | 8abce3d7468d5526ee338e0b1e2473de9671c956 | [
"Apache-2.0"
] | permissive | rohanKanojia/kubernetes-client | 2d599e4ed1beedf603c79d28f49203fbce1fc8b2 | 502a14c166dce9ec07cf6adb114e9e36053baece | refs/heads/master | 2023-07-25T18:31:33.982683 | 2022-04-12T13:39:06 | 2022-04-13T05:12:38 | 106,398,990 | 2 | 3 | Apache-2.0 | 2023-04-28T16:21:03 | 2017-10-10T09:50:25 | Java | UTF-8 | Java | false | false | 8,414 | java |
package io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotatio... | [
"marc@marcnuri.com"
] | marc@marcnuri.com |
436bfaf15900b96d26930293365d381bf90865ae | ddf162bc38e7e857c26569b5c28114c84b6ef4e5 | /src/main/java/com/github/dockerjava/api/model/AccessMode.java | e0106536870724f4cd1c9e7e9577b5d23c3d04d7 | [
"Apache-2.0"
] | permissive | rancher/docker-java | 68afde6371a58ceec24f33f283565b3aa2bb89df | 330dc4575f04868022ac5996997110b3d5260ef9 | refs/heads/master | 2023-08-27T20:17:30.057621 | 2014-10-22T23:30:36 | 2014-10-22T23:30:36 | 25,589,793 | 3 | 1 | Apache-2.0 | 2021-12-17T11:04:13 | 2014-10-22T15:42:42 | Java | UTF-8 | Java | false | false | 332 | java | package com.github.dockerjava.api.model;
/**
* The access mode of a file system or file: <code>read-write</code>
* or <code>read-only</code>.
*/
public enum AccessMode {
/** read-write */
rw,
/** read-only */
ro;
/**
* The default {@link AccessMode}: {@link #rw}
*/
public static final AccessMode DEFAU... | [
"github@albersweb.de"
] | github@albersweb.de |
e414583720bbbca5ae93ac88923b0dab4644e73c | bb7bfa4971d27496cb5b331cb6c00b4348b1771d | /src/main/java/org/springframework/social/dropbox/api/impl/DropboxTemplate.java | b04513f606db42553f0bdac1985cad1a0f5c7cff | [] | no_license | RestlessThinker/spring-social-dropbox | d785baa491bb1be9356706885100f85967e29d0c | cdfb633d7d1fbd99e6d8fadf9624f3ed8f55d2a4 | refs/heads/master | 2021-01-17T07:28:18.401901 | 2012-09-11T18:40:14 | 2012-09-11T18:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,740 | java | package org.springframework.social.dropbox.api.impl;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.type.TypeReference;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.client... | [
"bryce@berzerker-soft.com"
] | bryce@berzerker-soft.com |
fd81e1d98c3d9c03b12c602933beb1c92355d884 | f96e56efd69cf536516723735336b3de3a21d31b | /shanghai/SJHG/src/com/tydic/digitalcustom/entity/Constant.java | 560695bf3e9bcf141af68d02c1c43dbd00aef1b5 | [] | no_license | superman1982/android_demo | c94efe19ad1aec110528acf8ad8cc67e6027c121 | 558691665530f451f51f1ba17f14f55abf9cd873 | refs/heads/master | 2021-01-18T20:06:11.569432 | 2015-07-26T14:42:07 | 2015-07-26T14:42:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,097 | java | package com.tydic.digitalcustom.entity;
/**
* 所有的有意义的数字都写在这个类来。<br>
* p.s. 写这个的时候,累死我了。O__O"…
*
*/
public class Constant {
public static final int LOGINVIEW = 0;
public static final int TAB_YWL = 10000;
public static final int MENU_YWL = 100;
public static final int CHILD1 = 1;
public static final int THING... | [
"876501700@qq.com"
] | 876501700@qq.com |
2bb238152a7ce3524c45048fca0dd213b7536311 | 72f750e4a5deb0a717245abd26699bd7ce06777f | /ehealth/.svn/pristine/cb/cbfa5df93435b1ac4d1d6cad53a5f3e2b1b88845.svn-base | 1da79e61c500f7eb809142e138150cb230052484 | [] | no_license | vadhwa11/newproject3eh | 1d68525a2dfbd7acb1a87f9d60f150cef4f12868 | b28c7892e8b0c3f201abb3a730b21e75d9583ddf | refs/heads/master | 2020-05-15T23:20:17.716904 | 2019-04-21T12:14:46 | 2019-04-21T12:14:46 | 182,526,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,681 | package jkt.hrms.masters.business.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the mstr_vendor table.
* Do not modify this class because it will be overwritten if the configuration file
* related to this class is modified.
*
* @hibernate.class
* table="mstr_vendor"
... | [
"vadhwa11@gmail.com"
] | vadhwa11@gmail.com | |
a51e3323c1d2cc58470998c6c5ad468e2cc602ad | 52c4b566dc513c5026fc1b9770889a276c89f27c | /Java_May_5/src/this_1.java | 6a172cc28ccc06ec9c40383575ee0b141c9cd88f | [] | no_license | ishmeet1995/Java-Programs | ee80677845193782f27128c243d7a91acb90ef9a | 3578946ec37482d013349b32aec7c4cd8ce7a732 | refs/heads/master | 2021-01-25T14:03:40.609856 | 2019-04-15T10:23:28 | 2019-04-15T10:23:28 | 123,643,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | class test{
private int height = 1;
private int width = 2;
private int depth = 3;
void set(int height,int width,int depth) {
this.height = 10;
this.width = 20;
this.depth = 30;
System.out.println(this); // Printing Object's key
}
public void print() {
System.out.println(height*width*depth);
... | [
"ibindra1995@gmail.com"
] | ibindra1995@gmail.com |
46b14e110759869d45271f83e6ce859de6895f6b | 3a7de7adbffc3b1587ec020b4ea538632815e0fa | /ja_8/about_static.java | d8a028660916ac1845bdd6be7f760aae2b9651de | [] | no_license | sakku-14/java_from_c | 87937577bf8e7bf2055093c8aa4c77b07216ec75 | 5cf30fecc43177aff04bde1c18e49551f29877d8 | refs/heads/main | 2023-08-02T23:00:18.720915 | 2021-09-16T00:21:34 | 2021-09-16T00:21:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | public class about_static {
public static void func() {
System.out.println("C-lang style func");
}
public static void main(String args[]) {
NoStaticClass nsc = new NoStaticClass();
nsc.a = 10;
nsc.print();
StaticClass.a = 20;
StaticClass.print();
func();
}
}
class StaticClass{
static int a;
pub... | [
"kumasan.04.24.14@gmail.com"
] | kumasan.04.24.14@gmail.com |
aa9b7cdb3a2dd94d2765c23018f7ced5089ce5b5 | 387cb629c01b476f759dcb712e56a4fd8b249149 | /plugins/org.vclipse.vcml.ui.actions/src/org/vclipse/bapi/actions/handler/BAPIActionUtils.java | 517f1c65001e68224e2c52a946d7f3921a8e1faa | [] | no_license | webXcerpt/VClipse | a9698814e8790de05978896c2b72164fd12457fb | 50af32db9eecf880ddcbdd83c36648fcb0d3c20c | refs/heads/master | 2020-12-31T00:17:36.069183 | 2016-02-10T14:26:36 | 2016-02-10T14:26:36 | 32,734,621 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | /*******************************************************************************
* Copyright (c) 2010 - 2013 webXcerpt Software GmbH.
* 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, ... | [
"as@webxcerpt.com"
] | as@webxcerpt.com |
8251b37887a350c89bd91a5784f7e42fdf34e761 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_0fd6223a68b51e3d5b83894a6a2ab16855ab233f/AgentIndexRunner/17_0fd6223a68b51e3d5b83894a6a2ab16855ab233f_AgentIndexRunner_s.java | 6853b206f65b6438ff3359b1184278bae97bccfd | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 14,392 | java | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9accbdf7d1a6281a4d4b1f5f5cbbe87cb39aa437 | e6dcafa847a87cace59076555c92aca8ffe3723b | /src/main/java/com/currency/currencycatalog/controller/CurrencyController.java | 0079a485fa8542473033c802e19489199492bbaf | [] | no_license | Khaoulaa/currency-catalog | c5c2f1b3cd10e960107945a851f72b6ced195f88 | 426d4692c3ab881ed8a244e93199fe1cdb72c757 | refs/heads/master | 2023-01-07T14:39:15.415861 | 2019-08-19T10:48:59 | 2019-08-19T10:48:59 | 203,145,868 | 0 | 0 | null | 2023-01-05T21:55:35 | 2019-08-19T09:54:57 | JavaScript | UTF-8 | Java | false | false | 1,841 | java | package com.currency.currencycatalog.controller;
import com.currency.currencycatalog.entity.Currency;
import com.currency.currencycatalog.model.Criteria;
import com.currency.currencycatalog.services.dto.CurrencyService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
im... | [
"khaoula.mrabet@redlean.io"
] | khaoula.mrabet@redlean.io |
1591973eefe70d9fec3366c58b9e665d5f267da8 | 80ca80e913ebedbcd786965f3033a60907ba239c | /src/mypage/controller/MyCoupon.java | 4884709431d0c62abe5e064a068f9bc4699d4d03 | [] | no_license | tnqlsdl1300/Logitech | 6f3bbf0a8c92c6f480869f4f96a9e40418eacdde | ae52d3d6a3564b41a3746758358b00478f2af631 | refs/heads/main | 2023-05-05T13:33:28.742707 | 2021-05-27T12:25:39 | 2021-05-27T12:25:39 | 309,927,821 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package mypage.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import common.controller.AbstractController;
public class MyCoupon extends AbstractController {
@Override
public void execute(HttpServletRequest request, HttpServletResponse response) throws Exc... | [
"hjun34@naver.com"
] | hjun34@naver.com |
ead0bde079e9595c0a9d9e732531f30798c63ee3 | b1c7d854d6a2257330b0ea137c5b4e24b2e5078d | /com/google/android/gms/internal/zzbku.java | b77208e1bacd711d3cdf552c944eea18b3a848df | [] | no_license | nayebare/mshiriki_android_app | 45fd0061332f5253584b351b31b8ede2f9b56387 | 7b6b729b5cbc47f109acd503b57574d48511ee70 | refs/heads/master | 2020-06-21T20:01:59.725854 | 2017-06-12T13:55:51 | 2017-06-12T13:55:51 | 94,205,275 | 1 | 1 | null | 2017-06-13T11:22:51 | 2017-06-13T11:22:51 | null | UTF-8 | Java | false | false | 2,046 | java | package com.google.android.gms.internal;
import android.content.Context;
import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
import java.util.concurrent.TimeUnit;
public final class zzbku {
public static final zzapn<Boolean> zzbXh;
public static final zzapn<String> zzbXi;
public stat... | [
"cwanziguya@gmail.com"
] | cwanziguya@gmail.com |
fdb5e63b85750c1a4460d83fc204b3f99bc641be | a7e79cc6358ae66a46575fb0dd353599ab9e69f2 | /src/main/java/ru/grishchenko/configs/MyAppConfig.java | 6df08990a4daf0992ff05b6b533cd6a4e8cc8648 | [] | no_license | grisha99/spring-context-hiber | 058cd6d54242e7d878c14cc5f90ed0503062cbc7 | e1bf0e523f257d3c93a9f1879fd1bc87ac9ea7c9 | refs/heads/master | 2023-02-04T19:38:19.512182 | 2020-12-25T09:02:17 | 2020-12-25T09:02:17 | 323,318,595 | 0 | 0 | null | 2020-12-25T09:02:18 | 2020-12-21T11:38:17 | null | UTF-8 | Java | false | false | 242 | java | package ru.grishchenko.configs;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(value = "ru.grishchenko")
public class MyAppConfig {
}
| [
"grishenko_sy@mail.ru"
] | grishenko_sy@mail.ru |
0216d3bb4d9c18dc3ba4804ae558dae2be7e6321 | f9cdbc0fc904dc4400c31891ce65aad88e306e35 | /src/pojos/Nacimientos.java | f181b6331e80ca53b85ae1511739c55740e7d3b3 | [] | no_license | lpereira1003/Alcaldias | 0a760a5373b189e16313f08db19d2d67d31d43d7 | 249593bea839f78578c6d8fd04eb519dfbbc82ea | refs/heads/master | 2021-08-29T21:28:35.481242 | 2017-12-13T23:38:47 | 2017-12-13T23:38:47 | 114,179,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,201 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package pojos;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.Serializable... | [
"33608204+lpereira1003@users.noreply.github.com"
] | 33608204+lpereira1003@users.noreply.github.com |
1e2b5296fa92808717963ae8e50407577ffc6909 | 0ad57248ba998abc76420e9e4b1e4adb4c7bb2a4 | /src/javaconditional/Javaconditional.java | 2572cde43ca22313073025584ab807e7499f63e9 | [] | no_license | rizal201/tugas-if | 7b4fdd3975e90a72b59e71bdd6c66f0f9bb5b5c3 | 26235f5c83bd76e7d858a0e83c2e1314e771780d | refs/heads/main | 2023-04-02T11:25:01.004390 | 2021-04-15T09:08:09 | 2021-04-15T09:08:09 | 358,195,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaconditional;
/**
*
* @author lenovo
*/
public class Javaconditional {
/**
* @param args the command line argu... | [
"rizalblakekok87@gmail.com"
] | rizalblakekok87@gmail.com |
1374689e070a24e44dfc8ffdf032836e00b4b465 | d1ea5077c83cb2e93fe69e3d19a2e26efe894a0e | /src/main/java/com/rograndec/feijiayun/chain/business/report/quality/storage/service/GoodsLockReportService.java | 9513d43a719069d4672c32567fb63ed82e6ca395 | [] | no_license | Catfeeds/rog-backend | e89da5a3bf184e4636169e7492a97dfd0deef2a1 | 109670cfec6cbe326b751e93e49811f07045e531 | refs/heads/master | 2020-04-05T17:36:50.097728 | 2018-10-22T16:23:55 | 2018-10-22T16:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | package com.rograndec.feijiayun.chain.business.report.quality.storage.service;
import com.rograndec.feijiayun.chain.business.report.common.vo.BaseGoodsReportTotalVO;
import com.rograndec.feijiayun.chain.business.report.quality.storage.vo.GoodsLockReportVO;
import com.rograndec.feijiayun.chain.business.report.quali... | [
"ruifeng.jia@rograndec.com"
] | ruifeng.jia@rograndec.com |
7ca0928a569d0a75a87f66fd394f3fed35def0c5 | 1afc9d0c31ef12e5e36b63f62ee4eec4bf1eac90 | /src/main/java/io/swagger/configuration/CustomInstantDeserializer.java | 8083ed5bcc8a98aa44fbc989c0dd2c43c13d0178 | [] | no_license | tuxing1986/spring-server | 6d17734a1ae968ab04848932959c6935665a937a | c7276d3d3e581c0e6028e0c6c4bde9f566592876 | refs/heads/master | 2020-04-05T06:40:56.579754 | 2018-11-14T20:44:38 | 2018-11-14T20:44:38 | 156,646,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,207 | java | package io.swagger.configuration;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonTokenId;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.f... | [
"test@exmaple.com"
] | test@exmaple.com |
4f9d12a664fc6fdd23f4251bf4ef00cf70793135 | 47b62372ba008ce2a7ec200b9006ba9641e83094 | /xsnow/src/main/java/com/sjhua/extra/xsnow/permission/OnPermissionCallback.java | 0e56dad405e9fb813ef4747f54fe98aa44f74dc7 | [
"Apache-2.0"
] | permissive | jiangcr81/BLE | 753e2961b74426a4dd98dc7c9401ad2045182d88 | 66ba45be181b13a34945d8d525a38f7c653f53aa | refs/heads/master | 2020-05-20T18:18:20.782466 | 2019-05-09T04:17:02 | 2019-05-09T04:17:02 | 185,703,150 | 0 | 0 | Apache-2.0 | 2019-05-09T01:19:40 | 2019-05-09T01:19:38 | null | UTF-8 | Java | false | false | 257 | java | package com.sjhua.extra.xsnow.permission;
public interface OnPermissionCallback {
//允许
void onRequestAllow(String permissionName);
//拒绝
void onRequestRefuse(String permissionName);
//不在询问
void onRequestNoAsk(String permissionName);
}
| [
"jiangcunrong@aeclight-reel.com"
] | jiangcunrong@aeclight-reel.com |
cef694f2eda2eb10e4949b2e0a3a05ff416ad302 | c65d2d1376fefb9e98f784de7141f889d2758c34 | /src/TwoThreeSix.java | a422bc395eea570c9f7430d945e33103d5c861fd | [] | no_license | fengbs/leetcode | 6cf2144c3efb4c5859e34b6b16265b6d6abae65c | 69d6725e7541dc31ce4c1297f0038ed1aae842d8 | refs/heads/master | 2022-11-25T17:09:46.675674 | 2020-07-31T03:08:28 | 2020-07-31T03:08:28 | 104,454,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | import javax.transaction.TransactionRequiredException;
/**
* Created by lideqing@xiaomi.com on 19-4-1
*/
public class TwoThreeSix {
private TreeNode res = null;
private int dfs(TreeNode node,TreeNode p,TreeNode q) {
if (node == null) {
return 0;
}
TreeNode resNode = null;
int current = 0 ;
int leftR... | [
"lideqing@xiaomi.com"
] | lideqing@xiaomi.com |
a6cb5bcfab1d94be0124f8a5bd8ce7ee790c2189 | 5258119b2dc75638dfda789909930601fbd18acd | /src/com/akudrin/io_8/Reverse.java | 42f9fbff8bbde72b85b672e3996b53b4f49c4b76 | [] | no_license | akudrin/Java8_OCP_Exam | 1ffacf3d244e77af26187ba1ab79e7c63e8ba119 | 91027f450b6ddebacb72a597e8e4d2f64040e2d5 | refs/heads/master | 2020-04-10T13:14:41.976168 | 2018-12-09T13:58:26 | 2018-12-09T13:58:26 | 161,045,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package com.akudrin.io_8;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
import java.io.*;
import java.net.*;
public class Reverse {
public static void main(String[] args) thr... | [
"andreikudrin@gmail.com"
] | andreikudrin@gmail.com |
4770692d0a3c0d4f02a6ea4ba79fdeb7bff156af | 20eb38252c9fb8adb3fef52eb8ac52c7a5e0c10c | /Backend/src/main/java/com/reddit/reddit/repository/SubredditRepository.java | e7efd642738e2b49bac2efc2e3386e8756749792 | [] | no_license | mosama2050/Reddit-21 | 48ef84651e0141cdfa17133ac16bb847afc89b17 | bc8e5a926b286fe8b7660dde67da18ef6c6cacf6 | refs/heads/main | 2023-07-07T18:28:05.705020 | 2021-08-30T22:13:23 | 2021-08-30T22:13:23 | 401,338,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.reddit.reddit.repository;
import com.reddit.reddit .model.Subreddit;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface SubredditRepository extends JpaRepository<Subreddit, Long> {
Op... | [
"mosama@arpuplus.com"
] | mosama@arpuplus.com |
9c4035702809776935a65e0c9b7255a22899ad93 | 4ba395e25a7d4c7ea76e974f5f99404dd6a41982 | /src/main/java/model/thing/hero/commond/LeftCommand.java | cfbf21a66a0508b362b2ec0c1d387c48583bd1ba | [] | no_license | Lemonstars/GoFight | 71766e1eeab8b92f2c1bafad3bed7b984a70c203 | 1bdb3f5dc569f403e20331e286bcf8f6aaaf3cb7 | refs/heads/master | 2020-04-29T15:05:39.154817 | 2019-03-25T15:15:20 | 2019-03-25T15:15:20 | 176,217,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package model.thing.hero.commond;
import model.thing.hero.AbstractHero;
/**
* @author 刘兴
* @version 1.0
* @date 2019/03/24
*/
public class LeftCommand extends AbstractCommand{
public LeftCommand(AbstractHero hero) {
super(hero);
}
@Override
public void execute() {
hero.goLeft();
... | [
"mf1832103@smail.nju.edu.cn"
] | mf1832103@smail.nju.edu.cn |
8337719059d195caa48f27e98d6e5b333f123ac7 | d816e8ba6ed6d463a79f2e34ada83c2e8a1fdc1f | /Java_Fun/hangman_game/Hangman.java | 1de6ab625798fa69e97b4e8780f577d0dbec8bfd | [] | no_license | amarinas/Java_web_dev | 0963fd78c94bfb82dbaa7eddd257d1e86ab4bde6 | 9d7fd076856b89da8eceda005aa7134674cc8592 | refs/heads/master | 2021-01-01T04:49:29.674853 | 2017-07-17T19:26:30 | 2017-07-17T19:26:30 | 97,258,513 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | public class Hangman{
public static void main(String[] args){
if (args.length ==0){
System.out.println("Usage: java hangmean <answer>");
System.err.println("answer is required");
System.exit(1);
}
Game game = new Game(args[0]);
Promter prompter = new Promter(game);
while(game.g... | [
"ali.marinas@icloud.com"
] | ali.marinas@icloud.com |
81b5eaf143fba73e7d3a0b400d90de24cc0a7586 | 076044965fb49ab15c2e4fb5987cd799f6506f96 | /rhjoerg-plexus-starter/src/test/java/ch/rhjoerg/plexus/starter/container/target/TargetComponent.java | abd4f5cd949165a69313ef9adf5041a16f2a032f | [
"MIT"
] | permissive | rhjoerg/rhjoerg-plexus | bde4291131f502b541c3aea4b5e9ff31915cd2ab | 9e61186b91c59b6dc53fb7afe92ee3eb1bf55641 | refs/heads/master | 2022-11-16T14:14:57.410370 | 2020-07-14T09:14:15 | 2020-07-14T09:14:15 | 276,337,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package ch.rhjoerg.plexus.starter.container.target;
import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;
@Component(role = TargetComponent.class, hint = "foo", instantiationStrategy = "singleton")
public class TargetComponent
{
@Requirement... | [
"rhjoerg@gmail.com"
] | rhjoerg@gmail.com |
f3ddfe72daaa0ba6576266d4cb44757e4459dcb1 | 8950a78c2e24f50cf8d2f33a508f454d3d8fc2a1 | /problems/src/com/algo/leet/FriendCircles.java | 0f3be55ad783313147e8e6b2ea26d5e42680cda4 | [] | no_license | ashishkumar-mishra/ProblemSolving | 3113d9507f8cd11189ef48d14af15c32da475385 | c243f91ab02ac8ae2c2c06777a4504d3cc73501d | refs/heads/master | 2021-06-18T23:34:40.886690 | 2021-02-20T07:17:46 | 2021-02-20T07:17:46 | 134,469,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,578 | java | package com.algo.leet;
/**
* There are N students in a class. Some of them are friends, while some are
* not. Their friendship is transitive in nature. For example, if A is a direct
* friend of B, and B is a direct friend of C, then A is an indirect friend of
* C. And we defined a friend circle is a group of stude... | [
"ashish.mishra5908@gmail.com"
] | ashish.mishra5908@gmail.com |
e6f8860f840aae719a26188a4bbf6aa480099773 | 6b3cd09e74547764c29d28c42db3066238234f22 | /src/video5/task1/Zoo.java | 13aab09cae049d2e6df3b8cb11c667aa458551a1 | [] | no_license | DenisKulbachniy/EducationEnc | f0bd83964fd306c677e8e7f3389de94d277987f7 | 4d2688cabaa6c8c371e5a7a3015b690b045e5fcb | refs/heads/main | 2023-04-18T01:22:56.176947 | 2020-10-09T06:21:16 | 2020-10-09T06:21:16 | 365,227,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package video5.task1;
import java.util.ArrayList;
public class Zoo {
public static void main(String[] args) {
ArrayList<String> arrayList = new ArrayList<>();
arrayList.add("Cat");//0
arrayList.add("Dog");//1
arrayList.add("Snake"); //nety
arrayList.add("Bird"); //2
... | [
"Denismerefa@gmail.com"
] | Denismerefa@gmail.com |
09184380a05796bcced0a06dd0e7166e90083987 | 54a306f7dfe8ea4ded80818b9cb9bfba51880fd6 | /flume-ng-channels/flume-disk-backed-memory-channel/src/main/java/org/apache/flume/channel/AbstractWorker.java | 14747c796522c37ef623e7b5d701d33ef1bf15fd | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-protobuf",
"MIT",
"LicenseRef-scancode-public-domain-disclaimer",
"BSD-2-Clause"
] | permissive | HarshaKondreddi/scylladb-sink | 79c82ce89f066f8a05b66a8789687899148ef3c0 | 53fd675bc0c0052b09d0e665d46aae9839470630 | refs/heads/master | 2022-11-30T03:36:21.286852 | 2019-06-14T06:54:07 | 2019-06-14T06:54:07 | 191,889,580 | 0 | 0 | Apache-2.0 | 2022-11-16T08:34:42 | 2019-06-14T06:40:14 | Java | UTF-8 | Java | false | false | 3,982 | 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 ... | [
"harsha.k@sw-lp00636.bundl.in"
] | harsha.k@sw-lp00636.bundl.in |
74c4eb1f44e86032238cccb2ddb7d4de870358e5 | 11eb399d2b36fdb189ee5592c337ac82b843a76b | /BankingSystem/src/main/java/ir/maktab/service/UserService.java | 1ad1f4b871ea5ac5397df402a9fe1b5549fb4b87 | [] | no_license | mAhangari/BankingSystem | 787f128c06a3e817c33efb4590e2afe48b0c895e | bfa785e92257f5715cf159800bbc606bbbacbb2f | refs/heads/main | 2023-08-28T16:31:36.858045 | 2021-10-18T12:01:59 | 2021-10-18T12:01:59 | 407,683,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package ir.maktab.service;
import ir.maktab.domain.User;
public interface UserService extends BaseUserService<User, String, String> {
}
| [
"morteza_ahangari_1994@yahoo.com"
] | morteza_ahangari_1994@yahoo.com |
ce7904973db5400f49e2efc4f0618078798e6d6a | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /MATE-20_EMUI_11.0.0/src/main/java/com/android/internal/telephony/gsm/HwGSMPhoneReference.java | 9a70823c38374cacd324491fe3e6ca8278729c06 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 59,056 | java | package com.android.internal.telephony.gsm;
import android.content.BroadcastReceiver;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import androi... | [
"dstmath@163.com"
] | dstmath@163.com |
88d94b4cfb5e702bb526d323a397242481fdea85 | 3e527bdecc030fe3a5495a35ecdf79582277ff05 | /jbase-cache/src/main/java/com/jayqqaa12/jbase/cache/spring/boot/config/SpringBootRedisPoolConfig.java | 7a97ca12875f4fdb0b659dbf0341f1739792b528 | [
"Apache-2.0"
] | permissive | jayqqaa12/jbase | e6505ccc60cf00291737664263d8b8c0f2777aff | d2af77bd39b005986714c618d39be63c7f7e2943 | refs/heads/master | 2022-12-10T05:17:30.158538 | 2022-11-29T11:01:01 | 2022-11-29T11:01:01 | 42,926,308 | 8 | 6 | Apache-2.0 | 2022-11-16T06:43:05 | 2015-09-22T10:06:23 | Java | UTF-8 | Java | false | false | 217 | java | package com.jayqqaa12.jbase.cache.spring.boot.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Created by 12 on 2017/9/21.
*/
public class SpringBootRedisPoolConfig {
}
| [
"476335667@qq.com"
] | 476335667@qq.com |
70d59ed6c30a0c57da295e1523ee9f9b5a9fdbcf | 007f2c6c2fae579d9f8987396a884cda81236e3e | /src/main/java/fr/esgi/projetannuel/model/Message.java | f7b0745f0bccf209bd9b6c6d76ac4252bf21cb71 | [] | no_license | UgoPerniceni/code-roulette | 685aae532f546cde5e522a1ff19743ee29dc402c | 8f9a1c9b7aa0ec2450405af0f39fc3f015cae5c7 | refs/heads/master | 2023-06-27T18:19:44.362661 | 2021-07-27T23:03:57 | 2021-07-27T23:03:57 | 386,019,482 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,895 | java | package fr.esgi.projetannuel.model;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
public class Message {
@Id
@GeneratedValue(generator = "UUID")
@GenericGenerator(
name = "UUID",
strategy = "org.hibernate.id.... | [
"ugo.perniceni@hotmail.fr"
] | ugo.perniceni@hotmail.fr |
0b4a753d02cbf316726ea7d511a5ea41bdc90dbf | ffe2a0a3a26e3c95a61785cf2d945578d6d01618 | /src/main/java/pageObjects/NavFindPeople_Page.java | 874b3d0addbf33478fb5a5545011b5f82330e369 | [] | no_license | adventure-star/java-cucumbercompany | 46d1497b84914c21eb3370472d0e5eca8c40f15b | 8e1577dafe51a5fa720146018384092e7c7d3d87 | refs/heads/master | 2022-11-30T16:19:52.601528 | 2020-08-14T06:01:24 | 2020-08-14T06:01:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package pageObjects;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
public class NavFindPeople_Page extends B... | [
"Boristolstyakov@protonmail.com"
] | Boristolstyakov@protonmail.com |
3514b47c4966a9040b06b596e94f4da804794afc | 5d90bc814655170d402ac73b216336fcd3a39468 | /app/src/main/java/mycompany/com/doctorapp/utils/CalendarViewScrollable.java | 12a9beea0925e17e2af91c7a10a73b72d0b46178 | [] | no_license | pavan12228/DoctorApp | caa48d74d795ac3455e0adbf20b8f7b7aca18bbf | 669961322f23475d19dbc82770ae98b6b96b479c | refs/heads/master | 2021-01-13T17:21:24.419432 | 2017-02-13T03:36:40 | 2017-02-13T03:36:40 | 81,781,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package mycompany.com.doctorapp.utils;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.ViewParent;
import android.widget.CalendarView;
/**
* Created by Dell on 9/15/2016.
*/
public class CalendarViewScrollable extends CalendarView {
public ... | [
"mpr12228@gmail.com"
] | mpr12228@gmail.com |
0ba0f169e2bad5ce2568cafd1a7aef10c35d926d | 3a4166338445db31f8aaa62520f38552276d17f5 | /instrumentation/vertx-web-3.0/src/test/java/io/opentelemetry/javaagent/instrumentation/hypertrace/vertx/VertxClientInstrumentationTest.java | 8aae96229947a0dbc54963d0e384160e3643d434 | [
"Apache-2.0"
] | permissive | shashank11p/javaagent | b061fc04da2576f145db47b7f2cd2942c0419094 | 4a3cf6cffd25da79deb3b9d90b6b348b0b92c45f | refs/heads/main | 2023-04-06T06:44:08.855564 | 2021-04-14T11:59:27 | 2021-04-14T11:59:27 | 335,222,537 | 0 | 0 | Apache-2.0 | 2021-04-14T16:15:25 | 2021-02-02T08:42:03 | Java | UTF-8 | Java | false | false | 3,979 | java | /*
* Copyright The Hypertrace 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 applicable law or agre... | [
"noreply@github.com"
] | shashank11p.noreply@github.com |
3b79413395d7e5091352895b38dabd59a3c372b5 | fb96cac5c9dd130d94aea33583107346a31a22ba | /cloudmall-admin/src/main/java/io/renren/modules/sys/dao/SysRoleMenuDao.java | 0a28dcc0837b4fb5225b511318ea472e9819d7ad | [] | no_license | hungwen0425/cloudmall | 4caf9699eb8b2fb5977555a49f8acef9c16ccf5d | 8a9f131fb27f60b8b44a51879e6bb9368810542d | refs/heads/master | 2023-04-15T20:34:37.975606 | 2021-05-03T05:48:17 | 2021-05-03T05:48:17 | 290,043,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | /**
* Copyright (c) 2016-2019 人人開源 All rights reserved.
*
* https://www.renren.io
*
* 版權所有,侵權必究!
*/
package io.renren.modules.sys.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import io.renren.modules.sys.entity.SysRoleMenuEntity;
import org.apache.ibatis.annotations.Mapper;
import java.util.Lis... | [
"hungwen.tseng@gmail.com"
] | hungwen.tseng@gmail.com |
7cb32239aaff5a4bda92939a9fbd5a692de5d351 | 26a4c802af9cfb6104250034d01fb349b3d79f4e | /src/main/java/com/ibsplc/pageObjects/CRA071.java | ed564deaaa2938a19b977a2a41cef0efe7dfac6f | [] | no_license | sreenathmohanan/Trucking_2021 | 903503858b5d6d95b599931308295e83fa65ce33 | cc396354c48d8b425741e610df49a360f17b5306 | refs/heads/main | 2023-07-01T21:39:02.508233 | 2021-08-05T17:20:44 | 2021-08-05T17:20:44 | 393,112,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,527 | java | package com.ibsplc.pageObjects;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import com.ibsplc.common.BasePage;
import com.ibsplc.utils.MiscUtility;
import com.ibsplc.utils.PropertyHandler;
/**
* Screen OPR026 - CAPTURE AWB
* Created on 21/12/2017
*
* @author a-... | [
"Prashanth.Gurupadham@aa.com"
] | Prashanth.Gurupadham@aa.com |
8b9e3cb88da812424edf9a55cb42de21632c6d74 | a275f181abc7b6022158c4c40ac5b3f552dd513a | /src/main/java/com/thinkgem/jeesite/modules/turn/FordFulkerson.java | e5f728a5816a41ddd104bf8c4fd6554e149aeffc | [
"Apache-2.0"
] | permissive | kr11/jeesite | 1b70bbbce2caebc4be2cb81322b2d103ba302e23 | b24739260612a0199dec5eb05e9884ab9c0a4ee0 | refs/heads/master | 2021-01-01T15:21:43.123674 | 2017-08-03T07:02:34 | 2017-08-03T07:02:34 | 97,602,125 | 0 | 0 | null | 2017-07-18T13:34:28 | 2017-07-18T13:34:28 | null | UTF-8 | Java | false | false | 3,464 | java | package com.thinkgem.jeesite.modules.turn;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.Queue;
public class FordFulkerson
{
private double residualNetwork[][]=null;
private double flowNetwork[][]=null;
public final int N;
int parent[];
public FordFulkerson(int N)
{
... | [
"3095717866@qq.com"
] | 3095717866@qq.com |
d5dd0da5e061a05c75c174b96f5a8c3d51cc2132 | 363233043015c9af70e1381a7d653633da33e2a2 | /Lab 07/exercise7_1/src/main/java/cs544/exercise7_1/App.java | 1c8baa0922ab13ea2163ccc3c17fa128b19fdecd | [] | no_license | Jivan517/Enterprise-Architecture-Lab-Solutions | 0531d5e597c7ba505d49d358c18327081804ba1a | e1fe71a4eee84c071f82b61d0fab2bffe07a30f2 | refs/heads/master | 2021-01-10T16:33:36.984357 | 2016-04-08T03:32:15 | 2016-04-08T03:32:15 | 55,568,660 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package cs544.exercise7_1;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class App
{
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext(
"springconfig.xml");
ICusto... | [
"np.jiv004@gmail.com"
] | np.jiv004@gmail.com |
24111fbd14e604395d22272c0f664143fce0a2ed | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module608/src/main/java/module608packageJava0/Foo802.java | 848ff1a67993d5e44af6755067d2aa31f4959a60 | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 351 | java | package module608packageJava0;
import java.lang.Integer;
public class Foo802 {
Integer int0;
Integer int1;
public void foo0() {
new module608packageJava0.Foo801().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public v... | [
"oliviern@uber.com"
] | oliviern@uber.com |
28eff4f98499bf785295285f95e5be022e589cec | 77c1a761a5159c0274e5acd2f6b1b6ee7f19f9dc | /app/src/main/java/com/app/bemfapetipb/Adapter/MahasiswaAdapter.java | 95f1e5a2649e4550b7976f19d228cb999c4fe6c0 | [] | no_license | rezaerbe/bem-fapet-ipb | a78e8c4f1e27fcb4a3cf06b53bc02b92b7c891a4 | 2719091bd196b6d1dc25021aae564c134e040a1a | refs/heads/master | 2022-12-23T02:12:42.913142 | 2020-09-24T14:56:55 | 2020-09-24T14:56:55 | 294,335,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,992 | java | package com.app.bemfapetipb.Adapter;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Filter;
import android.widget.Filterable;
import android.widget.RelativeLayout;
import android.... | [
"rezarb88@gmail.com"
] | rezarb88@gmail.com |
363c6926ed8ed5bd23264c1d2fe9c3ec2d4561f2 | 654fd7e54ff39d46040dc01c9bcfaf3bff1f60e4 | /src/of21/of21.java | 3065749867aaeb126d661be7cd230ba0f9df3e2f | [] | no_license | xingege662/Algorithm | 09b972e408a899f9d3538c6d24696714b0e3b145 | b6162e8a60f1acf8c03af5c679a445ee505e7a94 | refs/heads/master | 2021-09-11T13:53:59.277126 | 2018-04-08T10:48:31 | 2018-04-08T10:48:31 | 115,639,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,170 | java | package of21;
import java.util.LinkedList;
import java.util.Queue;
/**
* Created by xinchang on 2018/3/17.
*/
public class of21 {
static class BinaryTreeNode{
BinaryTreeNode left;
BinaryTreeNode right;
int data;
}
public static void printFromToBottom(BinaryTreeNode nod... | [
"924717778@qq.com"
] | 924717778@qq.com |
bcb43fce7ed9f67f6542802a98670aaec011bfa0 | 656bea2c9f05c895367ad5b8ab13e480df987dfe | /src/com/Crawler/main/RunMonthlyCrawler.java | 484b7591544c9116ab28823821638485fa7aa637 | [] | no_license | Dongvud00422/MovieCrawler | b9de15ec5c2b6ad8e121d996d3196ae3b03045ec | 9edfc490f992373ab9a9032699dbabc8c1b89ae7 | refs/heads/master | 2021-09-02T12:20:28.144923 | 2018-01-02T14:54:14 | 2018-01-02T14:54:14 | 114,091,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | package com.Crawler.main;
import com.Crawler.controller.CrawlCgvController;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.logging.Logger;
public cl... | [
"dongvdd00422@fpt.com.vn"
] | dongvdd00422@fpt.com.vn |
8ca906fdb3b8dd0bbb376a46a1c4cf443aae25f4 | f5482d13a6e68a236a71ed3a5cdba9833c454e6b | /CircRnaDetectDraft/ShareLibrary/ThirdPartyTools/cramtools-3.0/src/main/java/net/sf/cram/fasta/BGZF_ReferenceSequenceFile.java | 7686cb8863ac5512505078310edebf958e126aab | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lxwgcool/CircMarker | a4d28ef5f259f7c781ec26b83b51007aaab7c8f7 | d850db5efbd3d04d3b3f10322bf2fd14b96f8127 | refs/heads/master | 2021-01-22T01:55:30.715911 | 2020-07-06T06:07:19 | 2020-07-06T06:07:19 | 81,019,813 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 7,411 | java | package net.sf.cram.fasta;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Scanner;
import htsjdk.samtools.SAMSequenceDictionary;
import htsjdk.samtools... | [
"lxwgcool@gmail.com"
] | lxwgcool@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.