blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c5e0b78a8e130012ea5ffe9539a0b07c0ed05bbd | 019690e6b657650164159f09c08ecd2cdf15a38c | /app/src/main/java/com/example/khwajabilal/structural_a8/AnalyzedModelView.java | b8e43bd0aaf27b5e90d6b1a71e64b98a4043a2ac | [] | no_license | khwajabilal/Structural-Analyst-App | d848bd5d35e824f5aa5f010ffa1895044161226a | 3d97c7bcab1ba07d28c3571ef690c9db95ccf864 | refs/heads/master | 2020-05-29T14:37:13.400977 | 2016-08-16T13:27:44 | 2016-08-16T13:27:44 | 65,821,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package com.example.khwajabilal.structural_a8;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.view.View;
import com.example.khwajabilal.structural_a8.Beam.Joint;
/**
* Created by KhwajaBilal on 7/16/2016.
*/
public class ... | [
"khw.bilal.93@gmail.com"
] | khw.bilal.93@gmail.com |
2241aee55521a29a68d59d8fd01106e8ad823ce6 | 11babced1f48d7a4d9353da64f278b25384d5acd | /CSEIII/StockHubWeb/src/VO/marketVO/SimpleInvestVO.java | 40d23ee00de9cca227398ddaa63d8263c279adfd | [] | no_license | Apocalpyse/NJU-SE3 | 08daf05f9f98569b892fa41cd706f7445eb9baf2 | 27ae6915830a4087d2eb9350257fb5513c6d8692 | refs/heads/master | 2020-03-11T02:04:58.892123 | 2018-04-16T08:43:37 | 2018-04-16T08:43:37 | 129,316,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package VO.marketVO;
/**
* Created by chenjin on 2017/6/8.
*/
public class SimpleInvestVO {
private String investID;
private String title;
private String author;
public SimpleInvestVO() {
}
public SimpleInvestVO(String investID, String title, String author) {
this.investID = investID;
this.title = title;... | [
"2578931175@qq.com"
] | 2578931175@qq.com |
1e39724ebfd7df63dba19888f900b2a1d0f17245 | 6fc69fcdf2b1cb41ae2804e1a0a7a519ea10455c | /com/google/android/gms/internal/zzsa.java | 2b3c0bf2347e7c31b00cf0825a8ca5a60759cd27 | [] | no_license | earlisreal/aPPwareness | 2c168843f0bd32e3c885f9bab68917dd324991f0 | f538ef69f16099a85c2f1a8782d977a5715d65f4 | refs/heads/master | 2021-01-13T14:44:54.007944 | 2017-01-19T17:17:14 | 2017-01-19T17:17:14 | 79,504,981 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,911 | java | package com.google.android.gms.internal;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.database.sqlite.SQLiteOpenHelper;
import android.net.Uri.Builder;
... | [
"earl.savadera@lpunetwork.edu.ph"
] | earl.savadera@lpunetwork.edu.ph |
e2663c23da10a3d2f99bc390ccc701ed1c590fa7 | 82723b8e1bb0fca74f6e2798804cf8612c16fbf8 | /T-RPG Creator/src/maker/vista/editor/Importar/Filtros/ImageFilter.java | 1eac3c306c3c16a9d44377398485d1db40dfbec2 | [] | no_license | BackupTheBerlios/proyiaic | bd943db55f89e277c7ae0b443265d44c269b2a6f | 0c287e001799e02b79a0f4b8896447e4fd5a2aca | refs/heads/master | 2020-05-19T15:54:19.613180 | 2008-07-08T22:41:17 | 2008-07-08T22:41:17 | 40,052,050 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,024 | java | package maker.vista.editor.Importar.Filtros;
import java.io.File;
import javax.swing.filechooser.FileFilter;
public class ImageFilter extends FileFilter
{
public boolean accept(File archivo)
{
if (archivo.isDirectory()) //El archivo es un directorio.
return true;
else //No es un directorio.
{
// Cog... | [
"darthguado"
] | darthguado |
f14c2ea337b1018a8c8fe910b6eff648eae9bbc1 | f864728685559b78b568c6a5d56481899cb4fd66 | /myCodingTactics/src/structuredBinarySearch/createtheList.java | 29aada2f9ddb8cc87d7fd9f0067a7e51fc6e9830 | [] | no_license | bulentmalgaz/eclipse-workspace | f3676b8a6f6e676fac7930bd5cec0fee5dca7ab3 | c3010401bef5743e6b05daabfde9598cb61290db | refs/heads/master | 2020-03-27T17:28:25.118191 | 2018-09-16T21:22:43 | 2018-09-16T21:22:43 | 146,741,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,493 | java | package structuredBinarySearch;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class createtheList {
private static Scanner scanner;
static List<Integer> enteries = new ArrayList<Integer>();
public static void createList (String[] args)
{
... | [
"33319033+bulentmalgaz@users.noreply.github.com"
] | 33319033+bulentmalgaz@users.noreply.github.com |
9918365623cc1f22561ca756c552af55fe609458 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_cc4b75d4857e66e1efaf3dc6f7d7bcc4216cb95f/SessionMonitor/26_cc4b75d4857e66e1efaf3dc6f7d7bcc4216cb95f_SessionMonitor_s.java | 55e008f051cab042e80c16490ec0bc0e888fa5e6 | [] | 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 | 2,402 | java | /*******************************************************************************
* Copyright (c) 2012 Google, Inc.
* 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 ava... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9ae26b3f08ba59fcf00de06494caa0d9264050a1 | 8280aa15b503f5c8fa0aa404218fae1b7a77afe9 | /app/src/main/java/com/amandarover/dogormuffin/HighScoresActivity.java | 3305ac4ff2d90471d4bcef9683743c562acce072 | [] | no_license | amandarover/DogOrMuffin | d1a93f1c33f6e98199dfb2a027eae5f26efbf4ef | 7625423106f6f3a4205e5e316e7a3a3313b23cfe | refs/heads/master | 2021-08-23T02:57:20.405644 | 2017-12-02T18:55:59 | 2017-12-02T18:55:59 | 109,057,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,468 | java | package com.amandarover.dogormuffin;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import com.amandarover.dogormuffin.data.AppDatabase;
import com.amandarover.dogor... | [
"rover.amanda@gmail.com"
] | rover.amanda@gmail.com |
5be00b9f45207fd5f908d0c7d63d58f7cf8acd68 | a172503f33fb0852a2794e3b008485b836b3d828 | /code/accumilation/src/main/java/com/codev/accumilation/rest/GenericHedaer.java | 6cd25eabc00db10717ce40def33a648f0eb2fb4e | [] | no_license | natias/neemanut | 2ec22c848fa15e5022fe645fbb7dd9f44ec7ea62 | 912e5fd4aa4a4d7a12678b54f2dae95e5caaddca | refs/heads/master | 2023-02-01T02:32:25.260529 | 2020-12-20T16:58:22 | 2020-12-20T16:58:22 | 319,389,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.codev.accumilation.rest;
import java.time.LocalDateTime;
import lombok.Builder;
import lombok.Data;
@Data
public class GenericHedaer {
String clientId;
LocalDateTime timeStamp;
String requestId;
}
| [
"nati.ashush@gmail.com"
] | nati.ashush@gmail.com |
fd420b35f2701eb2ab44190d9605626ab1f4bf87 | 44d8aa309f709422f32d4815490a3eec05544489 | /build/src/main/java/com/mypurecloud/sdk/v2/model/EdgeChangeTopicEdge.java | 5d9a3b509174c31f47ade83288f0a1bb48831cd1 | [
"MIT"
] | permissive | MyPureCloud/platform-client-sdk-java | a25146f15a0ef96f5c0c4655af3dc8aa77e48843 | 250d47418a9642fce5c7d6697f87d978ec39a257 | refs/heads/master | 2023-08-17T01:42:17.287918 | 2023-08-15T07:03:28 | 2023-08-15T07:03:28 | 86,601,855 | 7 | 14 | MIT | 2023-02-27T14:26:49 | 2017-03-29T15:56:50 | HTML | UTF-8 | Java | false | false | 3,959 | java | package com.mypurecloud.sdk.v2.model;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.... | [
"purecloud-jenkins@ininica.com"
] | purecloud-jenkins@ininica.com |
9d68f3f4a4a219773df8d99319bd1731ddd9bda9 | b08bfd464080ba2704e69464fcbeaa4b31b2947e | /src/main/java/Foto_Service/Point_one/App.java | 277ebcef5860b2650c06c995477ae8c44aa92025 | [] | no_license | Shimadzusan/Point_one | 8a44896297fb7a0cc78328bbd34da8d2ca89aece | 859d33f797562d41c20c1c322d822c918adcb2d0 | refs/heads/master | 2022-07-11T07:56:57.462578 | 2019-12-25T09:07:49 | 2019-12-25T09:07:49 | 195,543,260 | 0 | 0 | null | 2022-06-17T02:33:02 | 2019-07-06T13:36:30 | Java | UTF-8 | Java | false | false | 202 | java | package Foto_Service.Point_one;
/**
* Hello world!
*
*/
public class App {
public static void main( String[] args ) {
System.out.println(String.format("Hello %s!", Target.NAME));
}
} | [
"nix_olympica@tut.by"
] | nix_olympica@tut.by |
c1fd02871ed16d01a5b1e8a314f39836760133e8 | e79c62c4f0392880b899ea23a690ba08b40b35d1 | /src/main/java/com/ass/repositories/UserRepository.java | 0f16c21b9506343e81bfa7239d490ed4dbb44b28 | [] | no_license | NguyenTrungKien172001/Spring-boot-java5-ass | 531cf339c100714fa90050c683d16ffd8b6aa234 | 3952bc380c6b39b7273339a577f1768a585f6fa3 | refs/heads/master | 2023-06-03T23:21:06.604485 | 2021-06-27T02:38:04 | 2021-06-27T02:38:04 | 380,634,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.ass.repositories;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.ass.entity.... | [
"oppofly60@gmail.com"
] | oppofly60@gmail.com |
fa6b3b945607ae0587b6c8ba9067169d273d38a8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_8087df41557bf1243624ceacf3208af03e9b0144/ResourceDelta/2_8087df41557bf1243624ceacf3208af03e9b0144_ResourceDelta_t.java | 0b3b97dcb055a154c438f6600cdea1b17d043f66 | [] | 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 | 15,908 | java | /**********************************************************************
* Copyright (c) 2000,2002 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this distribution, and is... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
209c532e05c82a15834cd737fb5517c1bbd8bad2 | dc5730d7c35254ea37db8ffe1d67fde331c9c0ac | /OOP Java/Labs/Lab 4/NewWorker.java | 279dbad23ffb063bde9192224f5ad164832bc758 | [] | no_license | shahiro770/Misc | 3cb9414a8dbfac7dc66d3d09b1b529b4f39ed83f | 0b5f4f985d5ed1e519d3cc3ae8081a6d3ec362ca | refs/heads/master | 2021-05-10T09:34:55.112086 | 2018-02-23T14:00:31 | 2018-02-23T14:00:31 | 118,927,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,126 | java | /*
* Shahir Chowdhury
* 2016-06-11
* NewWorker.java
*
* This program creates a NewWorker object, a child class of Person. In addition to Person's contents, the NewWorker keeps track
* of their salary, supervisor, when they joined the company, and even what number worker they are with respect to other workers.
*/
... | [
"shahirchowdhury@Shahirs-MacBook-Pro.local"
] | shahirchowdhury@Shahirs-MacBook-Pro.local |
de0f53f9b1cf34445f80452a2e005445ffdf7c93 | 9dc021a12764bbe352b85c7cbc1f47d76ee1312f | /app/src/main/java/lk/ac/sjp/aurora/phasetwo/FrameMetadata.java | 33c14e914a9c52487088fc09b082cfd5ef39d484 | [] | no_license | janithwanni/aurora-phase-two-mobile | b3751c90a50a92416c8a7a2de08badacfe628926 | 6eb79b906cca20eaeefa63c8d0d376c80f9989c6 | refs/heads/master | 2020-03-27T16:45:25.319414 | 2018-09-09T03:20:16 | 2018-09-09T03:20:16 | 146,804,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | // Copyright 2018 Google LLC
//
// 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 ... | [
"r.t.doram@gmail.com"
] | r.t.doram@gmail.com |
98ebebd2f48e02d158caf9e893d2f92975ba21d6 | c5bded5b54464eec7c77905240632a547253d91b | /hotmail-register/src/main/java/cn/juns/hotmail/Main.java | 31b574f506dc0bdb8aba3c07cceb54dfda462bf6 | [] | no_license | yuanjunliu/hotchpotch | a90f2a74dd447d6db7f2d72b4269d5bb95cb5b97 | a566d088f9c68911e71bbeb874f01875452baf7a | refs/heads/master | 2018-11-08T08:45:29.164516 | 2018-08-23T00:57:04 | 2018-08-23T00:57:04 | 115,017,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package cn.juns.hotmail;
/**
* Created by 01380763 on 2018/8/17.
*/
public class Main {
public static void main(String[] args) throws InterruptedException {
String[] proxyIps = RegisterUtil.getProxyIPs(1);
if (proxyIps == null) {
System.out.println("未获取到IP");
return;
... | [
"01380763@sf.com"
] | 01380763@sf.com |
af5194a89623e6af524f5f84c849690bec4b594f | b2ffbff108e53ab05f4b51255e15cc54e9a2a55e | /java/jupiter/common/source/jupiter/common/struct/table/FloatTable.java | 3f6f9dc89dde5a46d76060bc80bd116fddb26963 | [
"MIT"
] | permissive | b-io/io.barras | 0fcfc53d842ae987c6a73ff2eca9f034fd103179 | 26645f0f804811fc2324407de02c97a1a58b5fac | refs/heads/master | 2023-06-11T22:04:08.441214 | 2023-06-04T22:06:23 | 2023-06-04T22:06:23 | 144,495,919 | 6 | 1 | MIT | 2022-10-09T20:48:11 | 2018-08-12T19:43:13 | Java | UTF-8 | Java | false | false | 7,296 | java | /*
* The MIT License (MIT)
*
* Copyright © 2013-2022 Florian Barras <https://barras.io> (florian@barras.io)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, inclu... | [
"florian@barras.io"
] | florian@barras.io |
3a1e278f61c33e766659e80276b498f193543677 | c0b37a664fde6a57ae61c4af635e6dea28d7905e | /Helpful dev stuff/AeriesMobilePortal_v1.2.0_apkpure.com_source_from_JADX/android/support/v4/content/SharedPreferencesCompat.java | 3766422aab313a080fe75ee1c8a854927dea9eaa | [] | no_license | joshkmartinez/Grades | a21ce8ede1371b9a7af11c4011e965f603c43291 | 53760e47f808780d06c4fbc2f74028a2db8e2942 | refs/heads/master | 2023-01-30T13:23:07.129566 | 2020-12-07T18:20:46 | 2020-12-07T18:20:46 | 131,549,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,543 | java | package android.support.v4.content;
import android.content.SharedPreferences.Editor;
import android.support.annotation.NonNull;
public final class SharedPreferencesCompat {
public static final class EditorCompat {
private static EditorCompat sInstance;
private final Helper mHelper = new Helper();... | [
"joshkmartinez@gmail.com"
] | joshkmartinez@gmail.com |
ac072c64df2fd221f3289b8e19ecf7e979965003 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_69a0d8db9ed071d1a6d1bd060975f6281dfc1f0f/DatastoreImpl/20_69a0d8db9ed071d1a6d1bd060975f6281dfc1f0f_DatastoreImpl_t.java | c25ecdc1e45466503d25b636cf24c7bf40256334 | [] | 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 | 36,479 | java | package com.google.code.morphia;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.ConcurrentModificationException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
12c98d59e0ad0fdd391499d98defd577113ae48a | 4da9f2ffd12d2f23654344eded70702373251093 | /src/main/java/code/tianmao/h5/domain/sys/Role.java | 2c9b2d25e1284a027d760a3962afb735320bb543 | [] | no_license | yangmain/houtai | 3b18543da4c0e5803d2f7e20e8bc17e8992fd49a | 931b41eea9e4472d4deae621ee92d19a3cdf2e80 | refs/heads/master | 2020-09-13T23:24:01.421011 | 2016-12-19T08:39:38 | 2016-12-19T08:39:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package code.tianmao.h5.domain.sys;
import code.tianmao.h5.domain.base.BaseDomain;
import javax.persistence.Table;
@Table(name = "sys_role")
public class Role extends BaseDomain<Long, Long> {
private static final long serialVersionUID = -5524318932380869754L;
private String name;
private String valid;... | [
"250765908@qq.com"
] | 250765908@qq.com |
1902a04374b556c87cabf408dc4b96a4c549afaf | de96fae935f388afb2eb131fd155b5684df88c2f | /sys-provider/src/main/java/com/kerry/datasource/DruidStatFilter.java | 245b99853c93781ba72c42dd85ec708d5676a2e0 | [] | no_license | rongliang/estatePlatform | 9502697112fd8b53d3c56494fc76e606b4e6de57 | b938070cedbe8a8946c563eb713290096b65c7de | refs/heads/master | 2021-01-20T05:41:14.288450 | 2017-08-14T08:49:35 | 2017-08-14T08:49:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.kerry.datasource;
import com.alibaba.druid.support.http.WebStatFilter;
import javax.servlet.annotation.WebFilter;
import javax.servlet.annotation.WebInitParam;
/**
* Created by wangshen on 2017/7/26.
*/
@WebFilter(filterName="druidWebStatFilter",urlPatterns="/*",
initParams={
@W... | [
"280232086@qq.com"
] | 280232086@qq.com |
418ef5189812af28d8860e33bc0f5e41836797cb | a0caa255f3dbe524437715adaee2094ac8eff9df | /src/main/java/p000/bgx.java | 3f69668ee159ab34d380b0cd16ea6690ed4e7885 | [] | no_license | AndroidTVDeveloper/com.google.android.tvlauncher | 16526208b5b48fd48931b09ed702fe606fe7d694 | 0f959c41bbb5a93e981145f371afdec2b3e207bc | refs/heads/master | 2021-01-26T07:47:23.091351 | 2020-02-26T20:58:19 | 2020-02-26T20:58:19 | 243,363,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,397 | java | package p000;
import android.view.View;
import android.widget.TextView;
/* renamed from: bgx */
/* compiled from: PG */
final class bgx implements View.OnClickListener, aks, bhf {
/* renamed from: a */
private final /* synthetic */ bgz f3877a;
public /* synthetic */ bgx(bgz bgz) {
this.f3877a = ... | [
"eliminater74@gmail.com"
] | eliminater74@gmail.com |
2420137c67819da47847a9b604daabee42a0a5a6 | 7fbd4d3baf5dc491cefb1c640ddec38de298f676 | /lesson5/src/main/java/ru/kalantyr/java/lesson5/Car.java | 707a30ecee5ae58c8b581be54827653520aefe70 | [] | no_license | kalantyr/gb_lessons | b6cc1cafba562326664dcf4bbe8588e7ae537122 | ffb839688be6cb53144db566bf8fec9db2bf38e8 | refs/heads/main | 2023-06-10T03:20:15.162293 | 2021-06-23T05:55:16 | 2021-06-23T05:55:16 | 366,443,179 | 0 | 0 | null | 2021-06-30T06:13:59 | 2021-05-11T16:11:26 | Java | UTF-8 | Java | false | false | 905 | java | package ru.kalantyr.java.lesson5;
public class Car implements Runnable {
private static int CARS_COUNT;
private Race race;
private int speed;
private String name;
public String getName() {
return name;
}
public int getSpeed() {
return speed;
}
public Car(Race race, i... | [
"kalantyr@yandex.ru"
] | kalantyr@yandex.ru |
f63e08c926056fe05c7a148a9b3f9afd6166e62f | efdb580ea584d655e33edf6fc65d03ea21a2e9a3 | /02267/code/TravelGoodRESTTest/src/ws/dtu/model/HotelBooking.java | 110ecd93cc1f819684ee73417cfea236053c9b54 | [] | no_license | rostgaard/dtu-course-work-archive | 51736253dd4796bcefa86cfe531fd8b0fa7d90a0 | 97eb8b1fc10f51b7e649acd7cdd49c1fc4fc3b0b | refs/heads/master | 2021-01-16T18:51:04.162416 | 2015-04-15T18:57:02 | 2015-04-15T18:57:02 | 33,773,701 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ws.dtu.model;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import ws.dtu.niceview.types.HotelInformation;
@XmlRootElement
public class HotelBooking {
publi... | [
"peter@shapehq.com"
] | peter@shapehq.com |
8cf4d0966b54c233cee0bc770578cb55217a27c1 | e8fbca7a6851b82c9ae3f805234c840e11f7c261 | /modules/thirdparty/batik/sources/org/apache/flex/forks/batik/ext/awt/image/codec/tiff/TIFFFaxDecoder.java | 14a001e541fe735633287b07e0bc8f01cad5efaf | [
"Apache-2.0",
"W3C",
"LicenseRef-scancode-proprietary-license",
"MPL-1.1",
"MPL-1.0",
"BSD-3-Clause"
] | permissive | teramura/flex-sdk | 6772f7c729bb5fde5a080f5bed4df53280043024 | c281c4f248f9adc8f10910be5e070149477d9216 | refs/heads/develop | 2023-05-13T21:26:18.785749 | 2023-04-28T15:10:59 | 2023-04-28T15:10:59 | 91,769,399 | 0 | 0 | Apache-2.0 | 2018-06-27T10:44:03 | 2017-05-19T05:38:06 | ActionScript | UTF-8 | Java | false | false | 54,574 | 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 may... | [
"cframpton@apache.org"
] | cframpton@apache.org |
4b33fa383ed8dfc3098ed6ac2a929d46498181c6 | 52b219f3fcbb88982bc98b95d27c09cc646cdb1d | /WalletAcctManager/src/test/java/T.java | c14ef2da8f1a178982ac0ead25d3d3d0a53c06d0 | [] | no_license | jiangqiang520/xyfProjects | d65d9f144522bbbbf492dba4a847afd0784b84ac | ab348de96b5c0c6a4f46d609720e189c274a4b26 | refs/heads/master | 2020-09-06T14:12:31.464210 | 2019-09-23T09:52:08 | 2019-09-23T09:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 81 | java | /**
* @author XRZ
* @date 2019/8/23
* @Description :
*/
public class T {
}
| [
"294442437@qq.com"
] | 294442437@qq.com |
fa13429c3cba747e6bae368bb991bd3c99a9a782 | ca18e171f678ff0dcf512e076a5f8ea46d618a66 | /boot-security/src/main/java/boot/system/service/ISysLogService.java | f722090dc7341f4b111ba53a631b9499981595b6 | [] | no_license | javahyy/boot-demo | 0dab779d5c727ae3472d89bc34f4113023d57747 | dfb45cd839bebb02b2e9e46f20b9461ebf958742 | refs/heads/master | 2022-07-17T01:37:48.604081 | 2019-12-19T16:16:02 | 2019-12-19T16:16:02 | 222,850,147 | 0 | 0 | null | 2022-06-17T02:38:53 | 2019-11-20T04:24:26 | Java | UTF-8 | Java | false | false | 1,089 | java | /*
* Copyright (c) 2019-2029, Dreamlu 卢春梦 (596392912@qq.com & www.dreamlu.net).
*
* 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
*
... | [
"yangyang.huang@guanaitong.com"
] | yangyang.huang@guanaitong.com |
331bbc684128aed4fbfefa0007f6e6081575eb77 | 7728512fa05c36cb6b59ecbe7c858a00de80d06e | /acyuta-services-boot/src/main/java/com/mroads/acyuta/repository/InterviewPositionsRepository.java | 82ecad45a4fa91c8fbe07431a4f189f674047b2a | [] | no_license | UdaySaiTyada/Acyuta-services-Boot | 305aa2beedd13974635cb0f87fdd184854240049 | 9bb98eb5ead0ae3d26a8c35df8a81e8e9bc0c5be | refs/heads/master | 2022-05-31T03:57:56.986028 | 2020-01-28T09:05:01 | 2020-01-28T09:05:01 | 236,693,649 | 0 | 0 | null | 2022-05-20T21:24:58 | 2020-01-28T08:54:47 | Java | UTF-8 | Java | false | false | 1,389 | java | /*
* Copyright (c) 2017 mRoads LLC. All Rights Reserved.
* mailto:support@mroads.com
* This computer program is the confidential information and proprietary trade
* secret of mRoads LLC. Possessions and use of this program must conform
* strictly to the license agreement between the user and mRoads LLC,
* and receipt ... | [
"udaysai2551998@gmail.com"
] | udaysai2551998@gmail.com |
cb052d2824f5b6e32dbb59ee34aa1b5f88a1a449 | d6dff4133efe2df2e6fc7a06dc6a65d25f9a018c | /android/kaixin100/app/src/main/java/com/mgc/letobox/happy/domain/TTResultBean.java | 610d614c6e55a0a3b614016a690b1be8a10c579e | [
"Apache-2.0"
] | permissive | sanshao27/lebox | 276183336254e7d3a8a1e26b2abbd7d4c2f82489 | e343ec752f7827a238acdb60b0cc61b1455d1483 | refs/heads/master | 2020-04-14T23:22:34.931767 | 2019-01-04T04:42:11 | 2019-01-04T04:42:11 | 164,200,219 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.mgc.letobox.happy.domain;
/**
* Created by liu hong liang on 2016/11/11.
*/
public class TTResultBean {
public float getBalance() {
return balance;
}
public void setBalance(float balance) {
this.balance = balance;
}
public float getBalance_rmb() {
return bal... | [
"feiyun145@163.com"
] | feiyun145@163.com |
2d1630ed88af4c90aa3e7f5d3bfd13a576ff3fcf | f0e885e4e1e67641dda43397b02cbb9abf542b44 | /src/main/java/com/cultome/bizlang/language/BizlangExpression.java | 3b841a314bd3ac12e8bc4fa6d795be39cf1b19de | [
"MIT"
] | permissive | cultome/bizlang-language | 06ecc09ef8d89e7c9ce91031a8a46b5125cc1108 | efa2c232867369ba8adca20937f7aab0f0362cc3 | refs/heads/master | 2020-05-17T21:37:16.614467 | 2014-02-25T23:45:34 | 2014-02-25T23:45:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.cultome.bizlang.language;
import java.util.logging.Logger;
import com.cultomebizlang.language.interpreter.Bindings;
import com.cultomebizlang.language.interpreter.ExecutionListener;
public abstract class BizlangExpression {
protected static final Logger LOGGER = Logger.getAnonymousLogger();
protect... | [
"cultome@gmail.com"
] | cultome@gmail.com |
5b88ce87a5ac97586831975b01115dc08f3066e7 | 39f380b0f7ffa091f1a2eba7a91b5a126f384f2f | /TangoTabV1.7/src/com/tangotab/localNotification/receiver/LocalNotificationReceiver.java | f453bf7d27900a67e59d51a87ac94221061d6e42 | [] | no_license | ankitvyas85/TangoTabv1.7 | 94584ff1bd508850673c3de5a1d52cfa8de70500 | 7e020f1112a8e411b69fd50dbad85e46e4e7e4fb | refs/heads/master | 2021-01-25T10:29:18.663668 | 2013-04-17T07:33:38 | 2013-04-17T07:33:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,383 | java | package com.tangotab.localNotification.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.tangotab.core.constant.AppConstant;
import com.tangotab.localNotification.activity.LocalNotificationActivity;
import c... | [
"ankit.vyas@valtech.co.in"
] | ankit.vyas@valtech.co.in |
982421a44184602ff551b1f1551d67836cf9debb | 3735a07d455d7b40613c3c4160aa8b1cb1b3472a | /java/java-analysis-impl/src/com/intellij/codeInspection/dataFlow/types/DfLongConstantType.java | 99cdad181216a6d0040068a837b95b3fc8c23666 | [
"Apache-2.0"
] | permissive | caofanCPU/intellij-community | ede9417fc4ccb4b5efefb099906e4abe6871f3b4 | 5ad3e2bdf3c83d86e7c4396f5671929768d76999 | refs/heads/master | 2023-02-27T21:38:33.416107 | 2021-02-05T06:37:40 | 2021-02-05T06:37:40 | 321,209,485 | 1 | 0 | Apache-2.0 | 2021-02-05T06:37:41 | 2020-12-14T02:22:32 | null | UTF-8 | Java | false | false | 700 | java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInspection.dataFlow.types;
import com.intellij.codeInspection.dataFlow.rangeSet.LongRangeSet;
import com.intellij.psi.PsiPrimitiveType;
import org.jetbra... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
baf1137d06a22983b4c97a7eec4aa045ee7087af | fc5c8f84009063ee5245b9bcbea482e900c1977a | /src/main/java/com/getjavajob/training/KarpovN/concurency/lesson08/Matrix.java | 316e35ed2401d569be56092d8b6b9ecbf529c102 | [] | no_license | djcrgr/init-concurency | 1cadee0a6540dd660afd77bead0c4dcbc89c1a9f | c8c8e4c08b9a41f220b59d1547ed34646166de46 | refs/heads/master | 2023-03-14T00:31:01.386122 | 2021-03-12T09:22:24 | 2021-03-12T09:22:24 | 347,008,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,270 | java | package com.getjavajob.training.KarpovN.concurency.lesson08;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
import static java.lang.Integer.parseInt;
public class Matrix {
public static void main(String[] args) throws IOException {
int[][] matrix1 = matrixRead("matrix1.txt");
... | [
"djcrgr@gmail.com"
] | djcrgr@gmail.com |
ad08b05bc8617c81e4f373e49dec4e40adb62552 | ae2906fa1a2ec0750bed9ac28696871f5838dc91 | /cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/organizationquotadefinitions/_GetOrganizationQuotaDefinitionResponse.java | c29ed8dcb9314ef64d9ef3000671ae365a219d44 | [
"Apache-2.0"
] | permissive | theghost5800/cf-java-client | ca8e2c0073fa1b8fd0441177d93d713ab3856f55 | 07a34c646a2f982e9405a49db2122ef461462af0 | refs/heads/master | 2022-11-15T08:17:10.162327 | 2019-10-29T15:48:42 | 2019-10-29T15:48:42 | 219,698,354 | 0 | 0 | Apache-2.0 | 2019-11-05T08:48:37 | 2019-11-05T08:48:36 | null | UTF-8 | Java | false | false | 1,030 | java | /*
* Copyright 2013-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"bhale@pivotal.io"
] | bhale@pivotal.io |
5e0e0dc1638abb7711de248e81338b3ac517acb2 | ec58b9b8b43bc75b8bee2f2e079e55af9da0dcae | /AIPdesign.diagram/src/AIP/diagram/navigator/AIPNavigatorSorter.java | ec42360c4c9f9c12947608bace8c92731cd01907 | [] | no_license | kouvelas/ASEME | b31b4a37f21ed20840393b309612eacda92b608b | 996acaaf5209fb6ec1dfbc2762d6baeff58b751d | refs/heads/master | 2021-03-12T23:12:15.441118 | 2013-06-13T19:22:09 | 2013-06-13T19:22:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package AIP.diagram.navigator;
import org.eclipse.jface.viewers.ViewerSorter;
import AIP.diagram.part.AIPVisualIDRegistry;
/**
* @generated
*/
public class AIPNavigatorSorter extends ViewerSorter {
/**
* @generated
*/
private static final int GROUP_CATEGORY = 4004;
/**
* @generated
*/
public int cate... | [
"nikos@science.tuc.gr"
] | nikos@science.tuc.gr |
7080e57a8f9e9175ae99154513f4079845373ff8 | 76abd218a9fda53805057ec7cb26697e94154d7e | /app/src/main/java/com/onetono/onetono/dummy/NoticesDummyContent.java | 837840f90423e532dbc025652a4bfb91029065e3 | [] | no_license | stevenandrewcarter/Onetono | 93382d7bcc71d2406d8e3850adef2ca23ee0935c | 4222435d457adfeb163580c685981e551bcff7d6 | refs/heads/master | 2020-12-24T21:22:38.667572 | 2016-05-09T12:08:04 | 2016-05-09T12:08:04 | 56,601,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.onetono.onetono.dummy;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Helper class for providing sample content for user interfaces created by
* Android template wizards.
* <p/>
* TODO: Replace all uses of this class before publishing your app.... | [
"stonemason@gmail.com"
] | stonemason@gmail.com |
c57673338ab071438e9541cd2c78c572418e76b4 | f3f87f69999ed930fc338456a72379fa331e3bdf | /app/src/main/java/xyz/homapay/hampay/mobile/android/util/Connectivity.java | 8cc1b35bdcc2cbfbd0beba00d9874cbc17d22981 | [] | no_license | gitlab-jenkins/mobile | 0d14fa1bc1f2c29ad0d988749a605b1ab7c28595 | dfaab81a5e33fb4c0aea5441eddced1e4ee88cd7 | refs/heads/master | 2021-01-11T14:27:41.406151 | 2017-02-07T12:06:32 | 2017-02-07T12:06:32 | 81,426,110 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,830 | java | package xyz.homapay.hampay.mobile.android.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.annotation.NonNull;
import android.telephony.TelephonyManager;
/**
* Created by mohammad on 7/4/2016 AD.
*/
public class Connectivity {
... | [
"m.moradyar@homapay.com"
] | m.moradyar@homapay.com |
ebdaef61538e6fbdee905f0122039b89f66e988b | e19ca77b8725551e5c806dfbae02b8f44b4a6c6f | /processor/src/test/java/spritz/support/processor/AbstractSpritzProcessorTest.java | 60e7c01b55db9cd336f65f70b979a0787dd75721 | [
"Apache-2.0"
] | permissive | spritz/spritz | a0ffcac27cfe50dff0f468d6165eaf599bc5ddbd | 49ba61517b5c023e521c6775e4a16f8da5034371 | refs/heads/master | 2022-05-15T17:24:32.597278 | 2022-04-29T05:05:55 | 2022-04-29T05:05:55 | 149,194,146 | 4 | 0 | Apache-2.0 | 2019-04-24T06:37:35 | 2018-09-17T22:08:56 | Java | UTF-8 | Java | false | false | 6,175 | java | package spritz.support.processor;
import com.google.common.collect.ImmutableList;
import com.google.testing.compile.Compilation;
import com.google.testing.compile.Compiler;
import com.google.testing.compile.JavaFileObjects;
import com.google.testing.compile.JavaSourcesSubjectFactory;
import java.io.File;
import java.i... | [
"peter@realityforge.org"
] | peter@realityforge.org |
ab8464b7848f0dc9ec674e9bec7f60784136783d | 09e7b259be6331ba63e36ea6c2aa0c0b92e79685 | /src/main/java/io/github/zukkari/sonar/java/model/expression/ArrayAccessExpressionTreeImpl.java | d0fc54fdcbea69d9f938e12587c2f7f1ddae8a79 | [] | no_license | Zukkari/sonar-java-extracted | fb0a5d3162b7d7c71f76629e2f7efc464d07d038 | 1a15552ac9cb0d8e1f7b8fba50f207a34f42535a | refs/heads/master | 2022-04-02T00:08:59.602969 | 2020-02-18T08:22:14 | 2020-02-18T08:22:14 | 237,046,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,215 | java | /*
* SonarQube Java
* Copyright (C) 2012-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the Licen... | [
"stanislav.myshkovski@gmail.com"
] | stanislav.myshkovski@gmail.com |
7c4e9c0659118057b88b3cf4edf51cd4f2c727fb | c5f2920836a4cdb9ac27f74f38aa944d77f6f459 | /AlarmSystem/src/tests/SirenTest.java | d882cb331a126319435c2a26a08e54dd9670cbe3 | [] | no_license | mbragg02/MacroCommand | df24f53c14a33ca6f7b34a38baf615461af343a1 | 9469403bc7491dc7f8655b52377079c40fa0c4f9 | refs/heads/master | 2020-05-29T12:26:29.112998 | 2014-02-25T15:34:40 | 2014-02-25T15:34:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package tests;
import org.junit.Test;
import code.Siren;
public class SirenTest {
@Test
public void test() {
Siren siren = new Siren();
siren.turnOnSiren();
siren.turnOffSiren();
}
}
| [
"oded@dcs.bbk.ac.uk"
] | oded@dcs.bbk.ac.uk |
ca35412864880cf1d1872fe0d2f34d87654cf8f2 | 970f39168f65aa806299732eb826fa6f550e3e14 | /azure-event-hub-transport/src/main/java/com/esri/geoevent/transport/azure/AzureEventHubInboundTransportService.java | c3ecaf97540fc01da606ab3fc3022af29c0acc4d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Esri/azure-for-geoevent | 517fb3c9b8f046bce89070fcda64781ecfec0019 | 749ee5d816145e21b4ce66d8fb4dbff364072c6b | refs/heads/master | 2023-08-22T03:10:38.447843 | 2022-11-29T19:18:31 | 2022-11-29T19:18:31 | 61,133,892 | 7 | 10 | Apache-2.0 | 2022-11-29T19:18:32 | 2016-06-14T15:23:40 | Java | UTF-8 | Java | false | false | 1,366 | java | /*
Copyright 1995-2017 Esri
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... | [
"hkalmanovich@esri.com"
] | hkalmanovich@esri.com |
42c9d5d7e0109d1b1c371821c3f54723ff3bfd3f | d310d95f8040d6c71ac711643fcb3bca9d5a74e3 | /InstanceVariables/src/apples.java | 819caef539f5f06146e9797e0b4529effad07883 | [] | no_license | faithfem/newBoston | 9a9c4272faef3abd3744c8fdd73d50bb1f27e85b | d00ca3146fca5ead1e7b06c4e331c9a5df4d24ee | refs/heads/master | 2021-05-02T08:11:02.536182 | 2018-03-22T03:46:19 | 2018-03-22T03:46:19 | 120,846,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | import java.util.Scanner;
public class apples {
public static void main(String[] args){
Scanner gonyo = new Scanner(System.in);
tuna tunaObject = new tuna();
System.out.println("Enter name here: ");
String temp = gonyo.nextLine();
tunaObject.setItinariri(temp);
tuna... | [
"fmugure@intracitygeeks.org"
] | fmugure@intracitygeeks.org |
8de48c406d1069d3be4c6117123960c252d5bb38 | d7018d9baf4abfcf3f695b46131085a753c9017c | /agency-model/src/main/java/com/agency/repository/ThoCongViecRepository.java | 0e6ba1c54261b2f346631cb25d341e7816366369 | [] | no_license | zondz/AgencyManagementSystem | 837980e076ee3efd89e82eda0853c77dd4628231 | a730e527464ed82e1afa82dc6f25519785c52301 | refs/heads/master | 2023-06-24T16:36:50.248625 | 2021-07-20T10:00:34 | 2021-07-20T10:00:34 | 381,571,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.agency.repository;
import java.util.List;
import com.agency.model.ThoCongViec;
public interface ThoCongViecRepository extends GenericRepository<Integer , ThoCongViec>{
void updateThoCongViecChoMotCongViec(List<ThoCongViec> thoCongViecList);
List<ThoCongViec> getListThoCongViecByIdCongViec(Integer id)... | [
"1801040203@s.hanu.edu.vn"
] | 1801040203@s.hanu.edu.vn |
05f2041d34aa7aaca0ef6a44b519f1d4f238c544 | 700f24cea1825614066258c468527ef40d940e7c | /RentCar/src/Servlet/UpdateInventoryServlet.java | 755fb6c0c7ca47b2350fd387740ff8924629266c | [] | no_license | AhmedAmeer1/ITP_GROUP_03 | ad020ed22a79315b0d41d2a9efe38f08fadadcf4 | 139b1ac17d417cc7cfa9a86cacc5b08ac60ace21 | refs/heads/master | 2023-01-04T12:45:55.219965 | 2020-10-24T06:04:09 | 2020-10-24T06:04:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | package Servlet;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Model.Inv... | [
"ahmedameer1999421@gmail.com"
] | ahmedameer1999421@gmail.com |
1b13d3048642ddc4eeda21bec1e1361c2f27092a | 2a8dc0f277b966e152c894057e79af2bf246da39 | /service/src/main/java/com/sohlman/liferay/foo/service/persistence/impl/FooPersistenceImpl.java | 381dddbd8f392527049f25c6551f785245bca76c | [
"Apache-2.0"
] | permissive | sammso/arquillian-liferay-example | 423edc70b8205c1275e71b53b9c8fe86a7febcf1 | 5da27d7e362d5fa0daea32543c50701b8b0dcd5c | refs/heads/master | 2021-08-06T19:19:58.096017 | 2017-11-06T22:05:11 | 2017-11-06T22:05:11 | 109,719,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99,229 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"sampsa@sohlman.com"
] | sampsa@sohlman.com |
98952097998bf2070b924168ab0c4c55c1bc7f4f | bc8c36c3caac051826fa1971a77d7f1334b0308a | /src/test/java/Library/LibraryShould.java | 78cd567528f157ddc8ef733aa12f595a1d7b203a | [] | no_license | domke159/java-developer-task | 1624c916d4a75ed5550c80c79067b9cbcc2bf208 | 0976719a8c92b5f87cd5657832512dd8cf9b9706 | refs/heads/master | 2023-06-05T02:51:34.275011 | 2021-06-22T07:41:53 | 2021-06-22T07:41:53 | 379,182,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,260 | java | package Library;
import JavaDeveloperTask.Book.Book;
import JavaDeveloperTask.Library.Library;
import JavaDeveloperTask.Person.Author.Author;
import JavaDeveloperTask.Person.Customer.Customer;
import org.junit.Before;
import org.junit.Test;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
impor... | [
"mickeviciusdom@gmail.com"
] | mickeviciusdom@gmail.com |
56ca368c2d34ecb2cad31207ba93df894932a450 | d77663283fd139bddaac7e4e38359785b41fd702 | /src/main/java/com/example/demo/ServletInitializer.java | 41179f5d1789f1709480db1265ffee8e7fb155cd | [] | no_license | aniruddhadhal/MyFirstWeb | 0c944e24904f31441a085447556f332a735f319b | a0ee51a41ab42331bf26a5ab818f9ac33fef0562 | refs/heads/master | 2021-12-23T17:18:45.622037 | 2017-11-19T07:15:57 | 2017-11-19T07:15:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.example.demo;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationBuilde... | [
"abhdutta3981@gmail.com"
] | abhdutta3981@gmail.com |
ce47c9cfbe420984576c0943c92fb9ce7461b268 | 0ce7c60f26daaf62ef4569fb654c0f5722317f2d | /src/labor1/vorbeitung/bestOf/Intersection.java | 890ce99693c72cebaa565efbca1535fbada97847 | [] | no_license | llehman1/Algo | 2552237da4ed702e31b669d149c4a5faa8e8fe12 | 434b369f17e8ebd1db5c183cb2eecd7aa67dab18 | refs/heads/master | 2020-03-31T10:32:23.309744 | 2019-01-20T09:50:55 | 2019-01-20T09:50:55 | 152,138,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,655 | java | package labor1.vorbeitung.bestOf;
public class Intersection implements IComparsionPeople {
private ISort sort;
public Intersection(ISort sort) {
super();
this.sort = sort;
}
@Override
public void findSuspects() {
String[] result = null;
this.sort.sortStart();
String[][] peopleArray = (String[][]) thi... | [
"llehman1@stud.hs-offenburg.de"
] | llehman1@stud.hs-offenburg.de |
5e6a729bb13c7cd97e2300709db2257d504b9fa8 | b385bd957858c6f9c53d3fe036c5adbe834ef7fc | /src/TreciaPaskaita/MyMainApp12.java | 1d572d5a05ac064a7c725f451df9e798c70890f8 | [] | no_license | AndrMint/JAVA_KURSAI | b23bf78408d1087fd91973669606c03a3936c6d3 | 744ac2e018189169e7b3cefccbb2635cabb6a637 | refs/heads/master | 2021-01-25T07:48:56.829425 | 2017-06-14T18:38:43 | 2017-06-14T18:38:43 | 93,650,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package TreciaPaskaita;
import java.util.Arrays;
public class MyMainApp12 {
public static void main(String[] args) {
int[] mas = {12, 4, 65, 7, 12, 56, 3};
System.out.println(getMaxNumber(mas));
System.out.println(getMaxNumb2(mas));
System.out.println(getMinNumber(mas));
}
... | [
"dileta.darbinis@gmail.com"
] | dileta.darbinis@gmail.com |
e4530e0f6e8ad85795b4fc76bacdebcd8f3c7858 | acc926907d32e70d0707306cccd3bfd8b2ddb9e0 | /RocketMultimeterAndOscilloscope/app/src/main/java/com/example/saik/rocketmultimeterandoscilloscope/VoltmeterActivity.java | 34b92f625a72762306f5979aba58a6ef7885327e | [] | no_license | mattdrag/Voltmeter | 0968c73fedd0cd20f0bf78fc2210f7576f913b27 | cd369f0c3387c9db934eeb3f59ac6246ca978d85 | refs/heads/master | 2020-03-18T14:56:45.411034 | 2018-05-25T15:52:54 | 2018-05-25T15:52:54 | 134,876,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,887 | java | package com.example.saik.rocketmultimeterandoscilloscope;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
import android.graphics.Color;
import a... | [
"matthewdragotto@gmail.com"
] | matthewdragotto@gmail.com |
f5963f3e1eb3615038ece333948aa82c5d6300a2 | dbda4749ad2b35bf98d1adeedebab0ab98010e88 | /app/src/main/java/com/greattone/greattone/Listener/BaseUiListener.java | c20ed0bf306e3db3077c709ca400696e5217e5f7 | [] | no_license | makaifeng/greattone2 | b7d771c50b2466e7718b4194dee952a7a3325170 | 7eddff6be1007d9264813e920ba46780a9bac59f | refs/heads/master | 2020-12-24T10:03:40.334376 | 2017-04-26T06:29:25 | 2017-04-26T06:29:25 | 73,248,461 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package com.greattone.greattone.Listener;
import org.json.JSONObject;
import com.tencent.tauth.IUiListener;
import com.tencent.tauth.UiError;
public class BaseUiListener implements IUiListener {
@Override
public void onComplete(Object response) {
if (null == response) {
//"返回为空", "登录失败"
... | [
"707584319@qq.com"
] | 707584319@qq.com |
5cf54e03539d397157284c047c10047ab1ce1931 | 1ce518b09521578e26e79a1beef350e7485ced8c | /source/app/src/main/java/com/google/android/gms/internal/w.java | b929aca0feb9afd5e8e2b80f666ee8a749a5704c | [] | no_license | yash2710/AndroidStudioProjects | 7180eb25e0f83d3f14db2713cd46cd89e927db20 | e8ba4f5c00664f9084f6154f69f314c374551e51 | refs/heads/master | 2021-01-10T01:15:07.615329 | 2016-04-03T09:19:01 | 2016-04-03T09:19:01 | 55,338,306 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,666 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.internal;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.a;
import com.google... | [
"13bce123@nirmauni.ac.in"
] | 13bce123@nirmauni.ac.in |
6b471574acdae1331836d0f8ea58138d6c079a7b | 0b09691e3cffb2bcf0cc733b4dd20693814733ff | /src/com/domain/Admins.java | b9a32038afa863e877712457c766f8f7709edfe0 | [] | no_license | BruceZhang54110/shop | 7248c404783d8255f18dbdfd0edfce5b5583b367 | 09a2db194c848274b885c4fa85f571a579bd33b8 | refs/heads/master | 2022-04-27T09:41:09.501001 | 2022-03-29T02:22:35 | 2022-03-29T02:22:35 | 84,023,285 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.domain;
public class Admins {
private String adminName;
private String adminPass;
private int id;
public Admins() {
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getAdminName() {
return adminPass;
}
public void setAdminName(String admin... | [
"zhw54110@163.com"
] | zhw54110@163.com |
a4e06f55456a7bca7b3daccd23e1a1a5d476fd67 | 3ec740784b754780b6083fc6cde6d87904ebc8ab | /tm-tool/textmapper/src/org/textmapper/tool/parser/ast/TmaBracketsDirective.java | e51ea94a5820931de9bde9afc3799bd9483f6de7 | [
"Apache-2.0"
] | permissive | takamori/textmapper | b83da7f30c43868e16de18aea7e21e456ceb3803 | 3c9ec01f17db9f9e3d3914c984f8ccd4496913fb | refs/heads/master | 2020-04-02T10:03:39.409821 | 2018-10-23T13:18:03 | 2018-10-23T13:18:03 | 154,322,486 | 0 | 0 | null | 2018-10-23T12:15:59 | 2018-10-23T12:15:58 | null | UTF-8 | Java | false | false | 1,373 | java | /**
* Copyright 2002-2017 Evgeny Gryaznov
*
* 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 ... | [
"egryaznov@gmail.com"
] | egryaznov@gmail.com |
d6882dde0232487943c3cf5ba6b20e7ff1913fe1 | c770c49e2a91260abad58fd451d9524b790d7b20 | /sentinel-agent/sentinel-agent-client/src/main/java/com/alibaba/acm/shaded/org/codehaus/jackson/map/jsontype/impl/StdTypeResolverBuilder.java | 10caf478321090f64fdeba033e84c5dadd619fb2 | [
"Apache-2.0"
] | permissive | ddreaml/Sentinel-ali | d45e941e537d26628151f9c87dccdca16ef329a7 | 33721158794f9a713057abccbb4f4b89dfaaa644 | refs/heads/master | 2023-04-24T13:20:07.505656 | 2019-10-21T11:24:43 | 2019-10-21T11:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,978 | java | package com.alibaba.acm.shaded.org.codehaus.jackson.map.jsontype.impl;
import java.util.Collection;
import com.alibaba.acm.shaded.org.codehaus.jackson.annotate.JsonTypeInfo;
import com.alibaba.acm.shaded.org.codehaus.jackson.map.*;
import com.alibaba.acm.shaded.org.codehaus.jackson.map.jsontype.NamedType;
import com.... | [
"418294249@qq.com"
] | 418294249@qq.com |
d86b86c9717b524015830921778df9d3dd1a7d3e | 9329071c7a74c2bf206b7bdf7edd984748d205b3 | /src/main/java/io/sporkpgm/module/builder/BuilderContext.java | b655d927626420062f0e318add4d6ae9aa18d412 | [] | no_license | simba3rcks/SporkPGM | c102e0ee55dcab5ef59360b79d3e9caf39029942 | a32f017f579967e9ae66e11e2edf614bcce0d700 | refs/heads/master | 2021-01-18T06:05:10.373516 | 2014-06-10T21:49:24 | 2014-06-10T21:49:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,780 | java | package io.sporkpgm.module.builder;
import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
import io.sporkpgm.Spork;
import io.sporkpgm.map.SporkLoader;
import io.sporkpgm.map.SporkMap;
import io.sporkpgm.match.Match;
import io.sporkpgm.util.ClassUtils;
import io.sporkpgm.util.Log;
import... | [
"harry.fox.ic@icloud.com"
] | harry.fox.ic@icloud.com |
6927bb365e9aa789f4a5ff206c6862d4a014bebc | 77ed4f7dc2289ced4ebb7e77b46b92c926fddbc3 | /app/src/main/java/com/test/gambit/fragments/GamesFragment.java | d516572dfb43da4a0ec2674379bf8f77feeb3a4f | [] | no_license | sunilparmar04/GameBitTask | d8a6732790c65865b67187268ec8585c851e9b0c | 8115a626632e3666756f03b1135bfbc3dfc24a4d | refs/heads/master | 2020-05-17T15:30:23.765978 | 2019-04-28T04:35:58 | 2019-04-28T04:35:58 | 183,792,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,562 | java | package com.test.gambit.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import andro... | [
"parmarsunil09@gmail.com"
] | parmarsunil09@gmail.com |
edd38e77c03793019c7208744f979fbb44d659c3 | 52f1ac7e03aa4dcbf44dda909652450cbf3cf961 | /activivemq-demo-parent/active-mq-demo1-consumer/src/main/java/com/demo/activemq/JMSQueueProducer.java | d4ee934b8e380233137c4cfd9b754e65c807cb24 | [] | no_license | wei2qiang2/gupao-demo-project | c97246ead3ec5564d43f942c8136ecabf35dfdce | 07af017ef606c0602e7ca315994784306ac23264 | refs/heads/master | 2022-12-25T06:32:32.318160 | 2020-01-17T02:00:22 | 2020-01-17T02:00:22 | 234,448,005 | 0 | 2 | null | 2022-12-16T08:58:36 | 2020-01-17T01:46:40 | Java | UTF-8 | Java | false | false | 690 | java | package com.demo.activemq;
import com.demo.active.common.ConnectionUtils;
import javax.jms.*;
/**
* 消息发送端
*/
public class JMSQueueProducer {
public static void main(String[] args) throws JMSException {
Session session = ConnectionUtils.getSession();
//创建目的地
Destination queue = session.... | [
"wei.qiang@successinfo.com.cn"
] | wei.qiang@successinfo.com.cn |
77c80751516c4da20b3557f7fb6510a8b2f5440c | b98e3c9cc6566656d3eca425b5b219cf98e58be9 | /src/repository/TeacherRepository.java | 7790b97474a62f4947ce045830b615a288b67c66 | [] | no_license | danielsociu/PAO_project | d75c2d9456cead8e5a2f5569996fbe962ea64f9f | 96cfdc1d957d7e138c5a3e2d89e13a73fcc90c92 | refs/heads/master | 2023-05-03T03:27:49.370287 | 2021-05-26T05:59:40 | 2021-05-26T05:59:40 | 352,908,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,212 | java | package repository;
import config.DatabaseConnection;
import models.*;
import models.Class;
import java.sql.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
public class TeacherRepository {
public void addTeacher(School school, Teacher teacher) {
Stri... | [
"danielsociu00@gmail.com"
] | danielsociu00@gmail.com |
5a0a3612313906f56e2ee21afb5f664c3284a574 | 6355770c6d883d1557c3047c4808172d52985f06 | /src/main/java/model/xml/ActivityCodeAssignment.java | 5099caca617df57209b8e0f107353831a741dbda | [] | no_license | bremlin/acda | 804f39e8a457a9fc56ddde47956015999b02ef55 | eda0e3e03e04780287068830698ecc181048610a | refs/heads/master | 2021-06-27T02:58:49.394379 | 2017-09-15T22:17:07 | 2017-09-15T22:17:07 | 103,706,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package model.xml;
import org.jdom2.Element;
public class ActivityCodeAssignment {
private int activityObjectId;
private int activityCodeObjectId;
public ActivityCodeAssignment(Element activityCodeAssignmentElement) {
this.activityObjectId = Integer.parseInt(activityCodeAssignmentElement.getChil... | [
"shmakov.s.s@gmail.com"
] | shmakov.s.s@gmail.com |
68de5011fcf688dcf759b4045cfe54c99baf1b98 | 092bf5027a510b29a52d593c8e1c89e4544d6ce3 | /jdbcDemo/src/main/java/com/hand/servlet/ShowServlet.java | 3f59c7f109355afcb8b12328bc129a8a42af0ba4 | [] | no_license | lijy163/Exam1 | 6c60eb85c6de564281f528e4b2d851ab79053ca7 | 079cec74e933af0a8d02647fdd9d3881fb2266ef | refs/heads/master | 2020-03-26T07:26:02.044129 | 2018-08-14T11:23:54 | 2018-08-14T11:23:54 | 144,654,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.hand.servlet;
import com.hand.dto.Admin;
import com.hand.dto.AdminDao;
import com.hand.pojo.addpojo;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
imp... | [
"809578891@qq.com"
] | 809578891@qq.com |
8f41c56f4ef85b729a58253968d2d8a28ec06d44 | 426cc8f622d70656f951fa795d18e72a6485a438 | /src/main/java/spring/boot/webflu/ms/cuenta/banco/app/service/ProductoService.java | d2bfb4acdcde51da4ec0b563e408f86fcd330afa | [
"MIT"
] | permissive | jean-dep-tb/ms-cuenta-banco | dd0e2b74ca326906de8cb8d723b905ac19519107 | d43d6847767d287f80d8ada3d0888f6dc8c0c6b2 | refs/heads/master | 2020-12-22T00:31:31.683355 | 2020-02-06T20:56:24 | 2020-02-06T20:56:24 | 236,614,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package spring.boot.webflu.ms.cuenta.banco.app.service;
import java.util.List;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import spring.boot.webflu.ms.cuenta.banco.app.documents.CurrentAccount;
public interface ProductoService {
Flux<CurrentAccount> findAllProductoBanco();
Mono<Curre... | [
"59699335+jean-dep-tb@users.noreply.github.com"
] | 59699335+jean-dep-tb@users.noreply.github.com |
417d8a32bac01e7df41122e15e4cf03434d46132 | ed3ef5780a710db9ce02842f3fef0b6d2568fad1 | /java/com/grocery/form/ReportJsonMapper.java | 69d02f9cad8f275ef73ba6b07a369689d6ae3289 | [] | no_license | Gaurav8397/Grocery-Project | 090b95d3d990c64ec897dbba90ca34bfe2096aef | a43524bb5316741f45d99b0cde9559bfb76363eb | refs/heads/master | 2023-01-21T10:44:49.362753 | 2020-11-30T16:27:49 | 2020-11-30T16:27:49 | 316,992,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.grocery.form;
import java.util.List;
import com.grocery.entity.DailyReport1;
public class ReportJsonMapper {
List<DailyReport1> report;
public List<DailyReport1> getReport() {
return report;
}
public void setReport(List<DailyReport1> report) {
this.report = report;
}
}
| [
"60641185+Gaurav8397@users.noreply.github.com"
] | 60641185+Gaurav8397@users.noreply.github.com |
44f32eee4311203c84fcb308b325d3d0b58d3c45 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/bfad6d21d636def8e9e72910c3eb0815f5747669e3a60fb10c6f7f421082d18e548dcfc5d4717bb6da075c36f067b37858d11528ce796b3226ae33719c5007ce/001/mutations/84/grade_bfad6d21_001.java | e53b71c300aca2b62525cc1060003f37566511f4 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
af529efaa3a306beab88d29f69e5c802fe0e2722 | 2f9acd75e2671e4908a80e163a562c7b85ccee8f | /src/test/java/net/kyou/pack/param/expr/endpoint/PlainIntegerExprTest.java | 8c2799b61275f22b8bbe4378dda9f39ce407c6cc | [] | no_license | stone014/kyou | 8346626632a065f9c104f3ed474b1754a79bd982 | c89121e8ccaf93818b913a252d1c4bfa007ea22f | refs/heads/master | 2020-12-24T13:53:28.728443 | 2012-06-22T04:20:14 | 2012-06-22T04:20:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | /* Copyright - Apache License 2.0
*
* The project "kyou" is
* 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... | [
"nuclearg@163.com"
] | nuclearg@163.com |
7a5b025c83af7b51d4a1450ec4c49f6ef9fc8ad6 | 360e7040f82fe046f0d7278048ecdcbe29581190 | /app/src/test/java/com/example/lolaabudu/cat_sqlite/ExampleUnitTest.java | 84c85c2b3404564c9c048a551b6d0b9fe9af198b | [] | no_license | LolaAbudu/Cat-SQLite | 8713dff3459d202b9c6185cf1f95d33391df3b54 | 3f670123f1f19ff9acb73452eebd83e79a1a44ba | refs/heads/master | 2020-04-17T00:57:02.460207 | 2019-01-16T16:05:29 | 2019-01-16T16:05:29 | 166,069,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.example.lolaabudu.cat_sqlite;
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
p... | [
"lolaabudu1589@gmail.com"
] | lolaabudu1589@gmail.com |
10ee92c53e40e19aac0c7377aa0f7b237c2e6c27 | b9344e04983335a10227947ddae14a71999524ce | /src/com/example/command/PrioritizedCommandParser.java | ab8abfcbd12ced796a850579b3ff5ab14ff0cbb0 | [] | no_license | dux134/VoiceAssistant | 4509994899d3f3a2e770e2197f11e17a5192c115 | fcd7d8c7ee6723ea7fabcf9c39120f8dc7688f60 | refs/heads/master | 2020-03-14T16:48:53.800294 | 2014-05-25T14:16:26 | 2014-05-25T14:16:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | /**
*
*/
package com.example.command;
/**
* @author yuechuan
*
*/
public interface PrioritizedCommandParser extends CommandParser {
public final int PRIORITY_HIGH = 1;
public final int PRIORITY_MIDIUM= 2;
public final int PRIORITY_LOW= 3;
/**
* set the priority level of a command (that exist already in
... | [
"yuechuan20@gmail.com"
] | yuechuan20@gmail.com |
0d9d1e9720994e7310f28e7fe1fa3efbd161e058 | f3d47a6efea00ed34c5516f0aa84034f6276408c | /JSP-CMPP220-Workshop7/src/java/customer/BookingDetail.java | fc0f9d281b67a24aadccb4c82c88dda7bd3d4256 | [] | no_license | adamadu/Team-2--Java-JSP-Group-Project | bbce041cd76f50dbfa40bf9821707ef789555aee | 7e893d93c63670f6833ebc8724882ef30c4d0cf9 | refs/heads/master | 2021-01-17T17:07:18.016368 | 2015-10-09T04:28:34 | 2015-10-09T04:28:34 | 41,172,905 | 1 | 0 | null | 2015-08-31T22:16:56 | 2015-08-21T19:10:50 | null | UTF-8 | Java | false | false | 1,246 | java | package customer;
import java.util.Date;
public class BookingDetail {
private int bookingDetailId;
private int itineraryNo;
private Date tripStart;
private Date tripEnd;
private String description;
private String destination;
private double basePrice;
public int getBookingDetailId() {
return bookingDeta... | [
"Geetham15@gmail.com"
] | Geetham15@gmail.com |
9b5d4d51f4bc084eda26f031bb1be6abc17bccd8 | b3a09568bf57e992d5665a41d54ae5117b6a769b | /app/src/main/java/com/shikeclass/app/debug/MyBbxCrashHandler.java | b142f09e3bab3837b71be8b1088bb1f9aeb2c53b | [] | no_license | Ca1vinLu/TimeClass | d2674e63090b448dc509dc29d96103aef90a0e15 | 5c9a08df1245ddd7fcfbac3781667ab5fce7a206 | refs/heads/master | 2021-10-24T22:02:00.799546 | 2018-11-25T15:27:06 | 2018-11-25T15:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,999 | java | package com.shikeclass.app.debug;
import android.content.Context;
import android.os.Build;
import android.os.Environment;
import com.blankj.utilcode.util.LogUtils;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Write... | [
"q751264263@vip.qq.com"
] | q751264263@vip.qq.com |
4321d3f54b80e524a13e03d754052a42b6a8f789 | 43dc0c0291179e04267a3c45a3dae106423c07f5 | /src/main/java/edu/drexel/TrainDemo/models/State.java | 3310faf5dd5a50c61d5a4c1444ab331a338037ba | [] | no_license | Lambof3/SE577 | cf2bb1d32fb18ae59856da0d759a5e390774b8b5 | 1c3b3859976124e4562da250f55b4e17a5805329 | refs/heads/master | 2021-03-30T04:22:54.758083 | 2020-03-17T10:56:55 | 2020-03-17T10:56:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | package edu.drexel.TrainDemo.models;
public enum State
{
AL,
AK,
AR,
AZ,
CA,
CO,
CT,
DC,
DE,
FL,
GA,
HI,
IA,
ID,
IL,
IN,
KS,
... | [
"cmshoenberger@gmail.com"
] | cmshoenberger@gmail.com |
baf8efb653081f05cda127b2c77c0ba2e54049d5 | f7baab8b6883184b0c6d177a7db65843f0e676bf | /src/hallelulajah/Hallelulajah.java | 4e0ae3db83b95a5a64118218e445550dc3af6cc3 | [] | no_license | asburr/bigIsland | c2be662d520371fb9143bf24c698df8e19c395c1 | 3b0061697df75b15ac9ae2c648e8be09fc5924ac | refs/heads/master | 2023-07-06T02:11:15.207961 | 2023-06-29T13:50:13 | 2023-06-29T13:50:13 | 93,284,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,518 | java | package hallelulajah;
import java.io.File;
import java.io.RandomAccessFile;
import java.io.IOException;
import java.io.EOFException;
import java.io.FileNotFoundException;
import java.util.concurrent.ConcurrentSkipListMap;
import magpie.Server;
import magpie.Client;
import java.util.concurrent.ExecutorService;
import ... | [
"asburr@hotmail.com"
] | asburr@hotmail.com |
98c9809b994526e56d6b2a50a8567123b860513e | dfddeabd6792faec8f7bb4c17c2b19affe01ec3f | /rmiCommandPattern/src/client/Client.java | d5e6f54e76a0737c011358e989a307eea9299eb9 | [] | no_license | gfrassl/DezSys04-RMI | 743575647a3ae512b7a34ec63bcf03154b8167a0 | a3bc03729554a44aaa7fb3f64727d5f82f266dbc | refs/heads/master | 2021-05-30T23:13:01.580850 | 2016-03-30T09:11:39 | 2016-03-30T09:11:39 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,477 | java | package client;
import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.Registry;
import remoteService.DoSomethingService;
import server.commands.CalculationCommand;
import server.commands.Command;
import server.commands.RegisterCommand;
import server.commands.LoginCommand;
... | [
"gabrielfrassl98@gmail.com"
] | gabrielfrassl98@gmail.com |
851c2060be2d13598db05bff733dfee71071c80c | 778e2e70b4bb02f7819937feea8ae52ce5215d96 | /app/src/test/java/ru/tohaman/rubicsguide/ExampleUnitTest.java | 8436f9edcad6b9b356c655f560e1b5b26d3da5a6 | [] | no_license | Tohaman/RubicsGuide.Java | f0975ac01cb79ccd17bb68833fdcc142dc5d1827 | 4c874f83bf684659d3265269a71e555577898a46 | refs/heads/master | 2021-09-15T16:51:06.320758 | 2018-06-07T08:37:52 | 2018-06-07T08:37:52 | 93,378,193 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package ru.tohaman.rubicsguide;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void... | [
"avrozovu@yandex.ru"
] | avrozovu@yandex.ru |
29b43c1b3692ecd4280751c654f1b0da8c7e0dbf | 33ea30180d24784c5b730bf31694e8077ca00b89 | /ihrm_company/src/main/java/com/ihrm/company/service/CompanyService.java | 4986685634fbef411abec67b253dfc00a93c1af4 | [] | no_license | ZhangDi-d/ihrm_parent | 10e7744c5b8c8a6edf4847930ee80392dc942b3a | 911f4924a5abb491f3d8e8f70c5de889cc1be3af | refs/heads/master | 2022-06-23T00:38:51.299356 | 2020-03-15T01:37:30 | 2020-03-15T01:37:30 | 241,554,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.ihrm.company.service;
import com.ihrm.domain.company.Company;
import java.util.List;
public interface CompanyService {
public Company add(Company company);
public Company update(Company company);
public Company findById(String id);
public void deleteById(String id);
public List<C... | [
"zhangdiryze@gmail.com"
] | zhangdiryze@gmail.com |
4d1c323bc129c2da0cf2de742f6c4eddfcf65796 | 42031b6488d52c9fc41cf6362633be8a514039f6 | /TravelfactoryTest/src/main/java/TravelfactoryTest/dto/CampaignDTO.java | 3febf0c8dcd37d612619b393b5ce39dcdebdd775 | [] | no_license | GrigKG/RepoTest | 1365eebd52b379043588da51c53a5bc8ebd26459 | 0b22f8f40b4edfa79d73f553fbfa18e41929743e | refs/heads/master | 2023-02-20T06:15:24.054587 | 2021-01-23T17:48:42 | 2021-01-23T17:48:42 | 332,265,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package TravelfactoryTest.dto;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class CampaignDTO {
String campaignName;
List<String> mandatoryFields;
}
| [
"38141067+GrigKG@users.noreply.github.com"
] | 38141067+GrigKG@users.noreply.github.com |
d5c16e67fa406f3a12386774c78c0d6a5673e26d | 0015f7f641e5f01ccd1fce6cf987fd762f5338b7 | /hwteststudent/src/main/java/ru/otus/dao/AnswerDaoFileImpl.java | 608cf23c06c17783281bfec279db8c8f1f286b44 | [] | no_license | thefirstbornson/otus_spring_2019_02_artem_poskrebyshev | 93d6cf794f9cfafdc07923dde472facf93b6aab2 | ff5ce9454ddaf081696113b5bb5e27fc1c24e74f | refs/heads/master | 2020-04-25T04:49:19.480769 | 2019-03-18T10:12:19 | 2019-03-18T10:12:19 | 172,523,116 | 0 | 0 | null | 2019-03-18T10:12:20 | 2019-02-25T14:38:51 | Java | UTF-8 | Java | false | false | 2,052 | java | package ru.otus.dao;
import com.opencsv.CSVParser;
import com.opencsv.CSVParserBuilder;
import com.opencsv.CSVReader;
import com.opencsv.CSVReaderBuilder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.... | [
"thefirstbornson@gmail.com"
] | thefirstbornson@gmail.com |
afade031d9b2821d1fdfc58cc0151998401d9176 | fed04590cd8a58ecb41a53a85c14884f53448b53 | /app/src/main/java/com/mitkonsultan/palembangmengaji/hari/Ahad.java | e253eea2e0d2620d0858ec8e2bb8dd036b584f05 | [] | no_license | gintoki05/PalembangMengaji | c0f8d0082ac3812fdbd41c25ede59f140b4e1685 | 809a5a59fb85a996def816207225f5b540f00e71 | refs/heads/master | 2020-03-26T01:52:30.026508 | 2018-08-11T13:18:01 | 2018-08-11T13:18:01 | 144,386,755 | 0 | 1 | null | 2018-10-04T10:08:48 | 2018-08-11T13:18:51 | Java | UTF-8 | Java | false | false | 8,049 | java | package com.mitkonsultan.palembangmengaji.hari;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutMana... | [
"ajieprastyo@gmail.com"
] | ajieprastyo@gmail.com |
1d1c2b11df9e664dfb03b6074231b7167fcf30b7 | ffcfb9d41ba5ff10527552b6f3cd17c1753495ce | /src/server/model/Model.java | 70c2113543ef23cc0ff9f0ab9484d992628b08b3 | [] | no_license | pulkit24/MonsterGame | fd0de08843363ec633f6154a6b04b675df347007 | db81ee9d251f6fa8698846d6c5f198dcd2d22e02 | refs/heads/master | 2021-01-23T15:53:19.495099 | 2012-10-13T02:09:48 | 2012-10-13T02:09:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,999 | java | /**@Cetin and Pulkit
* All database calls here.
* Usage:
* 1. To add a user: add(...)
* 2. To check if a user's login details exist: exists(...)
* 3. To get score: getScore(...)
* 4. To set score: updateScore(...)
*/
package server.model;
import java.sql.Connection;
import java.sql.DriverManager;
import ja... | [
"pulkitkarwal@gmail.com"
] | pulkitkarwal@gmail.com |
c48c24e7ef54d4c60632bf1881e845f73d066c9e | 53353da47dcc7a2925cd6e9f0c5e4564121a7620 | /src/com/servlet/TestServlet2.java | 15efa80cbb7523c795d311d3dbb4e1d95af1cbd8 | [] | no_license | sazxv1124/JSPBasic | 2b614f9f98be9db6d9d9f9e20b07f17cbd5af28e | f74319aad172256a84ee84e026f4a234761b21c2 | refs/heads/master | 2023-01-12T10:28:56.275744 | 2020-11-11T02:24:32 | 2020-11-11T02:24:32 | 311,839,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | package com.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
//2. web.xml에 선언하는 방식으로 연결
public class TestServlet2 e... | [
"sazxv1124@naver.com"
] | sazxv1124@naver.com |
292048948950e1f7d8820fc21c7ead146a810433 | fc44ec04d6cf6bfe6d1d827cb3ac710100646bc9 | /src/com/code/course/command/CommandPatternTest.java | eb2c392913e48bfa53fd922aa6e34feebf24bee7 | [] | no_license | t-c-y/DesignPattern | d07df2835cb82c6d4270f88b4cb9510cbc1b139c | 9e5646fc41dfe63f2744e7114688b2ee7a11f40c | refs/heads/master | 2023-04-19T13:59:10.212726 | 2021-05-08T03:51:45 | 2021-05-08T03:51:45 | 322,167,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | package com.code.course.command;
/**
* 命令模式
* @author tongchengyu
*/
public class CommandPatternTest {
public interface Command {
void execute();
}
public static class CommandA implements Command {
@Override
public void execute() {
System.out.println("A逻辑");
... | [
"1429920627@qq.com"
] | 1429920627@qq.com |
e4d57bd4f56f9a264f714fbe645a51cd4209d10e | 93fea2295193c18903a1fdbffd847508f42d11c8 | /app/Global.java | 53bf269187c4d3d4f8a9e11e3a32d6c6ba6ac51d | [
"Apache-2.0"
] | permissive | gtrefs/majug-play | 579b02b50dba8ad9a3319651bde76f5fb97bac5d | a425cbb0eabfa12f95bac9664d672a7efb57ce5b | refs/heads/master | 2020-12-30T14:56:14.302549 | 2015-02-09T18:56:34 | 2015-02-14T23:39:38 | 30,801,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | import models.Entry;
import play.Application;
import play.GlobalSettings;
public class Global extends GlobalSettings {
@Override
public void onStart(Application appliction) {
if(firstRun()){
addSeedEntries();
}
super.onStart(appliction);
}
private boolean firstRun() {
return Entry.isEmpty();
}
pr... | [
"Gregor.Trefs@gmail.com"
] | Gregor.Trefs@gmail.com |
f1fe0807cfb5b156077244de8e4d5defbf377c11 | ba7a30d323033dd3d1fffb91f35b982df734f49b | /app/src/main/java/saberapplications/pawpads/databinding/BindableDouble.java | 589b0b758198fe0cdf36d46bcd9cb3e8ca4ec181 | [] | no_license | castaway2000/PawpadsAndroid | 2daad91d5f3dcddae876ab22e635d26e4df489b2 | 3be32fa322e983176cc9a186b8cf6b0a61095ec5 | refs/heads/master | 2021-09-03T15:24:26.986369 | 2018-01-10T03:12:28 | 2018-01-10T03:12:28 | 77,206,201 | 3 | 0 | null | 2018-01-10T03:51:02 | 2016-12-23T07:14:11 | Java | UTF-8 | Java | false | false | 2,887 | java | package saberapplications.pawpads.databinding;
import android.databinding.BaseObservable;
import android.databinding.BindingAdapter;
import android.databinding.BindingConversion;
import android.text.Editable;
import android.text.TextWatcher;
import android.widget.EditText;
import saberapplications.pawpads.R;
/**
*... | [
"stas@kultprosvet.net"
] | stas@kultprosvet.net |
0451694e4076e597e73f37b69f74ca1ad635468b | 8cbc6d13b05e4ccfde845fd2962ed3cb57da209a | /src/Entorno/Entorno.java | 3b61564cc9da377e6a10e1ad3ea3dffb920958db | [] | no_license | EdsonArmando/OLC2-Proyecto_1 | 7667e599984edf3e0130b81da84879efa3c3d300 | 7aecd29dba9ac52464fcec93fcd6136f5ec20565 | refs/heads/master | 2023-03-10T17:01:47.451362 | 2020-04-01T05:01:56 | 2020-04-01T05:01:56 | 242,906,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,364 | 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 Entorno;
import Estructuras.Singleton;
import Instruccion.Funcion;
import Views.Inicio;
import java.io.FileWriter;
import java... | [
"guixarmando@gmail.com"
] | guixarmando@gmail.com |
8dabfe560d2820ab6d6a563cf96a777736756cb4 | 1eaa888c955c4467e52984aa8ffde5fee6fba53f | /src/com/xl/voteapp/base/BaseListFragment.java | b86f6f926afa724897694b0aa84da469cfbe8047 | [
"Apache-2.0"
] | permissive | ahucsxl/voteApppushsocial910 | ed4da814f65e4efb58d6279f06f5360c7230ecb2 | 31c7a2918ea1d570d2529aba5c75a5bd079e6336 | refs/heads/master | 2021-01-02T09:38:04.884734 | 2015-09-08T00:58:54 | 2015-09-08T00:58:54 | 42,081,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,301 | java | package com.xl.voteapp.base;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Arrays;
import ja... | [
"ahucsxl@126.com"
] | ahucsxl@126.com |
ba11b0dfd4280e8c5a5528e165079c521ddda4cb | 86b3cc076b5f92c409b5a0d56da945c44eea8ca8 | /app/src/main/java/g2evolution/Boutique/entit/Cancelled_Orders_List.java | 9cdfe0f693c73ed4c581e3123d73ad7185d8f5e1 | [] | no_license | G2EvolutionNarayana/ZigziVendor | edb5e0008ba0a256e78dea4f8f0377d63c8ae58a | 0711d1e166cac149de829979e76d441da290ab10 | refs/heads/master | 2022-12-13T00:20:25.118682 | 2020-06-24T05:13:50 | 2020-06-24T05:13:50 | 274,578,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,116 | java | package g2evolution.Boutique.entit;
public class Cancelled_Orders_List {
String id;
String name;
String order_number;
String order_date;
String delivery_date;
Integer image;
public String getOrder_number() {
return order_number;
}
public void setOrder_number(String order_... | [
"janardhan.srit@gmail.com"
] | janardhan.srit@gmail.com |
6c6f9273432394ebdee349c6576fcf5b43ff42b8 | 2389c74db73c2b7f3cab5bacf8a54ea481139eff | /Music_player/app/build/generated/source/r/debug/android/support/v4/R.java | cbdcfd6d7b52f94718be0a7d67a86d1d9ba76735 | [] | no_license | Rajatverma8960/Android_Programs | dd4ae4e3775827a49eb060a3aa85632a90cbc58d | 3a55a1c4c0379be57eda195d1879f2d3be6b179a | refs/heads/master | 2020-04-13T04:26:06.507099 | 2018-12-24T07:25:24 | 2018-12-24T07:25:24 | 162,961,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,585 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v4;
public final class R {
public static final class attr {
public static final int font ... | [
"rajat@kritter.in"
] | rajat@kritter.in |
8158137ce4b8f1b4302c7fd6ecfb09351353a4ba | 5a509a102c6532f471f99a4de7dd9eb5411b8de1 | /src/section4Statements/AreaCalculator.java | 5aca19f6c4ad399518edbd80d10e311af53524d6 | [] | no_license | Gunasekar006/javahandson | f3a396e81c71073ef2306300a0ac33c0a5e30cd9 | 8a7b1688a6a9bb9322814419d39b7a9d4cf4b496 | refs/heads/master | 2020-06-10T21:35:58.840940 | 2019-07-22T11:57:04 | 2019-07-22T11:57:04 | 193,757,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | package section4Statements;
public class AreaCalculator {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(area(5.0));
System.out.println(area(-1.0));
System.out.println(area(4.0,5.0));
System.out.println(area(-1.0,8));
}
public static double area(double... | [
"gkumarasamy@altimetrik.com"
] | gkumarasamy@altimetrik.com |
1b2b8e15e1857d0091136988ecb9306bf681d3ec | 066fedb6ddeafd9828aa2793e14665c072a2f192 | /src/main/java/com/gqcp/common/wechat/menu/RuleMenu.java | ef051fbb96aa292dd0dea6343ae38ddcdaae621a | [] | no_license | wyqtomorrow/ybsd_web_framework | f78698bb9211fea793e25cf9f600dc2cf87c02ca | 36e712efa0f74395c7a0b1609f1ad5493c887b77 | refs/heads/master | 2021-01-22T19:08:54.080913 | 2017-03-23T11:06:18 | 2017-03-23T11:06:18 | 85,166,810 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package com.gqcp.common.wechat.menu;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* 个性化菜单
* @borball on 6/7/2016.
*/
public class RuleMenu extends Menu {
@JsonProperty("matchrule")
private Rule rule;
public Rule getRule() {
return rule;
}
public void setRule(Rule rule) {... | [
"wyq_tomorrow@163.com"
] | wyq_tomorrow@163.com |
683560c8527434d63fa46de6ec541750661614d9 | d6d31438d841f0c0e01356cbd4fd5c3fe906cd78 | /src/main/java/com/logicalsapien/joan/model/CategoryDto.java | 003141d31bd75461def5cdc8847bb52ba9d52eb9 | [
"MIT"
] | permissive | LogicalSapien/JoAn | 32c4ec1d84e161b82dd8af2a0be78639c84a36ab | 7942feb0da95dc02f4f9c87cf2ecba53e734b220 | refs/heads/master | 2023-06-13T23:04:17.785282 | 2021-07-09T12:00:54 | 2021-07-09T12:00:54 | 277,667,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.logicalsapien.joan.model;
import lombok.Data;
/**
* Category Details.
*/
@Data
public class CategoryDto {
/**
* Tag.
*/
private String tag;
/**
* Label.
*/
private String label;
}
| [
"elmoyeldo@gmail.com"
] | elmoyeldo@gmail.com |
ca837fe8d0049aa459088a37a35be5bd8bfaaea6 | 0e3abed308e8ab896732e56ccdfca5e0937f60d8 | /src/healthyhome/bean/Role.java | 96393ce9e25a44d0bc6c67cfec7bbf2f33c80c68 | [] | no_license | luofuyun/healthy_home | 4102cd8a2940278b4205125450716175ff96a87d | 6cef0e8ab518515c7e6e2eebd5f8f48c0dbf220d | refs/heads/master | 2021-01-18T23:43:01.332760 | 2016-07-23T00:37:53 | 2016-07-23T00:37:53 | 53,680,228 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package healthyhome.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.... | [
"asus@user"
] | asus@user |
37f52114133df3fee5cfe0e96f49233a3fda41aa | 41b843030fda5e84c7764bb41fd1a81738e51f01 | /testVipCustomer.java | 7b3642d6da80d4707e1b9010ca40bbdfc3a82774 | [] | no_license | AshwinBhatSuri/JavaLearning_archive | 02ba07bc5dd6fd7d3b695d6e515374c14f898d33 | 58309aa8b40e47ed64589174afa090559840e35b | refs/heads/master | 2022-12-30T15:55:45.365655 | 2020-10-24T08:43:10 | 2020-10-24T08:43:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 628 | java | public class testVipCustomer {
private String name;
private long limit;
private String email;
public testVipCustomer() {
this("Ashwin",100000,"ashwin@email.com");
}
public testVipCustomer(long limit, String email) {
this("Ashwin",limit,email);
}
public testVipCustomer... | [
"ashwinbhatsuri@Ashwins-MacBook-Pro.local"
] | ashwinbhatsuri@Ashwins-MacBook-Pro.local |
2f67a7e6fe5eee9318a79e94578d6f465921b344 | 32c387fc3e714a40574573dc0281ad3281d709df | /src/main/java/org/hibernate/sqm/query/predicate/InPredicate.java | 65f337a8da8a76db85b6fde82d20ac5b83b8f83c | [
"Apache-2.0"
] | permissive | avijra/hibernate-semantic-query | 1e9070c01ca04368df88215544333adf425c648e | d5b8e165fb7b64fe179835e6b65ede4532562225 | refs/heads/master | 2021-01-15T12:25:05.246292 | 2016-03-09T18:52:02 | 2016-03-09T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: Apache License, Version 2.0
* See the LICENSE file in the root directory or visit http://www.apache.org/licenses/LICENSE-2.0
*/
package org.hibernate.sqm.query.predicate;
import org.hibernate.sqm.query.expression.Expression;
/**
* @author St... | [
"steve@hibernate.org"
] | steve@hibernate.org |
597bd7db80ce68394ceaa1160e9af47f4d65e086 | f03450c2e5d5c1eb01a14144b2788a12e9914ae7 | /pet-clinic-data/src/main/java/guru/springframework/sfgpetclinic/model/Pet.java | d949db5361205a27f686a5be3833bf7657769887 | [] | no_license | khalifax2/sfg-pet-clinic | 625a3ce26d1a82e7b04488a7a3662afd566e2e2e | 282599f1d1ef4244bc55fa7253fc4576877d8213 | refs/heads/master | 2023-02-05T19:46:32.582128 | 2020-10-05T00:27:28 | 2020-10-05T00:27:28 | 290,727,462 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,341 | java | package guru.springframework.sfgpetclinic.model;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table(name = "pets")
public class Pet extends BaseEntity{
@Column(name = "name")
private String name;
@ManyToOne
@JoinColumn(name = "type_... | [
"echocastro18@gmail.com"
] | echocastro18@gmail.com |
b91889a71139d806f7669576d83ec9b222470127 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_2b56bc11eba9ae94da8800300ebec138a4b3f926/OrderedListUpdater/10_2b56bc11eba9ae94da8800300ebec138a4b3f926_OrderedListUpdater_s.java | e61af07f60f89df4be00ebddf62312d4c631ce17 | [] | 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 | 13,743 | java | package com.todoroo.astrid.subtasks;
import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.atomic.AtomicReference;
import com.todoroo.andlib.data.Property.Integ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
92070dfac72b2989bcc7c63affb3d89decc0aa2d | c2681d99601ad758dc616ef509b059fda8a99df2 | /src/Operator.java | dd2dde147be0fd4a6d8fee126f941ee8a1c3bf72 | [] | no_license | NguyenQuangAnh5598/Introduction-to-Java | cb901f044e9d88c54cb31c117d8313233a31d076 | 532d99c0e352c1d605527ce31804bb49e4cdef1a | refs/heads/master | 2023-08-11T19:43:12.504698 | 2021-09-17T07:51:01 | 2021-09-17T07:51:01 | 407,452,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | import java.util.Scanner;
public class Operator {
public static void main(String[] args) {
float width;
float height;
Scanner scanner = new Scanner(System.in);
System.out.println("Nhập width");
width = scanner.nextFloat();
System.out.println("Nhập height");
he... | [
"quanganh050598@gmail.com"
] | quanganh050598@gmail.com |
09b5943e10f090d784584d78f257dca4ef16b9e3 | 871775fd919023687ed60c54b56bd99ef2f6c88c | /src/netd/async/act/BlockAction.java | 3348a289e99b4ceeae84a0d0702f291908099dfa | [] | no_license | infinity0/netd-utils | 3f7e1935e5e5711f0bbeeeb68007c305dc4aa057 | bab24c4e3479ce083c3b15c7044d45fd90ee8003 | refs/heads/master | 2020-04-07T16:46:36.039578 | 2012-05-24T23:48:37 | 2012-05-24T23:48:37 | 1,658,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package netd.async.act;
/**
** An action whose only purpose is to block its parent action from finishing.
**
** This class should only be used by code that handles execution and actions,
** not by user-implemented Task-related code.
**
** TODO(infinity0): if the block takes too long, the Executor may forcibly
** delet... | [
"infinity0@gmx.com"
] | infinity0@gmx.com |
f0fdd88e140f4c684dbc0f32ccff2eee3aaad055 | cdf0c3a99a641073f844f8c83b4b221f96de9266 | /teamcity-plugin-jmh-common/src/main/java/com/presidentio/teamcity/jmh/runner/common/cons/RunFromConst.java | ff11bc4ef53006cefda9b13000043afc2e80f299 | [
"Apache-2.0"
] | permissive | Argonaught/teamcity-plugin-jmh | 0b73fdd040da25fafe1fbbf228ff937694963731 | 2a128ef4e3a3ac12a721ecea2ab5d61ee0e18c79 | refs/heads/master | 2020-12-24T12:40:44.210411 | 2016-06-12T15:15:18 | 2016-06-12T15:15:18 | 61,282,536 | 0 | 0 | null | 2016-06-16T10:04:59 | 2016-06-16T10:04:59 | null | UTF-8 | Java | false | false | 1,206 | java | package com.presidentio.teamcity.jmh.runner.common.cons;
import java.util.Arrays;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* Created by presidentio on 10/28/15.
*/
public class RunFromConst {
public static final String MAVEN = "maven";
public static final String GRAD... | [
"vgergel@intropro.com"
] | vgergel@intropro.com |
fd2947ad8b9cf45230fcc7e381f9b845b0b6411e | 9851edc7e1c37849f3812e1c27ea3c4c8f7ef86d | /backend/src/main/java/model/AnswerBean.java | 39c73b5b812e7371733754ff5589f25e198b393f | [] | no_license | Daniel700/piVote | bf3dfd37bfecea2706158bc6baf2ff1d725c68f2 | 8a736ca17e3f996defc6121b77f758d8527f2800 | refs/heads/master | 2021-01-25T10:21:06.832696 | 2016-10-27T10:37:37 | 2016-10-27T10:37:37 | 39,636,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package model;
import com.googlecode.objectify.annotation.Container;
import com.googlecode.objectify.annotation.Entity;
import com.googlecode.objectify.annotation.Id;
import com.googlecode.objectify.annotation.Subclass;
/**
* Created by Daniel on 07.08.2015.
*/
public class AnswerBean {
private String answe... | [
"d.baeuml@hotmail.de"
] | d.baeuml@hotmail.de |
99f0fd2e14e61a1f374ac1c922ed884ac5ca6454 | 181c0ce94f31efed2f3a6b9c99b8869e247d7fee | /src/main/java/JavaPractice/leetcode/ValidSquare/Solution.java | c1c4a298f88fe51dace0f06ac640576c6a901fcc | [] | no_license | zizixin/leetcode | 66e6ab85a898adaadfc0f07d2235d3ed8a1887d5 | 247b85ce1b9b328743b67627dc7e28db98302121 | refs/heads/master | 2021-08-19T02:51:18.714738 | 2017-11-24T14:53:24 | 2017-11-24T14:53:24 | 110,817,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,947 | java | package JavaPractice.leetcode.ValidSquare;
public class Solution {
public int[] pointOne;
public int[] pointTwo;
public int[] pointThree;
public int[] pointFour;
public Solution(){
}
public Solution(int[] pointOne,int[] pointTwo,int[] pointThree,int[] pointFour){
this.pointOne = pointOne;
th... | [
"noemail@thankyou.com"
] | noemail@thankyou.com |
90f69b6c51709cd8f812cbe663a6f3be60254d36 | 7523091caca5618c2e4475caf63d6869045de604 | /ime/app/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java | b6e2a0926af3a8153a2e239b022aed9936bf0944 | [
"Apache-2.0"
] | permissive | glemco/AnySoftKeyboard | fefc52480350b027d5d22109cba9e5fa0a64410e | 15c52feb5e7e8574886cecc541d4ae4812d65397 | refs/heads/master | 2022-06-24T01:50:57.820437 | 2022-03-20T14:36:09 | 2022-03-21T08:12:27 | 244,155,198 | 0 | 0 | null | 2020-03-01T13:34:34 | 2020-03-01T13:34:34 | null | UTF-8 | Java | false | false | 22,442 | java | package com.anysoftkeyboard.ui.tutorials;
import android.net.Uri;
import android.text.TextUtils;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
public class VersionChangeLogs {
static List<VersionChangeLog> createChangeLog() {
final List<VersionChangeLog> log = new ArrayList<>... | [
"menny@evendanan.net"
] | menny@evendanan.net |
ccdd43234435806a22592a15cdf145d8ff7d8fe0 | 6abf093021b98834687189dd86f0fff73de9809a | /tools/concurrent/src/main/java/com/concurrent/Phaser.java | e177f031858219b364d93208ee583fd53811a9d8 | [] | no_license | Hotpotboy/zhanghang | 53d1d59e1271dfb17b37bcc82940c272da84583e | 1624b953fccd3fc89b4b0c32627590aa9123ac93 | refs/heads/master | 2020-05-22T02:53:59.130067 | 2017-03-14T05:50:45 | 2017-03-14T05:50:45 | 39,623,209 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,296 | java | /*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/
*/
package com.concurrent;
import com.concurrent.atomic.AtomicReference;
import com.concurrent.locks.LockSupport;
/**
* A reu... | [
"407376249@qq.com"
] | 407376249@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.