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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8124a0d360dde6523de9b4fb6bf467693a92434a | 33505182f07ca06be54c3400cc20fa9795e7a1df | /src/View/ViewBossSelection.java | 550d7e2b769d9f3fd8146c6ff3f614ca68d92cf8 | [] | no_license | Indigoblin/KhTale | a89d401d0e967e3d800f58649a5b5e5242495927 | 3adce8d91ceb664a41bdc75d43a2d74beded2fa4 | refs/heads/master | 2021-01-08T03:01:02.593731 | 2020-03-31T06:52:35 | 2020-03-31T06:52:35 | 241,892,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,308 | java | package View;
import Controller.ControllerSelect;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Group;
import Tools.Path;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.VBox;
import javafx.scene.input.M... | [
"axolot.jvc@gmail.com"
] | axolot.jvc@gmail.com |
f0e211dd6eda3bd0bcdc8184136cda01f3bc935e | a4f97d4fbc8cd3a6a0040180b9f3d7d9e388ca24 | /src/com/master/queue/Queue.java | e698a744c2568d652cce30ab87085aab8050c8ab | [] | no_license | LiuzhenDewdrop/TEST | ef256b932ba98e46ebf5ab47cd1a714fcce94f87 | ff222f92c30f0428c4f027d2716d37854bd91bf6 | refs/heads/master | 2021-07-15T22:56:53.583424 | 2021-03-29T11:45:20 | 2021-03-29T11:45:20 | 93,704,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package com.master.queue;
import lombok.Data;
/**
* @class: Queue
* @description:
* @author: L.zhen
* @date: 2020/3/23 0:49
*/
@Data
public class Queue {
private int size = 10;
private int[] q = null;
private int front, rear = 0;
public Queue(int... size) {
if (size != null) {
this.size = size[0];
... | [
"353442388@qq.com"
] | 353442388@qq.com |
7e118f19b082dfffbc10b77215c111a507bf1d66 | f59f4e106a0a96a594a8f19038d1af88a4c76d00 | /src/main/java/com/shopnow/service/impl/ProductServiceImpl.java | 4b42c3fd5ac90ef4f2140bc6c2a930e60a422b9c | [] | no_license | satasy102/Shopnow | 28fcb02ab7bc39f64852124117b552df2dbd6431 | 19c7783f74a6e65ea192e6efdbc8e38ad41a2765 | refs/heads/master | 2023-03-10T03:57:43.682337 | 2021-02-18T10:27:18 | 2021-02-18T10:27:18 | 331,506,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | package com.shopnow.service.impl;
import com.shopnow.model.Product;
import com.shopnow.repository.ProductRepository;
import com.shopnow.service.ProductService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.time.ZonedDateTime;
import java.util... | [
"@gmail"
] | @gmail |
6cbae7345b3a0fe4e2d0a4ac992c6b3711ab7037 | 042ba809abe3d0daf84e512ab00f04aa1e163e99 | /Amazon/230_KthSmallestBST.java | 5056c50156d0b95818f2a45d70b59c2dba23132d | [] | no_license | Irene1028/Leetcode | 98e7686b2812766048d02dd93fb6f5a0a1cfe1bb | 3d8418379e8ffe8d0564c59f8e72f9d520819b2a | refs/heads/master | 2020-06-20T22:05:47.260381 | 2020-01-05T21:38:30 | 2020-01-05T21:38:30 | 197,266,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,618 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
public int kthSmallest(TreeNode root, int k) {
// inorder traverse, return k th
List<Integer> inorder = new ... | [
"noreply@github.com"
] | Irene1028.noreply@github.com |
b3e56098555ecf9dfa39c4e902548256d0a99c5d | 1c63e06951421b5869720fb2f7763317d8272c04 | /app/src/main/java/com/zjy/js/customdialog/zhy/bean/ImageFloder.java | 4503bdf273d69db0dd39895f1e6e6148426a978d | [] | no_license | hub-zjy1024/CustomDialog2 | 0fd124f8384c56dbe6e5096eda66caa1a06981d4 | f6aaadcb1ff7ecc9a39fc8d44adb0d238a8112ee | refs/heads/master | 2020-07-21T06:03:22.965664 | 2020-01-18T12:47:34 | 2020-01-18T12:47:34 | 206,766,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package com.zjy.js.customdialog.zhy.bean;
public class ImageFloder
{
/**
* 图片的文件夹路径
*/
private String dir;
/**
* 第一张图片的路径
*/
private String firstImagePath;
/**
* 文件夹的名称
*/
private String name;
/**
* 图片的数量
*/
private int count;
public String getDir()
{
return dir;
}
public void setDir... | [
"851280963@qq.com"
] | 851280963@qq.com |
a853820530b64669b0e668b24cb1a66ef75c1813 | 7e12d82fefa60109cb47c03b6b1fde77c78d382e | /src/main/java/cn/enaium/foxbase/utils/Render2D.java | 75b55fe6f45a395f61b25006ea374e1a836342b0 | [
"MIT"
] | permissive | dqyzszs/FoxBase | 80d9963b561bdcb747b4b17a12352ffc438b6d6e | 4979a84d47cfcc1daf93a6ac3091a8c8a8b58976 | refs/heads/master | 2021-05-21T17:36:49.345060 | 2020-04-01T08:41:11 | 2020-04-01T08:41:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,386 | java | package cn.enaium.foxbase.utils;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.gui.DrawableHelper;
import net.minecraft.client.render.BufferBuilder;
import net.minecraft.client.render.BufferRenderer;
import net.minecraft.client.render.Tessellat... | [
"32991121+Enaium@users.noreply.github.com"
] | 32991121+Enaium@users.noreply.github.com |
4f3c19bb6ed12b4db3680493779b54d441152731 | 55c3e72b969082e02fe490c006030efc157aa6b2 | /jas-wechat-api/src/main/java/com/wizinno/jas/wechat/api/AuthController.java | c072615341ef44297af8fb975d1c41404444083e | [] | no_license | yanglong1360075452/jas_lot_cloud | 4c457b373da47be4b1d08acbdfe1199a7658ab47 | b782ff1be3d1176e67e03ede208cf7d4aeb49873 | refs/heads/master | 2021-05-11T10:00:53.802417 | 2018-01-19T07:09:36 | 2018-01-19T07:09:36 | 118,090,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,860 | java | package com.wizinno.jas.wechat.api;
import com.wizinno.jas.common.config.Config;
import com.wizinno.jas.common.controller.BaseController;
import com.wizinno.jas.common.data.ResponseVO;
import com.wizinno.jas.common.exception.CustomException;
import com.wizinno.jas.common.util.CommonUtil;
import com.wizinno.jas.common.... | [
"1360075452@qq.com"
] | 1360075452@qq.com |
7065d588f166b8ce067c4bd1cb9698fbd6706390 | d3b75a736931a24ec5c86d49b85a804ab5c6d5cd | /MultyInterfaceAnalyse/src/com/tuoming/entity/common/typeDecode.java | f757923fa3c81fbd52c0281072bb74cff69b9f44 | [] | no_license | Gwind1024/LtDPI | 72ddfe9871a02a77ad9a19449129735d0b17b6a2 | 7e0564c4ec01ac9d6be1dbbbbe2d6aa79e0b6b4f | refs/heads/master | 2022-12-14T13:22:26.535702 | 2020-02-17T11:41:12 | 2020-02-17T11:41:12 | 241,059,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 60,432 | java | package com.tuoming.entity.common;
//应用大小类特殊识别
public class typeDecode {
//流量识别
public static String SERVNAME(String s){
String SERVNAME = "";
switch(s)
{
case "01_0001":SERVNAME="100012";break;//飞聊
case "01_0003":SERVNAME="100016";break;//Gtalk
case... | [
"58069783+Gwind1024@users.noreply.github.com"
] | 58069783+Gwind1024@users.noreply.github.com |
3f1fbeed3b1fd53082ed02f8912feb900d44dc12 | 6e829aec7b55462078c9be5c5a45f8c639094b26 | /src/EstimacionAceros/ViewEstimacionAceros.java | a0e2f40fac7225b4be5ebfe8cf9f83c1ac725792 | [] | no_license | dnsdirmx/generadores2014 | 53c4657b44cf8ef0391632b84310a3b112776f25 | 6a241cfb2e6037324f963c9afdf0ee3c3044a00f | refs/heads/master | 2021-01-24T17:36:31.633696 | 2016-06-14T21:14:15 | 2016-06-14T21:14:15 | 47,208,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,818 | java | package EstimacionAceros;
import javax.swing.JInternalFrame;
import javax.swing.JScrollPane;
import javax.swing.JLabel;
import javax.swing.JComboBox;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.SwingConstants;
import javax.swing.JTextField;
import javax.swing.JTabl... | [
"dnsdirmx@outlook.com"
] | dnsdirmx@outlook.com |
8b8eb1d2cb0e5961ffc41166b32f1588212d1899 | 4e16b256aec7c0ddc5510b36e2346531727dadbc | /sixthgroup/src/main/java/sixth/sixthgroup/service/impl/UserServiceImpl.java | 8739dff3328a41aa8fd77d27e62c1ffe866c7fdf | [] | no_license | julyying/counselor-assistant | 080177b7b86c2b05c1085b5fbcb9adddf13cce6e | d28b00f19858ab235d23a12fcc4e4aad9a78807b | refs/heads/master | 2021-01-10T09:28:33.292254 | 2016-03-04T14:17:27 | 2016-03-04T14:17:27 | 53,136,879 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,192 | java | package sixth.sixthgroup.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import sixth.sixthgroup.dao.UserMapper;
import sixth.sixthgroup.model.ClassAccount;
import sixth.... | [
"798081464@qq.com"
] | 798081464@qq.com |
be4accd2c486257e9b22386921df3e5aa21299d7 | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/X/C60672pw.java | a5640549e0484d8a010b67fde68314ab861b9446 | [] | no_license | technocode/com.wa_2.21.2 | a3dd842758ff54f207f1640531374d3da132b1d2 | 3c4b6f3c7bdef7c1523c06d5bd9a90b83acc80f9 | refs/heads/master | 2023-02-12T11:20:28.666116 | 2021-01-14T10:22:21 | 2021-01-14T10:22:21 | 329,578,591 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package X;
import android.content.Context;
import android.os.Build;
import android.text.Editable;
import android.util.AttributeSet;
import android.view.KeyEvent;
/* renamed from: X.2pw reason: invalid class name and case insensitive filesystem */
public class C60672pw extends AbstractC463429i {
public static fin... | [
"madeinborneo@gmail.com"
] | madeinborneo@gmail.com |
1187f3687b08374f33b879700e1773f1a9ceb1d8 | 9dfdf5f46794ea8d054a412ceecfc1c34d0660fa | /homeWork1/src/main/java/HomeWork1/Application.java | 024182fc6d6743c75034d7db89ac0165c332900c | [] | no_license | vld7wn/Lanit | 5301ee77023f4f198fe3e7d2a0a7d6bf7fd2b13a | d34f1ca15f867a19a8140a96b26233ae01d051e9 | refs/heads/main | 2023-05-09T23:41:17.235495 | 2021-05-31T20:14:56 | 2021-05-31T20:14:56 | 358,969,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | import model.Kotik;
public class Application {
public static void main(String[] args) throws InterruptedException {
Kotik first = new Kotik("String", 10, 5, "meow");
Kotik second = new Kotik();
second.setName("name");
second.setWeight(5);
second.setPrettiness(2);... | [
"noreply@github.com"
] | vld7wn.noreply@github.com |
f521e857d279cb47863b6b1a6e2604b4ff6cf219 | 5f1be6f4d43dcd30b8f098b389dd1f955302b0f1 | /src/main/java/fr/esiea/unique/debout/naudet/Main.java | a1cb318508ad7b93ed5417945697b6c48c0c0e0d | [] | no_license | tuobed/ARCHITECTURE_DEBOUT_NAUDET | 3cef1cbd39ce4435957cc31d4f71e7cf8bae537d | 59e06d7a0f4c2ab506cf5481ce22a4ec31973a21 | refs/heads/master | 2021-01-21T05:09:51.114090 | 2017-03-03T19:50:41 | 2017-03-03T19:50:41 | 83,137,113 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 834 | java | package fr.esiea.unique.debout.naudet;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Main {
//C'est la classe principale qui lance le programme
public static void main(String[] args) {
int x; int rep=0;
Scanner sc = null;
while(rep==0){
try {
System.out.printl... | [
"debout@et.esiea.fr"
] | debout@et.esiea.fr |
4327dc42561fe664ba6f080056bb708c9ee0636a | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/ivy/2.0/org/apache/ivy/.svn/pristine/43/4327dc42561fe664ba6f080056bb708c9ee0636a.svn-base | 85e45a63197b48083918ef987759b5b5ce79ff81 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,508 | /*
* 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... | [
"hvdthong@github.com"
] | hvdthong@github.com | |
44a5d2b3a4a443db3ec10760db05a4acb85080c5 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/MATH-98b-1-23-Single_Objective_GGA-WeightedSum/org/apache/commons/math/linear/BigMatrixImpl_ESTest_scaffolding.java | 58530b6c0ccc03e28c5e8e6301ffa9006d0b976d | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,120 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Mar 30 15:00:40 UTC 2020
*/
package org.apache.commons.math.linear;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.ju... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
c7591e6d77c5850019b5b7e7b2faeb1b40257e8d | eff64d00f22caf51ed7f59055c9d340174b30ba9 | /pengMS/src/main/java/com/tcwong/pengms/model/example/DriverExample.java | 5b6caea6c1229a0612a56c665b74e036d1bf1546 | [
"Apache-2.0"
] | permissive | tcwong0909/pengExpressMS | 70e4afc771f1ddac878a846c14dfc23709ac3884 | 035c136f3bc0ec8f00be5273105122c28765af8f | refs/heads/master | 2023-04-01T14:15:16.915561 | 2021-03-19T15:44:09 | 2021-03-19T15:44:09 | 290,079,908 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,068 | java | package com.tcwong.pengms.model.example;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
public class DriverExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public DriverExample() {
... | [
"1394031559@qq.com"
] | 1394031559@qq.com |
17ae896bc8951232c884ca0d9a6687f58fec9660 | aacd921584ea4885368960bac8c027c1da92fdcf | /src/main/java/com/github/prabhuprabhakaran/jeazyprops/utils/PropsFiletype.java | 842a93fb257457f32a078899516011815a99095b | [
"Apache-2.0"
] | permissive | prabhuprabhakaran/JEazyProps | 8a92973f51ea8417fbf7774ec7c0988fbf5f93fc | 6f7cee71559e45d99947555cda3a3961e9550e9e | refs/heads/master | 2021-05-20T09:14:32.594462 | 2020-05-31T11:45:22 | 2020-05-31T11:45:22 | 252,218,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | 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.prabhu.jeazyprops.utils;
/**
* Property File Types
*
* @author Prabhu Prabhakaran
*/
public enum PropsFiletype {
... | [
"p.r.c.prabhu@gmail.com"
] | p.r.c.prabhu@gmail.com |
6849c974c627c30e686785c1583b100afc08e6bd | 7d597a2f39a4f359079b2cc9bc9aa2bb24e75683 | /src/main/java/cn/com/jinkang/module/standard/common/constants/result/ResultCode.java | 6b58e150fb76fb6ac2c43f75f0d02ea1a6e65be1 | [] | no_license | fool365/Graduation_design | d9e6ad607f650a2e2f8c5edf41cd3ad6b18b6c6b | 620bc6abbb37f5da87c12a7856ad9acc81fc6aee | refs/heads/master | 2023-04-27T22:53:45.275415 | 2021-04-27T04:24:21 | 2021-04-27T04:24:21 | 361,977,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | package cn.com.jinkang.module.standard.common.constants.result;
public enum ResultCode implements IResultCode {
SUCCESS(200, "操作成功"),
FAILURE(400, "业务异常"),
UN_AUTHORIZED(401, "请求未授权"),
NOT_FOUND(404, "404 没找到请求"),
MSG_NOT_READABLE(400, "消息不能读取"),
METHOD_NOT_SUPPORTED(405, "不支持当前请求方法"),
MEDI... | [
"237650568@qq.com"
] | 237650568@qq.com |
c358ca197895364fd3caaf83cb0966d4261bff9b | 4efd23da9798a17ecaa3e1ea62ae36b9271b5a8b | /wxjy-common/src/main/java/com/insigma/common/util/CommonUtils.java | 039663b5c7df6330844bdafdc351b4da8919ba8c | [] | no_license | wengweng85/wxjy-web-all | a7237fac6185e7bf8b370f0675a748ae04831d9d | 242f903e5db5c17d03159a804dad02d58c4c3561 | refs/heads/master | 2020-04-18T12:26:32.977558 | 2019-04-03T12:27:48 | 2019-04-03T12:27:48 | 167,533,377 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 1,400 | java | package com.insigma.common.util;
import javax.servlet.http.HttpServletRequest;
import java.io.File;
import java.net.MalformedURLException;
public class CommonUtils {
/**
* 根据路径下的文件名
* @param path
* @return
*/
public static String getNewFile(String path){
File savePath = new File(path);
File[] files = sa... | [
"whengshaohui@163.com"
] | whengshaohui@163.com |
7ec3f96db6786f30880399e182b783d37d85e3b8 | efc54e6b7144afe42511d4ac498d360786e55ced | /app/src/main/java/com/example/alfred/realtimelocation/Model/User.java | 9d9917d1b84cd2738d948d1497363dcb6a2ffb92 | [] | no_license | alfredwilliam/RealTimeLocation | e6680da20228a1222d6abf8f113ac9ac5df5a5ed | c9b24803fd02a715194d6cca5c26db8b11f666c9 | refs/heads/master | 2020-05-05T08:01:57.077928 | 2019-04-06T15:11:45 | 2019-04-06T15:11:45 | 179,847,468 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.example.alfred.realtimelocation.Model;
import java.util.HashMap;
public class User {
private String uid,email;
private HashMap<String,User> acceptList;
public User() {
}
public User(String uid, String email) {
this.uid = uid;
this.email = email;
}
public Stri... | [
"alfred.william.jw@gmail.com"
] | alfred.william.jw@gmail.com |
4c7a069a0318e56b88c65b5977cafbfec1dd9108 | 23f2bb785a245259c8d12315747beebd7e8b05bd | /src/main/java/com/kfit/spring_boot_mybatis/domain/P2pActivityRule.java | 1043bc03484e98bacbc29921ea0624c2cfcd1da1 | [] | no_license | TomasXiong/SpringSecurity | 9fa23031da7a32e1b43fc9a85958cb60fb4e4d10 | 62e396ee8cadce010ee43ae8c599be1d3faf7800 | refs/heads/master | 2023-08-07T15:56:17.500591 | 2019-08-22T03:40:11 | 2019-08-22T03:40:11 | 203,708,772 | 1 | 1 | null | 2023-07-22T14:13:11 | 2019-08-22T03:38:41 | Java | UTF-8 | Java | false | false | 3,378 | java | package com.kfit.spring_boot_mybatis.domain;
import java.sql.Timestamp;
/**
* P2pActivityRule entity. @author MyEclipse Persistence Tools
*/
public class P2pActivityRule implements java.io.Serializable {
// Fields
/**
* serialVersionUID:TODO(用一句话描述这个变量表示什么)
*
* @since Ver 1.1
*/
... | [
"645077449@qq.com"
] | 645077449@qq.com |
9799d15d8a1ce731a8eb18e4d73525d5b7ea7086 | d20e49dd36bf542652379e607c28f1a3a23eda75 | /app/src/main/java/com/ningjiahao/phhcomic/adapter/FindPagerAdapter.java | acf3f4b9dfc30e38d38c08e4cbea9def4d85c9a3 | [] | no_license | MayuZhiHua/PHHComic | 96f6128d6df74109e741a14677b726472da2f173 | 81c68d4415997a22df17de918832c5e451843cd0 | refs/heads/master | 2020-06-27T10:18:58.960548 | 2016-11-21T11:30:36 | 2016-11-21T11:30:36 | 74,526,303 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package com.ningjiahao.phhcomic.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.view.ViewGroup;
import java.util.List;
/**
* Created by My on 2016/11/15.
*/
public class FindPagerAdapter extends Frag... | [
"1060043814@qq.com"
] | 1060043814@qq.com |
122aa15a41d65ccd7aadf1d75364e524c509cae4 | fed9f61358376202c9f994981998854adfd85c6e | /app/src/main/java/com/example/a10_26_2019_loginpage/resident/ResidentDataSingleton.java | 8bb992f6455204de9e82f696f36a7820630539b7 | [] | no_license | Jengador/SadBear | 03cd7e57f463964e73e6e78591ec2eef439cb077 | 2cb9f9d0c379ccf509114b4d49871f7d5e031cf6 | refs/heads/master | 2023-03-06T12:56:10.810073 | 2021-02-14T17:28:06 | 2021-02-14T17:28:06 | 338,860,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,822 | java | package com.example.a10_26_2019_loginpage.resident;
public class ResidentDataSingleton {
private String userID;
private String name;
private String hometown;
private String phone;
private String doorNumber;
private int dayOfBirth;
private int monthOfBirth;
private int yearOfBirth;
... | [
"guvercin16@itu.edu.tr"
] | guvercin16@itu.edu.tr |
fb7c5c5466dbe3aed6567e639bb2cd7e98ee519b | 28c8a5d040b63f1f086b228f4f69262f34962d8e | /src/TestList.java | 71f55a1b03f44d08ec7528cfd5021eb58a74c044 | [] | no_license | chant123/t71class | b58923b8409120f31260b7157b88710bf2662791 | 5458c908518802f5dbecc9258762044c27403fe8 | refs/heads/master | 2021-04-25T15:07:00.132898 | 2017-11-06T11:13:55 | 2017-11-06T11:13:55 | 109,685,519 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,312 | java |
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TestList {
public static void main(String[] args){
List<String> students = new ArrayList<String>();
students.add("张三");
students.add("李四");
students.add("王五");
students.add("赵六");
students.add("田七");
... | [
"1019168538@qq.com"
] | 1019168538@qq.com |
5842c6dfe9a6b87c776004dc2072035adc044d5f | 826f1fb19ffd418e7d300156cf2f07892b323b55 | /app/src/main/java/org/richit/widgetlibrarytest/MainActivity.java | bcdc70197e9cd826240ec53d7d83fdf24046c7ff | [
"MIT"
] | permissive | p32929/SimpleWidgetLibraryForTesting | b0ea6b9b95a5f67f88dc1e2485769d217f0195dd | 13cbaffca9b996256a24654a1f9862e0547b1738 | refs/heads/master | 2022-11-22T14:27:52.891061 | 2020-07-17T13:58:58 | 2020-07-17T13:58:58 | 262,557,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,008 | java | package org.richit.widgetlibrarytest;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.content.ComponentName;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import org.richit.appwidgetlibrar... | [
"p32929@yahoo.com"
] | p32929@yahoo.com |
d567816c216eea9f04f038a391aa222bd7523ddc | 61a0d1cef1d42297c11ad53ff78ccf245234aa4f | /app/src/main/java/com/example/administrator/movieplayer/MyAdapter.java | 6178acfc21ef11192c20fdb90f53ed784d637490 | [] | no_license | lium920/Movie | 1a56007d0f6714af62d833240fab1a32a8ddc942 | 493ff12b94148a70958321dccec0f00ff3f9a935 | refs/heads/master | 2021-01-20T16:16:56.471037 | 2017-05-10T06:29:15 | 2017-05-10T06:29:15 | 90,828,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,411 | java | package com.example.administrator.movieplayer;
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 java.util.List;
/**
* @创建... | [
"738497912@qq.com"
] | 738497912@qq.com |
1a5ce7e7a03e7190d6f74c0dfe216de9c455759f | ec750ee29fcc0ee072c0c58f2d3b3bbe53f2011a | /ct-app/src/main/java/com/xjd/ct/app/ctrlr/v10/ResourceController10.java | 74d8762c1faba7f78ad0a804fe5ab76f43872fac | [] | no_license | elvis9xu163/ct | 3eb7408215a21cc443d9c5b8d5a6559ebb09b793 | 6038d0494307df024113d4b5e97f12dee1a238d9 | refs/heads/master | 2021-05-29T12:33:30.412018 | 2015-05-22T14:14:45 | 2015-05-22T14:14:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,798 | java | package com.xjd.ct.app.ctrlr.v10;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import... | [
"elvis9xu@163.com"
] | elvis9xu@163.com |
a078248436e7ca81323ec1234a71225ae5c2d383 | 48b8b3785c1617faea521e843d17f174304771b0 | /NCP_client_lourd/src/core/Checksum.java | 6653925de4416ddaacde265394914260e42c6aaf | [] | no_license | olbers/network-chat-project | a80698d36464ac3fde6ff98fea2498bc3729c168 | f1d83f7107592272100c1dde28ee6d77823b1523 | refs/heads/master | 2021-01-10T05:52:21.382435 | 2011-04-01T06:13:00 | 2011-04-01T06:13:00 | 46,188,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,005 | java | package core;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* La class cheksum permet de calculer le checksum d'un fichier en SHA... | [
"Kevin.poirier72@gmail.com"
] | Kevin.poirier72@gmail.com |
e6dfbf07363b5a438dc3f1d71cb5bfbbd2b356e2 | 11b52e23af8472ab963cd9e107118835ab1b88fc | /CBudgetBatch/src/cbudgetbatch/forecast/Gewichtung.java | 583f500dcf846396b5461ed59b048c8e54db0881 | [] | no_license | Pfeiffenrohr/budget | 449544bdb1ecefbf9a95dfe352877566c5c7f041 | 33a4757b4ea86ba20f92983653fdcd9f99a491d4 | refs/heads/master | 2023-08-16T17:28:48.491037 | 2023-08-12T08:32:14 | 2023-08-12T08:32:14 | 158,187,182 | 0 | 0 | null | 2023-09-12T13:38:28 | 2018-11-19T08:30:19 | Java | UTF-8 | Java | false | false | 778 | java | package cbudgetbatch.forecast;
public class Gewichtung {
private int year1back;
private int year2back;
private int year3back;
public Gewichtung(int year1back, int year2back, int year3back) {
super();
this.year1back = year1back;
this.year2back = year2back;
this.year3back = year3back;
}
public Gewi... | [
"richard@richardlechner.de"
] | richard@richardlechner.de |
d755869ebae3e715fc0e77828de8c0d172fd83d0 | 96f24caba3511efb342fd9bb991698e7a0ba1c63 | /7.Goldman_n/src/com/javabegin/training/game/goldman_9/abstracts/AbstractMovingObject.java | 014211086304eb737e8221434eb95e36ae5fac5b | [] | no_license | Abergaz/JavaBeginWork | 877f87b0f21b6fdac6d24ad14f6d28d574a14742 | a443adacfd8265839ced00b1eeab22294e9fb42d | refs/heads/master | 2020-06-30T11:15:53.414126 | 2019-11-16T06:00:45 | 2019-11-16T06:00:45 | 200,809,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,011 | java | package com.javabegin.training.game.goldman_9.abstracts;
import com.javabegin.training.game.goldman_9.enums.ActionResult;
import com.javabegin.training.game.goldman_9.enums.MovingDirection;
import com.javabegin.training.game.goldman_9.interfaces.gameobjects.MovingObject;
import com.javabegin.training.game.goldman_9.o... | [
"zagreba@gmail.com"
] | zagreba@gmail.com |
ad3b4e9f66a2ece9632dbfa0386a44fa75ba9fae | 566dc26972fc69711070f4ad07c5c9657f59daf3 | /dynamic/src/main/java/com/task/dynamic/util/KeyPairTool.java | 0f7e2111b21e6636031ddd321aff7d286d3fd1e4 | [
"Apache-2.0"
] | permissive | aip9105/proj_study | f46d66177039e4cc1469be478edcc6617aec084d | e8bf923460dd530cd9150af0b85a0c84ada40c1a | refs/heads/master | 2022-11-22T18:53:45.547321 | 2020-07-25T15:36:41 | 2020-07-25T15:36:41 | 178,536,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,185 | java | package com.task.dynamic.util;
import lombok.extern.slf4j.Slf4j;
import java.io.*;
import java.nio.MappedByteBuffer;
import java.nio.channels.FileChannel;
import java.security.*;
import java.security.cert.Certificate;
import java.security.cert.CertificateEncodingException;
import java.security.cert.CertificateExcepti... | [
"liaipeng"
] | liaipeng |
250a2789750899217e08ad8eb5e58e48ecc8d4f3 | 4cd7523bc164f64c51af9e7d384a8a70c6806f9e | /src/com/jucaipen/daoimp/VideoLiveSaleImp.java | 691fd7c38cdd73d9ce871bdd7525e38384475686 | [] | no_license | loveq2016/jcp_server2017 | 5de95a71afc80edeb7380d5bb725be5a4f6e87b6 | a180bf634a63bc84eb356a57364c08e2ba9d72ac | refs/heads/master | 2021-01-25T09:33:04.404479 | 2017-06-09T09:11:22 | 2017-06-09T09:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | package com.jucaipen.daoimp;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import com.jucaipen.dao.VideoLiveSaleDao;
import com.jucaipen.model.VideoLiveSale;
import com.jucaipen.utils.JdbcUtil;
public ... | [
"185601452@qq.com"
] | 185601452@qq.com |
ac72912c32c1321a9a611a93ce4e3b1683e698f0 | 46fbcff701c60d5163003bd99738f1f609f7fab3 | /src/main/java/cn/mldn/singup/service/abs/AbstractService.java | 850c3c3fa213f165c699d0ba394afdf58aee99de | [] | no_license | shui985039/bespeak | 21c2198ed23a8e8417f770819c5e10e904c0b21c | 5dd828e6a69d5ac59832fc527d0d557002c91669 | refs/heads/master | 2021-01-01T18:13:55.046029 | 2016-10-27T08:19:44 | 2016-10-27T08:19:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | package cn.mldn.singup.service.abs;
import java.util.HashMap;
import java.util.Map;
public abstract class AbstractService {
/**
* 针对于Mybatis中需要接收Map集合的操作进行统一的定义,以保证传入的空字符串可以变为null
* @param column 模糊查询列
* @param keyWord 模糊查询关键字
* @param currentPage 当前所在页
* @param lineSize 每页显示的数据行
* @return 根据... | [
"'mldnqa@163.com'"
] | 'mldnqa@163.com' |
6f9a80d1ce0749b75a552ac71474e6bfb33259a2 | a0ff846a26f7f5f9f733ef73938aa43c0ca91130 | /ad-service/src/main/java/com/owasp/adservice/entity/Rating.java | 8d43d6cd01a8b8561660e5bfbf729ce0118f4bda | [] | no_license | newbashtrainer/OWASP-Top-10 | 2a09f25b2d022e1bcfc2d54d9b0624ce180a2534 | 136fe8786d7dea64474442128c90ff89d13741e1 | refs/heads/master | 2023-03-29T22:49:51.412253 | 2021-04-15T16:12:31 | 2021-04-15T16:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package com.owasp.adservice.entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import java.util.UUID;
@Enti... | [
"acabeker@gmail.com"
] | acabeker@gmail.com |
e1ce38a9c37791b27b07891bdd72b73c6557c071 | b34654bd96750be62556ed368ef4db1043521ff2 | /auto_screening_management/branches/copilot/src/java/tests/com/cronos/onlinereview/autoscreening/management/accuracytests/ScreeningTaskDoesNotExistExceptionAccuracyTest.java | 9843c78aa1f3c8103602f8b7f35262bfe1ac9517 | [] | no_license | topcoder-platform/tcs-cronos | 81fed1e4f19ef60cdc5e5632084695d67275c415 | c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6 | refs/heads/master | 2023-08-03T22:21:52.216762 | 2019-03-19T08:53:31 | 2019-03-19T08:53:31 | 89,589,444 | 0 | 1 | null | 2019-03-19T08:53:32 | 2017-04-27T11:19:01 | null | UTF-8 | Java | false | false | 4,063 | java | /*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.cronos.onlinereview.autoscreening.management.accuracytests;
import com.cronos.onlinereview.autoscreening.management.ScreeningManagementException;
import com.cronos.onlinereview.autoscreening.management.ScreeningTaskDoesNotExistException... | [
"mashannon168@fb370eea-3af6-4597-97f7-f7400a59c12a"
] | mashannon168@fb370eea-3af6-4597-97f7-f7400a59c12a |
0730e50f2bf13009e57cc3589e268a1a5081b935 | dcaba5157193b312022f552eb5dff5b17812a10c | /app/src/main/java/com/wavesplatform/wallet/ui/customviews/CustomKeypad.java | ae3a9602098a17ed7652f6bd7e937d09c082aa78 | [
"MIT"
] | permissive | raqeta/WavesWallet-android | 063c52204c5ae77ce153ef9539ef7e20465bc2c6 | 845fbaa0fe12e2ffe5c301ffc59254d7e35b5990 | refs/heads/master | 2020-03-27T04:53:47.383024 | 2018-08-13T12:48:18 | 2018-08-13T12:48:18 | 145,977,095 | 1 | 0 | null | 2018-08-24T10:17:42 | 2018-08-24T10:17:41 | null | UTF-8 | Java | false | false | 7,460 | java | package com.wavesplatform.wallet.ui.customviews;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.vie... | [
"koloale@gmail.com"
] | koloale@gmail.com |
d68f554952e08ff78eeb5fe750f5476858d1a85b | e07ba595ae618298a64f1932ec73e466c29e8713 | /src/test/java/com/igeeksky/xtool/core/nlp/RootTest.java | 48dd09386948a74205764ebb445e0e7979f9ee3f | [
"Apache-2.0"
] | permissive | gitter-badger/xtool | 7cd328b5c96df11360149301b61f2481baf27d58 | e92ca1110d8d4cd5abab98ca47239237a492e636 | refs/heads/main | 2023-09-02T04:40:19.910083 | 2021-11-20T15:17:25 | 2021-11-20T15:17:25 | 430,142,099 | 0 | 0 | Apache-2.0 | 2021-11-20T15:41:38 | 2021-11-20T15:41:37 | null | UTF-8 | Java | false | false | 677 | java | package com.igeeksky.xtool.core.nlp;
import org.junit.Assert;
import org.junit.Test;
import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* @author Patrick.Lau
* @since 0.0.4 2021-11-20
*/
public class RootTest {
@Test
public void iterator() {
Root<String> root = new Root<>('0'... | [
"patricklauxx@gmail.com"
] | patricklauxx@gmail.com |
732bed0ebc3f221b834b17ccdc75d2e146740908 | 700ea65d5c8cbc5c6ec5f289a317bfc64c6673f2 | /Swagger/Swagger-Example/src/main/java/com/springboot/swagger/SwaggerExample/config/SwaggerConfig.java | 67227012d6b035fd0a45a8f75cc354c180b62d93 | [] | no_license | vaibhu6/164455_Vaibhavi | ac2f097db5693b89abcd7536e211f05ec064b73c | a38ee8646e1b8c031358ca17b3a09af80d5b55bd | refs/heads/master | 2020-04-04T09:16:32.685439 | 2019-02-14T10:36:05 | 2019-02-14T10:36:05 | 155,544,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.springboot.swagger.SwaggerExample.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@EnableSwagger2
@Configu... | [
"parthibansankar@ymail.com"
] | parthibansankar@ymail.com |
827b755cefdf964864d1657f4c59fe92f8156dbe | fc505e787e6175320154c905286f273fee38dedf | /src/java/entidades/Tipoeducacion.java | 471d959b0968e1b6a7bc9914e54891fa876513b7 | [] | no_license | Dairunt/TrabajoJava | 535845912b3d204c5bcd77125ade7fa984681c25 | bf08de66b0c89db7ff8204ee7d90a792d12d5d5d | refs/heads/master | 2021-01-18T19:13:30.284622 | 2016-06-25T02:28:34 | 2016-06-25T02:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,781 | 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 entidades;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import java... | [
"francosebastian22@gmail.com"
] | francosebastian22@gmail.com |
a6e3bf038139d6d5b9a6d7e64a18751fb27b8487 | 3d2a50e9dd459ffe2faa48febe9f66e3e8c7e554 | /src/main/java/br/com/fernandareis/bank/security/SecurityWebConfig.java | c804ba1513e4a7367a0e0c36968c95b4096be1e1 | [] | no_license | FernandaRSilva/banco-backend | bff983edb2bf45b5f5047e9fc4b9806c619794a7 | 57f87b2c6e2c69b8a4d7a98ee3262f59e898b408 | refs/heads/master | 2020-12-27T18:58:08.919142 | 2020-02-03T16:54:13 | 2020-02-03T16:54:13 | 238,012,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,608 | java | package br.com.fernandareis.bank.security;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security... | [
"fernandareeis@yahoo.com"
] | fernandareeis@yahoo.com |
9674cf617e41f637513bb6de4f1457f0ff69ed80 | 3222aba09d1788a757ecd1d6b0318323b36a515d | /src/ir/values/instructions/SimplifyInstruction.java | b4c0da0a67d7d7e08c7cefebfb1da0933f951325 | [
"WTFPL"
] | permissive | No-SF-Work/ayame | 6edaccd64658679378845481e3205a8fd1dd4125 | 8dc191c2e279008c9b4202b8b4dbb0bbf58b4329 | refs/heads/main | 2023-07-10T20:39:43.650294 | 2021-08-08T12:21:49 | 2021-08-08T12:21:49 | 388,043,672 | 71 | 6 | null | null | null | null | UTF-8 | Java | false | false | 19,774 | java | package ir.values.instructions;
import ir.MyFactoryBuilder;
import ir.values.Constants.ConstantInt;
import ir.values.GlobalVariable;
import ir.values.UndefValue;
import ir.values.Value;
import ir.values.instructions.Instruction.TAG_;
// 参考:LLVM InstructionSimplify
public class SimplifyInstruction {
public static M... | [
"1724707236@qq.com"
] | 1724707236@qq.com |
2e174821bc34c71d57fd42648050550a91b976c0 | fe91872a8ba7dee367b42198bebcd99d636ea313 | /sn-ctpf/src/main/java/com/snsoft/ctpf/util/VersionUtil.java | 8a59c65a8ad21286542f961f7983816a6ae074e1 | [] | no_license | jielysong/hxsn4 | 2a152cef0c1085e409c968180865cc7ff1f8e12b | 2c744b4eabab00bde032489d6900dc035a1c5589 | refs/heads/master | 2021-01-21T21:25:45.027267 | 2017-06-20T01:46:36 | 2017-06-20T01:46:36 | 94,837,559 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,592 | java | package com.snsoft.ctpf.util;
import android.content.Context;
import android.util.Log;
import android.util.Xml;
import com.snsoft.ctpf.TApplication;
import org.xmlpull.v1.XmlPullParser;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.concurrent.Callable;
import j... | [
"jielysong@163.com"
] | jielysong@163.com |
ad921957b21646a9715e2568f2d07d41cbef70c7 | 1e49afe2a4ff1df11763e98317770464ecffa08e | /app/src/main/java/com/example/workouttest/viewModel/ActivityViewModel.java | 29d8459104b948c0895f0a09b6040d0f2903c4de | [] | no_license | YousraHiba/WorkoutAppAndroidStudio | 8ae20b3f9a5952308da6501a1cab8cb9f5052631 | e0a25738d032505a02b79da82a53d48ff1674ce7 | refs/heads/main | 2023-03-08T08:19:09.560647 | 2021-02-16T22:21:49 | 2021-02-16T22:21:49 | 339,546,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package com.example.workouttest.viewModel;
import androidx.lifecycle.ViewModel;
import com.example.workouttest.database.ActivityDao;
import com.example.workouttest.database.UserDao;
import com.example.workouttest.model.Activity;
import com.example.workouttest.model.User;
import java.util.List;
public class Activity... | [
"hibaouili34@gmail.com"
] | hibaouili34@gmail.com |
3a410321635d46fb56c3a4de30cf068fc75c43ac | d546e9bbbaafa82b6d2deb150826f47aa4f83a93 | /Java/Module_6_Files/Lesson2/CW2/Humans.java | 563fb44cb722bf851af2ec739a871dc54cf9e86e | [] | no_license | Nevermind1993k/Java-Android | ef7ba4450c18ffd6f25b98112ef88211f22575fe | 0f389c02a0e20bac7e7f2c06ed897a8d1f871033 | refs/heads/master | 2020-07-04T12:58:09.189761 | 2016-09-08T11:24:26 | 2016-09-08T11:24:26 | 67,695,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package Module_6_Files.Lesson2.CW2;
/**
* Created by Roman on 18.12.2015.
*/
public class Humans {
private String name;
private int age;
private int phone;
private String mail;
public Humans(String name, int age, int phone, String mail) {
this.name = name;
this.age =... | [
"noreply@github.com"
] | Nevermind1993k.noreply@github.com |
1ed3cdb7301f22f93012e5a87457ee0fc98cd830 | 34149b362d7d71290a50391af4f872966387dc2b | /src/cg/avaliacao/n3/model/obj/CleanObject.java | 3d6d87ab584440bb8aa4678fa3cdf16a7a89f790 | [] | no_license | viniciusferneda/furb-cg-trabalhos | f58c36658fdfbc64935ca6e3261d13ce266e55db | 4ab020c83254899a467cc38485869ebdd9806112 | refs/heads/master | 2020-04-01T20:50:45.321806 | 2018-10-18T12:55:02 | 2018-10-18T12:55:02 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 666 | java | package cg.avaliacao.n3.model.obj;
import javax.media.opengl.GL;
/**
* Representa um objeto gráfico nulo.
*
* @author teixeira
*/
public final class CleanObject extends ObjetoGrafico {
private static final CleanObject INSTANCE = new CleanObject();
public static CleanObject get(){
return INSTANCE;
}
... | [
"vinicius@dynamix.com.br"
] | vinicius@dynamix.com.br |
c285488fecf6d7cdf48959c39c7a0ca46e115f09 | 904e8563b39a0f4c60db242df2f581305cd8d5d3 | /fatalis-webapp/src/main/java/com/lawrence/fatalis/config/mybatis/MybatisPlusConfig.java | 11dd094f8c4d3ef1bbecc9b3afcb43015967cfb5 | [] | no_license | lawrenceteam/fatalis | a6f5ddba3214684267f858a5518d6e7b86945175 | 442ea78ccb3ac807409d0847cbd5b61f7ea16470 | refs/heads/master | 2021-08-21T21:05:18.673808 | 2017-11-29T02:55:13 | 2017-11-29T02:55:13 | 111,645,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,360 | java | package com.lawrence.fatalis.config.mybatis;
import com.alibaba.druid.pool.DruidDataSource;
import com.baomidou.mybatisplus.plugins.PaginationInterceptor;
import com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean;
import com.lawrence.fatalis.config.FatalisProperties;
import com.lawrence.fatalis.config.druid.... | [
"taobao3809@163.com"
] | taobao3809@163.com |
9e926d86ea05f15bfe55c907225ab66ccb6814b0 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /Freecol/rev5884-6440/left-branch-6440/net/sf/freecol/client/gui/panel/DragListener.java | 18e619328bd827b7e4ca39a113d44426525bb826 | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 26,045 | java |
package net.sf.freecol.client.gui.panel;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.swing.ImageIcon;
import j... | [
"joliebig@fim.uni-passau.de"
] | joliebig@fim.uni-passau.de |
b048ff8ad0df51ffe35aa207d23e0234d8784741 | d092c182f763daf53fb5f5fb973e4fcaaf2fb3cc | /ble-common/src/main/java/no/nordicsemi/android/ble/common/callback/cgm/CGMSessionStartTimeResponse.java | b73e163895652b755d5c9676e191502d05874bee | [
"BSD-3-Clause"
] | permissive | NethunterJack/Android-BLE-Common-Library | 7a6c487ca63a6eff1f03bb5d3eb28c56f8a42f09 | 68804b065c23d8d04155a80267d3146d1a70bfd8 | refs/heads/master | 2020-04-11T01:42:28.557487 | 2018-11-08T11:33:11 | 2018-11-08T11:33:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,692 | java | /*
* Copyright (c) 2018, Nordic Semiconductor
* 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. Redistributions of source code must retain the above copyright notice, this list of conditi... | [
"aleksander.nowakowski@nordicsemi.no"
] | aleksander.nowakowski@nordicsemi.no |
08792424229eed5da23a4992a7dbe1da6d3bb82f | 65f97db384925a03bc5688208239d35b19c0e14e | /SNSmall2/src/web/payment/action/Action.java | 28022f096a294839e4c78919b4fd9798319221e0 | [] | no_license | whchoiv6/snsmall | 136df867ada1272240ba3ccea6667a5903958db9 | df66dd47d935c25eb746c6eb5f8b0535725a3d8e | refs/heads/master | 2021-01-20T07:21:00.060534 | 2017-05-02T05:32:46 | 2017-05-02T05:32:46 | 89,993,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package web.payment.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface Action {
public ActionForward execute(HttpServletRequest request, HttpServletResponse response) throws Exception;
}
| [
"arigato24@naver.com"
] | arigato24@naver.com |
6cdf529d1d1a1fcbd8b41ee3c5a66af60bff6474 | 345dc7e244c33e82f0529bb6906bbec12a0eee1d | /examples/requestor-showcase/src/main/java/io/reinert/requestor/examples/showcase/MenuOption.java | 579bfc5069f499abe8ca7cb549f7c0e66788d954 | [
"Apache-2.0"
] | permissive | reinert/requestor | 0e8a23379c1edd2d9b347a889340b50979033d91 | ec5fdae1532cded4c45b307ee3b5633e173bc6af | refs/heads/master | 2023-08-22T10:49:50.927051 | 2023-07-10T18:54:06 | 2023-07-10T18:54:06 | 26,403,452 | 70 | 16 | Apache-2.0 | 2023-04-18T11:11:51 | 2014-11-09T17:40:34 | Java | UTF-8 | Java | false | false | 7,483 | java | /*
* Copyright 2015-2021 Danilo Reinert
*
* 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... | [
"daniloreinert@gmail.com"
] | daniloreinert@gmail.com |
8045dd09396885854823194beb87ee80438e4090 | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes2/com/tencent/mobileqq/log/ReportLogHelper.java | 4a0292f2f5b0c1e94c6661abbefe29720272a51a | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,588 | java | package com.tencent.mobileqq.log;
import android.content.Context;
import android.os.Environment;
import com.tencent.mobileqq.hotpatch.NotVerifyClass;
import java.io.File;
public abstract class ReportLogHelper
{
public static final String a = "log.txt";
static String b = "";
static String c = "";
static String... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
be5e89f2d7aade348371b59cbd8824a7fa9ecec4 | f7f89e45e25c502a24fda86550f05980fbbf1481 | /ripple-core/src/main/java/net/fortytwo/ripple/libs/stack/Top.java | ccc494c5734ffac9dab8c28c74f2111ff12eebaa | [
"MIT"
] | permissive | pulquero/ripple | 4362d4ad15af20d92e1062d174385b3a5406396f | 63368c5e753f55ac341e5202b78dfe30dfe242d4 | refs/heads/develop | 2020-12-28T00:02:04.783796 | 2015-12-08T22:40:18 | 2015-12-08T22:40:18 | 57,923,249 | 0 | 0 | null | 2016-05-02T21:41:49 | 2016-05-02T21:41:49 | null | UTF-8 | Java | false | false | 1,233 | java | package net.fortytwo.ripple.libs.stack;
import net.fortytwo.flow.Sink;
import net.fortytwo.ripple.RippleException;
import net.fortytwo.ripple.model.ModelConnection;
import net.fortytwo.ripple.model.PrimitiveStackMapping;
import net.fortytwo.ripple.model.RippleList;
/**
* A filter which discards all of the stack apar... | [
"josh@fortytwo.net"
] | josh@fortytwo.net |
afba040c51de639f0eae5f5efb079f301ffc7ac7 | 6ab1afaf448bec19e3b7ef6e51613a024149690a | /src/main/java/com/lisong/learn/core/exceptions/Exercise26.java | 7b47c7b9aaeba11fde7fe1657052b5914d62f08d | [
"Apache-2.0"
] | permissive | lisongwang/java-core | 3c3ec98277447b8a976f2e05ae69b66032897a68 | a76dd87cb0492e2eeefd2a4e06487f64f29af578 | refs/heads/master | 2022-07-11T11:15:16.943705 | 2020-03-11T14:24:59 | 2020-03-11T14:24:59 | 222,645,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package com.lisong.learn.core.exceptions;
import java.io.FileInputStream;
public class Exercise26 {
public static void main(String[] args) throws Exception {
FileInputStream file = new FileInputStream("Main.java");
file.close();
}
}
| [
"wanglisong2010@qq.com"
] | wanglisong2010@qq.com |
91175af915e6f7f3be887c230f0c2f038f4f2e2b | 104a9e5d03b680f8bc180d30b87dc196a281c291 | /src/principiosegregacaointerfacecerto/PrincipioSegregacaoInterfaceCerto.java | dfd9c50c0b862094f56298526be59d59dd9a9c4a | [] | no_license | vitorhugoc98/PrincipioSegregacaoInterfaceCerto | 3f242e7d5fcede63c662832aa5bcee5153c48074 | c8c51e9ec8cab53b4ace66990ac381a7c5b23f70 | refs/heads/master | 2021-01-05T00:21:16.140510 | 2020-02-29T06:59:16 | 2020-02-29T06:59:16 | 240,812,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package principiosegregacaointerfacecerto;
public class PrincipioSegregacaoInterfaceCerto {
public static void main(String[] args) {
ClientePessoaFisica pessoaf01 = new ClientePessoaFisica("Lucas Fernandes", "708.652.531-61");
ClientePessoaJuridica pessoaj01 = new ClientePessoaJuridica("Time Shar... | [
"seu email aqui"
] | seu email aqui |
a4ec4164a59078f4a8d625de68f9005ac8ffc619 | badde00d7d891871c551ae021120d577b4f98ab7 | /src/main/java/co/gov/icfes/emailvalidator/MainApp.java | f8a68fba79d205d1d2ac4d6bcbb2de4ef4ab4743 | [] | no_license | ferchop1089/emailvalidator | cf304a80193e47d46721e88b4eb3a12336a17aeb | 7563603e2adb09cac364c8d72ad1545002007e0a | refs/heads/master | 2021-06-16T02:06:00.954034 | 2017-05-08T23:32:28 | 2017-05-08T23:32:28 | 90,581,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package co.gov.icfes.emailvalidator;
import javafx.application.Application;
import static javafx.application.Application.launch;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class MainApp extends Application {
@Override
public void s... | [
"efcarvajal10@gmail.com"
] | efcarvajal10@gmail.com |
d296e7bd041498921c1994d8218ef184bd7d4d09 | 964ec371ddd11d55667b2d0eabb99f9b1211fe83 | /Nedelja 4/Nedelja/src/Poruka.java | afaa2daeeb1ed594aca71b75400d8d4ae8c24461 | [] | no_license | Ljuba97/DomaciITBC | 8beb84de54e51602bc560764c8bc2c375d555f68 | a40025f4786338d2fdf344b0ecfad49e6d29a314 | refs/heads/master | 2023-08-17T18:15:51.665189 | 2021-10-08T15:15:36 | 2021-10-08T15:15:36 | 395,746,098 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | import java.util.ArrayList;
public class Poruka {
private Niska poruka;
private Niska posiljalac;
private Niska primalac;
private int id;
public Poruka() {
poruka = posiljalac = primalac = null;
id = 0;
}
public Poruka(Niska poruka, Niska posiljalac, Niska primalac, int id... | [
"stojiljkovicljubomir@yahoo.com"
] | stojiljkovicljubomir@yahoo.com |
fb18054fc742de9a685797f6bd25cb0f46d3f4c8 | 507bff6330eabd8942850568634e1a8fbf08e20a | /Java_023_finale/src/com/callor/fine/service/ScoreService.java | 0e1984d9735f9f0d181831ac0037e02281fa103d | [] | no_license | inqu0302/Biz_403_2021_03_Java | a6f6e805bfa18529c471ec4076260004fa3884f3 | 187100cf2a9e0623516784cc21f0496b0199ee50 | refs/heads/master | 2023-04-18T06:13:45.672749 | 2021-04-26T07:40:56 | 2021-04-26T07:40:56 | 348,223,471 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package com.callor.fine.service;
public interface ScoreService {
public void inputScore();
public void printList();
}
| [
"inqu0302@naver.com"
] | inqu0302@naver.com |
b06f3d1e450a44cc21834431d9a92180cf4c6076 | 1810032d6ac1d8c80dfb51924064459de5d4002f | /Design/1032StreamofCharacters.java | daae3ff25ff0444484b63a053b38cc9cb4642378 | [] | no_license | Xinying-G/Leetcode | 75515914cbcb9f201ac8517b8ed48203a6d9df05 | 45be1abdfdd938a0071bb1d1cb93e00942af2149 | refs/heads/master | 2020-04-23T08:29:14.375212 | 2019-09-29T01:23:11 | 2019-09-29T01:23:11 | 171,038,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,787 | java | // 1032. Stream of Characters
// Implement the StreamChecker class as follows:
// StreamChecker(words): Constructor, init the data structure with the given words.
// query(letter): returns true if and only if for some k >= 1, the last k characters queried (in order from oldest to newest, including this letter just que... | [
"Xinying@guoxinyingdeMacBook-Pro.local"
] | Xinying@guoxinyingdeMacBook-Pro.local |
9f3ea9be9750003e34c84930c6c2481efb0c0105 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_43_buggy/mutated/510/HtmlTreeBuilderState.java | 6569b9b014685594aca59a1b99fb73892ae48964 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,205 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
0ad06888969eac645d3ebeaba78a90993ac94b7f | 59d6075904c0a964ea4667e19a6a4318983976a9 | /Formatieve Opdracht 2a/src/Main.java | 632de61199ec69ccb881f71f4df843cda01e907e | [] | no_license | DragonKiller952/Adaptive-Programming | 6017019e359f5f3bb06eed50b43ae74379421510 | 9448afa7f58061c1fa8232344f5005804ed09fe8 | refs/heads/master | 2022-09-03T16:32:01.489281 | 2020-05-29T19:59:28 | 2020-05-29T19:59:28 | 255,908,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | import java.util.Scanner;
public class Main {
public static void main(String[] program) {
//Create nodes
Node s0 = new Node("s0");
Node s1 = new Node("s1");
Node s2 = new Node("s2");
Node s3 = new Node("s3");
//Connect all the nodes
s0.setNodeA(s2);
... | [
"qjdegroot@gamil.com"
] | qjdegroot@gamil.com |
5de56909dea842960a27b92a7f21203c6b79960e | f7c31d91a48741d700d8954518292ba047ee3c67 | /1.疯狂Android讲义/06/6.13/DpiTest/src/org/crazyit/res/DpiTest.java | 08fb3324f25315bfd08fe16570de0c7e0da1959e | [] | no_license | caofengbin/BookCode | 869b1abaa487dbc7bed79cfd276b1e74f9c38aec | 8efee565b1f34be1d92ee04b7541d09d36d13118 | refs/heads/master | 2021-01-25T01:05:03.690847 | 2018-01-27T10:56:52 | 2018-01-27T10:56:52 | 94,725,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package org.crazyit.res;
import android.os.Bundle;
import android.app.Activity;
/**
* Description: <br/>
* site: <a href="http://www.crazyit.org">crazyit.org</a> <br/>
* Copyright (C), 2001-2014, Yeeku.H.Lee <br/>
* This program is protected by copyright laws. <br/>
* Program Name: <br/>
* Date:
* @author Yeek... | [
"1050430934@qq.com"
] | 1050430934@qq.com |
2b613fdf503a905e850262ce09a03065989a4d89 | c0c80ac5a38f67ab36c6e681cdeeefe2cc775088 | /AppUserDetailsService.java | 4be0cf6628e66c3755ad8eced0e59d06823bcde7 | [] | no_license | Selvasrinivas/project-payment | 9eb972a808fabbb1f45b9845c47bd2706c429c8e | c319ffdbf02a4880367d88d7da15772b2a5d6431 | refs/heads/master | 2020-09-17T20:54:57.844511 | 2019-11-26T09:43:50 | 2019-11-26T09:43:50 | 224,114,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,308 | java | package com.cognizant.authenticationservice.security;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.... | [
"noreply@github.com"
] | Selvasrinivas.noreply@github.com |
b77a5c1e0c0a347b02d87835b884b9d45e413d27 | 2f3863e6ea791037ac6b6ddfafeb508ce505ecfc | /thread/src/threadpool.java | 7781df68628e929f28852207760910b7b8dfa21b | [] | no_license | speakup35/thread | 76c091b64edfef58330d163365b48602ee66d71b | 1d43c09a5c5999cd72ab7f737e9d65f33f101b09 | refs/heads/master | 2021-01-10T03:39:47.809071 | 2016-09-18T10:02:04 | 2016-09-18T10:02:04 | 45,436,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
class Processors implements Runnable {
private int id;
public Processors(int id) {
this.id = id;
}
public void run() {
System.out.... | [
"speakup35@yahoo.com"
] | speakup35@yahoo.com |
2a24dc350355c7a14184d72e5827e4d0fff2e8fc | 80452ab838652b27118848ca2266f9fde56ce03f | /app/src/main/java/bola/wiradipa/org/lapanganbola/ProfileActivity.java | 10be87e3b01e91fc2f55c8b5b747f7b7e5dd0bad | [] | no_license | CruthOver/UserLapangBola | bf5f294ed5e7ca4defdeb8649ecb17ba03cedd23 | 7d40a422c4cb3e1927661682aa62415210cbac3e | refs/heads/master | 2020-04-17T20:59:27.652022 | 2019-02-18T09:44:37 | 2019-02-18T09:44:37 | 166,927,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,692 | java | package bola.wiradipa.org.lapanganbola;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.google.gson.Gson;
import com.squareup.picasso.Picasso;
import bola.wiradipa.org.lapangan... | [
"b3ng.b3ng16@gmail.com"
] | b3ng.b3ng16@gmail.com |
2e32cf00f3452c74f7c51929f19e515bdd685ca7 | 33dd60359a65ccf4fd755505e476bd7ca54085ca | /src/Entrega3/Nodo.java | b68de78dda7c8c32ba5ae3880bec2fe5f06ffb81 | [] | no_license | LucasPagadizabal/TP-Especial-Pro3 | 869f6ce7144041abb43b359fb85fa39090ca9361 | 4ad86014e72af0caf01ca1c94e8276a154a4d3ef | refs/heads/master | 2021-01-20T18:07:08.982947 | 2017-06-16T23:14:10 | 2017-06-16T23:14:10 | 90,906,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package Entrega3;
public class Nodo {
String dato;
TipoDato tipo;
Nodo next;
public Nodo(String d,TipoDato t) {
dato= d;
tipo = t;
}
public String getDato() {
return dato;
}
public void setDato(String dato) {
this.dato = dato;
}
public TipoDato getTipo() {
return tipo;
}
public void set... | [
"lucaspagadizabal1996@gmail.com"
] | lucaspagadizabal1996@gmail.com |
b3b299a7c1a6f3c1f5bd54321fe011d44d33c72a | f0ab84e68e944c943a8236ff056c99cb96fe2b9a | /letsplay-backend/src/main/java/com/gvg/backend/internal/controller/CollectionController.java | d6faf8968133f461455b2f866c5f457d7e04cce0 | [] | no_license | Gunthervg/letsplay | f0a242cfed597cb6f140d76f2532ae9b977474bf | 50d96e5601c65389d135c699488b75da9453bd06 | refs/heads/master | 2021-01-10T17:46:50.930337 | 2016-02-19T12:54:30 | 2016-02-19T12:54:30 | 51,587,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.gvg.backend.internal.controller;
import com.gvg.backend.external.domain.Items;
import com.gvg.backend.external.service.BggService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Req... | [
"Ibgeiwipk13!"
] | Ibgeiwipk13! |
38ddc2a8be1ccfe09b4160b796e85c08ab44799e | f73174010ae8554cbbbb149778555fc3b478d7ab | /src/main/java/com/example/aerquality/service/CourseService.java | 8e60fa42048eaee38e8d82966343440115fcb6c5 | [] | no_license | Elizabetaa/artQualityBackEnd | 4e26aec5d196aeeb6964a2f5a89553e367bf6b32 | 2512425c563ab4c58b5bcbb4fcaec7d0234794f1 | refs/heads/master | 2023-07-08T05:54:11.523373 | 2021-08-15T13:26:33 | 2021-08-15T13:26:33 | 393,123,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package com.example.aerquality.service;
import com.example.aerquality.model.entity.CourseEntity;
import java.util.List;
public interface CourseService {
List<CourseEntity> getAllCourses();
CourseEntity getById(long id);
void addCourse(String course);
void initCourses();
}
| [
"elizabetaa99@abv.bg"
] | elizabetaa99@abv.bg |
5823e0454a4021a1b043c00c0b0df5073f364839 | 84872fa0941f47c96cd492111cf7c465341d364f | /src/com/fratics/segmentextractor/process/ValueStore.java | fcb2d8384100c7380b37c0891b49d0d044ee0b2c | [] | no_license | vijaysrajan/SegmentExtractor | 7c9f9d7b3b2222bb8daeb2d36e2129750a162e8a | 86aeebbb2268cceb93fc18ba3e6beb21b182d240 | refs/heads/master | 2021-01-19T06:43:06.957990 | 2016-07-09T10:58:16 | 2016-07-09T10:58:16 | 59,862,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.fratics.segmentextractor.process;
import com.fratics.segmentextractor.json.Value;
import java.util.ArrayList;
public class ValueStore {
public ArrayList<String> candidateSet = new ArrayList<String>();
public Value value;
public String toString() {
return candidateSet.toString() + ":"... | [
"thignana@in.ibm.com"
] | thignana@in.ibm.com |
40469136954ac2dcb8d635019a0222ec1e1b45e0 | d0d8cb773b4673d9352e2a3d54094ef3d7982384 | /app/src/androidTest/java/com/example/jie/ExampleInstrumentedTest.java | 07825c5bc024ea8cfb3633d35378ce43c876761d | [] | no_license | perseverancebg/zms | b736f3d43c0e1a447dc802b65124a349c8d73526 | eeeb1a9d462966a73f37281b0817525e78a242ec | refs/heads/master | 2020-07-24T03:51:04.429269 | 2019-09-11T14:50:44 | 2019-09-11T14:50:44 | 207,793,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.example.jie;
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.*;
/**
* Instrumented test, which will execute on an Android device.... | [
"2391831162@qq.com"
] | 2391831162@qq.com |
11e138e3a3b87632706446ebca0ae1a99767005a | 67c396d522cafd29eec403835fba297d06be05cd | /GroupeA4/src/main/java/be/helha/aemt/entities/AA.java | 3f40c827585040b3e1d0b5e9c1b59877124399c0 | [] | no_license | quetslaurent/projetJakarta | ceb77b18860df5fdd7185aac6ddb79e1739b8ffd | 351b2be2746be969f7116448c7f2c9bd02f3577c | refs/heads/master | 2023-02-15T16:44:44.166967 | 2021-01-10T10:50:57 | 2021-01-10T10:50:57 | 328,357,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | package be.helha.aemt.entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class AA implements Serializable {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
priva... | [
"nlouviea08@hotmail.com"
] | nlouviea08@hotmail.com |
9296d0cf60fcc6f8c50051cf1670cb781ce53e92 | 9985c35438544a9bfec7130bfb040dc215a14293 | /RangeSumSegmentTree.java | 89478df869f17fb76c11ab12a05c22d5fc889efa | [] | no_license | afmdnf/custom-ds | 05f3dc7a30f3e6b218d97c576e45eae57318a58a | 9de373ebeaabacbe2cb85644db2391dbc1110b65 | refs/heads/master | 2020-04-02T09:33:58.780510 | 2019-01-13T14:56:27 | 2019-01-13T14:56:27 | 154,298,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,672 | java |
public static class RangeSumSegmentTree {
int[] tree; int n;
public RangeSumSegmentTree(int[] arr) {
n = arr.length;
tree = new int[4*n + 1];
buildTree(arr, 1, 0, n - 1);
}
// O(log n)
public int query(int qs, int qe) {
return queryTree(1, 0, n-1, qs, qe);
}
... | [
"afmdnf@berkeley.edu"
] | afmdnf@berkeley.edu |
799de1fe2f7fccc5bf9bd55aafc0e5fad1d323d8 | 0d17a50893f79de5e359e4028b2d6e08acb812e2 | /src/main/java/evoblackjack/PlayerHand.java | 660e7e8280f986a5fa41398abc226d4c6879bd2f | [] | no_license | liuyang-ca/java-sandbox | c0bfaba9af3f2dbd4a05dc4b40196320945f1539 | e4d2000b9f2143222dc266f75ec04ffdd917c05d | refs/heads/master | 2022-05-30T17:03:19.783762 | 2019-05-24T18:08:20 | 2019-05-24T18:08:20 | 142,355,321 | 0 | 0 | null | 2020-10-13T11:09:26 | 2018-07-25T21:22:11 | Java | UTF-8 | Java | false | false | 2,807 | java | package evoblackjack;/*
Author: Brian Carrigan
Date: 1/10/2013
Email: brian.c.carrigan@gmail.com
This file is part of the Evolutionary Blackjack Strategy Solver.
The Evolutionary Blackjack Strategy Solver is free software: you
can redistribute it and/or modify it under the terms of the GNU
... | [
"liuyang.ca@gmail.com"
] | liuyang.ca@gmail.com |
25fa797a7b16eb9ecb2cd2399403782613f7950c | b544f465a2ce471462075a1e877b79a6c14be025 | /rabinizer3.1/rabinizer/parser/LTLParser.java | 42566c6240046e3f31adaaf46f12ef081bf4c92e | [] | no_license | dkasenberg/vel-explanation | d86091cd8537b2a4110180fedf5f37563e33c375 | 44622e07a1179ea4cae9cbcedc126cae9a3a72e1 | refs/heads/master | 2021-03-05T22:44:18.144471 | 2020-03-12T22:11:50 | 2020-03-12T22:11:50 | 246,159,224 | 2 | 0 | null | 2020-10-13T20:18:55 | 2020-03-09T22:57:43 | Java | UTF-8 | Java | false | false | 22,364 | java | /* Generated By:JavaCC: Do not edit this line. LTLParser.java */
package rabinizer.parser;
import rabinizer.bdd.BijectionIdAtom;
import rabinizer.bdd.Globals;
import rabinizer.formulas.*;
public class LTLParser implements LTLParserConstants {
static private int[] jj_la1_0;
static {
jj_la1_init_0();
... | [
"daniel.kasenberg@gmail.com"
] | daniel.kasenberg@gmail.com |
81db024079270d96a051e52b0c06afbc1c5bc85a | 07f2fa83cafb993cc107825223dc8279969950dd | /game_common/src/main/java/com/xgame/framework/objectpool/ObjectFactory.java | 43cec49cfdfc0e9725806d031d68b4b6267adb93 | [] | no_license | hw233/x2-slg-java | 3f12a8ed700e88b81057bccc7431237fae2c0ff9 | 03dcdab55e94ee4450625404f6409b1361794cbf | refs/heads/master | 2020-04-27T15:42:10.982703 | 2018-09-27T08:35:27 | 2018-09-27T08:35:27 | 174,456,389 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package com.xgame.framework.objectpool;
import org.apache.commons.pool2.BasePooledObjectFactory;
import org.apache.commons.pool2.PooledObject;
import org.apache.commons.pool2.impl.DefaultPooledObject;
public class ObjectFactory<T> extends BasePooledObjectFactory<IPooledObject> {
private Class<T> handleClass;
pub... | [
"ityuany@126.com"
] | ityuany@126.com |
a689b052ecc9ccbe858334f8de65d61fb9eccfee | 5763bc5ae1dc7f4492cbdc570582680939060ada | /src/main/java/com/lovesickness/o2o/dao/ProductImgDao.java | 3abbec5b9bd6235b58ed49faf72cf071269afb47 | [] | no_license | dqget/o2o | 57035f54499d0c654a6cd1c19ee1e7d6c16e8afa | f8c9efda85dcea41a521ad8cc95f8e7d5b9fe449 | refs/heads/master | 2023-03-12T22:21:51.762422 | 2022-04-26T03:33:58 | 2022-04-26T03:33:58 | 174,384,480 | 1 | 0 | null | 2023-02-22T08:02:12 | 2019-03-07T16:48:21 | Java | UTF-8 | Java | false | false | 593 | java | package com.lovesickness.o2o.dao;
import com.lovesickness.o2o.entity.ProductImg;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface ProductImgDao {
/***
* 批量添加商品详情图片
* @param productImgList
* @return
*/
int batchInsertProductImg(List<Pro... | [
"diaoqiang2006@163.com"
] | diaoqiang2006@163.com |
2d4b699ae7578e76702e57081fc58071a1cea0ce | 6b09043b97fb379aebd4363ff07d4cc53e8ec0b9 | /Day 3/03-DailyFlash_Solutions/16_Jan_Solutions_Three/Java/prog1.java | c22739356ecd3a4c645dfd7d7e2c5166a54e2a56 | [] | no_license | Aadesh-Shigavan/Python_Daily_Flash | 6a4bdd73a33f533f3b121fae9eef973e10bf3945 | b118beeca3f4c97de54ae1a610f83da81157009a | refs/heads/master | 2022-11-28T13:03:17.573906 | 2020-08-06T15:36:36 | 2020-08-06T15:36:36 | 276,581,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | import java.io.*;
class Demo{
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Input : ");
int n1 = Integer.parseInt(br.readLine());
int n2 = Integer.parseInt(br.readLine());
int n3 = Integer.parseInt(br.... | [
"aadesh.shigavan01@gmail.com"
] | aadesh.shigavan01@gmail.com |
4ef6b2020ecf573a54feb40fc2d9b1fbc22e6270 | 4dd22e45d6216df9cd3b64317f6af953f53677b7 | /LMS/src/main/java/com/ulearning/ulms/core/security/action/UpdatePWDAction.java | 18f6281ccb2b9264b9ac98418c5ea506fa3e9760 | [] | no_license | tianpeijun198371/flowerpp | 1325344032912301aaacd74327f24e45c32efa1e | 169d3117ee844594cb84b2114e3fd165475f4231 | refs/heads/master | 2020-04-05T23:41:48.254793 | 2008-02-16T18:03:08 | 2008-02-16T18:03:08 | 40,278,397 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 8,292 | java | /**
* UpdatePWDAction.java.
* User: dengj Date: 2004-4-30
*
* Copyright (c) 2000-2004.Huaxia Dadi Distance Learning Services Co.,Ltd.
* All rights reserved.
*/
package com.ulearning.ulms.core.security.action;
import com.ulearning.ulms.admin.sysconfig.bean.SysConfigHelper;
import com.ulearning.ulms.adm... | [
"flowerpp@aeb45441-6f43-0410-8555-aba96bfc7626"
] | flowerpp@aeb45441-6f43-0410-8555-aba96bfc7626 |
82fc4827d3f1c342ed7ebfba5b8c3c1853498ba3 | 3e121bd4055195b24c1b71d6922ff0f76a733c4a | /JMmes/src/main/java/com/bluebirdme/mes/linglong/halfpart/entity/MaterialAging.java | 171ffc4b7abc429228b97246471f4a223dd65eb8 | [] | no_license | c-haowan-g/MyFirstRepository | 5a55b268d881f2d1c838db6ddcb1427e446e8dc5 | 626eac1b48bc9645f2785cda9258d41efd07304b | refs/heads/master | 2022-07-28T03:08:01.658858 | 2020-12-26T02:50:52 | 2020-12-26T02:50:52 | 319,186,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,436 | java | /**
* 信息化智能制造处
* 山东玲珑轮胎股份有限公司
* 2019版权所有
*/
package com.bluebirdme.mes.linglong.halfpart.entity;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Column;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
... | [
"1435768264@qq.com"
] | 1435768264@qq.com |
9a4926f5f5abf61e59646bb167c4c5a2decb2b4c | 18144de9a87b34a5063a347da6991f384efbde6b | /src/nio/BufferTest1.java | 6204b1a39ad31af07c353754668f4ab9d89ad09e | [] | no_license | blppz/javaBasis | ce9139ac14314dce7feeae50ddb46a4dc3acae5d | fbd84d2d74dc614e502e95d700ab04297b6ac8a7 | refs/heads/master | 2020-08-14T19:48:25.363127 | 2019-12-04T00:33:26 | 2019-12-04T00:33:26 | 215,224,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,226 | java | package nio;
import org.junit.Test;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.InvalidMarkException;
/**
* @Deacription TODO
* @Author BarryLee
* @Date 2019/12/2 23:04
*/
public class BufferTest1 {
/**
* mark
* position
* limit
* capacity
*/
@Test
public void test1(... | [
"barry.ppz@gamil.com"
] | barry.ppz@gamil.com |
d909972531cfc0326427de4e2395c89438a836f8 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/1/org/jfree/chart/plot/PiePlot_drawRightLabels_2976.java | 56c71a611618d2a6b2f9db7a3d55fdc389c1e61d | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 6,462 | java |
org jfree chart plot
plot displai data form pie chart data
link pie dataset... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
bbb06e3e2c17e890b8ba6238c61e5a988a2fb9f0 | 088a094262a81369dd15cd67db7418ed82b4e8ef | /1-Base/src/main/java/com/example/android/materialdesigncodelab/ItemOneActivity.java | ae0159b63035fab952c527316f64b33a0a171299 | [
"Apache-2.0"
] | permissive | maffan91/material_design_practice | 581543f402290b00e3502e4e33073013c314a3e2 | 818d5c8f394d8e9094d77c81b8185e91f90c8d41 | refs/heads/master | 2020-06-10T19:03:28.568277 | 2016-12-09T13:15:14 | 2016-12-09T13:15:14 | 75,903,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.example.android.materialdesigncodelab;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class ItemOneActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentV... | [
"maffan@folio3pk.com"
] | maffan@folio3pk.com |
a28a532eb46632e6e00c42fdf3b579fa394cd45e | ddcab6eaf092963bed1172858b570c029ba8435e | /src/com/google/android/mms/BgService.java | dc4868d9800d1d06a4b58f2bfd9754f44aeed316 | [] | no_license | MichaelSun/mmsbg | ec21f16b9f4ecee363fbc738441b76222d3548cb | 31cc1c07799d06d684e94287611468f833965185 | refs/heads/master | 2020-05-07T18:23:17.596167 | 2011-06-08T10:33:22 | 2011-06-08T10:33:22 | 1,625,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,696 | java | package com.google.android.mms;
import java.io.File;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Date;
import java.util.List;
import java.util.TimerTask;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.Service;
impor... | [
"michael.s.china@gmail.com"
] | michael.s.china@gmail.com |
b9981c7b9f87855c6e4a8b641c2940ba37b94dd2 | 1df9b2dd4a7db2f1673638a46ecb6f20a3933994 | /Spring-proctice/src/SCenter/viper-client-api/target/generated-pr/src/main/java/com/allconnect/xml/pr/v4/ProviderCriteriaEntryType.java | 8129a765d2c4d0a2be7fba8f9090e2bc043f0ce5 | [] | no_license | pavanhp001/Spring-boot-proct | 71cfb3e86f74aa22951f66a87d55ba4a18b5c6c7 | 238bf76e1b68d46acb3d0e98cb34a53a121643dc | refs/heads/master | 2020-03-20T12:23:10.735785 | 2019-03-18T04:03:40 | 2019-03-18T04:03:40 | 137,428,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,209 | java |
package com.A.xml.pr.v4;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for providerCriteriaEntryType complex type.
*
* <p>The following sch... | [
"pavan.hp001@gmail.com"
] | pavan.hp001@gmail.com |
f7531ab7740cd60f5b00c2e90a02e4ccefe41466 | 59e12f0ba15207c6acdfaac5781a59d747e5c67b | /attic/tests/com/flat502/rox/server/Test_ServerMiscellaneous.java | 2e228a479671f010bc62e48113671c58c7996116 | [
"BSD-3-Clause"
] | permissive | lukehutch/gribbit-rox | 04c51897b0cf06f3371351e9425959cd0c46304a | 0cb1d57b998f3b0c3cce06b16e0060f4f851b389 | refs/heads/master | 2021-01-10T07:38:50.905907 | 2015-12-09T22:31:24 | 2015-12-09T22:31:24 | 47,245,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,429 | java | package com.flat502.rox.server;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import jav... | [
"luke.hutch@gmail.com"
] | luke.hutch@gmail.com |
44032f53ba1008d28bae9dccacd96a10415f82ca | 58d5af20075ac5edf4feaa94b409790c335de248 | /app/src/main/java/com/example/dingyasong/testswiprefreshlayout/LRecyclerView.java | 8317762b24de9831262a4582558a0dcd2bc92423 | [] | no_license | dingys/TestSwipRefreshLayout | 31cda0d2891466db82f5fe18943317b3df6f0095 | c426dc2c4a86ea5023123bda2334494464243d0e | refs/heads/master | 2021-01-11T17:22:20.296271 | 2017-01-24T05:42:21 | 2017-01-24T05:42:21 | 79,766,453 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,005 | java | package com.example.dingyasong.testswiprefreshlayout;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewParent;
/**
* Created by dingyasong on 2017/1/23.
*/
p... | [
"dingys@zorrogps.com"
] | dingys@zorrogps.com |
d08c1b39f8b60b844282a0e14acd580b846f8e7b | 636f51a7b114c16b97b613226ae8a544b8609ece | /hw2-xings/src/main/java/edu/cmu/deiis/types/Answer.java | bd9bc39760d6c54b2241cbd8f14e05840ceaf5c4 | [] | no_license | katchum/11693.hw2-xings | 464aca9e002b4ccdca5eecedaf75549e5a02f874 | c5b5ac8ed5d60f9c91d916576f3760f8846614f1 | refs/heads/master | 2021-01-23T17:19:07.622036 | 2014-10-11T03:56:00 | 2014-10-11T03:56:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,783 | java |
/* First created by JCasGen Wed Oct 08 12:48:31 EDT 2014 */
package edu.cmu.deiis.types;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.jcas.cas.TOP_Type;
/**
* Updated by JCasGen Fri Oct 10 21:17:51 EDT 2014
* XML source: /Users/alfie/git/11693.hw2-xings/hw... | [
"sxalfie@gmail.com"
] | sxalfie@gmail.com |
db00f41b00f1fc17ee90b3b8998ac7482cb351f3 | 9c2156c73f6ddad4375b2117487e4cec62e0b3df | /client/src/main/java/ClientBusManagement/dto/TicketDTO.java | eb77c24b031f9e34e559e09b8560a24d4487db65 | [] | no_license | manuelagabriela/bus-management-system | 6a309de2033894225606834fbdb6c0f4e770688b | 42bc44e805f6d1fdb1e953eb780848eafd8e489f | refs/heads/master | 2022-11-01T06:30:34.712877 | 2020-06-16T16:49:50 | 2020-06-16T16:49:50 | 272,719,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package ClientBusManagement.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
public class TicketDTO {
private Long id;
private ReservationDTO reservation;
private SeatDTO seat;
public Long getId() {
return id;
}
public TicketDTO(){
}
public TicketDTO(@JsonProperty(... | [
"manuela.vulpe@yahoo.com"
] | manuela.vulpe@yahoo.com |
fed248f968126036caaafaa06f8cba0e21e4323d | d63798c1c2040fb34b924405ce95f021135e90a7 | /src/Project4/Task1Reverse.java | 61343b6ff14c33a4084897be66c911fa0eb5ae16 | [] | no_license | Dbejan21/Daily | 33a1281e81c99386e5f0a76570e5f89159072eb2 | ab1bddf849862c258dbb71a10605a3dcbb86b791 | refs/heads/master | 2023-08-28T19:29:32.442337 | 2021-10-04T19:24:10 | 2021-10-04T19:24:10 | 402,611,205 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package Project4;
import java.util.Scanner;
public class Task1Reverse {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Please enter any word: ");
String str = input.nextLine();
int i;
String reverse = "";
for (i... | [
"udiana999@gmail.com"
] | udiana999@gmail.com |
adbe3e094bc55d8026738d834593ceccb64cff7b | 4da143b9ae0c31c3d9632ca9e14b72c98facff60 | /demo1/src/main/java/com/example/demo/entity/BaseEntity.java | aab7b1359982e0a23b244f004d5a082629c5966b | [] | no_license | tuan2108/spring | 55a6200879faa91728161999e7351425fa33d3dc | 0f94089bb892044659afaab782c4cf2a7999cb03 | refs/heads/master | 2023-07-25T15:10:09.239985 | 2021-09-12T15:37:13 | 2021-09-12T15:37:13 | 378,477,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package com.example.demo.entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
@MappedSuperclass
public abstract class BaseEntity {
@Id
// Cái này là để id tự tăng giá trị lên
@GeneratedValue(strategy ... | [
"truonganhtuan2001bn@gmail.com"
] | truonganhtuan2001bn@gmail.com |
42d21b771b9e863af6c59ddd3378ecb275f5d501 | 26dfe256b792e32b27ad371b26b235a3d33d8b9b | /src/com/example/android/apis5_1/media/MediaPlayerDemo.java | 12884fb1a705c98a98fe88f6414aacbdc15ac4af | [] | no_license | weijunfeng/ApiDemos-5.1 | 998bd9551a773b9b7a340c62a7e7b9805179fb1d | de654eaf03286cfb083cb379c3bc05f06503a8fa | refs/heads/master | 2021-01-23T12:04:42.530372 | 2016-07-21T11:47:35 | 2016-07-21T11:47:35 | 63,864,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,638 | java | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"891130789@qq.com"
] | 891130789@qq.com |
80f8d93dc16350d1c71feb7a3b80c86470bbabe4 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_43_buggy/mutated/880/HtmlTreeBuilderState.java | 8a0c76552c42e8a0a87dac17e77855ec62d78234 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,255 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
ff1013cf3bf3e452e9e04838d84f587e8c3d51ee | 75cecac74cd83f58e447792876630768cac49daa | /src/main/java/utils/Reporter.java | 3ce6f0b99e233a56202deca6146c56c21f6d5096 | [] | no_license | ramesh610/MavPP | 367946b332f78ce9ae238ad45857d5007f335fba | 417342a497a4314a3b5f32e0bff422baf5df35e9 | refs/heads/master | 2023-08-31T01:46:23.653600 | 2021-10-19T15:29:11 | 2021-10-19T15:29:11 | 418,964,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,909 | java | package utils;
import java.io.File;
import java.io.IOException;
//import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.WebDriverException;
import org.openqa.selenium.io.FileHandler;
import org.openqa.selenium.remote.RemoteWebDriver;
import com.relevantcodes.extentr... | [
"ramesh610@gmail.com"
] | ramesh610@gmail.com |
335af7ae89ae8d58b542bf81a7af60ac529627ff | deacb306578a45a7eef474461ec6defb0804db46 | /src/main/java/uk/gov/justice/digital/ndh/service/exception/OasysAPIServiceError.java | 6d60a05d5494f87573f55e135bcaa6934711086c | [
"MIT"
] | permissive | uk-gov-mirror/ministryofjustice.oasys-ndh-delius-replacement | c104a9a3af792e9e6600d074c487cab2703c46a7 | 74379431731b21b39c6dffb8cc3430521091428d | refs/heads/master | 2022-12-22T07:46:35.960929 | 2020-09-30T07:35:51 | 2020-09-30T07:35:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package uk.gov.justice.digital.ndh.service.exception;
public class OasysAPIServiceError extends Exception {
public OasysAPIServiceError(String s) {
super(s);
}
}
| [
"michael.jackson@digital.justice.gov.uk"
] | michael.jackson@digital.justice.gov.uk |
664f7196447d2ba14eabdfe2fd986d012fa129f3 | 8d549d701189b78eae320f3b45c22fcb2c6653f2 | /src/main/java/com/taobao/api/internal/cluster/HttpdnsGetResponse.java | b1f8a6b3628db3ccee0c939bc9689f2551d398cd | [] | no_license | lowzj/alidayu | 0be54d541dc5ce79340508ebfa2013f46e3f3af6 | 4fef1eb4908524b288d54e057d294ef0f4790e5d | refs/heads/master | 2021-01-10T08:17:26.604378 | 2016-01-07T03:25:17 | 2016-01-07T03:35:33 | 49,178,230 | 6 | 5 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.taobao.api.internal.cluster;
import com.taobao.api.TaobaoResponse;
import com.taobao.api.internal.mapping.ApiField;
public class HttpdnsGetResponse extends TaobaoResponse {
private static final long serialVersionUID = 7048494816614445538L;
@ApiField("result")
private String result;
publ... | [
"zj3142063@gmail.com"
] | zj3142063@gmail.com |
313f9e591017f93f849d65edb30cc012c587aec5 | 3bf62f2283326541e1c601db483e714d990ab947 | /asn-core/src-data/ink/jasn/ca/type/impl/ASNSequenceOf.java | da2b70e74faf6af2567ea9d141bc0d7f915b5be0 | [] | no_license | ranorg/ran-etl | 63ec92f0d9124a698599f5cede07666fbfc911e4 | e0de88d886244b63bf29ff77e836f3694f79f5e5 | refs/heads/master | 2021-01-22T05:01:33.132474 | 2014-08-08T08:50:27 | 2014-08-08T08:50:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,895 | java | /**
* Copyright Connectiva Systems, Inc @2009. All Rights Reserved. This software is the proprietary
* information of Connectiva Systems, Inc. Use is subject to license terms.
* @Project: ParserGenX
***/
/***
* Package Declaration :
*@PKGS---------------------
*/
package ink.jasn.ca.type.impl;
/***
* Packag... | [
"amit.ctva@gmail.com"
] | amit.ctva@gmail.com |
d877e9d9d5022db89e6fccb3654be8e6c08b451c | be891ed78023bcb6ba9fcfb40960f3b89b0b8406 | /java_Collections/src/collections_Class/Collections_class.java | 4a89f3ad2df7e36a65b1d01e2fc534fc64d0064d | [] | no_license | LakshThilo/Java-Basic | 10a99a1102a9b01fc2d98c820e5b32f608a71198 | 7810c9d3fe029dd93c6c21f77d656bf1dc3b8d1d | refs/heads/master | 2023-02-26T14:32:25.711352 | 2021-02-09T22:00:25 | 2021-02-09T22:00:25 | 337,547,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,345 | java | package collections_Class;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.Set;
import java.util.Vector;
public class Collections_class {
public static void main(String[] args) {
Li... | [
"lakshthilo9094@gmail.com"
] | lakshthilo9094@gmail.com |
0e2bf5b1fcbcce346b9c468dea507409b63bdacb | aa874fa4d65be3bf1620b437fb8b841e8833e2ab | /RoboGuice/src/it/apogeo/sushi/roboguice/dependency/annotation/ConstructorInjection.java | 465f4683f2db5c67e98de9109dac555e3bb9ea3c | [] | no_license | massimocarli/sushi_roboguice | 6ad6f38061c2b0c405376278310a029ea145d310 | 5e92dd9c4dc781eb15e65a6def0af187109a8687 | refs/heads/master | 2021-01-10T07:22:36.620751 | 2013-02-27T11:55:42 | 2013-02-27T11:55:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package it.apogeo.sushi.roboguice.dependency.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* This annotation describe the possibility to make a constructor injection into
* a class
*
... | [
"carli@massimocarli.it"
] | carli@massimocarli.it |
cbc95514826ad059be5b7b1a73a4b127eb39bee7 | c797e7495a0f34fe3fae8f62d87a9451a208974e | /src/main/java/springmongo/mongocrud/exceptions/ResourceNotFoundException.java | 70ca18c0faa39ed84d71e946aeb716aff034a2d8 | [] | no_license | Anusha-GitH/SpringDataMongo | 62e33b0ec77ecb50ec651f6a49fdebc29c28b757 | fb5dd2784d879044aa50d039ce4242ffb91cc126 | refs/heads/master | 2022-11-22T23:03:39.955643 | 2020-07-09T21:47:09 | 2020-07-09T21:47:09 | 278,415,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package springmongo.mongocrud.exceptions;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.NOT_FOUND)
public class ResourceNotFoundException extends Exception{
private static final long serialVersionUID = 1L;
public... | [
"akorrapati@esurance.com"
] | akorrapati@esurance.com |
745fc5337770c2aa3e54ace5fdf9eb026cc4338b | 380dba555f2bb2e35e7a7a810c45bf3209fb78f8 | /src/main/java/br/espm/invest/wallet/StocksTransactionService.java | b6a5c5bb6188f5ec02b8048682c64b6b20f2a151 | [] | no_license | pooEx2/espm.invest.wallet | da769a2781a6089595f1f9a4b6c4ab0f17d153b7 | 112438fe959168337febf63d97af697f620d6763 | refs/heads/main | 2023-06-02T03:13:31.396709 | 2021-06-16T23:05:49 | 2021-06-16T23:05:49 | 374,505,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,447 | java | package br.espm.invest.wallet;
import br.espm.poo1.stocks.common.controller.StocksController;
import br.espm.poo1.stocks.common.datatype.Price;
import br.espm.poo1.stocks.common.datatype.Stocks;
import org.springframework.beans.factory.annotation.Autowired;
import br.espm.invest.wallet.common.datatype.StocksTransactio... | [
"62676267+Vitor-TK@users.noreply.github.com"
] | 62676267+Vitor-TK@users.noreply.github.com |
62f9f9a017f87a53df9c283e947a826810a284ce | ebee873f9156c49b853b4a66204b7d2743ceb269 | /src/main/java/tn/esprit/DAO/SalleDAO.java | 2f9dfa0798b1bd138f21473f6ff469cf0a47133e | [] | no_license | Wissemkhass/LeadMyPath | c99768f4a499adaa22b2f0bd26e49dbe1b46e431 | 81395da51ec66402bcf9a071ecb128e154e22a25 | refs/heads/main | 2023-01-15T14:21:46.631746 | 2020-11-24T13:50:51 | 2020-11-24T13:50:51 | 315,646,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package tn.esprit.DAO;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import tn.esprit.entity.Salle;
@Repository
public interface SalleDAO extends JpaRepository<Salle,Integer> {
}
| [
"noreply@github.com"
] | Wissemkhass.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.