blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c86b176d80d65692fc896caaaa10dbc166b252c6 | 55e62df574f32cb6b6731627e8e813c780f91572 | /src/main/java/com/educandoweb/course/dto/OrderDTO.java | 3865baedd4c5ff17e3759645776fcdd641017370 | [] | no_license | aclchaves/course-springboot-2-java-8 | ab8c947ac44b84d39f2417265b055927ce6c8c29 | 9275860474af2d34031566d73081953dc739385c | refs/heads/master | 2020-07-02T20:57:48.710888 | 2019-10-29T18:32:57 | 2019-10-29T18:32:57 | 201,663,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,357 | java | package com.educandoweb.course.dto;
import java.io.Serializable;
import java.time.Instant;
import com.educandoweb.course.entities.Order;
import com.educandoweb.course.entities.User;
import com.educandoweb.course.entities.enums.OrderStatus;
import com.fasterxml.jackson.annotation.JsonFormat;
public class OrderDTO imp... | [
"aclchaves@gmail.com"
] | aclchaves@gmail.com |
a5707d0ca963c20d14b642886686467ea74c4d16 | 5af6f840e416f903b5d26e7e51a7e72c93eeb465 | /src/main/java/tenant/test/TenantEntity.java | 0c81061d41ca7184b0653da47e018f20c37316ce | [] | no_license | goeh/grails-tenant-test | b74c89daafa8ec460affd95e1800c3edb7f33e13 | 6396d9d489712bf8ac341cc65c655a92e5aea6ea | refs/heads/master | 2021-01-16T21:50:32.230966 | 2016-08-03T20:56:36 | 2016-08-03T20:56:36 | 64,842,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package tenant.test;
import org.codehaus.groovy.transform.GroovyASTTransformationClass;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation on multi-tenant aware entities.
*/
@Target({Eleme... | [
"goran@technipelago.se"
] | goran@technipelago.se |
f20af3934dd4d9d2199b832ac60ee0a499b4d21a | ba74038a0d3a24d93e6dbd1f166530f8cb1dd641 | /teamclock/src/java/com/fivesticks/time/calendar/CalendarFilterDecorator.java | 282a451cfe3985e04e43b8d51a957c6875bced96 | [] | no_license | ReidCarlberg/teamclock | 63ce1058c62c0a00d63a429bac275c4888ada79a | 4ac078610be86cf0902a73b1ba2a697f9dcf4e3c | refs/heads/master | 2016-09-05T23:46:28.600606 | 2009-09-18T07:25:37 | 2009-09-18T07:25:37 | 32,190,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,089 | java | /*
* Created on Dec 16, 2003
*
*/
package com.fivesticks.time.calendar;
import java.util.Calendar;
import java.util.Date;
import com.fstx.stdlib.common.simpledate.SimpleDate;
/**
* @author REID
*
*/
public class CalendarFilterDecorator {
public void decorateForToday(CalendarFilterParamet... | [
"reidcarlberg@c917f71e-a3f3-11de-ba6e-69e41c8db662"
] | reidcarlberg@c917f71e-a3f3-11de-ba6e-69e41c8db662 |
370960c733727e928ea781eaa69a7a87abbc843f | 52a3a4b24c1baea5b423a5201ee718c4002d1efa | /src/main/java/io/github/psychopunch/demo/Record.java | 06120c3b12f0400a36a7ba39fa3c731fcb5781ef | [] | no_license | psychopunch/h2-json-jpa-demo | d7deca37e19f1c906f96a5a774d9f41ea3befb6a | 2944fc3de897a97b0246f5f2f38ca3fc0104cc5b | refs/heads/master | 2023-08-02T03:36:38.402954 | 2021-09-28T14:32:29 | 2021-09-28T14:32:29 | 411,318,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package io.github.psychopunch.demo;
import javax.persistence.*;
@Entity
public class Record {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(columnDefinition = "json")
@Convert(converter = PersonalInfoConverter.class)
private PersonalInfo personalInfo;
... | [
"psychopunch.me@gmail.com"
] | psychopunch.me@gmail.com |
1bce5611bcf67e62a080228fac061161bacfd72d | d1fdaf6fe4d5628ae76f5c1be393b42be1c29513 | /common_lib/src/main/java/com/common_lib/android/ui/UILayoutHelper.java | feeedaadfc88c33dd6f8908f25d93138e35a2a3a | [] | no_license | mandeepji/mysmarthands-android | d83c9dc726463dcadd73b010f0672b4fcffebb13 | 7e9e51f06705313133370cd69deb7efa0a87affa | refs/heads/master | 2021-07-10T01:16:26.513187 | 2017-10-07T17:42:14 | 2017-10-07T17:42:14 | 106,114,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | package com.common_lib.android.ui;
public class UILayoutHelper {
}
| [
"mandeepji@gmail.com"
] | mandeepji@gmail.com |
013d9d6e9e06528eab3f963b0aa0beaaa99fd4df | 3efceb8239379f9b15405a817aeae0ed94049db5 | /Code/66/Solution.java | 3358cbe18241f431e5f4a4c55c8ef9a6d0cdf3f4 | [] | no_license | RazorK/Leetcode | 3661860c3e21a0993982c8d090f5531be1540124 | 5bccc9884ab2954ecb9a73966f55167b3ad284e9 | refs/heads/master | 2021-03-25T14:22:04.876847 | 2019-02-07T04:04:45 | 2019-02-07T04:04:45 | 110,893,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,317 | java | class Solution {
// Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.
//
// You may assume the integer do not contain any leading zero, except the number 0 itself.
//
// The digits are stored such that the most significant digit is at the head of the l... | [
"aimin52qinhao@163.com"
] | aimin52qinhao@163.com |
2870e509f870b28fada072da0e32bd1392f60981 | 311c94620d69b6dfc6fc55e59672174282a9c5c8 | /web-im-stomp/src/main/java/com/reed/webim/websocket/deepstream/vo/ServerData.java | ed314c5063d0d84e9fc275d805f17781dc9aa6a5 | [] | no_license | reedF/web-im | ef2be2ddc989bebfc54c9034a53ebd2ee4629a84 | aaaa157c98debbbc561fb7119c7b8602ddfd849d | refs/heads/master | 2021-05-05T13:07:59.712075 | 2019-05-15T07:51:36 | 2019-05-15T07:51:36 | 104,969,111 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.reed.webim.websocket.deepstream.vo;
public class ServerData {
private String role = "Admin";
private String permission = "*";
public String getRole() {
return role;
}
public void setRole(String role) {
this.role = role;
}
public String getPermission() {
... | [
"fanym@easemob.com"
] | fanym@easemob.com |
4dd16dbf3f87d2f5646e5a2dd4d02b576473599b | 73a9d9b586320e92f9de36947c7105d91a5433ea | /hotelmanagersys/src/main/java/com/sys/service/EmployeeService.java | c236af22664243de914594a7e1e13e9ccd5f55e1 | [] | no_license | hmk2/hmkProject | 738bfab0316d2c276084b6e1cc39bbe73e80fe4c | 3d336490fa1ecb8368a169d5d68f2b6ef139889f | refs/heads/master | 2020-03-22T07:58:06.219141 | 2018-07-04T14:59:25 | 2018-07-04T14:59:25 | 139,736,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | package com.sys.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.sys.enity.Employee;
import com.sys.enity.Page;
public interface EmployeeService {
//通过当前页数和总数进行分页查询
public List<Map<String, Object>> queryEmployeePage(Page page);
//通过员工ID查询出员工
public ArrayList<Employee>... | [
"30412813+hmk2@users.noreply.github.com"
] | 30412813+hmk2@users.noreply.github.com |
5579784a4045599478d76b97e9fae7964ab043a6 | b06a99b3749bc1bd1fca4409c6b57a7f6ff21af5 | /src/main/java/com/ruoyi/project/system/menu/mapper/MenuMapper.java | 322ba61d18df439ce5aec485a22ddc4745de2271 | [
"MIT"
] | permissive | 15111200961/RuoYi | f337e18c10ff53b8c0ea2a3069e44f80e7b7773f | c2a48863507c8871cb4723856737f7326b9a8343 | refs/heads/master | 2022-09-23T21:15:57.718528 | 2019-09-15T08:53:07 | 2019-09-15T08:53:07 | 206,748,787 | 0 | 0 | MIT | 2022-09-01T23:12:30 | 2019-09-06T08:25:54 | JavaScript | UTF-8 | Java | false | false | 2,262 | java | package com.ruoyi.project.system.menu.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ruoyi.project.system.menu.domain.Menu;
/**
* 菜单表 数据层
*
* @author ruoyi
*/
public interface MenuMapper
{
/**
* 查询系统所有菜单(含按钮)
*
* @return 菜单列表
*/
public List<Menu... | [
"15111200961@163.com"
] | 15111200961@163.com |
bbe94b02d4f3c60a5a40126991c3f4b9f3394bb7 | f0e416ad8453164d95cefb93cd7582c442c24b33 | /src/main/java/com/qcms/cms/dao/main/impl/ContentDaoImpl.java | f9583f3f1f929e206d8af9a366a0d5708ae4ea49 | [] | no_license | qzztf/cms | d5a23f307028fe8bdf877926e17591cfa38fb99d | 51a242e697cb10465d0bbc1d1f2261f494fed18f | refs/heads/master | 2021-05-26T17:37:07.259814 | 2013-03-01T07:55:03 | 2013-03-01T07:55:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,849 | java | package com.qcms.cms.dao.main.impl;
import static com.qcms.cms.entity.main.Content.ContentStatus.all;
import static com.qcms.cms.entity.main.Content.ContentStatus.checked;
import static com.qcms.cms.entity.main.Content.ContentStatus.draft;
import static com.qcms.cms.entity.main.Content.ContentStatus.passed;
import sta... | [
"qzzsunly@163.com"
] | qzzsunly@163.com |
cb11978eed575ebfaf1e17bd20a7aeece3c75713 | bb7ffd667f2f2ffdfa3541dc86410827ac8576ce | /src/Morris_FX/Logic/TurnContext.java | 33a8421769535c4f8d1660d53d44bffedfa1126b | [] | no_license | CS-449-Group-Project/NineMensMorris | 8a82fecd8142ee3753c0cb5a09b76ee95b291062 | e51fba2da2af93768023ba4fa1cba3938ed2d052 | refs/heads/master | 2023-01-24T06:56:57.082819 | 2020-12-10T19:36:43 | 2020-12-10T19:36:43 | 294,475,655 | 2 | 0 | null | 2020-12-10T19:36:45 | 2020-09-10T17:21:08 | Java | UTF-8 | Java | false | false | 926 | java | package Morris_FX.Logic;
public class TurnContext extends ObservableObject {
private Player defaultPlayer;
private Player defaultOpponent;
private Player player;
private Player opponent;
public TurnContext(Player defaultPlayer, Player defaultOpponent) {
this.defaultPlayer = defaultPlayer;
... | [
"noreply@github.com"
] | noreply@github.com |
fe696d1d60bc53da44ad86c3c762a99d3b17b334 | c978dc33aa64b9a6256d5c1ac570545d43540986 | /app/src/main/java/com/example/nzhang9/mvptest/LoginModel.java | 09f5bb536b914c0c462435d570c15466ec20303c | [] | no_license | MichaelZhang179/MVPDemo | 958484bd0d7072c480cf40be8466ba098b8f9c0e | 69577e01ead80efd21ffdcfa325f9d2ff7c6baa6 | refs/heads/master | 2021-01-19T22:34:02.263286 | 2017-04-20T05:32:16 | 2017-04-20T05:32:16 | 88,824,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.example.nzhang9.mvptest;
/**
* Created by nzhang9 on 2017/3/26.
*/
public interface LoginModel {
public void login(String name, String password, OnLoginFinishListener listener);
}
| [
"noreply@github.com"
] | noreply@github.com |
2a0ffba680dc36a0d89fb617564f4010cccd51e0 | 4f7b78732348b8a0212b4d5a489930a6014e902e | /ProductDAO.java | 67a1c7883b66bf626b7579e20887b06577b492f8 | [] | no_license | VietTamTran/java | 273d0d983d3965d424291401625dad1fb2c13a90 | aba744a1d05d8f9c16e3965d3f83e216fae2a22b | refs/heads/master | 2020-11-25T14:41:11.141187 | 2019-12-18T00:22:19 | 2019-12-18T00:22:19 | 228,723,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.teamvietdev.dao;
import com.teamvietdev.model.Product;
import java.util.List;
/**
*
* @author TVD
*/
public interface ProductDAO {
// create
public boolean create(Product object);
// update
public boolean update(Product object);
// delete
public boolean dele... | [
"noreply@github.com"
] | noreply@github.com |
3038b9dbe7c4fcafe6604f1a5240daf21afad927 | f4fd782488b9cf6d99d4375d5718aead62b63c69 | /com/planet_ink/coffee_mud/Abilities/Thief/Thief_Autosneak.java | e6304cbbc04da98fd86fc319eb2879772dd681f6 | [
"Apache-2.0"
] | permissive | sfunk1x/CoffeeMud | 89a8ca1267ecb0c2ca48280e3b3930ee1484c93e | 0ac2a21c16dfe3e1637627cb6373d34615afe109 | refs/heads/master | 2021-01-18T11:20:53.213200 | 2015-09-17T19:16:30 | 2015-09-17T19:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,812 | java | package com.planet_ink.coffee_mud.Abilities.Thief;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import ... | [
"bo@zimmers.net"
] | bo@zimmers.net |
40aefec2463639aedff75855afea685596c37893 | 148e123ea3af0c50c451c95aff3c6bc5b1d3644b | /src/it/mytutor/business/impl/RegistrationBusiness.java | 67ea1a69b6decee6be57c6d5d3636fbf328db44b | [] | no_license | Alemato/Web-Avanzato | dc2948fc26aa9ab83319f8f21b429ae356d39e43 | 28b17d9b1bf0f7aa8f48b6aa2163b74de10b3f1a | refs/heads/master | 2023-08-27T22:49:26.163667 | 2021-11-02T19:46:03 | 2021-11-02T19:46:03 | 423,977,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,508 | java | package it.mytutor.business.impl;
import it.mytutor.business.exceptions.RegistrationException;
import it.mytutor.business.security.SecurityHash;
import it.mytutor.business.services.RegistrationInterface;
import it.mytutor.domain.Student;
import it.mytutor.domain.Teacher;
import it.mytutor.domain.User;
import it.mytuto... | [
"alessandro.mattei1@student.univaq.it"
] | alessandro.mattei1@student.univaq.it |
6b5fca179e6d391d652e36f2fddd78258beb4791 | 20ff3b4bbbe8ec27de8741e39880b3b1c5d2a7ea | /com/tema1/players/BribePlayer.java | 772dc21500cb190d8a3a2d71279371bc8e962e5b | [] | no_license | livalex/Sheriff-of-Nottingham | b8bd7b6c9c9ded4226f077cf5ce684311f875d74 | 0a01d4ca8faea8e3adf82da4e2c1f081248f76cf | refs/heads/master | 2021-03-01T20:15:10.206629 | 2020-03-08T13:23:35 | 2020-03-08T13:23:35 | 245,811,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,998 | java | // Copyright 2019: Livadaru Alexandru-Valentin
package com.tema1.players;
import com.tema1.common.Constants;
import com.tema1.goods.GoodsFactory;
import com.tema1.goods.Goods;
import com.tema1.goods.GoodsType;
import com.tema1.main.GameInput;
import java.util.Queue;
import java.util.LinkedList;
import java.util.Collec... | [
"noreply@github.com"
] | noreply@github.com |
cef4c87940e891797cc6e3cab7931362fb82aaea | 30e90b7f5a9a552d2fc9c0c5c3a6ea4c4d60d593 | /src/main/java/com/lm/hadoop/Vo/UploadImageResult.java | 0184fa19c348c628893b95fc2b2c7dff6802bc02 | [] | no_license | lllmiao/hadoop | a9973a096c416704cc877e401fe4dfa54fc14139 | d026c58d04318b9cc80e6465eb1821199fcd873b | refs/heads/master | 2023-03-19T21:53:20.428380 | 2021-03-02T11:41:17 | 2021-03-02T11:41:17 | 342,149,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.lm.hadoop.Vo;
//定义网盘返回类
public class UploadImageResult {
public String image;
public String getImage() {
return image;
}
public void setImage(String image) {
this.image = image;
}
public UploadImageResult() {
}
public UploadImageResult(String image) {
... | [
"361560472@qq.com"
] | 361560472@qq.com |
67ccfafb8c93ac56506efed30e45eb8a7b376778 | 00b10b02a8bc2a74b146bb9e129e33dfaa28c3d9 | /src/labTask2/LabTask3.java | a81abb0e68741403d3dbf1df62229c21ec628135 | [] | no_license | kshitijvarshne1/labWork | 47ac714ef01634a1c9fbe5390032973ffefc1704 | 35ff873bfc014b25fd271db91d5103743807d753 | refs/heads/master | 2023-01-11T01:34:10.851555 | 2020-11-09T16:04:21 | 2020-11-09T16:04:21 | 288,164,745 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | /* Created by IntelliJ IDEA.
* Author: Kshitij Varshney (kshitijvarshne1)
* Date: 25-Jul-20
* Time: 9:52 PM
* File: LabTask3.java
*/
package labTask2;
/*3. Create a program in Java to demonstrate declaration, initialization and usage of local
variables. */
class Student {
void showStudentRollNo() ... | [
"kshitij.varshney_cs19@gla.ac.in"
] | kshitij.varshney_cs19@gla.ac.in |
9560b89a48088db75084856b232ff99b04f76481 | 36eda36c952f278291ec607a40bb37601859061a | /android/app/src/debug/java/com/fitness_talkshow_25617/ReactNativeFlipper.java | 53cc8eab5acbb0ee313d46e09734cdc49af800c0 | [] | no_license | crowdbotics-apps/fitness-talkshow-25617 | 2e89035c28f7111518bd0e2788d00b97af425370 | c77ab97ee3e76ffed965ec3e8b62a0433359472f | refs/heads/master | 2023-04-01T18:59:05.711964 | 2021-04-10T15:26:13 | 2021-04-10T15:26:13 | 356,620,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,277 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.fitness_talkshow_25617;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
i... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
b53a747ab04b9a2d61eb74d40b8df88c4ecd6bbb | 0bd98586b05d47ad0059bfe1c126458b254d8ae8 | /src/main/java/com/github/zhuyizhuo/generator/mybatis/db/service/impl/OracleDbServiceImpl.java | a65d0341e7aa26c7ea2091f0ea55c9e594c18dde | [
"Apache-2.0"
] | permissive | tuablove/code-generator | 235ce91314ce357d8f48c9282a20b2418f6d1e1d | 4bbd03397c0e7976cbaf642ffe28ed67959e3e54 | refs/heads/master | 2020-03-26T22:51:10.734376 | 2018-08-21T01:23:53 | 2018-08-21T01:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,868 | java | package com.github.zhuyizhuo.generator.mybatis.db.service.impl;
import com.github.zhuyizhuo.generator.mybatis.db.service.abst.AbstractDbService;
import com.github.zhuyizhuo.generator.mybatis.vo.TableInfo;
import com.github.zhuyizhuo.generator.utils.TypeConversion;
import com.google.common.collect.Lists;
import com.git... | [
"zhu.yizhuo@163.com"
] | zhu.yizhuo@163.com |
55632c2d7af281aed065acd1008c9e4dc3220bdb | 8e87f45f82a40087e6da8ca6f61fe89d793b149a | /src/entities/Tree.java | ba9c95687969f45539077866dd38a27d1edc3941 | [] | no_license | NamanB/Code_Mania | 8a9fbf4eaa2d9d3526be23c12103c4593b44c05d | a5860fca1d5c28c64c9b517a4c4509924664f185 | refs/heads/master | 2021-08-30T22:52:25.270531 | 2017-12-19T18:22:27 | 2017-12-19T18:22:27 | 114,423,884 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package entities;
import java.awt.Graphics2D;
import entities.Entity;
import main.GameWindow;
public class Tree extends Entity {
private static final int WIDTH = 40;
private static final int HEIGHT = 40;
public Tree(double X, double Y) {
super(X, Y, new int[]{0}, new int[]{0});
this.setHeight(WIDTH);
t... | [
"sashaivanov2424@gmail.com"
] | sashaivanov2424@gmail.com |
1afdd1ed2c8197782c911aec6bf766d733e2129f | a2aead92f1ba8bfde07388e9bf2f9632f8385071 | /ECommerceApp/app/src/main/java/com/example/ecommerceapp/OrderDetails.java | 2048a3ed0e25697a3f00aff1223224639b0c9073 | [] | no_license | fadyZaherEng/ECommerceApp | ab397116f4ab347990f29766c1a7ecbd735117a0 | 2bd97ce1f6f81240dedf87edb5f949afaf2c7394 | refs/heads/main | 2023-02-28T12:35:25.418468 | 2021-02-04T11:26:56 | 2021-02-04T11:26:56 | 335,932,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package com.example.ecommerceapp;
public class OrderDetails {
private String name,phone,address,date,id;
private Double price;
public OrderDetails(String name, String phone, String address, String date,String id, Double price) {
this.name = name;
this.phone = phone;
this.address = ... | [
"fady33zaher@gmail.com"
] | fady33zaher@gmail.com |
94fa41be1247a3de8adc442dc0505c91fc0e11e5 | 6b3690967f1837d462a130984b781ba7d20ea2ab | /CoreTech/src/exception/MethodOverride/Super.java | 6a4c5f07447e1c22a570b2cf557bd89d6ea6cde2 | [] | no_license | sugyan84/EclipseCodeNewRepo | 87f7b99a4f7a79550207ac614f173b7ed5b5cc02 | d4e03c89c401c9449345cdadf45e2923eb7db1d6 | refs/heads/master | 2018-08-17T04:44:27.628262 | 2018-02-04T07:05:54 | 2018-02-04T07:05:54 | 113,458,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package exception.MethodOverride;
import java.io.FileNotFoundException;
import java.io.IOException;
public class Super
{
void show() throws IOException
{
}
}
class Sub extends Super
{
void show() throws FileNotFoundException
{
}
} | [
"sugyansahu84@gmail.com"
] | sugyansahu84@gmail.com |
6f94c72b5f7987a6f089dd12ce373c550b8f06d9 | 03fa928dcce24abe343ab21c933fc83d97d650f6 | /ConnectionBLE/app/src/main/java/com/example/connectionble/ble/connection/BLEScanner.java | a9736868ee1b761a9743b1e2ebfb43a089afe54b | [] | no_license | LeeJoeIng/PACT_BLE | 74626a5cb3bf35b23d16ac7678b6cadf6392f0d1 | 1a2dd9539766291611862d1d4c646376b638fa42 | refs/heads/master | 2021-01-01T23:59:20.530799 | 2020-02-18T18:19:19 | 2020-02-18T18:19:19 | 239,401,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,802 | java | package com.example.connectionble.ble.connection;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothManager;
import android.content.Context;
import android.os.Handler;
import com.example.connectionble.ble.Utils;
public class BLEScanner {
priva... | [
"joe.lee@telecom-paris.fr"
] | joe.lee@telecom-paris.fr |
685388bc76c1ff78acddc68790b0ee8849c0efcf | 2eaf7b801cbcb8396c8adcdd463613d8001387d3 | /musicplayerspecsandsourcecode_/source code/source code/Music Player/gen/com/music/player/R.java | 613abb044eba4a0498e51f7de3ee044afeb9bf61 | [] | no_license | anshu099/Personal-Codes | 371753f6eaf53d3b706fff705ec1918883a69ac4 | 9b1caaa99cb9f5607f934a78252d67d5a3b58a24 | refs/heads/master | 2016-09-01T17:17:14.018405 | 2015-08-07T11:05:31 | 2015-08-07T11:05:31 | 28,898,488 | 0 | 0 | null | 2015-01-19T08:38:43 | 2015-01-07T04:37:41 | null | UTF-8 | Java | false | false | 225,572 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.music.player;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f040... | [
"anshu.agrawal@lge.com"
] | anshu.agrawal@lge.com |
c5192b8c7c9d7a786907615d9d5e4d2af2602d44 | 7909a81e5d1e5ed4cff050c9d92370f15ab3befa | /studentadd/src/main/java/cn/edu/nyist/studentadd/dao/StudentDaoImpl.java | 3307902575cde6951de569ad43096cb98ca6c810 | [] | no_license | Wwwxj/mybookmanv1 | e4d6ba5336dd6f855dd03f9965d069ddb33ba7e0 | 6a05081a22c7a84f43dbe8d674ef101f3881405c | refs/heads/master | 2020-03-17T21:13:55.209566 | 2018-05-18T14:22:00 | 2018-05-18T14:22:00 | 133,950,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 866 | java | package cn.edu.nyist.studentadd.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import cn.edu.nyist.studentadd.util.DsUtil;
public class StudentDaoImpl implements StudentDao {
@Override
public int save(String name, int age) {
Connection conn=null... | [
"2785764902@qq.com"
] | 2785764902@qq.com |
3e867cae517af5f0b76e6a35d0b9d65eaf2e61c1 | 79a68dbd94ff1261c778f65b9e4c9ce55920ed36 | /teach_materials/src/com/zs/weixin/mp/util/json/WxMpMassOpenIdsMessageGsonAdapter.java | a1b1510c45c02f86b512be07cef446a9f1e97504 | [] | no_license | Allen5413/tm | e6ca0f6c509fb163e391265c65094ab6fdcbb663 | 595d44ccc787588f0995d5769908e12c3c6b387f | refs/heads/master | 2021-01-23T09:33:16.232580 | 2019-11-26T13:50:25 | 2019-11-26T13:50:25 | 34,732,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | /*
* KINGSTAR MEDIA SOLUTIONS Co.,LTD. Copyright c 2005-2013. All rights reserved.
*
* This source code is the property of KINGSTAR MEDIA SOLUTIONS LTD. It is intended
* only for the use of KINGSTAR MEDIA application development. Reengineering, reproduction
* arose from modification of the original source, or othe... | [
"2319772333@qq.com"
] | 2319772333@qq.com |
321e75971c139ff7364c6be8f4e7d0b669a4231e | 3656c2a13620ccf1cfbb52af35e979fa9bf094ad | /src/de/floriware/chatsimple/client/ConnectionListener.java | 6cc9cd2e1048f4fda180eeaeddfca70d9d78de65 | [] | no_license | iKoze/ChatSimpleAPI-Java | a0d743322a9d3507ec036e32f0dfeaac21185dfd | 3daab5d45242b4035a882677955247cdbe4d6e18 | refs/heads/master | 2016-09-05T21:39:13.520234 | 2013-07-14T20:49:30 | 2013-07-14T20:49:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package de.floriware.chatsimple.client;
import java.io.*;
import java.net.SocketException;
import de.floriware.chatsimple.ServerInfo;
import de.floriware.chatsimple.databundles.DataBundle;
public class ConnectionListener extends Thread
{
protected ServerInfo server;
protected BufferedReader reader;
protected ICo... | [
"florian@floriware.de"
] | florian@floriware.de |
014a427cc6a49670824a98c243ebdd7aa03e267d | 23458bdfb7393433203985569e68bc1935a022d6 | /ONEOrder/Java SDK/oo-jaxb/ServiceDeliveryRS/target/generated-sources/xjc/org/iata/oo/schema/ServiceDeliveryRS/RedempUnitListType.java | 31915cf1e92f35baba5261b3a52d9c6344cb06a2 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | joelmorales/NDC | 7c6baa333c0285b724e6356bd7ae808f1f74e7ec | ebddd30369ec74e078a2c9996da0402f9ac448a1 | refs/heads/master | 2021-06-30T02:49:12.522375 | 2019-06-13T14:55:05 | 2019-06-13T14:55:05 | 171,594,242 | 1 | 0 | null | 2020-10-13T12:03:33 | 2019-02-20T03:29:16 | Java | UTF-8 | Java | false | false | 1,301 | java |
package org.iata.oo.schema.ServiceDeliveryRS;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for RedempUnitListType.
*
* <p>The following schema fragment specifies the expected content contained within this c... | [
"joel.moralesmorales@hotmail.com"
] | joel.moralesmorales@hotmail.com |
a84d04d829f255c247b24c46615e501513029e13 | 443c32589606f590e095293445491e0aaf110945 | /blog_article/src/test/java/org/blog/article/AddressUtils.java | dcf54acd8cc95eecd9f6f07b82d168175dd3d73f | [] | no_license | renxinlin/openRenxl3 | 8815b1eaaae9fd70f56f7fd56ab66c662bbec426 | bf132232756a8da7251bcd86ecdce7633b2c9f6e | refs/heads/master | 2022-06-21T11:54:47.931270 | 2019-06-17T03:32:15 | 2019-06-17T03:32:15 | 166,528,782 | 0 | 0 | null | 2022-06-21T00:55:22 | 2019-01-19T09:20:12 | Java | UTF-8 | Java | false | false | 9,083 | java | package org.blog.article;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import java.net.URL;
/**
*/
public class AddressUtils {
public static void main(S... | [
"2284057845@qq.com"
] | 2284057845@qq.com |
4f96a12ca90913e7e03cc88d1d26ad8d3aac44e2 | 0a90673b40546cecd3f843c7258edbd7f1e31df1 | /src/UtilityMethods.java | e5090349417768abb40ec6957a1d387a334579d5 | [] | no_license | jamie00170/RandomProjectAllocation | 9b1ea917cdf4610dad1519316e5810b86870df4f | de6accbb24d7a8708b3132831eeb6ac828159494 | refs/heads/master | 2021-01-10T10:35:32.667615 | 2016-03-28T09:59:47 | 2016-03-28T09:59:47 | 43,079,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,942 | java | import com.google.common.collect.ImmutableList;
import org.apache.commons.math3.fraction.Fraction;
import org.apache.commons.math3.fraction.FractionConversionException;
import java.math.BigDecimal;
import java.util.*;
/**
* Created by Jamie on 09/03/2016.
*/
public class UtilityMethods {
public void incrementV... | [
"jamiedd13@aol.com"
] | jamiedd13@aol.com |
dbbe958466577df9dd98ca9ccc9e137375dd46df | a585293c5fe9802a09e2a40dca52d2ed6dc2488c | /projects/SimpleJavaProject/src/threads/DeadLock.java | 4fce7f1b37e563e33e4a596f7c775e96c4ea0bbc | [] | no_license | sukeshrs/eclipse-projects | 192c8cefda1c125bfca54accc585840f08393fff | 3632bcf20820ef81be62c82da5e0172edb669586 | refs/heads/master | 2021-01-21T16:48:18.602525 | 2017-07-18T04:25:40 | 2017-07-18T04:25:40 | 91,908,458 | 0 | 0 | null | 2017-07-18T04:25:41 | 2017-05-20T18:26:53 | Java | UTF-8 | Java | false | false | 819 | java | package threads;
public class DeadLock {
public static void main(String[] args) throws InterruptedException {
Object obj1 = new Object();
Object obj2 = new Object();
Object obj3 = new Object();
Thread thread1 = new Thread(new SynchroThread( obj1, obj2),"Thread111");
... | [
"sukeshrs@gmail.com"
] | sukeshrs@gmail.com |
913db1b8fadd4098df075c20576ede9d3dcdeea8 | 2226dcfb500bcef30ba84b70ab65abcb3380ca52 | /src/main/java/com/vladaver87/eventsgenerator/controller/EventController.java | bde2806eab4e7d6f9712dcc9ba5964f017d8bd81 | [] | no_license | VladAver87/events_generator | cb9401b0955f78711a53b90c84438e89761dbaa2 | 1fb242a6577fa2e76e1c2851e8f0831b1eacd6c6 | refs/heads/master | 2020-05-23T23:01:33.862436 | 2019-05-31T10:13:18 | 2019-05-31T10:13:18 | 186,985,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,275 | java | package com.vladaver87.eventsgenerator.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind... | [
"Averianov87@gmail.com"
] | Averianov87@gmail.com |
95f1c8790b5c1ddbc714c2c2324fa0e88220bd38 | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/train/Counting_Sheep/S/Pb1.java | 146145b864c92f06acaa1ad6cf4e254c9b8f9d1a | [] | no_license | yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660282 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package methodEmbedding.Counting_Sheep.S.LYD1167;
import java.util.*;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.BufferedWriter;
import java.io.FileWriter;
public class Pb1{
public static void main(String []args) throws FileNotFoundException, IOExceptio... | [
"liangyuding@sjtu.edu.cn"
] | liangyuding@sjtu.edu.cn |
083a4199e5682d5546d5a7dd78b74e310c2b3b70 | 6188ba648c82a559191f6dcf9317bb9486918534 | /src/javatools/database/PostgresDatabase.java | cdcbafa00369fd7014e1b78d594f695a76049683 | [] | no_license | AKSW/SINA-QueryExpansion | d01d1bdb2be573bcc4eedab33d6cfd6e11a0d03b | b0cd9c30e60c983ddc101e8c460e10f8f77a99c1 | refs/heads/master | 2021-01-01T06:49:58.429578 | 2013-04-26T14:33:26 | 2013-04-26T14:33:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,295 | java | package javatools.database;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import javatools.administrative.D;
/**
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
It is licensed under th... | [
"saeedeh@saeedeh-Vaio.(none)"
] | saeedeh@saeedeh-Vaio.(none) |
31911e4927fd52d80d50a3087faea048ec2aff8c | 9e5a41aed24e898649d14548f126e5d5079ffe04 | /src/main/java/com/csi/controller/qiantai/UserOrderController.java | 52c06842af0ad1c7745c0b47892a2c3516425ad7 | [] | no_license | yrj1998/Studying | 6d1960f8577c188c8912ae9dbba563af7dc8d090 | 68e18fa7ff3612f7913c51dc98fa7a4ea509f124 | refs/heads/master | 2022-12-24T14:02:54.867490 | 2019-07-04T06:42:19 | 2019-07-04T06:42:19 | 195,178,587 | 9 | 2 | null | 2022-12-16T11:34:37 | 2019-07-04T06:04:47 | Java | UTF-8 | Java | false | false | 1,455 | java | package com.csi.controller.qiantai;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframe... | [
"50574605+yrj1998@users.noreply.github.com"
] | 50574605+yrj1998@users.noreply.github.com |
ec05a9dac0f7e584a993b57560fcb7bb71f49e64 | e3e76e63b517517ebf6c3c5c3912505b97ce6bb6 | /Fast&SlowPointers/PC2-RearrangeList.java | ffd6e6b18e77b5d8d8b0add77589ab0488c7357a | [] | no_license | anuragparla/grokking-the-coding-interview | 1d23bc923449073a22bb5fcd214c97e472f82833 | f14b2f1e71e97244aa789fc761ed794caba15faa | refs/heads/master | 2023-01-10T08:06:38.376864 | 2020-11-18T02:31:15 | 2020-11-18T02:31:15 | 366,029,667 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java |
class ListNode {
int value = 0;
ListNode next;
ListNode(int value) {
this.value = value;
}
}
class RearrangeList {
public static void reorder(ListNode head) {
// TODO: Write your code here
ListNode fast = head, slow = head;
int len = 0;
while (fast != null... | [
"450801626@qq.com"
] | 450801626@qq.com |
5c3c67022cda41771d7af16869e15712a1cb07a1 | a839f832044d4da6d840bedce4b3509ecd02fc03 | /src/boletin18/Correo.java | 5adbd9ed6db323ecdc10dbb91c028a7f02884136 | [] | no_license | JesusQuesada/Programacion-Boletin18 | 1159c737a9f410b6f754da456452eab2ec7b7512 | 3039d77cc77bafc4a982d91402e6dbed1d08ab59 | refs/heads/master | 2021-01-13T11:31:50.343731 | 2017-02-07T09:08:27 | 2017-02-07T09:08:27 | 81,188,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java |
package boletin18;
public class Correo {
private String email;
private boolean leido;
private String contenido;
public Correo() {
}
public Correo(String email, boolean leido) {
this.email = email;
this.leido = leido;
this.contenido = contenido;
}
public Strin... | [
"jquesadaabeijon@victoria32.danielcastelao.org"
] | jquesadaabeijon@victoria32.danielcastelao.org |
bc248220d9cdb7fb95e522401701eeb14c0c35e9 | 4fb75c8a9dd18964e956993cce4dfd671e30dd85 | /src/test/java/WebTestCases/TC_008_PolicyMaintenance.java | c1cf9b099108369dd57b5a23cc4a68540005873b | [] | no_license | adminenhops/enhopswrightflood | 9569fa876950968b247de0be72c3103afd4a3399 | 6514d19eef96f9f9f4efed861a9b00915452a55b | refs/heads/main | 2023-03-08T11:58:57.897640 | 2021-02-24T14:50:37 | 2021-02-24T14:50:37 | 341,934,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package WebTestCases;
import org.testng.annotations.Listeners;
import org.testng.annotations.Test;
import TestNGListeners.SuiteEvent;
import TestNGListeners.WebEvent;
import Utilities.ConfigReader;
import WebPages.FloodQuote;
import WebPages.PolicyMaintenance;
@Listeners({ SuiteEvent.class, WebEvent.class })
publ... | [
"gonelasunilkumar@gmail.com"
] | gonelasunilkumar@gmail.com |
51284b90355bdcc59005ed0666c1e7b825eaed54 | e76fdd86de3b790a0d2eb9bf4155e7ed2bd87c0f | /src/main/java/xyz/camiloarguello/Dao/Pastrie/PastrieRepositoryCustom.java | 46f7843564f08d79eaa2aa0d2ffc57a559b1d544 | [] | no_license | kmiloarguello/Boulangerie-back | 3233a54430ec49578d21ede01d1c74f8053d8787 | 92151af4bd2be3b83c21031fb3f8bfe11b47b033 | refs/heads/master | 2022-07-07T19:54:43.598745 | 2020-02-12T17:11:58 | 2020-02-12T17:11:58 | 238,553,862 | 0 | 0 | null | 2022-06-25T07:29:55 | 2020-02-05T21:38:40 | Java | UTF-8 | Java | false | false | 410 | java | package xyz.camiloarguello.Dao.Pastrie;
import org.springframework.data.mongodb.repository.Query;
import xyz.camiloarguello.Entity.Pastrie;
import java.util.Collection;
public interface PastrieRepositoryCustom {
// Define the custom function to get data from MongoDB
Collection<Pastrie> findByType(String type... | [
"camiloandres.arguellorincon@cencosud.com.co"
] | camiloandres.arguellorincon@cencosud.com.co |
2d45df9c5b882b01a9c315977327d539be709642 | 28552d7aeffe70c38960738da05ebea4a0ddff0c | /google-ads/src/main/java/com/google/ads/googleads/v3/services/AdGroupCriterionLabelServiceSettings.java | db1c46bd4c2c2d117d96a3f6d0d295c171f1129c | [
"Apache-2.0"
] | permissive | PierrickVoulet/google-ads-java | 6f84a3c542133b892832be8e3520fb26bfdde364 | f0a9017f184cad6a979c3048397a944849228277 | refs/heads/master | 2021-08-22T08:13:52.146440 | 2020-12-09T17:10:48 | 2020-12-09T17:10:48 | 250,642,529 | 0 | 0 | Apache-2.0 | 2020-03-27T20:41:26 | 2020-03-27T20:41:25 | null | UTF-8 | Java | false | false | 8,439 | java | /*
* Copyright 2020 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"noreply@github.com"
] | noreply@github.com |
8d4c34ce3aba14e1c07c74436bed01063ab61d6d | 3426ae8ec2f80375bac6ef4cc8f2d77f50d09d68 | /src/methodClass/ImageProfileClass.java | b05a6c90855155096398215253725f1f78c4e96f | [] | no_license | chosenegbe/school-management-system | 3bcf5dd9ebcdaa4766575cdd27bbfff6b7abbebe | ea102169d3a183aa5a65c6a24370e1fc4a9e5cbe | refs/heads/master | 2022-02-05T05:43:02.218951 | 2019-05-06T13:13:07 | 2019-05-06T13:13:07 | 153,107,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,966 | 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 methodClass;
import connection.DBConnection;
import java.io.File;
import java.io.FileInputStream;
import java.io.Fil... | [
"milkymike45@gmail.com"
] | milkymike45@gmail.com |
d42b806d8299f8f5551e73a06e90c98f0c490745 | a0e2410aa5560a5ef1ff49202310ea15ab2a6328 | /src/main/java/DBAccess/Connector.java | df63f04fa68ad220b978c36018c388c20d693867 | [] | no_license | Jack-Borg/Lego-House | ff35ba4fa62a8f93ff145ae6db3152884869f949 | f0defa2627a642a2ee7e5ee7a9cf0139cde373cb | refs/heads/master | 2020-03-06T23:07:51.244473 | 2018-03-28T13:28:43 | 2018-03-28T13:28:43 | 127,124,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | package DBAccess;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
The purpose of Connector is to...
@author kasper
*/
public class Connector {
private static final String URL = "jdbc:mysql://207.154.214.18:3306/LegoHouse";
private static final String USERNAME ... | [
"GAIMZ@192.168.1.10"
] | GAIMZ@192.168.1.10 |
d39161ece0d429024ba6365bb953cd90414d3189 | adbeb276799b6466db88424c08d8b3a420f3f996 | /app/src/main/java/com/example/enzo/bluetooth/DeviceListActivity.java | 3366224c390c669b8622d7ba580c9ca625b7b074 | [] | no_license | zeng-yh/Bluetooth | 27fb256508c564b4069c0ec8e6d7fad45fb8e8c5 | 1e15d862307ac66eab7c8570c2a3d77d0f278db0 | refs/heads/master | 2021-06-23T04:32:44.494837 | 2017-08-29T15:01:07 | 2017-08-29T15:01:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,932 | java | package com.example.enzo.bluetooth;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothDevice;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import... | [
"enzo.zyh@gmail.com"
] | enzo.zyh@gmail.com |
3b951968b6ad8883a49a4ba61ccee7e56f9599ac | 5c2aca25b700bc6be51e6a5b807c88a8111ce33d | /hedera-node/src/test/java/com/hedera/services/store/schedule/ContentAddressableScheduleTest.java | bd894402351f8b27181c19df534fc2207ebebcf4 | [
"Apache-2.0"
] | permissive | Frank2333333/hedera-services | a541cebe6fa53cdfd65d02590118c3c692bd6e32 | 9b16ea233810ba588fca69c72efcb49a66e5c4eb | refs/heads/master | 2023-03-16T13:30:14.806907 | 2021-03-12T20:04:10 | 2021-03-12T20:04:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,772 | java | package com.hedera.services.store.schedule;
/*
*
* Hedera Services Node
*
* Copyright (C) 2018 - 2021 Hedera Hashgraph, LLC
*
* 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
*
... | [
"michael.tinker@hedera.com"
] | michael.tinker@hedera.com |
fef433057589f950ee42029a4bcc1a413a4f8c3e | 363c936f4a89b7d3f5f4fb588e8ca20c527f6022 | /AL-Game/data/scripts/system/handlers/quest/pandaemonium/_4210MissingHaorunerk.java | 0f601dd9d3435296c61957a43892b12cf99a8408 | [] | no_license | G-Robson26/AionServer-4.9F | d628ccb4307aa0589a70b293b311422019088858 | 3376c78b8d90bd4d859a7cfc25c5edc775e51cbf | refs/heads/master | 2023-09-04T00:46:47.954822 | 2017-08-09T13:23:03 | 2017-08-09T13:23:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,801 | java | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | [
"falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed"
] | falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed |
d386ff47f3be7251d4fefeed112377aed27c8fcf | 897e8643518c774396d9ee5f256b5217ff4896c8 | /src/main/java/com/contrastsecurity/tools/forensics/mysql/FileFinder.java | d4155c0744873ce7ea0356aa7b3e027bfcf965c1 | [] | no_license | Contrast-Security-OSS/mysql-forensics-tool | 0127ea0f0be1182c5077842219fc90ca6aa36b52 | 86bac7ef1241ec4fd77bc438ee80e470e49b7329 | refs/heads/master | 2021-01-19T19:11:42.139833 | 2017-05-12T19:08:58 | 2017-05-12T19:08:58 | 86,000,568 | 4 | 1 | null | 2017-05-12T19:08:59 | 2017-03-23T21:45:19 | PLpgSQL | UTF-8 | Java | false | false | 1,010 | java | package com.contrastsecurity.tools.forensics.mysql;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.stream.Stream;
public class FileFinder {
public static String fileFind(String path, String filename) {
String matchingFile =... | [
"max.gelman@contrastsecurity.com"
] | max.gelman@contrastsecurity.com |
4fb05c6c11ecaa157aebad41df806ade259c4eeb | 04bd5fa9b122ae4279ad4278671d5058f2da221d | /src/main/java/com/eric/graphql/Application.java | 9db9378556d6c882c8cd0d092270badc782ef965 | [] | no_license | EricHo0129/SpringGraphql | b8b29a6670811c866909cd5740f387d0f8ebdd97 | 026e7a4579e80ebe435e63358954cd7d9cd2362f | refs/heads/master | 2020-03-30T00:13:48.579557 | 2018-10-01T01:05:36 | 2018-10-01T01:05:36 | 150,511,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.eric.graphql;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
| [
"yung.ho@104.com.tw"
] | yung.ho@104.com.tw |
34d8cd933effb053e2a5e9f0a469d23b8a2920fe | cc8da71ebe56ba95b02ac2343e30ab29ffdcdf2c | /src/POM/Loginpage.java | 86f6808ca9b910749e55a5b60597f1c66148cf42 | [] | no_license | kishorebqsp/Appiumshopping | 5b3f1c46ba891f7d0c30ff82f04425cf3d0ac7c6 | 5cc1047e92785d634aec58d85afe2999fac4aa9f | refs/heads/master | 2020-03-26T18:42:47.659512 | 2018-08-18T14:27:44 | 2018-08-18T14:27:44 | 145,226,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package POM;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class Loginpage {
@FindBy(linkText="Sign in")
private WebElement sign;
@FindBy(id="email")
private WebElement em... | [
"kishoreqsp009@gmail.com"
] | kishoreqsp009@gmail.com |
b3a1322eb7f2f9b008163c4e4aa91e9d96a1eba5 | 6602732129e480cb9f6212bf3af7ee8f6c2783ea | /max_encrypt/src/main/java/com/laozhang/max_encrypt/MaxEncryptApplication.java | d98cbd591739c4355395be6b6d3cb85b4e2d1b8d | [] | no_license | zhangchengfu/max | 1ac734b3e715ffd0cc9c5295ed1a958b7b7a70bb | 69ee67079074ffb9bd2123df7547dbdd655fdac1 | refs/heads/master | 2022-12-26T10:40:09.924103 | 2021-09-27T02:11:06 | 2021-09-27T02:11:06 | 144,720,989 | 0 | 0 | null | 2022-12-16T04:28:10 | 2018-08-14T13:02:40 | JavaScript | UTF-8 | Java | false | false | 337 | java | package com.laozhang.max_encrypt;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MaxEncryptApplication {
public static void main(String[] args) {
SpringApplication.run(MaxEncryptApplication.class,... | [
"compowerxp@163.com"
] | compowerxp@163.com |
1dea2f6f12964d9d23c2095cb7ded59160c63f76 | 7ab6e1390fddcedef72ee55e8f9f85baf57992b4 | /src/main/java/com/caiodev/FreightCalculation/service/FreightService.java | e97c3257dcb2922be893669427174fe01d07b9f4 | [] | no_license | ccaiomacedo/Api-Rest-Freight-Calculation | 2b5a6ea533328b8ba72d4b99038406a8ef6e16c5 | e7cad02b42084ea55668dcabcd4971593e266618 | refs/heads/master | 2023-08-20T12:28:39.053675 | 2021-10-06T15:59:24 | 2021-10-06T15:59:24 | 412,309,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,146 | java | package com.caiodev.FreightCalculation.service;
import com.caiodev.FreightCalculation.domain.Freight;
import com.caiodev.FreightCalculation.dto.FreightRequestDTO;
import com.caiodev.FreightCalculation.dto.FreightResponseDTO;
import com.caiodev.FreightCalculation.dto.ViaCepDTO;
import com.caiodev.FreightCalculation.exc... | [
"caio.macedo@ucsal.edu.br"
] | caio.macedo@ucsal.edu.br |
916f9a6cd16b9b3a362892cdd9148d0bde79ba29 | c82097fd637a61d33829449b2ba2aaafd9996bf0 | /SmartSecurity/src/com/smartsecurity/controller/VisitorController.java | 307697902be2726e46bcba29a619d380aa842bc9 | [] | no_license | Amit26aug/SmartSecurity | 83428343af916e0a0d8316dd97587b9bdcb76477 | a9811ab9dfbc3db2047dd827d0d40cccbb678c29 | refs/heads/master | 2021-05-04T22:03:01.907258 | 2018-04-15T11:39:54 | 2018-04-15T11:39:54 | 119,995,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,488 | java | package com.smartsecurity.controller;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import com.smartsecurity.contract.SmartSecurityContract.VisitorEntry;
import com.smartsecurity.contract.SmartSecurityContract.StatesEntry;
import com.smartsecurity.contract.SmartSe... | [
"noreply@github.com"
] | noreply@github.com |
59cc5dd0f4ee07745bb1170ceffb284a7fa340e1 | 4cee4289ee95d8b8b2e8ed54c1a21c383057338e | /src/gui/view/RequestView.java | ea2a0718ac19bf5d29bc06fd12b5033540ee8c0d | [] | no_license | enokryeziu/supply-chain-management-software-java | eca4cc71818f3d847c6b4b699ce9e7e280fe48b7 | 435c58a371469608102b902f8611085b5e184b70 | refs/heads/master | 2022-11-21T21:36:38.151870 | 2020-07-17T19:52:10 | 2020-07-17T19:52:10 | 265,594,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,696 | 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 gui.view;
import BLL.Employees;
import BLL.Objects;
import BLL.Permission;
import BLL.Request;
import BLL.Title;
import BLL.U... | [
"enokryeziu@gmail.com"
] | enokryeziu@gmail.com |
73e4406dd90a2fd18c0c787b35301cf8678a3d8e | 02804fa068ebe37ee4983edd517a24901744f232 | /TASK DesignPatterns/Structural/facadeDesignPattern/FacadPatternDemo.java | ed41a236a07dd4589618ba291d05714cf4f2fa8a | [] | no_license | SyedWilayath/DesignPattern | 182967c590e167e86d7d10c13855e41a55291322 | 1fce414122205dc8be22ddebda095c1370a188b9 | refs/heads/master | 2022-11-21T11:10:19.554796 | 2020-07-26T09:44:48 | 2020-07-26T09:44:48 | 282,617,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | public class FacadPatternDemo {
public static void main(String[] args) {
ShapeMaker shapemaker = new ShapeMaker();
shapemaker.displayCircle();
shapemaker.displayRectangle();
shapemaker.displaySquare();
}
}
| [
"noreply@github.com"
] | noreply@github.com |
bae052b255f7051a045885f082c39a029bdeffee | 6013050007e0b1e8322d7957784b6d842297b622 | /src/data/mediaDB/Tag.java | 05d9ede4baa1c716084771aedd02a110608fbc0f | [] | no_license | MohamedAliKhalil1/Media-Management-System | 4da5fb9b3ee7073bb78185943f56b885ebf55f0a | 46b3e84db4206340a6f6da8d7c7e183a880c9668 | refs/heads/master | 2023-03-13T06:25:55.601323 | 2021-03-03T12:36:22 | 2021-03-03T12:36:22 | 344,120,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 83 | java | package data.mediaDB;
public enum Tag {
Animal,Tutorial,Lifestyle,News
}
| [
"mohamedalikahlil5@gmail.com"
] | mohamedalikahlil5@gmail.com |
83e5816155c2ef6472b0583cb02b92367f23a9cb | 191b34e119858b6447424290ec4db290ff3d4639 | /src/fructe/Para.java | 3dbb97acf142f5a0e080298626c00417b1ba3377 | [] | no_license | corina-ionita/Cerner.Java.Tema3 | 596f64f6e598478dcbdc0805acbce81c9bfacb9b | ee14ff87947b9ec3773d6337ce2fb387528305bd | refs/heads/master | 2021-09-20T09:49:06.786008 | 2018-08-08T07:01:49 | 2018-08-08T07:01:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package fructe;
import model.IFruct;
public class Para implements IFruct {
@Override
public String getGust() {
return "dulce";
}
}
| [
"ionitacorina97@gmail.com"
] | ionitacorina97@gmail.com |
a1c618d10280f29b0f1645959402c9d70feb32db | c90da79b2979ede1d19af72776a01f39e1ffa264 | /src/main/java/br/com/ultracar/treinamento/TreinamentoApplication.java | 6c59ab798debbce04e297554932f08504e3c766e | [] | no_license | ThiagoLuizS/treinamento | 361a0279652eb55189e1e3207ed5562ce239d70b | 90a2fd7dfa792d2013f458446da12f7d40474bab | refs/heads/master | 2020-06-25T15:26:32.036270 | 2019-12-06T19:39:58 | 2019-12-06T19:39:58 | 199,352,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package br.com.ultracar.treinamento;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@EnableJpaReposito... | [
"thiago-silva@ultracar.com.b"
] | thiago-silva@ultracar.com.b |
c88760366d36078c2a3347d709e2e9fdeb9fc57f | 3f361dfa8463ab56a0f9ad9e97768b39f8dfa176 | /app/src/main/java/com/anja/task1/app/data/OrderRepository.java | 730781747dae8920befcaef26c2475c5cd171ecd | [] | no_license | severianremi/Task1 | 7629c2d4f3353f2da5acf68e7b7815a55ee08732 | 250de8750e65eac54824751165e3af9b7bc5b9c6 | refs/heads/master | 2021-01-21T13:20:59.211545 | 2016-05-30T07:46:47 | 2016-05-30T07:46:47 | 53,800,760 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.anja.task1.app.data;
import java.util.List;
/**
* Created by Anna on 29.05.2016.
*/
public interface OrderRepository {
void setSelectedOrder(Order selectedOrder);
Order getSelectedOrder();
List<Order> getOrders(Order.Status status, int amount, int offset);
void clearCache();
}
| [
"severianremi@gmail.com"
] | severianremi@gmail.com |
8804b794bb03a7537f124a166397c30296bea6fb | a6bd0f6c87fbe946eb00d548aa0c1edc06773277 | /iniciando-primefaces/src/main/java/com/algaworks/erp/util/Transacional.java | 081774ec9a7b9d4cc6516b34ea813cac4e6c490d | [] | no_license | fmrabelo/rabelo-servicos-oap | 8d4dcb62c61b9ba44991dbfe197120940d083993 | 3d849799119710f7e61e39606f356477be9c2604 | refs/heads/master | 2021-01-01T19:42:28.809837 | 2015-04-23T15:02:32 | 2015-04-23T15:02:32 | 37,106,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.algaworks.erp.util;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.interceptor.InterceptorBinding;
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNT... | [
"fmrabelo@38c0dbe2-1d61-b02a-7774-c78bf3521c0c"
] | fmrabelo@38c0dbe2-1d61-b02a-7774-c78bf3521c0c |
24e8cc9cc2865b2939dd521612d929d3cf347802 | 228af32f0260126396f451ae215f580d5f8de8f0 | /kafka-order/src/test/java/com/mz/kafka/configuration/KafkaConfigTest.java | 2a920603efe4f5a1fc1a634816420a51f4576026 | [] | no_license | atlroc99/microservices-with-kafka | 733957151e8c05a1a58c56c461d443bbdb29aa69 | f8934d0994c09dba8dc6fe967d2a6e517d2a7817 | refs/heads/master | 2023-01-24T18:13:23.291395 | 2020-11-30T18:05:52 | 2020-11-30T18:05:52 | 316,769,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package com.mz.kafka.configuration;
import org.apache.kafka.clients.admin.NewTopic;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import static org.... | [
"azaman@atgworks.com"
] | azaman@atgworks.com |
f672ff3c76f7e1ebfa4db325e2a8f5145f8530b7 | 9442f5348db2435e71cf48b88dbe5a29249d3349 | /src/controllers/employees/EmployeesDestroyServlet.java | f8e0f8dd09e84f92b018c4e83e4e90616dfcf84a | [] | no_license | mami000888/daily_report_system | 096f993c4960fd0ee4edc5bf8fa48ac0fcfc5862 | d37d0f7a3f785e5d12aa0ebb84cf3210e3631e4c | refs/heads/main | 2023-02-07T21:14:10.347359 | 2020-12-26T08:02:34 | 2020-12-26T08:02:34 | 324,513,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | package controllers.employees;
import java.io.IOException;
import java.sql.Timestamp;
import javax.persistence.EntityManager;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.htt... | [
"aaa@gmail.com"
] | aaa@gmail.com |
d7812a6db44eddc60502bbe9fec571d4565557b3 | 65e24a2211bc5aacf5d5dc66c60c5e1641a90645 | /src/leetcode/editor/cn/P674LongestContinuousIncreasingSubsequence.java | 7deb7de5c2e83c6603b6c94028582c4f3db1926f | [] | no_license | x1uyuan/leetcodePractice | 2a4d77808fa5f43771d500cfa36645485c5b67ea | 15372e8530cfe98fd9be1eb89ce3e34fdbd34bf9 | refs/heads/master | 2023-01-24T11:21:11.101629 | 2020-12-03T05:59:15 | 2020-12-03T05:59:15 | 194,814,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,492 | java | //给定一个未经排序的整数数组,找到最长且连续的的递增序列,并返回该序列的长度。
//
//
//
// 示例 1:
//
// 输入: [1,3,5,4,7]
//输出: 3
//解释: 最长连续递增序列是 [1,3,5], 长度为3。
//尽管 [1,3,5,7] 也是升序的子序列, 但它不是连续的,因为5和7在原数组里被4隔开。
//
//
// 示例 2:
//
// 输入: [2,2,2,2,2]
//输出: 1
//解释: 最长连续递增序列是 [2], 长度为1。
//
//
//
//
// 注意:数组长度不会超过10000。
// Related Topics 数组
// 👍 90 👎 0
... | [
"18200250936@163.com"
] | 18200250936@163.com |
bc3010c8293cf89ddb7e9e0133fc4f14e6c06540 | 4312f106f4b52e114e7dbfa5d69554987fc700f4 | /projectasks/src/main/java/tin/projectasks/Models/TasksRepo.java | 5c50ca24b212f962b603f0bc18c01183a645764d | [] | no_license | s19685/TINbackend | cd39137010951cc5b3fe6aca495643d1efe049b7 | f2a3a2d5f6a9bd8648005cb87c269aa6a70d6495 | refs/heads/main | 2023-03-04T08:12:42.856469 | 2021-02-05T16:15:53 | 2021-02-05T16:15:53 | 329,750,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package tin.projectasks.Models;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import tin.projectasks.Models.Entity.Task;
@Repository
public interface TasksRepo extends MongoRepository<Task, String> {
}
| [
"s19685@pjwstk.edu.pl"
] | s19685@pjwstk.edu.pl |
48bc05099d1852cf4f72be28a21ac5094ac33b83 | 5a1e020dad1ce36104df4a758714a5b12f1feeea | /src/App.java | 96423419deef5242b6ae3191cc7d0c55f3105560 | [] | no_license | Ritzikas/katsetus-java-programm | 912cc1be785591d4c79b0f06be0440a699fecad7 | bb7742855746dbed3ae107b6b9171a79f29113bf | refs/heads/master | 2023-08-30T09:16:33.926379 | 2021-11-17T14:12:14 | 2021-11-17T14:12:14 | 428,974,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 116 | java | public class App {
public static void main(String[] args) {
System.out.println("Test!!??????");
}
}
| [
"spekulatsioon@gmail.com"
] | spekulatsioon@gmail.com |
a086da3071f3d42dcf3094a3a19198979879fe84 | a717f178ba87308599f02d8695e03d2f6b7ca0f2 | /src/main/java/top/mengtech/socket/ChatServer.java | 2a64fd17f23f84eb29257e6f2b99707be015ea6d | [] | no_license | mengqingmeng/nettyStudy | 68e5015f48f8a3ca5a482d7561ef12c00f8ac5a8 | cf7f15092a8dac6028d233de27ea75d2cd26af8f | refs/heads/master | 2022-07-10T23:37:06.813618 | 2020-03-12T12:04:27 | 2020-03-12T12:04:27 | 203,555,790 | 0 | 0 | null | 2022-06-17T02:26:45 | 2019-08-21T09:53:46 | Java | UTF-8 | Java | false | false | 1,812 | java | package top.mengtech.socket;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.group.ChannelGroup;
import io.netty.channel.group.DefaultChannelGroup;
import io.netty.channel.nio.NioEventLoop... | [
"762577099@qq.com"
] | 762577099@qq.com |
6da9180df898eba9576a1a2e879c344d8bc58e73 | 01a7709e7584687a370ebaf8b8d93d40a75f8441 | /src/org/usfirst/frc5308/prog9/commands/shootspeed4.java | 1d9336fb0f988e8191e4050ed72b0b4ff1275fb5 | [] | no_license | Altair59/FRC-Robotics | c0acb11cc5d5ee6803bd679fd5e381ecb0593e37 | 4e1a78b158c5a13311837c4e56d0d67ecc4f63a5 | refs/heads/master | 2020-06-08T21:41:29.057962 | 2019-06-23T05:51:38 | 2019-06-23T05:51:38 | 193,311,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the ... | [
"noreply@github.com"
] | noreply@github.com |
4216d2e5a388c182a35879efc54ce43656db4108 | 0df6eec65660b9efd87329de5904dcc43227b81f | /src/test/java/cow/CowApplicationTests.java | d4966adcd6124193e56247a067ae2f05df1a8b36 | [] | no_license | Qjping/cow | 50db83616b7fef20490be7d0661a6b3c9ebee87f | f62ea1ff5bf16c644fc08647fcd30a0dc348119b | refs/heads/master | 2023-04-07T17:24:50.350149 | 2021-04-16T13:56:55 | 2021-04-16T13:56:55 | 336,776,005 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package cow;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CowApplicationTests {
@Test
void contextLoads() {
}
}
| [
"1490665859@qq.com"
] | 1490665859@qq.com |
f9bfa06968476cabcbf32b4228010fe4d5cab72b | ff479192c14398d7d8875303e755bf7c6791a895 | /Leilao/leilao/src/main/java/br/edu/ifal/modelo/Produto.java | bc34cc90cd393c9fbac8582611b99f2a1914924e | [] | no_license | MarcosAlves00/JavaTest | 7ca29c7de7eba5d08fe2f4171d6ed29edc2a342d | fff467b0bab4e85b8e1d5cbb43514cc63564a3b1 | refs/heads/master | 2020-12-15T16:42:17.300818 | 2020-01-21T17:42:19 | 2020-01-21T17:42:19 | 235,181,907 | 0 | 0 | null | 2020-10-13T18:59:00 | 2020-01-20T19:30:06 | Java | UTF-8 | Java | false | false | 448 | java | package br.edu.ifal.modelo;
public class Produto{
private String nome;
private String descricao;
public Produto(String nome) {
this.nome = nome;
}
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public String getDescri... | [
"noreply@github.com"
] | noreply@github.com |
5ca83410ba92e0f220bd24e87ba315b326393818 | e798742f8b3ab43cfe1b4c59732001fe7b57b41c | /pinot-core/src/test/java/com/linkedin/pinot/core/data/recordtransformer/RecordTransformerTest.java | a2d83584e460be9f6de0b60294e23f5ea507df8e | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | chenchencc/pinot | 9845d155e612536f8b56e39865a286e6dbe3cfde | 65ad8a4a396de2ed9827288ed6f0a6dc45fa4953 | refs/heads/master | 2020-04-05T06:20:51.133396 | 2018-11-07T21:46:14 | 2018-11-07T21:46:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,455 | java | /**
* Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.com)
*
* 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
*
* Unle... | [
"noreply@github.com"
] | noreply@github.com |
5c8ecfe2d8e19e966cc7733b171a2a2cbd38e707 | 94e009b355ae96005e9401bd306b6b262551f150 | /library/src/main/java/com/lgx/library/util/FileUtils.java | 9cb55a829471e2be5f10e1ce131ad91416374590 | [] | no_license | lgxq/MyLibray | 3b7afde4939e8afb1b937248c6767f108d51075f | 6414bf486a68977442c1af13d69414f59602acca | refs/heads/master | 2021-06-20T23:28:30.959537 | 2020-12-07T12:36:00 | 2020-12-07T12:36:00 | 98,397,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,062 | java | package com.lgx.library.util;
import android.annotation.SuppressLint;
import com.lgx.library.constant.MemoryConstants;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.Closeable;... | [
"787631681@qq.com"
] | 787631681@qq.com |
ed8b5447197148a495c79f5cead96fec27788614 | e93de6da87916ffb7c521cfcd3327c9900c4f93a | /converse/converse/src/main/java/com/msa/converse/model/User.java | 08b418a28122707b9b4668497e77e268e54abea0 | [] | no_license | JaseG256/Comeback | 15db46bf20623dce5376d571482e51203837d612 | 34a328f333d1dc8655ddeca8cbb13684f0b2e71c | refs/heads/master | 2020-05-21T10:31:38.341719 | 2019-06-14T16:47:14 | 2019-06-14T16:47:14 | 186,013,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.msa.converse.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonManagedReference;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
@Entity
public class User {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
... | [
"jason_r_gibbs@yahoo.com"
] | jason_r_gibbs@yahoo.com |
d68ae6c7de964e87fd4d5cd8bee38cdbcc1bee9b | f88ab225f8dda42410cb11bce2608a07aeeb7f35 | /sns/all/value_Equal_to_Index_value.java | 9898c4cc76e9547224b0cd17abce9448b72b768c | [] | no_license | arunnayan/IP_questionSet | 32b64c305edb88348c7626b2b42ab9d6529d4cb5 | 7a35951c5754ba4ca567c1357249f66e23fbe42c | refs/heads/master | 2023-03-16T18:38:51.385676 | 2019-08-01T12:10:35 | 2019-08-01T12:10:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package SnS;
import java.util.Scanner;
public class value_Equal_to_Index_value {
public static void main (String[] args) {
Scanner scn=new Scanner(System.in);
int tc=scn.nextInt();
for(int i=0;i<tc;i++){
int n=scn.nextInt();
int[] arr=new int[n];
for(int k=0;k<n;k++){
arr[k]=scn.nex... | [
"32850197+rajneeshkumar146@users.noreply.github.com"
] | 32850197+rajneeshkumar146@users.noreply.github.com |
e5d98340c30f35ef8eb3c9ba4a5c549d038c6d19 | 7fe0392305afcbbfb3c21540ad5423571b57e2d7 | /src/com/gp/app/jgap/problem/SimpleMathTest.java | 623ca3090f90d34609149ff4e7acaa9bab9cfb5e | [] | no_license | mcnedward/genetic-programs | 77959a9fcc20188de71082aa21d5a0389c16d83b | e7e607db5d446c7b390d375d47c3fddf0b86b8ef | refs/heads/master | 2021-01-10T07:30:43.366878 | 2015-11-21T18:45:54 | 2015-11-21T18:45:54 | 46,628,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,847 | java | package com.gp.app.jgap.problem;
import org.jgap.InvalidConfigurationException;
import org.jgap.gp.CommandGene;
import org.jgap.gp.GPProblem;
import org.jgap.gp.function.Add;
import org.jgap.gp.function.Multiply;
import org.jgap.gp.impl.DeltaGPFitnessEvaluator;
import org.jgap.gp.impl.GPConfiguration;
import org.jgap.... | [
"edwardmcn64@gmail.com"
] | edwardmcn64@gmail.com |
ffe22ecb3413df336040582699e99b472aac7653 | 95d2977423b81429af9a7ee4ff8f9153646960be | /src/14_GUI_dan_Database/TestBackendBuku1841720175Fajar.java | c5082efd061f0ffd97a65d8ddc90e401ce7f0401 | [] | no_license | fajarpw/laporan-praktikum-pbo-2019 | a2286d0ea10e9cf223e8c164219543bed8bca353 | 89dd060f5d7eac2ecfab8a7db4b37794d6df8477 | refs/heads/master | 2022-03-24T02:15:37.628208 | 2019-12-27T06:56:57 | 2019-12-27T06:56:57 | 205,799,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | package frontend;
import backend.Buku1841720175Fajar;
public class TestBackendBuku1841720175Fajar {
public static void main(String[] args) {
Buku1841720175Fajar buk1 = new Buku1841720175Fajar(1,"Dasar Pemrograman Java", "Pustaka Media", "Siti");
Buku1841720175Fajar buk2 = new Buku1841720175Fajar(... | [
"cmdfaj"
] | cmdfaj |
b6f55a40b444897be4e16a681e0c02e20801aba8 | a35b21de1b30f820214ed6a3f42543e0005c295b | /AJC/05.SpringEssential/04.Spring_MVC/01.SpringWebApp/src/main/java/com/eshop/config/AppConfig.java | 1ead949de54bab999f4a9980a1de77f4271e1551 | [] | no_license | rosie-s/courses | a8baf2c0e0962b8e2429958e54cf1591f7aaaebf | 379d3b1472e4e79d40ea3b539368bd321174c209 | refs/heads/master | 2022-06-23T19:39:50.897293 | 2020-10-23T13:32:26 | 2020-10-23T13:32:26 | 117,899,193 | 2 | 0 | null | 2022-06-21T04:07:50 | 2018-01-17T22:14:54 | Java | UTF-8 | Java | false | false | 211 | java | package com.eshop.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import(WebConfig.class)
public class AppConfig {
}
| [
"rosie-s@users.noreply.github.com"
] | rosie-s@users.noreply.github.com |
83c830dbb063da481526925c00a255e38204ad97 | 3d166fe2d9d76665262b09999efde6c2f772f838 | /app/src/main/java/com/hyperkonnect/shopsup/dummydata/DummyOfferData.java | 8bdada90b6f10221ca1bf74261f18b8538fbd24e | [] | no_license | abhiram-shopsup/ShopsUP--Android---New | acddc02b09027a30ccd91a6a643c551df0f0a3e4 | 3449f0cfc247caf81a1b71c8fd3da9acca65c04e | refs/heads/master | 2021-01-12T08:03:56.638461 | 2017-03-01T06:14:42 | 2017-03-01T06:14:42 | 77,115,830 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | package com.hyperkonnect.shopsup.dummydata;
import android.util.Log;
import com.hyperkonnect.shopsup.adapters.ActivityLogAdapter;
import com.hyperkonnect.shopsup.adapters.OfferAdapter;
import com.hyperkonnect.shopsup.model.OfferModel;
import java.util.List;
/**
* Created by prakash-bala on 30/1/17.
*/
public cla... | [
"prakashbala.b24@gmail.com"
] | prakashbala.b24@gmail.com |
fb7d6a5e72355ec51a691e3ef3b4fad58129cecb | 745c9d45b0f3fc469609528bfa608b0899d19ab7 | /src/main/java/pcl/lc/irc/hooks/Thanks.java | 1d5bade59d37ee139b19837e5147b272e2dd531d | [] | no_license | CaitlynMainer/MichiBot-Gitter | 7893b9521c37c5023f8d228e2a08e28e49a0de98 | 08ba4fce583c560293e571fc136cb34df18e520e | refs/heads/master | 2021-01-20T16:38:31.535015 | 2015-11-20T02:27:43 | 2015-11-20T02:27:43 | 43,776,247 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package pcl.lc.irc.hooks;
import org.pircbotx.hooks.ListenerAdapter;
import org.pircbotx.hooks.events.MessageEvent;
import pcl.lc.irc.IRCBot;
@SuppressWarnings("rawtypes")
public class Thanks extends ListenerAdapter {
@SuppressWarnings({ "unchecked" })
@Override
public void onMessage(final MessageEvent event) th... | [
"Michiyo.Ravencroft@gmail.com"
] | Michiyo.Ravencroft@gmail.com |
38d625aadbd6c05cd4d732a5e39c306ba181dbda | 23b0bcb9aed548e58440d3c4ca28da894765c737 | /skinlib/src/main/java/com/itxiao/skinlib/SkinActivity.java | 1be506dc61d7a13b9529da1ff48119c32a869fde | [] | no_license | itxiaox/SkinDemo | 0eee2c7b984e2784d6fb5d0629cff22d64a4b3f5 | 87e0b5182c410ea6cebe4f8c13db5141d644995c | refs/heads/master | 2022-08-16T11:18:40.732304 | 2020-05-26T00:47:26 | 2020-05-26T00:47:26 | 266,909,509 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package com.itxiao.skinlib;
import android.app.Activity;
import android.os.Bundle;
import android.os.Environment;
import androidx.annotation.Nullable;
import androidx.core.view.LayoutInflaterCompat;
public abstract class SkinActivity extends Activity {
SkinFactory skinFactory;
@Override
protected void on... | [
"it_xiaox@163.com"
] | it_xiaox@163.com |
a298d4cd7facf8a1453454b7668add8ae48d3aab | a54e64834bc4d1fd354ab086e06c22c307ce8f3c | /PIDExercise/src/org/usfirst/frc/team2212/robot/RobotMap.java | be872031c7b375b7f7cceb27a12ba71a35572205 | [] | no_license | Spikes-2212-Programming-Guild/PID-Exercise | 08cb1b1144f4d52b86427b5eafea1677e2a73e55 | 2e2adde3a0c961ff46938c15edb73343de31a1fb | refs/heads/master | 2020-03-28T04:18:20.936459 | 2018-09-06T18:14:48 | 2018-09-06T18:14:48 | 147,706,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"34137153+Ergoold@users.noreply.github.com"
] | 34137153+Ergoold@users.noreply.github.com |
5f6d3acfe7707950468910afc2170ab7f5a38a8a | 0207e5887754717516020ab1472d70305be2a895 | /src/main/java/ru/spbau/mit/MessengerServer.java | 7521f469ef1dc133c9c2b5ef5c78b4b501b09ca4 | [] | no_license | N-buga/spbau-software-design | f284c8d93ae69599bf5f75808d528fd6c2d88a46 | 37cc3c429784b27347f30ba78e3869d086a57ecf | refs/heads/master | 2020-06-13T06:19:49.865785 | 2016-11-30T21:58:07 | 2016-11-30T21:58:07 | 75,422,563 | 0 | 0 | null | 2016-12-02T18:56:41 | 2016-12-02T18:56:41 | null | UTF-8 | Java | false | false | 1,468 | java | package ru.spbau.mit;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
/**
* The MessengerServer class provides realisation of server that can send and receive messages
*/
public class MessengerServer {
private MessagesReceiver messagesReceiver;
private int port;
private... | [
"Labutin.IgorL@gmail.com"
] | Labutin.IgorL@gmail.com |
732bd8ee2f233903b368ea67c1e1444a0b51581c | abf6d84678dfea585da438eceb5c06085a79c3d7 | /Lv_Toon/src/main/java/com/level/toon/dao/DayDAO.java | 779a0425d1bab0d16129c76d28e25a0718fa3c83 | [] | no_license | god-java/project | fbbcf1510fcd3d39b82b2c0bf873cf1eecb5da66 | 5b0bb98e02672e09565ce1b07f256e98405f6a63 | refs/heads/master | 2020-03-29T19:03:19.749799 | 2018-09-27T14:52:38 | 2018-09-27T14:52:38 | 150,245,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package com.level.toon.dao;
import java.util.ArrayList;
import com.level.toon.dto.DayDTO;
public interface DayDAO {
public ArrayList<DayDTO> day_list();
}
| [
"gkdlwkqk@gmail.com"
] | gkdlwkqk@gmail.com |
f207d1e2b00d05ea5ffb5a334ac3d05196da372e | ec0e69aa3e291020f596dded14078dd659a0c4e8 | /src/main/java/dev/alvo/productinventory/api/request/product/ProductCreateRequest.java | 283f4d9516751cce5f1044dc6d1d79f2801eae35 | [] | no_license | VAlux/product-inventory | b91207bdb6c9485b0d893547d74fd8544cb5347e | e75ab005d90d1f8ca5a8588ac342561ce2aa9c08 | refs/heads/master | 2023-02-24T17:03:26.345942 | 2021-01-22T19:37:50 | 2021-01-22T19:37:50 | 329,146,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | java | package dev.alvo.productinventory.api.request.product;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotBlank;
import javax.validatio... | [
"olex3000sp@gmail.com"
] | olex3000sp@gmail.com |
de4e8c14f17f967a315280ecec18932e351752ef | 26af0f0f93b7f3f66d2b0125c7e7dc2046c3a285 | /app/src/main/java/com/shijinsz/shijin/utils/SimpleCountDownTimer.java | 7e4e649aa4813517b2c3eb1eb31924dbda6f812e | [] | no_license | timipaul/shijin3_android-dev | 13d7bd3bb7fc5f93b9fac0e5ea4b57efbeed37a6 | fd45639badd151e3f201a2295b6e490aa771c401 | refs/heads/master | 2021-01-04T08:31:22.363168 | 2020-02-20T03:36:13 | 2020-02-20T03:36:13 | 240,462,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,677 | java | package com.shijinsz.shijin.utils;
import android.os.CountDownTimer;
import android.widget.TextView;
public class SimpleCountDownTimer extends CountDownTimer {
// 默认倒计时间隔
private static final long DEFAULT_INTERVAL = 100L;
/**
* 秒,分,时对应的毫秒数
*/
private int sec = 1000, min = sec * 60, hr = mi... | [
"1065997545@qq.com"
] | 1065997545@qq.com |
b037085329bc23d07e082c328890105c9c567893 | e1c820ef7e4c661d28e164c79541b0fefb371fe4 | /src/main/java/io/github/jhipster/application/web/rest/JobHistoryResource.java | 7f407d2f526238316e4a1734a89ffea1cbc5e62e | [] | no_license | renemartinezb86/mb3-sample-app | be2c14cc708e517cb0b25ac5d20b91197ed1b3e3 | 1a8bbecab838ac040d8f2f4bf7c3e98e96bc34f5 | refs/heads/master | 2022-12-25T01:19:37.811527 | 2019-07-26T17:37:05 | 2019-07-26T17:37:05 | 199,056,457 | 0 | 0 | null | 2022-12-16T05:02:34 | 2019-07-26T17:33:19 | Java | UTF-8 | Java | false | false | 5,951 | java | package io.github.jhipster.application.web.rest;
import io.github.jhipster.application.domain.JobHistory;
import io.github.jhipster.application.service.JobHistoryService;
import io.github.jhipster.application.web.rest.errors.BadRequestAlertException;
import io.github.jhipster.web.util.HeaderUtil;
import io.github.jhi... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
f397ba9c4fb1d874f7baf98c5c5897d51e7bc222 | 3461c2cf43a7095677a494a2a3a108ad653bb3eb | /src/net/jumperz/net/MAbstractParameter.java | b33dbd8b9c112a49fa89bccf433682b053095120 | [] | no_license | sanyecao2314/MonjaDB | 409e42ffa84bc7c119eb14195f7aaade9d972a9f | 3c224650bebf955f9b96d674b55a96f5fe592b30 | refs/heads/master | 2020-12-11T05:43:26.866167 | 2016-05-10T02:15:00 | 2016-05-10T02:15:00 | 58,419,533 | 0 | 2 | null | 2016-05-10T01:20:54 | 2016-05-10T01:20:54 | null | UTF-8 | Java | false | false | 705 | java | package net.jumperz.net;
public interface MAbstractParameter
{
public static final int UNKNOWN = -1;
public static final int URI = 0;
public static final int BODY = 1;
public static final int MULTIPART = 2;
public static final int COOKIE = 3;
public static final int HEADER = 4;
public stat... | [
"kinyuka@gmail.com"
] | kinyuka@gmail.com |
150fa4cdb717a3b277ede9780c25230e74457212 | 97cf83be9df0dfb2e335383df5806ad9b693e0ab | /src/main/java/SimpleYesChat/YesChat/Messages/answers/TextMessageAnswer.java | 124b90619ebac7b1115826909168a9b14858c725 | [] | no_license | AlFlanker/YesChat | 4f87867283ed52fd2628e3e654e951f78728dee3 | c8a1c9d5947b97b5fdf7538a7e88afdfe084dfeb | refs/heads/master | 2022-06-20T14:37:21.317249 | 2019-01-05T19:28:27 | 2019-01-05T19:28:27 | 261,706,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,761 | java | package SimpleYesChat.YesChat.Messages.answers;
import SimpleYesChat.YesChat.Messages.YesChatMessages;
import SimpleYesChat.YesChat.UserData.GlobalData;
import SimpleYesChat.YesChat.UserData.UserData;
import SimpleYesChat.YesChat.domain.ChatMessage;
import SimpleYesChat.YesChat.domain.MessageRepo;
import SimpleYesChat... | [
"alexflanker89@gmail.com"
] | alexflanker89@gmail.com |
bb326a88ff522a073dfec091955ce954681128aa | 600f8b0c7e30852bfaad14dbc97e1237dd6d8d7a | /src/main/java/com/angkorteam/tomcat/message/ApplicationMessage.java | e45408bda5bf734d128a6849a87abf53760d8092 | [
"Apache-2.0"
] | permissive | PkayJava/tomcat-extension | b12ef98abc94c68cd5c5f54c0b84536b67b915c2 | bc0035920ead72bda99e7af1479b311236ee0456 | refs/heads/master | 2020-03-19T01:55:43.107896 | 2018-06-03T08:57:39 | 2018-06-03T08:57:39 | 135,583,920 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,656 | java | package com.angkorteam.tomcat.message;
public class ApplicationMessage {
private String instanceId;
private String event;
private String type;
private String name;
private String baseName;
private String displayName;
private String path;
private String version;
private Stri... | [
"pkayjava@gmail.com"
] | pkayjava@gmail.com |
9cfa63d8552ffb39840a19ed659b9c3aecc05c60 | 4c9f47c7cc55c092d66b5b057adf08e6e773c046 | /Scarlettx_47/application/EnggMart/app/src/main/java/com/enggmartservices/enggmart/activities/NewsPaperActivity.java | 7f2f62f40ccc9b3369127a69b86ea3cbbb691cd9 | [] | no_license | dongyanchaoTJ/LNMHacks-3.0-Submission | b18b54ad374312c636b6324aabbd1f70bb83a1be | 72a8289facfe5d2d13c47d4c240ddddc03ca2842 | refs/heads/master | 2021-04-19T14:26:32.568784 | 2018-11-14T09:12:37 | 2018-11-14T09:12:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,275 | java | package com.enggmartservices.enggmart.activities;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.LinearLayout;
import com.enggmartservices.enggma... | [
"karanverma2855@gmail.com"
] | karanverma2855@gmail.com |
9cfa01beee24c23d8d06882f48a32da5a95ed0d7 | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/random/tests/s18/3_gson/evosuite-tests/com/google/gson/internal/LinkedHashTreeMap_ESTest_scaffolding.java | ab15eb1ea436fdcb5022e23f1c6c98133f091a0f | [] | no_license | sealuzh/dynamic-performance-replication | 01bd512bde9d591ea9afa326968b35123aec6d78 | f89b4dd1143de282cd590311f0315f59c9c7143a | refs/heads/master | 2021-07-12T06:09:46.990436 | 2020-06-05T09:44:56 | 2020-06-05T09:44:56 | 146,285,168 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,307 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Mar 23 02:53:16 GMT 2019
*/
package com.google.gson.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.Af... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
6450a2b41a6b4f71cab4c0a60e61f035fcaba697 | 4a7e837585763ee03f251955c675685fb767c021 | /src/main/java/com/xiaobu/repository/StudentRepository.java | e30e9aa76b6c537420a091865093dd1f8f4d408e | [] | no_license | xiaobu1994/ssh5 | 05047487e5547507907d849cf69ef39169f8d085 | f3ab6da6db72eb7bddc04959152c8587f62bdf75 | refs/heads/master | 2021-07-07T12:33:06.428219 | 2020-10-15T09:30:55 | 2020-10-15T09:30:55 | 194,591,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.xiaobu.repository;
import com.xiaobu.entity.Student;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* @author tanhw119214 on 2018/6/12 17:36
*/
@Repository
public interface StudentRepository extends JpaRepository<Student, String> {
... | [
"tanhw119214@hanslaser.com"
] | tanhw119214@hanslaser.com |
f086a4652b5b746cbbaadd801bf23c70ea30d866 | 5330ba40201b81cc13c9cd2aaca808a394259fb0 | /src/main/java/rigor/io/paragala/voter/voting/RandomString.java | d19b0677179528de74810a2ea35c0d4424a874a8 | [] | no_license | rigorio/paragala-voter-java | 6754d4f6ca2ef8332627b4eb81082df2891fb87d | 96a9d03e9635de26ca3329b723f892f49ca7a493 | refs/heads/master | 2020-04-15T12:16:51.714311 | 2019-03-03T13:42:00 | 2019-03-03T13:42:00 | 164,667,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | package rigor.io.paragala.voter.voting;
import java.security.SecureRandom;
import java.util.Locale;
import java.util.Objects;
import java.util.Random;
public class RandomString {
public static final String upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static final String lower = upper.toLowerCase(Locale.ROOT);
... | [
"rigo.sarmiento@pm..me"
] | rigo.sarmiento@pm..me |
7eb153d3de0f256b3820c474f60b6572ade6f00e | 517a51541f89264e81683a6cca93f1ea8a28f701 | /src/proj12ZhangZhao/JavaCodeArea.java | f8819b57012fa636a2bd93364e8bc40a5a1a4c0d | [] | no_license | AquiLAlpha/proj12ZhangZhao | fb8d7eb74bc9f8f79b696884a5298ccb33cf8606 | 8b5a0cdeec588be32aceed068edf6213896e2f3b | refs/heads/master | 2020-04-22T18:40:11.027781 | 2019-02-25T16:06:21 | 2019-02-25T16:06:21 | 170,584,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,219 | java | /*
* File: JavaCodeArea.java
* Names: Zena Abulhab, Paige Hanssen, Kyle Slager, Kevin Zhou
* Project 5
* Date: October 12, 2018
* ---------------------------
* Edited By: Zeb Keith-Hardy, Michael Li, Iris Lian, Kevin Zhou
* Project 6/7/9
* Date: October 26, 2018/ November 3, 2018/ November 20, 2018
*/
package... | [
"zdq940816@yeah.net"
] | zdq940816@yeah.net |
0e02f0e3a2ab872ecace07814fd8e0c18240ba28 | 27bb2d12567fda57036f796f4a5583aae513fe9e | /GoogleMaven/src/main/java/fr/ynov/dap/GoogleMaven/auth/IdToken.java | 515370751be79d7d52072aac7de06bc21a761b78 | [] | no_license | LadexAndroid/Ynov_2018_dap | e7923a711e34160fed1da4ba1d90a3b2705ee23e | a52a08b8b8345e1c6ef0162f693adaac10deeee0 | refs/heads/master | 2020-04-08T17:40:43.614445 | 2018-11-29T12:21:46 | 2018-11-29T12:21:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,444 | java | package fr.ynov.dap.GoogleMaven.auth;
import java.util.Base64;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.ObjectMapper;
@JsonIgnoreProperties(ignoreUnknown = true)
public class IdToke... | [
"fullescapeladex@gmail.com"
] | fullescapeladex@gmail.com |
c21f05b0f37c270d4d7dab2a69662548e69f410e | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-aiplatform/samples/snippets/generated/com/google/cloud/aiplatform/v1beta1/jobservice/deletebatchpredictionjob/AsyncDeleteBatchPredictionJob.java | 67ac38ece8ecf25b3d5b1ea88962bbe53b0a3b84 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 2,261 | java | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | noreply@github.com |
7b8069f75bd266589afcc8c90675982dd5dff26f | a3d92da2de7b38434fb7d5b22889332b58c7ff81 | /src/main/java/me/jclazz/liquibasedemo/enums/UserStatusEnums.java | 76d41fc4db47ab126f59210ab7754720b06ceb21 | [] | no_license | paly-with-spring-boot/liquibase-demo | e0349b240cecc7841c775b55f43a0c05af1d9aab | 421b6196d9b3111e9e90201835579814cfa06e2b | refs/heads/master | 2021-04-12T02:43:41.344588 | 2018-03-18T04:11:13 | 2018-03-18T04:11:13 | 125,691,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package me.jclazz.liquibasedemo.enums;
public enum UserStatusEnums {
CREATED, // 新建
REGULAR, // 正常
BANNED, // 临时封禁
DELETED // 删除
}
| [
"jclazz@outlook.com"
] | jclazz@outlook.com |
d58bc045bffde6645eaad9d99a6541d209ca5747 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/smallest/346b1d3c1cdc3032d07222a8a5e0027a2abf95bb1697b9d367d7cca7db1af769d8298e232c56471a122f05e87e79f4bd965855c9c0f8b173ebc0ef5d0abebc7b/003/mutations/120/smallest_346b1d3c_003.java | 450ad31a0c361b4808e14280a789102cd1e246de | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,492 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
9e1de669938e5176e8484a6a27531ac1bb9b1472 | a6d0d9e827c066ce741f6521809bab644a68d542 | /src/main/java/homework1_mz_DataiCzas/Ex14Ex15.java | 4a4fd789b4197a9e781381daf2185b80258ad804 | [] | no_license | juliabaar/testowy_projekt | 30b560d66421a5c1248fb045e77bf3435bcac2d8 | 1825829bc2406ee7331832e604848ef59a46b73b | refs/heads/master | 2022-11-10T21:24:36.098706 | 2020-06-28T17:54:54 | 2020-06-28T17:54:54 | 273,662,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 908 | java | package homework1_mz_DataiCzas;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.Locale;
// 14. Wyświetl bieżącą datę i godzinę w Tokyo.
// 15. Wyświetla bieżącą godzinę w Bydgoszczy. Wykorzystaj DateTimeFormatter aby
//wyświetlić datę w następujący... | [
"paterska.j@gmail.com"
] | paterska.j@gmail.com |
bd79831df8153a2c1bcddfbd020e409391c6d128 | 113ab3b595442c757c1611966421fefea67ec195 | /src/sp6/engine/controller/AnimationControllable.java | c51393061c05101547af0f0fbda66ef16306b4cd | [] | no_license | Woebin/sp6 | b11b1d88e1269967f311a7ab6d4c0deea5a05794 | 2135b29ac793e380c5af88b0e1e580b82ddc837d | refs/heads/master | 2016-08-12T09:46:13.474464 | 2016-02-18T02:28:50 | 2016-02-18T02:28:50 | 50,109,208 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package sp6.engine.controller;
import java.awt.*;
/**
*
*/
public interface AnimationControllable {
void animationUpdate(AnimationController animationController);
void animationRender(AnimationController animationController);
}
| [
"sebastian@lowtech.nu"
] | sebastian@lowtech.nu |
0c051b5cfbbfa47f012a9d37a3377e72891adb79 | 56cd00c773590a0a130a0819635dceab1d0b276d | /cost_estimation/src/cost_estimation/cost_estimationtest.java | 634ceec2f85bc5c032564dd9571ca630dfde4be6 | [] | no_license | tejal344/task2 | 16eae82052401c3beb57d606b717726e9d09ddf7 | 6001120b89512d7214e88d78629bc231ff443ef2 | refs/heads/master | 2020-04-30T09:56:08.993187 | 2019-03-20T16:16:57 | 2019-03-20T16:16:57 | 176,762,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package cost_estimation;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class cost_estimationtest {
@Test
void cost_estimationtest() {
cost_estimation c = new cost_estimation();
assertEquals(6000, c.cost(5, "standard"));
assertEquals(3000, c.cost(2, "abovest... | [
"stejal344@gmail.com"
] | stejal344@gmail.com |
2e17a60765c4af204fccddaa03306f89c4ce2876 | 16689231f8ffe1f00947642f72d41627ef311eea | /eclipse-workspace/hello/src/hello/primeornot.java | f6d61126a5239c44a83f688528d28a2de29d414f | [] | no_license | sahithiduddukuri/project2Frontend | bdaabbeff6c5d5dc5c16fd1f9c29ed92b1544d70 | 248b2acdb9dbec80e5cf595844b4a3f64c72f2fd | refs/heads/master | 2021-04-29T12:53:16.502308 | 2018-04-05T12:30:08 | 2018-04-05T12:30:08 | 121,737,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package hello;
import java.io.*;
import java.util.*;
public class primeornot {
public static void main(String[] args) {
// TODO Auto-generated method stub
int n,i,count=0;
Scanner sc = new Scanner(System.in);
System.out.println("Enter a number :" );
n=sc.nextInt();
for(i=2;i<n;i++)
{
if... | [
"DUDDUKURI SAHITHI@LAPTOP-6T93JJI3"
] | DUDDUKURI SAHITHI@LAPTOP-6T93JJI3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.