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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
177fb51e7a5a04c8380ba16fefcb7128ab470bac | 35d90b457e828c28eb568bc5d62cbf840649592e | /src/main/java/com/mycompany/todolist/service/StateService.java | 951c037fac0c11a8daf3407a57386880559ede3f | [] | no_license | Dmytro1996/todo-list | 69aa08e868ab09e2c1dda75b97564649bfe047e8 | a9851fc568d231503c7b313fbd9bd65710baa393 | refs/heads/master | 2023-01-20T19:29:14.949455 | 2020-11-30T12:30:39 | 2020-11-30T12:30:39 | 316,781,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.mycompany.todolist.service;
import com.mycompany.todolist.model.State;
import java.util.List;
public interface StateService {
State create(State state);
State readById(long id);
State update(State state);
void delete(long id);
List<State> getAll();
State getByName(String name);
... | [
"dmytr@DESKTOP-N8AF4RV"
] | dmytr@DESKTOP-N8AF4RV |
8760c01c30c3fa9555046b4315f176c5bbea08ab | e62f83e5e172529b4010c36055da4255414bb761 | /app/src/main/java/com/example/linh/myapplication/NotificationCombindation.java | a9942ed09e7a5b6fdfdb5a16ab60927e5c0b52c5 | [
"Apache-2.0"
] | permissive | linhphan0108/NitificationCombinenation | 2ec049b7d9e397bab42f80f007ef4e5c761c55cc | 12851a49cae2b6132df9e6ae3dcfeae5a5d97e2a | refs/heads/master | 2021-01-13T11:22:58.070567 | 2017-02-09T04:53:51 | 2017-02-09T04:53:51 | 81,410,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,381 | java | package com.example.linh.myapplication;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.media.RingtoneManager;
import android.net.Uri;
import andr... | [
"linh.phan@appsters.net"
] | linh.phan@appsters.net |
cc5d84f61d49b3e0fa6127f5c13ba930f9703460 | e5b43ba08d23ea7be037f08274118c5b07ce4455 | /assignment5/src/com/qainfotech/Assignment_tatoc/ReadObjects.java | 2cc2661857f62651d73eb059e9dd60bc0b08c4eb | [] | no_license | sumitmishraqait/Assignmnet5 | 85caf1e83f577d61daeb81bdd682e0f35fe88c85 | cf0abdb24cb07004d2856836d2b2c97da4337876 | refs/heads/master | 2021-01-01T18:16:52.831359 | 2017-07-27T12:33:18 | 2017-07-27T12:33:18 | 98,295,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package com.qainfotech.Assignment_tatoc;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class ReadObjects {
Properties p = new Properties();
public Properties getproperties() throws IOException {
InputStream inputSt... | [
"sumitmishra@QAIT.COM"
] | sumitmishra@QAIT.COM |
febb4c29337b8c3c58582b6cd60a31d04bad1734 | 02597a3698d5d2d0026802c549e5626265cb9a5f | /app/src/main/java/com/example/friendsapplication/data/Moment.java | 17e2d779dc2d07c6b41fe0b3fb0cdc4d83f7c7cd | [] | no_license | Summerdise/friends_application | a3a09033beed59b0b2c2dac98a595b480381f970 | bf8e29691713c325d090d16b7e1b7aab6ed8c4ed | refs/heads/master | 2023-02-06T14:37:42.934765 | 2020-12-10T02:32:30 | 2020-12-10T02:32:30 | 313,183,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,372 | java | package com.example.friendsapplication.data;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import com.example.friendsapplication.data.Comment;
import java.util.Date;
import java.util.List;
@Entity(tableName = "moments")
public class Moment {
@PrimaryKey(autoGenerate = true)
private int id;
... | [
"350464517@qq.com"
] | 350464517@qq.com |
cc81fb0154e6d0ae5942fd6bc6f6df01b3d221a7 | 9ba8a9a4536b8f484f0fc009d4803df52bcae921 | /src/com/javaex/ex01/Ex01.java | 408d7a8db2a7e884be85be838c60b5fa09b27d54 | [] | no_license | yangjis/Chapter01 | 3e63031c1e020b9490fc94219adca89334add5be | 1008b6841fc123e326a97cd3812564177ddbd23d | refs/heads/master | 2022-07-02T21:33:50.301850 | 2020-05-12T06:25:33 | 2020-05-12T06:25:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package com.javaex.ex01;
public class Ex01 {
public static void main(String[] args) {
// int myAge;
// myAge = 25;
// System.out.println(myAge);
// myAge = 26;
// System.out.println(myAge);
// int var01 = 10;
// int var02 = 20;
// int var03 = -30;
// int var01 = 10, var02 = 20, var03 ... | [
"hi@DESKTOP-53P5LLN"
] | hi@DESKTOP-53P5LLN |
2a6e4d7479b23305f9c493461772dbb990fa9fbf | 122287275ec1666cc27a6b6d06bab4f8b1c4ff33 | /jconstraints/src/main/java/gov/nasa/jpf/constraints/util/TransformVarVisitor.java | c0f5ae33c30e4fa88e276b210512e991ebb72e7d | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | NJUCWL/symbolic_tools | f036691918b147019c99584efb4dcbe1228ae6c0 | 669f549b0a97045de4cd95b1df43de93b1462e45 | refs/heads/main | 2023-05-09T12:00:57.836897 | 2021-06-01T13:34:40 | 2021-06-01T13:34:40 | 370,017,201 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | /*
* Copyright (C) 2015, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The PSYCO: A Predicate-based Symbolic Compositional Reasoning environment
* platform is licensed under the Apache License, Version 2.0 (the "L... | [
"48467952+NJUCWL@users.noreply.github.com"
] | 48467952+NJUCWL@users.noreply.github.com |
4833b0d4bddeb734e25a93e5745e8789781ed21e | 1ae8782adbb7136f21f14619016ac4f4afb5803f | /src/main/java/com/alon/ficticiusclean/resource/domain/ModeloResource.java | 58c36018b7f8652e9e2c6ef8cf53baba9f9f3901 | [] | no_license | paulosalonso/ficticius-clean | 2fcdd09c7710d5c7aecdc62815dad3dda63515b9 | 6af5ca956781b378bd9013999bdbeaed0d164f60 | refs/heads/master | 2020-08-21T23:50:46.006555 | 2019-10-21T15:17:14 | 2019-10-21T15:17:14 | 216,275,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.alon.ficticiusclean.resource.domain;
import com.alon.ficticiusclean.resource.domain.dto.CreateModeloInput;
import com.alon.ficticiusclean.resource.domain.dto.ModeloResourceDtoConverterProvider;
import com.alon.ficticiusclean.resource.domain.dto.UpdateModeloInput;
import com.alon.ficticiusclean.service.doma... | [
"paulo_alonso_@hotmail.com"
] | paulo_alonso_@hotmail.com |
41d9896ec5a3203df050d3eca392b1ea35bd4e80 | 73cc3242200fbead9fc36c21a8f80f4246628d6b | /basetool/src/main/java/com/zhuyongdi/basetool/widget/refresh/smart_refresh/api/RefreshHeader.java | 310d94fd7cd915603475911a77023f968ed00e8b | [] | no_license | zhuyongdi/base-tool | 6338f562dd54fa1fb790a75da34aa5ec3096aed5 | 7c1a97c216058f4318076bbf5df58ad0cdb80420 | refs/heads/master | 2020-04-29T04:07:43.041059 | 2019-05-10T09:11:42 | 2019-05-10T09:11:42 | 175,837,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.zhuyongdi.basetool.widget.refresh.smart_refresh.api;
/**
* 刷新头部
* Created by SCWANG on 2017/5/26.
*/
public interface RefreshHeader extends RefreshInternal {
}
| [
"904507761@qq.com"
] | 904507761@qq.com |
effb3f0a3846e2217bc25b0bd5fcc00fee782c48 | b7435239528825764648650d0afa171188a4c93d | /api/src/main/java/com/meli/useraccount/api/configuration/DatabaseConfiguration.java | 210f9675cd8ef73b0d1130c82af3ee10789b23d6 | [
"BSD-3-Clause"
] | permissive | danilopeixoto/user-account-service | ec8558e13874b3fd7d3bf825473b731e782fb7bb | 3a802b904915c8c91adbfb4764378f3dce6fcebb | refs/heads/main | 2023-06-02T20:34:26.869170 | 2021-06-23T01:13:05 | 2021-06-23T01:13:05 | 379,441,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package com.meli.useraccount.api.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.data.repository.init.Jackson2Rep... | [
"danilo.peixoto@mercadolivre.com"
] | danilo.peixoto@mercadolivre.com |
45e626f7a76aafc343c64038336bef72c9a03bd1 | 531452124c7cf2e89b878c07be41045b17ced567 | /src/main/java/com/niche/ng/service/mapper/GodownMapper.java | 67740931985dd7d8678dd9d3d2f2af0a19de1221 | [] | no_license | AnithaRaja90/ProjectGreenHands_isha | b93619014b74817c669c21b9bf5e7bfc29b5a03c | 377e43e60ae78c7e27d7d8a8caaf4f2ade65b446 | refs/heads/master | 2020-03-26T19:34:46.965548 | 2018-08-19T04:39:04 | 2018-08-19T04:39:04 | 145,272,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.niche.ng.service.mapper;
import com.niche.ng.domain.*;
import com.niche.ng.service.dto.GodownDTO;
import org.mapstruct.*;
/**
* Mapper for the entity Godown and its DTO GodownDTO.
*/
@Mapper(componentModel = "spring", uses = {})
public interface GodownMapper extends EntityMapper<GodownDTO, Godown> {
... | [
"ptnaveenraj@outlook.com"
] | ptnaveenraj@outlook.com |
9a57b62923766e7b80bf43ae3a008d4a2cc8e96e | 527598302e6669c815609d11f266e6fa79a9d23d | /app/src/main/java/com/example/tp3_1/Parametres.java | bce2e5f487ca87018c7eeede57858bb09ad699f1 | [] | no_license | lamvng/android_cipher_app | 59c9c94a3f6229ce398811a0e171fd973fe74bf1 | 1ae7c4b4de2b8016a5cc0abef6d91e40c1bece7c | refs/heads/main | 2022-12-31T04:42:13.606347 | 2020-10-11T17:31:06 | 2020-10-11T17:31:06 | 303,076,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,851 | java | package com.example.tp3_1;
import android.os.Parcel;
import android.os.Parcelable;
// https://www.youtube.com/watch?v=WBbsvqSu0is
// https://guides.codepath.com/android/using-parcelable
public class Parametres implements Parcelable {
// Parcel data types
private int chiffre_ou_pas;
private String algo;
... | [
"lam.nguyenvan1997@gmail.com"
] | lam.nguyenvan1997@gmail.com |
55e06a7d2d9b219ca7eb4f292d3a373fdfd1c647 | 9ede6e712d4fe8b5119465cf5a62537df948815c | /src/main/java/com/authentication/db/entity/UserCorporateProfileEntity.java | dd4cb50333db549313d2e22d1e2bc1c01bed1168 | [] | no_license | studyonlyonline/singlepointauth | 43f63407fc765f617d435d6d36cd4274ec2f5649 | d6e996be277adeeffa51c4a4dc8ea02092cf93dd | refs/heads/master | 2020-05-31T16:11:13.624203 | 2019-07-18T20:18:41 | 2019-07-18T20:18:41 | 190,376,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package com.authentication.db.entity;
import lombok.*;
import javax.persistence.*;
import java.time.LocalDateTime;
@Getter
@Setter
@Builder
@Entity
@Table(name = "user_corporate_profile")
@NoArgsConstructor
@AllArgsConstructor
public class UserCorporateProfileEntity {
@Id
@GeneratedValue(strategy = Generati... | [
"studyonlyonline@gmail.com"
] | studyonlyonline@gmail.com |
44d71618c6335d100381f071580a6b6fdf9f92db | 80845ec6e0cfd2684a009a6165faf7fbd6ee97f4 | /src/main/java/nz/theappstore/com/shoppingcartmodule/uiElements/adapters/CartListAdapter.java | fa5d59899f66396f71dd6475264c1a3f99a181bf | [] | no_license | vyomkeshj/ShoppingCartModule-Android | 52bf1342e297b181130fca347a4be97c49f00eca | 741c3911557aa1a73e1a6870db68cef11b1afe6e | refs/heads/master | 2021-09-26T06:43:43.321521 | 2018-01-30T02:35:16 | 2018-01-30T02:35:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,141 | java | package nz.theappstore.com.shoppingcartmodule.uiElements.adapters;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import nz.theappstore.com.shoppingcartmodule.R;
import nz.theappstore.com.shoppingcartm... | [
"vyomkeshjha@yahoo.com"
] | vyomkeshjha@yahoo.com |
3d37d3c72ab3a79b886e076e7df93db301c42d2a | 4e516583021b884f45c1763698d38996fed326f6 | /pcgen/code/src/java/pcgen/core/levelability/LevelAbilityList.java | 800ba436b45e79f07754fff3fea3b25eaf364d9a | [] | no_license | Manichee/pcgen | d993d04e75a8398b8cb9d577a717698a5ae8e3e9 | 5fb3937e5e196d2c0b244e9b4dacab2aecca381f | refs/heads/master | 2020-04-09T01:55:53.634379 | 2016-04-11T03:41:50 | 2016-04-11T03:41:50 | 23,060,834 | 0 | 0 | null | 2014-08-18T22:37:19 | 2014-08-18T06:20:19 | Java | UTF-8 | Java | false | false | 4,411 | java | /*
* LevelAbilityList.java
* Copyright 2001 (C) Dmitry Jemerov
*
* This library 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 2.1 of the License, or (at your option) any later ... | [
"tladdjr@gmail.com"
] | tladdjr@gmail.com |
e4dcb955319c2b1b242dcd560a0270e6abf39bba | ba6765646635580169580ef50b67fd742874654a | /app/src/main/java/com/tzh/designpattern/structure/adapterpattern/V5Desc.java | 2198c7b291771cd51f7af7484ee7485c4de81de4 | [] | no_license | tuzanhua/studydemo | 22fa0ff23ea3020f1883026879de18f1c763f479 | 9578985cc68be456ec02a7ae69bfecaec923edb2 | refs/heads/master | 2021-08-24T12:54:00.225996 | 2021-06-17T07:44:41 | 2021-06-17T07:44:41 | 254,353,887 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.tzh.designpattern.structure.adapterpattern;
/**
*
*
*
* create by tuzanhua on 2020/4/20
*/
public class V5Desc implements IVPolicy{
private V220Target target;
public V5Desc(V220Target target) {
this.target = target;
}
@Override
public int toV5() {
int i = target.d... | [
"13126130675@163.com"
] | 13126130675@163.com |
bb4032e0b5cbdb2f9144cf658f2a9bee3523a155 | 2ca044b4d80d460cbaf093ea828c06e97d728df8 | /EveryMarket_v2.1/src/everymarket/controller/ReviewController.java | 04ec5bca5e934d6b4c85fd19790eb0723e60dba6 | [] | no_license | QuangMuop/everymarket | 9f7fb2484c0a340b43ca2d13e9b299385d55d9be | 30ad7afeed20f4b2f743a439af78dd4598c58802 | refs/heads/master | 2021-01-10T20:57:53.425037 | 2013-06-10T05:14:14 | 2013-06-10T05:14:14 | 39,817,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,947 | java | package everymarket.controller;
import java.sql.Timestamp;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spring... | [
"kitchu@naver.com"
] | kitchu@naver.com |
2e67ceedfacf1ef92df18d4a6aedba8394a9cc3b | 8ead5ff8d527e4b4d98cd54e9b84f50ea824f2be | /cj.lns.chip.sos.website.market.app.cyberport/src/cj/lns/chip/sos/website/market/app/cyberport/component/GetMessagesComponent.java | 042f9633928bbb1c49a21fd2efd41fa017be97ee | [] | no_license | 911Steven/cj.lns.sos | 9976efcf28418094e315324a4ce145c56bb57478 | af82a5e7555b99780a9606b5e848861ce1ae5503 | refs/heads/master | 2020-07-05T16:22:11.341767 | 2018-10-12T02:13:41 | 2018-10-12T02:13:41 | 202,696,541 | 1 | 0 | null | 2019-08-16T09:10:35 | 2019-08-16T09:10:35 | null | UTF-8 | Java | false | false | 2,117 | java | package cj.lns.chip.sos.website.market.app.cyberport.component;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.parser.Tag;
import cj.lns.chip.sos.website.framework.IServiceosWebsiteModule;
import cj.lns.chip.sos.website.framework.IServicewsContext;
import cj.lns.chip.sos.website.mar... | [
"carocean.jofers@icloud.com"
] | carocean.jofers@icloud.com |
9a767e84553a43fa99cccca95907ea8f9d50c8dc | 76c58cf59c06e61ff0fc8019816580c8d4864343 | /ToDoMVP3-starter/app/src/main/java/edu/csce4623/ahnelson/todomvp3/data/ToDoItemRepository.java | ef3037379f6498aa6e1caf6afb360c124852e3ac | [] | no_license | AveryDeSean/Android-To-Do-List-Application | 9d2e7b8a0ce3caa01642fcfdccdbdbe13212b05b | c8d2f1a00a9b74d4837687e55933a5ff74c5d64f | refs/heads/master | 2023-01-02T16:09:57.702736 | 2020-10-26T19:03:20 | 2020-10-26T19:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,987 | java | package edu.csce4623.ahnelson.todomvp3.data;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.util.Log;
import androidx.annotation.NonNull;
import java.util.ArrayList;
import java.util.List;
import util.AppExecutors;
... | [
"62083127+AveryDeSean@users.noreply.github.com"
] | 62083127+AveryDeSean@users.noreply.github.com |
e639ad0086a32bd501c14ffd9a89e4f6899be86f | f9847c1ab4296a971d55bea70f7582c32b1cceef | /src/main/java/com/andey/log/WrapperResponseGlobalFilter.java | d1bf5ce1bc52a2f39634129d5cdc693e3003d243 | [] | no_license | AndeyJiang/cloud-gateway-demo | d2f7e0a513d96cc62bc0e4a4889d2322d99e6e6a | 1e2e82fbe7ffdd862bb97ef3fc19374a650094de | refs/heads/master | 2020-04-29T06:18:27.227039 | 2019-03-16T02:26:53 | 2019-03-16T02:26:53 | 175,911,912 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,818 | java | //package com.andey.log;
//
//import org.reactivestreams.Publisher;
//import org.springframework.cloud.gateway.filter.GatewayFilterChain;
//import org.springframework.cloud.gateway.filter.GlobalFilter;
//import org.springframework.core.Ordered;
//import org.springframework.core.io.buffer.DataBuffer;
//import org.spring... | [
"jb!@1234"
] | jb!@1234 |
00fc200d62a15a8a207911ffe015fc37a0987156 | 4340604b3f98cd9524ec3541ee018ee0daff688f | /src/main/java/com/qiyewan/core/domain/SmsRepository.java | b3bb17cb30590554419d3a35d0fe7e6fc4443a15 | [] | no_license | lhzbxx/qiyewan-official-site-server | 1e1d7343089fb3c3069dccaa1cdb86c7870b9347 | 456ac6bbc41903f38df1d83cdda898b1e431b193 | refs/heads/master | 2021-01-11T04:15:31.690020 | 2017-01-21T07:01:11 | 2017-01-21T07:01:11 | 71,222,491 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.qiyewan.core.domain;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* Created by lhzbxx on 2016/10/19.
*
* 短信
*/
@Repository
public interface SmsRepository extends JpaRepository<Sms, Long> {
}
| [
"lhzbxx@gmail.com"
] | lhzbxx@gmail.com |
15b23719972acd3fe0d7ee7210355a94ee7ab59f | 0891a76ee5e31617ee3288979eacf1451607c6f8 | /src/main/java/eu/datex/v220/KilogramsConcentrationValue.java | a7d6883f717d2e448a22afc2a7058aa50ead7d13 | [
"MIT"
] | permissive | vegvesen/datex-client | 83945420f25eeda4c756f3b1db4b9dfd7108b199 | 09ed90c881a74de839536cea69716b3ba6227b54 | refs/heads/master | 2021-09-01T03:53:16.403652 | 2021-08-19T10:46:27 | 2021-08-19T10:46:27 | 218,272,993 | 2 | 4 | MIT | 2020-02-11T12:52:34 | 2019-10-29T11:39:15 | Java | UTF-8 | Java | false | false | 2,531 | java |
package eu.datex.v220;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for KilogramsConcentrationValue complex type.
*
* <p>The following schema fragment s... | [
"safurudin.mahic@q-free.com"
] | safurudin.mahic@q-free.com |
0449fe6b7b4baf35fbd81a2679b2e7c7b43f521b | 3c18841d5b169aaa14a4bbdcff4059fef9a99cc2 | /src/main/java/mysticmods/mysticalworld/client/model/armor/AntlerHatModel.java | 9ab9ba7da4e478985bd4e4f72599cea5b69e8229 | [
"MIT"
] | permissive | MysticMods/MysticalWorld | cb3d1073fa40c3d16a16e468df869855ad09ae27 | 8ca03f2a922ab42ee90b63bf918dc92571c11841 | refs/heads/1.18 | 2023-04-07T16:34:51.082937 | 2023-02-19T03:19:05 | 2023-02-19T03:19:05 | 137,164,303 | 30 | 34 | MIT | 2023-04-02T17:21:19 | 2018-06-13T04:54:58 | Java | UTF-8 | Java | false | false | 4,819 | java | package mysticmods.mysticalworld.client.model.armor;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.blaze3d.vertex.VertexConsumer;
import net.minecraft.client.model.geom.ModelPart;
import net.minecraft.client.model.geom.PartPose;
import net.minecraft.client.model.geom.builders.CubeListBuilder;
import ne... | [
"due@wxwhatever.com"
] | due@wxwhatever.com |
ae7429d14194b687f949b77c716b6c2d6361ba85 | 3c0d8b595c1ebb3be40a7acdf748361497eee6da | /app/src/main/java/top/biduo/exchange/base/BaseFragment.java | a105e4b8ef4dbaa2ae444da781e1ba287dffb8db | [
"Apache-2.0"
] | permissive | jiajianfa/ZTuoExchange_android | a62f44671c80c0b99b572288000db9727dc4059f | 6b6af54fad923ce7ca7334eb33087ae0e51ebf33 | refs/heads/master | 2022-11-28T16:44:30.478937 | 2020-08-13T04:58:28 | 2020-08-13T04:58:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,768 | java | package top.biduo.exchange.base;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import com.gyf.barlibrary.ImmersionBar;
import... | [
"390330302@qq.com"
] | 390330302@qq.com |
07f89860715278ed7ed37d1dbdd96f7581afa550 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.core/3895.java | ad1d9633c8674bbbedac6eb827732625a9fda32c | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 60,010 | java | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
accf90bb7fcea661bcd12d270904a05195a2a6cd | f6ea97786513514d77268ca91e5d1f776d8daba9 | /src/test/java/runners/Runner.java | 93f86e640f1a25d75e78c293d5532c0e74f7a8d9 | [] | no_license | fabioej/AutomacaoWebJavaSeleniumCucumber | 499de12fa7d2c6eff50c7be0e8355239d0abefff | f7556c6a46b56dceec57bd3b2019f57817a8eadc | refs/heads/master | 2023-04-29T20:03:58.511596 | 2021-05-15T06:22:16 | 2021-05-15T06:22:16 | 367,548,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package runners;
import org.junit.runner.RunWith;
import io.cucumber.junit.Cucumber;
import io.cucumber.junit.CucumberOptions;
@RunWith(Cucumber.class)
@CucumberOptions(
features = "src/test/resources/features/preencher_formularios_seguro.feature",
glue = "steps",
tags = "@PreencherFormularioSeguro",
... | [
"fabio_e@apple.com"
] | fabio_e@apple.com |
51590749f43b99183500d3af1432c5e48512ed57 | 7df45aa99c32deb21942d8948fe4d88c32053380 | /base/obstacle/ObstacleHat.java | aa519a27c7f29cf020f54d726edca0a6b942b992 | [] | no_license | linhh611/AliceInWonderRabitcave | 770413637c645d0b26c05091f35e9b6730272e6c | ac34a7531c985a1899a0de4fed58908ce3b7c9a8 | refs/heads/main | 2023-01-29T06:36:34.751521 | 2020-12-11T09:06:23 | 2020-12-11T09:06:23 | 320,516,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package base.obstacle;
public class ObstacleHat extends Obstacle {}
/* Location: C:\Users\ADMIN\Downloads\Compressed\Alice in the wonderland\Alice in the wonderland\Alice in the wonder land.jar!\base\obstacle\ObstacleHat.class
* Java compiler version: 10 (54.0)
* JD-Core Version: 1.1.3
*/ | [
"linhkod97@gmail.com"
] | linhkod97@gmail.com |
d6590744c22f32cfa5024525c3bdae48de5dd248 | 819b66d38493a672ebb23ae0eecd7546a5ea3439 | /src/lxl/y2021/MAR/MatrixDiagonalSum.java | 34929fabecde80c97a5da6bf87696b04cd369069 | [] | no_license | lxlzyc/leetcode-hz | b950f2c9df7c0127e0d9f13ec70e31685bf29aa8 | 13bd127d13ffc2e27cf36a089206fc736d1c545c | refs/heads/master | 2021-06-25T09:02:20.246917 | 2021-04-06T01:45:21 | 2021-04-06T01:45:21 | 223,842,761 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,487 | java | package lxl.y2021.MAR;
/**
* @author lxl
* @program leetcode-hz
* @description: 1572. 矩阵对角线元素的和
* 给你一个正方形矩阵 mat,请你返回矩阵对角线元素的和。
* <p>
* 请你返回在矩阵主对角线上的元素和副对角线上且不在主对角线上元素的和。
* <p>
* <p>
* <p>
* 示例 1:
* <p>
* 输入:mat = [[1,2,3],
* [4,5,6],
* [7,8,9]]
* 输出:25
* 解释:对角线的和为:1 + 5 + 9 + 3 + 7 = 25
* 请注意,元素 mat[... | [
"liuxiangli@hbh.ltd"
] | liuxiangli@hbh.ltd |
a98a2652f624d142efa3389af846539798d99c9c | 52b866b41fc5d5a5bb3027eeb6e0e74b1a9f5477 | /src/general_Algorithm_Questions/Integer_Reverse.java | 6dca9d25bb9e2abc752c11efcd7b5bda24ddb7e3 | [] | no_license | JazMek/Interview_Questions | 050b561093472a8274c46e49b5c066fcc978c655 | bcf725446ecb76adcdf96614e2b62ae5ca4c3c32 | refs/heads/master | 2023-01-20T22:41:02.056899 | 2020-11-25T01:40:01 | 2020-11-25T01:40:01 | 298,133,262 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,119 | java | package general_Algorithm_Questions;
public class Integer_Reverse {
/*
Java program to reverse a given Integer number:
Write a method to reverse a given Integer number.
Note: Avoid using the in-built method.
Note: Use in-built method.
... | [
"karimmekdoud@gmail.com"
] | karimmekdoud@gmail.com |
3608f5c48c35effc1e028b5a0c0b8bd4541f79b5 | e7b55a9c8690a3f7e9b9f83d802a26fc902ee27e | /src/main/java/com/techmentor/Repo/UserRepo.java | e562f520594a49d9e6d8421187e8766b9dcde8a3 | [] | no_license | harshkoshta/techmentor | 65b792f8d4074f6ad84cf4c61abe1bc37081d21c | 16b6105a838cb5ce65f1e717906d801190a1043e | refs/heads/main | 2023-08-09T12:53:41.924079 | 2021-06-27T11:24:32 | 2021-06-27T11:24:32 | 380,718,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package com.techmentor.Repo;
import com.techmentor.Model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepo extends JpaRepository<User, String> {
}
| [
"koshta15@gmail.com"
] | koshta15@gmail.com |
e2762f0c0edf3c21d2c0951f71af01d72ec8456e | 8b17e5947d87abeb6bac6343cb40b9b340c17d86 | /mobile-model/src/main/java/com/polyglot/mobile/model/bloomberg/quote/MediaQuote.java | a868ea80eda112fd9235971eed584fb5631e9feb | [] | no_license | rahulgarg21/mobile | be9dfa876cef2cf1670e5204709d77581cabb25c | 40f040adaa95be83c38784be1122f67d9a549314 | refs/heads/master | 2020-06-01T19:29:42.750709 | 2015-11-02T02:44:20 | 2015-11-25T02:42:54 | 42,905,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.polyglot.mobile.model.bloomberg.quote;
import com.polyglot.mobile.model.bloomberg.common.BModel;
/**
* Created by Rajiv Singla on 11/1/2015.
*/
public interface MediaQuote extends BModel {
}
| [
"Rajiv.Singla.NJ@gmail.com"
] | Rajiv.Singla.NJ@gmail.com |
02e1db907ae96c5de8e110e150e3013fb4883938 | cccccbd92a308c8b6fa4ec3ccd33cf0995345680 | /src/test/java/TimElastixAPI.java | 5c4779e125e72b41fc3571eeed85f12bd26f89df | [] | no_license | tischi/DEPRECATED-fiji-plugin-elastixWrapper | 9f06cc2a8a00c485fe9c0451ae37fbf487884013 | d02bb91820d5912c68cc31b6e562f7d6e5d14145 | refs/heads/master | 2021-11-03T09:10:38.950890 | 2019-04-26T08:44:01 | 2019-04-26T08:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | import bdv.util.Bdv;
import de.embl.cba.elastixwrapper.elastix.ElastixSettings;
import de.embl.cba.elastixwrapper.elastix.ElastixWrapper;
import net.imagej.ImageJ;
public class TimElastixAPI
{
public static void main( String[] args )
{
final ImageJ ij = new ImageJ();
ij.ui().showUI();
ElastixSettings setting... | [
"christian.tischer@embl.de"
] | christian.tischer@embl.de |
198b2e86f1319087cefc16605034966c65f4b3a1 | 1a7b9080eabf5258baf80d3b0438db1f1965040a | /restaurant-manager/src/main/java/it/unipd/tos/business/RestaurantBill.java | 12cb909ddc29a8d698af97b3f69a234fcc9c7219 | [] | no_license | Dogemist/assignment2 | 5f9a611f8ee2215d9919904e23f92295fcfd25ad | bf6ae9976f6ba31e9bd14680fcdc39bc71d806f6 | refs/heads/master | 2020-04-10T05:13:15.005475 | 2018-12-14T10:58:50 | 2018-12-14T10:58:50 | 160,819,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | ////////////////////////////////////////////////////////////////////
// [Enrico] [Trinco] [1121850]
////////////////////////////////////////////////////////////////////
package it.unipd.tos.business;
import java.util.List;
import it.unipd.tos.business.exception.RestaurantBillException;
import it.unipd.tos.model.MenuI... | [
"enricotrinco95@hotmail.it"
] | enricotrinco95@hotmail.it |
740d15746ea2cf3399e7108b28c92a4df0b9d733 | cc885dc4bcbdfc596126182b3eee2630cbbbec85 | /java prof/java desktop/TransformaEmNumerosRomanos/src/EEEnumerosRomanos.java | 93ac60f41a930effa5f86c523034b2f1858936ec | [] | no_license | MullerL/JavaExercicios | 249c4985a2e4c80c666e20d756969dd56dbd9183 | ed4cfad1905cc94ee4b56b1579a5577b0f3b794c | refs/heads/master | 2021-01-10T16:30:05.318787 | 2016-04-05T13:54:24 | 2016-04-05T13:54:24 | 55,510,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | import java.util.Scanner;
/**
* @author Müller
*/
public class EEEnumerosRomanos
{
public static void main (String args [])
{
Scanner absorvendoDigitado = new Scanner(System.in);
System.out.println("Digite um numero que transformo para romano");
int numero = absorvendoDigitado.nextInt... | [
"mlnw10@192.168.1.11"
] | mlnw10@192.168.1.11 |
0683a45f9391e6a6127158b2cd1ad1745367b0d6 | d82c6771efd7f9015f7c237ed800f984fbcf5dd0 | /src/main/java/basaki/intprod/FileNameDataFormat.java | ac9b1b6f86450426d7b3c58d1cf82318bb03a2e4 | [] | no_license | bluedino/camel-example | fd430b76d4241e37fe32dc4ed98c36925ff27bb1 | 4138ae04d7472721805b4979271d24d9eaf6e3ed | refs/heads/master | 2016-09-05T17:32:47.659703 | 2015-03-06T02:33:47 | 2015-03-06T02:33:47 | 31,748,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package basaki.intprod;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Calendar;
import org.apache.camel.Exchange;
import org.apache.camel.spi.DataFormat;
public class FileNameDataFormat implements DataFormat {
@Override
public void marshal(Exchange exchange, Object graph, OutputStream ... | [
"bit3784@yahoo.com"
] | bit3784@yahoo.com |
aff2deacb0f0d1057022848308cf44279b0349c7 | 1977db9371bc3304dc9d54c701082c228d2c7727 | /lookup-core/src/main/java/id/co/telkomsigma/lookup/service/SvcLookupHeaderIntf.java | 1f7b2767e1dbcd10ee4500d3e135099551c83bd7 | [] | no_license | agampradhana/lookup-maintenance | 7deb1b5ece604fabed9a698664bf5c4076e8cdfa | 76ce34363886712f025391bed0dfc34dc9d4b123 | refs/heads/master | 2016-09-10T13:24:45.230283 | 2015-05-19T07:03:15 | 2015-05-19T07:03:15 | 35,853,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package id.co.telkomsigma.lookup.service;
import id.co.telkomsigma.lookup.entity.LookupHeader;
public interface SvcLookupHeaderIntf {
public LookupHeader findLookupHeaderByHeaderCode(String headerCode);
public void insert(LookupHeader lookupHeader);
public void update(String headerCode, LookupHeader lookupHeader... | [
"sarasuartha@sigma.co.id"
] | sarasuartha@sigma.co.id |
537cd583c7e45b526d5b63033503d9e501532a3e | c210ad08ef5fd11cd8a9df4c375d9ff511027f10 | /src/Theatre/MovieDBController.java | 6910772701e52e3e455785d7a3a2fcbcfbe0fd3d | [] | no_license | jposyluzny/ENSF619TermProject | 79d3d7e9ba9f82151e0f2a4364dfa7202edb4417 | 83b1318c264165923d4e506db546a8f9cb30f8e1 | refs/heads/master | 2023-02-19T07:34:46.113710 | 2021-01-20T02:10:41 | 2021-01-20T02:10:41 | 310,735,171 | 1 | 0 | null | 2020-12-01T02:08:12 | 2020-11-07T00:28:47 | Java | UTF-8 | Java | false | false | 1,325 | java | package Theatre;
import java.sql.*;
/**
* Controller class for the Movie database controller. This class functions on the assumption that the SQL database
* has already been initialized and populated (this is done through two .sql scripts)
*/
public class MovieDBController extends DBController{
/**
* Sin... | [
"ryan.raimondo@gmail.com"
] | ryan.raimondo@gmail.com |
bb65259b6cdfc0cf509805c22539c1b9fc4f0da4 | be28a7b64a4030f74233a79ebeba310e23fe2c3a | /generated-tests/rmosa/tests/s1024/19_jmca/evosuite-tests/com/soops/CEN4010/JMCA/JParser/JavaParserTokenManager_ESTest_scaffolding.java | ff5c29c58c5ac258fc24833dd40db9fc3fc2cc2a | [
"MIT"
] | permissive | blindsubmissions/icse19replication | 664e670f9cfcf9273d4b5eb332562a083e179a5f | 42a7c172efa86d7d01f7e74b58612cc255c6eb0f | refs/heads/master | 2020-03-27T06:12:34.631952 | 2018-08-25T11:19:56 | 2018-08-25T11:19:56 | 146,074,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,845 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Aug 23 16:34:39 GMT 2018
*/
package com.soops.CEN4010.JMCA.JParser;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.ju... | [
"my.submission.blind@gmail.com"
] | my.submission.blind@gmail.com |
c2a2b4ee514abb25e9a6e3f3d118e6970d61324e | 2b0035e70aa00ae98ae5a6a895e0969a4b0963f5 | /auth-core/src/main/java/com/guoyao/auth/core/util/Validator.java | 428913fe606267a288484c38b6876bc0c9c811ac | [] | no_license | DeepLife-wu/auth | 3b33e239cc78f803f7117541519561d1f9b40b0d | 57934c190e520ac9e54d36b7f73acefb82c81382 | refs/heads/master | 2023-08-02T22:03:15.465051 | 2019-04-17T00:29:50 | 2019-04-17T00:29:50 | 181,587,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,190 | java | package com.guoyao.auth.core.util;
import java.util.regex.Pattern;
/**
* 校验器:利用正则表达式校验邮箱、手机号等
* gyq
*/
public class Validator {
/**
* 正则表达式:验证用户名(不包含中文和特殊字符)如果用户名使用手机号码或邮箱 则结合手机号验证和邮箱验证
*/
/** 表单验证使用的是此正则^[A-Za-z]{1}\\w+*/
public static final String REGEX_USERNAME = "^[a-zA-Z]\\w{5,17}$";
/*... | [
"2721177083@qq.om"
] | 2721177083@qq.om |
d70393ed55868f3b0c70c8eaa6b8c3d09ab05e72 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.3.0/code/base/dso-l2/src/com/tc/objectserver/tx/TransactionAccountImpl.java | 5182ae2d88b1faf898fb2d2c65d5e7be47db4697 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,168 | java | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tc.objectserver.tx;
import com.tc.net.protocol.tcm.ChannelID;
import com.tc.object.tx.TransactionID;
import com.tc.util.Assert;
import java.util.Collection... | [
"jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864 |
17ee234749819e0d5203d5b2fc0c63811041145f | 568f1f0b83add1805558521f31ceac9949ba8004 | /src/Logic/GreatestCommonDivisor.java | 86f464c831be85d9a8980976f335ce3c857825ac | [] | no_license | skotcharat/JavaBatchJanuary2021 | b5089483a40e4be37702380df08d15e3bb18a5e1 | 82ad110268a76cfd4f8ab14c5b56835fd12920fc | refs/heads/master | 2023-03-10T19:13:04.923208 | 2021-03-02T18:25:48 | 2021-03-02T18:25:48 | 339,181,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package Logic;
/**
*
* @author student
* Greatest Common Divisor
The Greatest Common Divisor of two positive integers is the largest integer that divides both without remainder.
Write a method that returns the Greatest Common Divisor of p and q.
*/
public class GreatestCommonDivisor {
public static void mai... | [
"skotcharat@madisoncollege.edu"
] | skotcharat@madisoncollege.edu |
e9a0e4d9b7d933c308a40ff81577802012d59c8b | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/17c940fa479804a3da68b83caf85354a88783637/after/LibrariesValidatorContextImpl.java | 30594fc7ae4caa1317d1f7a0e70f43d258e9cbb4 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,883 | java | /*
* Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved.
*/
package com.intellij.facet.impl.ui.libraries;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.annotations.NotNull;
import com.intellij.openapi.roots.ModuleRootModel;
import com.intellij.openapi.roots.ModifiableRootModel;
import co... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
748d515ef4cc86a756999c7bdfac0060dcd546b6 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/google/android/gms/maps/model/ButtCap.java | bbd19b1dd95840a7943f47ef0d956d01078a7d45 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.google.android.gms.maps.model;
public final class ButtCap extends Cap {
public ButtCap() {
super(0);
}
@Override // com.google.android.gms.maps.model.Cap, java.lang.Object
public final String toString() {
return "[ButtCap]";
}
}
| [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
47e7f963017db066a91a28f7ce5f49b9472e9751 | 5727f930c896154e7f4c2890bdcece55b5e03e02 | /src/edu/cmu/java/development/application/util/DateTimeSerializer.java | 7372b5ca372cdc48d2a61b497d24fbb4b4caeb52 | [] | no_license | oximer/meetapenguim_server | 2dd9f230460e63c38c67222bf1e20d32e0763084 | 6a9e7eb2f7bdcee0caa3c45cd1046e75df49bfb6 | refs/heads/master | 2021-01-09T07:59:20.887350 | 2016-08-02T17:49:13 | 2016-08-02T17:49:13 | 56,031,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package edu.cmu.java.development.application.util;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import org.joda.time.DateTime;
import java.io.... | [
"oximer@gmail.com"
] | oximer@gmail.com |
6fa2e5572f7fa3311ad8552165104a0794c12b7a | 625df274c4a1cbd86e3bf76cd712320fcfdfd3bd | /addressbook-web-tests/src/test/java/ru/stqa/msl/addressbook/appmanager/NavigationHelper.java | 59a21521d6b2dc8efc8b828de2da24e4e89db270 | [
"Apache-2.0"
] | permissive | ma1m2/java_ab | 22b4a6f18abd103dc5b3ef578e98c8cbf1331022 | 43e06cf83ec25d4c9429f55bde5d08b96fdb5c45 | refs/heads/master | 2021-08-26T09:45:44.887651 | 2017-11-23T05:10:52 | 2017-11-23T05:10:52 | 103,624,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package ru.stqa.msl.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class NavigationHelper extends HelperBase {
public NavigationHelper(WebDriver wd) {
super(wd);
}
public void groupPage() {
if (isEle... | [
"ma1m2@mail.ru"
] | ma1m2@mail.ru |
4fac0c94f15a1cb0172b16b2d05bf58c46336a51 | 370809a91dcec755d96dac4e5506478edbabe5a9 | /src/main/java/com/example/demo/common/HandlerMapping.java | dd6959a37efdec2121aa8076876703ab737bdb7b | [] | no_license | dgxwl/diyMVC | 802301b5df2029d52f2f447811705e3c9e3ffc62 | 6a63dd39b3210d3ee87fe65ce6949ca08fc33a7e | refs/heads/master | 2020-03-29T02:17:58.530025 | 2018-09-27T07:15:58 | 2018-09-27T07:15:58 | 149,429,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | package com.example.demo.common;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.example.demo.annotation.RequestMapping;
/**
* 映射处理器
* 建立请求url与对应处理类及处理类方法的对应关系
* @author Administrator
*
*/
public class HandlerMapping {
//key:请求路... | [
"1029325214@qq.com"
] | 1029325214@qq.com |
6485ae01dea362ce2cbbbb224a039ad1d0ceca6c | 50586b4eb223a82ea49abf26f37760c3d8d71be5 | /src/main/java/org/nav/solution/controller/EmployeeExcelBuilder.java | 71199caa80b78dee86231654acba24c60b295715 | [] | no_license | sunilshrestha123/NavProject | 96e986efd64bec48d740ebc2aadbcb83c3594810 | a0156953ba735ce53adede97c1abef4e7edd622f | refs/heads/master | 2020-03-11T18:00:19.003094 | 2018-09-05T06:12:37 | 2018-09-05T06:12:37 | 130,163,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,146 | java | //package org.nav.solution.controller;
//
//import org.apache.poi.hssf.usermodel.HSSFFont;
//import org.apache.poi.hssf.usermodel.HSSFRow;
//import org.apache.poi.hssf.usermodel.HSSFSheet;
//import org.apache.poi.hssf.usermodel.HSSFWorkbook;
//import org.apache.poi.hssf.util.HSSFColor;
//import org.apache.poi.ss.usermo... | [
"ilamalisunilshrestha00@gmail.com"
] | ilamalisunilshrestha00@gmail.com |
c181cd75b6fc07aff8620292c55294b21d6ca75d | 400211f8ba8ee352ce4a63a8c0a768ecf46aca65 | /src/dao/cn/com/atnc/ioms/dao/faultmng/impl/FaultHandleDaoImpl.java | af530cf42acca4c138e01b5b22f5a7cbfa713187 | [] | no_license | jyf666/IOMS | 76003040489dc8f594c88ff35c07bd77d1447da4 | 6d3c8428c06298bee8d1f056aab7b21d81fd4ce2 | refs/heads/master | 2021-05-10T18:38:37.276724 | 2018-01-19T14:50:34 | 2018-01-19T14:50:34 | 118,130,382 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,669 | java | package cn.com.atnc.ioms.dao.faultmng.impl;
import cn.com.atnc.ioms.dao.MyBaseDao;
import cn.com.atnc.ioms.dao.faultmng.IFaultHandleDao;
import cn.com.atnc.ioms.entity.faultmng.FaultHandle;
import cn.com.atnc.ioms.model.faultmng.FaultHandleQueryModel;
import java.util.ArrayList;
import java.util.List;
import org.apa... | [
"1206146862@qq.com"
] | 1206146862@qq.com |
d2500f9d6932778305ac335230c545b65ed3046c | 66ec5b17060e750c800f3b9a4f6b33b2a933d702 | /AndroidAsync/src/com/koushikdutta/async/http/body/ByteBufferListRequestBody.java | 07c3edc1dac05972d163e20e4010ff0aa9af7c86 | [
"Apache-2.0"
] | permissive | RocChing/AndroidAsync | 7c5f2c0b2dd00b7968c8029334121b3a669cfaca | f547cdec920e2fba23b0b5afb6c79f676d3eff2a | refs/heads/master | 2020-09-14T11:39:27.136555 | 2020-02-05T02:14:18 | 2020-02-05T02:14:18 | 223,118,496 | 0 | 0 | NOASSERTION | 2020-02-05T02:14:19 | 2019-11-21T07:53:37 | null | UTF-8 | Java | false | false | 1,420 | java | package com.koushikdutta.async.http.body;
import com.koushikdutta.async.ByteBufferList;
import com.koushikdutta.async.DataEmitter;
import com.koushikdutta.async.DataSink;
import com.koushikdutta.async.Util;
import com.koushikdutta.async.callback.CompletedCallback;
import com.koushikdutta.async.http.AsyncHttpRequest;
i... | [
"koushd@gmail.com"
] | koushd@gmail.com |
14e947b8a704404955c5f958b86fd5ab73c358ac | df457a8cac45a4ab6f45a28317ba140722955253 | /ExemploFor011.java | 22ff2aebdbb8263a4c18523736145eace7f175e6 | [] | no_license | Logan-Michel-JF/Lista-De-Exemplos | 5b7a9e675a105268eaecd16e579aa5c54f80e09e | 5b02770e56617a9cfadc511762d283dfce6f2d67 | refs/heads/master | 2020-03-19T11:44:05.980206 | 2018-06-07T12:22:52 | 2018-06-07T12:22:52 | 136,473,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | /**
* @author Logan Michel
*/
public class ExemploFor011 {
public static void main(String[] args) {
primeiro: for (int i = 0; i < 3; i++) {
segundo: for (int j = 0; j < 3; j++) {
if (i == 1) {
continue primeiro;
}
S... | [
"38558603+Logan-Michel-JF@users.noreply.github.com"
] | 38558603+Logan-Michel-JF@users.noreply.github.com |
84060bcdc4bc730503cffcc6f05ff169f437d858 | a2556093dbba709af0b725fb6984e55088d956f4 | /app/src/main/java/com/hbm/haeboomi/MainSplash.java | 0e65e966e944706b7d688f52c9dd489ceb2ca51c | [] | no_license | godzzzggg/HaeBooMi2 | c9679d06907e7915819c4f7280201a1103341fa4 | ad2cd03f81ee858827401330d8b96294ababeb5f | refs/heads/master | 2021-07-06T03:08:27.068716 | 2021-05-13T12:23:42 | 2021-05-13T12:23:42 | 58,547,132 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,596 | java | package com.hbm.haeboomi;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.widget.TextView;
public class MainSplash extends Activity {
private DBManager db;
private DBManager.inne... | [
"godzzgzgg@naver.com"
] | godzzgzgg@naver.com |
bfcd84aeb8ffab35cf8e422c92e75c4baf2aa18b | 64b3c5216bd4ecda11cc1780e28a1aa55ebeb518 | /src/main/java/Main.java | 918cbbdebc7c44bde92cf1f64ed0368212a26673 | [] | no_license | Pewliedie/HW | a6a615eac1f1c38d9f6fde241b97d0b7bf5a177d | 1fd674832a75ab7fa934bc48d409ae2e3093e3cc | refs/heads/master | 2023-05-26T08:47:08.418117 | 2020-05-09T02:51:16 | 2020-05-09T02:51:16 | 262,475,306 | 0 | 0 | null | 2023-05-09T18:46:55 | 2020-05-09T02:51:30 | Java | UTF-8 | Java | false | false | 412 | java | public class Main {
public static void main(String[] args) {
double a = 7;
//double b = 2;
double tngns = Math.sin(a)/Math.cos(a);
//double sin = Math.sin(a);
// System.out.println(tngns);
// double coTanA = 1.0/Math.tan(7.0);
// System.out.println(coTanA);
... | [
"56083057+Pewliedie@users.noreply.github.com"
] | 56083057+Pewliedie@users.noreply.github.com |
9ee343bd8e317236a7035d9af24b78ae93497dc9 | 7e6f96bb7449a3ce9bac24c4833f31374e9b149d | /app/src/main/java/com/example/android/tourguide/HotelActivity.java | 5332fb5c2d4dc69be9bd00b78d629c18318712ff | [] | no_license | AbdelrahmanElShikh/TourGuide-App-Android- | aa6ace0c0f9eb6b6e729c4be7d92a089d08b486c | 575de88b3cb44ffe879d55a255d0c61acd310292 | refs/heads/master | 2020-03-27T00:48:49.464874 | 2018-08-22T04:32:10 | 2018-08-22T04:32:10 | 145,659,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | package com.example.android.tourguide;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.TextView;
public class HotelActivity extends AppCompatActivity {
@Override
... | [
"a.rahmanelshikh@gmail.com"
] | a.rahmanelshikh@gmail.com |
a0a48c6bba8b0d5b5b1e130c94c777d3a34e0924 | 375e5d142df3856f339954c5581fdcf9e9ddcff7 | /src/main/java/school/domain/Grade.java | 152f62837bbeee0c390ec566f615a071fbfcd20a | [] | no_license | i-robots/schoolsystemMVC | b537ff52f7b83e88c7f804384cad7886c81a3c50 | 1dacd1295a96314ea7b60329536def6cb8a0cf50 | refs/heads/master | 2020-05-29T18:01:04.126173 | 2019-06-04T22:15:26 | 2019-06-04T22:15:26 | 189,293,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package school.domain;
import javax.persistence.Entity;
import javax.persistence.Id;
import lombok.AccessLevel;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.RequiredArgsConstructor;
@Data
@RequiredArgsConstructor
@NoArgsConstructor(access=AccessLevel.PRIVATE, force=true)
@Entity
public class Gr... | [
"henifikere123@gmail.com"
] | henifikere123@gmail.com |
9649ac9d125a23f6802a0986a407038a42210930 | eda14d2178bf09c70a439dde20f5fa9818061fb8 | /src/main/java/com/labsoft/aula/domain/Pedido.java | 509cc02a66a83d402400967e0583d9cc5ffaa41b | [] | no_license | laboratorio-projetos/labsoft | acc5c77156fee5bec4011cb188b2c37c9cca9486 | ec7d2b1c62ce06fe0a9c403ca8c6ad905b37c47e | refs/heads/master | 2023-03-07T14:00:29.931036 | 2021-02-21T01:22:39 | 2021-02-21T01:22:39 | 333,198,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,788 | java | package com.labsoft.aula.domain;
import java.io.Serializable;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
imp... | [
"daniel.saraiva@prof.ce.gov.br"
] | daniel.saraiva@prof.ce.gov.br |
4f420302ffe1ae40c5cd58fe5c497034efc6ca7f | 87bc4ed16f191e382bc64798d5ad28ff72d7742a | /src/main/java/com/fanwe/g419/model/RoomModel.java | 94a420d03f85932543089badc06bd9f0e9e59810 | [] | no_license | qq674684107/fanweHybridLive | cf847515123e33438ef4808c884ad0df5fb6c8a6 | f043be1fba7aa96e50f2add8dbe1500cf6c6e4c0 | refs/heads/master | 2020-06-10T06:49:28.554572 | 2019-04-01T10:53:54 | 2019-04-01T10:54:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.fanwe.g419.model;
public class RoomModel
{
private int room_id;
private String group_id;
private String user_id; // 主播id
private String head_image; // 主播头像
public int getRoom_id()
{
return room_id;
}
public void setRoom_id(int room_id)
{
this.room_id = room_id;
}
public String getGroup_i... | [
"liujun@yimidida.com"
] | liujun@yimidida.com |
f28c8e52049370f017ada65abc9f4a004afb3a8f | 5d4b31b529229e2c18bbd0b2c88cbedc1cf4987e | /app/src/main/java/com/jinju/android/api/ButtonList.java | b5663a2f16fdd2763155e1fc9dca668f0f354350 | [] | no_license | Tony123654/jinju_android | 89a8e7d40aeeb7ade8c222c7e07278cd6c5af606 | 9d6eadbf2291254d83401d50d98a285aade8c310 | refs/heads/master | 2020-03-09T04:28:33.510897 | 2018-06-08T02:55:21 | 2018-06-08T02:55:21 | 128,588,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package com.jinju.android.api;
import java.io.Serializable;
/**
* Created by Libra on 2017/5/15.
*/
public class ButtonList implements Serializable{
private static final long serialVersionUID = 1L;
private String desc;
private String pic;
private String title;
private String linkUrl;
privat... | [
"2214162455@qq.com"
] | 2214162455@qq.com |
9ef4f6fa21c3c69a336a9814defbdd3f891b8651 | 7f9a82d227ab32bb3256278a8a91dcd837eb4d25 | /reciept-service/src/main/java/de/probstl/recieptservice/data/QuantityUnit.java | 029a935370c4b73e317d4fe6c4182affff65086c | [] | no_license | fprobst/receipts | e7725de54b5da124d960a3754e9085b08a77b093 | 159c1f1963e37c673a9621088d443f459bfc0497 | refs/heads/master | 2021-01-16T19:57:02.046471 | 2018-02-04T15:55:49 | 2018-02-04T15:55:49 | 100,190,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package de.probstl.recieptservice.data;
public enum QuantityUnit {
/** Unit in gramm */
Gramm,
/** Unit in kilogramm */
Kilogramm,
/** Unit in litres */
Liter,
/** The quantity was in pieces */
Count
}
| [
"flo@probstl.de"
] | flo@probstl.de |
650d2e266f0e3eafb43f7d2c45b5aa252cbc4605 | 32c98a18f9030b51b320d5d2cee5ce3a6af80d78 | /src/main/java/fp/dam/psp/ejemplos/ejemplo5/Main.java | 1cec5b696cc41da98795352485c17e5e658689f1 | [] | no_license | LWV28326/ejerciciospsp | c1e1e52caba55331e2f4cd72dfd7a10bbf0c4866 | d9a64f5d240ab0ff21ba71679000dfd53edc38c9 | refs/heads/main | 2023-08-28T13:07:19.322348 | 2021-10-26T19:19:33 | 2021-10-27T16:17:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package fp.dam.psp.ejemplos.ejemplo5;
import java.awt.Container;
import java.awt.Dimension;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.SwingUtilities;
public class Main extends JFrame {
public static long serialVersionUID = 1;
JLabel hora;
public Main() {
Container panel = ge... | [
"jplbayon@gmail.com"
] | jplbayon@gmail.com |
d12082c4dc073108e979354eb5bd9c5bb0e3513a | 2c91bfb74963cf2795419d8bdbccab961174fb09 | /src/graphing/Edge.java | 3dac5fbbe394f86543a60882ff8e0d9723a5f429 | [] | no_license | startsUp/DriveSafe | fd003bfb40d979107251b6876d67d02f51d5adf6 | 8e31f454a8d1a3c9190e52a99ff582089866419a | refs/heads/master | 2021-06-28T04:04:26.007902 | 2020-10-07T19:49:26 | 2020-10-07T19:49:26 | 168,078,713 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package graphing;
/**
* Class representing an Edge
* @author shardool
*
*/
public class Edge {
private int i;
private int w;
private int from;
/**
* Constructor (called automatically by gson when constructing the graph)
* @param i the index of the vertex it connects to
* @param w weight of the edge
... | [
"pates25@mcmaster.ca"
] | pates25@mcmaster.ca |
47df3bce9ae1838f45d318fca3fb7bfeb95676a9 | 208979000a9842c26b65d75ca4177d913e3f7857 | /AmrProject/src/main/java/com/peng/amr/service/impl/LevelServiceImpl.java | fcaa8ea8aabb65ac8406354bd300fbdcaca245b2 | [] | no_license | pqm506038014/git | 984eab76190ae1eab8fd07bfc11836f12c4ddcee | 92b06e840446df696a61f52e941d1120b1c6a9cc | refs/heads/master | 2021-05-07T14:18:44.668643 | 2017-11-07T08:33:35 | 2017-11-07T08:33:35 | 109,807,979 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 739 | java | package com.peng.amr.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.peng.amr.dao.ILevelDAO;
import com.peng.amr.service.ILevelService;
import com.peng.amr.service.abs.AbstractService;
import com.peng.amr.vo.Level;
@Service
public class LevelServic... | [
"Administrator@PC-20170217ANLO"
] | Administrator@PC-20170217ANLO |
c0d83a1cde93676b806fe446ffc4966db6b3136a | 47fc1ce8168417fd7c9241996ebea6e98341e619 | /src/com/siaod/lec1/Stacks/StackOfItems.java | f73fe8ff1741ae1cdd8583dc6ecb71015af273e4 | [] | no_license | lsvy97/My_first_repo | 73a59c42270c1b23f18a874991b3b7bb977e760d | 22e345cd2d4c13c07c9bcd48e16e4ebcd645b98c | refs/heads/master | 2021-08-26T07:08:38.586909 | 2017-11-22T04:15:15 | 2017-11-22T04:15:15 | 106,499,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.siaod.lec1.Stacks;
import java.util.NoSuchElementException;
public class StackOfItems<Item> {
private Node first = null;
int size = 0;
private class Node {
Item item;
Node next;
}
public Item peek() {
if (isEmpty()) throw new NoSuchElementException("Stack under... | [
"diamondfinder7@gmail.com"
] | diamondfinder7@gmail.com |
92f18f1481d16896fbaf7328c3c29d455db79752 | dbe7199555dea5eebc34dea93737d79cad5c25f1 | /spring-wind-web/src/main/java/com/baomidou/springwind/utils/PostUtil.java | 9af0f2d19489fac1970b1426de18aac949955bb3 | [] | no_license | tsregll/energy_project | eb6c07bb6675b46d50f19f93eaa3169845ccab2b | f807d1bc0828e97993d13a903f988ab91e9fd625 | refs/heads/master | 2023-04-18T11:58:57.390631 | 2018-06-04T15:36:10 | 2018-06-04T15:36:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | package com.baomidou.springwind.utils;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.springwind.entity.RecordMeterConsume;
import com.baomidou.springwind.entity.Result;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.sp... | [
"442466076@qq.com"
] | 442466076@qq.com |
fef52572f37293748afd7136c6a9e597f4964b9b | 8ab8c9ef2e4d8c37d80f9f62dfde48bfbab50d58 | /src/controller/ApplicationSettings.java | 4586c6f90fa54760ec68a89a5765ef45f8f23bc5 | [] | no_license | jap330/JPaint | e6a66fe90ac59a7eb33e48448c595ab078e69e29 | dd3f1cc1ece4c49ecd2c620b8d47bc7b0550e309 | refs/heads/master | 2021-01-02T09:36:36.864712 | 2017-08-03T18:28:52 | 2017-08-03T18:28:52 | 99,261,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package controller;
import viewInterfaces.IDialogChoice;
public class ApplicationSettings {
private ShapeSettings drawShapeSettings = new ShapeSettings();
public ShapeSettings getDrawShapeSettings() {
return drawShapeSettings;
}
private PrimaryColor primaryC... | [
"alexpena@Alexs-Air.eaglemarketmakers.com"
] | alexpena@Alexs-Air.eaglemarketmakers.com |
bca79299dfa910d9ba31e857de4a7c919fbd2ead | 92f74abb448975c0ba5c13f96ea97d612e92a516 | /atcrowdfunding-front-parent/atcrowdfunding-front-commons/src/main/java/com/atguigu/front/enume/AcctTypeEnume.java | 8e9a7dad085573819993a075d98bafcafe8575f1 | [] | no_license | littlejeck/mycode | f99f0ee3108cdf68c5d7bfbe44d543044e8890eb | 5c33ac04846e123b2148ea278bdca5cb1bb16667 | refs/heads/master | 2022-12-22T21:56:32.750347 | 2019-07-07T08:11:31 | 2019-07-07T08:11:31 | 195,622,973 | 1 | 0 | null | 2022-12-16T11:53:53 | 2019-07-07T07:31:49 | JavaScript | UTF-8 | Java | false | false | 733 | java | package com.atguigu.front.enume;
public enum AcctTypeEnume {
////账户类型: 0 - 企业, 1 - 个体, 2 - 个人, 3 - 政府
COMPANTY("0","企业"),
PERSON_COMPANY("1","个体"),
PERSON("2","个人"),
GOV("3","政府");
private String code;//给数据库保存
private String msg;//给人看的
private AcctTypeEnume(String code,S... | [
"1823220575@qq.com"
] | 1823220575@qq.com |
b021e543f36a1be6535bde9f3c38c36be24972c2 | e0e76e0d32bc696b67d4af0f6b4ae1ae917e1dcc | /Concentration/src/se/t1835039/card/test/CPUTest.java | 776c5566a7d0179935072f71b5314fe591b4ec38 | [] | no_license | terakawakohei/software-dev | 973021488647130a7a1080bcc955f8f590c76d00 | eee6d034ed0abcc2e6d6ca66c0f5d5d048f94b2b | refs/heads/main | 2023-04-17T12:42:53.533333 | 2021-05-07T10:02:48 | 2021-05-07T10:02:48 | 365,191,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,339 | java | package se.t1835039.card.test;
import java.util.ArrayList;
import java.util.List;
import junit.framework.TestCase;
import se.t1835039.card.entity.CPU;
import se.t1835039.card.entity.Card;
import se.t1835039.card.entity.CardDeck;
import se.t1835039.card.entity.CheatStrategy;
import se.t1835039.card.entity.NeverForgetS... | [
"odayakalife@ods-MacBook-Pro.local"
] | odayakalife@ods-MacBook-Pro.local |
9acaf225c3beadeae8b0ca4eec5a5abda9a2f5c9 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-14152-3-22-Single_Objective_GGA-WeightedSum-BasicBlockCoverage-opt/org/xwiki/query/internal/CountDocumentFilter_ESTest_scaffolding.java | 18f5be0d78a8a6ea319802b53fae5d677cc1c9cc | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,345 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Oct 26 10:21:58 UTC 2021
*/
package org.xwiki.query.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.Af... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
8fd5775896ca5e18858a0258525b467c71f28e54 | 9580f2c6c55d22f499297eb1576b0e431df0e239 | /CommonDomain/src/Etudes/NombreMaxDeVoeuxAtteintException.java | 627f828c2add03ce95b7c9aee8ef833b878d67f1 | [] | no_license | gaetanpique/Projet_Corba | 73fabc47ab5403c0608c27414e235bd62573e036 | 45903b63d74d976ff45a77133efce67ac74da7fe | refs/heads/master | 2020-06-09T17:39:10.554839 | 2015-06-26T08:38:23 | 2015-06-26T08:38:23 | 36,603,488 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 618 | java | package Etudes;
/**
* Exception definition : NombreMaxDeVoeuxAtteintException
*
* @author OpenORB Compiler
*/
public final class NombreMaxDeVoeuxAtteintException extends org.omg.CORBA.UserException
{
/**
* Default constructor
*/
public NombreMaxDeVoeuxAtteintException()
{
... | [
"Gaetan@192.168.1.35"
] | Gaetan@192.168.1.35 |
eb3b54818af90a410ee2bf3818513be707af2458 | acd9b11687fd0b5d536823daf4183a596d4502b2 | /java-client/src/main/java/co/elastic/clients/json/UnexpectedJsonEventException.java | 0f3c68685254530db99174168ac4842d5db17bd1 | [
"Apache-2.0"
] | permissive | szabosteve/elasticsearch-java | 75be71df80a4e010abe334a5288b53fa4a2d6d5e | 79a1249ae77be2ce9ebd5075c1719f3c8be49013 | refs/heads/main | 2023-08-24T15:36:51.047105 | 2021-10-01T14:23:34 | 2021-10-01T14:23:34 | 399,091,850 | 0 | 0 | Apache-2.0 | 2021-08-23T12:15:19 | 2021-08-23T12:15:19 | null | UTF-8 | Java | false | false | 1,407 | java | /*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | [
"sylvain@elastic.co"
] | sylvain@elastic.co |
64879800cec9d97df9b4507464aac7632e04ae2d | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/65/org/apache/commons/math/optimization/fitting/GaussianParametersGuesser_getInterpolationPointsForY_189.java | 4c3282b6b7f4e068cd1faf42043e06b09efc8a09 | [] | 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,578 | java |
org apach common math optim fit
guess paramet
link parametr gaussian function parametricgaussianfunct base observ
point
version revis date
gaussian paramet guesser gaussianparametersguess
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
d55cebf65fb07c5d14003bbb8a50077983af9cec | 652a73d770614fca3782f0d91edf573f1c4333c2 | /app/src/main/java/com/example/smsboomer/ui/params/ParamsFragment.java | 5fe3f400eb1756f484f5c286664fbe6528e62bd2 | [] | no_license | birnagerald/smsBoomer | ec9165638f1eedb22bef4e04f1d2b5cd8f513090 | 7ca38574ea760deca9e4584d10b65a09cd825a1a | refs/heads/master | 2022-07-28T12:00:20.402571 | 2020-05-22T11:51:49 | 2020-05-22T11:51:49 | 266,097,876 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | java | package com.example.smsboomer.ui.params;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.N... | [
"geraldbirna@MacBook-Pro-de-admin.local"
] | geraldbirna@MacBook-Pro-de-admin.local |
b3a20ae050a95155ad1a97809c447f3d4ba2060b | a1958184904cf57620e7aad09c703c690be56c16 | /src/main/java/com/footpath/inventory/security/config/service/UserManagementServiceImpl.java | ff10da00b3af394f5d1cb6b418b9b54bb213f3c5 | [] | no_license | debashish345/footpath-product-inventory | 95fb18ca8ce8bb0dd46062ee52f25eb213dd5d78 | 57ff54a1c24fb7c4a55338d223ff901530b8bda8 | refs/heads/main | 2023-03-20T19:02:28.305354 | 2021-03-19T19:08:14 | 2021-03-19T19:08:14 | 345,675,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package com.footpath.inventory.security.config.service;
import com.footpath.inventory.security.config.model.UserEntity;
import com.footpath.inventory.security.config.repository.UserManagementRepo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java... | [
"31614783+debashish345@users.noreply.github.com"
] | 31614783+debashish345@users.noreply.github.com |
39c1fdf653113ff913dd25dc2a32863518ae4e9d | ec2baf63e28a35af84033048334e834599e097c4 | /app/src/main/java/es/unileon/happycow/model/composite/Valoration.java | a57897bdad97ac083a713b521ac531a4894eb538 | [] | no_license | happycow-unileon/happycow-android | 2208f607bf07280ea7eaf012ee0ae0542f61c3f6 | f5a947cf508d3f8f3a9cda42fadc6cde21ba2b72 | refs/heads/master | 2021-01-10T11:03:42.727971 | 2015-05-19T16:41:36 | 2015-05-19T16:41:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,710 | java | package es.unileon.happycow.model.composite;
import es.unileon.happycow.database.*;
import es.unileon.happycow.handler.*;
import es.unileon.happycow.model.InformationEvaluation;
import es.unileon.happycow.model.iterator.Iterator;
import es.unileon.happycow.model.table.Entity;
public class Valoration implements Compon... | [
"dorian.cadenas@gmail.com"
] | dorian.cadenas@gmail.com |
d396ca09250f5ec5905c16935b63a1fa5712cfd5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_73632020a90c10b50a7fe04d7447f311297d6353/Sender/4_73632020a90c10b50a7fe04d7447f311297d6353_Sender_t.java | de8271477bf19a995ed36f26b37434aa311d389d | [] | 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 | 2,103 | java | package bck;
import bck.Backup;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.MulticastSocket;
import java.util.HashMap;
import java.util.logging.Level;
import java.util.logging.Logger;
/* thread que vai enviar chunks para fazer backup no receiv... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8512a222623a273527d9562bb898a1b0c8178685 | 376e849705ea05d6f271a919f32c93e72690f0ad | /leasing-identity-parent/leasing-identity-service/src/main/java/com/cloudkeeper/leasing/identity/repository/HiddenIssueRepository.java | 5f6c27a0de5a6cf9b33a581d134bc61e805ed2c7 | [] | no_license | HENDDJ/EngineeringApi | 314198ce8b91212b1626decde2df1134cb1863c8 | 3bcc2051d2877472eda4ac0fce42bee81e81b0be | refs/heads/master | 2020-05-16T03:41:05.335371 | 2019-07-31T08:21:57 | 2019-07-31T08:21:57 | 182,734,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.cloudkeeper.leasing.identity.repository;
import com.cloudkeeper.leasing.identity.domain.HiddenIssue;
import com.cloudkeeper.leasing.base.repository.BaseRepository;
import org.springframework.stereotype.Repository;
/**
* 隐患信息 repository
* @author lxw
*/
@Repository
public interface HiddenIssueRepository... | [
"243485908@qq.com"
] | 243485908@qq.com |
9f494bfdef1c962f63d218afef24fa931fe6dcd9 | 5803d4c5bccf8111a656d728727ea1279060be3a | /src/main/java/br/com/multiTenancy/util/jpa/Tenant.java | 2c2f230fe279b82f1a1e87e953a3946e89812180 | [] | no_license | Heitorh3/mult-tenancy | 3ababbfe22c8763b80ccd3e903a0637ca20a7fb3 | 9e04f5e0c214ac4fe1efb60a72b2086e7aebe4cb | refs/heads/master | 2021-01-13T11:26:14.670083 | 2016-12-21T18:20:35 | 2016-12-21T18:20:35 | 77,044,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package br.com.multiTenancy.util.jpa;
import java.io.Serializable;
public class Tenant implements Serializable {
private static final long serialVersionUID = 1L;
private String id;
public Tenant() {
}
public Tenant(String id) {
this.id = id;
}
public String getId() {
return id;
}
public void setId... | [
"heitorh3@gmail.com"
] | heitorh3@gmail.com |
257acf2563b83329bed7f8aff99be976b3596f02 | b611f7eed7771bb96393f5fb618d4f93cf50be8a | /src/main/java/atest/actions/GetAll.java | 7af53f2aab82d338cfa7c3b9309c1e92fb8bcaed | [] | no_license | huangjien/test | 006f8a845189995df4d311b8d0934a82bef87399 | 2f983eac7cc8f5fa45951ddedf602c12bbb1f2f9 | refs/heads/console | 2022-07-28T00:49:58.990374 | 2022-07-05T11:49:37 | 2022-07-05T11:49:37 | 126,839,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package atest.actions;
import org.openqa.selenium.WebElement;
/**
* Created by jien.huang on 19/10/2016.
*/
public class GetAll extends Action {
public WebElement findTestObject() {
return null;
}
protected void handle(WebElement testObject) {
}
}
| [
"huangjien@gmail.com"
] | huangjien@gmail.com |
cc91572bea413c7290fbb45eb5c344ef01e2b471 | 1532ad87139de8d2856cae4addde264f8a48cb1e | /sensors/src/main/java/edu/uci/ics/perpetual/sensors/SensorManager.java | 30567e72ea050c57572c2f451ce9d5ee943cd516 | [] | no_license | nl0012/perpetual-db | f43d8c87ebc8f0487ade29e4d71dac704cd70907 | acf80dec0f163cb19c66d319d11481a91dfb5596 | refs/heads/master | 2023-07-10T23:56:24.825971 | 2021-05-06T18:14:23 | 2021-05-06T18:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package edu.uci.ics.perpetual.sensors;
import edu.uci.ics.perpetual.util.Pair;
import java.util.List;
public class SensorManager {
private SensorRepository repo = SensorRepository.getInstance();
public void createObservationType(String name, List<Pair<String, String>> attributes) throws Exception {
... | [
"sriramrao@dhcp-10-8-019-233.mobile.reshsg.uci.edu"
] | sriramrao@dhcp-10-8-019-233.mobile.reshsg.uci.edu |
bd0d2ead74f5b2fe0deb9c4955e671fd3dc7b831 | f6899a2cf1c10a724632bbb2ccffb7283c77a5ff | /glassfish-4.1.1/nucleus/security/core/src/main/java/com/sun/enterprise/security/PolicyLoader.java | cd678cfd29a4285601e67d8eaf97fdde35a29f15 | [] | no_license | Appdynamics/OSS | a8903058e29f4783e34119a4d87639f508a63692 | 1e112f8854a25b3ecf337cad6eccf7c85e732525 | refs/heads/master | 2023-07-22T03:34:54.770481 | 2021-10-28T07:01:57 | 2021-10-28T07:01:57 | 19,390,624 | 2 | 13 | null | 2023-07-08T02:26:33 | 2014-05-02T22:42:20 | null | UTF-8 | Java | false | false | 11,246 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | [
"fgonzales@appdynamics.com"
] | fgonzales@appdynamics.com |
1a439afe098720e675b941efd72aad22d0965f06 | 73e31b53ebc6fdb3f7f538999fef9cc69aafa804 | /src/gg/Exercise.java | ff7a01805b653004c4ef78c233e4faaadbef92ba | [] | no_license | tang-xuehua/txh | 4065698e84f23af4798dcb1114e2bb7c447d501f | 4596b464a66dd07b9cd0fcc5fc7fd186b8d2c4c6 | refs/heads/master | 2020-09-22T10:26:25.275873 | 2019-12-01T12:10:54 | 2019-12-01T12:10:54 | 225,154,896 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,025 | java | package gg;
import java.util.Random;
public class Exercise {
static final int MAX_NUMBER = 50;
static final int COLUMN_NUMBER = 5;
private BinaryOperator equationList[] = new BinaryOperator[MAX_NUMBER];
public void generateExercise(){
BinaryOperator bo;
for(int i = 0; i < MAX_NUMBER; i++){
bo... | [
"Lenovo@LAPTOP-ATVUF9KB"
] | Lenovo@LAPTOP-ATVUF9KB |
d864876a1912d7287cdfb1b27f52821bb3a2fdd6 | 397ac432d4ab51c4ef46f294161ecd388d46be26 | /src/test/java/com/usermanagment/UsermanagmentApplicationTests.java | aa24f0c01a3b8c122c9fd6212b5b5e1dd25ee274 | [] | no_license | paras16jul1991/usermanagement | 06701f18962f81e9cb428520ba08c6812e351420 | 7de8a29ad2858c2dd939d996046628ef16c5f415 | refs/heads/main | 2023-03-19T06:10:21.072096 | 2021-02-21T13:40:26 | 2021-02-21T13:40:26 | 340,319,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.usermanagment;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class UsermanagmentApplicationTests {
@Test
void contextLoads() {
}
}
| [
"paras16jul1991@gmail.com"
] | paras16jul1991@gmail.com |
2898d1eecaa21c4e20fd6cb1d24cb2098e75c0fb | 57ac3c4ca6daffaf9219c21b0a0ff6e2e34ee67b | /M.SC/ASSIGNMENTS_1/ASS_5.java | ce2f948add57c0d76a9766b5d834f69c5aa084f7 | [] | no_license | HomeVampire/Java-Programming | adec27af1c64f14bd2f2ab6599d0ff49f9e5bcc7 | 9ecf0f451d03f5aa6f92bef9c4cbe25e9579dac2 | refs/heads/main | 2023-01-29T04:44:16.366007 | 2020-12-12T18:00:07 | 2020-12-12T18:00:07 | 320,888,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | /*WAJP to Check whether a number is BUZZ number or not.
A BUZZ number is the number, which either ends with 7 or is divided by 7.*/
import java.util.*;
class ASS_5{
public static void main(String args[]){
Scanner sc=new Scanner(System.in);
System.out.println("Enter a number");
int n=sc.nex... | [
"deepdey9811@outlook.com"
] | deepdey9811@outlook.com |
b8faa1c82f9c37a2a9e5b2cccf6cd62cb18a7fad | be725740aa3b9efd953651634e4c858aec438eab | /src/main/java/com/cni/pojo/CommonResponse.java | 0e43196727a17e3aab873a3690628d223227465d | [] | no_license | 474846718/cni-track-transform | 0b35166d10913dcd482f42b0c4fcaeed01e15623 | 1668987ed7a5746d8d48753e021e489b6dc35a2b | refs/heads/master | 2020-03-08T15:46:09.375980 | 2018-04-08T14:21:33 | 2018-04-08T14:21:33 | 128,220,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,503 | java | package com.cni.pojo;
/**
* 示例:
* {
* "code": "11006",
* "message": "token不能为空",
* "info": null,
* "success": false
* }
* <p>
* Created by CNI on 2018/1/9.
* <p>
* Author: 胡飞飞
*/
public class CommonResponse {
/**
* code : 11006
* message : token不能为空
* info : null
* success : false... | [
"hff1996723@qq.com"
] | hff1996723@qq.com |
998a160b051afdcb8c50398b87fca8d251a3e096 | d8c52998aefc85f9497401e73029adbb57c8a64d | /app/src/main/java/com/curzar/androidkiosksample/ble/backup/DeviceScanActivity_bak.java | a98063a979235145464be8ca3b33f0bfb31b96ae | [] | no_license | JonatanGarces/AndroidKioskSample | 445b1d583898c0da5f0ddc3a09ca1284cd9d2e17 | be21eb6489340c89f04c14b36a1c552e7b2d6815 | refs/heads/master | 2023-03-29T15:37:32.087653 | 2021-04-03T00:28:21 | 2021-04-03T00:28:21 | 306,259,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,272 | java | package com.curzar.androidkiosksample.ble.backup;
import android.Manifest;
import android.app.Activity;
import android.app.ListActivity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothManager;
import android.content.Context;
import android.content... | [
"jogala14@hotmail.com"
] | jogala14@hotmail.com |
60b32b73765fa87871f0c75e426d29071f06fd38 | dc518944f545eeed48896a0c1eb6124827193ca5 | /src/main/java/ch/epfl/cs107/play/game/actor/general/Nuage.java | 8d97ea48ca56a1b31183bcc924d9482d14fb3265 | [] | no_license | ClementSicard/Bike-Game-in-Java | 3ec78cfe0e572b22526169ab4336285c4b30ae33 | ba16ee51ef58eeb948838275cc90ff0083396930 | refs/heads/master | 2021-08-29T01:27:04.224443 | 2017-12-13T09:01:54 | 2017-12-13T09:01:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package ch.epfl.cs107.play.game.actor.general;
import ch.epfl.cs107.play.game.actor.ImageGraphics;
import ch.epfl.cs107.play.game.actor.*;
import ch.epfl.cs107.play.math.PartBuilder;
import ch.epfl.cs107.play.math.Polygon;
import ch.epfl.cs107.play.math.Vector;
import ch.epfl.cs107.play.window.Canvas;
public class Nu... | [
"ClementSicard@users.noreply.github.com"
] | ClementSicard@users.noreply.github.com |
c3848a6e78b6b8cef8668e242258abcaf329a750 | 9b13012a5782b1a44eeea76532d9f43e33619a26 | /src/test/java/MailPageTest.java | 2acfd339744b0233387872ef190157841a989cac | [] | no_license | dvitkovsky/Test_Template | d9acecfb424509d678262b883653e9b3f833220d | a6a140ffe11e5c0a7bbb442ba4e8b30c8581b119 | refs/heads/master | 2021-06-02T04:42:01.505150 | 2016-05-25T17:10:53 | 2016-05-25T17:10:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | import base.TestBase;
import org.testng.annotations.Test;
import pages.MailPage;
import ru.yandex.qatools.allure.annotations.Description;
import ru.yandex.qatools.allure.annotations.Features;
import ru.yandex.qatools.allure.annotations.Title;
import static helpers.PageText.getPageText;
@Features("Mail Page Tests")
pu... | [
"vitkovsky.denis@gmail.com"
] | vitkovsky.denis@gmail.com |
eab189d24de44154944aeda3ed57860907b8a148 | f166d3ab1d31b33669ec48ea0144853646336dce | /app/src/main/java/com/cicinnus/cateye/tools/LocationUtil.java | d4e6928ae5134a44fcc5244233afa41b5c44b944 | [
"MIT"
] | permissive | Canglangweiwei/CatEye | 4ebf86366876422e42aa4f73cbb5837c33523492 | 94a2fe5c1a74b42db11b54e3ceda0a0044feb13c | refs/heads/master | 2020-04-23T14:32:58.549871 | 2019-06-03T06:57:02 | 2019-06-03T06:57:02 | 171,235,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,371 | java | package com.cicinnus.cateye.tools;
import android.app.Activity;
import android.util.Log;
import com.amap.api.location.AMapLocation;
import com.amap.api.location.AMapLocationClient;
import com.amap.api.location.AMapLocationClientOption;
import com.amap.api.location.AMapLocationListener;
import java.lang.ref.WeakRefer... | [
"weiweistar@163.com"
] | weiweistar@163.com |
ac97f96a1b8a28345960011189b8dd39e738801e | 22cb3e3de41c2fde2005fe4a79f6788946e67c75 | /sel/src/main/java/sel/Captchademo.java | 25b10ac338f9de64eea03f33b767404c6b212dd9 | [] | no_license | priyakomandur/test-repo | f968ac635b2069bb34fbbd79968f7cccf23ab7ca | d4b7411033270a37c0e397eca17044c883d9153a | refs/heads/master | 2020-04-01T02:36:29.662713 | 2018-10-21T19:10:53 | 2018-10-21T19:10:53 | 152,786,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package sel;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Captchademo {
public static void main(String[] args) {
// TODO Auto-generated method stub
WebDriver driver=new FirefoxDriver();
driver.get("https://www.fi... | [
"pavan.komandur@gmail.com"
] | pavan.komandur@gmail.com |
8d03ebc0c2b4eeab052c07d668e074320e599e3d | 2289069aaa0b74f95d6be2089bfe3857442e5c53 | /src/main/java/com/company/project/web/DeviceController.java | b69c17fd4f1da971cc8d4839994d3fece4bba241 | [] | no_license | CDKPXN/light-web-server | 846c235b77e349d511dc9d8bdca22b74978382e3 | 450b11b12b904d91f90134f9a233399aa486c2d7 | refs/heads/master | 2020-04-24T08:13:45.774233 | 2019-02-22T03:49:16 | 2019-02-22T03:49:16 | 171,824,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,478 | java | package com.company.project.web;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation... | [
"786305898@qq.com"
] | 786305898@qq.com |
eaf676ad5421668d387579b50e582e1d162b861e | e1b285bd260ab560be1c43a96c60cb03580447f2 | /src/com/Sender.java | 1655932903c2e16fb5e69118b8bb256e33ea67c2 | [] | no_license | VivekRajyaguru/RabbittMQBasic | 31042b6fd7a7f5f46f8059c3f814d5d61dfa4b80 | b034569c7ea8ba8096e8536fbf30a268129fce7a | refs/heads/master | 2021-01-22T02:48:56.146713 | 2017-10-15T17:27:45 | 2017-10-15T17:27:45 | 102,252,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
public class Sender {
private final static String queueName = "demo";
public static void main(String[] args) throws Exception {
ConnectionFactory factory = new ConnectionFactory... | [
"vivekrajyaguru1993@gmail.com"
] | vivekrajyaguru1993@gmail.com |
f7040804a272b966055e0254ad0ce9bf869aefb3 | f400e0a0054682736b9df5b2a5295518fc3ef1b9 | /gaia-web/src/main/java/com/ntc/gaia/web/base/vo/CSessionBean.java | 6e8e3b9a5ee3bb1005302466ae404070b7100b85 | [] | no_license | wugenbin/gm-gaia | 4973c0fb9f2aeafe9bf4e4c01e988ecd6a89338d | 8b7ed1960f0f49817e8d3669ece19efaadb64dc3 | refs/heads/master | 2021-07-18T17:24:51.475432 | 2017-10-23T11:45:12 | 2017-10-23T11:45:12 | 107,971,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,357 | java | package com.ntc.gaia.web.base.vo;
import java.io.Serializable;
/**
* 客户登录会话信息对象
*
* @author David
* @date 2017-08-11
*/
public class CSessionBean implements Serializable {
private static final long serialVersionUID = 215080776579791865L;
// 系统Session号
private String UID = "";
// 客户编号
priv... | [
"wugenbin@126.com"
] | wugenbin@126.com |
bec1f75d962fdd4a7a23efd9a3837a771be51a6c | 7b0521dfb4ec76ee1632b614f32ee532f4626ea2 | /src/main/java/alcoholmod/Mathioks/NPC/EntityQuestGiver.java | 9b69a727fe22d34ac8beb4f7e5cbca06a4cdc640 | [] | no_license | M9wo/NarutoUnderworld | 6c5be180ab3a00b4664fd74f6305e7a1b50fe9fc | 948065d8d43b0020443c0020775991b91f01dd50 | refs/heads/master | 2023-06-29T09:27:24.629868 | 2021-07-27T03:18:08 | 2021-07-27T03:18:08 | 389,832,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,199 | java | package alcoholmod.Mathioks.NPC;
import alcoholmod.Mathioks.AlcoholMod;
import alcoholmod.Mathioks.ExtendedPlayer;
import java.util.Random;
import net.minecraft.command.ICommandSender;
import net.minecraft.entity.EntityAgeable;
import net.minecraft.entity.EntityCreature;
import net.minecraft.entity.EntityLiving;
impor... | [
"mrkrank2023@gmail.com"
] | mrkrank2023@gmail.com |
8a896c0ab1326ea4811b986dd4831bd09edc879b | 5e3abdad2159bb835768311962b964167ab7de00 | /jsf-spring-boot-autoconfigure/src/main/java/org/joinfaces/javaxfaces/package-info.java | 12c8da0a90ab3eb5c43111b304e25ed4eebc6b5d | [
"Apache-2.0"
] | permissive | virmerson/joinfaces | 4ab638299249d30350e692ee35dc21081efcb239 | 97eaa79a07ed5ab672c4e2fd6db32d25fb6ce1fb | refs/heads/master | 2021-01-15T09:42:15.142413 | 2016-08-26T22:29:41 | 2016-08-26T22:29:41 | 67,267,547 | 0 | 1 | null | 2016-09-03T02:50:15 | 2016-09-03T02:50:14 | null | UTF-8 | Java | false | false | 792 | java | /*
* Copyright 2016-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"persapiens@gmail.com"
] | persapiens@gmail.com |
4b2408ce2bdf21a63ae1b63c586a1bcc2f74a1ef | d12160a1b4ca3818e9612d7f77b0b9d44e3f8c10 | /src/main/java/com/jh/common/util/DateParseUtil.java | c0362234e9d0b6a5b31c3c1ad09d63f04beb5058 | [] | no_license | Wjhsmart/SSM | a9a31efa8199d0c26492489dc460c235765ebe8a | 0c77e605cc69e78ae871a0b1042e3ee86c99a830 | refs/heads/master | 2021-01-23T01:18:05.149982 | 2017-03-28T00:50:00 | 2017-03-28T00:50:00 | 85,896,160 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.jh.common.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by WangGenshen on 6/2/16.
*/
public class DateParseUtil {
public static final String DEFAULT_PATTERN = DateFormatUtil.DEFAULT_PATTERN;
public st... | [
"672630243@qq.com"
] | 672630243@qq.com |
9d809feac09e6638972b82ecaf938df955903137 | 1e65fa0eb0dccd401f659c334a4f637e2f4c6447 | /Design Patterns/src/com/factory/SingletonFactory/PC.java | fd53262cf3324b9b154681c42d01028f482d4356 | [] | no_license | souravbhttchr/Java_Repository | 14642f05b92cb16d1456d98d2d6d0f11e66884fc | 0d43237cf3d3694a07563bffdc592f838687a99c | refs/heads/master | 2022-12-30T15:35:54.363939 | 2020-04-21T08:04:42 | 2020-04-21T08:04:42 | 113,486,804 | 0 | 0 | null | 2020-10-13T21:21:44 | 2017-12-07T18:47:50 | Java | UTF-8 | Java | false | false | 806 | java | package com.factory.SingletonFactory;
public class PC implements Computer {
private static Computer instance = null;
private int RAM;
private int HDD;
private String processor;
private PC(int RAM, int HDD, String processor) {
this.RAM = RAM;
this.HDD = HDD;
this.processor = processor;
}
... | [
"Bhattacharya@Bhattacharya"
] | Bhattacharya@Bhattacharya |
5a026c57dc43eb803bd7c3316adf47009d253ece | 1177c8ad52588118dce0b5ea3868796625b81d23 | /CookEase/src/edu/berkeley/cs160/DeansOfDesign/cookease/DatabaseHandler.java | 128b3b312e821bcd7cb140383bc5c58ea9015a20 | [
"Apache-2.0"
] | permissive | DanielCJLee/CookEase | 8b7f43f942b7771ef1c0a8253a8f0b035d2a0848 | fdcc90acf849c73c86b68b179d292b57221587c9 | refs/heads/master | 2020-12-11T08:07:18.706127 | 2014-05-13T04:16:39 | 2014-05-13T04:16:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,329 | java | package edu.berkeley.cs160.DeansOfDesign.cookease;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database... | [
"dannynchang@gmail.com"
] | dannynchang@gmail.com |
4e9b2dd73610e2aee01b46cb3f8a9c97c17cc7b0 | 79608b49db3b91347a140d6856f05ab30e07938b | /src/KBAI/B/BN.java | 47598a10a944ee320c76890613b4e33bd964dfdd | [] | no_license | kamalyesh/KompressorTool | 5748fc3c326a00ad957b71e045b62ad82a72c229 | 382be52e2f8c26faccb153c5771525e85a48b83e | refs/heads/master | 2020-04-24T14:01:19.565361 | 2019-05-24T03:34:35 | 2019-05-24T03:34:35 | 172,006,656 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,814 | java | /*
Author: Kamalyesh Kannadkar
Date: Tue Feb 19 17:19:10 IST 2019
package: KBAI.B
class: BN
*/
package KBAI.B;
public class BN {
public static String getNext(int check){
switch(check) {
case 18473:
return "g";
case 42822:
return "g";
case 49944:
return "";
case 41330:
return "t";
... | [
"kkamalyesh@gmail.com"
] | kkamalyesh@gmail.com |
e0059fa9f2e7df635734231a4b939927a1bd718b | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/com/e/a/a/a/c.java | 1efd292d4ea70f6e026a9d7801e37c678b4326dd | [] | no_license | iidioter/xueqiu | c71eb4bcc53480770b9abe20c180da693b2d7946 | a7d8d7dfbaf9e603f72890cf861ed494099f5a80 | refs/heads/master | 2020-12-14T23:55:07.246659 | 2016-10-08T08:56:27 | 2016-10-08T08:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.e.a.a.a;
import java.io.OutputStream;
public abstract interface c
extends d
{
public abstract void a(OutputStream paramOutputStream);
public abstract String c();
}
/* Location: E:\apk\xueqiu2\classes-dex2jar.jar!\com\e\a\a\a\c.class
* Java compiler version: 6 (50.0)
* JD-Core Ver... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
dfc931458b2af7ccdc22c216dc5db0ddfee580c7 | 0f58b58d6d36949915141ff7ee9e6793b3285367 | /vt.qlkdtt-yte-ws/src/main/java/vt/qlkdtt/yte/service/sdi/PartnerShareInsertProductOfferSdi.java | 351eb86f6f56dcd1ee68a322bf33e101fa755f63 | [] | no_license | Doxuancanh3103/qlyte | bd93dec2e3deee05f493d9059c338dfb29772b55 | 6330acaf4856ddeaa204f6e7cfad653365af73ff | refs/heads/master | 2023-01-14T12:18:08.944935 | 2020-11-17T08:08:25 | 2020-11-17T08:08:25 | 313,547,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package vt.qlkdtt.yte.service.sdi;
import lombok.Data;
import vt.qlkdtt.yte.common.Const;
import vt.qlkdtt.yte.domain.DocumentMapping;
import vt.qlkdtt.yte.domain.PartnerRevenueShared;
import java.util.Date;
@Data
public class PartnerShareInsertProductOfferSdi {
Long partnerId;
Long partnerPercent;
Long ... | [
"dxcanh310320@gmail.com"
] | dxcanh310320@gmail.com |
c43d8da34eaaace2954d1bd7f85b6ff780ef95fd | 89398bb1e061c9c51455ca63d451b2b58c519e7d | /target/generated-sources/jaxb/iso/std/iso/_20022/tech/xsd/camt_029_001/Case2.java | c593e35c4eadebbd570ca3ae291f9300607121c5 | [] | no_license | toretest/xmlFileOutput | 5ab88a609195c48a7da6ab9dfd469b3c6995921f | e79120830b0b87c95bcd7b1fea9c3959edafbc53 | refs/heads/master | 2021-06-02T06:46:26.481029 | 2016-09-20T22:38:10 | 2016-09-20T22:38:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,498 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.0... | [
"drgerot@gmail.com"
] | drgerot@gmail.com |
e754169e1d4d9e553ca5672a781693918b3dff4c | 1fc6c53fe7f18b4d73dadea98b37ba2afb6d6dad | /src/test/java/org/glytching/sandbox/simulator/SimulatorBuilder.java | 242e70e4ce346650cf0ff7bfa37650210d7fc4a6 | [
"Apache-2.0"
] | permissive | glytching/sandbox | 4a2f748653c560d104adc046ac78a251525cc981 | ff44331eeb37da07b75ad664af1f6a7b69b6456d | refs/heads/master | 2022-11-24T10:18:39.040864 | 2022-10-06T09:22:21 | 2022-10-06T09:22:21 | 109,672,531 | 1 | 1 | Apache-2.0 | 2022-11-16T03:16:58 | 2017-11-06T09:14:40 | Java | UTF-8 | Java | false | false | 859 | java | package org.glytching.sandbox.simulator;
public class SimulatorBuilder {
private SimulatorDelay simulatorDelay;
private SimulatedEventFactory simulatedEventFactory;
public SimulatorBuilder withDelay(SimulatorDelay simulatorDelay) {
this.simulatorDelay = simulatorDelay;
return this;
}
... | [
"colm.mcdonnell@gmail.com"
] | colm.mcdonnell@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.