blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
faa58d826ada5ba00ef2be4fee8b1c7ee7ae2253 | 32d312c4c25b0c35cbbf58d4c51b7738be516501 | /teach-resource/src/main/java/cn/cqupt/teachresource/ueditor/upload/Uploader.java | 3d9dec82226d59fcf28d6547727657220bfff6b5 | [] | no_license | DotGeng/teaching_plat | 973a35195b78dfc8a88b473f008af69ed410a2d6 | d10499c9f5b999e9a5c6dafcac51e517d673fc22 | refs/heads/master | 2021-09-15T02:15:07.635918 | 2018-05-24T07:30:40 | 2018-05-24T07:30:40 | 110,221,320 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package cn.cqupt.teachresource.ueditor.upload;
import cn.cqupt.teachresource.ueditor.define.State;
import javax.servlet.http.HttpServletRequest;
import java.util.Map;
public class Uploader {
private HttpServletRequest request = null;
private Map<String, Object> conf = null;
public Uploader(HttpServletRequest re... | [
"yukungeng@gmail.com"
] | yukungeng@gmail.com |
a513c111666cc6fe8502dd8e160f13d6221ad402 | a0b7b2564ce8c97c646e19928573214b2f048a6f | /spring-boot-ch-6/src/main/java/org/sangaizhi/springboot/ch6/servlet/MyAnnoServlet.java | b4200603ef21e6ea54927de901df496b8288e738 | [] | no_license | sangaizhi/spring-boot | 20ed05902c79c8bb3d5913cf1302dd2f00a36e24 | 27343fa10381e70744a7e90b8b7c92f7123ee71c | refs/heads/master | 2021-01-25T08:13:48.830855 | 2017-07-26T14:37:28 | 2017-07-26T14:37:28 | 93,738,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 879 | java | package org.sangaizhi.springboot.ch6.servlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author sangaizhi
* @... | [
"sangaizhi@163.com"
] | sangaizhi@163.com |
6568a8f7eb6f84ad1243e031e53bb164c09a56f1 | f12e293e7834b22beab2c17abfea338751c19422 | /geometry/src/gr/cs/aueb/java/geometry/Rectangle.java | 03400379a0e05fdfa65e99a6d40553a3988c8eba | [] | no_license | nick-nachos/gr.aueb.cs.java | 470628f95e77180d88f0aeb5ff23e69831dc4706 | 2238732512d89ce76feb58d714678587f8fdc880 | refs/heads/master | 2016-09-06T12:58:30.723896 | 2015-05-23T20:24:16 | 2015-05-23T20:24:16 | 31,782,144 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package gr.cs.aueb.java.geometry;
public final class Rectangle extends Shape {
private double a;
private double b;
public double getA() {
return a;
}
public void setA(double a) {
this.a = a;
}
public double getB() {
return b;
}
public void setB(double b) {
this.b = b;
}
@Override
public... | [
"nick.nachos86@gmail.com"
] | nick.nachos86@gmail.com |
b3c8fb42c40db7db587c85dd2c2d703f6cce77da | 62867ca1e22ec3307ca6cb865ffe92fbffc976bb | /app/src/main/java/com/primus/lee/testchat/ClientConnection.java | 19f424cfaa4290c1ccac76a1f747ed696e2edc08 | [] | no_license | leekyounghoon/TestChat | c57c2fe81e291ad20945c23719fcb29c45a1705f | 10e8a0476882f3b1574591854177303bbd765076 | refs/heads/master | 2021-01-19T13:02:43.170851 | 2015-08-26T10:10:18 | 2015-08-26T10:10:18 | 41,288,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,171 | java | package com.primus.lee.testchat;
import com.primus.lee.testchat.data.Obj;
import com.primus.lee.testchat.data.Protocol;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketTimeoutException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.... | [
"leekh13@nate.com"
] | leekh13@nate.com |
5f6ae982124599c7f2534874f0338bd7b10b93ef | d21a5bd3ee49e86634ab92de2250e4424830eac6 | /roads/src/main/java/common/corpCode/dao/CorpCodeDao.java | ef9af1cddddc3e84d969bd6477a776049362f997 | [] | no_license | ShinYoungJun/eseoul | bf9b192eb366ee7eb7ce46a796b7258e73284a54 | a5baa8386d69efda1355161c197b55aa3a899e8c | refs/heads/master | 2020-03-20T08:26:50.507910 | 2018-06-14T06:39:55 | 2018-06-14T06:39:55 | 137,309,100 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 4,079 | java | // 2009 Kim Yun Seo
package main.java.common.corpCode.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import java.util.List;
import javax.sql.DataSource;
import main.java.admin.model.UserRegBean;
import main.java.common.corpCode.model.CorpCodeBean;
import main.java... | [
"mihong@KSICSAUP03"
] | mihong@KSICSAUP03 |
3a3a8259fd7743e7a9e7232193ca8f24d5dc4010 | deb7fe94bf3ea0bbddcdb7ccec60522d23ae5a78 | /src/main/java/question/Ch05_Bit_Manipulation/Q5_02_Binary_to_String/Question.java | a079ec4b3ba3f47146391e9d9d6a2855dd20a28c | [] | no_license | jadefromkorea/algorithm | 86757905ca760269d0643d618996b182fe447d46 | 51a4e3d1414d5811ef23ab4be7a1601df0f1e47c | refs/heads/master | 2022-12-28T19:14:22.172849 | 2020-10-18T08:53:22 | 2020-10-18T08:53:22 | 305,060,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package question.Ch05_Bit_Manipulation.Q5_02_Binary_to_String;
public class Question {
public static String printBinary(double num) {
if (num >= 1 || num <= 0) {
return "ERROR";
}
StringBuilder binary = new StringBuilder();
binary.append(".");
while (num > 0) {
/* Setting a limit on length: 32 chara... | [
"jadefromkorea@gmail.com"
] | jadefromkorea@gmail.com |
75c5fec8da499a1e2c4679a134aaf9c52e688438 | 01e1d707c2faa436dbd467811847480c10009f93 | /j2e-chapter-4/j2e-spring-data-jpa/src/main/java/com/woniuxy/j2e/springdata/Application.java | 316730edfe94a9f157bef53158b7cbeb1732ebf5 | [
"Apache-2.0"
] | permissive | TeacherChen1990/JavaEE-EFD | 2c1c2bed9e135e4e6393df6a24dced78494ec717 | 74282f0b5882ae108ae2d96f3b9aed5bbf3fe6be | refs/heads/master | 2022-10-24T08:11:29.290247 | 2020-06-14T09:26:49 | 2020-06-14T09:26:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | package com.woniuxy.j2e.springdata;
import javax.sql.DataSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
import org.springframework.jdbc.datasource.DriverManagerDataSou... | [
"137273278@qq.com"
] | 137273278@qq.com |
261cdbc420acceb70f166cda5007fcf19dcf4c56 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_8a8ecc21dbf46526aa2d4fc0f3922c0769aba651/BoardPage/22_8a8ecc21dbf46526aa2d4fc0f3922c0769aba651_BoardPage_s.java | f3c3ba4e11e3875239e7bb30fce1d1663a3bd105 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 9,047 | java | /* This code is part of Freenet. It is distributed under the GNU General
* Public License, version 2 (or at your option any later version). See
* http://www.gnu.org/ for further details of the GPL. */
package plugins.Freetalk.ui.web;
import java.text.DateFormat;
import plugins.Freetalk.Board;
import plugin... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8cf2714a4caec576fc2da79ed96b2f2b7f37983e | 3dc9e630668bf574cc029d1390122f70ce73c97e | /src/androidTest/java/com/openclassrooms/magicgithub/ui/user_list/ListUserActivityTest.java | 4872b46fd93ed4399f0185d5f673ba7e7605ecec | [] | no_license | krazzbeluh/MagicGithub | faffcc4e04e13ebd14ca4431ba7229efb1bb5010 | a28dcc25934d7db1ce4f7c010a180f213596ec02 | refs/heads/master | 2021-01-06T17:06:00.283164 | 2020-02-18T16:26:56 | 2020-02-18T16:26:56 | 241,409,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.openclassrooms.magicgithub.ui.user_list;
import androidx.test.filters.LargeTest;
import androidx.test.rule.ActivityTestRule;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@LargeTest
@RunWith(AndroidJUnit4.class)
public class Lis... | [
"paulleclerc@icloud.com"
] | paulleclerc@icloud.com |
b730ac1074f83c13ab8dd01a184b77f0d71e8049 | 3a2e54cc7b06d18ed4da8d32393c73e4494987e5 | /app/src/main/java/com/example/alc/ActivityC.java | 6c42aee1f5218c4a9a66d7ce34ddce7a52c90ba1 | [] | no_license | AliRadwan/ALC | c960312d6cd913c6ee20966c07f57226016eb377 | 642c40f5b9d1a59b4d5b541a1ff54c35a882ecc9 | refs/heads/master | 2020-06-19T15:52:33.014036 | 2019-07-13T22:39:24 | 2019-07-13T22:39:24 | 196,763,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package com.example.alc;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import static com.example.alc.R.layout.activity_c;
public class ActivityC extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceStat... | [
"aliradwan116@yahoo.com"
] | aliradwan116@yahoo.com |
3b851268396be5e7fb24805f882521396e2e7d92 | aa2205a7590f825b813461514f062e8a08ee11a4 | /Code/IdentifierStyles/src/DS/IdentifierDS.java | c99ac35ac093417ad6555f25445cc3d3e337caa4 | [] | no_license | APIDocEnrich/IdentifierStyleAnalyses | b90aca2814adad359bc8a6f08e2312a03ac778fd | f9951e71bf9429ccb54b7ce4c31611c46a0a4a04 | refs/heads/main | 2023-04-22T08:28:57.734299 | 2021-05-12T01:56:49 | 2021-05-12T01:56:49 | 366,400,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,162 | java | package DS;
public class IdentifierDS {
String classpar;
String methodpar;
String name;
String type;
String defaultvalue;
int location;
public String getClasspar() {
return classpar;
}
public void setClasspar(String classpar) {
this.classpar = classpar;
}
public String getMethodp... | [
"noreply@github.com"
] | noreply@github.com |
c2a82d72b51ce0d2bf99afef72b6c343d7fd329a | 7031c3a7555bb7481e30aeae45ca506763c6401f | /androidmvc/app/src/main/java/example/com/android_mvc/controller/day_controller/day_block.java | 856e0830dd1dca690fbc3e3a682d36875fc5e0c6 | [] | no_license | AmoteChen/Coder_calender | 09533eb6a7a4d850bac326de766275bf20aa2c32 | 4dd9f3d6d77d00d05012596d8f771744b1ac781a | refs/heads/master | 2020-04-11T06:43:27.136137 | 2018-12-12T21:43:00 | 2018-12-12T21:43:00 | 161,589,461 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,525 | java | package example.com.android_mvc.controller.day_controller;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActi... | [
"948167893@qq.com"
] | 948167893@qq.com |
f58e409bb2ddd2866c665b2f334fbbcf89a66d71 | eb5d4d8fbb13ea8b59ffa5fc3ce3095a57c89e68 | /src/com/ss/reminder/server/SendEmailTask.java | 4fcac10a90b8d34cb06cbf4ac154a4aa7dd997a9 | [] | no_license | ssinica/ssreminder | b18eae110c47cca1a8d20a033ccbeb57386bbc37 | 359fb4225b86ac5c865bcb4a65a9205a60dd654a | refs/heads/master | 2016-09-06T05:55:10.033786 | 2013-02-01T09:11:55 | 2013-02-01T09:11:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,660 | java | package com.ss.reminder.server;
import java.io.IOException;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.googlecode.obje... | [
"sergey@sinica.me"
] | sergey@sinica.me |
216ddce4d20de2894fdadcf3507892359b5f4d3c | ddd36c2e3bc51eb5086afefe2700150b5a359ee8 | /src/org/transinfo/cacis/action/riskmanagement/OriginalRequestAction.java | 5983f06c1090c066f4c766367dc60ecf00fec712 | [] | no_license | trandaiduong1990/CACISISS_PADSS | a99bd9e673eaf4897d817d8884953eaa2170ce53 | acf2b4634c7ca5ae10ffc205a91375cab3072cb7 | refs/heads/master | 2021-01-10T01:56:36.101356 | 2015-11-25T02:11:23 | 2015-11-25T02:11:23 | 46,832,469 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,800 | java | package org.transinfo.cacis.action.riskmanagement;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.struts.action.ActionError;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.Acti... | [
"trandaiduong1990@gmail.com"
] | trandaiduong1990@gmail.com |
bff22ea4744ccda22b5e122b997e514dfe9a7257 | fc13875ded2f4e740047226d35d3bb59bbf83a83 | /RegApp/src/main/java/com/tcs/repositories/RegistrationEntityRepo.java | 7f0fb13e9c889cb87658a292e3b66aee8ddd172d | [] | no_license | prasanthreddy4510/rRealTimeRegistration | 3857f91c3da4c8f9f51f395e83683812d71b503f | edeaae90d5a26104f15aa368d10c126c0f9e42f2 | refs/heads/master | 2022-12-01T23:49:57.088581 | 2020-08-20T02:09:35 | 2020-08-20T02:09:35 | 283,764,965 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.tcs.repositories;
import java.io.Serializable;
import org.springframework.data.jpa.repository.JpaRepository;
import com.tcs.entities.RegistrationEntity;
public interface RegistrationEntityRepo extends JpaRepository<RegistrationEntity,Serializable>{
public RegistrationEntity findByEmail(String email);... | [
"prasanth.bayagari@gmail.com"
] | prasanth.bayagari@gmail.com |
967990d81fa2fcf10df425925308b7b6646b0dcf | 57b6c699fd716ce2e6820737d9f52e40712efdef | /fr.unice.polytech.si5.smarthome.am.model/src-gen/fr/unice/polytech/si5/smarthome/am/model/util/ModelAdapterFactory.java | b20ec21fd807cdf192637657fb1ffce3e54ac333 | [
"MIT"
] | permissive | Corentin-Luc-Artaud/Interpretation | 7235c1ac282c27ea602b07f3393759b336a49d26 | 240f3d115baa87f9b10b8dafa679efa6f61b01a5 | refs/heads/master | 2022-04-03T02:54:30.908415 | 2020-02-24T15:33:45 | 2020-02-24T15:33:45 | 236,487,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,518 | java | /**
*/
package fr.unice.polytech.si5.smarthome.am.model.util;
import fr.unice.polytech.si5.smarthome.am.model.*;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EObject;
/**
* <... | [
"corentin.luc.artaud@gmail.com"
] | corentin.luc.artaud@gmail.com |
fd9baece11587b787188673bfeed6dfbb0c72da9 | 23832b6d9251972bc3a647796085232e177f718d | /app/src/main/java/com/lineplus/lineplusmemo/module/ValidationCheck.java | 16af5474848e9b4633fd37d1e6e06a7ebe5c38df | [] | no_license | HOBOOK/LineplusMemoApp | 28c9402748581f6d6b26158c1c8adbdef73fe1a6 | fdb9a2636e3bc07f8890edc78acf52a73f23e561 | refs/heads/master | 2022-04-06T16:17:18.631653 | 2020-02-15T11:57:08 | 2020-02-15T11:57:08 | 239,668,891 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package com.lineplus.lineplusmemo.module;
import android.text.Editable;
import android.util.Patterns;
import android.webkit.URLUtil;
/// 유효서 검사 클래스
public class ValidationCheck
{
private static ValidationCheck instnace = null;
public static ValidationCheck getInstance()
{
if(instnace==null)
instnace = new Val... | [
"37508173+HOBOOK@users.noreply.github.com"
] | 37508173+HOBOOK@users.noreply.github.com |
d9cd138dc47c0d09de4aa35ecadf192b08c851af | e5cc0a03922963c579c3871d72e389393ede7498 | /fe/src/main/java/org/apache/impala/catalog/IcebergFileMetadataLoader.java | c365e9cac04e7c0f28f8e00656c7b6af9a0b2554 | [
"PSF-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-mit-modification-obligations",
"LicenseRef-scancode-unknown-license-reference",
"bzip2-1.0.6",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"Minpack",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"OpenSSL"... | permissive | seyeh/impala | 55cf4cdca5f4cd4b76d7583eb3b4130e6c8a1c8d | 419aeba469abde234e84432a90b80270800ff3d9 | refs/heads/master | 2023-07-07T13:03:54.663634 | 2023-06-26T03:23:23 | 2023-06-26T03:23:23 | 276,465,169 | 0 | 0 | Apache-2.0 | 2020-07-01T19:31:09 | 2020-07-01T19:31:09 | null | UTF-8 | Java | false | false | 6,039 | java | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"boroknagyz@cloudera.com"
] | boroknagyz@cloudera.com |
cdc1e8006e8fe11fe08825224a8200690139e78b | 6b20768f40d46cfcadea1ba8472f2e7f93dae272 | /JavaFile_16/src/com/yuanren/core9/PropertiesDemo.java | 4666ff2114f22cd13997865e436c1aa8ce8c2318 | [] | no_license | chou120/JavaYuanRen | b436e08379cc62ef8fea2c5694772d2bd2590e71 | 6da43ce9030ce3475a7646dfb52e7ecd18d4c692 | refs/heads/main | 2023-06-15T15:23:48.138569 | 2021-07-06T08:34:29 | 2021-07-06T08:34:29 | 374,542,543 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,353 | java | package com.yuanren.core9;
import java.io.*;
import java.util.Properties;
public class PropertiesDemo {
public static void main(String[] args) {
Properties properties=new Properties();
/*properties.put("username","张三丰");
properties.put("password","123456");
properties.put("driv... | [
"1208160221@qq.com"
] | 1208160221@qq.com |
3d6dbfdcec54a662479a73df64d6f3dd5b17ec02 | 2d1f125578ec412defe1a279c5e487b885e685b5 | /src/main/java/org/oasis/open/docs/wsn/b_2/ResumeFailedFaultType.java | e5a662c7ba01b9a47eea2aee325171fe4ac7f184 | [] | no_license | fengxiaobu/liveclient | 3b43ee7b474026c1018a22a6a1be8c89c1c0eb42 | a28a0129d244cd49d72b4b781157ac9f964091fa | refs/heads/master | 2020-04-11T20:07:15.175695 | 2018-12-17T01:54:45 | 2018-12-17T01:54:45 | 162,060,421 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package org.oasis.open.docs.wsn.b_2;
import org.oasis.open.docs.wsrf.bf_2.BaseFaultType;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ResumeFailedFaultType complex type.
*
* <p>The following sch... | [
"luopanfeng@benefitech.cn"
] | luopanfeng@benefitech.cn |
865aebc3e9a4402f4381ce1a8301063e2c925cbd | 8b1df227305a395484073c8417be07c71cd623d3 | /assignmentThree/Question6.java | bd9a0234b169cf2662666bc212a4c78e6ba8c7c7 | [] | no_license | timecorner35/assignment3 | 77060e345bcc06c5b7621565cbae8af80aa0debc | aefff948d1d48b81d49d56754cb3ecc11adf78ad | refs/heads/master | 2022-12-27T17:30:47.632629 | 2020-09-26T14:06:17 | 2020-09-26T14:06:17 | 298,039,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package assignmentThree;
public class Question6 {
public static void main(String[] args) {
final int lethal=10000;
int NumberofMiligramsinDrink=500;
System.out.println("NumberofMiligramsinDrink: "+NumberofMiligramsinDrink);
System.out.println("It would take about "+(lethal/NumberofMiligramsinDrin... | [
"noreply@github.com"
] | noreply@github.com |
d093c8a233d842ba3ea89f418c203cc32905ccec | 1ad93607d976f4d02f2b6c0576164018f96c8b95 | /app/src/main/java/com/example/btl_ltuddd_electricstore/Adapter/ItemQuanLyAdapter.java | 00de4dd3d6b7afd9874b95113bbc1ab660fc5f02 | [] | no_license | nhatbao2k/qlcuahangdientu_android | 2102ad02c08a5cd9692c06470585cf486a8413dc | e46176b2bceacb3504404706a6e6144f1cb17772 | refs/heads/master | 2023-05-06T13:04:19.668621 | 2021-06-03T15:07:03 | 2021-06-03T15:07:03 | 357,065,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,905 | java | package com.example.btl_ltuddd_electricstore.Adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.btl_ltuddd_electrics... | [
"nhatbao2k@gmail.com"
] | nhatbao2k@gmail.com |
7d97e82241f85c2284fb213576f8ab9b24e7ee41 | 005553bcc8991ccf055f15dcbee3c80926613b7f | /generated/pcftest/CheckRecurrenceDetailInputSet_weekly.java | bfd596e7bcf88c24970acf2ab78cf7f10a93da36 | [] | no_license | azanaera/toggle-isbtf | 5f14209cd87b98c123fad9af060efbbee1640043 | faf991ec3db2fd1d126bc9b6be1422b819f6cdc8 | refs/heads/master | 2023-01-06T22:20:03.493096 | 2020-11-16T07:04:56 | 2020-11-16T07:04:56 | 313,212,938 | 0 | 0 | null | 2020-11-16T08:48:41 | 2020-11-16T06:42:23 | null | UTF-8 | Java | false | false | 4,057 | java | package pcftest;
import gw.lang.SimplePropertyProcessing;
import gw.smoketest.platform.web.CheckboxValueElement;
import gw.smoketest.platform.web.DateElement;
import gw.smoketest.platform.web.OptionElement;
import gw.smoketest.platform.web.PCFElement;
import gw.smoketest.platform.web.PCFElementId;
import gw.smoketest.... | [
"azanaera691@gmail.com"
] | azanaera691@gmail.com |
b1e7376454d6cfdbf160b431dea145013fa4af66 | 0e3430a2911080e5f03ac4c7ddf8dbe43809f6ad | /PerfectPitchPoC.Android/obj/Debug/90/android/com/companyname/perfectpitchpoc/R.java | cec52d1f9c18570febc8dfc6e5c4d7197013edbf | [] | no_license | pchriste-microsoft-com/PerfectPitchPoC | 5d954f2908b7d5ce50601e46db55d76c14d4492b | 2fe8963c877e125959acbc46334a2b1b78e5804f | refs/heads/main | 2023-01-08T05:02:48.613532 | 2020-10-13T17:14:49 | 2020-10-13T17:14:49 | 303,777,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979,413 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.companyname.perfectpitchpoc;
public final class R {
public static final class anim {
public static final int abc_... | [
"pchriste@microsoft.com"
] | pchriste@microsoft.com |
24915a455700895b3c06a2276106b5be0ebc52ec | 2c105bcfdc8f07dfe954a9b3690f21874f0ad459 | /cos.trader.configs/src/main/java/es/ual/acg/cos/trader/configs/clients/HeuristicsClient.java | f11df1ea1affd1d53f2837750eb932b56e11160f | [
"MIT"
] | permissive | acgtic211/costrader | 78f83d5b60f67c01352b7e479fe44f9105f00681 | a93a93d84eb120d239f389788ce0c96a87472ac9 | refs/heads/master | 2022-12-26T04:49:55.255324 | 2022-01-28T08:20:02 | 2022-01-28T08:20:02 | 195,386,671 | 0 | 0 | MIT | 2022-12-13T19:31:46 | 2019-07-05T10:01:22 | Java | UTF-8 | Java | false | false | 1,611 | java | package es.ual.acg.cos.trader.configs.clients;
import java.util.List;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
import arch... | [
"javi.criado@ual.es"
] | javi.criado@ual.es |
6bbffabccb5cb0f02024a90d972d193d32313b41 | 0a5c61c61003ac29f551eabaf35bd7b73badc080 | /app/src/main/java/com/example/kiheitai/firstapp/Adaptador.java | 2119b6992bb5b11be876d64c9ac11015af5849df | [] | no_license | Gaedr/firstapp | 23290dc7da959bdfb3458dc8160933ff838d3d9b | 3718fffffd5c69c0c4c350975a2a2fb06e3e5c3d | refs/heads/master | 2021-01-22T03:53:59.787723 | 2015-03-17T10:17:23 | 2015-03-17T10:17:23 | 32,313,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,672 | java | package com.example.kiheitai.firstapp;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import andro... | [
"samuel@kiheitai.co.jp"
] | samuel@kiheitai.co.jp |
9aa849c700193a37e3d37d3cec2082a74f15676c | c804585e3c05c2e858da1b96fb0c14ec5e2bf9d2 | /Tic Tac Toe/Player.java | f98c1ca789b7af43c4210a3060c958bc57c0b3ef | [] | no_license | yuhuawang/GamesmanWeb | 38e974ac7e86c82d1252e54fafee9f8cb1afc6bb | c6fbd6a2f6668c10a02e92c39d44db07a18090b9 | refs/heads/master | 2021-01-16T18:02:03.173932 | 2013-05-22T22:28:57 | 2013-05-22T22:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | public class Player {
public final int EMPTY = 0;
public final int BLACK = 1;
public final int WHITE = 2;
private int color;
private Board board;
private int opponent;
public Player(color, board) {
this.color = color;
this.board = board;
this.opponent = BLACK;
if (color == BLACK) {
this.opponent = W... | [
"w.yuhua@yahoo.com"
] | w.yuhua@yahoo.com |
1e91aead1403527cac62ae17d45a52552542c23d | bb31759abd1631013e10f7fedcff0642df6c9977 | /goshop_sale_service/src/main/java/jgsu/clong/bean/T_MALL_CLASS_1.java | 874a47eb077b162c9ada3deb156022ea8b197c80 | [] | no_license | ChenLonggithub/GoShop | 58e3c9ae0c76eed021895b553b9beffec56aefbf | 9e50ba6d40c0c699f9ec2e031837474f3a71ac3b | refs/heads/master | 2022-12-22T21:31:16.613120 | 2019-09-06T00:28:23 | 2019-09-06T00:28:23 | 183,344,388 | 2 | 0 | null | 2022-12-16T03:06:21 | 2019-04-25T02:50:43 | CSS | UTF-8 | Java | false | false | 363 | java | package jgsu.clong.bean;
import java.io.Serializable;
public class T_MALL_CLASS_1 implements Serializable {
private int id;
private String flmch1;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getFlmch1() {
return flmch1;
}
public void setFlmch1(Stri... | [
"clong_fish@163.com"
] | clong_fish@163.com |
d8c997f0733b1596290ec6ef26fef9eb596b6570 | ee2488a48dcfe1f5e6cfe0122aef28ac74ae45f7 | /DS_Algo/src/graph/JohnsonAlgoAllPairs.java | 6587e31f025cf074e8eed34a16500efa2514ccd0 | [] | no_license | dbkamal/DS-And-Algo-4Interview | 27dddab31cd8221257e3c17739c3d2b8d8b7af7d | d9253340b5826661a4f023e42850f65e3facbeb1 | refs/heads/master | 2020-04-09T17:14:42.441877 | 2019-03-31T04:52:13 | 2019-03-31T04:52:13 | 160,475,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,657 | java | package graph;
public class JohnsonAlgoAllPairs {
GraphAdv<Integer> graph;
BellmanFordAlgo bellmanFordAlgo;
DijkstraAlgo dijkstraAlgo;
int[] weightVertex;
JohnsonAlgoAllPairs (GraphAdv<Integer> graph) {
this.graph = graph;
weightVertex = new int[graph.getAllVertex().size()];
}
void calculateShortestPath(... | [
"kamal@192.168.0.2"
] | kamal@192.168.0.2 |
2a4e81a7594b045d9d7cb7f1f25d8087e816ea89 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE400_Resource_Exhaustion/s02/CWE400_Resource_Exhaustion__sleep_listen_tcp_72a.java | 680dd6b146160c51a3862fe71a66fc6d79a55ff7 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 9,296 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE400_Resource_Exhaustion__sleep_listen_tcp_72a.java
Label Definition File: CWE400_Resource_Exhaustion__sleep.label.xml
Template File: sources-sinks-72a.tmpl.java
*/
/*
* @description
* CWE: 400 Resource Exhaustion
* BadSource: listen_tcp Read count using a list... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
ba69e383471372d1353a3c04589e887fd41ad9df | f32cc724f3530ef4b796963f8aaabd4fb66d076f | /backend/src/main/java/com/bakdata/conquery/models/execution/UserMetrics.java | e4cf580bea18da0fbbdbf0df66617c7e94352ada | [
"MIT"
] | permissive | hardforkio/secret-conquery | 224e7ed71f080cc4b1a7e8136680d35d16bf3a54 | f4c6dd028d5d082a240697ef6c63eaecd370c423 | refs/heads/deliverable | 2022-11-25T17:38:50.841671 | 2020-07-31T09:02:05 | 2020-07-31T09:02:05 | 279,545,825 | 0 | 0 | MIT | 2020-09-16T16:05:50 | 2020-07-14T09:48:10 | Java | UTF-8 | Java | false | false | 77 | java | package com.bakdata.conquery.models.execution;
public class UserMetrics {
}
| [
"1553491+awildturtok@users.noreply.github.com"
] | 1553491+awildturtok@users.noreply.github.com |
d6ffd35b09082689af0c841c8640a753c2eb6b0f | d084819c0cf2e55078750488106e62128cc2ce16 | /task5/BookShop/src/com/senla/bookshop/manager/BookManager.java | e9b6ff206a131d1f5478f285684b55bab0176fef | [] | no_license | Polina97/SenlaJavaTraningKurbatovaPolina | 4619dd18034c7814c7a0d4b56cbd985eeac4c975 | b10effd863defe47455f91d2c6b8d0e0e577dc2e | refs/heads/master | 2021-01-12T16:26:52.077257 | 2017-05-08T12:39:18 | 2017-05-08T12:39:18 | 69,275,037 | 1 | 0 | null | 2016-09-28T14:47:18 | 2016-09-26T17:33:35 | null | UTF-8 | Java | false | false | 3,724 | java | package com.senla.bookshop.manager;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.List;
import org.apache.log4j.Logger;
import com.senla.bookshop.api.entities.IBook;
import com.senla.bookshop.api.managers.IBookManager;
import com.senla.bookshop.comparators.BookComparator;
import co... | [
"polina-grodno97@mail.ru"
] | polina-grodno97@mail.ru |
8e81b9dc078bd329676b68f80f56cd8eb0d22d30 | cd38aa60a8f53ecc42e9dbea664747fba5f919e3 | /Backend/luvbox-dao/src/main/java/dao/TbTags.java | 5c1ab6453af91cd3b57ecfa1e87757830a1499b8 | [] | no_license | mysincreative/luvbox-demo-server | 0068243dacd9fe2a70e7ef6c1f707f8abc221609 | e7608dce3868b1d8a3dd6a7b499ceffe4f0d684b | refs/heads/master | 2016-09-06T20:16:51.249849 | 2015-11-05T11:09:16 | 2015-11-05T11:09:16 | 42,809,385 | 0 | 0 | null | 2015-10-08T08:31:41 | 2015-09-20T10:46:45 | Java | UTF-8 | Java | false | false | 1,465 | java | package dao;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
/**
* TbTags entity. @author MyEclipse Persistence Tools
*/
@Entity
@Table(name = "tb_tags" )
public class TbTags implements java.io.Serializable {
// Fields
private String tag;
private String tagDescription;
private Set<... | [
"haminhthanh@Has-MacBook-Pro.local"
] | haminhthanh@Has-MacBook-Pro.local |
4246d596dc34776310b505232485e1553b8b5243 | 27e84c5f84e78d342b551bcb1f5f30763719e3b9 | /ImageGenerator.java | 2bebc5b20ee515e7be7881603aff383d4dc55b68 | [] | no_license | noyshu/LT_HW_NoyShulman | 663ffbda67a0c2e2a3073ee1ee1e5f8d4bd5ff2a | 0943c2bd87b6d9282c686983e18008f872df80b0 | refs/heads/master | 2020-03-26T12:25:17.950181 | 2018-08-15T19:51:11 | 2018-08-15T19:51:11 | 144,891,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,763 | java | import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Random;
import java.awt.*;
public class ImageGenerator{
private int height;
private int wid... | [
"noyshu@campus.technion.ac.il"
] | noyshu@campus.technion.ac.il |
b7ee5109f1116b30457be02df876ba7b15071b54 | 86b4cc6f79a901649476e9d02859975edfe78703 | /source/Hello.java | 26090733dc1e63c7980cb0735b17e4c26807b2a5 | [] | no_license | lianming1234/2020test | e7a55a18b7f4ab99f4f077dd8ef9981e7692fff6 | cf9cfdb2a1165625f7a6ea5615cbb9a7f1b33b53 | refs/heads/master | 2022-11-25T15:31:09.442124 | 2020-08-04T09:07:37 | 2020-08-04T09:07:37 | 284,897,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 67 | java | public class Hello{
private String name;
private int age;
} | [
"lm@qq.com"
] | lm@qq.com |
68d0e8caa96beb16e70fb25edf82bec0918a0ff9 | 72c1c3cfb6c90e7e2b3bd94f44419d45be7be8d1 | /src/main/java/ga/beauty/reset/HomeController.java | 26892342cdc26e55f0ab993b0ecc7ba1b1f2daab | [] | no_license | wjbs06/reset-project | ca08fccd67bb63f91b5b77e5f3d2760e84204748 | b5482c3fee23b4563ab9be0439e6c504cc80ff3c | refs/heads/master | 2020-03-22T05:01:19.530065 | 2018-08-08T09:08:39 | 2018-08-08T09:08:39 | 139,536,662 | 0 | 0 | null | 2018-07-03T06:12:38 | 2018-07-03T06:12:37 | null | UTF-8 | Java | false | false | 1,077 | java | package ga.beauty.reset;
import java.text.DateFormat;
import java.util.Date;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import or... | [
"amor061750@gmail.com"
] | amor061750@gmail.com |
2aa0897b089d5cecf34302fcdc7d86757f2d8bcf | bea3fc6d5efdbc174275b773fc77bd95414db1a9 | /src/main/java/org/tugraz/sysds/runtime/instructions/spark/TernarySPInstruction.java | 82344adaec9de268e5b4718f241ca58ebef4a37e | [
"Apache-2.0"
] | permissive | langk/systemds | 6cfac2589147bf7ab77da0b26562c1067e39a9ac | a877c7db8b0990d594acf7f9fcc21de25d0ab555 | refs/heads/master | 2020-04-21T12:21:32.782577 | 2019-04-12T11:02:43 | 2019-04-12T11:02:43 | 169,559,449 | 0 | 0 | Apache-2.0 | 2019-02-07T11:13:14 | 2019-02-07T11:13:14 | null | UTF-8 | Java | false | false | 8,745 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"mboehm7@gmail.com"
] | mboehm7@gmail.com |
cc264e4be569448bd111c308590c768a634588a7 | 9212e71ce6711d9ef874dcc5ec99babac1ca3528 | /jrtps/src/main/java/net/sf/jrtps/rtps/RemoteProxy.java | 3bb2e7db899b47156ef4014907ada9f92871c02a | [] | no_license | mcr70/jrtps | 3889b626bb099b3b72858928783cdfce9b2c7136 | bfc831f3ade21c092c05165324c079f4cff874e0 | refs/heads/main | 2023-07-16T09:51:08.162238 | 2021-08-25T13:39:01 | 2021-08-25T13:39:01 | 399,824,744 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,102 | java | package net.sf.jrtps.rtps;
import java.util.LinkedList;
import java.util.List;
import net.sf.jrtps.builtin.DiscoveredData;
import net.sf.jrtps.message.parameter.QosReliability;
import net.sf.jrtps.transport.TransportProvider;
import net.sf.jrtps.types.EntityId;
import net.sf.jrtps.types.Guid;
import net.sf.jrtps.type... | [
"mika.riekkinen@gmail.com"
] | mika.riekkinen@gmail.com |
6a5769e383b2c034c2e58581594d19e008f65ad7 | 313aeea50be1fe9a3cbe5c4e0553f45841cc7622 | /ECommerceProject/src/cn/tedu/web/ManageCartProdServlet.java | a5c19774ba443fa32b1eb762fbf48e30d044266b | [] | no_license | Knignt9/e_commerce_project | 986e19bdbba7ebd20bbdddfbc8b2bb03bcfe065e | b3ed9ef8c1fc2c47c3147f711d72b3b3206b86df | refs/heads/master | 2020-03-21T10:21:43.633426 | 2018-06-24T02:38:53 | 2018-06-24T02:38:53 | 138,447,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package cn.tedu.web;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import cn.tedu.bean.Prod;
import cn.tedu.bean.User;
import cn.tedu.factory... | [
"1327589664@qq.com"
] | 1327589664@qq.com |
92229d06007b81b3c03b83897a66b11becb524e9 | 91a4be8d50f14f1cf3d3baab9d605fb48450b73e | /app/src/main/java/com/example/randommusicplayer/MainActivity.java | bcdc02ee2517eb64f0ecdd845253c121443ead05 | [] | no_license | mrMgt/RandomMusicPlayer | 5a03f222d32f96523757d18767939411787354f2 | cc18527e0033194c650c84e98a6e070d375277da | refs/heads/master | 2021-01-13T14:47:25.281409 | 2016-12-15T10:17:50 | 2016-12-15T10:17:50 | 76,548,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,155 | java | /*
* Copyright (C) 2011 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 ... | [
"linhdinhnguyen@gmail.com"
] | linhdinhnguyen@gmail.com |
95efcc5f521ed597fa784ca8e6c89f63c8d091e7 | 3e3e676cda3e68ef965b746d247430e9ab61044e | /src/main/java/com/hibuz/jhipster/web/rest/AccountResource.java | d3a9e9cb8699d6404a6eb713c233fd2f066d3aa4 | [] | no_license | hibuz/jhipster-monolithic | a7c960fe23725f34024604a4b6714dca87ac639f | 315e9b85468d8e457782df2e40cf3833871b8276 | refs/heads/master | 2023-07-27T06:13:09.036544 | 2021-09-06T08:51:53 | 2021-09-06T08:51:53 | 403,545,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,831 | java | package com.hibuz.jhipster.web.rest;
import com.hibuz.jhipster.domain.User;
import com.hibuz.jhipster.repository.UserRepository;
import com.hibuz.jhipster.security.SecurityUtils;
import com.hibuz.jhipster.service.MailService;
import com.hibuz.jhipster.service.UserService;
import com.hibuz.jhipster.service.dto.AdminUse... | [
"hibuz@hibuz.com"
] | hibuz@hibuz.com |
986db239b017af2cfa9b4e59e33a148e0c984da0 | 22590c3d57a575b926697c4478d351e3559f9d4a | /src/main/java/com/elct/elctchar/web/controller/AuthController.java | dca297a021791d170dbf513bad99fc6887943c60 | [] | no_license | seor8674/elctchar | 7ba98291283e6e5315b00cedbc533ea821d47615 | e6e5012b9fe5d784757d66d9c79bbc5de73355f4 | refs/heads/master | 2023-07-05T08:17:26.217697 | 2021-08-09T15:49:19 | 2021-08-09T15:49:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,220 | java | package com.elct.elctchar.web.controller;
import com.elct.elctchar.config.jwt.JwtFilter;
import com.elct.elctchar.config.jwt.TokenProvider;
import com.elct.elctchar.web.auth.UserInfoResponseDto;
import com.elct.elctchar.web.exception.ErrorCode;
import com.elct.elctchar.web.exception.GlobalApiException;
import com.elct... | [
"wlatmdqja@naver.com"
] | wlatmdqja@naver.com |
596f96f0df9f9ef4e18d578d5693025fdb9def3f | 2a68a19161ca085a778da778f34e22e8ce0f96a7 | /AdminPlatformApplication/ViewController/src/com/zypg/cms/admin/view/bean/ExtendAttrEditManagedBean.java | 6054287d1209e3fd8023a2dec896003c2c95371a | [] | no_license | vickysongang/Founder | a40ee6dd1672e807bf7a31fb9ccdaa788f9e1ab0 | 62bc7293f433f89b25b8205b47fd1c6476d70d78 | refs/heads/master | 2021-01-10T02:10:28.358554 | 2016-01-10T07:08:19 | 2016-01-10T07:08:19 | 49,356,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,427 | java | package com.zypg.cms.admin.view.bean;
import com.zypg.cms.admin.view.util.CustomManagedBean;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import oracle.adf.view.rich.component.rich.input.RichInputText;
import oracle.adf.view.rich.component.rich.input.RichSelectOneChoice;
im... | [
"vickysongang@gmail.com"
] | vickysongang@gmail.com |
0ecba57c92c5ebebdf63c0e9712c9defede60716 | 447520f40e82a060368a0802a391697bc00be96f | /apks/playstore_apps/at_spardat_bcrmobile/source/at/spardat/bcrmobile/view/pulltorefresh/scrollview/PullToRefreshScrollView.java | 26ec8f62d8fa6d4b45119435177e4f273204b10b | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 977 | java | package at.spardat.bcrmobile.view.pulltorefresh.scrollview;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import at.spardat.bcrmobile.view.pulltorefresh.c;
import at.spardat.bcrmobile.view.pulltorefresh.f;
import at.spardat.bcrmobile.view.widget.j;
public class PullToRefr... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
fa8fe6f382e0b5a84bc3ab49e64e9c2afb9098eb | 7e689be329d1aae9065b59c9549ee06fddecee3b | /platform/src/java/com/xcase/rest/generator/raml/DeserializerBuilder.java | 10b210d4ab425d94b32516a6793b6de1708c64d2 | [] | no_license | martinpg2001/xcase | 14564efa8160105ed2301a2c7ad79293a039414a | e530d16f951adbdde1694b0d837bfd6c6c9b7f6b | refs/heads/master | 2023-08-22T14:28:40.712362 | 2023-08-01T03:52:35 | 2023-08-01T03:52:35 | 34,886,456 | 0 | 2 | null | 2022-12-12T02:45:28 | 2015-05-01T02:20:51 | Java | UTF-8 | Java | false | false | 2,649 | java | package com.xcase.rest.generator.raml;
import com.google.gson.*;
import com.xcase.rest.generator.*;
import com.xcase.rest.generator.raml.serialization.*;
import com.xcase.common.impl.simple.core.CommonHTTPManager;
import com.xcase.common.utils.ConverterUtils;
import java.lang.invoke.MethodHandles;
import java.io.*;
im... | [
"martin.gilchrist@intapp.com"
] | martin.gilchrist@intapp.com |
ea03083c1243974073881c0904c307ad8af6cfa4 | 52af03a72719bb0c003acc91ee6bf17c2c48a3c9 | /src/main/java/com/dongzhi/hotel/web/RegisterInfoController.java | a93080bdfa9f4a70496121e77b8580a2c90e3ecb | [] | no_license | baweimao/hotel_springboot | 00b08859d9e04e475fc44f5da307d320e492ad6d | df5a902dfd58b22e96325134f6e0ceba07c81f99 | refs/heads/master | 2022-12-03T08:32:10.414160 | 2019-06-03T11:49:28 | 2019-06-03T11:49:28 | 173,759,460 | 0 | 0 | null | 2022-11-16T07:22:26 | 2019-03-04T14:23:44 | JavaScript | UTF-8 | Java | false | false | 5,110 | java | package com.dongzhi.hotel.web;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springf... | [
"Administrator@USER-20150420WI"
] | Administrator@USER-20150420WI |
237524f103aef945d1d7cde669be2b2c4135daf6 | ecfbccb581f4709c900d7ab245bff7da37cfd4db | /src/main/java/com/mysamples/ref/optym/vameork/validators/RulesValidator.java | 1676d2dbe0b578392bd6d2b63dc545bfba037bd1 | [] | no_license | jayaramanhari/testvalidators | 6718a1c8cf1d377f4976f9d8139a05c93b259d07 | cdd8c17973e857cb9aeb9911630b9237c4649915 | refs/heads/master | 2021-01-22T21:27:42.259669 | 2017-03-20T18:49:45 | 2017-03-20T18:49:45 | 85,431,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.mysamples.ref.optym.vameork.validators;
import java.util.HashMap;
import java.util.List;
public interface RulesValidator {
public HashMap<String, List<String>> isFileValid(String fileNametobeChecked);
// public boolean isFormatValid();
// public boolean isTypeValid();
// public boolean allMiscValid();
... | [
"jayaramanhari@gmail.com"
] | jayaramanhari@gmail.com |
5c59b9f68837b5375eb0736acb49c72396cf0130 | 25b95a082c3a3eb6f627d66578f46102713996b6 | /zuihou-backend/zuihou-admin/zuihou-admin-server/src/main/java/com/github/zuihou/admin/impl/utils/dozer/DozerUtils.java | 7a7c562eec19d1918cff70a83fa563a58bbba21f | [
"Apache-2.0"
] | permissive | uestczwj/zuihou-admin-cloud | 29e4dbe13bfdd26edb5015df5269e5e1f2aec3be | 3fd0dbbb7294e8a4eb0cecce36e69149a76a9547 | refs/heads/master | 2021-05-10T07:47:43.838139 | 2018-01-24T14:42:09 | 2018-01-24T14:42:09 | 118,856,358 | 1 | 0 | null | 2018-01-25T03:21:50 | 2018-01-25T03:21:50 | null | UTF-8 | Java | false | false | 4,056 | java | package com.github.zuihou.admin.impl.utils.dozer;
import com.github.pagehelper.Page;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import org.dozer.Mapper;
import org.dozer.MappingException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stere... | [
"244387066@qq.com"
] | 244387066@qq.com |
eaf1fe55301dcffc3be139336f9c45f7754a4233 | 8df03e6d7001b07be2aae41da5dec395a6e1d512 | /English.lproj/MainMenu.nib/_MainMenu_EOArchive_English.java | a6d0b1fabb043781112048c0ed577f429f42e647 | [] | no_license | mlkunnath/WebPresenter | d184f344b7589993a352c5fc029c3c9821900d50 | f21aa466e46beae7b25ebdc0a6e3d8580c24b8e1 | refs/heads/master | 2021-01-20T16:18:16.005647 | 2016-03-30T23:06:55 | 2016-03-30T23:06:55 | 44,416,829 | 0 | 0 | null | 2015-10-17T00:03:33 | 2015-10-17T00:03:32 | Objective-C | UTF-8 | Java | false | false | 23,513 | java | // _MainMenu_EOArchive_English.java
// Generated by EnterpriseObjects palette at Tuesday, May 23, 2006 2:48:17 PM US/Eastern
import com.webobjects.eoapplication.*;
import com.webobjects.eocontrol.*;
import com.webobjects.eointerface.*;
import com.webobjects.eointerface.swing.*;
import com.webobjects.eointerface.swing.... | [
"robert4723@me.com"
] | robert4723@me.com |
d74cf0bfe6608eedd903abae3431e4f82ffcf2bf | dab3303cfd25eb617e777c86423f1554a14b0ee2 | /src/com/java21days/Calculator.java | 6dc91665fd178734de4176d7a04939faeb9ac55d | [] | no_license | ebelfer2020/Java21 | 5fd87ef597784f8e376cf5adff158b5ad5aa9898 | 8d5f5fccbd0db8e5aeed77c34c93e99d5de8dab7 | refs/heads/master | 2022-12-22T10:43:14.192606 | 2020-09-30T23:08:06 | 2020-09-30T23:08:06 | 275,442,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | package com.java21days;
import java.awt.event.*;
import javax.swing.*;
import java.awt.*;
public class Calculator extends JFrame implements FocusListener {
JTextField value1, value2, sum;
JLabel plus, equals;
public Calculator() {
super("Add Two Numbers");
setSize(350, 90);
setDefaultCl... | [
"60272644+ebelfer2020@users.noreply.github.com"
] | 60272644+ebelfer2020@users.noreply.github.com |
810a74f7417f4b1c97a77153418e29251a0bf0a9 | 23a35fd52f95235fdda7a0c2045c9b3d6afe5619 | /leetcodeSolution/src/BinaryTreeLevelOrderTraversalII.java | 0797de41217264f882fd95371440a54314a18202 | [] | no_license | sdulijie2008/myleetcode | 70af62432b00fee54a5afce10cc50b29e2d7a923 | 3ac896353b8dd281adc1e33a31073e0ae24fe5f9 | refs/heads/master | 2020-12-25T17:37:13.631866 | 2016-08-08T00:49:45 | 2016-08-08T00:49:45 | 14,605,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,341 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.Queue;
public class BinaryTreeLevelOrderTraversalII {
public ArrayList<ArrayList<Integer>> levelOrderBottom(TreeNode root) {
// IMPORTANT: Please reset any member data you declared, as
// the same Solut... | [
"sdulijie2008@gmail.com"
] | sdulijie2008@gmail.com |
63aeab685cd8f4b1d0c180ff3b25f147b8c5f3e2 | b910ab013fa8ce483da2634e3cf8f11284ec35c8 | /app/src/main/java/com/github/nekdenis/fragment/ResultFragment.java | 6dd936cf3d4b6e045a546f1eaf9d4dc3f4aa7b8f | [] | no_license | nekdenis/Android-ColorDiff | 40626c892718513f82a936c2c1e04f9a158411b6 | e4f4fe5cefdddcd097038fe71d73b9ae80cc35ba | refs/heads/master | 2016-09-06T20:01:47.591148 | 2014-03-10T09:34:21 | 2014-03-10T09:34:21 | 16,407,654 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,365 | java | package com.github.nekdenis.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import com.androidplot.xy.*;
import com.github.nekdenis.R;
i... | [
"batman36@mail.ru"
] | batman36@mail.ru |
641d4da9fb08f6b916b545b512f8aff7ce59959a | 6629143df9feaed704b843276ea6044440d2f92a | /pyg_manage_web/src/main/java/com/pyg/manage/controller/LoginController.java | f94271219a0e7fe96397fd21e45c1769f5f8dcd0 | [] | no_license | yeluoqiuping/pyg_parent | 58d99f1a434eaf7a085647fb663e340916c772ad | 3397bb6343d9577cdece271d867667683ca854dd | refs/heads/master | 2020-04-11T18:21:41.970189 | 2018-12-17T00:44:28 | 2018-12-17T00:44:28 | 161,995,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package com.pyg.manage.controller;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.HashMap;
import java.util.Map;
/**
* @author 获取登录用户名
* @date 2018... | [
"2406347485@qq.com"
] | 2406347485@qq.com |
39a14f808c71b8e116f4e4539e4303700ebc4b2a | f0511b4bf683965112d406e97b781d78d4c5951a | /app/src/main/java/com/test/chuanyi/myapplication/TestActivity.java | 1d1cb5a1509df0f57fbc8a0cdb09956d22d1dca1 | [] | no_license | GodLike1113/App | 1d919868a9f2daa5e13c52ad793cabac62c40513 | 9193e47ef80d2b4d0d7a141c08e3374908367ab7 | refs/heads/master | 2020-04-14T19:19:33.343438 | 2019-11-26T07:48:06 | 2019-11-26T07:48:06 | 164,053,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,293 | java | package com.test.chuanyi.myapplication;
import android.app.Activity;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.util.Log;
/**
* Author: zengfeng
* Time : 2019/1/22 19:12
* Des :
*/
public class TestActivity extends Activity {
@Override
protected void onCreate(Bundle ... | [
"feng.zeng@transsnet.com"
] | feng.zeng@transsnet.com |
6aafd062af755f643eb0556ef58d2b600e041fa8 | ad95d90ab815abec30ed3bf74d3aacee09ea6e5e | /android/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/media/R.java | 68e278fa0fe55c551f55b24eda1b84266b958285 | [] | no_license | raduflorin95/react-native-features-app | f568de60afe8e0993532924300be74b218a1c5ba | 0ea5d1c7f7cd528d3c22df323cfd022408840b06 | refs/heads/main | 2023-07-20T01:32:03.871764 | 2021-08-29T20:22:38 | 2021-08-29T20:22:38 | 318,559,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,548 | 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 androidx.media;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"raduflorin95@MacBook-Air-Radu.local"
] | raduflorin95@MacBook-Air-Radu.local |
fc51f0d4f1db1dfa1d664eade7a295ef01fdd97d | 428be08e07038e1a7f22b125bd3c402b2ea9e7ef | /src/Compiler.java | 11c278c793fed3a16fa7d4710608aa54215b85d9 | [] | no_license | HenriqueRocha/LetsBuildACompiler | a5471cb7459c8330d1892577f0d4bec2a5d69bc7 | 659c2a667ccc9a002f5895fcf09343bba36a0fb8 | refs/heads/master | 2020-07-25T07:52:59.113025 | 2019-09-13T08:06:01 | 2019-09-13T08:06:11 | 208,221,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | import java.io.IOException;
public class Compiler {
private static char lookahead;
public static void main(String[] args) throws IOException {
lookahead = (char) System.in.read();
try {
expression();
} catch (ParseException e) {
System.err.println(e.getMessage()... | [
"hmrocha@gmail.com"
] | hmrocha@gmail.com |
0f7ac59714540107c808e579fad87ab34f8a5ea5 | e08b2e31d47e5e069fbd18af1e1df25baa9f92ce | /Projects/PatternChecker.java | 1245a66b5f0f48bfb07275e6b0ee4f7f1f6171e1 | [] | no_license | lringleka/PRO180 | 5331d88f94b5f44d41e6e55dc9e7fb9117187f7a | 247fb6062412cd621b5fb8edaf1ccfb1676e0841 | refs/heads/master | 2021-01-21T22:26:59.854292 | 2014-06-12T16:18:17 | 2014-06-12T16:18:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,309 | java | package Projects;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PatternChecker {
private static final Pattern pattern1 = Pattern
.compile("([KQNRBP])([ld])([a-h])([1-8])");
private static final Pattern pattern2 = Pattern
.compile("([a-h])([1-8]) ([a-h])([1-8])");
private stat... | [
"leviringleka@gmail.com"
] | leviringleka@gmail.com |
eb97fde438a246ec6a73bee691112d796f47be04 | ad583d3f2eaba1f7e0c753c4084bc2bb4b9e2150 | /src/com/tarkiflettes/main/Crystal.java | 9cfb8443c853aaf3ccf83f50a266d06b958d81a6 | [
"MIT"
] | permissive | Tarkiflettes/TarkiReflect | ee1f507d26c8129d3289468044dfeb0d78f8d1d3 | a4808d6556cfb2181523f65f0fea5705893b53bb | refs/heads/master | 2021-01-10T15:09:08.211938 | 2018-09-21T16:05:03 | 2018-09-21T16:11:09 | 50,242,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,264 | java | package com.tarkiflettes.main;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Polygon;
import java.awt.geom.Point2D;
import com.tarkiflettes.game.Game;
public class Crystal extends Element
{
private LaserColor color;
private boolean isActive = false;
public Crystal(int x, int y, int defau... | [
"lionel.jouin@outlook.com"
] | lionel.jouin@outlook.com |
2dbda3d1589b25885779fec08089716370ec93b6 | ca4ef52553d871898a88dccdaf5e42220d8d70c8 | /src/main/java/com/controller/ZY_waitController.java | 76bd5c0f5d0e2a325e45c18950106e7020667a3b | [] | no_license | wxwhowever/Outpatient | f4460d85e04b9d8784f52716749e3e3ced011225 | 559b6d46e87f00e694d1daa5aec6200670463d1d | refs/heads/master | 2021-09-09T22:29:12.598508 | 2018-03-20T01:56:46 | 2018-03-20T01:56:46 | 118,853,589 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,498 | java | package com.controller;
import com.biz.ZY_waitBiz;
import com.entity.ZY_wait;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sp... | [
"1799197002@qq.com"
] | 1799197002@qq.com |
cdbe0738535c170177eb32c26ef6407385df9b11 | f920408af229f34f55c622ed059c31c0aa23657c | /pyg_parent/interface/src/main/java/cn/itcast/core/service/SellerService.java | 910577dce24c29b5999fcfa6b8f49b6b1c8c12cb | [] | no_license | w821079448/pyg | b44f1a9e6cfc3166c1ea5cb9c273a2d268bbe1d8 | 3569b05875e518c51f665876e7d413be85155cfa | refs/heads/master | 2022-12-23T19:23:44.698922 | 2019-11-07T07:45:35 | 2019-11-07T07:45:35 | 219,627,324 | 0 | 0 | null | 2022-12-16T07:15:51 | 2019-11-05T01:03:42 | JavaScript | UTF-8 | Java | false | false | 341 | java | package cn.itcast.core.service;
import cn.itcast.core.pojo.entity.PageResult;
import cn.itcast.core.pojo.seller.Seller;
public interface SellerService {
void add(Seller seller);
PageResult search(Seller seller, Integer page, Integer rows);
Seller findOne(String id);
void updateStatus(String sellerI... | [
"821079448@qq.com"
] | 821079448@qq.com |
fb2162313de6fdf6532547502288ca0d6401b790 | d125d66b96996a62a9ca8f7546eb80534fc30cdc | /jps/model-api/src/org/jetbrains/jps/model/java/JpsJavaExtensionService.java | 6609a760c49e2b6f5439d0953171c81aa4c755e6 | [
"Apache-2.0"
] | permissive | bolinfest/intellij-community | a39664fc138def4db31fdadf658edca2dea40ad7 | c700754a823a50af192fce509e5cb51ffcccbd61 | refs/heads/master | 2020-12-25T17:05:46.117944 | 2012-08-13T14:37:12 | 2012-08-13T15:55:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,486 | java | package org.jetbrains.jps.model.java;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jps.model.JpsProject;
import org.jetbrains.jps.model.module.JpsDependencyElement;
import org.jetbrains.jps.model.module.JpsModule;
import org.jetbrains.jps.model.module.JpsMod... | [
"Nikolay.Chashnikov@jetbrains.com"
] | Nikolay.Chashnikov@jetbrains.com |
84175c722232c670b6c2a629971ab85b06eefb3d | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/56/org/apache/commons/math/transform/FastSineTransformer_transform_82.java | 1b71e5e867f0172d782569ecefe46be110ec07b8 | [] | 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 | 1,265 | java |
org apach common math transform
implement href http document wolfram add on link onslink
standard packag standardpackag linear algebra linearalgebra fourier trig fouriertrig html fast sine transform
transform dimension data set refer
fast fourier transform isbn chapter
fst invers multipli depe... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
438c1d094bf3cffc549949151cfc927fea15b0c1 | c4fe097fda72300b27665e732d841f7ea546779f | /src/main/java/pl/mycalories/model/Role.java | b03f3bcedfe817cefc0787541a395f317bdb00a4 | [
"MIT"
] | permissive | BartoszDabek/MyCalories | 0d8bb94cfbf319ebdc578e915a2c0eb45e213c60 | e3a32de73f8541adc857c07be74f226343446cdf | refs/heads/master | 2022-12-12T07:38:29.601505 | 2019-12-16T20:49:10 | 2019-12-19T19:56:45 | 102,086,100 | 0 | 0 | MIT | 2022-12-11T17:51:16 | 2017-09-01T07:29:18 | Java | UTF-8 | Java | false | false | 964 | java | package pl.mycalories.model;
import javax.persistence.Entity;
import javax.persistence.SequenceGenerator;
@Entity
@SequenceGenerator(name = "idgen", sequenceName = "roles_id_seq", allocationSize = 1)
public class Role extends AbstractModel {
private String roleName;
public String getRoleName() {
... | [
"bartek50600@wp.pl"
] | bartek50600@wp.pl |
b5b1c908121c5dcf1996292beb553647f53b3c70 | 657d31d0320df68140619a9b506f4e841ca0c3ec | /src/java/com/thinkgem/jeesite/modules/msa/service/MyTask.java | 5a0caaeb1bffc8ce9d03664ce026413612ed849f | [
"MIT"
] | permissive | wingcarl/zjgmsa | fb167a0ef375bd8b0283986ae6583368afcf5270 | caf1970658753f32832809b2172de13623fff8df | refs/heads/master | 2021-05-13T17:36:11.228204 | 2018-01-26T08:55:50 | 2018-01-26T08:55:50 | 116,826,475 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,453 | java | package com.thinkgem.jeesite.modules.msa.service;
import java.util.HashMap;
import java.util.Map;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import us.codecraft.webmagic.Request;
import us.codecraft.webmagic.Spider;
import us.codecraft.webmagic.util... | [
"191131600@qq.com"
] | 191131600@qq.com |
c67af6c8af488b1fb143e7672dc8ea7afe141ea2 | 05742a5e6a42df13fa7f04e260611387dcb082cd | /katalogfilm/app/src/main/java/com/madukubah/katalogfilm2/view/activity/setting/SettingsActivity.java | b52504b14a5f2c3c76fb24f5cfea8082296c2ae4 | [] | no_license | madukubah/dicoding | 498260e64507cbc9037bffe10097021e9a1197e3 | 335c27c653785d7ac74002e35c872a7bf356d8e3 | refs/heads/master | 2020-04-27T20:14:27.863645 | 2019-03-09T05:06:54 | 2019-03-09T05:06:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,245 | java | package com.madukubah.katalogfilm2.view.activity.setting;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.Preference;
import android.preference.PreferenceFragment;
import android.provider.Settings;
import android.support.v7.app.... | [
"muhalfalah1998@gmail.com.com"
] | muhalfalah1998@gmail.com.com |
a92d2c699bbb5b142b5886f18d450e701884548d | 02882692cd711f1cb796d9d695a60b04313d4043 | /src/main/java/tv/amwa/maj/model/DescriptiveMarker.java | 36438e2b7f190f285c6496a2d8b2587c29cba978 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | AMWA-TV/maj | ca6bfb6a1d207129f5b6ad3105d68b235eeb7bb6 | 899715f25e7e736aa42523e4ad8068ea1698e0dd | refs/heads/master | 2022-08-07T20:00:46.572062 | 2016-02-23T15:18:38 | 2016-02-23T15:18:38 | 51,018,227 | 18 | 16 | Apache-2.0 | 2021-11-10T10:30:32 | 2016-02-03T17:45:14 | HTML | UTF-8 | Java | false | false | 11,749 | java | /*
* Copyright 2016 Richard Cartwright
*
* 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 a... | [
"richard.cartwright@quantel.com"
] | richard.cartwright@quantel.com |
ac1930e97787e8c848d739fe8e4c5e3954b447ca | a1a1a3bc19f6f0df6df050b8e00d41d318dbcc65 | /src/view/LoginFrame.java | 246b0cb35d5289897340383fc51343dd7097968a | [] | no_license | steveboris/rentcar | 949e17f910708f33a72776c2769417620e4bc214 | c3616988a6f7c20db4e07bc20363d08ef35292e3 | refs/heads/master | 2021-01-02T20:21:11.895193 | 2020-02-28T08:38:39 | 2020-02-28T08:38:39 | 239,784,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,622 | java | /**
* @author Steve
*/
package view;
import java.awt.Color;
import java.awt.Container;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEve... | [
"b.steve189@hotmail.com"
] | b.steve189@hotmail.com |
cd62e25accd42e8901a3c5f2906c415ba64bfb48 | be5f7e8608df21a9aad0f23ff38293561f584550 | /scribble/scribble-ast/src/main/java/org/scribble/ast/local/LDisconnect.java | cc529195da49377ce93bb2be351aeb1f194e5a86 | [
"Apache-2.0"
] | permissive | sessionstar/sessionstar | 93ec455780d539f67112ff19770eb44539379df5 | 9649edc7c864a2bb15a46ab7633ffa391667b068 | refs/heads/master | 2023-04-15T12:58:08.878631 | 2020-05-15T11:22:17 | 2020-05-15T11:22:17 | 256,245,295 | 0 | 0 | Apache-2.0 | 2021-04-26T20:15:12 | 2020-04-16T14:51:05 | Java | UTF-8 | Java | false | false | 1,621 | java | /**
* Copyright 2008 The Scribble Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"sessionstar2020@gmail.com"
] | sessionstar2020@gmail.com |
abf28231f48627a032c9b96acdab0a943f7cbe24 | b7f4328949b48211cbe2a930287ab106b62f0c65 | /utils/src/main/java/com/wikison/utils/ViewUtils.java | c083f6bfb7eac64a3b9c8502e5c8ac471696014b | [] | no_license | wikison/android_integration | 1422f2aa7d996f0c834d0df3b49a8d6a99f44ae5 | cea6dac461693c0c58f5ffac2f8ecc5876307df9 | refs/heads/master | 2020-12-03T09:38:27.507686 | 2017-06-28T06:19:59 | 2017-06-28T06:19:59 | 95,635,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,636 | java | package com.wikison.utils;
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Build;
import android.text.Editable;
import android.text.Selection;
import android.text.Spannable;
import android.view.View;
import android.vie... | [
"wikison@foxmail.com"
] | wikison@foxmail.com |
1270ad93d9fa5a4226be0288f9f512960d97cf45 | 88955ed8ceeda0ac6f81ed7f55f78a1d3a348c49 | /android/app/src/debug/java/com/todoapp/ReactNativeFlipper.java | 360517c3d888bc44fd2d0b24e779716b6dc40c76 | [] | no_license | MichaelRand0/react-native-todo | 2580a0421d78ba80ec9c4239fb3f88ab4269a1ee | d0175218ac75e9bc941def09eff067a8a2124cb6 | refs/heads/master | 2023-07-23T08:22:52.561094 | 2021-08-31T11:08:01 | 2021-08-31T11:08:01 | 401,671,945 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,258 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.todoapp;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.faceb... | [
"mihailstepanov.stepanoff2015@yandex.ru"
] | mihailstepanov.stepanoff2015@yandex.ru |
6a807e9fbf336cde596c8a3d26a21f9bcaf32e66 | 6eea6b343c8c81b9ca18f2eb505376f2d62cfe9d | /app/src/main/java/com/taxi/taxiapp/model/TaxiApi.java | dcc73f5c2248373842266f22d72c2ddc7ebf8e62 | [] | no_license | Urizel/-Sklyarova-Taxi | 0eec362a50170b8e21dc48004cd30ca894a57303 | b64576a3bf6c322026bb7ddfab46dad598015eae | refs/heads/master | 2021-01-15T13:13:19.336395 | 2016-09-16T13:32:26 | 2016-09-16T13:32:26 | 68,382,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,732 | java | package com.taxi.taxiapp.model;
import com.google.gson.JsonArray;
import com.taxi.taxiapp.BuildConfig;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.ResponseBody;
import retrof... | [
"romanenkodv@ekassir.com"
] | romanenkodv@ekassir.com |
a006431f926137864992e7b6cca155f455026f41 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_182/Productionnull_18114.java | d5cc2bf8f4df771b5bed7716f73c2a54d4ef01bf | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 588 | java | package org.gradle.test.performancenull_182;
public class Productionnull_18114 {
private final String property;
public Productionnull_18114(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
e6a39e306ba76a8f0bcb23a5305edfc402b117b5 | e0191754b112ceafbd46b5f4f6e5f6dbafa252cf | /app/src/main/java/com/rackluxury/rollsroyce/reddit/bottomsheetfragments/SetAsWallpaperBottomSheetFragment.java | e944f70f3cb5e49dee18d597ba7b107f864fcec8 | [] | no_license | HarshAProgrammer/RollsRoyce4 | 2699de0ae513af7c60096bb73b75f5b094a0d5e0 | 748a3bdec05705494dd93e1ea26232af770dcfdd | refs/heads/main | 2023-08-22T10:29:49.118285 | 2021-10-10T16:38:32 | 2021-10-10T16:38:32 | 396,972,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,824 | java | package com.rackluxury.rollsroyce.reddit.bottomsheetfragments;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.an... | [
"app.lavishly@gmail.com"
] | app.lavishly@gmail.com |
485461d200307e5b4f12c01000065390c93c803e | 5a4e0cfb47d7cb6197facd4fd0d50c1df9a24881 | /src/dispatch.java | f9c46ba2f4685a5c8f97c1725980cbc6ca390063 | [] | no_license | AnshdeepSingh123/Spring | 9da817c7e51f736ecbbdc40b06395b99a5eb1995 | 32330f218ebbadec3d1e432b0ab1fc519e9e6f7e | refs/heads/master | 2020-03-22T00:39:13.474798 | 2018-06-30T15:54:12 | 2018-06-30T15:54:12 | 139,256,975 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 11,484 | java | import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusAdapter;
import java.awt.event.FocusEvent;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSe... | [
"lovinglysahib"
] | lovinglysahib |
4849cf5ba6654cdbf0f12fc3395aa3c8187585a2 | 237064ebc63adeed0a874779b009c025260cc013 | /src/io/houf/dungeoncrawler/command/impl/PackCommand.java | 14e0949fe203f1949742a590d8cdf0f429c76ee2 | [] | no_license | houfio/dungeoncrawler | 562143d11b0fbb7db1d4655119a2f3bd0e16164f | 1474cde831177f2f0c102afec3861b12ac431cf5 | refs/heads/master | 2021-10-16T08:31:19.988244 | 2019-02-09T14:03:59 | 2019-02-09T14:03:59 | 168,928,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package io.houf.dungeoncrawler.command.impl;
import io.houf.dungeoncrawler.Game;
import io.houf.dungeoncrawler.argument.Argument;
import io.houf.dungeoncrawler.argument.ArgumentMap;
import io.houf.dungeoncrawler.command.Command;
import io.houf.dungeoncrawler.ui.LogLine;
import java.awt.*;
import java.util.stream.Coll... | [
"lexhoufio@gmail.com"
] | lexhoufio@gmail.com |
338524ba1fb4e465ed83f8b32f2da26408457e83 | d683003bfec3418e795eafbc27b7cbe80676fd3f | /src/main/java/QA/QaManual.java | 2099cd354de6510d66b25c1716045487692f2ca9 | [] | no_license | pist92/MentoringProgram | d73f9ba4602e52d4a512c80ebfb9986d5af74753 | c2b4867ce590b95903061ad2611e91f08cac41c3 | refs/heads/master | 2023-06-22T19:42:29.865062 | 2021-07-26T11:37:24 | 2021-07-26T11:37:24 | 389,611,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package QA;
public class QaManual extends QaEngineer{
int yearsOfExperienceInMobileTesting = 5;
String position = "MiddleQA";
boolean certificateISQTB = false;
char levelOfSalary = 'C';
double daysOfVacation = 17.5;
}
| [
"kutsenkoserhii@gmail.com"
] | kutsenkoserhii@gmail.com |
3aa1c26c297189d5c666dc94f3da620743ebd6d3 | be557d35fd10c362fc57528406d32b17ec82b3a7 | /generic-sql/src/main/java/com/assignment/sql/dtos/ReportRequest.java | d3ef597c853c03ede75c60fc86b3cd5f94391c24 | [] | no_license | ragnar-lothbrok/bonzai-assignment | d06492977e560c1f574c21b38da3e89a668e0865 | c0c353f2285f66e833413b5547745b65939cbc24 | refs/heads/master | 2021-01-22T10:39:50.213894 | 2017-02-16T07:25:55 | 2017-02-16T07:25:55 | 82,022,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package com.assignment.sql.dtos;
import java.io.Serializable;
public class ReportRequest implements Serializable {
private static final long serialVersionUID = 1L;
private String startdate;
private String enddate;
private String dimension;
private String metrics;
public String getStartdate() {
return start... | [
"raghunandan.gupta@exclusively.com"
] | raghunandan.gupta@exclusively.com |
43b96e37201214ffd324ba02b898158d32ce7689 | 85e989edf54c946b8e251e30e6e7026ca637ebef | /rpc-spring-boot-starter-autoconfigure/src/main/java/com/potato/rpc/register/RegistryFactory.java | 387a7eb415cfbac5a0f4308eb501f4f964a3918a | [] | no_license | lizhifuabc/tomato-rpc | 2ccf40b7a5f6a16c5162e0f3812938512df1b8ce | 3cae4f91ffa3326372af5ab66644f291bcd92f8f | refs/heads/main | 2023-07-20T01:17:41.422784 | 2021-07-22T03:13:14 | 2021-07-22T03:13:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,554 | java | package com.potato.rpc.register;
import com.potato.rpc.base.Destroyable;
import com.potato.rpc.config.RegistryConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/**
* 注册工厂
*
* @author lizh... | [
"lizhifuabc@163.com"
] | lizhifuabc@163.com |
5ba800248f018661f8253f464671752361567113 | 8befcc3f7d0f88b7b6324e84779dfeaf4e8dc06d | /src/main/java/pl/klobut/take_credit/mapper/CreditMapper.java | 497d6252b8568029468f521bc05c5437935240d6 | [] | no_license | Ewelina1994/take_credit | 98bce7f0af14e94349892ca92b53fef930f60d29 | 6642cbd3c434fa6fdae04dfcb67af00eb971530b | refs/heads/master | 2023-03-19T16:19:35.647273 | 2021-03-03T23:23:58 | 2021-03-03T23:23:58 | 344,077,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package pl.klobut.take_credit.mapper;
import org.springframework.stereotype.Component;
import pl.klobut.take_credit.domain.entities.CreditEntity;
import pl.klobut.take_credit.domain.models.Credit;
import java.util.List;
@Component
public class CreditMapper implements EntityMapper<Credit, CreditEntity> {
@Overrid... | [
"ewelinakobut@gmail.com"
] | ewelinakobut@gmail.com |
436aaad863edb8bddde055c59d025c51400d793f | a4667335a8b7639a0f21a1010a849ddd0562bc8c | /src/test/java/by/iba/vfapi/services/PipelineServiceTest.java | edb8c9a2112cc75adde76fbb930d2a67a3aa6510 | [
"Apache-2.0"
] | permissive | Ranganaths/Visual-Flow-backend | a98d6cfc1e4bd8b397e919cc415b09b4b5d06345 | 24f8ce6e944eff13f3a1a64a23c9f426189bbb22 | refs/heads/main | 2023-05-05T16:30:19.418437 | 2021-05-13T13:14:00 | 2021-05-13T13:14:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,619 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"sklimau@gomel.iba.by"
] | sklimau@gomel.iba.by |
fde3f084b4146f06bcd7346aa180e199217fafa1 | 6fbe600832172a8cc559f41833bef2c054ccbbf4 | /app/src/main/java/com/agrictech/techrice/NetworkConnection.java | 604bede978c40aa3a666ff60ebad4601666a0282 | [] | no_license | alumichael/TechRice | 9e7b0d733710b00f1ef56b574983d1b9c4396526 | 0c2f4f96c073ac439a9c646cb59a680287689cbf | refs/heads/master | 2022-12-14T11:09:25.565370 | 2020-09-14T11:59:17 | 2020-09-14T11:59:17 | 289,782,631 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package com.agrictech.techrice;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.Network;
import android.net.NetworkCapabilities;
import android.net.NetworkInfo;
import android.os.Build;
public class NetworkConnection {
public boolean isNetworkConnected(Context context... | [
"alumichael9@gmail.com"
] | alumichael9@gmail.com |
c9431542f5f6abf916311e59ab89e8f33be32744 | 8edbf37e84be2751eb1d18811ced2554cbafc816 | /test/src/erchatree/Tree.java | 9062f7ffd547b186a1be74f146199f28c0ec57bf | [] | no_license | yuchtao/Java-dataStructure-arithmetic | 3eb1ab06a50f211b775bf4ef39f32af3511a2d3b | 0b3b8d8ebd463ac536df18b9e2e3471db7e0d7de | refs/heads/master | 2021-01-10T00:56:33.246014 | 2016-01-26T05:37:59 | 2016-01-26T05:37:59 | 50,405,831 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,264 | java | package erchatree;
public class Tree {
private Node root;
public Node find(int key){
Node curNode = root;
while (curNode.iData != key) {
if (key <curNode.iData) {
curNode = curNode.leftChild;
}else {
curNode = curNode.rightChild;
}
if (curNode == null) {
return null;
}... | [
"275558426@qq.com"
] | 275558426@qq.com |
2e651fd08836010bf6083e6e0a4672b376042a74 | 64506a9008a1cef32604a93864ca07281af7f0d1 | /XACML/src/com/att/research/xacml/std/datatypes/Base64Binary.java | 9d7cb611208e65c5f92cdc602f0baa1a70c296ad | [
"MIT"
] | permissive | tt3868/XACML | 637e2f3f1df0b879168bc63284a4323d6afafcb8 | 255107dbb0b273d49a17b88b21ea2ef07a241db3 | refs/heads/master | 2020-05-29T12:22:30.807653 | 2014-09-26T13:13:57 | 2014-09-26T13:13:57 | 25,593,633 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,220 | java | /*
* AT&T - PROPRIETARY
* THIS FILE CONTAINS PROPRIETARY INFORMATION OF
* AT&T AND IS NOT TO BE DISCLOSED OR USED EXCEPT IN
* ACCORDANCE WITH APPLICABLE AGREEMENTS.
*
* Copyright (c) 2013 AT&T Knowledge Ventures
* Unpublished and Not for Pu... | [
"pam.dragosh@gmail.com"
] | pam.dragosh@gmail.com |
78daebd31255e5cf4a646140b093903aa2e233b3 | 3eb6182027f1889f87964bb11db67ad6796ef6a7 | /intramirror-root/intramirror-product-service/intramirror-product-service-api/src/main/java/com/intramirror/product/api/model/Promotion.java | 9a82f89cb73d9b355660f9e88e935ab605ec2154 | [] | no_license | 1187717503/BoutiquePortal | dce23cc8913a4345182f36d840141c27e16c9e00 | b0042ea16cd964dc57e97165cbe0ddf989bce57e | refs/heads/release_boutique | 2022-12-23T17:32:13.735834 | 2019-07-18T13:56:57 | 2019-07-18T13:56:57 | 197,595,020 | 1 | 3 | null | 2022-12-16T09:15:57 | 2019-07-18T13:43:30 | Java | UTF-8 | Java | false | false | 8,783 | java | package com.intramirror.product.api.model;
import java.util.Date;
public class Promotion {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column t_promotion.promotion_id
*
* @mbggenerated
*/
private Long promotionId;
/**
* This ... | [
"jian.shang@intramirror.com"
] | jian.shang@intramirror.com |
9365f6452367c94f6a2406a994235fda041eb51c | 82e4eecc2957aa470b04013286b027be46457ebc | /app/src/main/java/com/example/uai/MainActivity.java | a0f084c9950d6bcc4ec8dd54e983f80aaf0ed2de | [] | no_license | bayupangestu/test | 79fdc5c15508c69899b790dde8875573005f0147 | dee870c3706220805330c0451dbd1ebcb587d228 | refs/heads/master | 2020-04-19T00:34:14.170320 | 2019-01-26T13:45:05 | 2019-01-26T13:45:05 | 167,850,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,548 | java | package com.example.uai;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import andr... | [
"bayupangestu21@gmail.com"
] | bayupangestu21@gmail.com |
410e1c59be39a4c409a80bd91ebf519a48f23963 | 8904f46f739f3c562e924e3862661ec9ea00eb8c | /gra2/UI.java | e7aec7fd9b7f61c29fbb40d2e17e30d21f2b06b7 | [] | no_license | MarekOleksik/ZDA | d291d8d46e95694aa9a3e8982b2632a68824118b | 472c42bde6ef3ecf5a21cf8bd22bc792306fee9b | refs/heads/master | 2022-02-06T02:24:19.307768 | 2019-01-23T19:32:59 | 2019-01-23T19:32:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,406 | java | package samplesGUI.gra2;
import java.awt.Color;
import java.awt.event.ComponentEvent;
import java.util.Scanner;
import javax.swing.BorderFactory;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javafx.scene.layout.Border;
import javafx.scene.layout.BorderStroke;
public class UI extends JPanel{
priva... | [
"marek@pw.edu.pl"
] | marek@pw.edu.pl |
eea92e53e54147ed142b40c2aa57d98896f52a88 | f11b5b872e815ff0f56960be62c2e6598f5ebd9b | /api/src/main/java/ntk/base/api/file/model/FileShareMainAdminSettingDeleteRequest.java | b3a70eb1a58676130040aaa97f7e2982d7edade3 | [] | no_license | akaravi/Ntk.Android.CpanelBase | fe973273584cfd064f77d5dfe021914e4c568573 | 6d12ca51ec3d0d5273824446de27ce73362542ff | refs/heads/master | 2021-06-14T23:36:21.185613 | 2021-05-29T07:40:43 | 2021-05-29T07:40:43 | 193,188,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package ntk.base.api.file.model;
import ntk.base.api.file.entity.FileShareMainAdminSetting;
public class FileShareMainAdminSettingDeleteRequest extends FileShareMainAdminSetting {
}
| [
"zsdg98@gmail.com"
] | zsdg98@gmail.com |
b751b2d5199a62815f3e25cf1881c914c9a2c04f | bf514d7436713db1d097670c47297aba625fef65 | /mall-product/src/main/java/com/lhf/mall/product/dao/CategoryDao.java | b4a2ebdbde3e35a81ee6f334fcc6ae172f1c54c0 | [] | no_license | 2450010211/mall2020 | 192a4342cf075328f5b96e14d11aa375297c99ed | 5f49bdb39e4e58e27bad9af184e120afa5eb7a18 | refs/heads/master | 2023-02-06T21:32:26.647677 | 2020-12-08T14:09:36 | 2020-12-08T14:09:36 | 301,375,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.lhf.mall.product.dao;
import com.lhf.mall.product.entity.CategoryEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品三级分类
*
* @author lhf
* @email luohai521@foxmail.com
* @date 2020-10-06 15:40:42
*/
@Mapper
public interface CategoryD... | [
"2450010211@qq.com"
] | 2450010211@qq.com |
ea758204c55e5494a27da6ac7638034ed1a9cd71 | e4df275122fb94288c739a6c318cf90d0a257790 | /git-models/src/main/java/nl/tudelft/ewi/git/models/CreateRepositoryModel.java | eb61635555f6f3b054f4aedd88959cbb8247f133 | [
"Apache-2.0"
] | permissive | devhub-tud/git-server | 845641024a798df7f79dbceb547be445a477496f | 57a6e994e25ef28ba1cb90c0bcb2f7fdb63b9396 | refs/heads/master | 2020-04-06T03:49:35.525716 | 2017-06-21T15:24:31 | 2017-06-21T15:24:31 | 16,220,429 | 5 | 2 | null | 2017-06-21T15:24:33 | 2014-01-24T23:41:45 | Java | UTF-8 | Java | false | false | 338 | java | package nl.tudelft.ewi.git.models;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* This model represents a view of a repository in the Gitolite config.
*
* @author michael
*/
@Data
@EqualsAndHashCode(callSuper = true)
public class CreateRepositoryModel extends RepositoryModel {
private String templa... | [
"michaelj@minicom.nl"
] | michaelj@minicom.nl |
0c6e23789930463973b49970e582b44ba0d8b308 | 4b20470bf09a16bd90ec3069022a9ea9741e6274 | /NewDaviznProject/src/main/java/kr/or/davizn/handler/LoginSuccessHandler.java | ace15ccef3f1047555c31c17e56c15c3dde868da | [] | no_license | DaviznDeveloper/DaviznProject | 2f6ec12aa09d838404dd617cc7cce4c7d788062e | ae6ccea4d88c6821be405976430001c9346720e8 | refs/heads/master | 2021-01-21T14:09:26.342614 | 2016-06-10T05:47:09 | 2016-06-10T05:47:09 | 59,130,475 | 0 | 0 | null | 2016-06-09T05:11:26 | 2016-05-18T15:55:18 | JavaScript | UTF-8 | Java | false | false | 815 | java | package kr.or.davizn.handler;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.Authentication;
import org.springframework.security.web.authentication.Authen... | [
"sklee690@gmail.com"
] | sklee690@gmail.com |
7d01dc2518e5b26c8f75fac74f5f17f9bb7fbf76 | 0643fc1d290445abfeabd2db4c20a2a3ba4c5550 | /google-api-grpc/proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/FaceAnnotation.java | f664947e565e6e926249af5bd7736e1a0240910d | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | SanowerTamjit/google-cloud-java | 98d507530e2e0cf6f5b277d1b8d93e05ebb8eec2 | 28fab80ed42dcdf56bac22f67b6e262e3ad54cd2 | refs/heads/master | 2020-04-05T04:08:53.424185 | 2018-11-07T00:38:35 | 2018-11-07T00:38:35 | 156,539,437 | 1 | 0 | Apache-2.0 | 2018-11-07T11:55:22 | 2018-11-07T11:55:22 | null | UTF-8 | Java | false | true | 47,514 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1beta2/video_intelligence.proto
package com.google.cloud.videointelligence.v1beta2;
/**
* <pre>
* Face annotation.
* </pre>
*
* Protobuf type {@code google.cloud.videointelligence.v1beta2.FaceAnnotation}
*/
pu... | [
"noreply@github.com"
] | noreply@github.com |
c556fdfe79a779d5f89b7af2dc8e770b7090a90d | 368c663f8d031f576e3add37dde8e9052dc628d8 | /java/oboedit/tags/oboedit-2.000-beta15/src/org/oboedit/test/TermCommentTest.java | a5f3b225567efb9d9fbfbc970f8932b6bde8f625 | [] | no_license | mahmoudimus/obo-edit | 494a588830758ddbd7cf43d2e70550ddd542cb1b | 61c146958fd7d0ba7f78cda77f56d45849897b3e | refs/heads/master | 2022-01-31T22:59:21.316185 | 2014-03-20T17:05:47 | 2014-03-20T17:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package org.oboedit.test;
import java.util.*;
import org.obo.datamodel.OBOClass;
import org.obo.history.CommentChangeHistoryItem;
import org.obo.history.HistoryItem;
public class TermCommentTest extends OperationTest {
@Override
public Collection getTestBundles() {
Collection testBundles = new LinkedList();
O... | [
"jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad"
] | jmr39@6f0e8829-b336-0410-acfb-cb9b228023ad |
50e10fe659666ecf2b7b2ec052347fbd8d8825e8 | b4f36f394e2ce60880763c16f8e95aa3991d663f | /app/src/main/java/com/hwx/safelock/safelock/util/SingletonUtils.java | baabd054bcba779fb6545583e437c07040a5860e | [] | no_license | ruanbaojun1105/SafeLock | b8ea868948df23a247501e641185316abe7bd695 | 2dd3790edcfb650d8146f1d7737b51fcec996fdf | refs/heads/master | 2020-12-30T15:41:41.702971 | 2017-07-21T06:46:11 | 2017-07-21T06:46:11 | 91,155,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package com.hwx.safelock.safelock.util;
/**
* Singleton helper class for lazily initialization.
*
* @author <a href="http://www.trinea.cn/" target="_blank">Trinea</a>
*
* @param <T>
*/
public abstract class SingletonUtils<T> {
private T instance;
protected abstract T newInstance();
public final ... | [
"401763159@qq.com"
] | 401763159@qq.com |
820c126303ffab56f2340a25bfdd7951e8371c37 | e9013107bd9ccf258828e339202a3b23d1005262 | /memapper/src/main/java/com/teammental/memapper/core/MapWorker.java | 4bb910dd8c87ef1418d20318625273c479d89e66 | [
"Apache-2.0"
] | permissive | mental-party/meparty | 1fa30efd1ba690b64d5e3c80bed1b88b7c9cd53d | 705d16aa15c4a9c9d7cd6c779438a9df090b0144 | refs/heads/master | 2021-09-28T20:44:24.448326 | 2018-11-20T12:07:57 | 2018-11-20T12:07:57 | 113,290,126 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,046 | java | package com.teammental.memapper.core;
import com.teammental.mehelper.AssertHelper;
import com.teammental.memapper.configuration.MapConfiguration;
import com.teammental.memapper.configuration.MapConfigurationRegistry;
import com.teammental.memapper.util.FieldUtil;
import java.lang.reflect.Field;
import java.lang.reflec... | [
"erhan277@gmail.com"
] | erhan277@gmail.com |
d1f83917a828d68758dacb817b4aea859903568f | 502224bf94ee18e3e6a2d13174d294cb59155fde | /src/test/java/cn/thc/dao/impl/AccountImplTest.java | 209b5dbd9d3febb75826fd20741e5c6d1497388b | [] | no_license | lethanl/springbootest | f913bdfbe1646bee3d572584cd7958be21b34491 | 2744680cd0c9e30ba3a92807c5210ae216589ad5 | refs/heads/master | 2021-01-21T11:11:00.821257 | 2017-03-01T09:00:59 | 2017-03-01T09:00:59 | 83,531,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package cn.thc.dao.impl;
import cn.thc.SpringbootestApplication;
import cn.thc.dao.AccountDao;
import cn.thc.model.po.Account;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.s... | [
"948280850@qq.com"
] | 948280850@qq.com |
5ee9e84f759c03ddc2723f986bcf10c475ee8b9e | 468e44daa8708c8be091889243d9e6c456194684 | /src/fpgrowth/edit/FPNode.java | 728f752305f9871a0a6f890ffaa6fb8825a0b4c1 | [] | no_license | dongsonbk58/serverx | 2836a7c2fbc166310469354c96988328a1f30848 | 4a043e75bf6b0f3d41f7e682fc300b5f92a9d354 | refs/heads/master | 2020-03-18T16:13:35.746327 | 2018-05-26T11:26:18 | 2018-05-27T19:03:43 | 134,954,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,046 | java | package fpgrowth.edit;
/* This file is copyright (c) 2008-2013 Philippe Fournier-Viger
*
* This file is part of the SPMF DATA MINING SOFTWARE
* (http://www.philippe-fournier-viger.com/spmf).
*
* SPMF is free software: you can redistribute it and/or modify it under the
* terms of the GNU General Public License ... | [
"20133319@student.hust.edu.vn"
] | 20133319@student.hust.edu.vn |
8cdffed56e468f59300cd1eef118f52df35a1532 | fbddbfa3096c4a6848389701d6601897852722fe | /src/main/java/com/barclay/interviews/airportbaggagerouting/Main.java | d0e0cb0dd3567ba047c869470f0733a649531a5c | [] | no_license | neeleshvarma/airport-baggage-routing | 02700c6a384904d9d19686b80b4ea3c335fe1901 | ed419b842bb68e4ca17a8093bac396cbe77f6823 | refs/heads/master | 2020-03-21T17:36:00.951936 | 2018-06-27T07:10:13 | 2018-06-27T07:10:13 | 138,841,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,045 | java | package com.barclay.interviews.airportbaggagerouting;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
import com.barclay.interviews.airportbaggagerouting.model.Bag;
import com.barclay... | [
"neeleshvarmadhanalakota@Neeleshs-MacBook-Pro.local"
] | neeleshvarmadhanalakota@Neeleshs-MacBook-Pro.local |
371c855184fdfada0ebc3e6e56d391ee9ec6418e | cf9417535a24146ed84a896a2660f9076d63eb1f | /app/src/main/java/com/myapplanguage/MainActivity.java | 474ac3910f91623581c79bdbfeb2d3de0b318a36 | [] | no_license | ouma-yma/MyAppLanguage | 5065b363cbc424576fea784541a11171c1495a20 | 17514838926bb417ba122c3e6dd67b053b429461 | refs/heads/master | 2023-01-05T07:20:05.845125 | 2020-10-30T08:39:42 | 2020-10-30T08:39:42 | 308,571,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.myapplanguage;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main)... | [
"oumaymabenamarti12@gmail.com"
] | oumaymabenamarti12@gmail.com |
344bb5c9b5e709e0a26a3be22ebdc6184d647aba | 96b5317c5270bb4e027eaf1c6d6dbcd48b35a67d | /libCompiler/src/main/java/com/spazedog/lib/rootfw4/utils/File.java | 3c1f387b18470778918c8bb5a5f79ab7834d4097 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | Whitebimmer/pascalnide | 8554ef213a0c507960dbccbbb26a6a1eb533b454 | 7c37e77343cccaf7f27ae9b6434409dd9a85d37b | refs/heads/master | 2021-01-21T18:57:40.306649 | 2017-05-22T10:21:29 | 2017-05-22T10:21:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48,211 | java | /*
* This file is part of the RootFW Project: https://github.com/spazedog/rootfw
*
* Copyright (c) 2015 Daniel Bergløv
*
* RootFW is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version ... | [
"tranleduy1233@gmail.com"
] | tranleduy1233@gmail.com |
57fc8d5641e1fe54383896c024849e1d374d25ec | 00094bcacfc49a04522fe1d4b7fe3697fc4b902d | /src/main/java/ir/maktab/homeserviceprovider/controller/RestCustomerController.java | dcd0cbcf6431e6876cf57bf0f3eceb9d7fbd19ec | [] | no_license | NarjesSalmabadi/HomeServiceProviderApplication | 9b58005584ddee1708bdfee7d6b3156d428040b8 | 04557c24204295c55370f4fe64ba4a1177e03be2 | refs/heads/master | 2023-03-24T08:09:28.407752 | 2021-03-11T04:39:56 | 2021-03-11T04:39:56 | 339,110,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package ir.maktab.homeserviceprovider.controller;
import ir.maktab.homeserviceprovider.exceptions.BusinessException;
import ir.maktab.homeserviceprovider.repository.entity.Expert;
import ir.maktab.homeserviceprovider.repository.entity.User;
import ir.maktab.homeserviceprovider.serviceclasses.UserService;
import org.sp... | [
"n.salmabadi@gmail.com"
] | n.salmabadi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.