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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cbe4ae18b16fc6f42d12cda5f451d7a7310dc348 | ad5f5e0dcf6b60a88dd244c57e759dc7548bd134 | /hamstersimulator-2.9.5/de/hamster/visual/model/ReturnExpressionStatement.java | 0cf47030da683d76e3ff95b91ae03ed5a96c2895 | [] | no_license | markus9991/Schule | 4649127572b95f9cbfb0e76aad3f09fafb111e47 | ddc44db5442a43936a16947bac0ee448e5ef4fbf | refs/heads/master | 2020-12-29T02:36:21.045473 | 2017-01-16T09:24:43 | 2017-01-16T09:24:43 | 47,878,736 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | package de.hamster.visual.model;
public class ReturnExpressionStatement extends ReturnStatement {
protected Expression expression;
public ReturnExpressionStatement() {
this(new FalseExpression());
}
public ReturnExpressionStatement(Expression expr) {
this.expression = expr;
}
public void se... | [
"markus.egger@students.htlinn.ac.at"
] | markus.egger@students.htlinn.ac.at |
018c5cdf80cd5f953f6da52533091231013885f3 | 3ae6565494b4e6fa1d03cd4d05c982b9c7e3ea84 | /src/main/java/scenes/HelloApplication.java | 80a569b89b5b86bfe0d4ca1bf8e9631e46685e68 | [] | no_license | ariflogs/java_attendance_manager | 72eff52cb961aac95619df44e96fe95182b133ee | 16a9fddc764e3bc0b46ff0c8350cf5f85cc22fe2 | refs/heads/master | 2023-08-11T16:32:26.094929 | 2021-09-17T16:02:05 | 2021-09-17T16:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,661 | java | package scenes;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.stage.Stage;
import java.io.IOException;
import java.sql.*;
public class HelloApplication extends Application {
public static Stage primaryStage;
@Override
public void start(Sta... | [
"devarifhossain@gmail.com"
] | devarifhossain@gmail.com |
8d32b154ead271075c955e0278ed71703805f2a3 | 1104d8d98acbd7eb0ae273d5cdc557338fb1e0d2 | /gulimall-coupon/src/main/java/com/zhulin/gulimall/coupon/entity/SeckillPromotionEntity.java | 08945d4a16988bc21edd01c88d44e9eaf8a6dde2 | [] | no_license | a-bird/gulimall | 44294947432bcf132f959f0645cf5396e3fef702 | 555075b53dd776f0db3ec743937b3416dae5ff73 | refs/heads/main | 2023-06-04T09:29:14.634836 | 2021-06-25T01:46:41 | 2021-06-25T01:46:41 | 341,117,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package com.zhulin.gulimall.coupon.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 秒杀活动
*
* @author lql
* @email zhulin4779@gmail.com
* @date 2021-03-05 16:41:47
*/
@... | [
"luoqunlin@zds-t.com"
] | luoqunlin@zds-t.com |
6a461acdae0ccdbafab9d17da926f449c11ae2a6 | a422de59c29d077c512d66b538ff17d179cc077a | /hsxt/hsxt-tm/hsxt-tm-api/src/main/java/com/gy/hsxt/tm/bean/BizTypeAuth.java | 8752acc25432115a5bd6691097520562a0b9e43b | [] | no_license | liveqmock/hsxt | c554e4ebfd891e4cc3d57e920d8a79ecc020b4dd | 40bb7a1fe5c22cb5b4f1d700e5d16371a3a74c04 | refs/heads/master | 2020-03-28T14:09:31.939168 | 2018-09-12T10:20:46 | 2018-09-12T10:20:46 | 148,461,898 | 0 | 0 | null | 2018-09-12T10:19:11 | 2018-09-12T10:19:10 | null | UTF-8 | Java | false | false | 1,479 | java | /*
* Copyright (c) 2015-2018 SHENZHEN GUIYI SCIENCE AND TECHNOLOGY DEVELOP CO., LTD. All rights reserved.
*
* 注意:本内容仅限于深圳市归一科技研发有限公司内部传阅,禁止外泄以及用于其他的商业目的
*/
package com.gy.hsxt.tm.bean;
import java.io.Serializable;
import com.alibaba.fastjson.JSON;
/**
* 业务办理授权实体类
*
* @Package: com.gy.hsxt.tm.bean
* @ClassNa... | [
"864201042@qq.com"
] | 864201042@qq.com |
7c98cf9823e583a98cff2fdcefabae08619981a8 | 8769ef14b150ff982ee0fd1283b35f15b49877b5 | /src/com/hokumus/hib/project/dao/util/IDBService.java | 3b94d24d802de04fb7b63098f1a667882fa2f498 | [] | no_license | hokumus86/JavaHibProject | 25993870f73d43a515b179ccd7cae7021f0c41f9 | 67ddb9ce5a082351e5a254d9b76de37813deffd1 | refs/heads/master | 2022-09-20T21:10:12.722052 | 2019-08-05T18:21:56 | 2019-08-05T18:21:56 | 200,693,423 | 0 | 0 | null | 2022-09-08T01:02:11 | 2019-08-05T16:42:15 | Java | UTF-8 | Java | false | false | 391 | java | package com.hokumus.hib.project.dao.util;
import java.util.List;
public interface IDBService<T> {
public Boolean kaydet(T temp);
public Boolean guncelle(T temp);
public Boolean sil(T temp);
public List<T> getir(T temp);
public T bul(Long id, T temp);
public T bul(T temp);
public List<T> getir(Str... | [
"vektorel@lab10-OGR"
] | vektorel@lab10-OGR |
2e39414fbf3900d9a50c5d3ea81d0f927dd9086c | da3d8bdb29432628692e5482699a091c669a311f | /src/com/lql/easy/com/lql/easy/btree/BinaryTreeTravel.java | 6ecafb6d7c7809556610678eb32ea406906a1b0a | [] | no_license | 2513lql/leetcode_1 | 59b9585a4b4ca2315b545496e44951a47aafde33 | 11dae8726840e90c93ad537ca5d44e371922d109 | refs/heads/master | 2021-05-01T12:41:12.736962 | 2017-02-25T01:17:08 | 2017-02-25T01:17:08 | 79,529,355 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,242 | java | package com.lql.easy.com.lql.easy.btree;
import java.util.Stack;
/**
* Created by LQL on 2016/7/9.
*/
public class BinaryTreeTravel {
/*二叉树非递归中序遍历*/
public static void btTravelUnrecursion(TreeNode root){
if(root == null){
return;
}
TreeNode p = root;
Stack<TreeN... | [
"2279039068@qq.com"
] | 2279039068@qq.com |
f0b7fb8e6b4b96cea477d3fc1cc6eaf08767f94c | e0e0d6db84f3e79ec6ea588869504ffb3084e402 | /MixSoundSystemXMLJavaConfig/src/soundsystem/SgtPeppers.java | d4ff0059867ae9597a29984016e96f4f00036bdf | [] | no_license | nain12/practiseJava | f7e84cb3becaebe980c3af022f49600e4720434a | ce812973423a94ff75c03aee7d339fa299d3b0e9 | refs/heads/master | 2020-03-28T16:05:20.000965 | 2018-09-19T13:12:48 | 2018-09-19T13:12:48 | 148,658,148 | 0 | 0 | null | 2018-09-13T16:05:10 | 2018-09-13T15:24:48 | Java | UTF-8 | Java | false | false | 286 | java | package soundsystem;
public class SgtPeppers implements CompactDisc {
private String title = "Sgt. Pepper's Lonely Hearts Club Band";
private String artist = "The Beatles";
@Override
public void play() {
System.out.println("Playing " + title + " by " + artist);
}
} | [
"nainysewaney@gmail.com"
] | nainysewaney@gmail.com |
b8d48559d7cd7cdbf8bdbb8dff2e83f338f6bad9 | 61ae313e3f1c35df9d3f1107049dc8bbc354125d | /java/net/sf/l2j/gameserver/handler/itemhandlers/BeastSoulShots.java | d5b94dccfc8a031eb93f83b38834b02f2bc4a238 | [] | no_license | GerryP1925/L2Faction_GS | ea0f8fff453ab7f141ac1aa427a92a9818d66187 | 51e6fe2daaee8df624db272ff9c1aad6bbc15084 | refs/heads/master | 2023-03-18T19:51:52.651413 | 2021-03-22T14:38:16 | 2021-03-22T14:38:16 | 348,318,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,926 | java | package net.sf.l2j.gameserver.handler.itemhandlers;
import net.sf.l2j.gameserver.enums.items.ShotType;
import net.sf.l2j.gameserver.handler.IItemHandler;
import net.sf.l2j.gameserver.model.actor.Playable;
import net.sf.l2j.gameserver.model.actor.Player;
import net.sf.l2j.gameserver.model.actor.Summon;
import net.sf.l2... | [
"mak.pap@hotmail.com"
] | mak.pap@hotmail.com |
5218ed143a579b1df51621290ba60248abdc2a00 | 9e5f1f8fc6ddfeaee0db7bdce43a3416cf309074 | /app/src/main/java/com/lab/flickr/fragments/interfaces/RecyclerViewOnItemClickListener.java | 1d58a7f26dcacc02745c9c65d2d31d5fddc4bd04 | [] | no_license | mroche89/FlickrLab | adf0572db7cb548240272014441af68e7ee27371 | a2f051cb10df4c9bb6e44a659d90c427bb39a5d0 | refs/heads/master | 2022-09-16T20:58:01.089141 | 2016-06-04T07:35:50 | 2016-06-04T07:35:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.lab.flickr.fragments.interfaces;
import android.view.View;
public interface RecyclerViewOnItemClickListener {
void onClick(View view, int position);
}
| [
"mattdtr89@gmail.com"
] | mattdtr89@gmail.com |
5c1c25eb36042137059ca0b47c17bdf7a633f3ed | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/com/reddit/frontpage/presentation/listing/ui/view/HeaderMetadataView$bottomMetadataIndicators$2.java | 85efc09d86b2a4a5e00f93022a4aff9b2be0840a | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.reddit.frontpage.presentation.listing.ui.view;
import com.reddit.frontpage.C1761R;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
@Metadata(bv = {1, 0, 2}, d1 = {"\u0000\n\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u0010\u0000\u001a\n \u0002*\u0004\u0018... | [
"mi.arevalo10@uniandes.edu.co"
] | mi.arevalo10@uniandes.edu.co |
a12c03283b678c40a9cd16b6d05e41e26ca6118f | bc02a58894d48bb97294798bed9a4b694f91b431 | /app/src/main/java/com/example/madcampweek3/customfonts/MyTextView_Roboto_Medium.java | 3a077f18300194975aa3ee25046f5db31e3b59ab | [] | no_license | seo3650/2020_madcamp_third | 815e044641126ab193554e0efbe35d94d281dee0 | 8f9fb26f345cb20653072797927d993419723eb5 | refs/heads/master | 2022-12-05T05:13:03.425173 | 2020-08-23T08:17:34 | 2020-08-23T08:17:34 | 281,841,913 | 1 | 1 | null | 2020-07-25T14:33:27 | 2020-07-23T03:35:18 | Java | UTF-8 | Java | false | false | 995 | java | package com.example.madcampweek3.customfonts;
import android.content.Context;
import android.graphics.Typeface;
import android.util.AttributeSet;
/**
* DatingApp
* https://github.com/quintuslabs/DatingApp
* Created on 25-sept-2018.
* Created by : Santosh Kumar Dash:- http://santoshdash.epizy.com
*/
public clas... | [
"iqeq2328@gmail.com"
] | iqeq2328@gmail.com |
590e0293a65eded5be82bffd7c5b5637d476a828 | 1b8ae41e4e43429ba6c21b49fdfa7312ddee23b3 | /src/opencv-3.0.0-rc1/platforms/android/service/engine/src/org/opencv/engine3/OpenCVEngineService.java | c7df4a811703fb7f9b994889eab98ffd53dfacbd | [
"BSD-3-Clause"
] | permissive | Technipire/Cpp | 9f8476a944497b82ce425a3d9191acb74337a129 | 78d4c89385216865b9a9f475055fca1ff600d2a4 | refs/heads/master | 2021-05-01T16:31:45.977554 | 2017-04-03T00:02:01 | 2017-04-03T00:02:01 | 32,282,437 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,325 | java | package org.opencv.engine3;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;
public class OpenCVEngineService extends Service
{
private static final String TAG = "OpenCVEngine/Service";
private IBinder mEngineInte... | [
"andyxian510@gmail.com"
] | andyxian510@gmail.com |
0438c019dfe3a3e4671c2ed27cbd4fda5c3f99a8 | b59472ded3c2a1439f3b16d0941d8dec6520dac5 | /src/proyecto-original/Revelaciones-branch-5/src/XbrlCore/src/xbrlcore/junit/LoadSVSTaxonomy.java | f67cad1a9dce4af63ebaf2a57c68c66f66695c7a | [] | no_license | vicky1404/rev-ii | a0672bf6d1ffa16f9a2c99b2465359d0a69d51bd | cc264cf7612ad3b2b4c9705f6b8cf29639ef7fa2 | refs/heads/master | 2020-05-16T09:19:22.181375 | 2013-08-05T02:14:06 | 2013-08-05T02:14:06 | 34,520,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package xbrlcore.junit;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import javax.xml.parsers.ParserConfigurationException;
import org.junit.Test;
import org.xml.sax.InputSource;
import org.xml.sax.SAXExcepti... | [
"rodrigo.reyesco@17bb37fe-d5a1-dcfe-262a-f88f89c0b580"
] | rodrigo.reyesco@17bb37fe-d5a1-dcfe-262a-f88f89c0b580 |
347e2eedd3a6f0f3e78515a1e2dd39255d56a37e | 358c053b91085e8d93a52d2ef24b994f63c3ffaf | /src/fynal/project/MainWindow.java | 345bf236d4aee30c1f0f350c1fc53acdde8d2128 | [] | no_license | DylanBarrios/Proyecto_Final | 52b028481147a1551517a1303232521a5730a1c4 | fdae84ff6507c1ce03799e6193ddbc0e05bdc0a0 | refs/heads/master | 2020-05-19T16:49:02.496929 | 2019-05-13T23:52:46 | 2019-05-13T23:52:46 | 185,114,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 43,307 | java | package fynal.project;
import java.util.Random;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
/**
*MainWindow
* @author Usuario
*/
public class MainWindow extends javax.swing.JFrame {
PlayersDialog pd;
ReportsDialog rd;... | [
"48546058+DylanBarrios@users.noreply.github.com"
] | 48546058+DylanBarrios@users.noreply.github.com |
44ec8039bc98b92b826bc271890095f9fcb86342 | f9bf6f73e0640e723bc392be9e1004adaf8dcec4 | /src/metier/etat/Etats.java | 05c5e554ed9d959adbd69f629a39b4df87baa3b5 | [] | no_license | alexc21/g-art-de-manger | d2f75e476eb564b690e040a8b0f5c16576829186 | acaaa464e1927fd250a7f58a0bf4012b7a86b9d7 | refs/heads/master | 2022-11-12T13:42:29.902481 | 2020-07-02T12:20:49 | 2020-07-02T12:20:49 | 276,636,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package metier.etat;
import java.util.ArrayList;
public class Etats extends ArrayList<Etat> {
private static final long serialVersionUID = 1L;
}
| [
"alexc210893@gmail.com"
] | alexc210893@gmail.com |
ed5676efc6b874498b3d954ed8c6b46c4c4b3858 | 62e330c99cd6cedf20bc162454b8160c5e1a0df8 | /basex-core/src/main/java/org/basex/query/func/fn/FnSubstringAfter.java | 92e062618de9809e5b45b301aae9b29e33210d4f | [
"BSD-3-Clause"
] | permissive | nachawati/basex | 76a717b069dcea3932fad5116e0a42a727052b58 | 0bc95648390ec3e91b8fd3e6ddb9ba8f19158807 | refs/heads/master | 2021-07-20T06:57:18.969297 | 2017-10-31T04:17:00 | 2017-10-31T04:17:00 | 106,351,382 | 0 | 0 | null | 2017-10-10T01:00:38 | 2017-10-10T01:00:38 | null | UTF-8 | Java | false | false | 849 | java | package org.basex.query.func.fn;
import static org.basex.util.Token.*;
import org.basex.query.*;
import org.basex.query.func.*;
import org.basex.query.util.collation.*;
import org.basex.query.value.item.*;
import org.basex.util.*;
/**
* Function implementation.
*
* @author BaseX Team 2005-17, BSD Lic... | [
"mnachawa@gmu.edu"
] | mnachawa@gmu.edu |
a8a47af038994194155b516ad9c729335507047c | 9fb58555b6ad35e085ce4a4e1e9b651873174d6a | /src/test/java/com.corneti/elasticsearch/plugin/ingest/geocoding/GeocodingProcessorTests.java | 3a179c29ee5f9f6d7047b84920d2302ec63bd749 | [] | no_license | mostrilla/ingest-geocoding | 919ac7e80f078ba52a16f5f63c517d48c900f85c | 50e75df574dc72c8c682a45d728090f3097994e0 | refs/heads/master | 2023-08-13T09:03:43.271715 | 2018-10-28T02:19:04 | 2018-10-28T02:19:04 | 417,463,923 | 0 | 0 | null | 2021-10-15T10:48:03 | 2021-10-15T10:47:12 | null | UTF-8 | Java | false | false | 10,170 | java | /*
* Copyright [2017] [Fabio Corneti]
*
* 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... | [
"info@corneti.com"
] | info@corneti.com |
083d434571a6c5886aa91ac45c59f9128bc86410 | e0e4eedbe00b79f9c00d8e14c3e49395c98b79ae | /app/src/main/java/com/cmbpizza/razor/golubev/AdminMenu.java | 455cbfdb35e783170cffbe06519e28b75014ce24 | [] | no_license | leaderout/Course-work2 | 67b2a50b9d1b1fcc5c41f2e7c7a29b2c3732e35e | 665ac7fcf97f4d28e7ea11ef9043f269c0ddceb5 | refs/heads/main | 2023-02-05T14:10:06.400418 | 2020-12-17T21:40:28 | 2020-12-17T21:40:28 | 322,300,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,864 | java | package com.cmbpizza.razor.golubev;
import android.Manifest;
import android.app.Activity;
import android.app.ActivityOptions;
import android.app.Dialog;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cur... | [
"golubev1701@mail.ru"
] | golubev1701@mail.ru |
14d997e7663b8435dadf5a414f14ae3a9f54ee31 | cf8ce47e5f608740169e671625034feffb9260e9 | /shopping-api/src/main/java/com/programyourhome/shop/model/PyhProductProperties.java | 14a521878c8e3d038f70a6353e52b3838902983c | [] | no_license | ewjmulder/program-your-home | a0c98980e7859c29bcb5014238a0542db783959b | ed3f6b64f12d3fd03e38e5dacbb3c049c9a2770a | refs/heads/master | 2020-12-20T12:33:18.718302 | 2017-12-19T11:04:40 | 2017-12-19T11:04:40 | 23,797,369 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.programyourhome.shop.model;
public interface PyhProductProperties {
public String getBarcode();
public String getName();
public String getDescription();
public PyhProductSizeProperties getSize();
}
| [
"ewjmulder@yahoo.com"
] | ewjmulder@yahoo.com |
2ba8e719cf41723f80a6ee6e596169e31ad8be88 | cf5ff8e0bbd93e0d3110169bc7f89e2a2b2be60d | /yzim-easeui-SDK_3.1.3/src/com/yz/im/model/im/receiver/StartServiceReceiver.java | a50fb32f66b5f5dbea1ee86db97c4ef43e58112a | [
"Apache-2.0"
] | permissive | yaolu0311/ThinkcooRefactor-2016526 | 993c09b50719322d9d89621f2d991e4687ab81f8 | bfe011a0650ca0c80932dc45c2e60868966afda6 | refs/heads/master | 2020-09-26T05:30:24.155465 | 2016-09-05T07:12:13 | 2016-09-05T07:12:13 | 67,396,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | /************************************************************
* * Hyphenate CONFIDENTIAL
* __________________
* Copyright (C) 2016 Hyphenate Inc. All rights reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Hyphenate Inc..
* Dissemination of this information o... | [
"yaolu0311@163.com"
] | yaolu0311@163.com |
b0e89d12609dab32f8ae4d4d9009993131b9c340 | ad2bcc8ae995836f1d7219bf6f65bc874f8077c2 | /bubbletok_android/bubbletok/app/src/main/java/com/retrytech/vilo/utils/CustomDialogBuilder.java | 442d698edc300a3102bab3b9d90db6d3c70c4830 | [] | no_license | VinayakKelagar/bubbleinswara | f588b3d5d4e783900e950e666665cbbb62f68ffc | 3b7f06862ce6903634a6e8328fa779ca64e9d28e | refs/heads/master | 2022-12-01T13:39:04.420593 | 2020-08-16T11:29:38 | 2020-08-16T11:29:38 | 287,931,398 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,376 | java | package com.retrytech.vilo.utils;
import android.app.Dialog;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.Window;
import android.view.animation.Animation;
import android.view.animation.Ani... | [
"vinayakmadiwalar9@gmail.com"
] | vinayakmadiwalar9@gmail.com |
ee6c319ab3a6c5be550772b1bfe1c92d1f4d1720 | 5b665181dbb8b5c00c962199b8e93332f459f454 | /src/streamapi/StreamAPITest1.java | e43d24f6c89d836f484f6390d8ff27712189356b | [] | no_license | Dongdonghe1981/jdk_project | e3c2020db3bdf108bde0709deacc2d5e86e3e983 | 46c5653bc21833212671924a1940be0274e63517 | refs/heads/master | 2020-09-15T08:34:38.880023 | 2019-11-30T14:32:19 | 2019-11-30T14:32:19 | 223,396,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,231 | java | package streamapi;
import dto.Employee;
import dto.EmployeeData;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;
public class StreamAPITest1 {
@Test
public void test1(){
List<Employee> employees = EmployeeD... | [
"“43654280@qq.com”"
] | “43654280@qq.com” |
c01253662c371c449d60bd2e234d132bf7db12ea | 35473a378566d6ab714290b8cdddc2bc6e73471f | /OOP/src/Logger/core/EngineImpl.java | e6d6b7340a8bbade18e3c0822aecdd6c583ed551 | [] | no_license | nilsys/Software-University | b132dd681335e534d0e7059975ece633c4432248 | fcf30bfb5ee25c1d1604895c665bea2637d61486 | refs/heads/master | 2022-11-29T01:52:23.153050 | 2020-08-08T08:58:04 | 2020-08-08T08:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package Logger.core;
import Logger.Interfaces.Engine;
public class EngineImpl implements Engine {
@Override
public void run() {
}
}
| [
"vvpanayotovv@gmail.com"
] | vvpanayotovv@gmail.com |
788100ef0f57031958d7a1f6f7c08e78e14fd697 | d1bd1246f161b77efb418a9c24ee544d59fd1d20 | /java/Lightning/src/org/javenstudio/lightning/context/ConfigPluginInfo.java | 8032457ef4265df143978ad6872192e0dff8b37c | [] | no_license | navychen2003/javen | f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a | a3c2312bc24356b1c58b1664543364bfc80e816d | refs/heads/master | 2021-01-20T12:12:46.040953 | 2015-03-03T06:14:46 | 2015-03-03T06:14:46 | 30,912,222 | 0 | 1 | null | 2023-03-20T11:55:50 | 2015-02-17T10:24:28 | Java | UTF-8 | Java | false | false | 3,231 | java | package org.javenstudio.lightning.context;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.javenstudio.falcon.ErrorException;
import org.javenstudio.fal... | [
"navychen2003@hotmail.com"
] | navychen2003@hotmail.com |
a656e6eb382667928eec6db197f56357b1438da6 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-docdb/src/main/java/com/amazonaws/services/docdb/model/CopyDBClusterParameterGroupRequest.java | 824a27f50bef694738405e6bf2981f4446961426 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 21,834 | java | /*
* Copyright 2018-2023 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... | [
""
] | |
1db710906bbfed36df9706b534a963b69577bb17 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /files/File_1016085.java | b886a0eece7010a31e296f8134d93b8eb54680d5 | [
"Apache-2.0"
] | permissive | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,991 | java | /*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
a0673fb05ae3d2d7a3ea4fe235d562084ad0b1df | 08a6239e875c207367d4149a6b9978768d03c40a | /src/main/java/com/demo/shipapp/models/Ship.java | 5f8632f028313c78607db1ec2a86fd45d3ed8955 | [] | no_license | flowtheci/shipappdemo | bfc3e5b6e7256080b1d2521b64e870b0e1010854 | 7320f5459500ac3f2d9788dcb7dfc3d3ff7f9fbf | refs/heads/master | 2023-05-19T15:22:11.343684 | 2021-06-11T19:24:55 | 2021-06-11T19:24:55 | 376,122,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package com.demo.shipapp.models;
import groovy.transform.EqualsAndHashCode;
import groovy.transform.ToString;
import javax.persistence.*;
@Entity
public class Ship {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private int grossTonnage;
private String shipType;
private... | [
"playsbykevin@gmail.com"
] | playsbykevin@gmail.com |
36148b94fe0c1ae0043f32720aaa04962a111f44 | 000ad1311e24c4001ae2e9afa62787e354ba9172 | /src/net/fand/cheer/demo/ch06/MyExceptionTest.java | d4cbe50ae3a9420a45204d35fc60dbac5027e366 | [] | no_license | fsjw1234/boom | b80aba9725327f0b350d3f2f1d7716e2f2a4513e | 7d50d5b9403a101448f3deceb37ea83e4072305d | refs/heads/master | 2020-12-30T13:19:52.153909 | 2017-06-25T01:30:31 | 2017-06-25T01:30:31 | 91,343,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | package net.fand.cheer.demo.ch06;
import java.util.Scanner;
public class MyExceptionTest{
public static void main(String[] args) throws MyException{
System.out.println("enter your age");
Scanner scan=null;
try{
scan=new Scanner(System.in);
while(scan.hasNextInt()){
int age=scan.nextInt();
... | [
"793139278@qq.com"
] | 793139278@qq.com |
8cd9a7bc78fb835f5189afe5dd54199058afbf08 | 2cd23e4efba66172e78516cca8e52d6746e8c332 | /Seminar 7/src/ro/ase/cts/decorator/clase/OperatorBilet.java | d44fdb948a3873183297df767c950b3a14d17186 | [] | no_license | SagharPourFarhad/CTS | 5991bda57d9a24373edbfc0ee88a32aa98edd12b | f0a5c528665fbddc64a16d5716c659c419329c91 | refs/heads/master | 2023-05-09T12:37:07.979232 | 2021-05-10T22:28:05 | 2021-05-10T22:28:05 | 342,800,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package ro.ase.cts.decorator.clase;
public interface OperatorBilet {
void rezervaBilet();
String getNumeEchipaGazda();
String getNumeEchipaOaspeti();
} | [
"pourfarhadsaghar18@stud.ase.ro"
] | pourfarhadsaghar18@stud.ase.ro |
63da8dfd5f5cc25c4365cb3ea1049d733cba1cc8 | 6568a24a834ed1fd2ac2e590656653cf1612769b | /src/quan/Main/Main.java | 520703a41bc4022b7bc1ecf8230345392433a912 | [] | no_license | nguyenquan2707/EncodeAndDecodeUsingBase64 | 1e0fd45b287783d5a416e581293268da2dd5cae5 | 0cb39cd62094381c1dcdf5055e5b0120d0fe3460 | refs/heads/master | 2023-05-13T18:37:21.120934 | 2018-12-23T03:59:17 | 2018-12-23T03:59:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | package quan.Main;
import java.util.Base64;
import java.util.UUID;
public class Main {
// refer https://gpcoder.com/4144-base64-encoding-va-decoding-trong-java-8/
// encode: Mã Hóa, decode: Giải mã
public static void main(String[] args) {
// Basic
//encode
String string = "Nguyen Viet Quan";
String e... | [
"vozermuonnam1@gmail.com"
] | vozermuonnam1@gmail.com |
ed6689ad8fe694aa613723af07cde68175499971 | fc1130124c3d8c5277d3dbb26e899ebf20c90ce8 | /app/src/main/java/com/example/login/Lista/Clientes/ClienteAdapter.java | 396622cdfe3075547d94a41128db1651cb01d1af | [] | no_license | TiagoPereiraIfsul/TCC | 8a022e2557a2d8c637070856a434cb8d8c28e9fb | 974621639672dcf3ee69c13a0290eebaa904e70a | refs/heads/master | 2020-08-06T03:51:26.349046 | 2019-12-06T14:35:41 | 2019-12-06T14:35:41 | 212,823,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,314 | java | package com.example.login.Lista.Clientes;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextVie... | [
"kgtiagotyga5@gmail.com"
] | kgtiagotyga5@gmail.com |
a1e1891d8fcb5f0bc513e11cb8099307a85b9bc5 | 117466d8121a7fdcf61ce3d7a5be91f817e3a5ce | /src/com/zanimaux/gui/ProduitController.java | 9f758dd6b21ea145bfedd7e66b24529bfcbcd60d | [] | no_license | emnou9/PiJavaZanimaux | cd661ad827c378a6b020de43a82bb324b202909b | dd1c517760c12ce3a13751ed7777af6b07907a12 | refs/heads/master | 2021-04-27T11:16:14.523692 | 2018-03-02T07:24:26 | 2018-03-02T07:24:26 | 122,557,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | 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 com.zanimaux.gui;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXDrawer;
import com.jfoenix.co... | [
"emna.khalfa@esprit.tn"
] | emna.khalfa@esprit.tn |
c0f8c04d64893e9391df3e4c601bb2557d821027 | e27ca5fe3e7f49a0e39a9cacec516e5b63fcae32 | /src/com/clouds/www/QuickSort.java | 1c8030a489cf23ae6c46c38684a761866b33c639 | [] | no_license | yao23/Java_Playground | 0cb49c98df5c3c149bdc174a2e27aac11b914d58 | aa7496b9e55e30952075b47d82be01190166c0ad | refs/heads/master | 2023-09-03T05:21:11.864445 | 2023-09-02T05:46:29 | 2023-09-02T05:46:29 | 92,258,959 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package com.clouds.www;
/**
* Stability: No relative partition position guaranteed
* stability: No
*/
public class QuickSort { // time: average O(nlogn), worst O(n^2), space: O(1)
private void doQuickSort(int[] arr, int start, int end) {
if (start >= end) {
return;
}
int part... | [
"myspiritcrazy@gmail.com"
] | myspiritcrazy@gmail.com |
d687598d40a922f91944cf13d7150e1848f262b2 | 311918587dec5cce54cd436aa437222481c93073 | /coding_tx/src/main/java/com/temp/common/complier/test/demo1/compiler.java | 186b7566bf21ffb65354fd13ac567f85370c28c4 | [] | no_license | liwen666/component | 7f7ad2290e77632490012306cc835d43c71c8ca6 | 2b1839954bb58eb0adad9e32090d9b971c1577b9 | refs/heads/master | 2022-12-21T11:14:17.461104 | 2021-04-25T08:49:41 | 2021-04-25T08:49:41 | 163,070,384 | 0 | 1 | null | 2022-12-10T06:15:07 | 2018-12-25T09:55:09 | Java | UTF-8 | Java | false | false | 2,493 | java | package com.temp.common.complier.test.demo1;
import com.temp.common.complier.tools.JavaStringCompiler;
import com.temp.common.utils.PackageScanUtils;
import lombok.Cleanup;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import com.te... | [
"1438131288@qq.com"
] | 1438131288@qq.com |
bb045318e9babb4c2e1847cda349f5b4c66c935e | 2c86de84391b65a4ad3dc18ba0764d73bd89df81 | /src/main/java/com/springmvc/models/OperationLog.java | dfc0c717e5da60e4ed9c0536752deb1d90e8ca77 | [] | no_license | tsball/springmvc-hibernate | 4babb557443dcb5e2b6e87a6fa61f27b30bef9a6 | 42b17d71e7d83872c5198422be8c2a921a52d182 | refs/heads/master | 2020-09-19T23:17:50.683247 | 2018-06-08T07:07:30 | 2018-06-08T07:07:30 | 67,872,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package com.springmvc.models;
import java.sql.Timestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax... | [
"tsball@qq.com"
] | tsball@qq.com |
9397defac63ca86988d474d720e1ed4696d323cb | ba6a8f0a9a2c2a524061ab353ab7a6626e1ecb1b | /src/main/java/com/learning/recipebook/controllers/ControllerExceptionHandler.java | 1c75385d7bceac3aa89dcb3e753dc78f651ee7ef | [] | no_license | mehj123/Spring-recipe-book | c661e8156eab4f798d7f28ee4e1dcc2fd9a62256 | 7e84ce17769d9058566d2e90272a18ce0beee64b | refs/heads/master | 2020-05-29T13:20:02.909903 | 2019-08-04T08:39:54 | 2019-08-04T08:39:54 | 189,157,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.learning.recipebook.controllers;
import lombok.extern.slf4j.Slf4j;
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.ResponseStatus;
imp... | [
"mehjabeen.begum@outlook.com"
] | mehjabeen.begum@outlook.com |
a3e9a1b80e4e20aea248b19c21a59926748e88ed | f7893ba1f93dca28afd1759c3f1a2c40eede6763 | /backend/build/generated-source/endpoints/java/com/example/abhilash/myapplication/backend/myApi/MyApiRequest.java | 892f2a7be2edca3caf58a65a9a0bd4abf594b571 | [] | no_license | das-abhilash/JokeTellingApp | 8592726194e691286b8b0bf197d7a1513717255e | 19b8e97f391578d67270aec1d15a6c9f8ee7b961 | refs/heads/master | 2021-01-01T03:44:17.737636 | 2016-04-28T02:31:46 | 2016-04-28T02:31:46 | 57,190,070 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,429 | 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 under t... | [
"abhilashmyworld@gmail.com"
] | abhilashmyworld@gmail.com |
e4ef51b85fce733048194555e2563ac307a1bae3 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Hadoop/2884_1.java | 781571358946d9f49c7583f9c8f67264e609ea45 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | //,temp,TestFileBasedCopyListing.java,429,452,temp,TestIntegration.java,343,361
//,3
public class xxx {
@Test
public void testGlobTargetDirMultiLevel() {
try {
Path listFile = new Path("/tmp1/listing");
Path target = new Path("/tmp/target");
addEntries(listFile, "/tmp/*/*");
createFile... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
24dac2de7c50ba3563d7083ed565c17188b1117e | 9839e5d8aee9d014ab7aada4a203379b947dd43f | /java/day0513/0000src/day0513/FileReaderEx1.java | 1add6c32df4bc2c513f66bebfc1b8a670c524338 | [] | no_license | Yooogh/Gongboo | a2acc589e90730d21dff9b60a8ef19dc7f9e3962 | 6838ec20fea81b0502c1642dee64607ff325011f | refs/heads/main | 2023-08-04T04:25:32.140295 | 2021-09-10T01:00:06 | 2021-09-10T01:00:06 | 378,591,441 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 593 | java | package day0513;
import java.io.*;
public class FileReaderEx1 {
public static void main(String[] args) {
try {
String fileName = "test.txt";
FileInputStream fis = new FileInputStream(fileName);
FileReader fr = new FileReader(fileName);
int data = 0;
while((data=fis.read())!=-1) {
System.out.print... | [
"yoogh95@gmail.com"
] | yoogh95@gmail.com |
137f9cdc43bd5b56a54b64db5782dde5148a9b12 | 70ab4ad77435fbd0c893a4487c21b2bd232b8b1d | /components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/device/dao/DeviceFlowDAO.java | 24a0b44d2a2b8ad7efd5b10a82918ff77ced1ae7 | [
"Apache-2.0"
] | permissive | janakamarasena/identity-inbound-auth-oauth-clone | 47d5dd05f10b66fc72ce8e0e14fcec7cb7607ad2 | cb6115d55c7256811934715c0f2d200e4cff2fb0 | refs/heads/master | 2022-12-20T02:48:35.448565 | 2020-10-24T18:49:48 | 2020-10-24T18:49:48 | 306,883,487 | 0 | 1 | Apache-2.0 | 2020-10-24T19:33:54 | 2020-10-24T12:55:32 | Java | UTF-8 | Java | false | false | 5,789 | java | /*
* Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | [
"janakamarasena@gmail.com"
] | janakamarasena@gmail.com |
315d6aedfd69a40d5b79e53b48abc1f0f50cb90f | 9c9067d9bfa19f052a433ec4111c97b686a6ac5e | /ch12/spring-java-config/src/main/java/jun/projavawebapp/config/RootContextConfiguration.java | a68390fe6c3a7f8b5212d9412b876bc70b7d229f | [
"MIT"
] | permissive | jdcsma/projavawebapp | c289123b59db4901a6d1760a9641c3117a357e73 | 50c596fb91fdc9e4c8b97b76557929fea2041bb6 | refs/heads/master | 2022-12-22T01:59:01.812147 | 2020-05-27T17:21:11 | 2020-05-27T17:21:11 | 185,805,881 | 0 | 0 | MIT | 2022-12-16T15:27:38 | 2019-05-09T13:36:51 | Java | UTF-8 | Java | false | false | 419 | java | package jun.projavawebapp.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.stereotype.Controller;
@Configuration
@ComponentScan(basePackages = {"jun.projavawebapp.site", "jun.projavawebapp.awarer"},
exc... | [
"jdcsma@163.com"
] | jdcsma@163.com |
31c0c99c0e54b672ff842de19df37305edd8590f | afba8ff8767f5bd24b9faaf233f2c0ff4d984705 | /src/main/java/DataBase.java | c73884478da440fd812128151fb1bb531bd9a526 | [] | no_license | Baklysha9/WebJavaPractic | db1c199a98e5fa1f1de514c62cf54d61ab25253b | c7020f2de14db107afa0ac19726253f853c49fd5 | refs/heads/master | 2020-03-16T01:55:15.394154 | 2018-05-08T05:59:28 | 2018-05-08T05:59:28 | 132,452,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,272 | java | import org.sql2o.Connection;
import org.sql2o.Sql2o;
import java.util.List;
public class DataBase {
public void createTable() {
Sql2o sql2o = new Sql2o("jdbc:postgresql://192.168.99.100:5432/vote", "admin", "admin");
String sql = "CREATE TABLE IF NOT EXISTS task (id int, title varchar(255), cont... | [
"bogdancoo@yandex.ru"
] | bogdancoo@yandex.ru |
e83bbe2dec8f2a608373522b2a65dbe1d099faec | a546db78e9806979e459831fb16c6e51878eb60b | /src/main/model/data/Value.java | 0affc32c898c337fdf427e5f8aa62dcb7f3c49e5 | [] | no_license | Bryce-MW/WikidataExplorer | 92fd35b8e9364d9bd7e005a39d321bc788ea049f | 9ad2dac3c82077466dcb36f25128611881f8965b | refs/heads/master | 2023-06-22T20:58:25.975518 | 2021-07-25T22:33:33 | 2021-07-25T22:33:33 | 287,648,884 | 5 | 1 | null | 2020-08-16T06:03:52 | 2020-08-15T00:23:27 | Java | UTF-8 | Java | false | false | 10,501 | java | package model.data;
import model.data.additional.*;
import model.data.additional.helpers.*;
import model.data.pages.Item;
import model.data.pages.Property;
import model.data.pages.language.Form;
import model.data.pages.language.Lexeme;
import model.data.pages.language.Sense;
import model.data.source.template.DataValue... | [
"bryce@thenetworknerds.ca"
] | bryce@thenetworknerds.ca |
27c606c59a2abddfb1e99bd63e5a87a1ce079698 | 709d61a802585b3097f5ddb70a5ea9e2e99c3b8d | /src/main/java/Customer.java | 485ef5e3fba8acbf133db192e6f5c0b9c27e3a40 | [] | no_license | Harry29-exe/hibernate1 | 9031b22c30c99edc1399c5a6f62058a40cf6c7b2 | d98e957af2320a87c74154eb1ecc366f42a1f97c | refs/heads/master | 2022-12-08T20:46:17.980518 | 2020-08-31T13:12:17 | 2020-08-31T13:12:17 | 291,718,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name = "customer")
public class Customer implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long customerId = 1;
@Column(name = "firstName", nullable = false)
private String firstName;
... | [
"wojcikakamil@gmail.com"
] | wojcikakamil@gmail.com |
070300fa7de278d8cf9fe2181b121dfc14a52300 | 2c6e2ba03eb71ca45fe690ff6e4586f6e2fa0f17 | /material/apks/banco/sources/com/google/common/util/concurrent/ListenableScheduledFuture.java | 56d0983b3e3d91eb52a5c3ac377f4a3f694cf885 | [] | no_license | lcrcastor/curso-mobile-2019 | 3088a196139b3e980ed6e09797a0bbf5efb6440b | 7585fccb6437a17c841772c1d9fb0701d6c68042 | refs/heads/master | 2023-04-06T21:46:32.333236 | 2020-10-30T19:47:54 | 2020-10-30T19:47:54 | 308,680,747 | 0 | 1 | null | 2023-03-26T06:57:57 | 2020-10-30T16:08:31 | Java | UTF-8 | Java | false | false | 308 | java | package com.google.common.util.concurrent;
import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtIncompatible;
import java.util.concurrent.ScheduledFuture;
@GwtIncompatible
@Beta
public interface ListenableScheduledFuture<V> extends ListenableFuture<V>, ScheduledFuture<V> {
}
| [
"luis@MARK-2.local"
] | luis@MARK-2.local |
fd63d43bc62b5b19baf7d39f05125972df950650 | 39ef743596d11bded67d0fb88a180da0b2d92d4a | /Backend/src/main/java/nl/han/ica/oose/dea/spotitube/exceptions/EntityNotFoundException.java | 77e2d9b1ce89a9d81b35badf2d0c7e4742de88a8 | [
"MIT"
] | permissive | SanderTeunissen/Spotitube | 89fa3730d14a3e285200221d5652dbde622719ed | 38d97323aab2efbb3c06b4962b02e10b9c2c1808 | refs/heads/master | 2020-04-15T23:06:29.254367 | 2019-01-10T16:53:10 | 2019-01-10T16:53:10 | 165,094,630 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package nl.han.ica.oose.dea.spotitube.exceptions;
public class EntityNotFoundException extends Exception {
public EntityNotFoundException(Class classType) {
super(String.format("Couldn't find instance of class: %s", classType.getName()));
}
} | [
"sander.teunissen@home.nl"
] | sander.teunissen@home.nl |
a674f3e593a2e8111c645539da40ae0b42055139 | c119200e73847cbcb9eb956f5254fb05f912238e | /core/org.wso2.carbon.tomcat.ext/src/main/java/org/wso2/carbon/tomcat/ext/filter/CharacterSetFilter.java | 27b9241a525716f8ea813564bfcf5d9ab27f0e95 | [] | no_license | kasunbg/carbon-kernel-4.x | ac04423bc482ae4cdf98cbb92ad19b9b2be1dd9f | ea7a3cfea7b657d187f38e7628c56970b70c0491 | refs/heads/master | 2022-06-05T21:32:00.953299 | 2016-12-01T06:52:35 | 2016-12-01T06:52:35 | 75,286,577 | 0 | 2 | null | 2022-05-20T20:47:53 | 2016-12-01T11:33:12 | Java | UTF-8 | Java | false | false | 2,155 | java | /*
* Copyright (c) 2005-2012, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.o... | [
"eranda@wso2.com"
] | eranda@wso2.com |
f645f970f9a87c3d863f158cd87d8ed76a69ec4f | df7a73b04679da8e1aba210af222f8be7723e7a2 | /fangjia-fsh-api/src/main/java/com/fangjia/fsh/api/fallback/ServiceConsumerFallbackProvider.java | c6bdce315efed7a27802f13ad1ed809a37636875 | [] | no_license | isxuran/spring-cloud-safe | 60c27fe82c6d640eda41bb943cf3f44d476e51c8 | 6f1c5d61d5c950b969e1e1fe8c76b995d593937d | refs/heads/master | 2020-04-02T20:50:01.365845 | 2018-10-26T05:12:32 | 2018-10-26T05:12:32 | 154,780,600 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,274 | java | package com.fangjia.fsh.api.fallback;
import com.netflix.zuul.context.RequestContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.cloud.netflix.zuul.filters.route.ZuulFallbackProvider;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
impor... | [
"2217106032@qq.com"
] | 2217106032@qq.com |
8acc2db347a99eb87fb360fe2fc8d00fa72b4eed | a51cc60fe45f689e5ed13ed1bdfe3501ee37bcf1 | /app/src/main/java/com/madar/madardemo/Fragment/OrdersFragment.java | 501c4ae0177082f978458b3da0419a03bf16e7da | [] | no_license | Sotra970/MadarDemo | 8cb051915bd8ad3cf8b7e4fb19e7b71cc94b78dd | 5b8a3b13037f00b04a7eb723aa127467f5a61ac5 | refs/heads/master | 2021-05-03T10:14:19.588448 | 2018-04-08T00:19:14 | 2018-04-08T00:19:14 | 120,531,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,295 | java | package com.madar.madardemo.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.content.res.ResourcesCompat;
import android.support.... | [
"abdelstar.ahmed97@gmail.com"
] | abdelstar.ahmed97@gmail.com |
076be54d304b4b4700979f94a53b7a1c38900028 | 1af1cfbaab4829584ec012ff637999f3ae3de017 | /DoctorCar/app/src/main/java/com/doctorcar/mobile/view/layout/OverScrollView.java | 17cc494c2ca9199ab730fb2338ce130b36c5b401 | [] | no_license | ldqsxsl/DoctorCar | 8681e3e1415320eb3143fb2da6b23c74417fba43 | fd00b2471c11ca2697976ff561ac82612e34dfc9 | refs/heads/master | 2020-06-11T09:54:05.372717 | 2017-06-19T09:47:50 | 2017-06-19T09:47:50 | 75,686,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,749 | java | package com.doctorcar.mobile.view.layout;
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | [
"ldqsxsl@163.com"
] | ldqsxsl@163.com |
863f269b6fc1bd7a738cea83ef9197dbb72ab766 | 727a283aea2c6c3c8c6ab33c04a860993a5089c9 | /src/main/java/com/lmg/enties/n21/both/test.java | 3f4cdaa44db61230faefee98ccbf01745a09861b | [] | no_license | as943000866/hibernate-2 | 1b863e646e7616032d08f444a0d0455a0babaa79 | e1af25386020f866c225dac362044f7d3b6e23f2 | refs/heads/master | 2020-03-31T21:09:28.835274 | 2018-10-16T10:01:20 | 2018-10-16T10:01:20 | 152,569,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,560 | java | package com.lmg.enties.n21.both;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Blob;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Date;
import org.hibernate.Hibernate;
import org.hibernate.Ses... | [
"as943000866"
] | as943000866 |
1c5ad15a9d104687492be616c5f065b293f76249 | 8d4e9768693971b5c96512cded189295d9502316 | /app/src/main/java/com/example/apporderfood/ThemLoaiThucDonActivity.java | 01e38662946c047393935691fe3e12ca7b0ef67e | [] | no_license | M26644/AppOrderFood | f2179433e091d6100d3fe7d2c6534d91a8904f96 | 25df33d2efa145dfb04ac6167d4f8bd1c02f525b | refs/heads/master | 2023-08-11T07:18:58.105079 | 2021-10-15T08:40:45 | 2021-10-15T08:40:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,549 | java | package com.example.apporderfood;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import com.example.apporderfood... | [
"89495096+M26644@users.noreply.github.com"
] | 89495096+M26644@users.noreply.github.com |
53e0557008421a395d548921b7b2555b9baea525 | 1adc22edc043702123b60680228e55d93b386d90 | /src/tests/string/OneEditAwayTest.java | b689e58224bd1e7c0e8158d1a04a7cba4454a287 | [] | no_license | astro-wolf/area51 | 50b0646697f69d614e2848806252d133b0ae6dc7 | 990ffd7252418bc7bed360c103a21cc89694a5a5 | refs/heads/master | 2023-05-04T08:03:49.272720 | 2021-05-28T02:02:19 | 2021-05-28T02:02:19 | 298,648,823 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package tests.string;
import org.junit.jupiter.api.Test;
import problems.string.OneEditAway;
import static org.junit.jupiter.api.Assertions.*;
class OneEditAwayTest {
private OneEditAway oneEditAway;
@Test
void hugelyUnequalLengths() {
oneEditAway = new OneEditAway();
assertFalse(oneEdi... | [
"vishwas.vishi.24@gmail.com"
] | vishwas.vishi.24@gmail.com |
3467f43258b9ef2dc7a57dd4dddb94302fef04b5 | e108f887c811d995eff5e8a0606e3d94ec57c95c | /InhertitancePractice/src/com/mikesimagination/Driver.java | 62d495b435b9c1bae04f3cdcceb733660eae319d | [] | no_license | michaelgarza496/My_Personal_Repo_Practice | a177d40ea81d9321995f650c19af2c846dbf5463 | a649dfec5ab0b375a2973952c64b014796a90698 | refs/heads/master | 2021-01-19T16:21:14.230573 | 2017-10-07T21:09:11 | 2017-10-07T21:09:11 | 101,003,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,365 | java | package com.mikesimagination;
public class Driver {
{
System.out.println("Just a block in the Driver class");
}
public static void main(String[] args) {
{
System.out.println("Just a block in the main method");
}
new Driver();
/*
* Don't need to cast if it's a subtype
*
* Doesn't matter t... | [
"michaelgarza496@gmail.com"
] | michaelgarza496@gmail.com |
a1e565ea9e864922634436c6573d1f4274d2eb9a | 87162f40b7c0a5958e2a4c4dcd04c9b79d5bd97e | /Work1/src/com/epam/javaQA/homework/Main.java | 9edf580f054201976667a06b300422ed92cd539c | [] | no_license | KhyzhniakAlex/Java-QA-winter-2019 | 98b205bfb7781c32ea549260b05a4ca835367373 | d6dc50dbc69ec8f984d38fb91386bc901ab0d2b9 | refs/heads/master | 2020-04-22T23:36:23.460734 | 2019-05-02T12:26:26 | 2019-05-02T12:26:26 | 170,746,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package com.epam.javaQA.homework;
public class Main {
public static void main(String[] args) {
WriteEPAM();
}
private static void WriteEPAM()
{
//the amount of stars is not the same, because this variant is better
System.out.println("***** ***** * * *");
... | [
"sasha.khyzhniak@gmail.com"
] | sasha.khyzhniak@gmail.com |
8fe7662e7f33fc18103c747c90b66a7044a1afd2 | 9d376922bfa5efa214e06bd467a1e8df5c322cdd | /app/src/main/java/com/example/abbasahmednawaz/prayeralert/Activities/Events_List_Activity.java | a57f5404a4ef95382d0d97acc7e655d46c7ee815 | [] | no_license | fazalwahab/Android-Based-Prayer-Alert-System-For-District-Mansehra | 5596fc5f02010064d9524a1ac86d49504b7c05bc | 2bf3b13c8bd5c04f29b11d5806ef475bd7e4f3ed | refs/heads/master | 2020-09-23T05:20:07.592883 | 2019-12-02T17:15:07 | 2019-12-02T17:15:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | java | package com.example.abbasahmednawaz.prayeralert.Activities;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.widget.Toast;
import com.example.abbasahmednawaz.prayeralert.Classe... | [
"you@example.com"
] | you@example.com |
59118e3346191ae6cc76e4c60f21c163ae8fb3cf | cba28a584a274d2b43c35e94c1b9b4e19eab87e5 | /jeecg/src/main/java/org/jeecgframework/tag/core/easyui/AuthFilterTag.java | 10055533fb2c93b114b731dbe15d3a2cffc3e069 | [] | no_license | Chulf/baizhi-manager | a234c22bf4d03e242cead5045448d0ccfaf915dd | b7b4df492844531471ecf115c3b59e381152e52e | refs/heads/master | 2021-01-25T00:00:21.957535 | 2018-03-19T02:08:23 | 2018-03-19T02:08:23 | 123,286,825 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | package org.jeecgframework.tag.core.easyui;
import java.io.IOException;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.TagSupport;
import org.jeecgframework.core.util.ApplicationContextUtil;
import org.jeecgframework.web.system.service.SystemServic... | [
"chulf@zparkhr.com.cn"
] | chulf@zparkhr.com.cn |
e3dd8e369785fb37c8e4679c8396cd9054a045f8 | b25b1776168b8498403fe074ded2e61d89e1d5b1 | /src/org/jrm/test/FileCryptoTest.java | f559803f17444000507fa9e0dd0cd2a128291275 | [] | no_license | jmallas1/encrypt | f2592c35956e2375d7ae7d152d94b4daec5c1ea8 | 09387e27123ae885ba88678ce33a423d86ff154d | refs/heads/master | 2020-03-27T22:43:28.362267 | 2018-09-04T03:45:18 | 2018-09-04T03:45:18 | 147,254,917 | 0 | 0 | null | 2018-09-04T03:45:19 | 2018-09-03T21:23:39 | Java | UTF-8 | Java | false | false | 648 | java | package org.jrm.test;
import org.jrm.crypto.FileCrypto;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class FileCryptoTest {
FileCrypto fc;
@org.junit.jupiter.api.BeforeEach
void setUp() { fc = new FileCrypto( "jrm123");}
@org.junit.jupiter.api.AfterEach
... | [
"jrtytn@gmail.com"
] | jrtytn@gmail.com |
1adf60cd39ac97d09254881bce38fa2caef5eccd | d1778d4fa86dc2d645eade6b268bdcca96ac1c4c | /plugin-controller-api/src/main/java/com/windf/plugin/controller/api/configure/WebApiConfigure.java | 719029ee226ce5b322636c5254ab7d0477f3456b | [] | no_license | windfChen/study.springcloud | 15d0946b2a4f441f4c34d2b3b9937e84295586ca | f7037343cdfffeb50b77ef8e25cc785b243423dd | refs/heads/master | 2022-12-20T12:39:15.698970 | 2020-01-19T01:19:24 | 2020-01-19T01:19:24 | 226,325,972 | 0 | 0 | null | 2022-12-10T05:53:54 | 2019-12-06T12:29:50 | Java | UTF-8 | Java | false | false | 1,226 | java | package com.windf.plugin.controller.api.configure;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.alibaba.fastjson.support.config.FastJsonConfig;
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
import com.windf.core.Constant;
import org.springframework.boot.autoconfigure.... | [
"q3400p@sina.cn"
] | q3400p@sina.cn |
1ccefbcd1cf0b98900d459502e254b5e4e61925d | 009e70fc9c458797947ab11959b1fc1e11725c3f | /app/src/main/java/com/fupengpeng/shoppingmall/entity/IntegralSequenceObject.java | 7bb1d8f36540ca09808d2bb3c38e30a376e5c58f | [] | no_license | fupengpeng/ShoppingMall | eca29dc1b584c02df5df42ecccb877b5417cb088 | 47203b1788f1db071a39aeb88c7b5295606fce27 | refs/heads/master | 2020-04-05T13:31:49.051180 | 2017-07-11T10:05:03 | 2017-07-11T10:05:03 | 94,762,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package com.fupengpeng.shoppingmall.entity;
import java.io.Serializable;
/**
* Created by fupengpeng on 2017/6/13 0013.
* 积分排名实体类
*/
public class IntegralSequenceObject implements Serializable{
/**
* 用户名次
*/
private String integralSequenceRanking;
/**
* 用户图像
*/
private int inte... | [
"564055710@qq.com"
] | 564055710@qq.com |
e72c90c4ee2cd4426b8077e6a8ee97be2bd8e46c | 93a4d1b3befb832db6377bb559510ba9b6f226e9 | /Practice/696/Main.java | 5470e2133a1c3a8289e6b0bdf2ae78fbbe8c4de9 | [] | no_license | rjjfdn/Comprog-Stuffs | 7176c6ac01a777d6d753268bbee6189d6eaa56e2 | 4aabb183f66976ff14aa4d84df0f85c0540c0caa | refs/heads/master | 2021-01-06T20:41:01.399552 | 2014-06-11T10:20:02 | 2014-06-11T10:20:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
while(true) {
int tmp = s.nextInt();
int tmp2 = s.nextInt();
if(tmp == 0 && tmp2 == 0)
break;
int x = Math.min(tmp, tmp2);
int y = Math.max(tmp, tmp2)... | [
"hu_u21@yahoo.com.ph"
] | hu_u21@yahoo.com.ph |
f67b97ebe39a379eae10d5cd3032b8ec685a8af2 | dda3b5d166d7a057fc586cc200f5ffffd418400f | /src/main/java/com/reed/rmi/base/HessianConnectionFactoryByTimeout.java | 074345752dcd59292c892eb498aa8c79b7011e4a | [] | no_license | reedF/rmi-demo | 0532b2494a33228c3c20cdf771b4970a41908e78 | 00be506278e92ca7fd08f64c24893d628b5cae95 | refs/heads/master | 2021-05-16T02:53:37.927434 | 2018-10-19T08:28:33 | 2018-10-19T08:28:33 | 18,282,499 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.reed.rmi.base;
import org.springframework.aop.framework.ProxyFactory;
import org.springframework.beans.factory.FactoryBean;
/**
* 继承HessianProxyFactoryBean,扩展对connection timeout的配置
*
* @author reed
*
*/
public class HessianConnectionFactoryByTimeout extends HessianClientInterceptorByTimeout impleme... | [
"reed.fym@gmail.com"
] | reed.fym@gmail.com |
7bf65af5bd7f41f2c964432c2f3cf0ec246c13da | 38f8944b4a80f38d158a075d4c1e96b09345763b | /version-1/src/com/hive/Mode/HiveSearch.java | 4d2dcd11d8ac8f5f3f3f97102ff6d54bc2b3df59 | [] | no_license | Glacier759/MyHive | bf2982d2da0a80d9d7e42a0d86985e7bc6c6c91f | 13272ad5f5c546524b424ac18ab7c5dc3ddf8bb4 | refs/heads/master | 2021-01-20T09:01:06.085528 | 2014-08-02T09:49:07 | 2014-08-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,532 | java | package com.hive.Mode;
import java.io.IOException;
import java.net.SocketTimeoutException;
import java.net.URL;
import java.util.Iterator;
import java.util.Set;
import org.jsoup.HttpStatusException;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elemen... | [
"OurHom.759@gmail.com"
] | OurHom.759@gmail.com |
b08695a3e97a25dcee5d8fa7ae9beb01057cacc0 | 7eb746c88662e75a19f66f363aadd5d5237242af | /app/src/main/java/org/newstand/datamigration/data/model/FileBasedRecord.java | 7ffff6041730642965a90a8200d045a2acc28cd1 | [] | no_license | Tornaco/DataMigration | f03824288e995fa2088d325afa76849a839591b4 | 7304d95a5feb2068d4f26585f5a8c50e087fcefa | refs/heads/master | 2022-10-18T15:49:45.564065 | 2022-10-08T07:29:31 | 2022-10-08T07:29:31 | 84,621,616 | 19 | 5 | null | 2017-07-14T03:59:40 | 2017-03-11T03:42:24 | Java | UTF-8 | Java | false | false | 807 | java | package org.newstand.datamigration.data.model;
import com.google.common.io.Files;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
/**
* Created by Nick@NewStand.... | [
"guohao4@lenovo.com"
] | guohao4@lenovo.com |
99a8577e535b89d7c6c652a152b6ee9f1e882619 | 4f7a7eeb7f9cde5c42a17896e9d436fbf2f7e63f | /Labs OOP/Car (1).java | be925840af5b08191d4b72d3bba13e3422537ee3 | [] | no_license | usman969/OOP | d00f54070e6f72272a26d6995e51ac25476054bf | 6fd8d98cd9b6483149c4bf9517798309f32318ee | refs/heads/main | 2023-06-09T03:59:55.917406 | 2021-06-28T18:35:15 | 2021-06-28T18:35:15 | 345,523,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java |
package l2assign1.L2ASSIGN1;
public class Car {
String name;
String color;
int model;
int mspeed;
public void display() {
System.out.println( " Name:\n " + name );
System.out.println( " color: " + color );
System.out.println... | [
"noreply@github.com"
] | usman969.noreply@github.com |
462e453749d2bc1f565991b41c666e2d847c851a | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/23d95e1bc4ea422d9c549c279a989112.java | 4e5ad843f78629ef5f65376da02d4f06ad156294 | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589346 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,177 | java | class qX6FEjSJg {
}
class WU {
public void[] o7DI6fQJyHLhaF (qocx4o5IEl QqbII7i, int iSwgAv, oByI lctNeRfw5P, boolean SJaOO, int RI6y0hqVh, int ouVjvthscXgohw) throws QgVlVgByUA9 {
kLgNlRRL[][] A_0AkKR9xFkOtE;
boolean[] PIIgL = !!new sDiHMV6GEb7o2L().i();
boolean ii5;
void[][] IPa... | [
"hello@philkrones.com"
] | hello@philkrones.com |
fca3cbabc12145776b9bfc4c3319888ffd0927be | f607c52f2f9e585900577f9dd8824823710ff9d8 | /GetUsers/src/main/java/com/rm334439/UserRegistryModify/domain/Photo.java | 38dde0665fc7ef960d2a3c400bf3cdcd3e1ff808 | [] | no_license | edgardpavanellio/handson6 | 6450b266f64a7eb2b2cd26d9331055aa96446eb9 | c42fa958a6bfe68a04748e02342d5415103edabc | refs/heads/master | 2021-04-23T21:51:18.030169 | 2020-04-11T00:26:04 | 2020-04-11T00:26:04 | 250,013,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | java | package com.rm334439.UserRegistryModify.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "photo_table")
public class Photo {
@Id
@GeneratedValue(strategy = G... | [
"epavanelli@technisys.com"
] | epavanelli@technisys.com |
9792c18e95802fbb2f1e583717b2bc2320985f2d | ee4b7fd7a6da9929f01076520ba9c2e82ba6cc20 | /src/main/java/ru/house/manager/EntityDB/Users.java | e53ebcc2ea062d00d5dfcc4fe8daff2bff753eb9 | [] | no_license | Marchuk27/houseManagerMVC | 01ebc7d7babd03d0a083f659968532d4666bb89f | 2f6b0f01a9e9b09f41e632070871a8b4f92bc792 | refs/heads/master | 2020-09-11T06:40:07.619233 | 2019-11-15T17:47:29 | 2019-11-15T17:47:29 | 221,975,192 | 0 | 0 | null | 2019-11-19T18:34:24 | 2019-11-15T17:48:02 | null | UTF-8 | Java | false | false | 1,711 | java | package ru.house.manager.EntityDB;
public class Users {
private int id;
public int getHouseId() {
return houseId;
}
public void setHouseId(int houseId) {
this.houseId = houseId;
}
private int houseId;
public int getAccount_id() {
return account_id;
}
pu... | [
"igor.bykov.96@bk.ru"
] | igor.bykov.96@bk.ru |
37ad97bef4fdcfc00a9cdceed87f1e306ef5a827 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/JADX/src/main/java/org/telegram/p004ui/Components/C2516-$$Lambda$ChatActivityEnterView$0PqxYA4Sm4DXenEKSdETEwDwen0.java | 70c7fac49e22406146c1316140a3f5fd5c72883e | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package org.telegram.p004ui.Components;
import android.view.View;
import android.view.View.OnClickListener;
/* compiled from: lambda */
/* renamed from: org.telegram.ui.Components.-$$Lambda$ChatActivityEnterView$0PqxYA4Sm4DXenEKSdETEwDwen0 */
public final /* synthetic */ class C2516-$$Lambda$ChatActivityEnterView$0Pq... | [
"crash@home.home.hr"
] | crash@home.home.hr |
ef4a4f7bd9a9e8c71a582161e5af8100bdf4dab1 | 8b42c325b7e47ead8cad7322c44262cd7ffb98cd | /WeatherStationArduino/src/main/java/org/thingml/tobegenerated/REST_RemoteControl_Server.java | 57e601102d4a16915535f14e11407b545168cf6b | [
"MIT"
] | permissive | HEADS-project/WeatherStationDemo | 8ca1f9e500b7487239790e55a834f5762997e158 | 2df8d7bf53ad6415ad473e531ea01e0c1a28e64e | refs/heads/master | 2021-01-02T09:20:54.094499 | 2015-06-24T11:49:03 | 2015-06-24T11:49:03 | 23,834,799 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 676 | java | package org.thingml.tobegenerated;
import org.thingml.generated.WeatherStation;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
@Path("/RemoteControl")
public class REST_RemoteControl_Server {
private WeatherStation weatherStation;
public RES... | [
"brice.morin1@gmail.com"
] | brice.morin1@gmail.com |
e8682db73304beb7a7b19ac868e2892843ad23e2 | aa82c44707cbb70da67c3dabdde11e162e56a1b6 | /com.jtrent238.jtcraft/src/main/java/beh.java | c88d78c002cdba18004f54bafffc2d7c659f5589 | [] | no_license | jtrent238/jtcraft | c6804899969c7e5776253c5122539848c7de5f50 | 290820012690e87a491eaa450b9154fd9cf96115 | refs/heads/master | 2021-01-10T09:28:28.084577 | 2016-03-03T02:52:04 | 2016-03-03T02:52:04 | 53,013,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,154 | java | /* */ import org.lwjgl.opengl.GL11;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class beh
/* */ extends bbw
/* */ {
/* 16 */ private static final bqx a = new bqx("textures/gui/achievement/achievement_backgroun... | [
"jtrent238@outlook.com"
] | jtrent238@outlook.com |
0453b1fd7b2ffe314a110b1474e0cf732046b251 | a7ee43a26c944bd5476d04964554c99abcb0244f | /OOP - 2/src/sample/Main.java | d182a1842e8570362097493365758cc53c23fb79 | [] | no_license | drapejny/OOP | d77dad896aafbec242a2b6370b0adcd69ec5fb2b | bf05e030ca0d5183bcd13382ca4e982e940ded12 | refs/heads/main | 2023-05-12T14:37:19.214707 | 2021-05-23T10:08:06 | 2021-05-23T10:08:06 | 361,215,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import sample.myshapes.*;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exceptio... | [
"noreply@github.com"
] | drapejny.noreply@github.com |
08d6c93cd2d0fcf89f226fff0af9634743724d50 | f22bb10ab6d29fc4fc1e14586237911f4d45bd49 | /app/src/main/java/com/example/root/httprequest/Rain.java | 5becc1a3738d1fc20e444c3aa63338f70965ad46 | [] | no_license | mams2/HttpRequest | 62b895a83a258c2695bfa159d4ec2a2b2835b1d1 | cb184e8abe64a00e0bc911b42b99a6c4f235c830 | refs/heads/master | 2021-01-13T03:42:47.233563 | 2016-12-24T13:01:05 | 2016-12-24T13:01:05 | 77,267,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package com.example.root.httprequest;
import com.google.gson.annotations.SerializedName;
/**
* Created by root on 24/12/16.
*/
public class Rain {
@SerializedName("3h")
public double treshoras;
}
| [
"mams2@cin.ufpe.br"
] | mams2@cin.ufpe.br |
fbab0d45c3d868bef415e8b17780cffdf8146f91 | dc51a0642db90f246377b4b1b5159eac708999e3 | /src/main/java/edu/unimagdalena/domicilios/api/DomicilioController.java | 0791477e66724c8b66496ff5474c6c090484c3bd | [] | no_license | derekcantillo/DeliveriesBackend | 778b5b6776ee7c5f6d7085de9d3f7a9733dfb0ec | 6f35fba2add38ed33449a8d02c977a8bae88aa5e | refs/heads/main | 2023-07-10T19:48:04.273811 | 2021-08-20T21:53:13 | 2021-08-20T21:53:13 | 398,407,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,066 | java | package edu.unimagdalena.domicilios.api;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.prepost.PreAuthorize;
import... | [
"cantilloderek@gmail.com"
] | cantilloderek@gmail.com |
c1f6089de9af60948c2f0c6267b3adbfc88437ff | 9d72a9310420e9e5a52e2e0ce78f4a403ba53a3b | /src/com/javarush/test/level04/lesson13/task02/Solution.java | 9719483d223ad36538d896c8b68bde33ffb10267 | [] | no_license | VladimirPen/rush | 9ef4808480cbf8c576bb86e8da18a8371a4f9930 | f5151f1ef498c078063c199c555046ab561ca499 | refs/heads/master | 2021-01-17T06:53:39.798974 | 2016-08-10T17:44:31 | 2016-08-10T17:44:31 | 45,965,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 911 | java | package com.javarush.test.level04.lesson13.task02;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/* Рисуем прямоугольник
Ввести с клавиатуры два числа m и n.
Используя цикл for вывести на экран прямоугольник размером m на n из восьмёрок.
Пример: m=2, n=4
8888
8888
*/
public class Solu... | [
"corner85@list.ru"
] | corner85@list.ru |
c99a5f60b09ea3dbbc1682512a550545d9f8564e | 41c9381ec1061ecdee0829f92712ec4b7d4c5bd8 | /springboot/springboot-all/src/main/java/org/spring/springboot/common/aop/APPControllerAOP.java | 948600371e96ce8e461e48b2c240d6c89628e732 | [] | no_license | 0100chf/study-java | 9d3b0cc7e178b82a0d57a12326007f3982c342cc | bc8723aaaa84290a86b1c7cede06d31f92237b6c | refs/heads/master | 2020-03-23T11:51:27.401127 | 2018-09-21T06:59:33 | 2018-09-21T06:59:33 | 141,523,822 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,859 | java | package org.spring.springboot.common.aop;
import org.apache.shiro.authc.IncorrectCredentialsException;
import org.apache.shiro.authc.UnknownAccountException;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annota... | [
"1536021562@qq.com"
] | 1536021562@qq.com |
2ecd0e4e194dfd52d483f17abdea7fcd8d5b025e | 3447b9cbca807cc921a3abd72094196bf4599288 | /Omnom.Android/Omnom/src/main/java/com/omnom/android/acquiring/mailru/OrderInfoMailRu.java | 1bd4a0e98ad3861fbead9b6ea5012c7536d86127 | [] | no_license | saintlab/mobileapp_android | a1f6614d0837f0527ce426baa232916b985f4b43 | 14ab2f0ae62ee432a740922f5c2784799dac6a99 | refs/heads/master | 2021-05-29T11:32:21.305429 | 2015-07-02T06:24:50 | 2015-07-02T06:24:50 | 21,729,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,007 | java | package com.omnom.android.acquiring.mailru;
import com.omnom.android.acquiring.OrderInfo;
/**
* Created by Ch3D on 24.09.2014.
*/
public class OrderInfoMailRu implements OrderInfo {
public static OrderInfoMailRu create(double amount, String orderId, String orderMsg) {
return new OrderInfoMailRu(amount, orderId, ... | [
"xch3dx@gmail.com"
] | xch3dx@gmail.com |
c2382155b7797dff0efb13679f3bd55d71399111 | 9fb166524f673dfae75aae6b42c59a9a50560ce1 | /chap6/DollarFormatFirstTryDriver.java | 18bca501b911593a6ab79a03b1a2d3178d2ba3fe | [] | no_license | akplearner/JAVA101 | b9050306349bccce0081f3856d5ffe2b672b4350 | 78e053726030ab8fc6de14b0277117d4b373092c | refs/heads/master | 2020-03-19T02:44:42.593972 | 2018-06-02T01:47:48 | 2018-06-02T01:47:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | //listing 6.12
import java.util.Scanner;
public class DollarFormatFirstTryDriver{
public static void main(String[] args){
double amount;
String response;
Scanner kb = new Scanner(System.in);
do{
System.out.println("enter value of type double:");
amount = kb.ne... | [
"akplearner@gmail.com"
] | akplearner@gmail.com |
5bf9945858da8a2fb7dfcd6e0ddc71fc0ae08f2b | 08047f920fa0dde9b865e0557b09da0075b8774b | /simple-registration-app/src/main/java/eg/com/unifonic/assignment/aop/aspect/UserRegistrationAppAspect.java | ddc455c1c2c7262206a13037dc5d8667a029c01c | [] | no_license | manargalal/SimpleRegistrationForm | 25962466e08cd0e86b2e15751c2c39006547ad9f | b965b473cde7e743c604b263f8b117ef5db3937e | refs/heads/master | 2022-03-24T03:04:11.414612 | 2019-12-18T10:24:10 | 2019-12-18T10:24:10 | 198,036,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,302 | java | package eg.com.unifonic.assignment.aop.aspect;
import java.util.Arrays;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing... | [
"manar.anan@beetleware.com"
] | manar.anan@beetleware.com |
2b1188642970119eb3f002a5aede1c42dd5e0680 | 5fc1d203f8dbc9adce92bec5346f18d54fd37aa9 | /Project2/OrderProcess/src/OrderResponseAction.java | ab877540427ab8cdf3427abd6853b0920cd9bbe5 | [] | no_license | jinguanz/Rep-for-Arch-Course | 6656b51d9190b97bb96ee1b32dc8ee8aaa7c07f4 | 31b53128afc387b78163c6ee38c2eeade547aac3 | refs/heads/master | 2021-01-17T07:28:28.939893 | 2013-09-25T06:04:52 | 2013-09-25T06:04:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java |
import org.jboss.soa.esb.actions.AbstractActionLifecycle;
import org.jboss.soa.esb.actions.ActionUtils;
import org.jboss.soa.esb.helpers.ConfigTree;
import org.jboss.soa.esb.message.Body;
import org.jboss.soa.esb.message.Message;
import java.util.Map;
public class OrderResponseAction extends AbstractActionLifecycle
... | [
"ruiliwonderful@gmail.com"
] | ruiliwonderful@gmail.com |
4c0dde08889f9a36ef00e6eb0c25139b9b5f7aac | 429213b6c5b01ac8618673fd0d684735ff89260e | /java/com/venilry/web/pojo/Permission.java | 7c8b0c66e27f5f61f4e2c6a1636d398e46ba3f59 | [] | no_license | vevoidry/blog2_linux | 3d30b24f4961289394ee565a3d2ba6825e71b1a5 | 782c73ff5f7ad0ddacc5534a3a5e3188ccc001ff | refs/heads/master | 2020-09-26T05:19:31.327203 | 2019-12-05T19:42:52 | 2019-12-05T19:42:52 | 226,174,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.venilry.web.pojo;
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 com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@Enti... | [
"noreply@github.com"
] | vevoidry.noreply@github.com |
2bc3845969fb938ba9dc0d4bcb8af0d7caf3e995 | 4fff79c6705e3a8b21131a9638e82dc487a7b0f9 | /App.java | 05d7f11e99ac5f81ac7e0d181a0ecd1597c73874 | [] | no_license | avinash-bussa/avinashbussa_dp | 8ab1abadd5acd31211bf2681d1bcda1450ded6f5 | c3c8fbab4af2670b8ea1005bfec080b4a3710de1 | refs/heads/master | 2022-11-22T07:14:21.279336 | 2020-07-26T05:42:48 | 2020-07-26T05:42:48 | 282,584,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package com.epam.designPatterns;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"noreply@github.com"
] | avinash-bussa.noreply@github.com |
7c311c41720d9d66ccfce50f79244836c0c57889 | 28fc83a12cc8951c4ba7ca0351ca535f5b476166 | /exercism-examples/hello-world/src/main/java/Greeter.java | af2100084f246d9b6130a1907d7f63911542e536 | [] | no_license | AlaineCMiller/Java | 756868a6955cb75a6a2fb42698c9f82503d8a05c | d91247609afa1047a45cd6f44477dc1768ce5938 | refs/heads/master | 2021-10-08T18:17:07.867776 | 2021-10-07T00:50:49 | 2021-10-07T00:50:49 | 203,431,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | class Greeter {
String getGreeting() {
return "Hello, World!";
}
}
| [
"alaine.miller@bbc.co.uk"
] | alaine.miller@bbc.co.uk |
8e016ce7998415483a47093a304e4cae9b63d290 | 4082835d52d668dfa6fce72bb97df156805bcd53 | /src/com/javarush/test/level36/lesson04/home01/Model.java | ad21f9890c563ee2024a61f3197958e2650d1771 | [] | no_license | Arkadiu/JavaRush | 00cd04072fa1af70020d03510b9694f565423aec | c467f58c433b99a7374e11c60a83d30860ae866a | refs/heads/master | 2021-06-25T18:14:15.204111 | 2017-04-17T18:32:06 | 2017-04-17T18:32:06 | 57,323,182 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.javarush.test.level36.lesson04.home01;
import java.util.List;
/**
* Created by Администратор on 21.04.2016.
*/
public class Model
{
private Service service = new Service();
public List<String> getStringDataList() {
return service.getData();
}
}
| [
"ntfs2002@gmail.com"
] | ntfs2002@gmail.com |
1e7b24cbd3361b2670c3ae0ee9ca5c844d46ecc3 | 4d55a7a9ca62789b1f1eb2ac2343fb1e2f74611b | /translate/cloud-client/src/test/java/com/example/translate/TranslateTextWithGlossaryTests.java | 3b2be95994e895a10e044593ebfff3ecf54f48c5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | isabella232/java-docs-samples | 26fc4b9f3f8ed15b549e012035f76fb733b9baf9 | 559ed808141b97504d108f9cb962c9d02d0f8f5c | refs/heads/master | 2023-03-11T16:56:44.199541 | 2020-10-02T20:53:42 | 2020-10-02T20:53:42 | 300,751,939 | 1 | 0 | Apache-2.0 | 2021-04-03T11:41:56 | 2020-10-02T22:46:04 | null | UTF-8 | Java | false | false | 3,127 | java | /*
* Copyright 2020 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 wr... | [
"noreply@github.com"
] | isabella232.noreply@github.com |
30e61ad8235fc03003713319ef45e6bfb52b980d | 9d4513a7274a04f5485396a4deedc95d8226cb75 | /IFace/src/Iface/Users.java | 19dea5adae1c81186e96389150dce4f5cd538290 | [] | no_license | joaopedro1998/iFaceP3 | 0f10e47ee0926429778b6ccf11c0ffc6b23c4d66 | 00924563e823f0873f911e0d4609cfb3b6b968ce | refs/heads/master | 2021-04-03T07:02:06.825162 | 2018-03-09T17:46:57 | 2018-03-09T17:46:57 | 124,574,078 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,600 | java | package Iface;
import java.util.*;
public class Users {
Profile profile = new Profile();
Friends friends = new Friends();
ArrayList<Messages> messages = new ArrayList<Messages>();
ArrayList<String> communities = new ArrayList<String>();
boolean flag;
private String ownCommunity = "Empty";
pri... | [
"noreply@github.com"
] | joaopedro1998.noreply@github.com |
881538668387f5610b90bb31c69053abe90fa72b | ce46a3711e62bb1cfa442d1891691c8e337fff00 | /Family/CC1/src/cn/jxufe/test1/Way.java | 7ed6553064d3c649243763b1427d737a6d6f0930 | [] | no_license | bigcaiyujie/FamilyTree | ed57aeb92a8256292ff5ae9b5185eefafddcc641 | 501a0edc74b781c0968092c852451c71ca228a0d | refs/heads/master | 2021-07-13T14:57:54.377988 | 2017-12-27T02:31:24 | 2017-12-27T02:31:24 | 96,073,241 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,523 | java | package cn.jxufe.test1;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.ansj.domain.Term;
import org.ansj.splitWord.analysis.ToAnalysis;
import cn.jxufe.data.CatchTxt;
import cn.jxufe.data.Data_xml;
import cn.jxufe.test.Family;
public class Way {
public... | [
"853160177@qq.com"
] | 853160177@qq.com |
80562860440bc5838557b24ad0963b7601b5d1c0 | e3d35d1114bcdb5b9010f6781d25305f37426090 | /Task 3.1C/Project_Task_3_1C/Task_3_1C/app/src/main/java/com/task_3_1c/MainActivity.java | 9b6858b0f0ff6d0b78f71ccfaae9a685fc78c242 | [] | no_license | agrawal2598/Task3.1C | 3f5b2ef852e924965a907e8e4c9ad72a77432344 | 1cec593cc45a4429f7838ffccdab6b7322a4ee3d | refs/heads/main | 2023-04-08T19:59:42.283850 | 2021-04-16T06:05:51 | 2021-04-16T06:05:51 | 356,270,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.task_3_1c;
import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.AppCompatButton;
import androidx.appcompat.widget.AppCompatEditText;
import androidx.appcompat.widget.Toolbar;
public class MainActivity extends AppCompatA... | [
"81298480+agrawal2598@users.noreply.github.com"
] | 81298480+agrawal2598@users.noreply.github.com |
c6617e59d6251f66efd37e213d30995c59fbcf45 | b641e97d985535e4f1d52c7891aa907f3eb0a254 | /src/Components/net/raumzeitfalle/fx/filechooser/FindFilesTask.java | c1887e4f0952ec6763b4f7dbe44ffdd4a39d164a | [] | no_license | mmaciag1991/HarnessDesignSystemInterfaceDiagram | 7e6f5dc078205475700dc2f63abc3f1e88e62728 | 4569676541a80dff1ffb5df6080799367e835065 | refs/heads/main | 2023-05-19T00:43:10.113472 | 2021-06-11T21:54:03 | 2021-06-11T21:54:03 | 375,101,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,309 | java | /*-
* #%L
* FXFileChooser
* %%
* Copyright (C) 2017 - 2019 Oliver Loeffler, Raumzeitfalle.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/lice... | [
"mateo.m@wp.pl"
] | mateo.m@wp.pl |
4f757023f207f95d8f87be34e515b7238f5a5a4a | dfe5caf190661c003619bfe7a7944c527c917ee4 | /src/main/java/com/vmware/vim25/AnswerFile.java | 8e8fed71f0c8f474a33262643ed0bcdd2cd74284 | [
"BSD-3-Clause"
] | permissive | timtasse/vijava | c9787f9f9b3116a01f70a89d6ea29cc4f6dc3cd0 | 5d75bc0bd212534d44f78e5a287abf3f909a2e8e | refs/heads/master | 2023-06-01T08:20:39.601418 | 2022-10-31T12:43:24 | 2022-10-31T12:43:24 | 150,118,529 | 4 | 1 | BSD-3-Clause | 2023-05-01T21:19:53 | 2018-09-24T14:46:15 | Java | UTF-8 | Java | false | false | 2,505 | java | /*================================================================================
Copyright (c) 2013 Steve Jin. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must re... | [
"stefan.dilk@freenet.ag"
] | stefan.dilk@freenet.ag |
0943f2d287e81f2be72f7231d2c83d3acd640d43 | 21ab7480dfc055dbb0f275218bb6a67ddf14e3f4 | /QuanlyHsWs_server/src/entities/QuanheId.java | ba4963909646619d4b1bd25b5984f1399afff6ae | [] | no_license | x981/Rest-sercurity | 3a0f708a4712cf5a412573e8e26eead048fc7ad5 | 752d1b7e371cfeadc5e30c8610873fb3a100729c | refs/heads/master | 2021-01-01T03:49:55.839197 | 2016-05-19T03:15:24 | 2016-05-19T03:15:24 | 59,079,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | java | package entities;
// Generated Nov 23, 2015 4:06:50 PM by Hibernate Tools 3.4.0.CR1
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* QuanheId generated by hbm2java
*/
@Embeddable
public class QuanheId implements java.io.Serializable {
private int maHs01;
private int maHs02;
public Q... | [
"aff0511@gmail.com"
] | aff0511@gmail.com |
d6792233af50421b862fe22b4e3e178f9f79ff9a | 7de840e11447e9784f63c4281b03e93d8cf69457 | /oneVRE/Web/Services/IoComService/src/main/java/com/googlecode/onevre/web/IoComService/IoComService.java | 9a9d07a10e322b0a86db40a447589e5a73497c1e | [
"BSD-2-Clause"
] | permissive | rowleya/onevre | 553cedc7e868ae399608676310fd5274b7465ece | 4e6a6de560a8f4feea60e2e0010471c749fe8a6f | refs/heads/master | 2016-09-05T23:34:29.889486 | 2011-02-21T16:04:26 | 2011-02-21T16:04:26 | 32,145,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,805 | java | /*
* @(#)InSorsService.java
* Created: 11-Oct-2007
* Version: 1.0
* Copyright (c) 2005-2006, University of Manchester All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of ... | [
"ts23gm@ff34145c-7872-3b35-6561-e9169588922b"
] | ts23gm@ff34145c-7872-3b35-6561-e9169588922b |
f9c10286e22da0acaf88ba696aa89aabd3be94e2 | 440c0e2923f3734cb4e536f715d8dcb3f4b9c9b6 | /titan2-everett-master/src/main/java/frc/robot/subsystems/Riser.java | 68960af78151e9cd22c0f31c76ca2cee415d24f8 | [] | no_license | Sagecoyote77/titan2-everett2 | 51855767e7fde8ec151a607153ad27d6e39f814a | 5115abc0e15f226a824d3a03623ae4704abf9cc3 | refs/heads/main | 2023-03-20T23:00:09.833939 | 2021-03-16T19:05:59 | 2021-03-16T19:05:59 | 332,862,770 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package frc.robot.subsystems;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
import edu.wpi.first.wpilibj.Jaguar;
import edu.wpi.first.wpilibj.SpeedControllerGroup;
import frc.robot.Constants;
public class Riser extends SubsystemBase{
public Jaguar elevatorUpMotor;
public SpeedControllerGroup ele... | [
"charliemendes@msn.com"
] | charliemendes@msn.com |
5a34b70c2fddaacfb919f5181b5dc04ed4f04ef3 | 48e0d81d0a2b2d90438eb5cfe10fd42dd3b99581 | /src/org/mz/action/registeringEnrollenment.java | dd20458ea38949951ad561a2b1a99699eb437129 | [] | no_license | aman157/Appointment-Management | 1ffb512b7802d51a38102688e0d9795e6d039e9d | caa687a5b3ef6c0b91c81d17a6cae64b60dc400c | refs/heads/master | 2021-01-11T17:04:36.335328 | 2017-01-22T11:22:44 | 2017-01-22T11:22:44 | 79,713,253 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,537 | java | package org.mz.action;
import java.util.Random;
import org.mz.modal.MeetingSlipEntryModal;
import org.mz.service.MeetingSlipService;
import com.opensymphony.xwork2.ActionSupport;
import com.opensymphony.xwork2.ModelDriven;
public class registeringEnrollenment extends ActionSupport implements ModelDriven<M... | [
"noreply@github.com"
] | aman157.noreply@github.com |
9b5b32e6593a8cabadb9f8b5c356c080529e4c14 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/89_jiggler-jigl.image.types.InterpolatedGrayImage-1.0-6/jigl/image/types/InterpolatedGrayImage_ESTest.java | 973218d8d8ad0fa322156178df3b3cfc58287b40 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 25 21:42:26 GMT 2019
*/
package jigl.image.types;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.cl... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
1fa98dc67578d3f8bae9e9ce62c0ef2ecc31a97d | 1882e6f69b689d804559cdf956e3968ccfa42bd0 | /Meal_Management_System/src/meal_management_system/Meal_Management_System.java | bf7927eebcbf963aaa3a581c0b81438cde1fa6b4 | [] | no_license | 3-Shamim/JavaRawCode | 7bfef1e8c491ff7dded353ff3260cfa72ba16e10 | e08c1cb449909a588bfa9df0033b099d996a1c63 | refs/heads/master | 2021-07-18T19:36:01.870286 | 2017-10-27T12:03:17 | 2017-10-27T12:03:17 | 108,540,570 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | 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 meal_management_system;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
impo... | [
"mdshamim723@gmail.com"
] | mdshamim723@gmail.com |
36ab14f092dbd428881e1ede888080e36fd922cf | ffeaf567e9b1aadb4c00d95cd3df4e6484f36dcd | /Hotgram/org/ocpsoft/prettytime/i18n/Resources_ca.java | 640f26a2ccaa08fd147b50aefcc52d634e3ff12b | [] | no_license | danielperez9430/Third-party-Telegram-Apps-Spy | dfe541290c8512ca366e401aedf5cc5bfcaa6c3e | f6fc0f9c677bd5d5cd3585790b033094c2f0226d | refs/heads/master | 2020-04-11T23:26:06.025903 | 2018-12-18T10:07:20 | 2018-12-18T10:07:20 | 162,166,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,308 | java | package org.ocpsoft.prettytime.i18n;
import java.util.ListResourceBundle;
public class Resources_ca extends ListResourceBundle {
private static final Object[][] a;
static {
Resources_ca.a = new Object[][]{new Object[]{"CenturyPattern", "%n %u"}, new Object[]{"CenturyFuturePrefix", "d\'aquí a "}, new ... | [
"dpefe@hotmail.es"
] | dpefe@hotmail.es |
99b4a8b1bd22f295745266693c61a8e9ea8c6053 | e31d6ea59cb574e7981aa7b31d1c8b56d08e989e | /tree/MaxPathSum.java | c56be8c9b4e06283624be9d66c3197e0d079c65c | [] | no_license | wuzhuang0/algorithm | 303df16dd82bec05b2d6b237a140705aa9ee83dc | d2e8d5d9e7e24105a3f5c0dccf65f90ed3d15e0d | refs/heads/master | 2022-12-20T04:03:24.842068 | 2020-09-28T03:54:02 | 2020-09-28T03:54:02 | 290,748,556 | 0 | 0 | null | 2020-08-27T10:41:18 | 2020-08-27T10:41:18 | null | UTF-8 | Java | false | false | 376 | java | /**
* @Description: leetcode 124 给定一个二叉树,返回最大路径和
* 路径被定义为一条从树中任意节点出发,沿父节点-子节点连接,达到任意节点的序列。该路径至少包含一个节点,且不一定经过根节点
* @Author: wz
*/
public class MaxPathSum {
public int maxPathSum(TreeNode root) {
return 0;
}
}
| [
"935212650@qq.com"
] | 935212650@qq.com |
f4065765e99a0915e8b42cd4874cf4c467ee5407 | d4e09f22ff945ed9dcf515b47b1f865339c6608d | /src/net/morematerials/manager/WGenManager.java | 4add18d21c7d7e3da1f87f63b5c2ce2b7715bc56 | [] | no_license | AlmuraDev/MoreMaterialsPlus | 4b13a3813a54b18be1be83e973eadfdda80f6e08 | 65985acc099bccc8fac26b851a7c3b9f039b9e6c | refs/heads/master | 2018-12-29T02:34:37.924070 | 2012-07-12T04:11:07 | 2012-07-12T04:11:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,943 | java | /*
The MIT License
Copyright (c) 2012 Zloteanu Nichita (ZNickq) and Andre Mohren (IceReaper)
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, including without limitation... | [
"andrashe@gmail.com"
] | andrashe@gmail.com |
367a61843a9a0289f96893b816cdbbfdaf794458 | 492ab60eaa5619551af16c79c569bdb704b4d231 | /src/net/sourceforge/plantuml/code/Transcoder.java | 6c33d27d72d1fcb65d4c2b7bd3cd73caa5042e1c | [] | no_license | ddcjackm/plantuml | 36b89d07401993f6cbb109c955db4ab10a47ac78 | 4638f93975a0af9374cec8200d16e1fa180dafc2 | refs/heads/master | 2021-01-12T22:34:56.588483 | 2016-07-25T19:25:28 | 2016-07-25T19:25:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.