blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
01b11cdcc133f6fa89dc359c5fcbd285bfbb816d | 4ce931723cd7193adf675ce9a6dd80b6cdae93a1 | /src/main/java/com/study/hadoop/MyWordCountReducer.java | 5e572521b91655290dbedeb8cc4e3e583797a1f0 | [] | no_license | pero-gve/study | d447a38f70df0834734f44ac9556a2603dc53e56 | 5a3b540d0eb8c4ccebaaa1e161e19bb7425acc90 | refs/heads/master | 2023-02-19T14:10:39.519189 | 2020-04-06T08:46:35 | 2020-04-06T08:46:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package com.study.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
public class MyWordCountReducer extends Reducer<Text, LongWritable, Text, LongWritable>{
@Override
protected void reduce(Text key... | [
"zengf@dtds.com.cn"
] | zengf@dtds.com.cn |
42d8bc4888b6405ca76812294baed4a795083eb9 | afc901778f61a3b5c57aa42e1338066fc4a66193 | /src/main/java/com/cybrilla/bank/system/bankingSystem/dto/BankSummaryDto.java | 789a1e2be3f9ecd8dbdc2102508a95d410fc6bd5 | [] | no_license | ambikeshshukla/bankingsystem | 9d078e9ba9baaa0a078e689fc8ea2aa484d85dd8 | 8c2308bfeaaac29b96cb161fad3db292bb99410a | refs/heads/master | 2020-04-07T04:45:46.790726 | 2018-11-18T10:04:18 | 2018-11-18T10:04:18 | 158,070,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package com.cybrilla.bank.system.bankingSystem.dto;
import com.cybrilla.bank.system.bankingSystem.entity.BankSummary;
public class BankSummaryDto {
private String mode;
private Long deposit;
private Long withdraw;
private Long totalBalance;
public BankSummaryDto(){}
public BankSummaryDto(BankSummary summary... | [
"ambikesh.kumar.shukla@hp.com"
] | ambikesh.kumar.shukla@hp.com |
d705615df748aadced7e552d8fa40d3575594cb8 | 26691a40e0fab104ac3e3bdf45eb021179ef7a3a | /src/main/java/animals/model/LandAnimalFamily.java | 2346425d4f9f6a385451a64b2ce48b673b4ca2cb | [] | no_license | CodingNagger/CodeRefactoringExample | 1852ed547de874340fd3f0cffa127eebea62edd3 | 48b2568595f029aa1b6c1bd43aeb251398880170 | refs/heads/master | 2020-06-25T13:37:52.524966 | 2019-07-22T06:51:18 | 2019-07-28T18:54:50 | 199,324,168 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package animals.model;
public enum LandAnimalFamily implements AnimalFamily {
SPIDER("Spider"),
DOG("Doggo");
private final String description;
LandAnimalFamily(String description) {
this.description = description;
}
public String description() {
return description;
}
}
| [
"contact@iamnguele.com"
] | contact@iamnguele.com |
6e81b65157aa2105bbac347c03298ff775e41089 | 47023c38bc331215bb87ccc7a5ead7a4c48d9672 | /src/main/java/com/yogo/demo/config/WebConfig.java | a08d87d51c2ed2442ef30750b1564a032ee54772 | [] | no_license | Bluehu/Angular-backend | 29e8a1943ed2d10ff81680d4ab4f0b82560b9289 | d8823672663f76797bbf88cefd3084d3dc93dfce | refs/heads/main | 2023-01-05T07:54:53.511050 | 2020-11-03T19:35:53 | 2020-11-03T19:35:53 | 309,786,467 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,369 | java | package com.yogo.demo.config;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsReg... | [
"191842218@qq.com"
] | 191842218@qq.com |
3811e83cb7da5acd94ef5c920b3e5762039f6bbe | c3e730d86586b2f7b58dd27a3b494d2c9970f0f0 | /ndisconf-server/src/main/java/com/nsb/ndisconf/server/disconf/web/service/role/service/impl/RoleMgrImpl.java | 9f5f8c8d7ac5e55605ccc716e50b3cd99fe975d6 | [
"Apache-2.0"
] | permissive | Dorae132/ndisconf | 0be3f1b86936e20d60d5a35ed52094993b26927c | e6d84e1fbfb0f3d8b610d60cb6ec2e3f02639fba | refs/heads/master | 2020-03-22T10:52:40.036660 | 2018-10-23T03:34:39 | 2018-10-23T03:34:39 | 139,933,310 | 3 | 0 | null | 2018-10-23T03:34:40 | 2018-07-06T04:31:20 | Java | UTF-8 | Java | false | false | 713 | java | package com.nsb.ndisconf.server.disconf.web.service.role.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.nsb.ndisconf.server.disconf.web.service.role.bo.Role;
import com.nsb.ndisconf.server.disconf.web.servi... | [
"nsb_2017@163.com"
] | nsb_2017@163.com |
6a483f2fe931e33e8c5756c89f1b080ffc99abc6 | 3cd2c8d07025c2e7b937cb489d5e8e5c7222358b | /IES-RI-USA/src/main/java/com/usa/ri/gov/ies/admin/service/AdminService.java | c57d2a5bb87e243101df2d115e2717ebcbd3c6b6 | [] | no_license | OmprakashSolanki/IES | fd7fd561b8f3205030731cfa5515ad55c94cecf4 | ce815094076ea6a053e28c3aefa50ec38d46e0c6 | refs/heads/master | 2020-05-14T15:22:11.811829 | 2019-04-26T06:36:17 | 2019-04-26T06:36:17 | 181,852,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.usa.ri.gov.ies.admin.service;
import java.util.List;
import com.usa.ri.gov.ies.admin.model.AppAccount;
import com.usa.ri.gov.ies.admin.model.PlanDetails;
public interface AdminService {
public boolean registerAppAccount(AppAccount accModel);
public String checkDuplicateEmail(String email);
public L... | [
"solanki.omrakash24@gmail.com"
] | solanki.omrakash24@gmail.com |
3901c48e5075554e17f63ac59e04c82d0eeff4bf | 93fbdd48a14996df8449398f33cfebbe71be1037 | /platforms/android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/org/nativescript/MAD2/R.java | f06f701c10cc0aa13f1635d3f47da59deb3fa156 | [] | no_license | colmuc/MAD-Assignment-Three | 7581ebaa62db4b19bd5db7af95db604de9ab3eb6 | 706e5b7f06f997ba63338620c220ef2b1d70dbd8 | refs/heads/master | 2020-04-20T05:23:20.079353 | 2019-03-06T00:31:38 | 2019-03-06T00:31:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846,178 | 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 org.nativescript.MAD2;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f010000... | [
"collinsmucyo@gmail.com"
] | collinsmucyo@gmail.com |
03b4fddc4e6219755adda902c0849bab34c5f2f7 | dc8a700f7d0d5066f6dbe61b1f871dd4111b05c0 | /src/main/java/harrier/income/com/report/DisplayIndexForm.java | e3cf5b28c39a18346d9acd3e590feb82a9d12255 | [] | no_license | Jeetthakar/stockpile | 843f2eaba5386cdc7ea8a7701b4857b801d34eb4 | 84efa07be21404da9fce3eea2425e9240e60d744 | refs/heads/master | 2020-05-02T03:04:17.420339 | 2019-04-08T09:22:21 | 2019-04-08T09:22:21 | 177,718,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,460 | java | /**
* @author Ashish
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package harrier.income.com.report;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
i... | [
"JeetThakar@Admins-MacBook-Pro.local"
] | JeetThakar@Admins-MacBook-Pro.local |
ed745e676e329b6df808952f5a96ad27ea86962a | 1fb1084efdb60c0e6f5139b2da36ddc9a49cf6d9 | /src/java/com/betel/dao/EmpleadoDaoImpl.java | f518d0f093bf70f3ea6ecda1a0325f7dfffb1ab5 | [] | no_license | CrissangelF19/Proytectodbetel | 68d63d298e7bc6ddd91b36e53f3b1c0d999d63ca | a221e270765c07803db41ba76cb13d0d65159cff | refs/heads/master | 2021-04-12T12:22:51.012639 | 2018-03-22T20:57:35 | 2018-03-22T20:57:35 | 126,393,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,468 | java |
package com.betel.dao;
import com.betel.db.ConectarDB;
import com.betel.modelo.Empleado;
import com.betel.modelo.Persona;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class EmpleadoDaoImpl implement... | [
"Estudiante@S306018"
] | Estudiante@S306018 |
203e824db42c52e453c5f94b5e9957c02e6d2eb6 | 8b74b5a6de25989fc19297c45fef2a8fa0ad94f3 | /General Store Java/src/GUI/Controller.java | 921c1b06a6a2dd8ef54c7cf456fcc0b2623aad51 | [] | no_license | qasimraheem/Semester-3-Main-Project | e3289b330d5bdb2d50c6441b5fc0fd5c7a5cb5fb | 2e8745e8a48ce72206a8d78d941d29fb67c59bc9 | refs/heads/master | 2021-04-15T07:19:04.890397 | 2018-08-02T06:06:03 | 2018-08-02T06:06:03 | 126,844,895 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78,523 | java | package GUI;
import BillAPI.Bill_Data;
import BillAPI.Bill_Get;
import BillAPI.Bill_Post;
import BillAPI.Bill_ProductData;
import EmployeeAPI.Employee_Data;
import EmployeeAPI.Employee_Get;
import EmployeeAPI.Employee_Post;
import EmployeeAPI.Employee_Put;
import billClasses.BillDetail_Table;
import billClasses.Bill_T... | [
"qasimmehmood13936@gmail.com"
] | qasimmehmood13936@gmail.com |
06683c6de3019949de07d4abf67de1d65e5209a7 | 4fff4eb71eab0235e50f0987a16311eb81a48c61 | /OptionsTab/src/com/example/fragments/D.java | 98cf2be0bd345da1b47e15b2906c434ad2e97393 | [] | no_license | zouyi9807/AndroidPage | d7dc45fda855c217dad011382f706e61cafebf25 | 4e51f7938e9f590f2334c92b7e4699c87903fd6d | refs/heads/master | 2020-03-18T23:10:06.299540 | 2018-05-30T04:10:50 | 2018-05-30T04:10:50 | 135,386,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package com.example.fragments;
import com.example.optiontab.R;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class D extends Fragment {
@Override
public View onCreateView(LayoutInflater in... | [
"1530193044@qq.com"
] | 1530193044@qq.com |
c785b22567fa1ff3d3eea1609c1e0d8d22035449 | 5440c44721728e87fb827fb130b1590b25f24989 | /GPP/clientes/ClienteImportacaoUsuarioNDSPortalGPP.java | 7a3c197843ab67a597c0d7335e85544251882979 | [] | no_license | amigosdobart/gpp | b36a9411f39137b8378c5484c58d1023c5e40b00 | b1fec4e32fa254f972a0568fb7ebfac7784ecdc2 | refs/heads/master | 2020-05-15T14:20:11.462484 | 2019-04-19T22:34:54 | 2019-04-19T22:34:54 | 182,328,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | // Cliente que envia bonus por chamada sainte com CSP 14 - Bonus Toma La Da Ca
package clientes;
import com.brt.gpp.componentes.processosBatch.orb.*;
public class ClienteImportacaoUsuarioNDSPortalGPP
{
public ClienteImportacaoUsuarioNDSPortalGPP ( )
{
}
public static void main(String[] args)
{
java.util.Pr... | [
"lucianovilela@gmail.com"
] | lucianovilela@gmail.com |
71048ab0b7b34bc4fcbcabf5f542d9f6b68dbce7 | eb271a96ed08abcfe8c8a722ef517efe92676431 | /Clean Smart Ajmer android project/ProjectTester/src/com/example/projecttester/UpdateMyProfileActivity.java | 91f1db45dd2358c039de67852a299958b242cf6b | [] | no_license | jainkashish/Clean-Ajmer | cf1b3fed8d2ea91ff54e56cac6c83b9574a3d710 | e712d25082081f21a920af8b1e06b9e40246b03e | refs/heads/master | 2022-11-30T01:09:39.958477 | 2020-08-08T06:02:46 | 2020-08-08T06:02:46 | 285,841,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,536 | java | package com.example.projecttester;
import android.os.Bundle;
import android.app.Activity;
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.view.Menu;
import android.view.View;
import android.view... | [
"kashishpl2000@gmail.com"
] | kashishpl2000@gmail.com |
5b305652ded8462e008fafb72c293afc0aaa7509 | c80fe9b84c13787575bec0622203ca532cd7eac9 | /src/buildings/VentarolaBuilding.java | 37fecb9efbbd8d96a057f54d4f1f7333736992ca | [
"MIT"
] | permissive | xtymichael/OpenGL_Game | c4cdc530125bbaad59405cb5b474c26df168bf14 | 10fa9e443122cbaab23f3776da09e4548ebc170c | refs/heads/master | 2021-01-20T08:46:26.187893 | 2015-09-28T13:52:48 | 2015-09-28T13:52:48 | 42,130,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,943 | java | package buildings;
import game.Building;
import javax.media.opengl.GL2;
import javax.media.opengl.glu.GLU;
import javax.media.opengl.glu.GLUquadric;
import com.jogamp.opengl.util.texture.Texture;
public class VentarolaBuilding extends Building{
private GLUquadric quadric;
private Texture ventarolaGrass;
private... | [
"xiangt@bc.edu"
] | xiangt@bc.edu |
8a373bd4c5720901c5d3d12daa0613c3d9e9058e | cc836642d88699a329e5dec3f0209093f3046514 | /Moneymanagement/src/main/java/com/example/demo/repository/MoneyRepository.java | 9ffaf4305410701fe9d97541df60d8279b175a03 | [] | no_license | yoshiko78/MoneyManagement | a074d3ccda205492cd656fc05b97f9d13135a861 | b8a4838d905ec5ab592960f9f90f7352a52e78f4 | refs/heads/master | 2023-01-19T13:21:18.730567 | 2020-12-03T14:04:13 | 2020-12-03T14:04:13 | 318,212,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.example.demo.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.example.demo.domain.Moneydata;
@Repository
public interface MoneyRepository extends JpaRepository <Moneydata, Long>
{
Moneydata findOne(Integer id... | [
"Maro2@192.168.0.21"
] | Maro2@192.168.0.21 |
0faaf4c84dbed787c68f9736e2028068cbdae822 | c343a0ef45405fb447d6a8735509efe2c1d6febf | /ServerCode-Pucho/main-service/src/main/java/com/pucho/service/NotificationService.java | 092b6f414d2091785925aaf7e2d97328461ab18a | [] | no_license | MouleshS/SamplesAndroid | 89fcc15efb707e63fcf01adf5b02a33f9a5f39c4 | 8342cc4a5d596a4ac33db12a3c2aa4ef3aaea83e | refs/heads/master | 2020-03-18T21:02:51.889155 | 2018-05-26T16:50:58 | 2018-05-26T16:50:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package com.pucho.service;
import com.pucho.domain.Answer;
import com.pucho.domain.Question;
/**
* Created by dinesh.rathore on 27/09/15.
*/
public interface NotificationService {
public void notificationRequest(Question question);
public void notificationRequest(Answer answer);
}
| [
"raghunandankavi2010@gmail.com"
] | raghunandankavi2010@gmail.com |
6baa9d4ed9442957543694c2c84492d2cb96d78c | 43b713d9de9ac175485d6618c20381d3473fe6bb | /src/main/java/com/khovaylo/app/Product.java | 427b6a9db458fe42d4ea8931ec51d725bf64d3c5 | [] | no_license | pavliggs/parse-data-from-url | c4e50eacab290b2a69159acace871f255fb4df34 | 084f3e550bc618fd5e1860ff60a04efbd1608a61 | refs/heads/master | 2023-03-19T21:07:58.418159 | 2021-03-12T15:41:01 | 2021-03-12T15:41:01 | 345,653,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,169 | java | package com.khovaylo.app;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.time.ZonedDateTime;
/**
* Объект, содержащий информацию о товаре
* @author Pavel Khovaylo
*/
public class Product {
/**
* описание товара
*/
private final String title;
/**
* минимальная цена без с... | [
"51763058+pavliggs@users.noreply.github.com"
] | 51763058+pavliggs@users.noreply.github.com |
a3a7a476f16eba628b6e48f91b85bb7acdc6ce2a | c3342441aa5adb4e8dbbda9bb3417f2633ed1216 | /src/main/java/com/daoImpl/LoginDaoImpl.java | 8c61e62d58b142ce7af33456d4a964876cd14a34 | [] | no_license | SandamalIsuru/Hotel-Management-System | 407a2a478ba98d2d322a49be2a7b458b811f52a7 | b06d8cfd821466afb73b2a0aca9582c149f1cf25 | refs/heads/master | 2021-04-15T05:53:31.887214 | 2018-03-24T06:52:57 | 2018-03-24T06:52:57 | 126,564,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.daoImpl;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.Query;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.dao.LoginDao;
import com.entities.Login;
@... | [
"isuru.rathnapriya@travisperkins.co.uk"
] | isuru.rathnapriya@travisperkins.co.uk |
8dfc469aa10f4efcbebe878b0849ef6a16b62e4f | 33afd4bba1fa53f85a4204f09adc637084bc5f72 | /baseLib/src/main/java/cn/hzxiaojietan/base/common/utils/TimeUtils.java | d8bcc00ceebdd5fdbf0c2fcddff4b28edf9e544d | [] | no_license | hzxiaojietan/TestBase | afa67bcc9fc8d4fde03207a018a9e744c4882bf0 | 34fc2d38ae7aa134a69d15c00591a6e84bca2e6e | refs/heads/master | 2020-03-14T21:47:42.896217 | 2018-05-23T01:07:58 | 2018-05-23T01:07:58 | 131,796,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,529 | java | package cn.hzxiaojietan.base.common.utils;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
/**
* Created by xiaojie.tan on 2017/10/26
* 时间帮助类
*/
public class TimeUtils {
/**
*
* @return 标准时间格式long
*... | [
"jake618@126.com"
] | jake618@126.com |
afb02bbc5a14dd8966ea5a48e01297c97bddfa5a | 37acf5166285c2fd741757294caecade2b12b859 | /java casestudy/src/Companyquestions/simpleinterest.java | 9d20764f48d6ae60ec37da74247ef07e428dd63f | [] | no_license | Jinsuannavarghesepgk308/company-interview-questions | e54acfba5324147087381e5deddde11be93c03d6 | fad9a26aeee330ffe6d39d252cdbe3c0d0fb5a2d | refs/heads/master | 2020-09-11T14:40:50.482488 | 2019-11-16T13:06:58 | 2019-11-16T13:06:58 | 222,099,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | package Companyquestions;
import java.util.Scanner;
public class simpleinterest {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner s=new Scanner(System.in);
System.out.println("enter the principal");
double princi=s.nextDouble();
System.out.println("enter the rate of inte... | [
"User@FACE-98.connectify"
] | User@FACE-98.connectify |
3da9e4d284736e8bbcfabbf5a1b6a76776d9d28a | 66c8d211719f7015b18b5c69321359d228f8b3f9 | /app/src/main/java/com/amary/app/data/moviecat/adapter/DetailMovieAdapter.java | bf3a09db3d1b21a140327680cc58e9607180448b | [] | no_license | amary21/DBMovie_Widget | f80b42adbf08d4f688b15ff0bd14f8ca03bfdd34 | b525cf2e1e070c7435c0fe9f94d21f69ab6137a8 | refs/heads/master | 2020-06-20T00:08:21.718039 | 2019-07-15T04:15:43 | 2019-07-15T04:15:43 | 196,922,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,934 | java | package com.amary.app.data.moviecat.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.amary.app.data.moviecat.R;
import com.amary.app.d... | [
"taufik.amary@gmail.com"
] | taufik.amary@gmail.com |
52f19e923eeff8c2d35a06841d8b63ceccc29474 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_16714d595deeb36f0d454ddc637c1bae695df480/ANTLRGrammarGenerator/1_16714d595deeb36f0d454ddc637c1bae695df480_ANTLRGrammarGenerator_t.java | 77e3969ddd0c1370af6f29b7f2633db33e1727a4 | [] | 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 | 84,156 | java | /*******************************************************************************
* Copyright (c) 2006-2010
* Software Technology Group, Dresden University of Technology
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d4480ee520686e1f5b87fe41ca903191851c7d2c | 086eb3b8c55f5385942c8a426b40ca176c07d985 | /Guia6-JavaPOO/Ejercicio2/Circunferencia.java | 2863ce4f6d4f7e165fbafcc66e7e4f4df67445cb | [] | no_license | DanyPreisz/Egg | 1b8722167ad9a55d64c452e7855e3ae9c1184d9d | ad423056e7a2681780f1931cae3e679236bab7ce | refs/heads/master | 2023-09-02T13:51:01.310261 | 2021-11-14T20:58:34 | 2021-11-14T20:58:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,129 | java | package Ejercicio2;
import java.util.Scanner;
/*
Declarar una clase llamada Circunferencia que tenga como atributo privado el radio
de tipo real. A continuación, se deben crear los siguientes métodos:
a) Método constructor que inicialice el radio pasado como parámetro.
b) Métodos get y set para el atributo radio de l... | [
"cea.lopez@alumno.um.edu.ar"
] | cea.lopez@alumno.um.edu.ar |
800d71e0c991e2892ba419da5d3f488641eeca16 | 1140725c715e2e5fce3cc561d1b194d2e6445f9a | /src/qut/endeavour/rest/resources/SignOffResource.java | e0c97ac8b79a56d1759f397044a8c43c34a98e7d | [] | no_license | julianjw/DMS | 4d79ba6272d955cad62d1d2c59b35c22f90cb659 | 83407ec80eb8fbc15d07be212e96d8b96bf836f2 | refs/heads/master | 2021-01-15T11:43:41.156496 | 2013-11-20T04:54:17 | 2013-11-20T04:54:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,274 | java | package qut.endeavour.rest.resources;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import qut.endeavour.rest.bean.Found;
import qut.endeavour.rest.exception.DMSClientEr... | [
"shkibr@hotmail.com"
] | shkibr@hotmail.com |
a8a720cdab116faaa962b09aa6c6458a482b112d | 902564d740bee866d7798df985a25f0f664f6240 | /src/trunk/mywar-game-msgbody/src/main/java/com/fantingame/game/msgbody/client/mail/MailAction_deleteRes.java | 5c9d0fc3b39b485d96ad549b5e0c57a73a34f2b9 | [] | no_license | hw233/Server-java | 539b416821ad67d22120c7146b4c3c7d4ad15929 | ff74787987f146553684bd823d6bd809eb1e27b6 | refs/heads/master | 2020-04-29T04:46:03.263306 | 2016-05-20T12:45:44 | 2016-05-20T12:45:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.fantingame.game.msgbody.client.mail;
import com.fantingame.game.msgbody.common.io.iface.IXInputStream;
import com.fantingame.game.msgbody.common.io.iface.IXOutStream;
import com.fantingame.game.msgbody.common.model.ICodeAble;
import java.io.IOException;
/**删除邮件**/
public class MailAction_deleteRes implem... | [
"dogdog7788@qq.com"
] | dogdog7788@qq.com |
9e4a4e11e8c6fd9a643238f5e55124cecff9aa07 | 556a3ad3b99e5ab974516e2cb4fb27155801b56a | /spring/SpringAOP/src/com/training/spring/aop/CalculatorPointcuts.java | 0c51673cdecbbecabd325f521763381c53b6fc84 | [] | no_license | guptanitesh-ng/learnspace | a7ccbad7371300e2f351f9b179673ccfc3e60254 | 1544f78e6eedb9f4593434cdb7cdbd96c2bb3a7f | refs/heads/master | 2023-03-11T02:40:08.119710 | 2023-03-07T10:27:46 | 2023-03-07T10:27:46 | 96,972,542 | 0 | 0 | null | 2022-11-16T02:49:07 | 2017-07-12T06:23:06 | Java | UTF-8 | Java | false | false | 690 | java | package com.training.spring.aop;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.stereotype.Component;
@Aspect
@Component
public class CalculatorPointcuts {
@Pointcut("within(com.training.spring.aop.BasicArithmeticCalculator)")
public void arithmet... | [
"guptanitesh.ng@gmail.com"
] | guptanitesh.ng@gmail.com |
bcc839c097947e9561d51edc976d7e7cfe53b013 | b95eaa582e7e0eee7c19dd5dfdddaefd2abb2d96 | /adapter/src/cache/channelrealtimedata/ChannelRealtimeDataCache.java | 84503e7807ac7a2442e0bbe221aee7fbe1e308a7 | [] | no_license | heheave/huiduAdpater | d46ed924efc960795d6ba5168308fa142973a73a | 0a77fe14be810de229b1f11581aadb9c5afcf931 | refs/heads/master | 2021-01-20T02:52:59.809941 | 2017-04-26T09:08:19 | 2017-04-26T09:08:19 | 89,459,496 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package cache.channelrealtimedata;
import cache.DefaultCacheImpl;
public class ChannelRealtimeDataCache extends DefaultCacheImpl<ChannelRealtimeData> {
private static final ChannelRealtimeDataCache crdc = new ChannelRealtimeDataCache();
private ChannelRealtimeDataCache() {
}
public static ChannelRealtimeDataCa... | [
"xiaoke liu"
] | xiaoke liu |
13d62203c184ba2e2fa77c5cc0e3301ce6d6877f | b038c301e5df4655fcfe9f576a0feb8466b1e8c4 | /src/test/java/steps/StopwatchPageSteps.java | c338f6efde1ce3914936f69ab8724e5bf3c8bdb0 | [] | no_license | polinnkin/Stopwatch_tests | 4a80e000a21fd54ef11ee474b2bdebeb084a7c08 | 3d1f2c01abfc74d8bee61b242305577858607c10 | refs/heads/master | 2023-05-14T17:29:51.352474 | 2020-03-16T22:02:11 | 2020-03-16T22:02:11 | 221,334,248 | 0 | 2 | null | 2023-05-09T18:18:29 | 2019-11-12T23:50:55 | Java | UTF-8 | Java | false | false | 3,690 | java | package steps;
import io.appium.java_client.MobileElement;
import io.appium.java_client.TouchAction;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.touch.LongPressOptions;
import io.appium.java_client.touch.offset.ElementOption;
import io.qameta.allure.Step;
import org.openqa.selenium... | [
"polinabochk@gmail.com"
] | polinabochk@gmail.com |
52b2755081113cbd442482fb3c348000adc52087 | 22fae8441e31c6b09feb84c90707be28a11762b0 | /src/main/java/com/modulo/componentes/ByosBusqueda.java | eed35a2174a45b5a591432521f4231e307a09869 | [] | no_license | rchistian/QuantumV1 | 9817649124f9ef9ab7f1f75026d8a36c72c98970 | 3e6a74e1c9a777f3d787ba3503430a55ce417a9a | refs/heads/master | 2020-03-29T10:42:12.431034 | 2018-09-14T23:33:44 | 2018-09-14T23:33:44 | 149,818,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,258 | java | package com.modulo.componentes;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import com.byos.sys.filters.LikeFilter;
import com.byos.sys.ui.ByosDatagrid.ByosColumna;
import com.byos.sys.ui.ByosDatagrid.ByosDatagridFiltrableTextbox;
import com.modul... | [
"rchistian@hotmail.com"
] | rchistian@hotmail.com |
a9e39f73fbf69775669f9130256fa964c5906677 | 22b1d8ca17fa0ee10dd2c560dd9de06633781bb6 | /CB_UI_Base/src/de/droidcachebox/gdx/graphics/SolidTextureRegion.java | 72fb4f3cdf150ce20f1d2d9176bb6698fa2e4d96 | [] | no_license | Ging-Buh/cachebox | 52060e224388f06829c6dddfac8aaaf35a5f2294 | d1f8518bb9cb05c624802dc34fd77579aaa4b9c1 | refs/heads/master | 2023-06-08T00:04:38.292185 | 2023-05-31T12:40:38 | 2023-05-31T12:40:38 | 39,300,643 | 7 | 2 | null | 2019-11-04T19:50:20 | 2015-07-18T14:21:17 | Java | UTF-8 | Java | false | false | 1,253 | java | /*
* Copyright (C) 2014 team-cachebox.de
*
* Licensed under the : GNU General Public License (GPL);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.gnu.org/licenses/gpl.html
*
* Unless required by applicable law or agreed to in wr... | [
"arbor95@gmx.de"
] | arbor95@gmx.de |
90f5188a89a2efd2d2a9ec35af82616bd916ca24 | 7e24b413e49517827713e88c8df7ff7e699b5e0c | /dubboAdaptives/src/main/java/dubboAdaptives/ConfiguratorFactory$Adaptive.java | 640bbcfd6d0a52d8eba85356eba3c3f28dca15d0 | [] | no_license | wilsondjm/DubboSimpleDemo | 2201c59aa6f6d3c36c77462f57bba5bbe0d42d12 | e930c8760101b809125a7e8718b5a2a9abce5cdb | refs/heads/master | 2020-03-21T13:25:43.670020 | 2018-06-28T15:28:35 | 2018-06-28T15:28:35 | 138,605,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package dubboAdaptives;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ConfiguratorFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory {
public com.alibaba.dubbo.rpc.cluster.Configurator getConfigurator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null)
thr... | [
"wsen.huang@gmail.com"
] | wsen.huang@gmail.com |
0363a45ef7a82c0501d6a44e78f638256659f6e1 | 1c3577e6a181542eba8f7447ad2ced3bb4f95288 | /vueadmin-java/src/main/java/com/qi/config/KaptchaConfig.java | 852dc545a8ef3eca180b5a070ad73a75490e588f | [] | no_license | chaoqi666/vueadmin | c0772bd715de423ab50e95d71b369f0f18a4796a | be5d574f1ad79cb053c97ab0e29c2b40343b70b2 | refs/heads/master | 2023-07-23T19:00:20.990682 | 2021-09-07T09:46:03 | 2021-09-07T09:46:03 | 403,918,522 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | package com.qi.config;
import com.google.code.kaptcha.impl.DefaultKaptcha;
import com.google.code.kaptcha.util.Config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.core.parameters.P;
import java.util.Properties;
@... | [
"qichao151128@gmail.com"
] | qichao151128@gmail.com |
7a1b0019f2daf56464fedae28cc749785e2cec16 | 6b684008ff30196108f9863686d34e07195a1008 | /app/src/main/java/com/tanya/task_11/MainActivity.java | 7b2172ba497a73fcbedd0c4f44296ed67266e34f | [] | no_license | Ta1-1echka/Task_11 | 6992bc8990ad66cfd63543d1a1ac4998a0d34445 | 4bf57d5f83d88ac5de1e0d727620e7b8adf5d9af | refs/heads/master | 2021-01-20T13:17:24.986670 | 2017-05-10T16:20:16 | 2017-05-10T16:20:17 | 90,468,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,817 | java | package com.tanya.task_11;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.facebook.AccessToken;
import ... | [
"polovinkina2401@gmail.com"
] | polovinkina2401@gmail.com |
6436e442f8c897ed86419502ce39cd19f8626340 | ffdb9541882cb66cbaefa483234f83b9495ba820 | /src/main/java/com/nicanorvaz/cursomc/domain/Cliente.java | 177fa99711c4592d578e688daf9c8a862e695360 | [] | no_license | NicanorVaz/cursomc | ec25b03eb39e8be43400ace5e3475faf553b6386 | fcc2796688bc6dff88120f50b4cfa30aec7f2502 | refs/heads/master | 2020-12-10T18:58:56.771797 | 2020-02-04T00:53:15 | 2020-02-04T00:53:15 | 233,681,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,873 | java | package com.nicanorvaz.cursomc.domain;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.CollectionTable;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.Generat... | [
"nic.gerald@gmail.com"
] | nic.gerald@gmail.com |
164ba8bea75a4ae4573faa984cd9e61ed0ceead5 | 3c7b59b40c08dd99902c3fc5c13e619713e83921 | /src/main/java/com/le/cameldemo/KafkaConsumerRouter.java | 353032ccb888310f7fa531dc65079c3ff1633a13 | [] | no_license | lilecloud/camel-kafka-demo | 2156a086c406a91b49395085b0b9c8112209ab57 | 8815fb47e7ff487d233bdb692a035caeb8dafaf0 | refs/heads/master | 2022-06-22T21:38:25.987041 | 2019-10-21T10:56:41 | 2019-10-21T10:56:41 | 216,545,179 | 0 | 0 | null | 2022-06-17T02:36:22 | 2019-10-21T10:54:28 | Java | UTF-8 | Java | false | false | 1,025 | java | package com.le.cameldemo;
import com.alibaba.fastjson.JSON;
import org.apache.camel.Exchange;
import org.apache.camel.Message;
import org.apache.camel.Processor;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.kafka.KafkaConstants;
import org.springframework.stereotype.Component;
@Comp... | [
"lile@fcbox.com"
] | lile@fcbox.com |
87d1cd06e291abcde155a4fd758980a41c864bed | 624c22afec6e08f33735b268263200ddd68bf9b8 | /src/test/java/ru/dnsk/sweater/LoginTest.java | d7a1cff8bb25334941d532ba21ba8347e16e2d11 | [] | no_license | SergeyDnv/sweater | a2704185a85dad06ba9a3814c61e6d708b197602 | ab29d16eaf8e939cb146d3974455d13befa9b8a9 | refs/heads/master | 2023-08-06T08:17:25.717280 | 2021-09-28T10:42:57 | 2021-09-28T10:42:57 | 411,221,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,520 | java | package ru.dnsk.sweater;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.te... | [
"serzhprostomolodets@mail.ru"
] | serzhprostomolodets@mail.ru |
320f51e73ebde584be481cd31ea4b5014a30618d | aa5f25d714519ccfda2a89f382dfcefe1b3642fc | /trunk/dmisArea/src/com/techstar/dmis/service/workflow/handler/DDDayPlanSent.java | af3cfe3c018e28e08e40c4b99bd9f9e86ef8711d | [] | no_license | BGCX261/zhouwei-repository-svn-to-git | 2b85060757568fadc0d45b526e2546ed1965d48a | cd7f50db245727418d5f1c0061681c11703d073e | refs/heads/master | 2021-01-23T03:44:27.914196 | 2015-08-25T15:45:29 | 2015-08-25T15:45:29 | 41,599,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | // Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: DDDayPlanSent.java
package com.techstar.dmis.service.workflow.handler;
import com.techstar.... | [
"you@example.com"
] | you@example.com |
137ba5008770de7257f788e265f34b1b857bb4dc | fe5f78b0858506234d8059db2fda00b5ef9671aa | /src/main/java/com/petrz/instructors/data/service/SemesterService.java | 9b4ddd4051cd6ef645e3820ec62efae4ff11d06e | [
"Unlicense"
] | permissive | andrey1025-zz/vaadin_instructor | 21f48127133bd5a2c67c1db28a9c10135c36a173 | 4ba71f7cf789fd6e160ebddf5e70d74dc5b2b68e | refs/heads/main | 2023-01-27T21:00:38.944986 | 2020-12-07T06:18:39 | 2020-12-07T06:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package com.petrz.instructors.data.service;
import com.petrz.instructors.data.entity.Semester;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.vaadin.artur.helpers.CrudService;
@Service
public class SemesterService extends CrudService<Semester, ... | [
"62780077+andrey1025@users.noreply.github.com"
] | 62780077+andrey1025@users.noreply.github.com |
be5865ef5e1083e4dc13a47eebd8a605114f2750 | aa6997aba1475b414c1688c9acb482ebf06511d9 | /src/com/sun/org/apache/xml/internal/serializer/WriterToUTF8Buffered.java | b494bdb2d3ddd339fd98c3adf9acfe7455953468 | [] | no_license | yueny/JDKSource1.8 | eefb5bc88b80ae065db4bc63ac4697bd83f1383e | b88b99265ecf7a98777dd23bccaaff8846baaa98 | refs/heads/master | 2021-06-28T00:47:52.426412 | 2020-12-17T13:34:40 | 2020-12-17T13:34:40 | 196,523,101 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 15,892 | java | /*
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except ... | [
"yueny09@163.com"
] | yueny09@163.com |
01485d497df5e2763e1a4366937925d4f342fb24 | 90ebbeccd207b2b288a85c315ecce83e83cfa61f | /app/src/main/java/Adapter/CreditNoteAdapter.java | 37860d6569aad4c6c1ccb333b63b989824310adc | [] | no_license | rajeev1505/JSON99retailsolution27june | 9cbf0db65416fce84862b3782676222654e0d586 | d4369696b4b36029ef190564a1750bd5036769a0 | refs/heads/master | 2021-01-23T12:04:43.614030 | 2016-12-22T07:47:01 | 2016-12-22T07:47:01 | 62,326,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,848 | java | package Adapter;
import android.content.Context;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageButton;
import android.widget.TextView;
import com.mycompany.apps.ActivitySale... | [
"diwanraj15@gmail.com"
] | diwanraj15@gmail.com |
c50a02d565a7ff51bd4d92f14cdfd75766124ecd | 411a9b53b24a245d43fcbf8884900ac6890ebc12 | /IoT-rest/src/main/java/cz/vutbr/feec/iot/rest/ApiEndpoints.java | daa665c12a235398c4283dfefd1e840867632b66 | [] | no_license | SedaQ/IoT-parent | c8bce6c3293ea9c1e6be00810adf015c8723c1ef | 19a500b3696ef74a1c82f393ef98f98d8075046b | refs/heads/master | 2021-07-03T17:18:19.372467 | 2017-09-25T12:28:47 | 2017-09-25T12:28:47 | 104,290,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package cz.vutbr.feec.iot.rest;
/**
* @author Pavel Šeda
*
*/
public class ApiEndpoints {
public static final String BASE_URL = "/api/rest";
public static final String ROOT_URI_USERS = BASE_URL + "/users";
}
| [
"xpsedap00@vutbr.cz"
] | xpsedap00@vutbr.cz |
8eb329bde93bd744a2f6e3ed9868bb3a004d8674 | 0ad84c9bd6e83abd5cff0761c26a3d72f8a6e51c | /src/main/java/state/connection/StateCerrado.java | b1292b775f04de1be264650a23e029ee8e36f491 | [] | no_license | dsmontoro/PD.ECP1 | 1daba68a287d3ccc39d5506e549a30375eb71540 | 49d8a2108457f644c594125b93e6b070f5462443 | refs/heads/master | 2021-01-10T12:21:59.506506 | 2015-10-18T10:59:55 | 2015-10-18T10:59:55 | 43,964,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 935 | java | package state.connection;
public class StateCerrado extends State {
private static final Estado estado = Estado.CERRADO;
@Override
public void abrir(Conexion conexion) {
conexion.setState(new StatePreparado());
}
@Override
public void cerrar(Conexion conexion) {
}
@Override
public vo... | [
"dsm@alumnos.upm.es"
] | dsm@alumnos.upm.es |
5d6b7b667b823e0015f90796d5dacda4561ac7c3 | 047a34b168ae085a6cc4fa8ab2784f5755b45ad3 | /src/main/java/com/tomas/messenger/presentation/model/request/MessageDetailsRequest.java | 6e64148ef79ea6a0a462e92653d3ea6a561bfa02 | [] | no_license | TomasKadlcek/MessengerAPI | a98a48974c7af815060bd307d434123525e33926 | f8bb80fd190ad2fd7ec99f7d59c8ec4a901f2e13 | refs/heads/main | 2023-01-20T18:32:01.504159 | 2020-12-02T15:02:58 | 2020-12-02T15:02:58 | 317,868,283 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.tomas.messenger.presentation.model.request;
public class MessageDetailsRequest {
private String receiverUserId;
private String message;
public String getReceiverUserIdId() {
return receiverUserId;
}
public void setReceiverUserId(String receiverId) {
this.receiverUser... | [
"kadlcek.tomas@gmail.com"
] | kadlcek.tomas@gmail.com |
6ee315bda7d6a28aa47275bae154ac8ef9839e5d | 182f4e1c795d4eab5ad5fd3a6eab11be3c4c2588 | /src/main/java/com/github/crob1140/confluence/content/SortDirection.java | aca1f23ad88f5844587996f4e8bc6028b37129e9 | [
"MIT"
] | permissive | jeansalama/confluence-java-client | 3b1db66027d6ba57ac9f8e71e27f81d583763f53 | 7aed4f9eb7ceb0907e0e7a97d8b3c50066172143 | refs/heads/master | 2023-03-23T20:45:50.050828 | 2019-09-01T03:56:33 | 2019-09-01T03:56:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package com.github.crob1140.confluence.content;
/**
* This enumerable represents the possible directions that can be used in an order-by clause
*/
public enum SortDirection {
ASCENDING("asc"), DESCENDING("desc");
private String identifier;
SortDirection(String identifier) {
this.identifier = identifier;
... | [
"mail@cjrobertson.net"
] | mail@cjrobertson.net |
79d91367ae5af900aa5951b2d8d25b7090f2e28c | 6da41ff4cb5b2534711d7db3196573ba6f2c4195 | /src/main/java/com/tkextraction/repository/CVRepository.java | aac4e2c7ada4a1fa92cc379170dbadf4c99461b3 | [] | no_license | IliyaDimchoglo/TKExtraction | 291db05b185a421e904e1c002e98d852c49711fa | ce396032b5792f266c2f029087546d420f932a3f | refs/heads/master | 2023-07-08T06:43:51.046062 | 2021-08-10T12:05:58 | 2021-08-10T12:05:58 | 394,581,625 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package com.tkextraction.repository;
import com.tkextraction.domain.CVEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Optional;
import java.util.UUID;
public interface CVRepository extends JpaRepository<CVEntity, UUID> {
Optional<CVEntity> findByProcessIdAndUserUserName(Lo... | [
"iliya1292.d@gmail.com"
] | iliya1292.d@gmail.com |
25743fb0f4b28e92cc10373ab1b3105443e0d0ff | 1ecf6fcce9fa81cf42d31629b2ebecd4caf4444c | /uizabase/src/test/java/vn/uiza/restapi/restclient/BaseRestClientTest.java | ebd3bc173a7b258692bab65380bf59c553d8abfe | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | uizaio/uiza-android-sdk-player | a913b4ee5e47bb160583cc5c6cb015ca3c6134ea | dec7c2247ee1cfce604b6cbe1b2bb490559fdf02 | refs/heads/master | 2021-06-02T12:09:07.895425 | 2019-08-15T08:02:58 | 2019-08-15T08:02:58 | 131,246,500 | 11 | 14 | BSD-2-Clause | 2019-12-23T12:15:48 | 2018-04-27T04:43:58 | Java | UTF-8 | Java | false | false | 918 | java | package vn.uiza.restapi.restclient;
import android.text.TextUtils;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.Prep... | [
"framgia@b120652-lt2.framgia.com"
] | framgia@b120652-lt2.framgia.com |
0494b85e52d5f1a4625a829b54e393573ba4673a | 5206a46484578ef65012285f205a0f3e4b97b541 | /src/coders/quickbill/Dashboard.java | 9759fe12d4f1b807f56607adaa38f609324ca6bd | [] | no_license | CodersTechnologies/Coders-QuickBill-2017 | 48eecdb79b0f861f167a3bad807bd77349c04561 | 7f04a8cddb6f9d153fef2de8a93d412ca93fddc6 | refs/heads/master | 2021-01-20T10:30:12.793260 | 2017-09-21T10:24:58 | 2017-09-21T10:24:58 | 101,639,018 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,662 | 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 coders.quickbill;
import javax.swing.JFrame;
import java.awt.Color;
import java.awt.HeadlessException;
import java.sql.Connect... | [
"sunny@sunny-Inspiron-N5050"
] | sunny@sunny-Inspiron-N5050 |
bcf91dcd45400638ff50015f4dfd255245a51e25 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/63/1957.java | 3979e586e189ba370a328f42f9a631a6eec9e555 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int[][] a = new int[100][100];
int[][] b = new int[100][100];
int x1;
int y1;
int x2;
int y2;
int x3;
int y3;
int c;
int d;
int[][] e = new int[100][100];
char i;
String tempVar = ConsoleInp... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
89bcb2bbb61738b0118221153412c95c9d9e73e7 | 0c669c238f7106566f275b24549932f127e69f56 | /app/src/main/java/com/jinhui/androidprojecthelper/base/baseadapter/ScaleInAnimation.java | 805981c123c1dc7fefc097c9e9910ffb4cf96383 | [] | no_license | jimmyleung/AndroidProjectHelper | 28cfb74a9bcb7eb2efdf7ca7b04f0807c1b3bd53 | e0f60a66514cd9b6abf0464e7f8500120abde240 | refs/heads/master | 2020-05-02T18:41:48.449758 | 2018-09-22T08:14:22 | 2018-09-22T08:14:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.jinhui.androidprojecthelper.base.baseadapter;
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.view.View;
public class ScaleInAnimation implements BaseAnimation {
private static final float DEFAULT_SCALE_FROM = .5f;
private final float mFrom;
public Scale... | [
"1004260403@qq.com"
] | 1004260403@qq.com |
4fe322fedc156b0297a222ab8bd7b1021a3f4fbd | 5b20d9882c6b42bc5f30bf42414cd2a734e30fd5 | /FakeSearchView/app/src/main/java/com/github/leonardoxh/fakesearchview/FakeSearchView.java | dc60a16d3b0b58b70777d162438ed1622c73344f | [
"Apache-2.0"
] | permissive | longtaoge/FakeSearchView | bc1944ab5e60060cc9261638ec4a50eb32920a85 | 219efac5cbf5002d9d32eac03f0508418d784fd5 | refs/heads/master | 2021-01-18T13:18:57.440087 | 2015-04-22T14:45:25 | 2015-04-22T14:45:25 | 34,391,691 | 1 | 0 | null | 2015-04-22T13:24:01 | 2015-04-22T13:24:01 | null | UTF-8 | Java | false | false | 3,786 | java | /*
* Copyright 2015 Leonardo Rossetto
*
* 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 t... | [
"leonardoxh@gmail.com"
] | leonardoxh@gmail.com |
5042448a0d0475aa2da46528b7a08f65d04dcf0d | 5f82aae041ab05a5e6c3d9ddd8319506191ab055 | /Projects/Math/105/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsImplTest.java | a57202933b987e97b34c848f071f98b8a33a88e2 | [] | no_license | lingming/prapr_data | e9ddabdf971451d46f1ef2cdbee15ce342a6f9dc | be9ababc95df45fd66574c6af01122ed9df3db5d | refs/heads/master | 2023-08-14T20:36:23.459190 | 2021-10-17T13:49:39 | 2021-10-17T13:49:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,558 | java | /*
* Copyright 2003-2004 The Apache Software Foundation.
*
* 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... | [
"2890268106@qq.com"
] | 2890268106@qq.com |
7954fb1f54249b0ed8463730abf271bff70d1e5f | 8f8f22d23c049015162ac38b3308a376fe57e25b | /modules/core/src/main/java/cgl/iotcloud/core/sensor/SCSensorUtils.java | 59c639ef189da8088ab5d406946169c722f1ee07 | [] | no_license | kouweizhong/IoTCloud | 9b7470fa518c3845eb02d8763d2ae8fdca1b5a1d | 8e6e0b6d4c1d81facfe0539eab28bfdc17a4bcf7 | refs/heads/master | 2020-03-26T10:51:56.431517 | 2018-02-25T16:18:58 | 2018-02-25T16:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,318 | java | package cgl.iotcloud.core.sensor;
import cgl.iotcloud.core.Constants;
import cgl.iotcloud.core.IOTRuntimeException;
import cgl.iotcloud.core.endpoint.JMSEndpoint;
import cgl.iotcloud.core.endpoint.StreamingEndpoint;
import com.iotcloud.sensorInfo.xsd.*;
import com.iotcloud.sensorInfo.xsd.Endpoint;
import com.iotcloud.... | [
"supun06@gmail.com"
] | supun06@gmail.com |
964f83615fd0d4fb5f34273a4b8d065794aa570b | 371a934133856754c09afd654e52e0a739eb432a | /src/main/java/MathQuestion/core/QuestionCore.java | 96f612f88d6e68ace750e3d4a014485bad2cad67 | [] | no_license | fudannlp16/MathQuestion | 21f167ecb7e515dd7a4bb77e423d31db21559657 | 243989d67f94f711c4f4e437f5f52e18e3cd4286 | refs/heads/master | 2021-06-15T02:04:15.540014 | 2017-03-12T10:53:00 | 2017-03-12T10:53:00 | 84,396,369 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,509 | java | package MathQuestion.core;
/**
* Created by liuxiaoyu on 16-11-6.
*/
import MathQuestion.tntity.ResultEntity;
import MathQuestion.fencheng.fenchengReg;
import MathQuestion.tntity.EQ;
import MathQuestion.tntity.SO;
import java.util.List;
/**
* 概率题目分成抽样语义标签提取
*/
public class QuestionCore {
/**
* 获取分成抽样题... | [
"16210240075@fudan.edu.cn"
] | 16210240075@fudan.edu.cn |
e61bb82e47edaa36ded0dfeb97e62e55640e3924 | da1a73dd07c05585454153e24ba3ce497e631af7 | /src/main/java/io/dotinc/vivawallet/command/impl/CreateTransaction.java | b69bdfba69f8fbe6de6733172809caac2da0d0e8 | [] | no_license | bulivlad/vivawallet-api | 5fb7d09900862da1735b6323727b07bd0a22221b | d8d7951ab278cba40cbba5a8a3e4306922b9ebf0 | refs/heads/master | 2023-03-28T00:19:10.249310 | 2021-03-25T07:41:38 | 2021-03-25T07:41:38 | 289,017,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package io.dotinc.vivawallet.command.impl;
import io.dotinc.vivawallet.MinimalistClient;
import io.dotinc.vivawallet.command.Transaction;
import io.dotinc.vivawallet.enums.TransactionAction;
import io.dotinc.vivawallet.exception.VivaWalletException;
import io.dotinc.vivawallet.model.transaction.create.CreateTransactio... | [
"vbulimac@deloittece.com"
] | vbulimac@deloittece.com |
0022bba1bb2980c3eb6fec9404edb35b35331766 | f857d6dee05996f018006936ac51ea527966578c | /Veda2TestAutomation/src/com/viteos/veda/master/legalentitytestscripts/LegalEntityMaster_CheckerOperations_TC2.java | 0bacd8d996d59234dfe5329107440b9f02b1bb4c | [] | no_license | MummanaSubramanya/VEDA_v2.0_QA | 6d736a71507a09f34812fca30a87c444615c9a93 | 1760e3aacc0d2bc2e620d9080d49ce1dddf1dce6 | refs/heads/master | 2020-04-23T03:46:58.743651 | 2016-07-06T07:03:28 | 2016-07-06T07:03:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,170 | java | package com.viteos.veda.master.legalentitytestscripts;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.tenx.framework.lib.Message... | [
"munni.ch12@gmail.com"
] | munni.ch12@gmail.com |
d9b4bfa9228f9c8552be8eb3c218d08acb452700 | 6aefa64d30949edfff0cd9da8283ae93f57043fa | /agrest-cayenne/src/test/java/io/agrest/cayenne/POST/RelateIT.java | bd45f6267f4a9d06e87b98e43d5fd849ff226406 | [
"Apache-2.0"
] | permissive | agrestio/agrest | 75e58103fea11c797093e9a86b2475578c7fd7ac | 328b9610b7a490d6fcb5c1554a3ef6bf7e5e4248 | refs/heads/master | 2023-09-05T02:29:17.222528 | 2023-07-31T11:48:20 | 2023-07-31T11:48:20 | 19,821,698 | 25 | 15 | Apache-2.0 | 2023-07-29T16:43:45 | 2014-05-15T14:09:45 | Java | UTF-8 | Java | false | false | 6,334 | java | package io.agrest.cayenne.POST;
import io.agrest.DataResponse;
import io.agrest.cayenne.cayenne.main.E2;
import io.agrest.cayenne.cayenne.main.E29;
import io.agrest.cayenne.cayenne.main.E3;
import io.agrest.cayenne.cayenne.main.E30;
import io.agrest.cayenne.unit.main.MainDbTest;
import io.agrest.cayenne.unit.main.Mai... | [
"andrus@objectstyle.com"
] | andrus@objectstyle.com |
4299ad57a18c1cd9eb9af393ca7c719d7829de53 | ebabfc3286d09a2ae8840ff017610542b31cbf12 | /teamapps-ux/src/main/java/org/teamapps/ux/component/field/upload/UploadedFileToRecordConverter.java | 12b4951a758e52a85e10ff3eee1085a2c1032bbb | [
"Apache-2.0"
] | permissive | bumbeishvili/teamapps | e4a209f92fb221bb6023b449aac0239f2ba6f693 | def03c0613f8c8929e4b2eb38b4fe127a9f16f4f | refs/heads/master | 2020-05-17T14:05:47.556514 | 2019-05-22T07:31:24 | 2019-05-22T07:31:24 | 183,755,673 | 0 | 0 | Apache-2.0 | 2019-04-27T09:51:38 | 2019-04-27T09:51:37 | null | UTF-8 | Java | false | false | 928 | java | /*-
* ========================LICENSE_START=================================
* TeamApps
* ---
* Copyright (C) 2014 - 2019 TeamApps.org
* ---
* 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... | [
"info@teamapps.org"
] | info@teamapps.org |
d828d500e917c79db3d6de94be2e2d0780c09d51 | 1665a423eaf7cffe71b3af4150bbb7677e9d2d54 | /src/main/java/com/poker/model/Card.java | e671c1aee31f1b897de67cd2b6c4aa02a8efc0d4 | [] | no_license | DKS1974/poker | 824bb86b0943e5e9c9cb20cfd168926b1815795f | cbd7251e25fab2ab6d650170d7adeae70da71a5a | refs/heads/master | 2021-02-04T04:54:00.890289 | 2020-02-27T22:14:25 | 2020-02-27T22:14:25 | 243,620,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package com.poker.model;
import lombok.*;
@NoArgsConstructor
@Setter
@Getter
@Builder
@AllArgsConstructor
public class Card {
private Ranks rank;
private Suits suit;
public @Override
String toString() {
return rank.getAsChar() + suit.name();
}
}
| [
"dominic.salmon@gmail.com"
] | dominic.salmon@gmail.com |
ff8633e2ec58df60cc85af94e96f441176baaabb | b7968352a602687f59cb801dcec234d12d0a491b | /studentManage/src/main/webapp/js/web/dao/StudentDao.java | 04a34d06cb8f537d4a47c472ea78f37229f6dcc5 | [
"MIT"
] | permissive | IsSenHu/studentRedisManage | 5338abbaac5a9a24ab465a6f27fed3121282eaee | b09e4e84c56a43149f06fa9b226b604eb38ea93d | refs/heads/master | 2021-05-01T21:25:47.410618 | 2018-02-10T02:33:06 | 2018-02-10T02:33:06 | 120,977,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.husen.web.dao;
import com.husen.web.pojo.Student;
import java.util.List;
public interface StudentDao {
boolean addStudent(Student student) throws Exception;
List<Student> pageStudent(long offset, long end) throws Exception;
Long total() throws Exception;
Student findStudentById(String stu... | [
"1178515826@qq.com"
] | 1178515826@qq.com |
ea17785a79ef8d6d9f17213cf964461fa64ef281 | 374ad03287670140e4a716aa211cdaf60f50c944 | /ztr-framework/framework-dao-base/src/main/java/com/travelzen/framework/dao/rdbms/SequenceGenerator.java | 901a40917614ef96afb40c0cf5d0f47ffe1efbab | [] | no_license | xxxJppp/firstproj | ca541f8cbe004a557faff577698c0424f1bbd1aa | 00dcfbe731644eda62bd2d34d55144a3fb627181 | refs/heads/master | 2020-07-12T17:00:00.549410 | 2017-04-17T08:29:58 | 2017-04-17T08:29:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,575 | java | package com.travelzen.framework.dao.rdbms;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.commons.lang3.StringUtils;
public class SequenceGenerator {
private static Map<String, SequencePool> seqMap = new ConcurrentHashMap<String, SequencePool>();
private BatchSequenceD... | [
"yining.ni@travelzen.com"
] | yining.ni@travelzen.com |
41411b07f9c528eb5008565d150c46bba1930c39 | e4b2b535b6f1e0c54f2f1424d6303db336512532 | /app/src/main/java/com/exalpme/bozhilun/android/bean/B15PSleepBean.java | 3ea63ffe41c56cc274a4075cfa8ca80a88ecfa22 | [
"Apache-2.0"
] | permissive | axdx1314/RaceFitPro | 56a7a4cefefc56373b94eb383d130f1bd4f7c6d9 | 6778c6c4fb11ba8697a64c6ddde8bfe95dbbb505 | refs/heads/master | 2020-03-17T08:29:10.096792 | 2018-05-23T02:08:23 | 2018-05-23T02:08:23 | 133,440,315 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,411 | java | package com.exalpme.bozhilun.android.bean;
import android.os.Parcel;
import android.os.Parcelable;
import com.exalpme.bozhilun.android.bleutil.MyCommandManager;
import com.exalpme.bozhilun.android.util.Common;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Generated;
impo... | [
"1598013489@qq.com"
] | 1598013489@qq.com |
7becde4b2b07d35a80a8db918422bedaccaffb9b | e2e1ed13113d2055e7764ae372312f66dd03d1b1 | /ListViewTable/gen/com/android/listview/table/BuildConfig.java | 87f54a5ebad43ece64a855222c40b3cbe13b6b98 | [] | no_license | hello022546/ListViewTable | fd1053035dc219c6dac15289fcdb0e727b0fa653 | bf6f394b6da51926e93f4fb17a57d1f9ec4e7e60 | refs/heads/master | 2021-05-29T11:12:44.077554 | 2014-10-06T01:59:19 | 2014-10-06T01:59:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | /** Automatically generated file. DO NOT MODIFY */
package com.android.listview.table;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"park@192.168.1.156"
] | park@192.168.1.156 |
f5978369c72614e0bbe512efa98cabdb1f59094e | 60add028efbdd94f37be24a59e0d596afba997d5 | /src/main/java/com/cs4everyone/algorithms/sort/QuickDualPivot.java | e39bd80ed0b7d1168cc64b5d204a89ce2b5dd758 | [
"Apache-2.0"
] | permissive | pedro-abundio-wang/algorithms-in-java | 202f9fe050bf55c62bc2879c8d9df92cdeff8fa4 | 994ecc0ab1c8012bef0a09f76caa0db284d85258 | refs/heads/main | 2023-08-31T15:11:49.703355 | 2021-10-25T03:33:31 | 2021-10-25T03:33:31 | 325,492,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.cs4everyone.algorithms.sort;
public class QuickDualPivot {
// quicksort the array array[] using dual-pivot quicksort
public static void sort(Comparable[] array) {
Knuth.shuffle(array);
sort(array, 0, array.length - 1);
}
// quicksort the subarray array[low .. high] using dual-pivot quicks... | [
"pedro.abundio.wang@gmail.com"
] | pedro.abundio.wang@gmail.com |
52b1e9473559e12957091ed89b3c3b51ae423092 | 387df90e72b2a7b22a6194e3b7dcea8affba340a | /bioeasy-common/src/main/java/com/bioeasy/common/utils/FileUtils.java | 2b3ac0cc53883175532ffd9b1e5b868a1085bc18 | [] | no_license | lihuiyao1986/bioeasy | d4d8d71a164fd043013683d8ae0e2cf8b88af692 | 78a6becc23927fc978a76c5c13ba1f557023417d | refs/heads/master | 2020-07-22T21:34:38.425360 | 2016-11-15T14:44:40 | 2016-11-15T14:44:40 | 73,822,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,778 | java | package com.bioeasy.common.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.*;
/**
* 文件操作工具类
* 实现文件的创建、删除、复制、压缩、解压以及目录的创建、删除、复制、压缩解压等功能
*/
public class FileUtils extends org.apache.commons.io.FileUtils {
private static Logger log = LoggerFactory.getLogger(FileUtils.class);
/**
... | [
"zjh123456"
] | zjh123456 |
0e2e383fdfa50007e655ff69f426d5695c22275e | 69f7759eeae8f293b05464e9e3d514aba102071f | /src/org/xgx/basic/concurrent/c5/Memoizer.java | 1023dbc06f5f353c72259c62683f08acf7d02313 | [] | no_license | mythsya/javabasic | 2b33e54b64bca777707f0c0a879649e4336c5319 | b7c82e2a02cc03bd2d983761485dba30213c56b6 | refs/heads/master | 2016-09-13T13:10:51.745011 | 2016-05-11T06:15:41 | 2016-05-11T06:15:41 | 58,472,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package org.xgx.basic.concurrent.c5;
import java.util.concurrent.Callable;
import java.util.concurrent.CancellationException;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import java.util.concurrent.FutureTask;
public class Memoizer... | [
"xgx@ubuntu"
] | xgx@ubuntu |
2ce60b5360a8873cbd2be6b5daa3ad8501fb93ee | ae63e93496afbef9bcec28ba5d0675d1b98c7b88 | /app/src/main/java/com/leungjch/universemaker/universe/Star.java | 798f56ee1ba40ac21fde44ac2780b998917341e8 | [
"Apache-2.0"
] | permissive | leungjch/universe-maker-app | dd4235fb4d68bfb2d835f5c6ea1f3b189044c440 | 5d4bb0da39c34af1970d3941b7e33f7b6ae11c2f | refs/heads/master | 2023-02-07T06:52:19.359950 | 2021-01-04T03:56:45 | 2021-01-04T03:56:45 | 291,570,869 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,008 | java | package com.leungjch.universemaker.universe;
import android.graphics.Paint;
import com.leungjch.universemaker.GameView;
import com.leungjch.universemaker.helpers.MassRadiusTuple;
import com.leungjch.universemaker.helpers.Vector2D;
import java.util.Random;
// Star is a subclass of a celestial body
public class Star ... | [
"justin.leung.ch@gmail.com"
] | justin.leung.ch@gmail.com |
60abeb77f7f37e7c7b44f8011536dbcc9906e545 | c74c2e590b6c6f967aff980ce465713b9e6fb7ef | /game-logic-reset/src/main/java/com/bdoemu/gameserver/model/skills/buffs/effects/SwimmingSpeedEffect.java | be54441e9b70318c665a3c5ea50803a396a1b659 | [] | no_license | lingfan/bdoemu | 812bb0abb219ddfc391adadf68079efa4af43353 | 9c49b29bfc9c5bfe3192b2a7fb1245ed459ef6c1 | refs/heads/master | 2021-01-01T13:10:13.075388 | 2019-12-02T09:23:20 | 2019-12-02T09:23:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,165 | java | package com.bdoemu.gameserver.model.skills.buffs.effects;
import com.bdoemu.gameserver.model.creature.Creature;
import com.bdoemu.gameserver.model.creature.player.Player;
import com.bdoemu.gameserver.model.skills.buffs.ABuffEffect;
import com.bdoemu.gameserver.model.skills.buffs.ActiveBuff;
import com.bdoemu.gameserve... | [
"511459965@qq.com"
] | 511459965@qq.com |
4c8de418dcfddad20ffa984adc69e9418966c1e7 | 5cd490e7a4e1deada9a8b502edeff06829bbe029 | /app/src/main/java/com/example/doctruyen/ManDangNhap.java | 68e90f93a9676be902d4e45773801dbd79efcb37 | [] | no_license | BaiKaiTa/DocTruyen | 3c761a569cc535e8adae246d05450f4116b5430b | 933d07ccd8bc9d7741ce1b086e1205bd69227b65 | refs/heads/main | 2023-09-03T18:03:28.717578 | 2021-10-30T13:23:57 | 2021-10-30T13:23:57 | 421,880,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,721 | java | package com.example.doctruyen;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.example.doctruyen.database.databasedoctruyen;
pu... | [
"bykyta269@gmail.com"
] | bykyta269@gmail.com |
f3e27458c86840987d6f5a7e3e4e422f2fa9d41c | 898d37790e866039ed5fb315982592d1965b0c09 | /app/src/main/java/com/example/midterm/MainActivity3.java | ac33c9200ccd200beeb7a5768194a5a7c46351da | [] | no_license | layaliElkordy/Midterm | 3d125bbea92be2f63620be8c0f06bf8d2b2a7304 | 5bd6a1c01d5d13195006f03c9a53203767cc28e4 | refs/heads/master | 2023-03-21T22:12:26.187904 | 2021-03-08T15:11:07 | 2021-03-08T15:11:07 | 345,697,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.example.midterm;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity3 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_m... | [
"75898638+layaliElkordy@users.noreply.github.com"
] | 75898638+layaliElkordy@users.noreply.github.com |
06d65a8a96d5a4d4c4fe344a082bc5f69a58caaf | 2ef484d237fccf39fecd1963bf956ffe6f1b80b3 | /service/src/main/java/com/yanerwu/annotation/Id.java | bc0b1a41892eb90e1128d07b4e31d7fc4aff1c82 | [] | no_license | zhi-heart/yanerwu | b279ac9d50da3b3573b2c54beb3e5f28c0307a15 | 31384ab075c8d906b52cef9f4c07243efb9f31cf | refs/heads/master | 2021-01-23T03:12:08.053223 | 2018-01-23T08:59:21 | 2018-01-23T08:59:21 | 86,053,812 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.yanerwu.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by Zuz on 2017/4/27.
*/
@Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
... | [
"zhi_heart@aliyun.com"
] | zhi_heart@aliyun.com |
9b88c0c3db45f72492d6dc94d8b49b12f49a5bdd | 1dd6c249609b1806b04c4f6aeac1f8fe49526878 | /src/java/org/chefx3d/model/MoveEntityTransientCommand.java | e53bac62a7fd19a01c58c5da21d8ad0fd5f50c06 | [] | no_license | rmelton/ChefX3D | fd6c05d2fe5f5ffa3f33a61fecfa57859ce51ff0 | d4580a8e885cdc8cd36ca384f309a16bb234f70e | refs/heads/master | 2020-12-25T05:18:00.352831 | 2011-05-31T16:53:15 | 2011-05-31T16:53:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,427 | java | /*****************************************************************************
* Copyright Yumetech, Inc (c) 2006-2007
* Java Source
*
* This source is licensed under the GNU LGPL v2.1
* Please read http://www.gnu.org/copyleft/lgpl.html for more information
*
... | [
"giles7777@gmail.com"
] | giles7777@gmail.com |
bb6a6b5233171fd68c523b56f17f9c0e8e807ad9 | c54db4844a5d93c0a6b57fdb680f306fe934fdb2 | /4.Breath First Search/Topological Sorting.java | b4e90de440b3979cd69de8421a97125c14b9c260 | [] | no_license | hanrick2000/9chapters_algorithm | 17dd8e21331ff7dda1f91f76d53b7ea399a8704c | 31da8a79fa143a502609552cc45cba076244aeba | refs/heads/master | 2022-01-16T22:27:02.384855 | 2019-09-08T19:54:30 | 2019-09-08T19:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,716 | java | /*
Given an directed graph, a topological order of the graph nodes is defined as follow:
For each directed edge A -> B in graph, A must before B in the order list.
The first node in the order can be any node in the graph with no nodes direct to it.
Find any topological order for the given graph.
Notice
You can assum... | [
"fanchi@ualberta.ca"
] | fanchi@ualberta.ca |
f91235458cf4f73856ed6866e73bb8f16c43f850 | 7ae75038fa483db726152aa2c546441eced38505 | /two-fer/src/main/java/Twofer.java | d4f58b1c4c96e68c916444636ea872614c7a989b | [] | no_license | AsmitaHari/ExercismCode | 41364f2de03ffb23f4c5fef1cf5e1708becc1491 | ab0362b67c000769b865d5c2b438d730d4c9fac0 | refs/heads/master | 2022-12-24T04:51:50.689604 | 2020-09-18T23:09:29 | 2020-09-18T23:09:29 | 296,747,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | public class Twofer {
public String twofer(String name) {
String message = new String("One for %s, one for me.");
if (name == null) {
return String.format(message,"you");
} else {
return String.format(message, name);
}
}
}
| [
"50839635+AsmitaHari@users.noreply.github.com"
] | 50839635+AsmitaHari@users.noreply.github.com |
23b9beb09658d4dea3fb05b0f0a5b8e98195aa09 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/29/147.java | e2d7982cd52f59677e39e2caaceac10c2bde6932 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package <missing>;
public class GlobalMembers
{
public static int k(int n)
{
int i;
int k1 = 1;
int k2 = 2;
int a;
if (n > 1)
{
for (i = 1;i < n;i++)
{
a = k2;
k2 = k1 + k2;
k1 = a;
}
}
else if (n = 1)
{
k2 = 2;
}
return k2;
}
public static int Main()
{
int n;
S... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
e76dfe219f1b469f3838f26675179e11549d2bcb | 6c24145ec45c05059a36f79d7910579a57af424f | /library/src/main/java/me/drakeet/library/UIImageView.java | db29517d7411bdc7c4fe2de6e8e7b7aed19ff067 | [
"MIT"
] | permissive | peterdocter/AndroidUIView | 569232291448635be6cce037f5fdb8faa3d13c1a | 7bc68ba1c1a8d94d7d2886bcd7cb686d45e4e9ed | refs/heads/master | 2021-01-17T18:09:43.863422 | 2015-09-02T13:35:30 | 2015-09-02T13:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,149 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 drakeet (http://drakeet.me)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the ri... | [
"drakeet.me@gmail.com"
] | drakeet.me@gmail.com |
a809710b7aada686ac1d28d06f1ecf88308ab677 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_439/Productionnull_43877.java | 3319675afc55a43a33b7a79ec8c9f98aebe48194 | [] | 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_439;
public class Productionnull_43877 {
private final String property;
public Productionnull_43877(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
52bcc87e632f6db71f7a4aeb4ef388e6629190f2 | ec2f55cfe93425b4237d656242a4f5be2d61aed3 | /AndroidLibrary/src/com/vlabs/ane/cameraroll/functions/LoadPhotoAtIndexFunction.java | 87573441874ce191cb013d66168e145ad9161449 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | rivella50/ANE-CameraRoll | 4d3c0e7b5fee598ae3215232f5f372e13e290d4b | ac0602a57e52f8948654b66f5e58503a9d9e4fdf | refs/heads/master | 2020-12-30T09:37:57.399995 | 2013-04-23T13:30:36 | 2013-04-23T13:30:36 | 8,653,016 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.vlabs.ane.cameraroll.functions;
import com.adobe.fre.FREContext;
import com.adobe.fre.FREFunction;
import com.adobe.fre.FREObject;
public class LoadPhotoAtIndexFunction implements FREFunction {
@Override
public FREObject call(FREContext arg0, FREObject[] arg1) {
// TODO Auto-generated method stub
r... | [
"valentin.treu@gmail.com"
] | valentin.treu@gmail.com |
c27238ccb17f77c635592f0015ceacaa3bfd0c5b | dcbc03ccddb98fdc7fe2035edaa78b28a9629474 | /src/com/chinaunicom/homework/servlet/LogoutServelt.java | 256e8f8861dcd011c7b92de8d384b6acc9ce4196 | [] | no_license | chengxinxiaofeng/chinaUnicomTrainPractice | 9d3d3479781eca380fcfd2a9a5bff319e28941b5 | 661b71cfbc09cd2e28cb1bec21a6f2a1d676a908 | refs/heads/master | 2020-06-11T15:26:49.472217 | 2019-06-27T02:51:25 | 2019-06-27T02:51:25 | 194,010,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.chinaunicom.homework.servlet;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* 张永峰
* @author Administrator
* 退出登录
*
*/
@WebServlet("/logout")
public class LogoutServelt... | [
"zhangyf2327@chinaunicom.cn"
] | zhangyf2327@chinaunicom.cn |
9baccd17d79fbe041b3a6a96b617ebb77054eab1 | 5dc8faa95699b22cd4b564ea2ee20aa2977bf8fd | /src/org/openelis/ui/widget/table/event/FilterHandler.java | e094c44a528517d53a91ac7871ffb41651530a00 | [] | no_license | mbielicke/OpenELIS-UI | 0b47cde80cb73edce965b402708923040c3ca9f6 | 32dcf69b17d419b877cd68a6cc7d1408729b1fad | refs/heads/master | 2021-01-11T00:44:51.796516 | 2016-08-10T18:19:42 | 2016-08-10T18:19:42 | 70,498,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package org.openelis.ui.widget.table.event;
import com.google.gwt.event.shared.EventHandler;
public interface FilterHandler extends EventHandler {
public void onFilter(FilterEvent event);
}
| [
"travis.schmidt@gmail.com"
] | travis.schmidt@gmail.com |
f0b43ddc1f7d93220ce042999b93ea0a42cd794a | c7723fcf2a69a60b07fb866afa3bd0456474bc7b | /src/main/java/org/robotframework/formslibrary/operator/HorizontalScrollBarOperator.java | 409c55d3313c3d14e19bb145f26caeff5916190c | [
"Apache-2.0"
] | permissive | dvanherbergen/robotframework-formslibrary | 295db27bf5213dfb9784a5815a66229351b78a48 | c71aadc994f40d828c35155f6a35c8d9d7a1e888 | refs/heads/master | 2020-04-12T03:46:44.091434 | 2017-04-20T14:42:41 | 2017-04-20T14:42:41 | 62,289,888 | 5 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | package org.robotframework.formslibrary.operator;
import java.awt.Component;
import java.awt.Container;
import org.robotframework.formslibrary.chooser.ByComponentTypeChooser;
import org.robotframework.formslibrary.chooser.ByOrientationChooser;
import org.robotframework.formslibrary.chooser.CompositeChooser;
i... | [
"davy.vanherbergen@gmail.com"
] | davy.vanherbergen@gmail.com |
4fb40ed4f31260aea43819da0c588a65c7ac9302 | f3332975a54623a1ef31aced2c20e355c7626fa0 | /library/src/main/java/com/mobilesolutionworks/android/exe/WorksExecutor.java | e2bf5c6f04a75ed15cae100487b8f2e084f29941 | [] | no_license | yunarta/works-base-android | 1e55a04b6c71b65b9a2995d12f1092f1d28fb472 | 508533bb56cc38babb88c3e034eb9af8f464df03 | refs/heads/master | 2021-01-23T12:57:21.635940 | 2016-01-10T17:14:39 | 2016-01-10T17:14:39 | 46,443,289 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.mobilesolutionworks.android.exe;
import android.os.Handler;
import android.os.Looper;
import java.util.concurrent.Executor;
/**
* Created by yunarta on 19/11/15.
*/
public class WorksExecutor
{
static class MainExecutor implements Executor
{
MainExecutor()
{
mHandler... | [
"yunarta@vcube.co.jp"
] | yunarta@vcube.co.jp |
1a6a2c785f7d97e5e1a9f7a5fbee63f86c5e1647 | f3ec391704c9c418d70808a38231ca66d16ab607 | /SchoolProject/2ndFall2020/week1/httpServer/src/gk/company/Main.java | d5af930383bff753be528891404fa9e864348ff7 | [] | no_license | gkwazy/SchoolProjects | efc457056fde56c9539b4f1d287396784ec80d5d | 30068f02ad6291ee250dd43e981a2f656886ff98 | refs/heads/master | 2023-07-09T20:48:50.900596 | 2021-08-09T17:20:30 | 2021-08-09T17:20:30 | 394,379,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | package gk.company;
import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.*;
public class Main {
private static ServerSocket server;
public static void main(String[] args) throws IOException {
server = new ServerSocket(8080);
System.out.println("Listening for... | [
"35306836+gkwazy@users.noreply.github.com"
] | 35306836+gkwazy@users.noreply.github.com |
2c50cf961e76a3facae00a034236afb23c2e0eaf | a8e6cb7b256f8a2d7cef8100dcda91ef2eacbbd0 | /reservation-api/src/main/java/ca/ulaval/glo4002/reservation/exceptions/RestException.java | 2a70cee3a785f7ef3bcabe6a851257b7905c8d2a | [] | no_license | bigpkd/glo-4002-maitre-T | 9354d9622cd5129ba2f339a2320c04f072a7136a | 614699edac8f1969ddd0ad2321765275de063f34 | refs/heads/master | 2023-02-15T13:25:29.023813 | 2021-01-14T13:03:24 | 2021-01-14T13:03:24 | 329,617,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package ca.ulaval.glo4002.reservation.exceptions;
public abstract class RestException extends RuntimeException {
public RestException(String message) {
super(message);
}
public abstract String getError();
}
| [
"bigpkd@yahoo.fr"
] | bigpkd@yahoo.fr |
20b4dd8bbcae6e83d252031e39b66f46023984e9 | 2dfada3a7c42b541b7af3da7e6f9cc3d87c424ec | /src/main/java/com/code/service/impl/CategoryServiceImp.java | c26b3d3d0c899f071742095a00c4c1af8a1064df | [
"Apache-2.0"
] | permissive | yanchhuong/WESERVDEV | a37993d976aa15e3e0f697ff05c4ddd5dc9fad61 | 727ceb61578f8185b690505fbbce16b2c0a640cf | refs/heads/master | 2021-09-13T14:10:33.773601 | 2018-05-01T02:55:18 | 2018-05-01T02:55:18 | 113,276,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,457 | java | package com.code.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.code.dao.ICategoryRepository;
import com.code.model.CategoryBean;
import com.c... | [
"yanchhuo_ng@yahoo.com"
] | yanchhuo_ng@yahoo.com |
21c00bc5105bb9242f27808dadd67493d413a4f7 | 4119b75e437c7dbccab677e98b5c00918abf5ed1 | /svn-webapp/src/main/java/com/tusia/dto/PieChartCommits.java | 6b3a4eccf5ea23b309837280d8d836cd448720c4 | [] | no_license | qulith/svn-stats | 9b97a2f6bb7fab15cf4f547f9c73e467868c6b10 | 4e2ca7e7b8739570858c5cc9c025220ec5e419b0 | refs/heads/master | 2020-04-06T03:34:08.898088 | 2011-11-13T00:32:04 | 2011-11-13T00:32:04 | 2,753,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.tusia.dto;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
public class PieChartCommits {
protected String name;
protected int y = 0;
public JSONArray getJson()
{
JSONArray retVal = new JSONArray();
retVal.add(name);
retVal.add(y);
return retVal;
}
public String ge... | [
"qulith@yahoo.com"
] | qulith@yahoo.com |
4f6983536af3911a9a200e0bde18042354500b14 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_8fde77a843431037fde796c92b22f699bd28953f/ReactorTarget/4_8fde77a843431037fde796c92b22f699bd28953f_ReactorTarget_t.java | 5d79d549d4b2c95cd6b85d1919eaf7f6cf5d425d | [] | 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 | 930 | java | package openccsensors.common.sensors.industrialcraft;
import ic2.api.IReactor;
import ic2.api.IC2Reactor;
import java.util.HashMap;
import java.util.Map;
import net.minecraft.src.TileEntity;
import net.minecraft.src.World;
import openccsensors.common.api.ISensorTarget;
import openccsensors.common.sensors.... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8fc36f2a52e258554a05b460a02a24676dd5d229 | 13d11f557f625c7c57397ecb7e78bcfe64c8121c | /src/main/java/com/example/administrator/fragmenttest_04_44/BookDetailFragment.java | e50e53e7e7ddc398bea37de5b7c23eb58571b8cd | [] | no_license | shenquan/GithubFragmentTest_04_4.42 | 97cd3bfd71ae7253021e35d06beea77f2939dc44 | e1b67a0f4ae586dba82fbf2988a1f628dfcd9c45 | refs/heads/master | 2021-01-10T03:47:06.430919 | 2016-01-14T16:20:01 | 2016-01-14T16:20:01 | 49,659,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java | package com.example.administrator.fragmenttest_04_44;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* Created by Administrator on 2016/1/14.
*/
public class BookDetailFragment ex... | [
"1173956412@qq.com"
] | 1173956412@qq.com |
08b32335db1db4d7e507d9557abf59568e7a54f3 | b75f9e2399a67d4d25219d6bd55a31d93aa7255d | /MoodAnalyzerTest.java | 76666e8b68e252397439a87cc06162c43933c530 | [] | no_license | Ansh2103/Mood_Analyzer_Test | 5e30728755356114997fd892ba4e35ab76b55dc6 | 7df31e1e8ab2c664b8ff0869560ec5c64cbe2a2a | refs/heads/master | 2023-01-04T18:56:28.521936 | 2020-11-02T14:04:48 | 2020-11-02T14:04:48 | 309,381,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | import org.junit.Assert;
import org.junit.Test;
public class MoodAnalyzerTest {
@Test
public void testMood_WhenStringContainSad_ShouldReturnSad() {
MoodAnalyzer moodAnalyser = new MoodAnalyzer("I am in Sad Mood");
String isMoodSad = moodAnalyser.analyzeMood();
Assert.assertEquals(... | [
"swayamshubham007.sm@gmail.com"
] | swayamshubham007.sm@gmail.com |
6ccdb370e14249d603912584eac224506b9e6ad6 | 632b69bd7637a01077ec7754d5011c52f4541022 | /FunctionalTest/src/main/java/com/accusoft/tests/ocs/common/utils/amazon/DownloadFileFromS3.java | 93aeab81d0c25a88a66646a68ca37e04e7ae89da | [] | no_license | ArtemKasjanenko/FunctionalTest | 7bcd150821bbd31a5f1d4d8dfeb20ad5ebba9679 | 7211865cc786b14a7b996cafc640d38a268feb4a | refs/heads/master | 2021-01-21T21:42:36.108756 | 2016-02-04T14:33:37 | 2016-02-04T14:33:37 | 49,976,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,786 | java | package com.accusoft.tests.ocs.common.utils.amazon;
import java.io.File;
import java.util.List;
import com.accusoft.tests.ocs.common.utils.FSUtils;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.model.GetObjectRequest;
import com.amazonaws.services.s3.model.S3ObjectSummary;
pub... | [
"kasjan787@gmail.com"
] | kasjan787@gmail.com |
1e0d24cdb7a416ff20218662212a250e0926151f | f60d91838cc2471bcad3784a56be2aeece101f71 | /spring-framework-4.3.15.RELEASE/spring-websocket/src/main/java/org/springframework/web/socket/server/support/package-info.java | 33b4aec1832186c90212574e15ad6bfbf78eb8a3 | [
"Apache-2.0"
] | permissive | fisher123456/spring-boot-1.5.11.RELEASE | b3af74913eb1a753a20c3dedecea090de82035dc | d3c27f632101e8be27ea2baeb4b546b5cae69607 | refs/heads/master | 2023-01-07T04:12:02.625478 | 2019-01-26T17:44:05 | 2019-01-26T17:44:05 | 167,649,054 | 0 | 0 | Apache-2.0 | 2022-12-27T14:50:58 | 2019-01-26T04:21:05 | Java | UTF-8 | Java | false | false | 162 | java | /**
* Server-side support classes including container-specific strategies
* for upgrading a request.
*/
package org.springframework.web.socket.server.support;
| [
"171509086@qq.com"
] | 171509086@qq.com |
a42749e2ff2bf641ec45289d2fcee6b1f763fb04 | cc47da9d0dd0d0686b6e8f3dd8ad23305e9191a6 | /src/main/java/de/uniks/se19/team_g/project_rbsg/ingame/model/Selectable.java | 6189bf767fcdb14a7cc820cdcc166eefcf0b5b0e | [] | no_license | DerYeger/Project_RBSG | 01f700b846ffc74c8b9875efb7d6d08bf23ba0e2 | d92afb6c75fe7d6e48d8b5ae95241825d4310776 | refs/heads/master | 2023-03-14T04:42:24.022708 | 2021-02-27T17:29:37 | 2021-02-27T17:29:37 | 342,914,268 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package de.uniks.se19.team_g.project_rbsg.ingame.model;
import javafx.beans.value.ObservableBooleanValue;
import org.springframework.lang.Nullable;
public interface Selectable {
boolean isSelected();
void setSelectedIn(@Nullable Game game);
ObservableBooleanValue selectedProperty();
default void c... | [
"goatfryed@gmail.com"
] | goatfryed@gmail.com |
a2e26dd9710d4fd2391aa588e640e950f74c6357 | b69ac8ef168bfb98f1567315d1afbed7ab60c8c0 | /src/com/mg_movie/adapter/RadioType.java | 30d634d103fbef7aa66ac04f06a0f14f73f60cf8 | [] | no_license | rockchow2002/MG_MOVIE | 5d9e91492b41a11314d5aeabb82d7e2f34cd1b40 | 63816dc568793fa77b5c72588dfbd11acfa8f215 | refs/heads/master | 2021-01-21T06:00:43.426875 | 2013-09-30T09:33:08 | 2013-09-30T09:33:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.mg_movie.adapter;
import android.os.Parcel;
import android.os.Parcelable;
public class RadioType implements Parcelable {
private String url;
private String name;
@Override
public int describeContents() {
return 0;
}
public RadioType() {
}
private RadioType(Parcel in) {
readFromParcel(in);... | [
"jwzhangjie@163.com"
] | jwzhangjie@163.com |
8f660102cd6b1920b83d378116606289879e87e9 | 680f7d92cc608cc6850cd5c150226aacbb419c06 | /andEngineLib/src/main/java/org/andengine/entity/particle/initializer/GravityParticleInitializer.java | 1273061c3649dfac2f32e1b5c65d737cbc1b6090 | [] | no_license | mnafian/IsometricMapExample | e002b3e165abb5e52ec13fb4f541de155688bbc0 | 9dc08b462f5ad02cf70eab16328437fe5c8ad141 | refs/heads/master | 2021-01-22T06:58:51.347531 | 2015-08-19T08:27:05 | 2015-08-19T08:27:05 | 35,424,784 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,569 | java | package org.andengine.entity.particle.initializer;
import org.andengine.entity.IEntity;
import android.hardware.SensorManager;
/**
* (c) 2010 Nicolas Gramlich
* (c) 2011 Zynga Inc.
*
* @author Nicolas Gramlich
* @since 12:04:00 - 15.03.2010
*/
public class GravityParticleInitializer<T extends IEntity> extends ... | [
"mnafian@icloud.com"
] | mnafian@icloud.com |
6d65a248cd06438384d52e8d391738212e9e1aaf | b01df13858b253323428438451f75ffbd82b068a | /src/main/java/com/jerait/lifecontrol/desktop/MainPreloader.java | 88bb9315cefec9768bf6d17bb8c16f1cb9ddc014 | [] | no_license | sbobrov85/lifecontrol-desktop | 37a4574e8c35216f35a7191c26653f3019d68d0f | a25e42e11d64587802f9ddd182a56f6c619e9fa5 | refs/heads/master | 2021-01-12T04:53:53.037333 | 2017-05-02T03:22:47 | 2017-05-02T03:22:47 | 77,807,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,033 | java | package com.jerait.lifecontrol.desktop;
import com.jerait.lifecontrol.desktop.utils.GUI;
import javafx.application.Preloader;
import javafx.application.Preloader.StateChangeNotification.Type;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.stage.StageStyle;
/**
* Main preloader class.
*/
public ... | [
"sbobrov85@gmail.com"
] | sbobrov85@gmail.com |
83954e8da4438cf0a51b7925337592326d969ee7 | a57ae3aec49e11b5977c80907d632fde5497da87 | /algorithm1/src/jianzhioffer/T23.java | a532c4344d899b9060843f698e5f8742165a0ba1 | [] | no_license | sy1121/algorithm1 | 39348239c900e5cfc1c2a09d1ac871088add5a04 | 49703f03f6262b49de8537374d88483dc4f8ace3 | refs/heads/master | 2021-01-17T18:11:04.283952 | 2019-07-04T09:54:18 | 2019-07-04T09:54:18 | 71,196,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package jianzhioffer;
import java.util.LinkedList;
import java.util.Queue;
import algorithm.TreeNode;
/**
* 从上到下打印二叉树
* @author sy
*
*/
public class T23 {
public void printTree(TreeNode head){
if(head==null) return ;
Queue<TreeNode> q=new LinkedList<TreeNode>();
q.add(head);
while(!q.isEmp... | [
"623559714@qq.com"
] | 623559714@qq.com |
44f169e6c1a2eb9e5bfa7f9662c5f57d0f6e2920 | 7fd5f572169a7e50d10ed0d5e5966a43a8293be4 | /JavaProject/src/main/java/com/danner/java/jvm/memory/RuntimeConstantPoolOOM.java | 214e7dc4ec151a84d5c6758cd6f08cfe59019840 | [] | no_license | vendanner/program-language | 0f57dfe1ec24ad2fe53fc2832ecc4265f830d50b | bafbeade9cde1da9f21dc927cc493961feb5df30 | refs/heads/master | 2023-08-05T07:04:04.536507 | 2022-04-26T01:11:01 | 2022-04-26T01:11:01 | 202,111,639 | 1 | 0 | null | 2023-07-22T14:26:51 | 2019-08-13T09:33:55 | Python | UTF-8 | Java | false | false | 465 | java | package com.danner.java.jvm.memory;
import java.util.ArrayList;
import java.util.List;
/**
* Java8 VM Args:-Xms10m -Xmx10m -XX:-UseGCOverheadLimit
* JDK 8 运行时常量池在 heap 中,设置对大小10M
*/
public class RuntimeConstantPoolOOM {
public static void main(String[] args) {
List<String> list = new ArrayList<String>(... | [
"18042304384@163.com"
] | 18042304384@163.com |
af77e52677ef2a64bb41f52f43a3c343a6a0038a | f69976ab2b2f80d76c08f1d0001045321c2f93ec | /app/src/main/java/com/shoppay/wyoilnew/modle/InterfaceWeixinPay.java | 07be87f7e6e0e5938d5ec3bc1656f0281b5d6096 | [] | no_license | yy471101598/chuanfooilnew | 632ac7bee9c078385da7969fe8c7d5fb9c97efd8 | 5761ed60b0026f8e2b998f1285ba954f0baa6d4b | refs/heads/master | 2020-04-06T14:54:26.427759 | 2019-01-15T09:53:23 | 2019-01-15T09:53:23 | 157,558,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.shoppay.wyoilnew.modle;
import android.content.Context;
public interface InterfaceWeixinPay {
public void weixinPay(Context context,String moeny,String orderNo,String pName, InterfaceMVC interf);
}
| [
"471101598@qq.com"
] | 471101598@qq.com |
77150fff00cdfa5f400472cb68148bc6bb29fcb8 | 5bac73779fcd921b4e56e629593bbe7c0c83b049 | /src/automatizedocumentation/AutomatizeDocumentation.java | 864fb2d890abbdc5518daef8ec47f1729f42f472 | [] | no_license | danianepg/automatize-documentation-gitlab | 38a285c170ad85b14de7401fa3a676116bb2415a | 896fab3bdecb4a1871ee04ce7c601cc2dc764d33 | refs/heads/master | 2022-11-15T07:01:36.473688 | 2020-07-14T21:50:41 | 2020-07-14T21:50:41 | 279,690,263 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,819 | java | package automatizedocumentation;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import org.gitlab4j.api.GitLabApi;
import org.gitlab4j.api.GitLabApiException;
import org.gitlab4j.api.models.CommitAction;
import org.gitlab4j.api.models.CommitAction.Action;
import org.gitlab4j.api.models... | [
"danianepg@gmail.com"
] | danianepg@gmail.com |
20c1ce3ee38d60a4b650486b97bafe9022166d36 | 11b248bd386d5354a13903eff3c90a2e397c2d82 | /app/src/main/java/cn/ac/iie/RPMod/fidouafclient/util/Preferences.java | ea547bb0672dbfcf7886fb28572cb1a6a6fcb824 | [] | no_license | JKRm/EBY_CHG_RP | cb4bdcb32ff97012129a7bf53c2ec4f5650d9528 | 5e067db18275917cec737163bc555af8b59164b4 | refs/heads/master | 2021-01-17T13:10:14.802233 | 2016-06-22T13:49:27 | 2016-06-22T13:49:27 | 59,728,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package cn.ac.iie.RPMod.fidouafclient.util;
import android.content.SharedPreferences;
public class Preferences {
private static String PREFERANCES = "Preferances";
public static String getSettingsParam(String paramName) {
SharedPreferences settings = getPrefferences();
return settings.getString(paramName, ""... | [
"kouruiming@iie.ac.cn"
] | kouruiming@iie.ac.cn |
216c453e64473423d09fcdb996a7e420a6876572 | a9ef8a52f7465482a3d85382397a5ede688e770b | /web/src/main/java/cn/dunn/controller/ChatGroupController.java | 5b96dd079cb8badab44cadc0a19ac2efc0b51579 | [
"Apache-2.0"
] | permissive | weimeittx/im-server | d81906c19eca6ed0a6eaa52e287996757fc1087e | 71dcfc01b421f2678499452bfde584186c301d98 | refs/heads/master | 2021-01-11T03:35:11.436861 | 2016-09-30T09:03:31 | 2016-09-30T09:03:31 | 68,942,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package cn.dunn.controller;
import cn.dunn.mode.ChatGroup;
import cn.dunn.mode.GroupMember;
import cn.dunn.mode.HttpResult;
import cn.dunn.mode.User;
import cn.dunn.mongo.ChatGroupRepository;
import cn.dunn.mongo.GroupMemberRepository;
import cn.dunn.util.WebUtil;
import org.bson.types.ObjectId;
import org.springframe... | [
"422450455@qq.com"
] | 422450455@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.