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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
257a0ba0f3cc6f36db990ee0dddef643e50e20a9 | 01e9b936a523e2a9ea806488031b4f4f54a12118 | /src/epis/view/components/ExternField.java | c441365789898d6cd4655e06cbb27bbcc1111be1 | [] | no_license | JeanPoffo/epi-controller | 31050b1ff5f9333d70269807ce6b1e0f3099e9dc | 6ec04d00b42841affde53545c2a96383c00257a3 | refs/heads/master | 2022-12-03T21:48:08.493164 | 2020-08-18T18:20:23 | 2020-08-18T18:20:23 | 282,013,491 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | package epis.view.components;
import epis.controller.ControllerMaintenance;
import javax.swing.JComboBox;
/**
* Class base for Extern Fields
* @author Jean Poffo
* @since 02/09/2020
*/
abstract public class ExternField extends JComboBox<Object> {
private ControllerMaintenance controller;
public Exte... | [
"jean.poffo0@gmail.com"
] | jean.poffo0@gmail.com |
5cb6263fed741a3f60882487391fa454598c1bb0 | f77061a51e30fb93484bd34c0fb26d93791c4df1 | /src/main/java/com/alone/game/netty/net/Cmd.java | 1d4344e934f440fd97de079673c3d6ea306eff50 | [] | no_license | zhouxianjun/game-netty | a79ff98b27529ec50f39fc73b831591d56824665 | f3e57798b2267b895a328f6c3163a0ada665a919 | refs/heads/master | 2021-04-30T14:07:40.706585 | 2018-02-12T06:50:09 | 2018-02-12T06:50:09 | 121,210,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.alone.game.netty.net;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Cmd {
/**
* 请求消息包ID
* @return
*/
short value();
/**
* 是否异步
* @return
*/
boolean async() default false;
/**
* 是否需要登录
* @return
*/
boolea... | [
"gary@cn-face.com"
] | gary@cn-face.com |
41acbe1a566ecd31f7b7bcdf0d3b82c7658f40dc | e052d3d97f235d33b69d47090c10c90bb996f413 | /Java/FancyFence.java | c5ab59c23b4b2c34cd17e6837a5a29883e1a2a67 | [
"MIT"
] | permissive | sumitesh9/Competitive-Programming | c684e666eeabfefa5c0740ec0d4d52291ae7f2eb | f7798058c13aa4b9e7ff418d84b55ce54dcb7224 | refs/heads/master | 2021-07-03T13:25:27.334397 | 2020-08-26T16:47:23 | 2020-08-26T16:47:23 | 149,843,354 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | /*
* No package must be added here because some Online Judges don't support it
* please remove, if any.
*
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* Only classes with 'Main' name are accepted in CodeChef and some other online judges
*/
public class Fancy... | [
"sumiteshn@gmail.com"
] | sumiteshn@gmail.com |
901baaa9aafd43364b3928023fbf8b79af8ade7b | 5cb1a8ffe3ed009c85d534c5ac0b00d3fb447626 | /subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/CompositeOutputFilePropertySpec.java | ac155be74bf5e1e79d74c518c92c07c838177a6e | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"MIT",
"CPL-1.0",
"Apache-2.0",
"LGPL-2.1-only",
"LicenseRef-scancode-mit-old-style"
] | permissive | Verdinjoshua26/gradle | f11184f20bf45456d8a903c6677cc29a0ac1117b | cfeeb71d1e3159f5d10856aef854344ba92c4a0f | refs/heads/master | 2023-08-05T20:44:50.692054 | 2019-05-17T13:59:27 | 2019-05-17T13:59:30 | 187,253,049 | 2 | 0 | Apache-2.0 | 2023-07-22T05:59:51 | 2019-05-17T17:00:44 | Groovy | UTF-8 | Java | false | false | 1,266 | java | /*
* Copyright 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 applica... | [
"wolf@gradle.com"
] | wolf@gradle.com |
bb4a44c5a619d92c6f4195f375f315207e567814 | 6db1da7744f3e0fdd9660dca46348d7fdbe395f7 | /src/main/java/com/example/hotelmanagementsystem/model/UserProfile.java | 64ac00b58e8ec1254c456a3c010d30ac9fd6da2f | [] | no_license | YuMayVel/awshotel | 226497a3614f8cc0ebe63a1aa8b87cde19f27471 | 0337038e66dea4f1a7a1c873853da13a3706f20d | refs/heads/master | 2020-07-23T05:55:49.372079 | 2019-09-18T05:43:33 | 2019-09-18T05:43:33 | 207,464,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,964 | java | package com.example.hotelmanagementsystem.model;
import lombok.Data;
import lombok.RequiredArgsConstructor;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import jav... | [
"kyawkyawlwinthant@gmail.com"
] | kyawkyawlwinthant@gmail.com |
b445dcef9027e7759bb31c299de36493aa5c2ce8 | 25994354b440251084dcb020177b8bbcfa61481c | /Week2/Lab-Stack/src/Stack.java | f7b1693c2b4306d174b74250e47fb48ec836a6ab | [] | no_license | amitchellrevature/RevatureDemos | 62a7ce6df01bc63433af4b13a6e9413423f9f909 | 5a2b100c1e45a569e9c57fae90cbeda20a732cd8 | refs/heads/main | 2023-07-14T01:56:36.666461 | 2021-08-30T21:06:43 | 2021-08-30T21:06:43 | 390,311,848 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 1,410 | java | import java.util.Arrays;
public class Stack {
private int lastItem = 0;
private int[] items = new int[0];
// add items to the stack
public void push(int newItem) {
int index = items.length; // get current length to store as index
System.out.println("The array length is: " + index);
int[] tempItems... | [
"alec.mitchell@revature.net"
] | alec.mitchell@revature.net |
eab7bd53043b6c205030b8fe78575299920c50a1 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/46735/src_1.java | 65540d59d2063ca73cc4762283ecb20022b5c5b2 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121,278 | java | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
fe7c5985a2a88d2ce809bb5abe5bf877aa32b0f1 | d064b7ced30dba1a8a13c6992568a14f2fa389e7 | /migo-common/src/main/java/com/migo/dao/TaskSearchDao.java | 86fb775d14552e0bcba1518743dac9b241e4de8f | [] | no_license | eagle646944325/migo-security-master | 72b8e35e6d364a33851b67c6420d4f6ecd576722 | 9c6a05e3b4a39f9c0a3926a7a560911782461bef | refs/heads/master | 2020-03-23T01:28:27.364809 | 2018-09-09T06:52:20 | 2018-09-09T06:52:20 | 140,919,268 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package com.migo.dao;
import com.migo.entity.TaskSearchEntity;
/**
* 任务搜索条件
*
* @author zhiqiu
* @email fei6751803@163.com
* @date 2018-07-24 11:36:01
*/
public interface TaskSearchDao extends BaseDao<TaskSearchEntity> {
}
| [
"gelikui@126.com"
] | gelikui@126.com |
45c381cc9fdf207d01cbdc81960bf59a06b32bcb | 87eb16216e2f6d8b846f1909efc1d9463bc535fe | /AlgoritmosEmGrafos-FranzeJr/src/estruturas/OrderedVector.java | 030bf209254b343d7ab4563fd0d34471c8117148 | [] | no_license | lucasgarrido/projeto-algoritmos-em-grafos-java | b4f9cdea333919e2fc28c665fe69aed0b9b55d6c | 1f006078f21d3f083a4f029bdd012a5cf53d3732 | refs/heads/master | 2020-05-20T13:15:45.165128 | 2011-05-22T22:48:27 | 2011-05-22T22:48:27 | 32,984,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package estruturas;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
public class OrderedVector {
private List<Aresta> elements = new ArrayList<Aresta>();
public OrderedVector(List<Aresta> elements) {
this.elements.addAll(elements);
Collections.s... | [
"franzejr@gmail.com@5da559a9-3a4f-77a5-d58b-6de179e295d9"
] | franzejr@gmail.com@5da559a9-3a4f-77a5-d58b-6de179e295d9 |
6ef7de1ef93fbf724aa01b9d9ecb89c6a1f9163a | 643520557d3ad53126374535a1464ea3aef40afb | /src/main/java/com/library/mdct/dao/BookDAOImpl.java | 0fd5e02f512ab37d138c1f52223e2994ebec3dc1 | [] | no_license | luckyjyp/mdctpro | 3052cd602e0e365ce239d68f47dc48fba4bd58b5 | a7bb4afdf0f9ed5d6245bbbefa455a8e163b4941 | refs/heads/master | 2021-01-22T05:42:41.079304 | 2017-06-19T08:54:02 | 2017-06-19T08:54:02 | 92,488,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package com.library.mdct.dao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.apache.ibatis.session.SqlSession;
import org.springframework.stereotype.Repository;
import com.library.mdct.dto.BookVO;
@Repository
public class BookDAOImpl impl... | [
"jyp_i@naver.com"
] | jyp_i@naver.com |
8dcd291db4833e9fedb385a28bd5dc5fcb7c9f6c | dac26f9aaf5570c2482c32ef0a1cd82538973748 | /src/main/java/com/wantedtech/common/xpresso/types/list.java | 4c294c722ce16ca7517ef13f3de1f30751e389f4 | [
"MIT"
] | permissive | nkhuyu/xpresso | 79feaebfa48de955b878a13791284f0d92d94b8f | 39c52aa388b3f41fe8428904c70aa70636bfe5c9 | refs/heads/master | 2020-12-28T20:20:30.477057 | 2015-06-07T23:26:11 | 2015-06-07T23:26:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,504 | java | package com.wantedtech.common.xpresso.types;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import com.wantedtech.common.xpresso.Slicable;
import com.wantedtech.common.xpresso.Slicer;
import com.wantedtech.common.xpresso.x;
import com.wantedtech.common.xpresso.helpers.Helpers;
pu... | [
"andriy.burkov@wantedanalytics.com"
] | andriy.burkov@wantedanalytics.com |
d181e033be405f0127aa4ded5d70a55bcf05b2a5 | 8be538ef35f0ef0df9cf4a6ff6fae3973aa6f093 | /cdi /projet java/src3/hood/robin/FORMATION-SAV/ALGO-JAVA/Exercices/JAVA/PiecesUsine/src/Couleur.java | 0b817398826570fc87c69cddc6260085c2af702c | [] | no_license | Blackset/Cdi18 | e128ae13b887119a8db8f150c11cbaf396470584 | e636e66cba62cc01de777006f04d968705f76d2d | refs/heads/main | 2023-03-04T20:21:42.211990 | 2021-02-04T20:48:13 | 2021-02-04T20:48:13 | 336,063,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | enum Couleur
{
JAUNE, VERT, BLEU, ROUGE, ORANGE, MAUVE;
public static Couleur saisie()
{
String colorS;
Couleur color = null;
boolean ok = true;
do
{
System.out.print("\t-Couleur de la pièce (");
for (Couleur c : Couleur.values())
{
System.out.print(c + " ");
}
System.out.... | [
"set.alogninouwa@gmail.com"
] | set.alogninouwa@gmail.com |
4ef4508f305df66c7c7176057bc570c5d9c174db | 797cfaf0df3a0abcaeb230917db73bcd1f4e660a | /src/main/java/com/rucrealex/Calculator.java | 85ef71cb5a137ef5e8d4aedfdaffd784a38be67c | [] | no_license | rucrealex/Calculator | 10e3451678c53b40e759f5052424b2630588eb6a | 9ecbd89713f60731ec0fdf9b979f929d9d30c190 | refs/heads/master | 2020-03-17T07:32:11.641725 | 2018-05-14T18:20:03 | 2018-05-14T18:20:03 | 133,402,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.rucrealex;
import com.rucrealex.operations.Operation;
import com.rucrealex.screen.BaseMonitor;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class Calculator {
private BaseMonitor baseMonitor;
private Operation operation;
public Calculator(BaseM... | [
"rucrealex@gmail.com"
] | rucrealex@gmail.com |
ee45c91abbb0014292fb8c741448235b1deb2362 | 1cda4d522512382ee85e1c98850c2ee9700b972c | /1701040103_SE2_Tut (10)/tut10/src/to_dos/adapter/adapter/SquarePegAdapter.java | e5520a18efb66353b3f4db1f35c1594b367b97f6 | [] | no_license | HoangTienLong/SE2_Tutorial_1701040103 | f5792e34d0b062a837c2e2a62ad123d6b9fc2713 | f0b450a6ab0a4eff9b4a8250da2d6042d7580668 | refs/heads/master | 2022-09-08T02:54:12.043341 | 2020-06-01T15:19:44 | 2020-06-01T15:19:44 | 268,555,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package tuts.tut10.to_dos.adapter.adapter;
import tuts.tut10.complete.adapter.round.RoundPeg;
import tuts.tut10.complete.adapter.square.SquarePeg;
/**
* Adapter allows fitting square pegs into round holes.
*/
public class SquarePegAdapter extends RoundPeg {
private SquarePeg peg;
public SquarePegAdapter(Sq... | [
"htlong232@gmail.com"
] | htlong232@gmail.com |
fbf0d27a7247b206d09f27ddc65a2760042b72bf | 0b47863f7e5f2fcba78d490257665ae3e820b0b2 | /src/main/java/com/diaspark/csvtomongo/model/CustomResultList.java | dc0f760feb80e6dd75d4e3cf58b44e3e84c1fa4e | [] | no_license | surendrarai2018/SpringBatch | 9bb3bd6ed242956fccd481fa4b463bc86a3a0858 | 3d9ba13a4d3355fae5fa7f3700656fb74db2bd3c | refs/heads/master | 2020-04-09T23:55:02.799276 | 2018-12-06T13:33:28 | 2018-12-06T13:33:28 | 160,670,404 | 0 | 0 | null | 2018-12-06T13:33:29 | 2018-12-06T12:16:46 | null | UTF-8 | Java | false | false | 741 | java | package com.diaspark.csvtomongo.model;
import java.io.Serializable;
import java.util.List;
public class CustomResultList implements Serializable{
/**
*
*/
private static final long serialVersionUID = -1693046355859466074L;
private List<Domain> results;
private String nextLine;
privat... | [
"surendra.rai@Surendra-Rai.diasparkindia.com"
] | surendra.rai@Surendra-Rai.diasparkindia.com |
9bdd069e85cc69057b0321ba28210df72ef564f8 | 10a03cbf68b9381b2bc07b6a273aea64e7423756 | /src/main/java/com/jaba/code/leetcode/problemsolving/problems/MedianOfTwoSortedArrays.java | 87ec547de4846733ddac025c3087496a519c4e48 | [] | no_license | augustojaba/problem-solving | a32beecde85aa28a42ca6d74fe8d900ac4eaf8dc | 0903d6bdb898db0302c21623ba091c862eb13f5a | refs/heads/master | 2023-07-16T10:32:21.875250 | 2021-09-01T03:57:14 | 2021-09-01T03:57:14 | 210,165,794 | 0 | 0 | null | 2021-09-01T03:57:14 | 2019-09-22T15:01:42 | Java | UTF-8 | Java | false | false | 2,545 | java | package com.jaba.code.leetcode.problemsolving.problems;
public class MedianOfTwoSortedArrays {
public static void main(String[] args) {
MedianOfTwoSortedArrays solution = new MedianOfTwoSortedArrays();
// System.out.println(solution.solutionBruteForce(new int[] {1, 2}, new int[] {3, 4}));
System.out.pr... | [
"augusto.jaba@gmail.com"
] | augusto.jaba@gmail.com |
f06520a575fae61939b5075850c68ca2ea049e78 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2019/8/JavaUtilHashFunction.java | 18087293877310b85432b7dae929bdddb1e61673 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,559 | java | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j 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
... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
b700f8ab40c5448ea2c5bd618e18d8346e6bf94d | 8d85bd979c08a6313c31d00fd3f10bbe836d691d | /cameraserver/src/main/java/edu/wpi/first/vision/VisionThread.java | 576cb9672b62ab296ed347edb00fc14b8d89e1e2 | [
"BSD-3-Clause"
] | permissive | Aaquib111/allwpilib | e7c1a9eb0693867287494da2c38125354b295476 | 59507b12dc6aec05167fb9c086c3a70c9e5ed632 | refs/heads/master | 2020-09-11T20:59:51.018124 | 2019-11-16T05:51:31 | 2019-11-16T05:51:31 | 222,188,562 | 2 | 0 | NOASSERTION | 2019-11-17T02:52:19 | 2019-11-17T02:52:19 | null | UTF-8 | Java | false | false | 1,943 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2016-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"johnson.peter@gmail.com"
] | johnson.peter@gmail.com |
fb1322e2da5b4186abd6b6a91959421f31f0b15b | 8e2b58ba3daa2c4a4a30a6aa14bf4b041888be7f | /app/src/main/java/com/androidchatapp/Knob_Unlock_Activity.java | 286370a7f77ce07b67c54744fb4f84dfa28dd433 | [] | no_license | billkao1013/MeetYou_AndroidChatApp | 00b7a062915a210997c8832a0389a139b274f4c9 | cb717e7c0a574a5ca2b093bc8aa1920a1f8e63ec | refs/heads/master | 2021-05-09T10:29:56.056286 | 2018-01-25T20:44:51 | 2018-01-25T20:44:51 | 118,964,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package com.androidchatapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
/**
* Created by billkao on 4/25/17.
*/
public class Knob_Unlock_Activity extends AppCompatActivity implements Fragment_FancyRotaryKnob.UnlockListener{
final static int FANCYROT... | [
"billkao@BilldeMacBook-Pro.local"
] | billkao@BilldeMacBook-Pro.local |
3c9183c352c96d52ecb5981b4950b186f5540ea0 | 2dd5750074b66ace2da9114a4f6ecdb2495cd992 | /src/java/com/thinkgem/jeesite/modules/sys/entity/Office.java | d22464cf7a59a9d1a55c0f4d5cedebb37e40d676 | [] | no_license | reharder1200/socialAffairControl | 505296ed19921444886e2e1f01e1d5c345d8b32e | daf83ec1dc193a0181d1faebfc775cae0f654009 | refs/heads/master | 2022-11-06T23:01:01.320311 | 2020-07-03T09:46:00 | 2020-07-03T09:46:00 | 271,162,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,406 | java | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.entity;
import java.util.List;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.Length;
import com.thinkgem.... | [
"85685416@qq.com"
] | 85685416@qq.com |
dd795ecd18d175ed88c8af460cc1501a1cdc377f | 7f311a714599184dbdfcef7c143f727a2077af50 | /build/generated-sources/ap-source-output/Models/BankBranch_.java | 3de6ba819b527cb7b6f3a6a694fb8a4d07954d86 | [] | no_license | FleuryRomain/ORM | d9ecd6d9ac95586afe4264c9918bfca0c338c522 | 7a6ab83061a942f2c82bc75607a7f730c300d056 | refs/heads/master | 2020-04-02T02:26:31.087312 | 2018-10-20T13:42:54 | 2018-10-20T13:42:54 | 153,909,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package Models;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2018-10-11T14:10:32")
@StaticMetamodel(BankBranch.class)
public class BankBranch_ {
public static... | [
"fleuryromain17@gmail.com"
] | fleuryromain17@gmail.com |
a88c70f0148e105876db72f860ef9762d77dc482 | 566d65d148c28426349c84b3a819dc8dcd68dc85 | /src/registrar/mascota/RegistrarMascota.java | 054673f3e034146627949d1d95dbf82beb846d16 | [] | no_license | kevinah95/PetSaviors | 754c7ec5447a6adbe417f5deea975b3c2df6c3e1 | d77fd2013a6bd1316b6abeee560510143a0a983c | refs/heads/master | 2021-01-09T05:59:01.677848 | 2016-04-10T04:30:02 | 2016-04-10T04:30:02 | 26,179,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package registrar.mascota;
import javax.swing.JDialog;
import javax.swing.JPanel;
import java.awt.CardLayout;
public class RegistrarMascota extends JDialog {
public static String modoRegistro = "";
public static final String ENCONTRADO = "Encontrado";
public static final String EXTRAVIADO = "Extraviado";
stati... | [
"kevinah95@gmail.com"
] | kevinah95@gmail.com |
055d471a9dcc0b8082522df861475fc717bb57de | 85a721430ec52fb989a6c2afea2396d7cdead0ba | /Eclispe_Workspace/src/com/gforg/misc/MergeIntervals.java | dbcac7bfb71a247bb67d00280ce4e3af2fb281d5 | [] | no_license | akiankit/JavaCodes | 395c003ed75a748118fe42041e1d0175b7e98762 | e5f549cca8e2134a46deb527a1ba12467e7ca5f0 | refs/heads/master | 2021-01-01T20:12:38.745370 | 2018-02-25T11:02:13 | 2018-02-25T11:02:13 | 40,881,053 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,025 | java |
package com.gforg.misc;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
public class MergeIntervals {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
int t = Integer.parseInt(line);
for (int i =... | [
"ankit.k@lenskart.mobi"
] | ankit.k@lenskart.mobi |
22296fbc57b1806ca879be3bd55920bf5e91fa11 | 282f4c25f709c7b1dc5ba9107068d565dc0b9851 | /Hospital/src/Model/MedicalItems.java | 8994d4deb05806110eef269ac382f67cf3c14b66 | [] | no_license | maniratnam284/masters-projects | 6a6c7f1219ad56db6799c467cbf580c48024ce82 | 4b9c4dbbc042c341a5277824a2ce1d9857c3701a | refs/heads/master | 2020-07-23T06:00:46.616728 | 2017-06-14T16:47:15 | 2017-06-14T16:47:15 | 94,351,159 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 939 | java | package Model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "MEDICALITEMS")
public class MedicalItems {
@Id @GeneratedValue
@Column(name = "ID")
long id;
@Colum... | [
"pmaniratnam284@gmail.com"
] | pmaniratnam284@gmail.com |
f35e7b92afd1a61657a777d887a5546e662047b1 | c424a70daad91c88c937daa723edb6164b898ec4 | /JavaRush/javarush/test/level18/lesson08/task04/TxtInputStream.java | 606776db168845809180b16b2e8abb9b1410b23e | [] | no_license | MrAndersonn/Java | 71c02613a0323dee29390f55a0560a6b2420f9b6 | 2b71562b2e6c5b0f7fff45be8ad93133c4b0cc13 | refs/heads/master | 2021-01-22T11:37:41.901558 | 2015-09-06T17:01:41 | 2015-09-06T17:01:41 | 33,201,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package com.javarush.test.level18.lesson08.task04;
import java.io.*;
/* UnsupportedFileName
Измените класс TxtInputStream так, чтобы он работал только с txt-файлами (*.txt)
Например, first.txt или name.1.part3.txt
Если передан не txt-файл, например, file.txt.exe, то конструктор должен выбрасывать исключение Unsuppor... | [
"medentsiy.y@gmail.com"
] | medentsiy.y@gmail.com |
e7c3f2acba904daf29fdd6a3684526043029d109 | 2cf79a745b7f0b9d272155a3946146534fa3697c | /src/main/java/com/gdms/service/reply/impl/ReplyGroupStudentServiceImpl.java | e0e540cc9cdf9564dcf9433c18c5540784fd49d4 | [] | no_license | HackerStudy/gdms | fd30f95c1aedbcfd7a77385142f567fba673a8a4 | 915e42eb5d929145261eee8a7aa59e1a3a8e45a0 | refs/heads/master | 2020-03-14T01:29:44.196997 | 2018-06-22T12:18:48 | 2018-06-22T12:18:48 | 131,378,627 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,190 | java | package com.gdms.service.reply.impl;
import com.gdms.dao.ReplyGroupMapper;
import com.gdms.dao.ReplyGroupStudentMapper;
import com.gdms.dao.ReplyGroupTeacherMapper;
import com.gdms.model.ReplyGroupStudent;
import com.gdms.model.ReplyGroupTeacher;
import com.gdms.service.common.impl.BaseServiceImpl;
import com.gdms.ser... | [
"1791133899@qq.com"
] | 1791133899@qq.com |
e17bbe75a826371830f8bf172da8f572d055c6ff | 6c8248f92606744d49c3d652c0b9021847f3380a | /Arc/src/main/java/msa/arc/base/BaseFragment.java | 394b7c58e0b2aaf3e99377b4bc23ad11001e9e5c | [
"Apache-2.0"
] | permissive | abhimuktheeswarar/Arena | e5346b23c688298dbc94f91464743f3ce3c8a90b | 471a1649839619e4a75ff1e9feaa9647543e71f8 | refs/heads/master | 2021-09-24T06:44:07.533034 | 2018-10-04T17:04:06 | 2018-10-04T17:04:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,978 | java | /*
* Copyright 2017, Abhi Muktheeswarar
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | [
"abhi@medikoe.com"
] | abhi@medikoe.com |
8fa485096a2289d5dd751cc27cd684df41ea4606 | 359bba5d2f25b30a18d08c743e668be51edd4ed7 | /src/buoy/event/CellValueChangedEvent.java | e76e841169ccfd67fed7b679515b5da573d0ca2c | [
"Apache-2.0"
] | permissive | undeadinu/gavrog | 74e76d46f6818730aa4f5bf34b4593d8afdb8957 | 159ebdb80ba661c48164b392d59a0519ec643521 | refs/heads/master | 2020-04-16T06:18:20.625109 | 2018-11-05T09:50:08 | 2018-11-05T09:50:08 | 165,339,987 | 0 | 0 | Apache-2.0 | 2019-01-12T03:35:24 | 2019-01-12T03:05:54 | Java | UTF-8 | Java | false | false | 1,124 | java | package buoy.event;
import buoy.widget.*;
import java.util.*;
/**
* A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
*
* @author Peter Eastman
*/
public class CellValueChangedEvent extends EventObject implements WidgetEvent
{
private Widget widget;
private int row, co... | [
"olaf.delgado@gmail.com"
] | olaf.delgado@gmail.com |
d274bab8969c82fe94b1834984b22ab6bf88dfa0 | 0cdd8fdce78a4d1563401385be4c8adaf657ba24 | /src/main/java/org/adostic/kata/RomanNumeral.java | 8f728294a039f8f9150976d1ca6441a5b615a404 | [] | no_license | adostic/kata | 3efe06cc237fd9e4e653c3760f587b4328f48f62 | 2217efd6712090f157fb885110e5f9740df23adf | refs/heads/master | 2021-01-20T02:17:13.178668 | 2015-03-31T10:47:46 | 2015-03-31T10:47:46 | 33,179,894 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | package org.adostic.kata;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author adostic
* @since 31.03.2015 10:41:58 AM
*/
public class RomanNumeral {
private List<Mapping> mappings = new ArrayList<>(13);
public RomanNumeral() {
mappings.add(new Mapping(1000, "M"));
mappings.add(new Mapping(9... | [
"aleksandar.dostic@infobip.com"
] | aleksandar.dostic@infobip.com |
86cbccb5da8440c61f6db16c7598915e3873b4a4 | ed932dd6b2d780da8d4c3acef6bb74f89d3820cc | /src/com/auxiliares/Auxiliares.java | e1b28f94c21b2ea85563608e687f1a8a6f2937a9 | [] | no_license | zGustavoTeles/ProjetoAgil | 97e7da9a9b1265fc8442d7a04f2e17cf32e1b622 | 37c956f81dcbe4610e0a4a5499cae3c52370e2e3 | refs/heads/main | 2023-02-12T08:37:41.924444 | 2021-01-11T22:06:22 | 2021-01-11T22:06:22 | 319,637,363 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 6,230 | java | package com.auxiliares;
import com.messageBox.MessageBox;
import totalcross.sys.Convert;
import totalcross.sys.Settings;
import totalcross.ui.Container;
import totalcross.ui.MainWindow;
import totalcross.ui.dialog.InputBox;
import totalcross.ui.font.Font;
import totalcross.ui.gfx.Color;
import totalcross.ui.image.Imag... | [
"gmateus.dev@gmail.com"
] | gmateus.dev@gmail.com |
2db67f659568adbd0b744e75a6f9a5c3ae46f36d | 58df55b0daff8c1892c00369f02bf4bf41804576 | /src/hd.java | 7f8afcfc58d6f5825fb4e0218031fb1aa68c3ff4 | [] | no_license | gafesinremedio/com.google.android.gm | 0b0689f869a2a1161535b19c77b4b520af295174 | 278118754ea2a262fd3b5960ef9780c658b1ce7b | refs/heads/master | 2020-05-04T15:52:52.660697 | 2016-07-21T03:39:17 | 2016-07-21T03:39:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | import android.graphics.Bitmap;
public final class hd
extends hs
{
Bitmap a;
Bitmap b;
boolean c;
}
/* Location:
* Qualified Name: hd
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
c209de2ac2d783447270572bb152e96c992264dd | b73100051e1a758929ccbdb1b4412d23a9e484ca | /app/src/main/java/com/myunimaps/myunimaps/PolyConnector.java | 8dd75ef1453227fb651c98e35dafaf3411d6a4bb | [] | no_license | TylerAlexanderTX/MyUniMaps | b57b2e5b8105b309026f1b36e6b4ce098f34682b | 20086d71374df42ea0cce2bc5c7f9c82b4dedd2e | refs/heads/master | 2021-01-10T15:19:47.205929 | 2015-12-01T01:04:58 | 2015-12-01T01:04:58 | 47,156,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package com.myunimaps.myunimaps;
import android.util.Log;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.util.Enti... | [
"Tyler Alexander"
] | Tyler Alexander |
f1b32502754155cb647939ff6222abfc1e663cd0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_a365e6fd912ee6b372625e4f8e4143deae986544/SpyglassApp/2_a365e6fd912ee6b372625e4f8e4143deae986544_SpyglassApp_t.java | 725236ba886f091937b96870ffe03321a03c265b | [] | 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 | 6,793 | java | /*
* ---------------------------------------------------------------------- This file is part of the
* WSN visualization framework SpyGlass. Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de)
* project SpyGlass is free software; you can redistribute it and/or modify it under the terms of
* the BSD L... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c9a1fda17cb3b7664b5e657e122e3e62221e83a0 | 5c1a685df44ef7366a2a8e04b36e6dcb5513bc21 | /app/src/main/java/com/pranshuDatta/androidweatherapp/entity/LocationObject.java | 166d41cdee0394e5a40034d4ec4c5e3e0ea77d8f | [] | no_license | pranshudatta25/TheWeatherApp | 23460135c7ba0b3f11d92348d2b55b30e393465a | a103f13c5eaf319d5fbd76f09cfa265957bbcdc4 | refs/heads/master | 2020-07-30T08:27:45.952994 | 2019-09-22T13:51:27 | 2019-09-22T13:51:27 | 210,155,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.pranshuDatta.androidweatherapp.entity;
public class LocationObject {
private int id;
private String locationCity;
private String weatherInformation;
public LocationObject(int id, String locationCity, String weatherInformation) {
this.id = id;
this.locationCity = locatio... | [
"pranshudatta25@gmail.com"
] | pranshudatta25@gmail.com |
805327150f10c17aa7446a4c2d228533239da39a | 162045517fe2be5fcc7161f8c18f5a318944bde1 | /trunk/webapi/src/main/java/com/ry/project/bussiness/domain/response/teacher/LeavemessageChild.java | 2ce74e8f6b226f1f315c3c493d9410bb6b674a7f | [] | no_license | zhangjihai520/gzzbk | 45fe870310c13c0b7fdddbcfbbc273b0aa787cab | 4322d57a10539116ae2a494abd1f674c4ce215ac | refs/heads/master | 2023-03-04T15:36:58.725799 | 2021-02-18T09:04:46 | 2021-02-18T09:04:46 | 339,990,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package com.ry.project.bussiness.domain.response.teacher;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import lombok.experimental.Accessors;
import java.time.LocalDateTime;
/**
* @Auther: 幸仁强
* @Date: 2020/4/16 15:34
* @Description: 返回实体对象基类
*/
@Data
@Accessors(chain = true)
public cla... | [
"www.920175308@qq.com"
] | www.920175308@qq.com |
bfcb5dc1d542a539a7f87a57378ea90602469571 | fa6693a5b51e517236399532e18ecad3040b5e25 | /src/test/java/com/liesbethdekeyzer/crm/demo/DemoApplicationTests.java | 16c8ad9ae196c1890564b5e94aaf0177545b6a2a | [] | no_license | Liesbethdekeyzer/CRM | 1cf931fc2aef0c27314f9a4f61b4be20ec9b1d13 | 6e2a5b09bd7391a9d9185d55e8d41b3ec19bf2c3 | refs/heads/master | 2021-07-26T01:25:30.904826 | 2017-11-05T10:46:35 | 2017-11-05T10:46:35 | 109,119,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.liesbethdekeyzer.crm.demo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class DemoApplicationTests {
@Test
public void... | [
"liesbeth.de.keyzer@lightspeedretail.com"
] | liesbeth.de.keyzer@lightspeedretail.com |
84be7759f9d807e6f44e1a111e715ce03b0885b2 | 118975c2d0e3441ad6c9a2ea09deda187e7507ca | /concurrency/src/main/java/com/xiattong/concurrency/unit3/NoVisibility.java | a14f892c6dfaf0f6d8ed98e3f40dabe0129808e7 | [] | no_license | xiattong/spring-basic | b2e24fa637e2d3ca2c46cd52e9dd6a893d8b10dd | 16195654a9b5b3eb438284d9987c7825e06dc4d6 | refs/heads/master | 2022-06-26T00:02:03.562515 | 2022-04-15T15:36:02 | 2022-04-15T15:36:02 | 243,045,698 | 0 | 0 | null | 2022-06-17T03:03:56 | 2020-02-25T16:18:44 | Java | UTF-8 | Java | false | false | 543 | java | package com.xiattong.concurrency.unit3;
/**
* @Author: xiattong
* @Date: 2020/2/28 9:07
*/
public class NoVisibility {
private static boolean ready = false;
private static int number = 0;
public static class ReaderThread extends Thread{
public void run(){
while(!ready){
... | [
"864380220@qq.com"
] | 864380220@qq.com |
76f083d3673bd010e700e0e753204c6d7ce55ecc | 8f56a684fd259321ab7328d0ef91b6cf57eef5ce | /GameProject/app/src/main/java/uoft/csc207/gameproject/scoreboard/Scoreboard.java | a25ab650f0162d6569bf6ec39a4480e690e595a5 | [] | no_license | rain169170/CSC207-Android-Mobile-Application | 08a2703fca7a23f1adde5137317d4fbd4553e7af | bcf8f77d1e4dd4cd62e503ca905eff2e4f3e2789 | refs/heads/master | 2022-12-14T00:17:36.439163 | 2020-09-11T03:50:28 | 2020-09-11T03:50:28 | 294,582,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package uoft.csc207.gameproject.scoreboard;
import java.util.ArrayList;
import java.util.List;
/**
* Represents the scoreboard of a game.
*/
public class Scoreboard {
/**
* Represents the size of each scoreboard, i.e. the number of entries (username, score)
* allowed in one scoreboard.
*/
private static fin... | [
"run.wu@mail.utoronto.ca"
] | run.wu@mail.utoronto.ca |
11def26b342ba022494cf5fdc087802c9c7ce3b0 | 14e8c5853c8dd3d8b4a233ddaee4fb4d7aa310ad | /src/main/java/ru/job4j/loop/PrimeNumber.java | 26fc3afc5fa3c344fc83238f166d4f4991f6b3be | [] | no_license | Sinitsina/job4j_syntax-core | af82dad0ee3566dae554043b9c61d9291adecb5d | 73e07c92b9b5c939198031fdc68f3fa8f5ad6ffc | refs/heads/master | 2023-03-31T15:09:49.200465 | 2021-04-03T14:56:40 | 2021-04-03T14:56:40 | 267,080,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package ru.job4j.loop;
public class PrimeNumber {
public int calc(int finish) {
int count = 0;
for (int number = 2; number <= finish; number++) {
if (CheckPrimeNumber.check(number)) {
count++;
}
}
return count;
}
}
| [
"sinitsina.olga.a@gmail.com"
] | sinitsina.olga.a@gmail.com |
da3a0ecdd3a03619217beaf385cfb85282fc96c1 | 3131e524a962e62ef1b1cf66bd91abfbad2b49ad | /src/main/java/com/aimprosoft/camed/compiler/extensions/DbLookupList.java | 7f01bfd507e8cb23d6c0c87037cc9478fb2a35c7 | [] | no_license | mikleee/camed | 7efb4a4fb19fe4d62df6a575f814bb6f9cea28c1 | 2d8795cafdbd0d15783ccb11cc4d12a3b031a8a5 | refs/heads/master | 2021-01-17T07:08:24.573450 | 2015-03-02T18:51:34 | 2015-03-02T18:51:34 | 30,844,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | package com.aimprosoft.camed.compiler.extensions;
import org.jdom.Element;
public class DbLookupList implements ILookupList{
private String name = null;
private String value = null;
public DbLookupList(String name, String value){
this.name = name;
this.value = value;
}
public DbLookupList(Element listElem... | [
"mikle.tkachenko@gmail.com"
] | mikle.tkachenko@gmail.com |
18fc9bb8dd45beafb0266c70e78660af41667528 | 8cf583828e06226c51217998e57ffc519cbe3218 | /app/src/main/java/com/leaveschool/main/DropEditText.java | 9e2f8841bd6fd632639b69b1abd2a4a932689c7c | [] | no_license | fly-bear/LeaveSchool | 41d461a572722e585708c54305a29e8c32145692 | f9a86263f5da621b85b7a7b62cd951833e9d1f65 | refs/heads/master | 2020-03-07T17:59:55.744581 | 2018-04-01T12:18:15 | 2018-04-01T12:18:15 | 127,626,179 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,238 | java | package com.leaveschool.main;
//import org.loader.dropedittext.R;
//import org.loader.dropedittext.R.drawable;
//import org.loader.dropedittext.R.id;
//import org.loader.dropedittext.R.layout;
//import org.loader.dropedittext.R.styleable;
import android.content.Context;
import android.content.res.TypedArray;... | [
"dzx518@qq.com"
] | dzx518@qq.com |
d6047dd959f601579a4d8cd2cb47e1e04e481aa1 | 3e05dd689f17128fe2adabcea61d90ebac9dda4d | /src/p1/ForgotPassMail.java | aec243bba8ddc4302f40e74c6bc9169f8c024353 | [] | no_license | yhimg/OnlineHouseRental | e052800a24a242ed51b5f485374bec49d8f65130 | 615afd8fec76f3ad8a1bb5a6ee6d5cc7b50b1ad8 | refs/heads/master | 2021-06-19T05:46:25.388348 | 2017-07-15T09:47:42 | 2017-07-15T09:47:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,474 | java | package p1;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.*;
import java.io.*;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;
... | [
"goyal.himanshu@live.in"
] | goyal.himanshu@live.in |
022108c0ad7f309825541623a40a2b092cf8bf57 | 90222726ecafa3fe3897fae20740c69d82bbe812 | /Project/src/com/Jobseek/Controller/VisionController.java | f5babbed75076c2fad5653daa68144c238a874fd | [] | no_license | VenkateshBhatOP/PGJQP_Venkatesh-bhat | 0c17b3bc8b7bd6b349c7bc35dd718af16e408ab5 | aef231d06b35c5ccd7016646819f1d7ee18337a9 | refs/heads/main | 2023-03-31T19:10:19.738974 | 2021-04-02T10:56:11 | 2021-04-02T10:56:11 | 311,357,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | package com.Jobseek.Controller;
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.HttpServletResp... | [
"noreply@github.com"
] | VenkateshBhatOP.noreply@github.com |
828b72089437a92d1176679840f5925f72de1085 | 7b225fba903b1af050e8dd7db7959ee0449231d8 | /backend/src/main/java/com/app/dropbox/service/GroupService.java | 6a94d3c01834913df2d8e9235fb200a893849fc7 | [] | no_license | asbharadiya/dropbox_v3 | 73911af0cd834bd6f63f5475779c954d8b9caef7 | c9fb1a459883ca1777fb191f0408bc76cc7348da | refs/heads/master | 2021-08-28T08:05:43.819072 | 2017-12-11T16:17:11 | 2017-12-11T16:17:11 | 113,811,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,791 | java | package com.app.dropbox.service;
import com.app.dropbox.dto.GroupDto;
import com.app.dropbox.dto.UserDto;
import com.app.dropbox.entity.Group;
import com.app.dropbox.entity.User;
import com.app.dropbox.entity.UserActivity;
import com.app.dropbox.repository.GroupRepository;
import com.app.dropbox.repository.UserActivit... | [
"asbharadiya@gmail.com"
] | asbharadiya@gmail.com |
780960879e101b990464451211ae0ae6363f1dc7 | 41c8a2a004f042fbaf8cbf7a1439a5a9c043cb00 | /Order-8005-Hystrix/src/main/java/com/wanggang/springcloud/Order8005Application.java | cc41c379f420ebcba0a83a160a280d2771286099 | [] | no_license | ayst-wg/SpringCloudDome | 9265d3bb082338f0318225c8da36b5acb7ff0695 | dab077585dca9ed2cf6a700358a9e1351966ebb4 | refs/heads/master | 2022-12-20T04:35:57.225850 | 2020-10-05T15:24:35 | 2020-10-05T15:24:35 | 297,930,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package com.wanggang.springcloud;
import com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.s... | [
"wjiwg.liu.gg@126.com"
] | wjiwg.liu.gg@126.com |
6d7472e0d378ccc588ea2ccbb376b4aa37349fc6 | 3b2227e88636e15c758b7f47271d400f7ba27a6d | /enumerator/VideoType.java | aacc357664b4f164d669e98304f36670fba8210d | [] | no_license | Vinicius181090382/AP2-rafael | 81d9c7d0ba4423421dcb771d940fc2d200eb10bd | 39fbdee4ab0ea023439b67722f4492d32f40cbaa | refs/heads/master | 2022-10-23T11:43:04.571107 | 2020-06-09T00:39:53 | 2020-06-09T00:39:53 | 270,863,123 | 0 | 0 | null | 2020-06-09T00:34:14 | 2020-06-09T00:21:26 | Java | UTF-8 | Java | false | false | 804 | java | package org.comeia.project.enumerator;
import java.util.HashMap;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonFilter;
import com.fasterxml.jackson.annotation.JsonValue;
@JsonFilter("attributeFilter")
public enum VideoType {
MP4("Tipo Padrão"),
WMV("... | [
"noreply@github.com"
] | Vinicius181090382.noreply@github.com |
16250a9baa81d3e5bace02c2269f2df999963016 | 707a03743ca43dd727519dc07319a71b989f94c9 | /ecsite/src/com/internousdev/ecsite/action/HomeAction.java | 591caa5b33e6d765495fe448f37cb089cedb317e | [] | no_license | workspace-mastubara/test | 5aa7866bf799e2604f6ddddbf6f62fdeb9a9ca87 | 71f7a7a64790dd2e9a72887ee33921394345f870 | refs/heads/master | 2022-04-12T15:58:17.047674 | 2020-03-16T20:49:55 | 2020-03-16T20:49:55 | 221,867,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package com.internousdev.ecsite.action;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.internousdev.ecsite.dao.BuyItemDAO;
import com.internousdev.ecsite.dto.BuyItemDTO;
import com.opensymphony.xwork2.ActionSupport;
public class HomeAction extends ActionSupport implem... | [
"aykr.999@icloud.com"
] | aykr.999@icloud.com |
b525beb8ab2f623053703c991a511b12b849ca72 | 387638ea842e5ebba44603a725b1e19b3b6e9f57 | /facebook/app/src/main/java/com/example/facebook/adaptor/SlidingImage_Adapter.java | 36502e8ae8807b7216d77b7adcb14956361ef70f | [] | no_license | SimranKSah98/Facebook | e48d9e3b9920f75f8c50d61fb786abf3df8cdf30 | d1b95ec49cac328c012bd9d9da391252ebb6b642 | refs/heads/master | 2020-12-22T08:24:16.555817 | 2020-02-01T11:59:47 | 2020-02-01T11:59:47 | 236,724,982 | 0 | 0 | null | 2020-02-03T04:58:51 | 2020-01-28T11:59:45 | Java | UTF-8 | Java | false | false | 1,723 | java | package com.example.facebook.adaptor;
import android.content.Context;
import android.os.Parcelable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.viewpager.widget.PagerAdapter;
import com.bumptech.glide.Glide;
import com.ex... | [
"simran.kumari@coviam.com"
] | simran.kumari@coviam.com |
1c2f5fe08db8790abfa7f65b4c34b193069c7773 | 30d6753c4886b8c028d5e3979c8a780f60ff250f | /app/src/main/java/com/qbb/qchina/homepager/model/HomeRecommendModel.java | 4821737f9744f5ca61a974482c5e86150ed7d5fb | [] | no_license | bingbing9527/QChina | f326861b1064229945a90310f8cc2d99ec3eb9c8 | b192fd642bd15acbc4834f1723d887d9dcdadbf7 | refs/heads/master | 2021-01-21T23:05:06.617023 | 2017-06-23T06:35:53 | 2017-06-23T06:35:54 | 95,090,977 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,189 | java | package com.qbb.qchina.homepager.model;
import com.qbb.qchina.core.mvp.MVPModel;
import com.qbb.qchina.homepager.bean.HomeContentListBean;
import com.qbb.qchina.homepager.bean.HomeRecommendBean;
import com.qbb.qchina.http.api.Api;
import com.qbb.qchina.http.net.rx.BaseFunction;
import com.qbb.qchina.http.net.rx.BaseOb... | [
"bingbing.qian@quanmintaiji.cn"
] | bingbing.qian@quanmintaiji.cn |
a8ab0227134468117ef0cb4217062bd9d629f66e | 0b9d35abb5666ace293282f7bcc38265088d5566 | /app/src/main/java/pl/edu/agh/facelivenessdetection/handler/FlashHandler.java | fa0640402619fcd85e3a6dfa173547cf2004b637 | [] | no_license | ra-v97/face-sample-liveness-detector | a95142004d46d385e85dc5b9d43154fc0ddc06f9 | 02639b29ad4f270a4efc8353b511262cc19837de | refs/heads/master | 2023-04-24T14:31:28.703122 | 2021-05-16T17:37:27 | 2021-05-16T17:37:27 | 313,446,929 | 1 | 0 | null | 2021-01-19T14:54:14 | 2020-11-16T22:51:17 | Java | UTF-8 | Java | false | false | 1,080 | java | package pl.edu.agh.facelivenessdetection.handler;
import android.os.Handler;
import android.os.Message;
import java.lang.ref.WeakReference;
import pl.edu.agh.facelivenessdetection.MainActivity;
public class FlashHandler extends Handler {
private final WeakReference<MainActivity> mainActivityReference;
pub... | [
"asiaa09@gmail.com"
] | asiaa09@gmail.com |
e58b38f3e777759a3182a3bbbfd1d4a103df170c | 2869fc39e2e63d994d5dd8876476e473cb8d3986 | /pet_back/src/main/java/com/lvmama/pet/sweb/shop/shopProduct/NewListProductAction.java | 3acdd9128a3ec0ece7b1d2ca5f8ebe4443ce6a4f | [] | no_license | kavt/feiniu_pet | bec739de7c4e2ee896de50962dbd5fb6f1e28fe9 | 82963e2e87611442d9b338d96e0343f67262f437 | refs/heads/master | 2020-12-25T17:45:16.166052 | 2016-06-13T10:02:42 | 2016-06-13T10:02:42 | 61,026,061 | 0 | 0 | null | 2016-06-13T10:02:01 | 2016-06-13T10:02:01 | null | UTF-8 | Java | false | false | 13,156 | java | package com.lvmama.pet.sweb.shop.shopProduct;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import net.sf.... | [
"feiniu7903@163.com"
] | feiniu7903@163.com |
d7cccbf632a927d09de3f4a7f30a0bb0e3c44b32 | 566754f63c0d665af01bdad8814873468f8be888 | /android/learn/binder/l2/AudioBinder/AudioClient/src/com/hybroad/client/AudioClientActivity.java | cc1f5a2452689048c5353c04bdbbf96fd5c69730 | [
"MIT"
] | permissive | qrsforever/workspace | 7f7b0363649b73e96526745f85a22e70b1c749c9 | 53c7ce7ca7da62c9fbb3d991ae9e4e34d07ece5f | refs/heads/master | 2022-05-04T18:58:41.562544 | 2020-05-25T04:07:00 | 2020-05-25T04:07:00 | 82,469,335 | 2 | 0 | MIT | 2022-04-12T21:54:15 | 2017-02-19T15:36:43 | Jupyter Notebook | UTF-8 | Java | false | false | 1,909 | java | package com.hybroad.client;
import java.util.Random;
import android.app.Activity;
import android.os.Bundle;
import android.os.RemoteException;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
import android.widge... | [
"lidong8@le.com"
] | lidong8@le.com |
8b6a77dd9691a7f6cfa0410ce228fbe107c2e7be | 0ba1eba86727f7c0c98ac32a08668a28b1923f81 | /L2.2-mech/src/main/java/frontend/AuthServiceImpl.java | a192093a9f564e3a9c54bbba1caf259a53353294 | [] | no_license | vitaly-chibrikov/tp_java_2014_09 | b6b9f8143f63e5e4a48fa4228135c547a47f2522 | f4697208c31944c54643ec367edd15054decf775 | refs/heads/master | 2021-01-20T10:32:51.822919 | 2014-12-24T14:01:12 | 2014-12-24T14:01:12 | 23,702,336 | 5 | 4 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package frontend;
import base.AuthService;
import java.util.HashMap;
import java.util.Map;
/**
* @author v.chibrikov
*/
public class AuthServiceImpl implements AuthService {
private Map<String, String> userSessions = new HashMap<>();
public String getUserName(String sessionId) {
return userSession... | [
"vitaly.chibrikov@gmail.com"
] | vitaly.chibrikov@gmail.com |
2e3811eb4efd4329f095ba041d384bcbef48d5ef | 3754166c92a411c6a8777ec4c7c646d70e527ad7 | /src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java | bb94fe094fc7fadc04274b92d11e0287e15288f0 | [
"Apache-2.0"
] | permissive | vincentruan/gwt-commons-validator | 810686e6faec3fe8b3fe7c3a8a62870e19c727f3 | d14f97337a4cd5c1d40117adf71a78f7fa8039b3 | refs/heads/master | 2020-12-26T00:35:26.022400 | 2015-12-09T23:23:32 | 2015-12-09T23:23:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,836 | 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 ... | [
"Manfred.Tremmel@iiv.de"
] | Manfred.Tremmel@iiv.de |
5e994f21cccfbcaf558f70b65efbc44ddff62dfc | 0921960d8b6e7942948be92abf7f7cd251aa8e44 | /InterviewPrep_1points3acres/Indeed Onsite记录/Git Commit.java | d490f421bd01e90175a0dada436519cdce432214 | [] | no_license | jiamin-he/LC | f9afc0dd98a3eb847a878e13810c1c944f3cc73f | b6950b68201b94cf2bc4a455210a2a60011736ea | refs/heads/master | 2018-10-20T15:42:01.413539 | 2018-10-05T17:42:41 | 2018-10-05T17:42:41 | 112,674,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,212 | java | /* =============================================================================
Question Description
=============================================================================*/
Given a git commit (wiki:...), each commit has an id. Find all the commits
that we have.
/* ==============================================... | [
"jih426@eng.ucsd.edu"
] | jih426@eng.ucsd.edu |
16b13eae7985957186eb65787274f15133bf58d4 | 5f8eaaf3eb179903a0b1c376d154e3e0fedeecd3 | /security-demo/src/main/java/com.shl.security/controller/UserController.java | 7bd01052a09d8a1e31d35783a3852e70760231b3 | [] | no_license | guaB/shl-platfrom | 08160899c9760293a1bca13018578021856f76fa | ce3bb5cf423602b1b3bfe402348ad9b89328513d | refs/heads/master | 2022-07-14T08:01:01.662729 | 2019-12-23T15:20:59 | 2019-12-23T15:20:59 | 223,301,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.shl.security.controller;
import com.shl.security.model.ResultWrapper;
import com.shl.security.model.User;
import com.shl.security.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... | [
"gua709738992@163.com"
] | gua709738992@163.com |
cdca21671253d537f4b7b0d29e1bae00d3ffc4fb | c3dd767ffad9413d3abe443eee93a37f46e06c33 | /src/projects/wsn/nodes/timers/WsnMessageTimer.java | c8b8bc9df807bdd3762eba8e8e821335c0186414 | [
"BSD-3-Clause"
] | permissive | gabrsar/Leach---Sinalgo | f74a09725b61d96d51c058fec2dbdd7c971607cd | c11fde7011f77d1d0e40a30420c090969bb633f7 | refs/heads/master | 2016-09-05T12:51:24.455162 | 2015-10-18T22:15:06 | 2015-10-18T22:15:06 | 29,468,329 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package projects.wsn.nodes.timers;
import projects.wsn.nodes.messages.WsnMsg;
import projects.wsn.nodes.nodeImplementations.SimpleNode;
import sinalgo.nodes.timers.Timer;
public class WsnMessageTimer extends Timer {
private WsnMsg message = null;
public WsnMessageTimer(WsnMsg message) {
this.message = message... | [
"extremez3r0@gmail.com"
] | extremez3r0@gmail.com |
e6fd6a124382f4da7fb5e4c962394d6e4ed23d07 | 68f95aeb981c33e0a1fccf8ff9aa671bfd71af33 | /app/src/main/java/abhijit/osdm2/ui/login/SetNewPassword.java | e8db2ca0317e0ee7b0eeec4fee96d3965110d929 | [] | no_license | abhijit2322/Android_app_privacypolicy | 0595cbb9f327e9ab21576002fbbadcffe900641c | e24c0136c1eff6a4bdeaf7e23de667ed23c0537a | refs/heads/master | 2021-05-24T11:38:10.765766 | 2020-04-07T04:54:37 | 2020-04-07T04:54:37 | 253,541,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,132 | java | package abhijit.osdm2.ui.login;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import ab... | [
"abhijit.golo@gmail.com"
] | abhijit.golo@gmail.com |
9cc5a8527f7136af413dfaa04fdc218956b3b926 | ac8881298c9e366d73dc04014b108e80704a30a2 | /deposit/src/main/java/clothingmarket/PayCompleted.java | 281150577873c0e74080fa933a59b600bbdb2c1a | [] | no_license | deste3/skstore2222 | 17bace28c922966029c7b271aca48533b3d9343d | 719eab6cf9239c75e32bda0a69072909b0df6174 | refs/heads/main | 2023-03-06T07:57:55.430041 | 2021-02-17T08:33:44 | 2021-02-17T08:33:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java |
package clothingmarket;
public class PayCompleted extends AbstractEvent {
private Long id;
private Long OrderId;
private String ProductId;
private String Status;
private Integer Qty;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
... | [
"noreply@github.com"
] | deste3.noreply@github.com |
35840baade41a13ff107bc078bee8159c761861e | df74650a0a51874db7d55f9a437b02032f8949b9 | /src/main/java/com/softserve/itacademy/dp_153/security/TokenAuthFilter.java | daeb4e99d98e3e80e162eedba4132fd59e189f60 | [] | no_license | prolumen/SpringSequrityExample | 4c6f7a5edc9efd5d315f5ce6359cd71c8858e244 | 3559dedeb53b8e9b1d4da545338663daf6cd2311 | refs/heads/master | 2020-04-23T03:24:30.647307 | 2019-02-15T14:22:10 | 2019-02-15T14:22:10 | 170,877,712 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package com.softserve.itacademy.dp_153.security;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Component;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
@Component
public class TokenAuthFilter implement... | [
"a.s.pritula@gmail.com"
] | a.s.pritula@gmail.com |
a4fe111f0f02c8f2d4457a53ac761f8375c7c08f | c2114242ea033b9eed2d538316ea5ecf8c254d42 | /src/br/com/carlosrafaelgn/fplay/ActivityBrowserRadio.java | 09674509581252b0bfc7d29ff543d7cc2f1e078d | [
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause-Views"
] | permissive | zxiu/FPlayAndroid | 3c0c4555d47c7ce66a35e15997750c5ac5984c5c | d6647976200b2641fa821a17ffb8e62bbeec227c | refs/heads/master | 2021-01-09T09:37:38.068264 | 2014-11-20T10:28:29 | 2014-11-20T10:28:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,464 | java | //
// FPlayAndroid is distributed under the FreeBSD License
//
// Copyright (c) 2013-2014, Carlos Rafael Gimenes das Neves
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributi... | [
"carlosrafael.prog@gmail.com"
] | carlosrafael.prog@gmail.com |
af90ca9b9135c9b34521a8b856e1524fc8c3cf24 | b8fdef4d32eda0e7942af45b9dee127dc2a35446 | /src/main/Launcher.java | 9cc47133c10ecd2759c34341a148d23637921f61 | [] | no_license | cnam-java/exo-cours | 3ad3fff0e3c3e0a5d256c2a1e3551de90127d8a7 | bcb8bb198f5c4d72a847e7841fe74f07b367ab92 | refs/heads/master | 2021-01-22T05:23:57.352089 | 2017-02-11T14:05:35 | 2017-02-11T14:05:35 | 81,656,322 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,785 | java | package main;
import java.sql.Connection;
import java.util.ArrayList;
import java.util.Scanner;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
import DAO.DAO;
import DAO.DAOAccount;
import DAO.DAOException;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLE... | [
"gaelcr@imacgael.home"
] | gaelcr@imacgael.home |
9a078033fa23e7d62350b390370a950dcafba8ae | 0535e036f25791cead2f5521188d60e0f389b2e2 | /src/java/Pojo/TbPais.java | 9e41d73344fd26f839f6c8c4f53b895fdc5b6e51 | [] | no_license | lujoca12/JSFIntelcomex | 65da0fafde9e56fd75e50c1feaa0c3dd04f63fe9 | 37b62e479aac508f93135692f2cb66c6b2b83201 | refs/heads/master | 2020-04-12T09:39:48.167212 | 2016-09-24T01:40:16 | 2016-09-24T01:40:16 | 64,801,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package Pojo;
// Generated 17-sep-2016 17:20:14 by Hibernate Tools 4.3.1
import java.util.HashSet;
import java.util.Set;
/**
* TbPais generated by hbm2java
*/
public class TbPais implements java.io.Serializable {
private String id;
private String nombre;
private String nacionalidad;
privat... | [
"server@DESKTOP-5G3JRHM"
] | server@DESKTOP-5G3JRHM |
bce7d5020dc1998dc391bb8c656f3aed3a5214d2 | 433bc378f26b5b5403815cbdb03fcf592cc30f60 | /app/src/main/java/com/example/vloboda/dynamicentityeditor/dal/DataContextImpl.java | b5c467d397099e88a9ea591ba2d4d153e21a41bd | [
"MIT"
] | permissive | viloboda/DynamicEditor | 00318e38ee4348f0d6609b40a342840bd5157f03 | d3798176bb45dbd03bda57e141732bdd719549ee | refs/heads/master | 2020-03-14T23:13:01.391384 | 2018-05-29T05:33:04 | 2018-05-29T05:33:04 | 131,839,947 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 11,495 | java | package com.example.vloboda.dynamicentityeditor.dal;
import android.content.ContentValues;
import android.database.Cursor;
import org.sqlite.database.sqlite.SQLiteDatabase;
import android.support.annotation.Nullable;
import android.util.Log;
import com.example.dal.DataContentValues;
import com.example.dal.Da... | [
"v.loboda@2gis.ru"
] | v.loboda@2gis.ru |
612ae6697953fdf349c97b920dbc5aa217c43cd6 | db15f75c284fe3df64bf4eb7b9e40bc516c9fed1 | /src/main/java/com/TrackApp/TrackApp/services/reposervices/UserRepoServicesImp.java | 3d5f2f6e24a83fea73f3cd451cfa382c12b9cefd | [] | no_license | OanaChis/TrackApp | 6de106f3c8d0f77cbe2cba6205dc95625de8018c | 8de73f7dadcb861b7d718a54386d601c7c191746 | refs/heads/master | 2021-01-21T21:06:16.918419 | 2017-06-19T17:41:52 | 2017-06-19T17:41:52 | 94,775,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,789 | java | package com.TrackApp.TrackApp.services.reposervices;
import com.TrackApp.TrackApp.domain.User;
import com.TrackApp.TrackApp.repository.UserRepository;
import com.TrackApp.TrackApp.services.UserService;
import com.TrackApp.TrackApp.services.security.EncryptionService;
import org.springframework.beans.factory.annotation... | [
"[oana_andreea0404@yahoo.com]"
] | [oana_andreea0404@yahoo.com] |
13cb3818f9cda29563b2ccef5716573014d52a45 | b17df9aec923a994daee44732aa2e33a6ad2143c | /126_mcxiaoke_android-next/src1/com/mcxiaoke/next/io/StringBuilderWriter.java | 5c65e0aa0a0594069035e524105242994974d572 | [] | no_license | duytient31/ExtractionFiles | f1a4a7f48c1acd5987267d22c47ba60dc55e8fc4 | 18eafb494421b0f225b4b6017e9e17da65843517 | refs/heads/master | 2022-01-17T10:37:31.544309 | 2019-06-10T05:16:37 | 2019-06-10T05:16:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,512 | 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 ... | [
"mx.alruzaiqi@gmail.com"
] | mx.alruzaiqi@gmail.com |
50bd741b5834a1093ba207dde56661f0bb0f725d | 7a08de1ea53d7e9a43f59b983cdd0fba252489a4 | /src/io/github/podshot/WorldWar/events/guns/BombDiffuser.java | 834fc9ae99a45ddd12367131b3915c0f2bc69f69 | [] | no_license | Podshot/World-War | 4589b4f2c6c89fb44f5b79e87b77254b9f263a18 | b55d5c1714a5cfaf8d0b11c58d75f5ef416a404a | refs/heads/master | 2021-01-17T14:09:39.401476 | 2017-03-11T13:02:45 | 2017-03-11T13:02:45 | 18,708,955 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package io.github.podshot.WorldWar.events.guns;
import io.github.podshot.WorldWar.api.interfaces.IGun;
import org.bukkit.Material;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.inventory.ItemStack;
import org.bukk... | [
"ben.gothard3@gmail.com"
] | ben.gothard3@gmail.com |
766e62fa275c2c3e886d5234f643472e4a71b263 | c42c6ebc72bbd139f7061bd7b4319f247910085b | /src/main/java/pmsocspsc/modules/pms/entity/PmItemAttachEntity.java | bc138c2a08de5feea93a33455bb7c7f5d65200e5 | [] | no_license | eat-chicken-tonight/pmsocspscs | c39552e5f177fb5371477ec6cd696a35e99d764a | 1386ff1e27698a4a289b12aaa655787954360e77 | refs/heads/master | 2022-11-14T03:54:05.501844 | 2020-05-28T02:08:59 | 2020-05-28T02:08:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package pmsocspsc.modules.pms.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 mikey
* @email biaogejiushibiao@gmail.com
* @date 2019-11-27 17:34:06
*/... | [
"biaogejiushibiao@outlook.com"
] | biaogejiushibiao@outlook.com |
1e3aa5ba5dc9056f4e334805509e7c397f815890 | 5ebf0d4cc6e74e54d0eb6943797844e6adc3e69e | /Study/src/arraysTwoDimension/TwoDimensionArray.java | a7f91a177d1c25a39426b13bde9636775e1a8cb5 | [] | no_license | anjukumaris/java-_Program | 8da491f369b411ff5b85dc3ba8216bce6ea45fb7 | f7b42b109f4c4a0cf68e411086565184b1ed6874 | refs/heads/main | 2023-02-25T16:22:04.877226 | 2021-01-30T06:33:27 | 2021-01-30T06:33:27 | 334,338,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package arraysTwoDimension;
import java.util.Scanner;
public class TwoDimensionArray {
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
System.out.println("Enter row Limit::");
int row=sc.nextInt();
System.out.println("Enter Colomn Limit::");
int col... | [
"sreejithsipvr@gmail.com"
] | sreejithsipvr@gmail.com |
2c2bfbb8e3f2e4b463c45682ea1ae97c821c9c61 | 96004f675b8a3764973ae56cb0a381e5fa520429 | /aeaihr/src/com/agileai/hr/module/system/handler/SecurityUserQueryHandler.java | 8f6553df3e920e3e5734019a9c7bfefe511d2ea1 | [
"BSD-3-Clause"
] | permissive | ice-stream/attendance | a19cb688d81c1a915c7bbdd4a404fb679717a7dc | 384abef0f1e5d14c98482511dc158b2ecc20ac21 | refs/heads/master | 2020-04-22T11:08:59.573922 | 2019-02-12T14:13:48 | 2019-02-12T14:13:48 | 170,329,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,180 | java | package com.agileai.hr.module.system.handler;
import java.util.List;
import com.agileai.common.KeyGenerator;
import com.agileai.domain.DataParam;
import com.agileai.domain.DataRow;
import com.agileai.hotweb.controller.core.PickFillModelHandler;
import com.agileai.hotweb.domain.FormSelectFactory;
import com.agileai.ho... | [
"ice_tream@163.com"
] | ice_tream@163.com |
8d8d252397f58b1c70c0837cea41c58d063a309c | 87b41b97df9e3a2d1258c6a84265db6f20eb5683 | /src/model/entities/Seller.java | a6f6f89655b4a527de3eb64cfc5a490660a7169c | [] | no_license | Danielcosmo/workshop-javaFx-JDBC | 9abdeadd338f4ceaa3de484d5ec1dd382b956513 | ec66732ebc7dcf37fd29111ea8db36abc8215151 | refs/heads/master | 2022-09-19T15:30:28.797528 | 2020-06-05T00:29:33 | 2020-06-05T00:29:33 | 266,898,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,980 | java | package model.entities;
import java.util.Date;
public class Seller {
private Integer id;
private String name;
private String email;
private Date birthDate;
private Double baseSalary;
private Department department;
public Seller() {
}
public Seller(Integer id, String name, String email, Date birthDate... | [
"danielcosmo.ezio@gmail.com"
] | danielcosmo.ezio@gmail.com |
e0adc628165d69ae5ed088c4080bc37b74909e2a | 816be070347a11ae472b3a369001de39500e8a37 | /JavaLib/src/com/lostcode/javalib/entities/components/physical/Body.java | e15946251fcbc0b031eb6c048f989a45a19fb7fe | [
"MIT"
] | permissive | LostCodeStudios/JavaLib | 553d8638ebc0454bddb3a3c1b31466f5be0af868 | 71c98f1b6ef44eceafe3ea0314ca5d40d0c60ab6 | refs/heads/master | 2021-01-01T18:41:46.698154 | 2015-01-25T17:38:50 | 2015-01-25T17:38:50 | 11,191,973 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,585 | java | package com.lostcode.javalib.entities.components.physical;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.BodyDef;
import com.badlogic.gdx.physics.box2d.BodyDef.BodyType;
import com.badlogic.gdx.physics.box2d.FixtureDef;
import com.badlogic.gdx.physics.box2d.Shape;
import com.lostcode.java... | [
"nelson.nleroy@gmail.com"
] | nelson.nleroy@gmail.com |
62fd40fd393e05aad868ae89087641726b49387e | 0fee5c6daea8501b7b0fe7fa21aa1fe61ecffdb0 | /app/src/main/java/com/nadhif/onbeng/DataRecycler.java | 5993bb136f0b693bdaabd8f81e45141baca1ad86 | [
"MIT"
] | permissive | utqinadhif/onbeng-android | 6c749a12981cec1d81efeedd63a802fa736776c0 | f18db4f822dd1b8a735f6ec6a0f5324cb0ec4f2e | refs/heads/master | 2021-01-21T13:04:08.207421 | 2019-03-16T01:58:42 | 2019-03-16T01:58:42 | 49,701,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,649 | java | package com.nadhif.onbeng;
/**
* Created by nadhif on 21/01/2016.
*/
public class DataRecycler {
String id, logoBengkel, nameBengkel, dateOrder, statusOrder, statusOrderText, damageOrder, detail_bengkel, detail_order;
public DataRecycler(String id, String logoBengkel, String nameBengkel, String dateOrder, S... | [
"nadhif.ahm@gmail.com"
] | nadhif.ahm@gmail.com |
c2292315954ff1ef93b764f91557a1b559d0c098 | c04ce0ab66baa15d4d8fbaf220e9b5c042ab800c | /libpretixsync/src/test/java/eu/pretix/libpretixsync/db/BaseDatabaseTest.java | f454a4346b6d152c21de2252bbbdb7d1416d0734 | [
"Apache-2.0"
] | permissive | MaxMagazin/libpretixsync | 34a6189a153ed43853b50ee57017650b3bd2342d | 7b2f01b6b4b541cd894a0bc44856ae9c7afbce25 | refs/heads/dev | 2020-03-27T05:30:20.959022 | 2018-10-02T17:35:54 | 2018-10-16T15:32:07 | 146,026,325 | 0 | 0 | Apache-2.0 | 2018-10-08T12:39:53 | 2018-08-24T18:27:19 | Java | UTF-8 | Java | false | false | 2,438 | java | package eu.pretix.libpretixsync.db;
import eu.pretix.libpretixsync.db.*;
import io.requery.Persistable;
import io.requery.cache.EntityCacheBuilder;
import io.requery.sql.Configuration;
import io.requery.sql.ConfigurationBuilder;
import io.requery.sql.EntityDataStore;
import org.junit.After;
import org.junit.Before;
im... | [
"mail@raphaelmichel.de"
] | mail@raphaelmichel.de |
049d8f9dcd87184b3f02c0aef375dbd0a0b1fb7a | 949136b52184bf681a6e72307f83c9a326456e46 | /src/aln/Supply/Supply.java | 260572386e36717e187de932ee1daac3344d8f49 | [] | no_license | amalfushi/ALNInventory | b3efb6de71acf2e9043d5cc7005fdb240c6caf55 | 5ac680e167d21fcec51f2596d4407e2025a2c581 | refs/heads/master | 2021-05-09T16:50:45.304545 | 2018-03-19T04:56:29 | 2018-03-19T04:56:29 | 119,123,958 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,887 | java | package aln.Supply;
public abstract class Supply {
private String category;
private String subCategory;
private String name;
private int currentCount;
private int desiredCount;
private double price;
private String vendor;
private double threshold;
public Supply(String category, St... | [
"dustin.p.schroeder@gmail.com"
] | dustin.p.schroeder@gmail.com |
d2120f9d50921babdebcf95a7513eb3c26a589c2 | fbba623ad761b7a3d07c3658a63a1dc38a86ccb9 | /app/src/main/java/com/zjw/apps3pluspro/sql/dbmanager/SportModleInfoUtils.java | 2c95478428d4d9a39749527b967541542f654c3c | [] | no_license | sengeiou/App3plusPro | ac7eea04857321138e7b2608a700787f93cf6506 | becaee95b8c5c38c5a524b41e6bc159e75eb9fc5 | refs/heads/main | 2023-01-30T03:13:41.672933 | 2020-12-14T02:30:29 | 2020-12-14T02:30:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,098 | java | package com.zjw.apps3pluspro.sql.dbmanager;
import android.content.Context;
import com.zjw.apps3pluspro.application.BaseApplication;
import com.zjw.apps3pluspro.module.home.sport.DeviceSportManager;
import com.zjw.apps3pluspro.sql.entity.SportModleInfo;
import com.zjw.apps3pluspro.sql.gen.SportModleInfoDao;
import co... | [
"1256117056@qq.com"
] | 1256117056@qq.com |
5bc939bc39c2b95289d2a4df887c48e5ec5b47ca | 4505e3e21447c803e5f23d2d40abf182e6d0ed78 | /analysis/src/main/java/edu/stanford/nlp/sequences/SequenceGibbsSampler.java | 47ae11b25445ae1c081d319204b0341cb1f667da | [] | no_license | photon3710/es_test | 76e182267412db5d0ef20cbb97a4d34f1079b98b | 83f9f67906ef9c9ce60c5532f804f7d947dfa56b | refs/heads/master | 2021-01-21T16:44:07.347016 | 2015-07-30T09:15:14 | 2015-07-30T09:15:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,096 | java | package edu.stanford.nlp.sequences;
import edu.stanford.nlp.ie.EmpiricalNERPriorBIO;
import edu.stanford.nlp.ling.HasWord;
import edu.stanford.nlp.math.ArrayMath;
import edu.stanford.nlp.util.Generics;
import edu.stanford.nlp.util.Pair;
import edu.stanford.nlp.util.StringUtils;
import edu.stanford.nlp.util.concurrent.... | [
"ashley.wang@misingularity.io"
] | ashley.wang@misingularity.io |
c4acb873ff3088c24d3396352b3783df72ee97f0 | cf1f90c5d6bae04ba68e1d81cc9a137b94635b4c | /src/test/java/CaesarTest.java | 19575ee3c944a7dcf0aa279cff103bfc885b51d9 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | lanarokip/caesar_cipher | bddc2856d084afbd3985b48b5b58a6a45ea06a71 | 8ea837f320a4ca39d621f6191f60e22c601c4943 | refs/heads/master | 2023-07-14T17:44:55.107229 | 2021-09-06T08:53:17 | 2021-09-06T08:53:17 | 402,741,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | import org.junit.Test;
import static org.junit.Assert.*;
public class CaesarTest {
@Test
public void Caesar_inputTwo_string() {
Caesar caesar = new Caesar ("message", 8);
assertEquals("message","message");
}
@Test
public void Caesar_takesShiftKey_int(){
Caesar caesar = new... | [
"lankipkoecharo@gmail.com"
] | lankipkoecharo@gmail.com |
ec383331935fd69ffdbc817843d2a6a16efd48f4 | 4645855fad5c2aa23048e48cbb5ac3cb955e1e8f | /alexandria/app/src/main/java/it/jaschke/alexandria/services/BookService.java | cc2b0780b06d873434bc7f62dc869362eca9e18e | [
"Apache-2.0"
] | permissive | frank-tan/Super-Duo | 864a6dc99042950126a4abc477adfd93d330bc26 | 1ae0e71361b0af25642ab2e24e3051e5d2ded93b | refs/heads/master | 2021-01-10T11:46:37.420590 | 2016-04-27T13:51:15 | 2016-04-27T13:51:15 | 44,605,853 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,611 | java | package it.jaschke.alexandria.services;
import android.app.IntentService;
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import org.json.JSONArray;
import org... | [
"francis.tine@gmail.com"
] | francis.tine@gmail.com |
510bc93811aa85411f56945d6053bc53dd8371e9 | a1f59af18718f5b90e9faf560859d4e212247d0a | /ponysdk/src-core/main/java/com/ponysdk/ui/terminal/WidgetType.java | abe75f6567278a207d2d8ad27ae8b718b2ee574b | [] | no_license | Smart-Trade/PonySDK | ad5591dd9dddf84d5608a3549c693a6d01115f32 | 7670fa5f4c86947283fa9954f4db0e01647b4b13 | refs/heads/master | 2021-01-15T17:21:19.356402 | 2012-09-01T13:16:57 | 2012-09-01T13:16:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,797 | java | /*
* Copyright (c) 2011 PonySDK
* Owners:
* Luciano Broussal <luciano.broussal AT gmail.com>
* Mathieu Barbier <mathieu.barbier AT gmail.com>
* Nicolas Ciaravola <nicolas.ciaravola.pro AT gmail.com>
*
* WebSite:
* http://code.google.com/p/pony-sdk/
*
* Licensed under the Apache License, Version 2.... | [
"nicolas.ciaravola.pro@gmail.com"
] | nicolas.ciaravola.pro@gmail.com |
33bf3d08f39107d6f4f89f931dd09b9b23eb57a4 | c4c05f99b72988c5953c27ce170689c47f60e19a | /src/code/IntFilter.java | 05f2bf524a72e8f0bae30ffdb8f456bff93c696e | [] | no_license | lukejhudson/fyp-simulation | 844dc7c9697df386dc06fa350b9c5db49b8ce577 | 9871754182f740c96b1debd9e6bcf83e93ad48ad | refs/heads/master | 2020-03-25T12:36:55.817378 | 2019-04-27T16:38:06 | 2019-04-27T16:38:06 | 143,783,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,854 | java | package code;
import javax.swing.text.AttributeSet;
import javax.swing.text.BadLocationException;
import javax.swing.text.Document;
import javax.swing.text.DocumentFilter;
/**
* A DocumentFilter to ensure only positive integers can be entered into a text
* field.
*
* Based on the StackOverflow answer at
* "http... | [
"ljh590@cs.bham.ac.uk"
] | ljh590@cs.bham.ac.uk |
bc62c0d12ac8cacd15a8b90a134e1f754d1ef87d | 3772d54ab6b8b4e750f1b80ef9df8d20f48f6dce | /src/OfficeHours04_15_2020/NestedLoops.java | 05c6eafffa196f17b1e657c0916fe17c33469bb8 | [] | no_license | OnderOmer/java1 | 90599fd99b56da954455045b69ac5d2d8a66ee74 | 40aaaa810aae16633102c01b90e7d1b3538dfc4c | refs/heads/master | 2022-06-04T00:30:54.317180 | 2020-05-01T05:50:55 | 2020-05-01T05:50:55 | 258,632,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package OfficeHours04_15_2020;
import java.util.Arrays;
public class NestedLoops {
public static void main(String[] args) {
// 0 1
char[][] arr2D = { { 'A', 'B'} , {'C', 'D', 'E'} , {'F', 'J', 'H'} };
// 0 1 2
f... | [
"dr.ozgurkucuk@gmail.com"
] | dr.ozgurkucuk@gmail.com |
60d0f7df690eb0ab7590b42efa2d99ad276c7453 | c0e37626d4dda133f46b4472f22044b494eb98c7 | /server/data/packages/STICS_SNOW-master/src/simplace/Snowdepthtrans.java | 41f7b6666130c9e7efc94e833503cc5a71e6359d | [] | no_license | cyrillemidingoyi/crop2ml | 066b77dc298fe25b207a8b77ed140407fc7d3b14 | 3188a6aab7c29adc677bf9ec0855f639631fea8f | refs/heads/master | 2023-06-28T23:08:44.368239 | 2021-07-06T13:05:45 | 2021-07-06T13:05:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | import java.io.*;
import java.util.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import javafx.util.*;
public void Process()
{
double tSdepth = Sdepth.getValue();
double tP_Pns = P_Pns.getValue();
double tSdepth_cm = Sdepth_cm.getValue();
tSdepth_cm = tSdepth * tP_Pns;
Sd... | [
"vincent.armant@insight-centre.org"
] | vincent.armant@insight-centre.org |
e63fa7409b0d5182e4d46f4c0d173762e40db08b | 6afa1c66e2b58aeb5368e18bf974c6e139977adc | /src/com/example/android/skeletonapp/SkeletonActivity.java | ca1d6cbdf1a8a574d3921bdd639eb685a8360e84 | [] | no_license | drewby08/GuestPinGenerator | 45f97eafae17b175e40073991143e4881c70a872 | 0d5af07b4762a2cc668e7de77425d7136b2b215b | refs/heads/master | 2021-01-17T05:28:59.835727 | 2013-01-13T22:07:50 | 2013-01-13T22:07:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,924 | java | /*
* Copyright (C) 2007 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 obtai a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"valentine.181@gmail.com"
] | valentine.181@gmail.com |
5acd0e4adb994590b9d88ce07f6b225c197c79a2 | 4fd08e736019049a838dec9efa74cc2190b6625f | /testdata-java8/src/main/java/basic/StreamC.java | 4d01386a7fbc0a34113b72f74517e3d6209f995a | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-other-permissive"
] | permissive | knighthunter09/spring-loaded | 50a42cc41912ede861cae942e6458b79f2a6faa0 | 658a8678a672d24e9528fb63f70fa502ca7341ea | refs/heads/master | 2020-08-03T17:47:45.312949 | 2016-06-25T00:10:51 | 2016-06-25T00:10:51 | 73,540,025 | 1 | 0 | null | 2016-11-12T08:04:24 | 2016-11-12T08:04:21 | null | UTF-8 | Java | false | false | 438 | java | package basic;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
public class StreamC {
public static void main(String[] args) {
System.out.println("This is Java8");
}
public static int run() {
List<Integer> integers = Arrays.asList(1, 2, 3);
Lis... | [
"aclement@gopivotal.com"
] | aclement@gopivotal.com |
d861fd4b7c398212f4499cae6fb259c8c6af66f2 | f0bdd28f77057ea7fa246a0dc10efb82228d8355 | /src/com/java/collections/MyListTest.java | e7ab618d6feb61674528b38230a962804a2d8089 | [] | no_license | Sindhunaik25/164158_Sindhu | a4f939f9e3607e96876f2fee228b282cbdc17662 | 210d1aa31ea98035271e22d90b7020404a34418a | refs/heads/master | 2020-04-03T19:59:41.650293 | 2019-02-14T12:27:06 | 2019-02-14T12:27:06 | 155,543,002 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.java.collections;
public class MyListTest {
public static void main(String[] args) {
MyList<Integer> list=new MyList<Integer>();
MyList<String> list1=new MyList<String>();
list.add(10);
list.add(20);
list.add(30);
System.out.println(list.get());
list1.add("Sindhu");
list1.remo... | [
"noreply@github.com"
] | Sindhunaik25.noreply@github.com |
085756192cc7e1c19fedc0ea4f38ef4b07fe4297 | 9411b4cd53d04c4fa52792f2b2f2fccb1622072e | /core/src/com/chris_ingram/unnamed_platformer/Sprites/TileObjects/InteractiveTileObject.java | 0e9db7e7d14eafa6b73e9b485b294f8984372873 | [] | no_license | CIngram82/UnnamedPlatformer | 2158fccfae923ce059b63f04037a9732baeca12a | 217464a0d37831deac59334f86c60ae32811609e | refs/heads/master | 2021-07-19T23:53:52.705804 | 2017-10-31T00:21:47 | 2017-10-31T00:21:47 | 107,037,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,447 | java | package com.chris_ingram.unnamed_platformer.Sprites.TileObjects;
import com.badlogic.gdx.maps.MapObject;
import com.badlogic.gdx.maps.objects.RectangleMapObject;
import com.badlogic.gdx.maps.tiled.TiledMap;
import com.badlogic.gdx.maps.tiled.TiledMapTile;
import com.badlogic.gdx.maps.tiled.TiledMapTileLayer;
import co... | [
"cingram82@gmail.com"
] | cingram82@gmail.com |
afff8ca07b3598ff6d3be8f2d688bb56d00da16a | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2_Scripts_com/L2_Scripts_Revision_20720_2268/dist/gameserver/data/scripts/handler/items/WorldMap.java | 20bbdcdebae323a717b97bb07cde118a23190d74 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package handler.items;
import l2s.gameserver.model.Playable;
import l2s.gameserver.model.Player;
import l2s.gameserver.model.items.ItemInstance;
import l2s.gameserver.network.l2.s2c.ShowMinimapPacket;
import handler.items.ScriptItemHandler;
public class WorldMap extends ScriptItemHandler
{
// all the items ids that ... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
3454147cf0bb99172a5f29cd3c26cc1dcc27b43d | 7d090886de9d6410863a0a6d157a76d772fb8232 | /src/models/LoginModel.java | 3eddca40cbd7fbedbd538083ffb119096355d294 | [] | no_license | sharath2101352/ITM510_Finalproject | 55ec7632804da24d78ff30c4d9f38fa3fe98b94a | 4bb20f24345629dc6d44cc0b41516a84ccafac0f | refs/heads/main | 2023-01-30T20:34:50.705712 | 2020-12-13T04:09:06 | 2020-12-13T04:09:06 | 311,748,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,487 | java | package models;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import Dao.DBConnect;
import util.MD5Encript;
public class LoginModel extends DBConnect {
private Boolean admin;
private int id;
private String role;
public int getId() {
return id;
... | [
"noreply@github.com"
] | sharath2101352.noreply@github.com |
63593b671b139834e03d029d9ed6c13d4abc6d10 | 0c617b546cbbc47dce2d37fb14edc16040beae41 | /Aula5/src/com/company/Main.java | 9e45cd6132799b9179136f3b20795a9dd18a3fcf | [] | no_license | Diogofbg/AD | 40e693f71176bc766327ba2e597cea933bb01c2d | ea80cde674d6bc77d3dd0eba1c82817fa922bbee | refs/heads/master | 2023-02-24T00:13:27.097828 | 2021-01-22T16:02:01 | 2021-01-22T16:02:01 | 302,430,150 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 721 | java | package com.company;
import java.awt.geom.Area;
public class Main {
public static void main(String[] args) {
Point x = new Point(10,20);
Point y = new Point(25,50);
double setDistance = x.distanceTo(y);
System.out.println(setDistance);
Point a = new Point(0,3);
P... | [
"diogofbgoncalves@hotmail.com"
] | diogofbgoncalves@hotmail.com |
dddba76375d4d58bc82ad165c2a9abe8e61f4b6b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_1241a31a5fdfeb9d142482f1813170e95d50110e/JFlexXref/10_1241a31a5fdfeb9d142482f1813170e95d50110e_JFlexXref_s.java | 68c1058b69c4100cb1b5dba1d294fd8e5fa915f2 | [] | 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 | 9,960 | java | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d0fb8b044eb79aa358c634ae57836c48b1c3b5d2 | b02dcbf38768fafcb246773fc05169e4649d8632 | /src/main/java/com/zurcnanor/tinnovatest/vehicle/service/VehicleService.java | 99d7644ea8eec7b86d8cc11f741fc49a84b6e59e | [] | no_license | rcruz148/tinnovatest | c333c78c7e1fae61f43f37f16eacc3172d5a6d7c | 3ff92edc58a236b1b4ca5041f4fd6dfdcc75d09a | refs/heads/main | 2023-02-28T17:08:41.641778 | 2021-02-01T01:52:17 | 2021-02-01T01:52:17 | 334,800,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,990 | java | package com.zurcnanor.tinnovatest.vehicle.service;
import com.zurcnanor.tinnovatest.interfaces.IService;
import com.zurcnanor.tinnovatest.vehicle.domain.Vehicle;
import com.zurcnanor.tinnovatest.vehicle.dto.SearchSpecification;
import com.zurcnanor.tinnovatest.vehicle.exception.SearchingDateInvalidException;
import co... | [
"noreply@github.com"
] | rcruz148.noreply@github.com |
c3387dfa6970df024230845c104b978693e3a24c | 24636c3be1652b29c3ea405973ba0a3e34ebe502 | /org.eclipse.microservices/src/micro/impl/StepImpl.java | 749c9bc5953fd21efdc5779b20735a21aad0227a | [] | no_license | yaseenkhantanoli/MDE-Sirius_project | f43951450434ca663ac511e88ca53e7858212add | 42b58aa3778a39994b56f5507b82eb86528b8280 | refs/heads/master | 2020-03-24T04:51:08.735233 | 2018-07-26T16:41:39 | 2018-07-26T16:41:39 | 142,466,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,796 | java | /**
*/
package micro.impl;
import java.util.Collection;
import micro.Command;
import micro.MicroPackage;
import micro.Step;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
/**
* <!-- begin-user-doc -->
* A... | [
"noreply@github.com"
] | yaseenkhantanoli.noreply@github.com |
9129c2e7836fc98d42063c3bd4aad7924b5cf155 | fdf10d4e0713ca3080b9c464343f59f8c0473c17 | /multi-datasource-jpa/src/main/java/com/pcz/multi/datasource/jpa/SpringBootMultiDatasourceJpaApplication.java | 3469413af68be3f51bf40a3ec0053bd5f02c9df2 | [
"MIT"
] | permissive | picongzhi/spring-boot-demo | 4a4b3b5fdf1c8155961df272915ae9b7dfc86a21 | 4ec79dc5df9163564c32dbbc7accece7f1b83bdf | refs/heads/master | 2021-07-12T04:06:21.773857 | 2020-10-20T09:03:18 | 2020-10-20T09:03:18 | 207,985,328 | 0 | 1 | MIT | 2020-07-02T00:39:41 | 2019-09-12T06:58:07 | Java | UTF-8 | Java | false | false | 404 | java | package com.pcz.multi.datasource.jpa;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author picongzhi
*/
@SpringBootApplication
public class SpringBootMultiDatasourceJpaApplication {
public static void main(String[] args) {
... | [
"picongzhi@meituan.com"
] | picongzhi@meituan.com |
883a633f37671bf6914225d83199adc0940fe8e1 | ac49190345e921dded73833e24bd2ca7a0a31578 | /HW03-0036489629/tests/prob1/hr/fer/zemris/java/tecaj/hw3/prob1/Prob1Test.java | 2ad4252d6f4b934e84d0dd66d17a74d9d235dede | [] | no_license | the-JJ/FER-OPJJ | a15871cfd042662bebb1416969b2e96832c0ec07 | fce1288119b60c3a3666c09c463fdc7d208d1888 | refs/heads/master | 2021-06-01T18:00:16.700192 | 2016-09-03T10:58:24 | 2016-09-03T10:58:24 | 67,282,608 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 9,262 | java | package hr.fer.zemris.java.tecaj.hw3.prob1;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import org.junit.Ignore;
import org.junit.Test;
public class Prob1Test {
@Ignore
@Test
public void testNotNull() {
Lexer lexer = new Lexer("");
assertNotNull("Token was e... | [
"juraj.juricic@gmail.com"
] | juraj.juricic@gmail.com |
e184826f9da1a655575779718a74f1caefba9e4b | 9d71bef6ae4ed8df9aad357bf1fcade4643fcf51 | /src/main/java/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig.java | 254230938d1f240073d08047c4af3ac2bc602e28 | [] | no_license | MasonEcnu/MicroJava | 6c33e39d67835a57ae2ca5f5b3ad37aeb9e351ba | 307329f64742da456ebe9788fd9cb62cdced8a62 | refs/heads/master | 2021-03-23T03:59:50.614960 | 2020-04-30T02:06:35 | 2020-04-30T02:06:35 | 247,420,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,204 | java | /*
* Copyright 2019 The Netty Project
*
* The Netty Project 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/licenses/LICENSE-2.0
*
* Unless ... | [
"364206176@qq.com"
] | 364206176@qq.com |
693d0c3442a431e425a2e5fec13843912769c0cf | 9fc4b599b2a8433df4279fa3063619edb64089ae | /hw10-hibernate/src/main/java/ru/otus/core/service/DbServiceException.java | 77512175e9de8942b675cd23349daa2084441069 | [
"MIT"
] | permissive | hikarido/2020-03-otus-java-ananev | 9dacb72f0340b52c1fea134f2d0c7b6ac9f6b365 | 239cbb9c4eba002670e9d7cf807760db4c76efe1 | refs/heads/master | 2021-05-18T04:50:07.095792 | 2020-11-08T16:27:50 | 2020-11-08T16:27:50 | 251,116,705 | 0 | 0 | MIT | 2020-11-08T16:27:51 | 2020-03-29T19:32:31 | Java | UTF-8 | Java | false | false | 160 | java | package ru.otus.core.service;
public class DbServiceException extends RuntimeException{
public DbServiceException(Exception e) {
super(e);
}
}
| [
"ananev@protei.ru"
] | ananev@protei.ru |
40e8f289a9443e70f202b2e3f98d88862251478c | b78d96a8660f90649035c7a6d6698cabb2946d62 | /solutions/ModelJoin/src/main/java/substationStandard/LNNodes/LNGroupP/PTUC.java | 20d6df9e3e37585f92cb21e5b461ec8d41381ec6 | [
"MIT"
] | permissive | suchaoxiao/ttc2017smartGrids | d7b677ddb20a0adc74daed9e3ae815997cc86e1a | 2997f1c202f5af628e50f5645c900f4d35f44bb7 | refs/heads/master | 2021-06-19T10:21:22.740676 | 2017-07-14T12:13:22 | 2017-07-14T12:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,494 | java | /**
*/
package substationStandard.LNNodes.LNGroupP;
import substationStandard.Dataclasses.ACD;
import substationStandard.Dataclasses.ACT;
import substationStandard.Dataclasses.ASG;
import substationStandard.Dataclasses.CSD;
import substationStandard.Dataclasses.CURVE;
import substationStandard.Dataclasses.ING;
/**
... | [
"hinkel@fzi.de"
] | hinkel@fzi.de |
a38a8e1c6fc62828384628313704f7a5df678626 | 991c009bff7b440a175363d9d397c2b48e01b536 | /src/gov/nasa/worldwind/WorldWindowGLAutoDrawable.java | 5d5b84df8d7512feda8515ca8aa32e72575b5f71 | [] | no_license | IUE/QGlobe | 39c86f05b2ad8c3c264972cfad01c62d19678e2b | f78c857c366580121c029f2d036aa2afc5709f75 | refs/heads/master | 2016-09-05T18:56:29.968147 | 2013-03-29T20:56:40 | 2013-03-29T20:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,812 | java | /*
* Copyright (C) 2011 United States Government as represented by the Administrator of the
* National Aeronautics and Space Administration.
* All Rights Reserved.
*/
package gov.nasa.worldwind;
import gov.nasa.worldwind.cache.GpuResourceCache;
import gov.nasa.worldwind.event.*;
import gov.nasa.worldwind.exception... | [
"jdudla@iuetech.com"
] | jdudla@iuetech.com |
4c0c74bdd4ccf7677478d7ed3b5b52799cda4496 | 50ce167011ea244f092ba02f06b1604b04c90424 | /app/src/main/java/com/example/the_dagger/learnit/adapter/CategoryAdapter.java | 0bc498dd666afbf4dd06f3aff5b0c2a56c03cc77 | [] | no_license | mayank408/Learn-CODEWARS | d291022c00fb8c2dde40c5aad50fd814eaad0344 | e1c4b436d8727839d1067246c02c7a89de638521 | refs/heads/master | 2021-01-12T17:00:43.999593 | 2016-10-20T19:17:59 | 2016-10-20T19:17:59 | 71,490,291 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,594 | java | package com.example.the_dagger.learnit.adapter;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;... | [
"mayank.trp48@gmail.com"
] | mayank.trp48@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.