blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e4fbb0a2c78335e72fd5100cdbff659f61ef167f | 49897f43e5341a563d0a0952e6f9c3dbab7b0490 | /app/src/main/java/com/example/secondlabandroid/organization/University.java | 35e14562b7d1e068af4a7b5be58486f0114fd953 | [] | no_license | Nastya-Lis/secondLabAndroid | 3216f72bee3b560bd5fefc992765f7effa8d6abc | 60109fb781e52ca048684a312189b1bf67b0f61c | refs/heads/master | 2022-12-26T17:46:20.931619 | 2020-10-04T14:19:30 | 2020-10-04T14:19:30 | 299,843,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.secondlabandroid.organization;
public enum University {
BSTU("Here you can die"),
BNTU("Chill"),
BGU("There are successful people"),
OTHER("Noname");
University(String shortDescribe){
describing = shortDescribe;
}
String describing;
int count;
public in... | [
"bankay.kotopes@mail.ru"
] | bankay.kotopes@mail.ru |
b63585c13d750e7691a6b6588fb9c0e6406d2f15 | b648206752b73eb20db7b9c3a0c403927237041b | /java/SyncCases/app/src/main/java/com/example/olivermensah/synccases/SplashActivity.java | 24d3b62dc7fba03bf4b73bc14fab7aa3d4ce32d0 | [] | no_license | OliverMensahDev/Android | e22cbdea32f43bcb190437001dc75289104cbf75 | 84062e4b8fc4d9cad0246f5fb159f9bdfb7b05f3 | refs/heads/master | 2021-10-22T08:26:39.923971 | 2019-03-09T10:01:50 | 2019-03-09T10:01:50 | 135,918,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package com.example.olivermensah.synccases;
/**
* Created by olivermensah on 12/3/17.
*/
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;... | [
"olivermensah96@gmail.com"
] | olivermensah96@gmail.com |
5bbf9b3ebda5d3f9811426100094827aa63df2cf | 4e3f175b329973f32d9a284219ea6343ea5b6b26 | /src/main/java/org/example/exerciseOne/model/Truck.java | 376104db6ac0905eb2fe3de0c254a655e2ed9cd8 | [] | no_license | Benjamineboson/Inheritance_Exercises_Lexicon | 1c77fdbded72895b975d240ee9a4342e074fdbe3 | d4bf6420d3eef3d156fdfbddb0b50ccb070232f9 | refs/heads/master | 2023-01-02T12:18:02.824434 | 2020-04-17T09:39:08 | 2020-04-17T09:39:08 | 256,461,646 | 0 | 2 | null | 2020-10-13T21:16:22 | 2020-04-17T09:36:34 | Java | UTF-8 | Java | false | false | 443 | java | package org.example.exerciseOne.model;
public class Truck extends Vehicle {
private double maxWeight;
private int maxSpeed;
public Truck(int vehicleId, String brand, String regNum, double maxWeight, int maxSpeed){
super(vehicleId,brand,regNum);
this.maxWeight = maxWeight;
this.maxS... | [
"benjamineboson@gmail.com"
] | benjamineboson@gmail.com |
e1721b0b60e177f7c6abb56ae96d7ef2bbaa8db2 | 48eaf8db5c8a52ee746202b8e166bf3356554ff1 | /Operations/nifi-ops/core/src/test/java/com/sequenceiq/cloudbreak/core/bootstrap/service/ClusterBootstrapperTest.java | dc4040589a1f15839df49627c26a9ff5e3f5e531 | [
"Apache-2.0"
] | permissive | tspannhw/nifi-addons | 4f87e41a5ee45d152c5c9d880695464032b07dd2 | fd06d761e68baf207950730652d4a035e56278f4 | refs/heads/master | 2021-01-18T09:41:41.263741 | 2016-07-06T20:11:39 | 2016-07-06T20:11:39 | 62,816,041 | 1 | 0 | null | 2016-07-07T15:04:55 | 2016-07-07T15:04:54 | null | UTF-8 | Java | false | false | 25,608 | java | package com.sequenceiq.cloudbreak.core.bootstrap.service;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyInt;
import static org.mockito.Matchers.anyLong;
import static org.mockito.Matchers.anySet;
import static org.mockito.Matchers.anyString;
import static org.mockito.Mockito.doNothing;
... | [
"jdye64@gmail.com"
] | jdye64@gmail.com |
31f8dba3c15f52b7f7e41e94dcddb1317e6c9e0b | be9cdf2d59aa7a33e6dc09f70da07418ae8b05f0 | /src/tryings/TipDonusum.java | 6c4f8d56f45faeeee2fc068b37a4bcb459b5e9e5 | [] | no_license | ZaferKok/MyProject | e9381adab8d102b724bc8be0ee076d1a6ea02e4a | bf13bc398f6fa9198731ffa842d29a6f46bac24d | refs/heads/master | 2022-04-22T23:09:28.192595 | 2020-04-24T00:42:31 | 2020-04-24T00:42:31 | 258,226,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package tryings;
public class TipDonusum {
public static void main(String[] args) {
// First way;
int num1 = 32;
int num2 = 18;
System.out.println("Toplam integer olarak : " + (num1+num2));
String newNum1 = "" + num1;
String newNum2 = "" + num2;
System.out.println(newNum1); // It wri... | [
"62161849+ZaferKok@users.noreply.github.com"
] | 62161849+ZaferKok@users.noreply.github.com |
9aa93972992a599fcfe49d76018bcd90a3464ad6 | 167b30938b732781dbc418bbdc0b138b5d3f3b1d | /app/src/main/java/com/musicplayer/ccl/music_player/adapter/AudioListAdapter.java | 57102084336fdf34dda7f9358a17e7cbf03b7757 | [] | no_license | CCLCM/music_player | 10b46a3d0670d62352ce553078d6e458af718869 | 50666c6ed96edd7c9b1931b0afc181c505af8b26 | refs/heads/master | 2021-05-05T00:25:23.625044 | 2018-02-05T10:29:13 | 2018-02-05T10:29:13 | 119,480,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package com.musicplayer.ccl.music_player.adapter;
import android.content.Context;
import android.database.Cursor;
import android.support.v4.widget.CursorAdapter;
import android.text.format.Formatter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.musicplayer.ccl.mu... | [
"958860308@qq.com"
] | 958860308@qq.com |
1b8cc65fbd5fc669eb19aa755484a6e21e81b0c9 | 621bb1f04bd65faf94d62e56a035eff450b15b7a | /src/com/Main.java | 867613bc93dcd430fb1b81132c0e9df2f1ffde15 | [] | no_license | shevtsod/ENSE374LabProject | 7cfdd028ff01ca5a685d178c76886ce7ab7793df | 9c34c283f1c6755183e770423ee72b7c2faf8d8b | refs/heads/master | 2021-01-12T14:40:48.403861 | 2017-03-16T00:29:42 | 2017-03-16T00:29:42 | 72,047,286 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,988 | java | package com;
/*
* FILENAME: Main.java
* COURSE: ENSE 374
* AUTHOR: Daniel Shevtsov
*/
import com.shevtsod.Simulator.BoardManager;
import java.util.InputMismatchException;
import java.util.Scanner;
/**
* <p>
* The primary entry point for the program
* </p>
*
* @author Daniel Shev... | [
"daniel.shevtsov@gmail.com"
] | daniel.shevtsov@gmail.com |
d77fd99d2f7b3391f901b682ccdd1cd701a52495 | 8920cf1e82cfec6213f4b14cfecf19202f1001a0 | /app/src/main/java/es/source/code/adapter/FoodDetailPagerAdapter.java | 2434c305d13bb471d6dbaf919cf428d4535590c2 | [] | no_license | togepro/SCOS | 9951b471d4a56d66305b63a8117749d1a6badd4e | e8b4b39bc9e2c1ef0fbb05f21374be9e0268aec2 | refs/heads/master | 2020-04-01T01:03:59.775943 | 2018-11-18T13:28:24 | 2018-11-18T13:28:24 | 152,724,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,359 | java | package es.source.code.adapter;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.view.PagerAdapter;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewG... | [
"572298529@qq.com"
] | 572298529@qq.com |
021be9e5a87fb88f4826a2e2e43ecaedad90b01a | 44d8aa309f709422f32d4815490a3eec05544489 | /build/src/main/java/com/mypurecloud/sdk/v2/api/request/GetWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataRequest.java | 594560c7ecc4ada4a74cfbce42077e5729c25d28 | [
"MIT"
] | permissive | MyPureCloud/platform-client-sdk-java | a25146f15a0ef96f5c0c4655af3dc8aa77e48843 | 250d47418a9642fce5c7d6697f87d978ec39a257 | refs/heads/master | 2023-08-17T01:42:17.287918 | 2023-08-15T07:03:28 | 2023-08-15T07:03:28 | 86,601,855 | 7 | 14 | MIT | 2023-02-27T14:26:49 | 2017-03-29T15:56:50 | HTML | UTF-8 | Java | false | false | 17,098 | java | package com.mypurecloud.sdk.v2.api.request;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.mypurecloud.sdk.v2.ApiException;
import com.mypurecloud.sdk.v2.ApiClient;
import com.mypurecloud.sdk.v2.ApiRequest;
import com.mypurecloud.sdk.v2.ApiRequestBuil... | [
"purecloud-jenkins@ininica.com"
] | purecloud-jenkins@ininica.com |
5af11f4ad51cdc533e361b71e943e7e240fd027a | 68868ecc95c722534e2a72d369ba6ed991dcfc89 | /src/geeks/search_array/ExponentialSearch.java | d19831a99635af8044f9b918c64f6d908d9c4e7f | [] | no_license | singhalrbl/practice_data_structure | af7598d01e564711ea9fcf7d13baef2db096ac26 | e161d8cf4bc8adfad3827b3650902c4e22987c1a | refs/heads/master | 2023-01-01T18:06:48.395645 | 2020-10-12T02:27:06 | 2020-10-12T02:27:06 | 291,530,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 186 | java | package geeks.search_array;
/* https://www.geeksforgeeks.org/exponential-search/ */
/*https://en.wikipedia.org/wiki/Exponential_search */
public class ExponentialSearch {
} | [
"root@singhalrbl.localdomain"
] | root@singhalrbl.localdomain |
3e3ff97a65f2efa673efd95b87d852fe04e5bc53 | 407daf338c496df4978b8a459ee242177d622d6e | /mediumApp/domain/src/main/java/com/anlijiu/example/domain/interactor/GetCardDetails.java | 85b008a8d4cf96bcedb00e3f82645f5689e03b55 | [
"MIT"
] | permissive | anlijiu/android-boilerplates | afdce450ef3fd42ad9bcc27d1529df738705b2df | 2c1533f1057ee24c3c8f044ee1e89f5bd5764514 | refs/heads/master | 2020-03-20T22:56:34.533771 | 2018-10-08T01:59:23 | 2018-10-08T01:59:23 | 137,821,970 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,898 | java | /**
* Copyright (C) 2015 Fernando Cejas Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"evilly@126.com"
] | evilly@126.com |
a7efc665e33d1f32b322ab827bf5306f7f8f1243 | f487dd8332d397465071a392178d81876d9a668a | /Day01-15-语言基础/Day10集合代码/Lesson4Collections/src/com/cxk/demo06/Demo34HashTable.java | e00403cfac2a252f757f31fd2beb6e69640eb93f | [] | no_license | winderst/HarmonyOS-100-Days | 44d73496020d212a9df19be6fe9513e0ae190702 | d356b1790b27303ef2ece984784dd2ac43e0f1d0 | refs/heads/main | 2023-06-14T17:13:23.094544 | 2021-07-09T01:10:35 | 2021-07-09T01:10:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | package com.cxk.demo06;
import java.util.HashMap;
import java.util.Hashtable;
public class Demo34HashTable {
public static void main(String[] args) {
/*
* HashMap,支持null
*
* HashTable,不支持null,抛出异常:NullPointerException
*/
HashMap<String, String> map = new HashMap<>();
map.put("A", "程... | [
"hanru723@163.com"
] | hanru723@163.com |
b207b5faf45e686a6e2e5e9a30687fbe284815ff | d20ef86674f54730187d53cf39a99a6fe316c8b3 | /src/main/java/sample/model/User.java | c1b503d5b6c859bd453924dc034364071a3ae029 | [] | no_license | LachowskiTomekPL/JavaFX_Database | 3641534ce1f894e0611faf40ea2bbe59ddd63d12 | b7927347779d62ef9f8626403ab04b8a6461f9ba | refs/heads/master | 2023-01-02T05:20:42.840543 | 2020-10-24T22:51:21 | 2020-10-24T22:51:21 | 301,829,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | package sample.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@AllArgsConstructor
@NoArgsConstructor
@Data
public class User {
private Integer id;
private String firstName;
private String lastName;
public Integer getId() {
return id;
}
... | [
"lachowskitomasz.pl@gmail.com"
] | lachowskitomasz.pl@gmail.com |
5152e984b31a435a05de33855a541e45c89d2c41 | 9579c009c6ebbd446db23572b6feb71569ec3faf | /src/main/java/com/team09/dao/CommentDao.java | 10ffa3974817e7f29b9aa125c28c650aa54beae9 | [] | no_license | 997Yi/team09_simpleBBS | 7308ec0005a264184f455cbec9ef45c1c64f9162 | 8b31717d6dae57654766443c525cabf85a088daa | refs/heads/master | 2023-02-14T21:10:52.002210 | 2021-01-18T00:39:41 | 2021-01-18T00:39:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package com.team09.dao;
import com.team09.bean.Blog;
import com.team09.bean.Comment;
import java.sql.SQLException;
import java.util.List;
/**
* @author team09
*/
public interface CommentDao {
/**
* 添加评论
* @param comment
* @return
* @throws SQLException
*/
public boolean addCommen... | [
"2012357983@qq.com"
] | 2012357983@qq.com |
765d2e1a5cbb65b926878835d54f1087e3bdf778 | d593ad37a82a6396effceaf11679e70fddcabc06 | /unLock/ch12/android/src/com/msi/manning/UnlockingAndroid/ShowJob.java | 8bce35c18c5165e84f27856fd792a84232cc8b78 | [] | no_license | psh667/android | 8a18ea22c8c977852ba2cd9361a8489586e06f05 | 8f7394de8e26ce5106d9828cf95eb1617afca757 | refs/heads/master | 2018-12-27T23:30:46.988404 | 2013-09-09T13:16:46 | 2013-09-09T13:16:46 | 12,700,292 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 5,316 | java | /*
* showjob.java Unlocking Android http://manning.com/ableson Author: W. F. Ableson
* fableson@msiservices.com
*/
package com.msi.manning.UnlockingAndroid;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import an... | [
"paksan@daum.net"
] | paksan@daum.net |
db11680fe1200ddedebef449a3886881ffc7a747 | f97fe5ca8584ef3ee119abf5e76cd6ebf3ad87d5 | /src/main/java/org/manojit/messenger/resource/ProfileResource.java | a102c449f9dd8306594c3a2bf3a4ea2e58d20ae5 | [] | no_license | manojsoftware/restmessenger | cefae0a6770ec74b94560bd0c2495eebc7c475b4 | 4357aaacdab3b7c5fe6262305823be977e3875f3 | refs/heads/master | 2020-06-27T08:44:15.206570 | 2016-11-23T05:09:40 | 2016-11-23T05:09:40 | 74,529,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | package org.manojit.messenger.resource;
import java.util.List;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import... | [
"manojitsoftware@gmail.com"
] | manojitsoftware@gmail.com |
93852a0208659517cd8cc38625f7606b418aad33 | 9796464e0f85d7fa56e4e7a0169c616792eda2c4 | /src/main/java/com/yuuko/modules/utility/commands/RolesCommand.java | adb3d67babca2faa49e2e2566d977e72fd0afeab | [
"Apache-2.0"
] | permissive | Yuwuko/Yuuko | 8164912478d373de36333d01553a26ffd3d99733 | c3e1f0fc47c7a593aa4c5599ab43ddf4b8c1eddb | refs/heads/master | 2023-06-10T12:26:21.467012 | 2021-07-01T18:09:28 | 2021-07-01T18:09:28 | 131,979,618 | 2 | 1 | Apache-2.0 | 2021-05-12T10:05:59 | 2018-05-03T10:28:50 | Java | UTF-8 | Java | false | false | 1,509 | java | package com.yuuko.modules.utility.commands;
import com.yuuko.MessageDispatcher;
import com.yuuko.Yuuko;
import com.yuuko.events.entity.MessageEvent;
import com.yuuko.modules.Command;
import com.yuuko.utilities.TextUtilities;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.Role;
import jav... | [
"errorsfound@hotmail.co.jp"
] | errorsfound@hotmail.co.jp |
14e9f956a9f8ab5a4474a4b04681f3ff88900639 | fa61fd6573be8fb5bdb7413a9333555863016cec | /NoRecordsDatabase/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/mydatabase/org/apache/jsp/select/selectMusician_jsp.java | c9bf2cf0d0067b1979b88362a60c2bd0e2c06934 | [] | no_license | sagardhakal-photon/myDatabase | 9a5b7c41cb4f14eb84aec106903ab37d7f19cb5c | 9bfaa43d8fa5eba8c3f2b3f679a4a29e3589772f | refs/heads/master | 2023-04-01T18:23:58.704317 | 2018-03-31T03:07:19 | 2018-03-31T03:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,990 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.1
* Generated at: 2017-11-29 00:28:49 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.apa... | [
"mfperez13@gmail.com"
] | mfperez13@gmail.com |
c7191bf07cfc6a9db417be4c0db73464016cb492 | fbeaff12239b0c7decd7553bbb0142dc0846e9eb | /src/main/java/com/projecttau/defaults/commands/GamemodeCommand.java | 1eef8c79bf4ade701863b1606b7449a525b02743 | [
"MIT"
] | permissive | ZombieStriker/ProjectTau | 59c5bdb9b9cc5b77932f28a0f5205d95d9e0a678 | 9be1c8d3b485c1ca6f7625065c202516d4e13afe | refs/heads/main | 2023-05-20T03:43:32.143902 | 2021-06-13T09:35:20 | 2021-06-13T09:35:20 | 375,923,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package com.projecttau.defaults.commands;
import com.projecttau.bootstrap.Bootstrap;
import net.minestom.server.command.builder.Command;
import net.minestom.server.entity.GameMode;
import net.minestom.server.entity.Player;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public cla... | [
"dannyboyhn@yahoo.com"
] | dannyboyhn@yahoo.com |
6da65a8b5631528d536cfa658aaf157aa694c3ed | fef4db06d1b6d2b84d4a5453537c30f7aa5145bc | /src/co/tapdatapp/TapReady.java | 7f80ce34c05f3f47d24472f6c623a02e2aed5137 | [] | no_license | MikeConner/TapDatAndroid | 7f60701f281f2ce61fce98c7a004b079f9b9f105 | d3e90805788a0d6d202d49535389e90946a2caea | refs/heads/master | 2022-01-14T16:31:07.089533 | 2013-08-18T06:27:26 | 2013-08-18T06:27:26 | 12,041,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,231 | java | package co.tapdatapp;
import android.os.Bundle;
import android.app.Activity;
import android.app.PendingIntent;
import android.nfc.NdefMessage;
import android.nfc.NfcAdapter;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.IntentFilter.MalformedMimeTypeException;
import androi... | [
"arash.danaie@gmail.com"
] | arash.danaie@gmail.com |
62e9e7e36cdf8e83fc6c9bddec4f59c3146eb958 | ed930f339e8dbdccf359a54a71f4aa7cf6839132 | /app/src/main/java/com/example/check24products/presentation/MainActivity.java | 27951e123828aa53e09325e05a4800558173b73c | [] | no_license | umairqidwai/Check24Products | 3e7d49e77e41a680e9dbb639b9aaba0547480cd8 | 6442eb28a6bf3fc4f5844f69c766eaacacf92040 | refs/heads/main | 2023-02-15T01:44:35.345193 | 2021-01-10T01:08:01 | 2021-01-10T01:08:01 | 326,806,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | package com.example.check24products.presentation;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.DividerItemDecoration;
import androidx.recyclerview.widget.LinearLayo... | [
"umair@Umairs-MacBook-Pro.local"
] | umair@Umairs-MacBook-Pro.local |
d83f1f52a41e19e2b7859c0461ed1f3815ed3b6c | 6d62df72b9e974ed2a0e1c636018f5cc79719af0 | /app/src/main/java/com/zy/yaoproject/base/inter/IBaseView.java | 728885612416070ba24b673f989cdabbbda6eb0e | [] | no_license | doutuifei/YaoProject | 5b2fb257f716fd966b505af1ba5cd93ace869b57 | 61958bf278acc0822ac32c59ec572b8e628f959f | refs/heads/master | 2021-09-14T07:13:07.980485 | 2018-05-09T11:06:11 | 2018-05-09T11:06:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,086 | java | package com.zy.yaoproject.base.inter;
import android.content.Context;
import android.support.v4.widget.SwipeRefreshLayout;
/**
* Created by muzi on 2018/4/3.
* 727784430@qq.com
*/
public interface IBaseView {
/**
* 获取当前上下文对象
*
* @return
*/
Context getContext();
/**
* 显示进度条
... | [
"727784430@qq.com"
] | 727784430@qq.com |
57305ba8d78bef87eacb1a72170a2930191a9b03 | ba39bfacdd72261fb15d6dc6b93c69e0ff0562f3 | /src/gwt/dojo/mobile/client/Pane.java | b99fc4b9bc14148b26e033f69c4d373a871a971a | [
"AFL-3.0",
"BSD-3-Clause",
"AFL-2.1",
"Apache-2.0"
] | permissive | andrescabrera/gwt-dojo-toolkit | 4cf0f7bf3061f1f1248dec731aca8d6fd91ac8dc | 4faf915c62871b2267a49ce0cd703dd98d986644 | refs/heads/master | 2020-05-30T03:49:29.199573 | 2013-06-17T10:57:52 | 2013-06-17T10:57:52 | 40,503,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | package gwt.dojo.mobile.client;
import gwt.dojo.dijit.client.IContained;
import gwt.dojo.dijit.client._WidgetBase;
/**
* A simple pane widget.
* <p>
* Pane is a simple general-purpose pane widget. It is a widget, but can be
* regarded as a imple {@code <div>} element.
* <p>
* {@code baseClass='mblPane'}
*/
pub... | [
"georgopoulos.georgios@gmail.com"
] | georgopoulos.georgios@gmail.com |
1e99fd6a8d21ab51ddd72cd0afe40aa252c14832 | 821e348b780a7917f78fa0e8cd397230f3cf9f8d | /src/com/topsci/kwang/mobilecode/ArrayOfString.java | 3addefbc949f9dd6b56e04cd02ad2904a378878a | [] | no_license | mmlvkk/webserviceClientTest | 7bb4d34184e3f61c4ea6a2ac0603b20f10a87b02 | a9b1c654c104b7caec77ae7ecb32035679d455e3 | refs/heads/master | 2020-12-24T18:32:57.288155 | 2016-05-18T06:06:00 | 2016-05-18T06:06:00 | 56,495,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,899 | java |
package com.topsci.kwang.mobilecode;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ArrayO... | [
"mmlvkk@gmail.com"
] | mmlvkk@gmail.com |
346538de5f31c50f5a2cf34237c836148919af9f | 8a5e3479744f9d96c684b31926f438748c3abf7f | /stream-reader/src/main/java/com/avenuecode/talk/stream/reader/model/Pixel.java | 2a0b66591aaff2881f405099ca95ddf399ed5781 | [] | no_license | smarotta/json-stream | 000b79c6241a46dbf3ce996d979f855b3bbb7674 | 4fe82dd903a7d360e5f835ef055b0f4c9c86692c | refs/heads/master | 2021-03-27T15:15:19.352613 | 2017-02-20T20:24:02 | 2017-02-20T20:24:02 | 77,847,037 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.avenuecode.talk.stream.reader.model;
public class Pixel {
private int x;
private int y;
private int a;
private int r;
private int g;
private int b;
public Pixel() {
}
public Pixel(int x, int y, int argb) {
this.x = x;
this.y = y;
setARGB(argb);
}
public int getARGB() {
int arg... | [
"stefano.marotta@macys.com"
] | stefano.marotta@macys.com |
ac52596bafd9f4e955b2d03226d798bb9068400b | 72cc7541542905823a38d73b8ee4a0941e1b0b88 | /load-service-util/src/main/java/com/xu/util/Excel/ExportExcel.java | 06dff50b75c03fade2d7ba94bfc009665cabd9f7 | [] | no_license | xuhongda/load-service | 8dd6f08ebbaf0a980501b4bdf6c7173fba252ee8 | 21b710904b378d31dbb56a67aa78f6648ee20966 | refs/heads/master | 2022-12-22T13:26:20.663306 | 2019-07-29T12:47:57 | 2019-07-29T12:47:57 | 129,882,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,939 | java | package com.xu.util.Excel;
import org.apache.poi.ss.util.CellRangeAddress;
import org.apache.poi.xssf.streaming.SXSSFCell;
import org.apache.poi.xssf.streaming.SXSSFRow;
import org.apache.poi.xssf.streaming.SXSSFSheet;
import org.apache.poi.xssf.streaming.SXSSFWorkbook;
import javax.servlet.http.HttpServletResponse;
... | [
"xuhongda7@outlook.com"
] | xuhongda7@outlook.com |
410436df7a0b07b07877e9bb49c6f5f7a87d8c6b | e7f8acff7948cf6618043ec7b998867b7c6ad831 | /java/blog1/src/main/java/com/pzh/blog/controls/admin/TagControl.java | bed80f37466114057171e9c153787fef46a8cdfb | [] | no_license | z778107203/pengzihao1999.github.io | 9b97ecefba6557f1f815a5f17da33118ddf78b37 | d683ba31772fb3a42085cb44ee0601637bcdd84e | refs/heads/master | 2022-11-13T10:44:00.988950 | 2019-10-08T15:29:04 | 2019-10-08T15:29:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,350 | java | package com.pzh.blog.controls.admin;
import com.pzh.blog.domain.Tag;
import com.pzh.blog.domain.Type;
import com.pzh.blog.service.ITagService;
import com.pzh.blog.service.ITypeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework... | [
"916811138@qq.com"
] | 916811138@qq.com |
4f0006e4e3fa792359a7869f6fe591a3cd974195 | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-111/u-11-111-1112/u-11-111-1112-11113/u-11-111-1112-11113-f5296.java | fedd489f32b2f62630c746e58ea26b971b725ed5 | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
5654831763331 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
aa7d8b7203ef5bbd3ae18f459b6dd854039e0fbb | cd7624204dc1aa5b1b08f2d27c8b1a62b5280e23 | /src/main/java/com/example/blog/po/Tag.java | 6ef1d4f9df8296a762ddfb0b254623ffea0c0efd | [] | no_license | coder-yyz/spring-boot-blog | a176bd9393d4f745993d6f8ad3f16f80990ded38 | 3db5e7bfa0fda0ee778e7f961d2b8cda68088023 | refs/heads/master | 2022-04-09T21:17:47.397633 | 2020-03-26T13:33:46 | 2020-03-26T13:33:46 | 250,263,682 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package com.example.blog.po;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "t_tag")
public class Tag {
@Id
@GeneratedValue
private Long id;
private String name;
@ManyToMany(mappedBy = "tags")
private List<Blog> blogs = new ArrayList<>()... | [
"2562874272@qq.com"
] | 2562874272@qq.com |
818f9b5dfe59174beaf722e0340b2cac862c2e58 | 8e2fa299246914d30ac47430d9799f4585aae270 | /CompleteWebsiteWithJsp/src/java/com/mohitpaudel/webapplication/dao/SecondContentDao.java | 09b13c88029f54072b7dde82f898be04941ab63c | [] | no_license | equinoxmohit/WebApplicationWithJsp | 496b6c4243a80f1b6760c00b2feaf07e65b3a2af | 4af20c23bb0aeb1bd56a3cbd94f08717d8124e04 | refs/heads/master | 2021-01-20T20:21:46.252041 | 2016-08-14T15:50:54 | 2016-08-14T15:50:54 | 65,612,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | 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.mohitpaudel.webapplication.dao;
import com.mohitpaudel.webapplication.entity.SecondContent;
import java.sql.SQLException;
... | [
"mohit.paudel1996@gmail.com"
] | mohit.paudel1996@gmail.com |
e6834fb493c4f5f311c5a762185df9aa57bd903d | 57399432ae3f143f704edb17745f30e9bf70e63f | /src/main/java/fr/telecom_st_etienne/ontientlebonbout/repository/search/ReponseSearchRepository.java | 8f3fe2dcb7facb2d7a8a1b4936306f2ef8f0b627 | [] | no_license | clementFrade/OnTientLeBonBout | a92152c764f495d16926113a215381acaf8f171e | 952f7d7a6435fdf30d1377fc89408fa68016dcea | refs/heads/master | 2022-12-21T21:25:25.759037 | 2020-01-27T07:50:41 | 2020-01-27T07:50:41 | 232,601,694 | 0 | 0 | null | 2022-12-16T04:43:16 | 2020-01-08T16:03:32 | Java | UTF-8 | Java | false | false | 384 | java | package fr.telecom_st_etienne.ontientlebonbout.repository.search;
import fr.telecom_st_etienne.ontientlebonbout.domain.Reponse;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data Elasticsearch repository for the {@link Reponse} entity.
*/
public interface ReponseSear... | [
"c.frade@laposte.net"
] | c.frade@laposte.net |
a0b1950b125a14f36abe5109b497dd32a3fed83d | 8140c99028ec7145162ffe0ae0ed9b08ae13ce27 | /android/src/net/team11/pixeldungeon/playservices/adlisteners/RewardAdListener.java | f31c0dd8f187752bd5012d05b649bb5716a18586 | [] | no_license | beenham/PixelDungeon | 0df30430cdd2f9eedf1281a0b1f13526103ad604 | 8c4c9273cf5e783b01c2a345ea597b56b05cfa3d | refs/heads/master | 2020-03-10T06:05:11.447740 | 2020-03-03T21:55:35 | 2020-03-03T21:55:35 | 129,231,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,216 | java | package net.team11.pixeldungeon.playservices.adlisteners;
import android.util.Log;
import com.google.android.gms.ads.reward.RewardItem;
import com.google.android.gms.ads.reward.RewardedVideoAdListener;
import net.team11.pixeldungeon.playservices.AdmobClient;
import net.team11.pixeldungeon.screens.AbstractScreen;
imp... | [
"cjbeenham@gmail.com"
] | cjbeenham@gmail.com |
a4722094e63ee70dcb7477641c279776aa9e3504 | f20aa19601fa453a18bd6504c98ec14f4d609571 | /src/main/java/com/usa/ciclo3/reto3/web/ReservationControllerWeb.java | e740524b5cee00054f6396eabc31a21bd62b53f1 | [] | no_license | RedmiRei/Reto3_4 | 788111c73af8e237906ae7ae7349c1ed2baa0270 | 25d74c69ecea53c1b9bb4d038408b7d610658ac1 | refs/heads/master | 2023-08-25T17:19:03.155974 | 2021-11-10T02:19:26 | 2021-11-10T02:19:26 | 423,009,204 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,936 | java | package com.usa.ciclo3.reto3.web;
import java.util.List;
import java.util.Optional;
import com.usa.ciclo3.reto3.model.Reservation;
import com.usa.ciclo3.reto3.reports.CounterClients;
import com.usa.ciclo3.reto3.reports.StatusReservation;
import com.usa.ciclo3.reto3.services.ReservationServices;
import org.springframe... | [
"yeisi.contreras.mt@correo.usa.edu.co"
] | yeisi.contreras.mt@correo.usa.edu.co |
309c212360a13b140bfb9389e72d9245344cdb23 | fc8bc6d35fb82791ceb15e0d2729755ab5a384e5 | /app/src/main/java/com/css/aimstar/aimstar/adapter/NearbyCollegesAdapter.java | 064d8cbe1a3bbc4e3c7b5c0a2c23bfd2142c93c1 | [] | no_license | rizshivalli/AimStar | d7957fff1a98bc4877cdffbd8b215f0ce775e3b5 | 4cc6153de4a299999c964084ff81e340add17ca0 | refs/heads/master | 2020-03-25T01:42:40.949237 | 2018-08-02T06:35:08 | 2018-08-02T06:35:08 | 143,252,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,401 | java | package com.css.aimstar.aimstar.adapter;
import android.content.Context;
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.TextView;
import com.bumptech.glide.Glide;
import ... | [
"rizwanshivalli@foremsoft.com"
] | rizwanshivalli@foremsoft.com |
ed0a2207360a9ad9bf1a736dab3427a23ad611e9 | 5fa37936066d19b9a287df4fa88a51a34effec27 | /Workshop/src/systemSplit/core/command/factory/CommandFactory.java | 5bcb0f2802e6cedc76367c970fdf8ce2639f11f6 | [] | no_license | Kaloyan86/JavaOOP | 4cb77b49ed41f5dd54f9d6ac6b4cb03dd59fa44c | f708b50c8dd1a732b7c4e1dba28e633dbf33f024 | refs/heads/master | 2020-09-04T14:53:38.177864 | 2019-11-05T14:07:33 | 2019-11-05T14:07:33 | 198,724,158 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package systemSplit.core.command.factory;
import systemSplit.core.command.Command;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
public final class CommandFactory {
private static final String BASE_COMMAND_PACKAGE = "systemSplit.core.command.";
private static final... | [
"me4ence3965"
] | me4ence3965 |
0907d72b7521c9a5f77f347e9afdb8b59d6a03e0 | cb1dd4b55242d37526f931b5e2cf6304bcf00286 | /src/lang/SBTest.java | f5ece300f18125aee652e35432065f083a4155b4 | [] | no_license | Jungyerin/chapter03 | f8f33ced9aecc558c2b736836c5fc49b72e5be74 | 232584002b66c469b0219fec4b12888e1062b57e | refs/heads/master | 2021-01-20T00:51:08.110263 | 2017-04-24T05:06:23 | 2017-04-24T05:06:23 | 89,199,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package lang;
public class SBTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
//생성
StringBuffer sb = new StringBuffer("This");
System.out.println(sb);
//문자열 추가
sb.append(" is pencil");
System.out.println(sb);
//삽입
sb.insert(7, " My");
Syst... | [
"JYL@DESKTOP-TORHHDE"
] | JYL@DESKTOP-TORHHDE |
493ded3c2baf7ee6eabd890014648067295e6894 | c1f3b8bbd97585c32187a33e27115aa0c547d35f | /src/main/java/net/fabricmc/loader/transformer/PublicAccessTransformer.java | 9f6795229d5c4c28318d52856ebc30bfdd9db333 | [
"Apache-2.0"
] | permissive | asiekierka/fabric-loader | 8624f6933a6d8934ca8664ca4619a6f6398824f9 | 16d4470208e14c16202530efc46e429e75527cfa | refs/heads/master | 2020-04-11T15:40:22.473017 | 2018-12-14T20:04:25 | 2018-12-14T20:04:25 | 161,899,113 | 0 | 0 | null | 2018-12-15T11:40:14 | 2018-12-15T11:40:14 | null | UTF-8 | Java | false | false | 2,544 | java | /*
* Copyright 2016 FabricMC
*
* 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 ... | [
"kontakt@asie.pl"
] | kontakt@asie.pl |
38079470c4862c78af65b4b9e0c8aab3c9c993c1 | 8c7ba26a417fa2fb165fd0b9399e05e0bba6562c | /WEB-INF/classes/Login.java | 42607833e25518c12f1ec1a658109acf15ebc917 | [] | no_license | HaochenSun/stucat002 | 85d67091667876929eecd618b02eefe13e28425f | a26ef8f49f5303f7e87d3deb447a95f361505dd5 | refs/heads/master | 2021-01-18T15:37:13.120611 | 2015-04-17T12:52:02 | 2015-04-17T12:52:02 | 34,124,520 | 0 | 0 | null | 2015-04-17T15:33:13 | 2015-04-17T15:33:13 | null | UTF-8 | Java | false | false | 2,796 | java | import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.velocity.app.Velocity;
import org.apache.velocity.co... | [
"acp14stt@DCS04497.windows.dcs.shef.ac.uk"
] | acp14stt@DCS04497.windows.dcs.shef.ac.uk |
717ba7a9582b50f1de593017a82ef49efec81591 | 7152de38f0981f66c8d900af5c7bacbe9430519f | /src/classanimal/TestAnimal.java | 6293291d8b2d2f7fd2ea0434c6be6fae09feb6cb | [] | no_license | tranducluan1999/Java | 8e577707d4cc0bc57f6422d1d71e9824fba97ad0 | c8a88a8b97d4142f7dbbbd3dff45f4fce0319189 | refs/heads/master | 2022-11-24T04:56:22.334957 | 2020-07-20T17:04:40 | 2020-07-20T17:04:40 | 281,176,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package classanimal;
import java.util.Scanner;
// String name, String spiece, float age, String food
public class TestAnimal {
public static void main(String[] args)
{
Animal animal = new Animal();
Scanner sc = new Scanner(System.in);
System.out.println(" Name of anima... | [
"ducluantran1999@gmail.com"
] | ducluantran1999@gmail.com |
dd7b9be8eaa571b0e70f4bae72b3ac5614cc64b6 | e859a28584da0078282b3afa435c43ed9bcbcb34 | /src/main/java/com/karen/fan/common/exception/InvalidParamsException.java | e0e3355491cdccd5dff26ba8dbb1844cfe0580d7 | [] | no_license | fweilian/karen | 1accedd6b04715226de3067cb20fd8491eccd14b | e3a5ad92b5f32fd1e3ec5e7e5dcec5ae051db298 | refs/heads/master | 2021-01-10T11:06:39.923454 | 2015-11-15T16:46:08 | 2015-11-15T16:46:08 | 46,225,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package com.karen.fan.common.exception;
/**
* @Date: 2015-07-12
* @author: fan
*/
public class InvalidParamsException extends GlobalException {
private static final int errorCode = 900002;
public InvalidParamsException() {
super();
}
public InvalidParamsException(String message) {
... | [
"fweilian@163.com"
] | fweilian@163.com |
ee2e10aebabb12543332765493e7e54cf1d73658 | 384687d756b2401dbe013c8b49fd83b0a162eb50 | /app/src/main/java/com/example/f/Bitmap_modifier.java | 1393bc48f8ced169ab6008553567b76d40ff3330 | [] | no_license | KoshkaMoroshka/GameEngineAndroid | 51b225f7690d9d7e510c228eda7810eec9bfda88 | 42ba49d6c7c1150dc1dea814819ea6f16ce4e840 | refs/heads/master | 2023-03-15T22:33:37.570700 | 2021-03-12T11:09:07 | 2021-03-12T11:09:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,315 | java | package com.example.f;
import android.graphics.Bitmap;
public class Bitmap_modifier {
public static int add(int c1, int c2){
int a, r, g, b;
b=c1&0xFF + c2&0xFF; b=b>0xFF?0xFF:b;
c1=c1>>8; c2=c2>>8;
g=c1&0xFF + c2&0xFF; g=g>0xFF?0xFF:g;
c1=c1>>8; c2=c2>>8;
... | [
"trillob0t@mail.ru"
] | trillob0t@mail.ru |
4817e9c1859a343a3ccceced93ebb4b46404e536 | bceb6add525f17713441b0cbb90cfb1b6f4f97e2 | /lbs-server/src/main/java/com/lbs/nettyserver/dao/PowerValueDAO.java | 4a090b8e60d4e0a22844c59cfc342dedd43a3dfd | [] | no_license | willint/lbs-netty-server | 8e7fcd823cc7beefe112c311a5987e0f2b1bf007 | fa168f8d6057181bc5370bed6452f761cb48f519 | refs/heads/master | 2021-04-12T02:58:34.741238 | 2018-03-18T07:12:41 | 2018-03-18T07:12:47 | 125,639,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,605 | java | package com.lbs.nettyserver.dao;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.Query;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.lbs.nettyserver.dao.common.Base... | [
"1254756248@qq.com"
] | 1254756248@qq.com |
86de2305f88597b11c9ad49eb85adbd8e81952bd | d7f0d3fe7f5bddf1a0f59281f910991cd46960ed | /Unidad4/U4_AnimationEvents/U4_AnimationEvents-master/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/asynclayoutinflater/R.java | 468fd0c54e8300a8d032e2fcf05040f326d5ab4f | [] | no_license | JuanAntonioLopezSanchez/TAM2019 | 4899995a6a1be6961c74d682d753eb33eeed9033 | df0462767d3b99522d259aeb93f64c5be4978af8 | refs/heads/master | 2020-04-21T21:28:55.600825 | 2019-06-04T21:19:17 | 2019-06-04T21:19:17 | 169,880,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,466 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.asynclayoutinflater;
public final class R {
private R() {}
public static final class attr {
pr... | [
"43960380+JuanAntonioLopezSanchez@users.noreply.github.com"
] | 43960380+JuanAntonioLopezSanchez@users.noreply.github.com |
a6816b121e79174d3e729ffbd28f815c4cef242d | a250d196d137fb20ae2b44f10ab762d4b39da84e | /app/src/main/java/cs/util/JsBridge.java | 6c81fbedf2232465e3cc46f69007b7e961b5da0e | [] | no_license | ofts7th/sdumbachouti | 96df285c72f02f88e5da541894192fd2e49b8a6a | 1df6dd805412b741406f2047990acf0ce5caa669 | refs/heads/master | 2020-09-06T10:18:48.264931 | 2019-11-21T04:32:44 | 2019-11-21T04:32:44 | 220,397,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package cs.util;
import android.webkit.JavascriptInterface;
public class JsBridge {
private WebViewActivityUtil util;
public JsBridge(WebViewActivityUtil util) {
this.util = util;
}
@JavascriptInterface
public String readAssetFile(String path) {
return Util.readAssetFile(path);
... | [
"ofts7th@163.com"
] | ofts7th@163.com |
5c51ca62b83fac53100dbc383c44f4c53f697eae | 12b733f7550ab6070a3c6dd6151145b31becc26a | /BiCycle.java | abb680795fcabd7670c679bb41ccb39b4060d14a | [] | no_license | Thashma007/Java.Xworkz | 4cb090841a3d7ea62f4559e11af27617efe0b0c3 | da2573686e8e98b31005ff1055414bf8046b5276 | refs/heads/master | 2023-08-25T06:08:06.944987 | 2021-10-22T11:20:01 | 2021-10-22T11:20:01 | 412,306,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | class BiCycle{
String color;
float price;
String brand;
BicycleType name=BicycleType.ROADBIKE;
BiCycle(String color,float price,String brand)
{
System.out.println("invoked cons location String,float");
this.color=color;
this.price=price;
this.brand=brand;
}
void brake()
{
System.out.println("invok... | [
"thashma.xworkz@gmail.com"
] | thashma.xworkz@gmail.com |
322e0d7fccd9637269849853ddf812a08bb57428 | 405ad62d14fb86a6df6a9826bd1763c8bd7c3179 | /src/test/Interesting.java | b20aa8bb8e72da302cf660065b18cb3cf4aabf81 | [] | no_license | xueshijun/Tesseract-OCR-Java-Demo | 5ae0695f695815287adbfafcb869edd95e0aa1aa | cc583ac169c0b09216a14980156110647f7ad235 | refs/heads/master | 2020-04-12T22:21:25.206499 | 2012-08-12T12:59:30 | 2012-08-12T12:59:30 | 5,174,386 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,160 | java | package test;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
... | [
"324858038@qq.com"
] | 324858038@qq.com |
95ebb153f1a68c10d8ccb13258d9b31b4bde9fe1 | 9040a7d2ca932ad3be3fa70d7cbd52bf4270a5fa | /Chatroom/Group17_InClass06-1/Group17_InClass06/ChatRoom/app/src/main/java/com/example/sandhyayalla/chatroom/MainActivity.java | a50b49f3c6e40950a92898516185d22b3995586d | [] | no_license | pawanbole/MobileApplicationDevelopment | 06e3d9fec17689281c936ba7a41a7b766aed81fb | 811a54c5d8825e7fc6ed68577824d541e1ffe71d | refs/heads/master | 2020-03-30T03:18:19.979888 | 2018-10-28T21:51:54 | 2018-10-28T21:51:54 | 150,681,319 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,151 | java | /*FileName : Group17_InClass06.zip
Group R-17
Assignment 6
Naga Sandhyadevi yalla, Pawan Bole , Sumanth
*/
package com.example.sandhyayalla.chatroom;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.Netwo... | [
"pawanbole1989@gmail.com"
] | pawanbole1989@gmail.com |
8ac8e00c5577d4f2a9f5da973dbb0375f948dbbc | 55d09fcf216ea053c422dd4c6b0977658cb82791 | /src/controlador/VistaController.java | 05bd371ab1249bf119eaebc726392c8037375053 | [] | no_license | ferguevara510/Licoreria | ca45320783a19245466babc6a05f35657275c565 | c046441aed7bbbbe388601b0fdfb6980e3f9f89c | refs/heads/main | 2023-06-10T01:15:08.568188 | 2021-06-18T02:10:25 | 2021-06-18T02:10:25 | 371,544,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package controlador;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.input.MouseEvent;
import javafx.stage.Stage;
import java.io.IOException;
import java.util.Objects;
public class VistaController {
... | [
"kafera.g10@gmail.com"
] | kafera.g10@gmail.com |
53e6d4fc5dcb23ea5e16ab18216efe8dcc1f4b04 | bceba483c2d1831f0262931b7fc72d5c75954e18 | /src/qubed/corelogicextensions/PLATTEDLANDSEXTENSION.java | 1305546e50ce1f604afb84e4e47173d23b52f3db | [] | no_license | Nigel-Qubed/credit-services | 6e2acfdb936ab831a986fabeb6cefa74f03c672c | 21402c6d4328c93387fd8baf0efd8972442d2174 | refs/heads/master | 2022-12-01T02:36:57.495363 | 2020-08-10T17:26:07 | 2020-08-10T17:26:07 | 285,552,565 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.08.05 at 04:53... | [
"vectorcrael@yahoo.com"
] | vectorcrael@yahoo.com |
123b7ec9e62f6166261a43e7d79c62ad85a6d334 | b2892a9090f06907261862f034a8bab151c3e91d | /src/lab5/Animalrescue/Dog.java | 7a14d49b415f6866e618167d04974f6767d1731c | [] | no_license | magdapentek/lab.6 | 270f6b2bf8e2e446831ec9069c9620032dea8931 | 6c703ea47121bcee771cc472f8f7d38bd40ce2a2 | refs/heads/master | 2020-09-05T00:46:30.829104 | 2019-11-13T06:25:01 | 2019-11-13T06:25:01 | 219,937,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package lab5.Animalrescue;
public class Dog extends Animal{
public class Main {
public void animals(){
Dog rex = new Dog();
}
public void healthLevel() {
System.out.println("7");
}
}
public void age(){
System.out.println("\nThe dogs ages... | [
"pentekmagda@yahoo.com"
] | pentekmagda@yahoo.com |
5db12a7bd4d8b8909a00135fbc467d2d9454a82d | 816c91bb4d424cb7b2190bdb9b1d1988101939a7 | /src/com/clillo/dmx/ui/jpanels/opcionesMenu/PanelMantienePuntosMovingHeads.java | 74fa2b8c265ecc8d6597a2973b0985b0a7b3ac3a | [] | no_license | clillo/iluminacion | 188743a0dc18a9fed07602bbc018e910be542e54 | d9b9fc7471461b8f6a1da310bbf00fe830ef6a4e | refs/heads/master | 2021-07-07T15:13:46.386311 | 2021-05-10T00:07:27 | 2021-05-10T00:07:27 | 236,244,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,455 | java | package com.clillo.dmx.ui.jpanels.opcionesMenu;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.AdjustmentEvent;
import java.awt.event.AdjustmentListener;
import java.util.ArrayList;
import javax.swing.DefaultListModel;
import javax.swing.JButton;
... | [
"carlos@DESKTOP-BUHFA21"
] | carlos@DESKTOP-BUHFA21 |
4408e72049a1e9d48974d1e743d2e67896b44f2f | 5cbf5236f71c9d4d67f165d444924fb86457e4cf | /app/src/main/java/com/magic/picshow/di/component/RegisterComponent.java | 45c423a7ecd68101b4bbe369202602df37ca28df | [
"Apache-2.0"
] | permissive | snowwolf10285/PicShow-zhaipin | f54eb42bb6300a171a7728ab750e9d74d873659c | b8bec473db94b6214535e73355d2c2000927f70b | refs/heads/master | 2021-01-18T03:53:48.856924 | 2017-03-22T03:10:25 | 2017-03-22T03:10:25 | 85,778,898 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package com.magic.picshow.di.component;
import com.jess.arms.di.scope.ActivityScope;
import com.magic.picshow.di.module.RegisterModule;
import com.magic.picshow.mvp.ui.activity.RegisterActivity;
import common.AppComponent;
import dagger.Component;
/**
* 通过Template生成对应页面的MVP和Dagger代码,请注意输入框中输入的名字必须相同
* 由于每个项目包结构都不一... | [
"snowwolf@snowwolfdeMBP.lan"
] | snowwolf@snowwolfdeMBP.lan |
10929b1d2f46611c000cc6d654735c1e4aa8bb3c | 3ec3e917a882d5b9c02ebc9dfa1c9c5a1ff1f242 | /asciipic/src/main/java/com/asciipic/services/journalize/logout/JournalizeLogoutService.java | acef2b8473d22a66935b6cfe66a17b568b840429 | [] | no_license | AlexandruTudose/TW | 46eb553788896734410f9b0b4f123d47639adf52 | f8aeb6f37bf62fd1164950e2ebcd7d1822a72450 | refs/heads/master | 2021-01-20T14:34:10.444057 | 2017-05-14T21:42:25 | 2017-05-14T21:42:25 | 90,627,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.asciipic.services.journalize.logout;
import com.asciipic.models.JournalizeLogout;
import com.asciipic.services.UpdateService;
/**
* Created by Alexandru on 5/14/2017.
*/
public interface JournalizeLogoutService extends UpdateService<JournalizeLogout> {
}
| [
"alexandru.tudose@info.uaic.ro"
] | alexandru.tudose@info.uaic.ro |
4bf1093498516df58ff768568138884ce1f09c10 | 9eebccee9ec3211e98aa85f0b66ac8af3acf8309 | /Netty/code/parent/socket-server/src/main/java/wr1ttenyu/study/netty/timeserver/aio/demo/AIOTimeServer.java | 9ea5bc7741f08d1a3f5f69a243ce293637cd619d | [] | no_license | wr1ttenyu/study-record | db441d14a931acbe220910379d635f3bd0534fa0 | b709a5e445e8fd61c74e8120971763d3a223c25a | refs/heads/master | 2020-03-16T13:13:16.578607 | 2019-02-23T02:37:52 | 2019-02-23T02:37:52 | 132,684,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package wr1ttenyu.study.netty.timeserver.aio.demo;
public class AIOTimeServer {
public static void main(String[] args) {
int port = 8080;
if (args != null && args.length > 0) {
try {
port = Integer.valueOf(args[0]);
} catch (NumberFormatException e) {
... | [
"xingyu.zhao@bangdao-tech.com"
] | xingyu.zhao@bangdao-tech.com |
a5b5b71d9fd577bfb03bb16f7064535695eaf9d8 | d3249d7a5badd76426f8a87888e6c27b136bf442 | /SeleniumTutorials/src/testNG/AssertionsExample.java | aa3b0e7fc3ddb0a8fabfa493f0a6f9ba161e32a7 | [] | no_license | SANJAY-46/SeleniumTutorials | 76f73af7cbb3857c0241f7c10f30c4475f104e15 | bbe8af177978a2e3c1712671ec4fea3f59f891a1 | refs/heads/master | 2022-11-30T12:47:54.873255 | 2020-08-14T11:54:43 | 2020-08-14T11:54:43 | 285,583,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package testNG;
import org.testng.Assert;
import org.testng.annotations.Test;
import org.testng.asserts.Assertion;
//Assertions main ah developers unit testing ku use panuvaganga nammo avalova use pana matom
public class AssertionsExample {
@Test
public void checkEqual() {
String name="Sanjay";... | [
"Sanjay46@Sanjay"
] | Sanjay46@Sanjay |
58c7e70dd1803ae1f1af9b280d337cca5b456a6d | a7e2488730e6d68f8aa306347a9f608d1f24e6e6 | /main/src/sib/util/json/.svn/text-base/ParserException.java.svn-base | 7ebfc9d8b49ebaf5abd8d63572ce5c5362fcf710 | [] | no_license | cqels/LSBench | 546be3f3462f01ae9f04766e78b6c8e46ded27ea | 7ae2cb251d90d0b73fbc061e8d2c0715db2cc38a | refs/heads/master | 2023-02-21T11:10:59.232016 | 2023-02-21T09:41:39 | 2023-02-21T09:41:39 | 208,025,232 | 9 | 3 | null | 2021-04-29T23:45:18 | 2019-09-12T10:29:44 | Java | UTF-8 | Java | false | false | 1,107 | /*
* Big Database Semantic Metric Tools
*
* Copyright (C) 2011 OpenLink Software <bdsmt@openlinksw.com>
* All Rights Reserved.
*
* This program 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; only Ve... | [
"danh@danhlephuoc.info"
] | danh@danhlephuoc.info | |
adf5699e26b187cfe5235961272593e1b8f0e440 | f6899a2cf1c10a724632bbb2ccffb7283c77a5ff | /glassfish-4.1.1/appserver/web/admin/src/main/java/org/glassfish/web/admin/monitor/statistics/AltServletStatsImpl.java | e18fcad964f61e19c0994f219bdd31fca79572d9 | [] | no_license | Appdynamics/OSS | a8903058e29f4783e34119a4d87639f508a63692 | 1e112f8854a25b3ecf337cad6eccf7c85e732525 | refs/heads/master | 2023-07-22T03:34:54.770481 | 2021-10-28T07:01:57 | 2021-10-28T07:01:57 | 19,390,624 | 2 | 13 | null | 2023-07-08T02:26:33 | 2014-05-02T22:42:20 | null | UTF-8 | Java | false | false | 5,325 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | [
"fgonzales@appdynamics.com"
] | fgonzales@appdynamics.com |
a984cbefe749b6440dac15ac6b5e53b0a2b730e4 | d49e3ff34467c71630681df5a791cb3e4bd72ab7 | /src/com/adobe/primetime/core/radio/CommandQueue$1.java | 5c7e2a984059b72afa1950620a3f8af9292b0ed4 | [] | no_license | reverseengineeringer/com.gogoair.ife | 124691cf49e832f5dd8009ceb590894a7a058dfa | e88a26eec5640274844e6cdafcd706be727e8ae3 | refs/heads/master | 2020-09-15T19:45:27.094286 | 2016-09-01T13:32:34 | 2016-09-01T13:32:34 | 67,133,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.adobe.primetime.core.radio;
import com.adobe.primetime.core.ICallback;
class CommandQueue$1
implements ICallback
{
CommandQueue$1(CommandQueue paramCommandQueue) {}
public Object call(Object paramObject)
{
if (CommandQueue.access$000(this$0)) {
return null;
}
CommandQueue.acce... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
d4ba67f276229f76d9e2a763e4cf946cdd9274b1 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.ui/3550.java | f38c3739da0fd733cfba7bdc8c6c47c735075246 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 139 | java | package locals_in;
public class A_test504 {
public void foo() {
int x = 10;
/*[*/
/*]*/
--x;
}
}
| [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
16c6bcafefbdd1b193a117dd7145be04ff4bba7a | fc33c2ad683826100af04d86cddeba3820346370 | /app/src/main/java/frame/golden/com/goldenframe/adapter/recycledemo.java | fcddc014694c3408179de71d1008ea25e1df58e4 | [] | no_license | ylxjj/GoldenFrame | 4872b9df606dfc92d07814d55b72cfb1974c9d14 | 1f5141bbe1ef5806992aa549fd5b489fd9c8a7c7 | refs/heads/master | 2021-05-15T08:11:56.255624 | 2017-10-10T16:19:13 | 2017-10-10T16:19:13 | 106,441,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package frame.golden.com.goldenframe.adapter;
import android.support.v7.widget.RecyclerView;
/**
* Created by Jarnathin on 2017/10/4.
*/
public class recycledemo
{
}
| [
"a472179788@163.com"
] | a472179788@163.com |
49102db0e62cb422abb7c39482d8c5e234e9ffaa | 68b7fff6f84f5d91e2bcc4c1b5473fa78f4a4402 | /practice/WEB-INF/src/practice/util/DiaryUtil.java | b745b7bc6c43a3959428cd4f133c41cb29e690f8 | [] | no_license | OmOm-muron/practice | c227bde2e57e7ef8d3fe8d5f039187ebae9a43c7 | 8fa6b77e6a03cae3ad90ced2840192dd0d9542dd | refs/heads/master | 2022-09-12T11:51:06.306046 | 2020-05-26T09:44:31 | 2020-05-26T09:44:31 | 265,513,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,120 | java | package practice.util;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import practice.diary.Diary;
import practice.io.CSVFileAccess;
public class DiaryUtil {
static private final int INDEX_ID = 0;
static private final int INDEX_TITL... | [
"43139003+OmOm-muron@users.noreply.github.com"
] | 43139003+OmOm-muron@users.noreply.github.com |
e63ed02b3e6c8678a597946a6eb1e765cef4d761 | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE369_Divide_by_Zero/s02/CWE369_Divide_by_Zero__float_zero_divide_02.java | 82595ad466479f62b80fb1622b170e8498b1863b | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,214 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__float_zero_divide_02.java
Label Definition File: CWE369_Divide_by_Zero__float.label.xml
Template File: sources-sinks-02.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: zero Set data to a hardcoded value of zero
* GoodSource: A ha... | [
"you@example.com"
] | you@example.com |
12cf241a908b73bfa355359ad45154e878e343ee | 13745970ffa57ffb477fb50f31670660dbd490b4 | /eureka/src/main/java/com/muf/eureka/EurekaApplication.java | cb3241dc2782dced9e382b67e40729ca3ee3d728 | [] | no_license | huharden/shopping-test | 6105373606137160d326e6c473b738508bfcfc39 | a139d29d71438068b07be507368435d9f201afe8 | refs/heads/master | 2020-04-25T15:38:38.303837 | 2019-02-27T09:32:27 | 2019-02-27T09:32:27 | 172,885,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.muf.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* Description:
*
* @author: hutao
* Date: 2019-02-27-15:06
*/
@SpringBootApplication
@Enab... | [
"15170073501@163.com"
] | 15170073501@163.com |
a9bf91ac0e0b47659cf6c3ed812238fbebce7bf5 | c65ee4d8342327adb4144255cfd41efac7f23feb | /src/main/java/net/hennabatch/hennadungeon/util/Reference.java | e4f06b39142d467974d67aa6c1802b0f6c71293f | [] | no_license | hennano/HennaDungeon | 152308463216502ec49266a2dd32aeb7da98aa4d | b41bf12da824df0f7d3fdd4e5b9b35e110cbc380 | refs/heads/master | 2023-02-06T20:15:40.448801 | 2020-12-25T09:11:50 | 2020-12-25T09:11:50 | 306,565,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,200 | java | package net.hennabatch.hennadungeon.util;
import net.hennabatch.hennadungeon.config.Config;
import net.hennabatch.hennadungeon.entity.EnemyEntity;
import net.hennabatch.hennadungeon.entity.character.*;
import net.hennabatch.hennadungeon.item.Item;
import net.hennabatch.hennadungeon.item.Items;
import java.nio.file.Pa... | [
"pittyama37@gmail.com"
] | pittyama37@gmail.com |
18b23986d5819ccc16e6c94ab9a7310d9f976109 | 2b4c61eb9feb6bc73704b5a0bc659fd82048a195 | /src/main/java/pl/beda/UserAuthenticationSystem/repository/RoleRepository.java | 18df2f7e46c0132fd5bdd91babbca8890ce865c5 | [
"MIT"
] | permissive | marcinbeda/user-authentication-system | 5ae7878c34d2f58c58e5a40c37e2b1d4c94f0274 | f48cc8854f037b2ef15c882704c68752a00f8774 | refs/heads/master | 2023-08-22T03:25:49.650719 | 2021-10-30T09:10:49 | 2021-10-30T09:10:49 | 412,913,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package pl.beda.UserAuthenticationSystem.repository;
import java.util.Optional;
import org.springframework.data.repository.CrudRepository;
import pl.beda.UserAuthenticationSystem.entity.Role;
public interface RoleRepository extends CrudRepository<Role, Long> {
Optional<Role> findByName(String name);
}
| [
"marcin.beda@wp.pl"
] | marcin.beda@wp.pl |
f5ba8d305eeb2bd7a3d047f7d808630e1d65313e | c16b8990ec3c297ac36aecabb662a6ce124dd940 | /base/src/org/openXpertya/model/X_C_CashBook.java | 45f9f5d70275f9733f9df640339caa3acca810d3 | [] | no_license | Lucas128/libertya | 6decae77481ba0756a9a14998824f163001f4b7c | d2e8877a0342af5796c74809edabf726b9ff50dc | refs/heads/master | 2021-01-10T16:52:41.332435 | 2015-05-26T19:34:39 | 2015-05-26T19:34:39 | 36,461,214 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,553 | java | /** Modelo Generado - NO CAMBIAR MANUALMENTE - Disytel */
package org.openXpertya.model;
import java.util.*;
import java.sql.*;
import java.math.*;
import org.openXpertya.util.*;
/** Modelo Generado por C_CashBook
* @author Comunidad de Desarrollo Libertya* *Basado en Codigo Original Modificado, Revisado y Op... | [
"dev.disytel@gmail.com"
] | dev.disytel@gmail.com |
7ac376ff86eac05ff697591975a8da1f3841f4fe | 5bc9d8f92f38967cc9ecc03000c0606dbbb38f74 | /sca4j/spec/tags/sca-api-r1.0-0.4.5/src/main/java/org/osoa/sca/annotations/package-info.java | 90529a8415ef06a11d07332e372f03394b82dc30 | [] | no_license | codehaus/service-conduit | 795332fad474e12463db22c5e57ddd7cd6e2956e | 4687d4cfc16f7a863ced69ce9ca81c6db3adb6d2 | refs/heads/master | 2023-07-20T00:35:11.240347 | 2011-08-24T22:13:28 | 2011-08-24T22:13:28 | 36,342,601 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,988 | java | /**
* SCA4J
* Copyright (c) 2009 - 2099 Service Symphony Ltd
*
* Licensed to you 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 included in this distrubtion or you may obtain a copy at
*
* http://www.openso... | [
"derekd@15bcc2b3-4398-4609-aa7c-97eea3cd106e"
] | derekd@15bcc2b3-4398-4609-aa7c-97eea3cd106e |
c6104ada7400c5ca134dc96e5c6ddaf692aa12bb | b6e0056e358aa4068b5d485030e2116400099ca5 | /practice_chap30(Generics)/src/sec02_exam_generic_type/copy/Box.java | 10e5261b20d878a8807667632d29b194d6ca9947 | [] | no_license | harrycjy1/java-bootcamp | f0c90dfaefa8639e26110caf514c8997ce0122c8 | 32c580e14c9184045a73c5b34199a53e76571c03 | refs/heads/master | 2020-04-02T21:04:39.948115 | 2018-10-26T06:31:02 | 2018-10-26T06:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package sec02_exam_generic_type.copy;
public class Box<T> {
private T t;
//setter
public void set(T t) {
this.t= t;
}
//getter
public T get() {
return this.t;
}
}
| [
"harrycjy123@gmail.com"
] | harrycjy123@gmail.com |
9058ccd43d90d190402871e1f419e9b666c6e57a | f9381d9fdbfad63ea2c389a10dfaa24ec39ab36f | /product-service/src/main/java/com/nagarro/amcart/dao/ProductDAO.java | 08b5d0e331edddcc4d015f17b7e91060d50cfdde | [] | no_license | DishaDhingra/Ecom-5 | 1095623ed8f01d418f9e74fa3fa5a1da02385511 | c644a975092d3033a326e6fc50baadcb86e9bfcb | refs/heads/master | 2020-09-23T23:45:47.207283 | 2019-10-13T11:14:59 | 2019-10-13T11:14:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package com.nagarro.amcart.dao;
import java.util.List;
import com.nagarro.amcart.model.ProductModel;
public interface ProductDAO {
void save(ProductModel productModel);
ProductModel get(Long id);
ProductModel getByCode(String code);
void delete(ProductModel productModel);
List<ProductModel> find... | [
"kartik.arora@nagarro.com"
] | kartik.arora@nagarro.com |
d2fbaefbfa3a863b84213b97491c65d48ca2c8fb | 4bfaee4e882214e2daf32a4c50affc0386e12707 | /JRPG/src/com/jsandusky/util/GNullable.java | 0bd78b88611ab9652986fc53583b2a64ecdb5f28 | [
"Apache-2.0"
] | permissive | mmmika/GdxJRPG | 2120ff0d407137d6a736a52d4d90d0a8e5c9e40c | d961925e29657d4baf93aff9b464829ae31c0919 | refs/heads/master | 2021-01-18T17:14:36.737945 | 2013-10-17T01:43:30 | 2013-10-17T01:43:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.jsandusky.util;
public class GNullable<T> {
T value_;
public GNullable() {
}
public GNullable(T val) {
set(val);
}
public boolean isNull() {
return value_ == null;
}
public T value() {
return value_;
}
public void set(T arg) {
value_ = arg;
}
public void reset() {
value... | [
"jonathan@jsandusky.com"
] | jonathan@jsandusky.com |
395f1ac8841561d3d889071627092990ccc0f75a | 2efc1d98607038013391eab032b99a10f62a2c4d | /src/main/java/com/ht/Main.java | 8e7eb5541590527199155362e11df826f0591602 | [] | no_license | bluesky2525/Social-Check | 88f4945e4624a06a8cecd90bec4140261873c310 | d51230418751dc5c1682a47256917ff21dba19c0 | refs/heads/master | 2021-09-15T16:43:38.485201 | 2018-06-07T03:01:21 | 2018-06-07T03:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,353 | java | package com.ht;
import java.io.File;
import java.io.IOException;
import java.util.List;
import javafx.application.Application;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.stage.FileChooser;
import javafx.stage.Stage;
import com.ht.view.MainFrameController;
import javafx.scene.Scene;
import ... | [
"wangxz@aigongzuo.com"
] | wangxz@aigongzuo.com |
f9c63b03e37a3eb7b15e598ac29e06b555b398c4 | 2c199d88ff3ecc2f029a2ca6a5572620c1e005a2 | /examples/com.mycorp.examples.student.remoteservice.host/src/com/mycorp/examples/student/remoteservice/host/StudentServiceImpl2.java | 8fb55a811b4776cba940aaf002859aadd62fec5a | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | harshana05/JaxRSProviders | 374b6f1af67a5431bc93ed00d5cfab8d9c0142c5 | 39194df66236685f515f525e406cc65318f2f202 | refs/heads/master | 2020-04-21T08:12:58.345665 | 2019-02-05T06:18:14 | 2019-02-05T06:18:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,978 | java | /*******************************************************************************
* Copyright (c) 2015 Composent, Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* avail... | [
"slewis@composent.com"
] | slewis@composent.com |
52df416f226c68e9577eafd42cd8eb0b5ad13128 | 8374135dce5bfa75a36c8b490460bd2fb2ffed6d | /src/main/java/com/sh/shdemo/Service/Receiver/TopicReceiver2.java | 8930ced54bc40fe9344e174d8310c027cf065c79 | [] | no_license | john-cpu/shdemo1 | 78ab6c716caf3da88a30cfbb885c12a2e6fc9c9c | 2227058b99173bbc43f8d2b0c68d2d6ff25bb31a | refs/heads/master | 2022-06-29T21:24:03.240879 | 2019-07-19T07:48:19 | 2019-07-19T07:48:19 | 193,200,009 | 0 | 0 | null | 2022-06-21T01:19:44 | 2019-06-22T06:30:43 | Java | UTF-8 | Java | false | false | 425 | java | package com.sh.shdemo.Service.Receiver;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.stereotype.Component;
@Component
@RabbitListener(queues = "topic.message2")
public class TopicReceiver2 {
@RabbitHan... | [
"1584911398@qq.com"
] | 1584911398@qq.com |
188d392a57604843a20c2fb990a1440623c25fb8 | 5a8efd1d145f7de345d9a119605771b50624bdcc | /ch07-mocks/src/main/java/com/manning/junitbook/ch07/mocks/account/DefaultAccountManager2.java | fa4b203e7f6fd26bb141b4a1e2d04eb4bbd2f205 | [] | no_license | a0248327/JUnit | f25909305bf5beab28d75887df54716e8364c3d1 | ed283acb43c445c03b80c6ab394b3440622674d4 | refs/heads/master | 2020-05-18T12:42:10.176913 | 2015-02-25T13:35:50 | 2015-02-25T13:35:50 | 31,142,296 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,659 | 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 licen... | [
"muxin_email@hotmail.com"
] | muxin_email@hotmail.com |
3a88d62dc7d9cb817687ed2faaf7e8d1d6830db5 | c406822ccec49ffa709447d25937b0f0fe93d879 | /Tcc/src/br/senai/sc/Telas/TelaEscolhaPato.java | dee84683f25d0a07e11da5dbce0d7508f50a2770 | [] | no_license | Brunohvc/TCCPatos | b3864128effd3f037ddc6ba701a98cc355423014 | df9587a918876f45672423083fea495495f2752c | refs/heads/master | 2020-03-19T08:54:56.873611 | 2018-11-06T23:15:15 | 2018-11-06T23:15:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,755 | 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 br.senai.sc.Telas;
import br.senai.sc.DAO.PatosDAO;
import br.senai.sc.DAO.UsuariopatosDAO;
import br.senai.sc.DAO.UsuariosDA... | [
"bruninho.carvalho159@gmail.com"
] | bruninho.carvalho159@gmail.com |
a45a419639dd9aff179b809ba4cc651e15872b74 | 05331a56f11478bfcb7c8fec137343bfddb64ccc | /src/com/behavior/strategy/Test.java | ebe1a6c8338e0864c5389360fabfacecbad11c23 | [] | no_license | xujiuhua/design-pattern | 3803c26fd528e1e335773db5f03aec872a5a682a | dc1634a0d84bdf9e19af16a41def5c8e32612d99 | refs/heads/master | 2020-11-29T10:59:25.716727 | 2020-02-24T15:24:10 | 2020-02-24T15:24:10 | 230,097,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package com.behavior.strategy;
/**
* <p></p>
*
* @author jiuhua.xu
* @version 1.0
* @since JDK 1.8
*/
public class Test {
public static void main(String[] args) {
Player player1 = new Player("zs", new WinningStrategy(100));
Player player2 = new Player("ls", new WinningStrategy(200));
... | [
"xujiuhuamoney@163.com"
] | xujiuhuamoney@163.com |
cafe39e314850cb788e9b1a9786544d697a0212e | dcaff2751db87bc47992f1df31b9e444ea9673ee | /3.JavaMultithreading/src/com/javarush/task/task27/task2712/Tablet.java | f7578dc009291fb60427ed201eb51227fbdca50b | [] | no_license | ygreksh/JavaRushTasks | 629ec9f0216b139d9134e2f0a160690b1af21dd4 | 3b8c0fd46d0b6740321d748580715a31b02fce22 | refs/heads/master | 2021-01-22T12:49:09.857400 | 2017-11-22T10:59:24 | 2017-11-22T10:59:24 | 102,356,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,903 | java | package com.javarush.task.task27.task2712;
import com.javarush.task.task27.task2712.ad.AdvertisementManager;
import com.javarush.task.task27.task2712.ad.NoVideoAvailableException;
import com.javarush.task.task27.task2712.kitchen.Order;
import com.javarush.task.task27.task2712.statistic.StatisticManager;
import com.jav... | [
"ygreksh"
] | ygreksh |
9fa4c8bab4ef50e9b4748f861d12d3aa12c25a5d | f29969ffbf7008c0d625fc3c88b12a992f3b3b12 | /src/it/unitn/disi/giugno2018/torrehannoi.java | 9ada17cc3fc44a38719ea454e7f1a08a980ca6c8 | [] | no_license | lbottona/UNITN-lingProg-Torre_Hanoi | cc000f834ac9d892fd30796bbe2f23e8bd4d2620 | 675a178b0a9f6c15f9fed7ef82a10f0ef56a29de | refs/heads/master | 2023-03-15T21:04:55.054868 | 2019-07-05T11:45:30 | 2019-07-05T11:45:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,570 | 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 it.unitn.disi.giugno2018;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.Event;
... | [
"39135429+Pater999@users.noreply.github.com"
] | 39135429+Pater999@users.noreply.github.com |
5da6fb5a15e31f9087b55abbb40b381d23db0a42 | f9b68e91fa085ed40b2eac6aa83db98e23c8a148 | /app/src/main/java/com/example/automaticotpretrieval/OTPActivity.java | dc819cf24dacaa93ca8dd28bee3bb2f94fd3e0ae | [] | no_license | Mushahid2521/Automatic_OTP_retrieval_in_Android | 9ebf7a3e73ae2dcbd3d27490383bb8b7d9f0a156 | ed4594c1a3790c94f72e40b4f052636d872e66f4 | refs/heads/master | 2022-12-04T23:22:41.119005 | 2020-08-21T05:08:48 | 2020-08-21T05:08:48 | 286,504,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,139 | java | package com.example.automaticotpretrieval;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.util.Lo... | [
"mushahidshamim@gmail.com"
] | mushahidshamim@gmail.com |
7d689f2850a2058efd717e1d55f05fccfe896841 | 16d65d418594eb28f9fdccb820d1812a95df2ea1 | /src/main/java/com/player/Player/AudioPlayer.java | 89cab01e62b6f76a5c5205d47b98040233d07136 | [] | no_license | wang-kui-die/MediaPlayer | 6a11d7b8e8e3777e26975fd83ba70c764af6bc11 | 3c4e191f5bfce1a5aeabeff7c30fe91f84204d21 | refs/heads/master | 2023-04-15T13:53:26.916349 | 2021-04-25T08:00:59 | 2021-04-25T08:00:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,235 | java | package com.player.Player;
import com.player.MainFrame;
import com.player.UI.Bottom.BottomLeft;
import com.player.UI.View.ViewPanel;
import javazoom.jl.decoder.JavaLayerException;
import javazoom.jl.player.Player;
import org.jaudiotagger.audio.AudioFile;
import org.jaudiotagger.audio.AudioFileIO;
import org.jaudiotagg... | [
"1056317718@qq.com"
] | 1056317718@qq.com |
fdfe60255d8b397341aa036431c3df7e601f0cf1 | 8581e3b9c956e042f6ae0a35a928fdee5d7041c6 | /src/main/java/com/gmail/mxwild/mealcalories/repository/UserRepository.java | 8e15b8d0e30656d957fe2925a92252f56f0d0858 | [] | no_license | MxWild/MealCalories | 26d7f20e9337cce9064e7be900556015d8de10a1 | b630f6360026eab8e0834d81a3e80f6f1f26a807 | refs/heads/develop | 2023-07-14T19:46:28.650787 | 2021-08-20T11:15:26 | 2021-08-20T11:15:26 | 386,525,386 | 0 | 1 | null | 2021-08-20T11:15:26 | 2021-07-16T05:52:57 | Java | UTF-8 | Java | false | false | 311 | java | package com.gmail.mxwild.mealcalories.repository;
import com.gmail.mxwild.mealcalories.model.User;
import java.util.List;
public interface UserRepository {
User save(User user);
boolean delete(Integer id);
User get(Integer id);
User getByEmail(String email);
List<User> getAll();
}
| [
"mxwild@gmail.com"
] | mxwild@gmail.com |
295c3e63b5b41d13dd929eec96d4476190b7ff6d | 4c550ddac09a854cae2d01ea27a2939012fc362c | /src/com/company/cherry.java | 5771fd377e4514c67b2d710543ed8f804030830f | [] | no_license | przeman90/laboratorium | ff03366e788bc0ed87db40371b544df90867e32e | 0f997348331714d983dbcd5047b1dd2d51b7be30 | refs/heads/main | 2023-03-31T04:01:26.927367 | 2021-03-28T10:11:39 | 2021-03-28T10:11:39 | 352,277,383 | 0 | 0 | null | 2021-03-28T10:11:40 | 2021-03-28T08:25:44 | Java | UTF-8 | Java | false | false | 47 | java | package com.company;
public class cherry {
}
| [
"przeman90@gmail.com"
] | przeman90@gmail.com |
af3114b72324b7c6d6797db8df08f813790daeb5 | ed321d5d7134be92256a1e83beebd763d5242840 | /chap02/src/code02_06/Main.java | b23391db579a71acbc06e4d77ce0953a40b3b61c | [] | no_license | tttttt-mam/workspace02 | b55ec7459dcaf0008dbc89c7e588bc609be08f34 | 2ff9cb117c7101b226953eabbbb87a43370b9fda | refs/heads/master | 2023-03-27T00:24:34.248449 | 2021-03-16T05:10:57 | 2021-03-16T05:10:57 | 348,216,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package code02_06;
public class Main {
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
int i = 3.2;
System.out.println(i);
}
}
| [
"tttttt005@blue.ocn.ne.jp"
] | tttttt005@blue.ocn.ne.jp |
51bd1bafc7adae91ea3725e8e47f96a0f3135801 | c35e1ac31da97c0fe4fc7f738ac872a72a35cfa4 | /app/src/androidTest/java/cs407_mobile/prototype/ExampleInstrumentedTest.java | ef31d5a93f5466a76a3f94926540cb4def2622e0 | [] | no_license | blakeyp/prototype | 488a3216532c9fafda31ca4b8178baa59e5bbc0f | 63f7c3a3fa00eb0eaca850f747379be7662edde8 | refs/heads/master | 2021-07-22T17:18:27.982417 | 2017-11-01T12:17:04 | 2017-11-01T12:17:04 | 106,825,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package cs407_mobile.prototype;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Andro... | [
"blakeyp@hotmail.co.uk"
] | blakeyp@hotmail.co.uk |
8bd95ec36a041daeaeb7bc32e6dd7db7fc767066 | 3f5c0437489b129eaf48cd10bb139acac1555202 | /java_src/HarvestAlgorithm.java | 6994fb5b607fb3ad3241596c52632063e24b7254 | [] | no_license | pjsavola/doe | 41b897a310a0034d3441c381eb46b7f92d23766e | e7915f68232a547230aa1ce1d07527ed8ed9026f | refs/heads/master | 2021-01-20T18:33:43.125350 | 2017-07-16T18:55:46 | 2017-07-16T18:56:49 | 61,939,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class HarvestAlgorithm {
public static boolean isValid(final Set<Tile> selectedTiles, final Set<TownSite> townSites) {
final Map<TownSite, List<Tile>> ma... | [
"petri@netcore.fi"
] | petri@netcore.fi |
58f61d27f1249ad16e8ab262148e8a1af6f2d38a | 39bef83f3a903f49344b907870feb10a3302e6e4 | /Android Studio Projects/bf.io.openshop/src/android/support/v7/widget/ListPopupWindow$ForwardingListener$DisallowIntercept.java | 82f62e751d2f816642e074c62c8613204c6b80cc | [] | no_license | Killaker/Android | 456acf38bc79030aff7610f5b7f5c1334a49f334 | 52a1a709a80778ec11b42dfe9dc1a4e755593812 | refs/heads/master | 2021-08-19T06:20:26.551947 | 2017-11-24T22:27:19 | 2017-11-24T22:27:19 | 111,960,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package android.support.v7.widget;
private class DisallowIntercept implements Runnable
{
@Override
public void run() {
ForwardingListener.access$900(ForwardingListener.this).getParent().requestDisallowInterceptTouchEvent(true);
}
}
| [
"ema1986ct@gmail.com"
] | ema1986ct@gmail.com |
2091b586715309db8fc2a1f263ed0730c622fd31 | 231b53cb10d326623ff6cbde0806260448452926 | /15-Jumlahkan-Tugas/Gabung.java | c4cc070f355a18451204db6d9bbd4bc75caf9578 | [] | no_license | RayhanYulanda/StrukturData-2015 | c6c6bc49ee64d85f469996c84babdcb27df74781 | 79600adf99422957736160a8a1c32dd937795f85 | refs/heads/master | 2021-01-10T16:14:43.334009 | 2016-01-11T16:44:26 | 2016-01-11T16:44:26 | 45,236,367 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,173 | java |
/**
* Write a description of class Gabung here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Gabung
{
private double data [];
private Kelompok [] kelompok = new Kelompok[5];
public Gabung(double data[])
{
this.data=data;
for (... | [
"RayhanYulanda@gmail.com"
] | RayhanYulanda@gmail.com |
d5cd3ba3b84cd6d3b24357f287df1b8e3dded9b0 | 3029337aae2416423c26ba45ed1d273a8e27f4f3 | /api/src/main/java/com/honeybeedev/exclusiveprison/api/util/Clearable.java | b90e53563454542f78b6efe4c3be238e9073fc01 | [] | no_license | OOP-778/exclusive-prison | 083c390842a1e572145038383e34fecf7a3f5080 | cf159c0e1b53c24c21d395949b2a85978559e307 | refs/heads/master | 2023-03-01T15:14:58.615642 | 2021-02-05T09:47:00 | 2021-02-05T09:47:00 | 326,151,438 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package com.honeybeedev.exclusiveprison.api.util;
import java.util.function.Consumer;
import java.util.function.Function;
public class Clearable<T> {
protected T object;
public Clearable(T object) {
this.object = object;
}
public void clear() {
object = null;
}
public T get(... | [
"oskardhavel@gmail.com"
] | oskardhavel@gmail.com |
d749d6bcbfc1e9bb66a97e911c7bc4fb08aa94f4 | b8296b7173d044ba824d0d9a492aae89bb9924c9 | /Exercise03/app/src/main/java/com/example/anas/exercise03/Music.java | 4b6edf7cb3210b1c723fba0e714776f083208924 | [] | no_license | anas9244/mis-2017-exercise-3-sensors-context | 917caf415f150dd90f48ce35346e84bc1b52fea6 | 052c2e44995d78d33e496df39b0eba2dc12e9b22 | refs/heads/master | 2020-12-30T13:22:19.759698 | 2017-05-18T23:36:54 | 2017-05-18T23:36:54 | 91,211,931 | 0 | 0 | null | 2017-05-14T01:12:50 | 2017-05-14T01:12:50 | null | UTF-8 | Java | false | false | 7,996 | java | package com.example.anas.exercise03;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.supp... | [
"anas9244@hotmail.com"
] | anas9244@hotmail.com |
c93e4ea67579ff7c1bf6355f7600f421e5ccc42c | 63686942df1e1e8b3bb6545f6ea68ca846adc19a | /app/src/main/java/tylorgarrett/xyz/twistedtipper/MainActivity.java | b67d0d9a5fc0e42c82d17c035fe95bcfcfacf570 | [] | no_license | garr741/TwistedTipper | 738cb1d31750e5c1fd0a70dcfe858ba18bfa5d46 | 4bff52521e79549514761cfee06656e34318b1c8 | refs/heads/master | 2021-05-01T01:13:05.117138 | 2016-09-09T01:06:32 | 2016-09-09T01:06:32 | 67,752,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package tylorgarrett.xyz.twistedtipper;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | [
"tylorgarrett@gmail.com"
] | tylorgarrett@gmail.com |
3e58804449e45b28175b2012093296f4e9ce934c | 8e507174ef6e0894fb3e4e6571db570575f53836 | /src/main/java/com/ua/passlocker/auth/controller/UserController.java | 738fa9338cc8aa14f45374f1a8a890fcbc3dc0db | [
"MIT"
] | permissive | itsaviu/passlocker-auth | b0ae00c2bb70358b03a9a41a7e11e770b4932541 | ee9ca3ed258287753499771f3dc363abadc7d2e5 | refs/heads/master | 2020-12-14T22:33:52.338213 | 2020-02-08T17:54:05 | 2020-02-08T17:54:05 | 234,894,021 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,321 | java | package com.ua.passlocker.auth.controller;
import com.fasterxml.jackson.annotation.JsonView;
import com.ua.passlocker.auth.models.dto.UserDetailReq;
import com.ua.passlocker.auth.service.UserService;
import com.ua.passlocker.auth.views.Views;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | [
"avinash.umasankaramoorthy@coda.global"
] | avinash.umasankaramoorthy@coda.global |
636278f27ca36262bec234f3bf2eb0fb8d5630a6 | 146a30bee123722b5b32c0022c280bbe7d9b6850 | /depsWorkSpace/bc-java-master/pg/src/main/java/org/mightyfish/openpgp/operator/bc/BcPGPContentVerifierBuilderProvider.java | 481e05bbb81c69b3b81c66dcbb0585e24e5aefb0 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | GLC-Project/java-experiment | 1d5aa7b9974c8ae572970ce6a8280e6a65417837 | b03b224b8d5028dd578ca0e7df85d7d09a26688e | refs/heads/master | 2020-12-23T23:47:57.341646 | 2016-02-13T16:20:45 | 2016-02-13T16:20:45 | 237,313,620 | 0 | 1 | null | 2020-01-30T21:56:54 | 2020-01-30T21:56:53 | null | UTF-8 | Java | false | false | 2,233 | java | package org.mightyfish.openpgp.operator.bc;
import java.io.OutputStream;
import org.mightyfish.crypto.Signer;
import org.mightyfish.openpgp.PGPException;
import org.mightyfish.openpgp.PGPPublicKey;
import org.mightyfish.openpgp.operator.PGPContentVerifier;
import org.mightyfish.openpgp.operator.PGPContentVerifierBuil... | [
"a.eslampanah@live.com"
] | a.eslampanah@live.com |
f39f4149af21cdd767d8f6a46da632c5d42f5a6a | da711cbdfbf900c39b6d1c5ba168af0bcbd78058 | /app/src/test/java/com/binerid/imagegridview/ExampleUnitTest.java | 0932e12ec9a7e8d4105a10bc04ffed81856d4ae2 | [] | no_license | fauzighozali/ImageGridView | ec278cfba89c8c543bd1160cf217dc7f0abd7ba9 | 006253d37f4cc9e1fcb467f6dfd1a69f206ee834 | refs/heads/master | 2021-05-02T10:44:10.836959 | 2018-02-08T13:14:19 | 2018-02-08T13:14:19 | 120,762,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.binerid.imagegridview;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public v... | [
"fauzighoozali18@gmail.com"
] | fauzighoozali18@gmail.com |
8999a5f08aefe9933a7f483209f5d65476dfe5e1 | cbf0c8e0d7bea55f302f8b3c6f7d2faceb9e70d2 | /app/src/main/java/gaugler/backitude/listener/BatteryListener.java | 6c1df51618b4d0333346e71d873ab2b62eb528a3 | [] | no_license | backitude/Backitude | 7983eca97119982ebebe9e36dad7fd2af9b56c25 | d314c967049c8b7333dd5269005fdfb8584c2a56 | refs/heads/master | 2020-03-19T09:05:16.068226 | 2018-06-06T02:29:04 | 2018-06-06T02:29:04 | 136,259,155 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,274 | java | package gaugler.backitude.listener;
import gaugler.backitude.constants.PersistedData;
import gaugler.backitude.constants.Prefs;
import gaugler.backitude.service.ServiceManager;
import gaugler.backitude.util.ZLogger;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent... | [
"backitude@gmail.com"
] | backitude@gmail.com |
8efb3d93cdb24783b06b7a5e7939c0d8213955f9 | 9b3ecd7983a3264bc87365ff686f36e80e19320a | /src/main/common/utils/CookieUtils.java | 8b1a99c0e9126a67b11795a7c009ed00586facad | [] | no_license | 568792513/video_end | a224a701bc8462955f505830bf9edd8de3def94a | 0dde099177107fc664d65436b6d277221d2a0873 | refs/heads/master | 2022-12-11T07:52:36.467072 | 2019-07-03T08:19:46 | 2019-07-03T08:19:51 | 128,072,216 | 0 | 0 | null | 2022-12-05T23:51:10 | 2018-04-04T14:14:47 | Java | UTF-8 | Java | false | false | 1,233 | java | package com.hui.user_service.common.utils;
import com.alibaba.fastjson.JSONArray;
import com.hui.user_service.entity.User;
import com.hui.user_service.service.UserService;
import com.mysql.jdbc.StringUtils;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import javax.annotation... | [
"568792513@qq.com"
] | 568792513@qq.com |
71c94c3f4c277491198637b54359e4c317a84f4f | 54bfdbe6c1a249f00f87cafacccb65f8a32d40fc | /dspace-server-webapp/src/main/java/org/dspace/app/rest/model/IdentifierRest.java | 6cfb147ea3141fe2aff2b227891b97e188765cda | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MPL-1.0",
"W3C",
"GPL-1.0-or-later",
"LicenseRef-scancode-unicode",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"Apache-2.0",
"JSON",
"EPL-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-un... | permissive | 4Science/DSpace | 55fb70023af8e742191b3f6dd0a06a061bc8dfc9 | 0c4ee1a65dca7b0bc3382c1a6a642ac94a0a4fba | refs/heads/dspace-cris-7 | 2023-08-16T05:22:17.382990 | 2023-08-11T10:00:00 | 2023-08-11T10:00:00 | 63,231,221 | 43 | 96 | BSD-3-Clause | 2023-09-08T15:54:48 | 2016-07-13T09:02:10 | Java | UTF-8 | Java | false | false | 3,267 | java | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.rest.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.ds... | [
"kim@shepherd.nz"
] | kim@shepherd.nz |
e2f1bbfcc2a44a153bc6aa57278ce0d48bb44b2e | 9863738e52fc6b869f688904d6231823f671cdcc | /java/josehp.java | a65d71614b48aa8c58a71c4f86a369f6d3937afc | [] | no_license | mihawkeyes/practice-pro | b5fedc9c16c921a1495441b57b397044beb2464f | c1db284f62fa037b70dfaf61e4ade11a2020c75e | refs/heads/master | 2023-06-23T22:08:41.335383 | 2021-07-21T11:04:45 | 2021-07-21T11:04:45 | 314,197,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | // java.util.*;
public class josehp{
static int jos(int n,int k)
{
if(n==1)
{
return 0;
}
else
{
return(jos(n-1,k)+k)%n;
}
}
public static void main(String[] args) {
int n=5,k=3;
System.out.println(j... | [
"rutvikvachhani718@gmail.com"
] | rutvikvachhani718@gmail.com |
f4c75d6ef9a5e4202bc01c4d44ff308ad01bb36b | 5752a92f29685b13a2e839ba85510953a08b48da | /BaseSmartFrame/src/com/basesmartframe/filecache/cache/DownloadListItems.java | e908bbf940fa5dd0240b71edadf3581daaf803c6 | [] | no_license | xieningtao/new_sflib | 3728054a79f9d4a2493ec2c0ff8d5681cdf97a32 | 0a301b7273e58caca5f24aebc5789c3966d2f70a | refs/heads/master | 2022-06-02T23:57:03.881868 | 2016-09-10T06:14:33 | 2016-09-10T06:14:33 | 47,156,546 | 2 | 0 | null | 2022-05-20T20:49:30 | 2015-12-01T01:13:39 | Java | UTF-8 | Java | false | false | 3,485 | java | package com.basesmartframe.filecache.cache;
import com.sf.utils.baseutil.SFBus;
import com.basesmartframe.filecache.BaseFileCacheMessage;
import com.sf.loglib.L;
import com.google.gson.Gson;
import com.sf.httpclient.core.AjaxParams;
import com.sflib.reflection.core.SFMsgId;
/**
* Created by xieningtao on 15-5-21.
*... | [
"389124248@qq.com"
] | 389124248@qq.com |
17ffceaeb39cbd5b0ba15ed7b3f75baeeb303921 | c3ac8acb072a54f49c6fa0f7b9880e59efb642ed | /HSTest/app/src/main/java/com/example/windows_7/hstest/io/response/ValidateUserResponse.java | 1d8e2a4bb94c02e746e6a11f48bf147eebf32ddf | [] | no_license | jonathanTaberna/AndroidStudioProjects | 696257058eeecf15bf56b7967e037ecf96da0ae7 | a495f183c40f7d35e35a7e8af292dd80fe20d298 | refs/heads/master | 2021-07-25T21:45:10.685834 | 2020-04-15T12:00:21 | 2020-04-15T12:00:21 | 141,704,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.example.windows_7.hstest.io.response;
import com.example.windows_7.hstest.model.User;
import com.google.gson.annotations.Expose;
public class ValidateUserResponse {
@Expose
private Integer salida;
private User usuario;
private String msj;
public Integer getSalida() { return salida; }
... | [
"hellsing952@gmail.com"
] | hellsing952@gmail.com |
6eabaa4ae22882f8c7865830923e362a899b6953 | ad9d5c1f216039444c713f1e26fa05aa8e7bce60 | /src/main/java/net/mcreator/scriptor/ScriptorMod.java | b8947f1d92facb33742d7eaf511f352c3a8d8c33 | [] | no_license | shadowforce78/ScriptorMod | 43bd2ac3db7a993c234e5565dc80787a31eb1e21 | 3083bdf70e960a88458619c7c425dda18a48250d | refs/heads/master | 2023-06-01T01:05:39.099062 | 2021-06-28T18:17:21 | 2021-06-28T18:17:21 | 377,334,338 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,973 | java | /*
* MCreator note:
*
* If you lock base mod element files, you can edit this file and the proxy files
* and they won't get overwritten. If you change your mod package or modid, you
* need to apply these changes to this file MANUALLY.
*
* Settings in @Mod annotation WON'T be changed in case of the... | [
"planque.adam@gmail.com"
] | planque.adam@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.