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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
656d6dcdcf43963e50b446b1c38c6650d9d691e0 | d1aa3efaff49fad20c801f7130de424f802b1199 | /springcloud-consumer02-feign/src/main/java/com/swift/service/ProviderService.java | 13c5463db703035b03fc1507c92fb86849e830d6 | [] | no_license | ListenerSun/springcloud | 492df07aaf27fa6458f3eeed45ae548d77fcaf67 | a3881da5dd2c3791232312327c1dc1dedd2874be | refs/heads/master | 2020-11-27T21:14:41.225898 | 2019-12-22T17:15:13 | 2019-12-22T17:15:13 | 148,614,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package com.swift.service;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
/**
* HelloService
* 使用@FeignClient注解,name为服务的名字
* @author sqt
* @date 19-4-20
**/
@FeignClient("Provier")
public interface ProviderService {
@GetMapping("/hello")
... | [
"ListenerSun@163.com"
] | ListenerSun@163.com |
ef209565083ad687b484b491ac7f9b1bf95693eb | b15fcbea84500825b454a8e0fca67e6c4a8c9cef | /ControlObligaciones/ControlObligaciones/src/main/java/mx/gob/sat/siat/cob/seguimiento/dao/stdcob/impl/VigilanciaAdministracionLocalDAOImpl.java | 015ff57aec5b95697add691a8f13f9efa34324ff | [] | no_license | xtaticzero/COB | 0416523d1bbc96d6024df5eca79172cb0927423f | 96082d47e4ffb97dd6e61ce42feee65d5fe64e50 | refs/heads/master | 2021-09-09T22:02:10.153252 | 2018-03-20T00:18:00 | 2018-03-20T00:18:00 | 125,936,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,715 | java | package mx.gob.sat.siat.cob.seguimiento.dao.stdcob.impl;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import mx.gob.sat.siat.cob.seguimiento.dao.stdcob.VigilanciaAdministracionLocalDAO;
import mx.gob.sat.siat.cob.seguimiento.dao.stdcob.impl.mapper.VigilanciaAdministr... | [
"emmanuel.estrada@stksat.com"
] | emmanuel.estrada@stksat.com |
6ec16fff235e07cd1ef637fae8c2621a5817eeff | ee3ca0dce6796f9c49fd7c9b59a1259c7a5ccf76 | /app/src/main/java/com/alirnp/piri/Constants.java | 3d2152d5b5c91abce036dd341a55dc50fb651079 | [] | no_license | alimemco/Piri | 8f00de34af94bfcd8d7ad7e2bc3c5ae650353316 | f4ab7310942e8fefe41b6c7fe0fc379e726516d1 | refs/heads/master | 2020-12-05T15:57:05.862422 | 2020-01-08T13:04:42 | 2020-01-08T13:04:42 | 232,163,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package com.alirnp.piri;
class Constants {
static final String URL_SMS = "http://khodemon.ir/piri/sms.php";
static final String URL_CONTACT = "http://khodemon.ir/piri/contact.php";
static final int MY_PERMISSIONS_REQUEST = 10;
static final String TAG = "UtilsPerApp";
static final String CONTAC... | [
"alimoghadam75@gmail.com"
] | alimoghadam75@gmail.com |
d5ed12ae7741f50d9f3cc6aaffeced0669caf231 | 255bf0bb1d09a23f2e2c9296ea6770446faecd17 | /Object oriented programming using JAVA/multithreading/Welcome.java | 235a2417ac5ae6896d068797af84747a16535009 | [] | no_license | Ameenaar/Object-oriented-programming-using-JAVA | a4df5e1a598f6b76e21d13b4e9d4289f434d3d79 | 60fd84e17cb11c407c733389e144d05bcce1d333 | refs/heads/master | 2022-04-09T16:57:34.562592 | 2019-11-27T14:04:20 | 2019-11-27T14:04:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package multithreading;
import java.util.Scanner;
public class Welcome {
public static void main(String[] args)
{
A a=new A();
a.start();
}
}
class A extends Thread
{
public void run()
{
Scanner s=new Scanner(System.in);
System.out.println("enter the string");
String st=s.next();
... | [
"USER@FACE-85"
] | USER@FACE-85 |
09c70ab91d6efd17875975d1d3db48483907403c | 6b2542400a56de686a7f84978fd6df4c45fc056a | /app-vo/src/main/java/com/blackstrawai/keycontact/vendor/VendorFinanceVo.java | 89e296fa7d1449399c020d333f2d98c82cb36709 | [] | no_license | BhargavMaddikera-BM/erp_fintech | adb6f2bb8b9b4e555930a1714b90a57603cc055c | ea78162e490f46adb998ca8a4e935c2aa144a753 | refs/heads/master | 2023-03-14T15:40:04.206288 | 2021-02-26T09:23:48 | 2021-02-26T09:23:48 | 342,523,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,626 | java | package com.blackstrawai.keycontact.vendor;
import java.sql.Timestamp;
public class VendorFinanceVo {
private Integer id;
private Integer currencyId;
private Integer paymentTermsid;
private Integer sourceOfSupplyId;
private Integer tdsId;
private String openingBalance;
private Timestamp createTs;
private Tim... | [
"bhargav.maddikera@blackstraw.ai"
] | bhargav.maddikera@blackstraw.ai |
7f0420b40e82cb7040ec1661ed4bcd5c23a37f68 | a9d9e90c9e317850d0f1fe758e2cfc57220edbb2 | /src/com/tuongky/model/GameQuery.java | a3466f52ae2f36adb2b229d4fc157e144e9be9ef | [
"MIT"
] | permissive | trinhhai/tuongky | b5aa273b97154229d76558c4e48b74b265182e4c | b9beb3acf0769d6b568faf5d2993d322cb2c29a4 | refs/heads/master | 2020-07-12T01:14:19.701370 | 2014-02-04T08:00:37 | 2014-02-04T08:00:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,096 | java | package com.tuongky.model;
public class GameQuery {
private final String queryString;
private final String category;
private final String title;
private final String book;
private final int offset;
public GameQuery(String queryString, String category, String title, String book, int offset) {
this.que... | [
"ongbe@ongbe-macbookair.roam.corp.google.com"
] | ongbe@ongbe-macbookair.roam.corp.google.com |
9d39f2ff03e5a6134f7f429a7da5cd385ad49508 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_8011d5c2a3d12e873f6aa4b9bbbc70b18eb743cd/JXTable/17_8011d5c2a3d12e873f6aa4b9bbbc70b18eb743cd_JXTable_s.java | cce9868b36718d66256545a29c7414ee8e97c145 | [] | 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 | 138,038 | java | /*
* $Id$
*
* Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* 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 Softwa... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
bc104164cfae92617189338e5df8e50506e6eaea | c2a9ea230ebeef2a653fb62343bb9df47fc40c50 | /src/main/java/com/lx/springbootdemo/dto/OrderDTO.java | 212179d0e38e7bcdad2bb048f7ea5d51c1b603e4 | [] | no_license | lx354081082/spring-boot-demo | 93f5e9165c25752f6d184adf9241034f0eb77a62 | 9f7b9bf7840b02be8cb6ddd3299b29a42a98ab8d | refs/heads/master | 2021-05-09T22:52:52.575505 | 2018-01-24T13:08:01 | 2018-01-24T13:08:01 | 118,766,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.lx.springbootdemo.dto;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.type.TypeFactory;
import lombok.Data;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.List;
/**
* Created by lx... | [
"33972358+lx354081082@users.noreply.github.com"
] | 33972358+lx354081082@users.noreply.github.com |
06f33593705a456fccec4eded324af2f83f8c5a0 | 96afeeb52833a1ed17d057287a11400dc166b26a | /ExerciseSolution/src/examQuestionExample/Puma.java | 755dbd963c1342485ae8ba2981490b79ce2e2e30 | [] | no_license | NineFourFour/eclipseJava | 4322bec27c8a292c6fcdf6a4d7f3d4703ae99a94 | 43472e32daf2f2c7eb6132de7611d191a9dea162 | refs/heads/master | 2021-01-21T12:16:27.995628 | 2017-09-04T13:15:17 | 2017-09-04T13:15:17 | 91,784,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package examQuestionExample;
abstract class Puma implements HasTail {
/*has to be public, all methods declared in an interface are public
* can change the visibility
protected int getTailLength(){
return 4;
}*/
public int getTailLength(){
return 4;
}
}
| [
"james.hickey@webelevate.ie"
] | james.hickey@webelevate.ie |
120ae5267315eaa7e26d4f0a1f63a1437168363e | 3c6005e2e97f6fca5b39f25e467466ea1647ceb1 | /src/main/java/com/rimi/ruiFeng/service/impl/OrdeTableServiceImpl.java | 1058acef91c00d15c62c29a6b598dfd7cba0cf53 | [] | no_license | 2659573462/RuiFeng-education | 089e780267e1d3fa7b13777e4085161c74ed3981 | 9976e230a6cf2d8b5445294dae3d9f87a4d2f843 | refs/heads/master | 2022-12-26T21:43:39.924392 | 2019-11-20T06:35:42 | 2019-11-20T06:35:42 | 219,643,037 | 1 | 0 | null | 2022-12-15T23:24:36 | 2019-11-05T02:45:46 | Java | UTF-8 | Java | false | false | 1,393 | java | package com.rimi.ruiFeng.service.impl;
import com.rimi.ruiFeng.service.OrdeTableService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import com.rimi.ruiFeng.mapper.OrdeTableMapper;
import com.rimi.ruiFeng.bean.OrdeTable;
/**
* ${Description}
*
* @author chenjin
* @date 2019/11... | [
"2659573462@qq.com"
] | 2659573462@qq.com |
8929b1d6b7e59787519ffd6d6b9330565b81f8c1 | fbfd34b6b02daa6d5da0ded632078bf26fd16cea | /Robot.java | 124df679e7509c427f3960edcde5cd44994961fb | [] | no_license | octopodidae/robot | e851a418117ebf4b46217d2b05d192abb1276812 | a809d51e63f0d98e09d74d9dd6d657546134ca0c | refs/heads/master | 2021-01-25T09:26:17.580473 | 2017-06-09T07:52:29 | 2017-06-09T07:52:29 | 93,833,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,498 | java | import java.util.ArrayList;
import java.io.*;
public class Robot {
Programme thisProg;
private int positionX;
private int positionY;
private boolean etat;
int totalMinerai;
int temps;
// Constructeur
Robot(String fileProg) throws FileNotFoundException, IOException {
positionX = -1;
positionY = -1;
thi... | [
"blaurancin@gmail.com"
] | blaurancin@gmail.com |
f997738870f7c3eb7aff7d11b39ae7389b8e3366 | a3867b7f43449c35aacac9b5add7d0eae92ea6ec | /maill-product/src/main/java/com/xy/maill/maillproduct/vo/MemberPrice.java | 5747959484fa81f5a20f1cebf4eb2e541ab6bd60 | [
"Apache-2.0"
] | permissive | xy200919910128/xyMaill | 3ec9c5b14505874baccbf0838c359a9e06f79118 | e472f6b5115b88ce08de0ecd6d1fe6eb1681d4ff | refs/heads/master | 2023-07-27T10:16:57.972462 | 2021-09-13T01:48:25 | 2021-09-13T01:48:25 | 285,762,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | /**
* Copyright 2019 bejson.com
*/
package com.xy.maill.maillproduct.vo;
import lombok.Data;
import java.math.BigDecimal;
/**
* Auto-generated: 2019-11-26 10:50:34
*
* @author bejson.com (i@bejson.com)
* @website http://www.bejson.com/java2pojo/
*/
@Data
public class MemberPrice {
private Long id;
... | [
"wind@kwikclick.com"
] | wind@kwikclick.com |
f53d9893f42d359f36d8ffe339c8b1e516a192ea | 324ef963e08e2f41f1a208b2eff6e578395bcef5 | /todo-android/app/src/main/java/com/realtime/todo/MainActivity.java | 4f7d5333da1b0b1af7add8959bfde3683b72ff61 | [
"MIT"
] | permissive | ngonen/Storage | 77e1f96ece06d0b2023effef45c0f2b22edd3e05 | 414abc77921a9b9c6a2210fc5011048b9f2f09ae | refs/heads/master | 2021-07-04T14:21:16.084945 | 2021-05-21T00:10:55 | 2021-05-21T00:10:55 | 39,369,597 | 0 | 0 | null | 2015-07-20T07:30:35 | 2015-07-20T07:30:34 | null | UTF-8 | Java | false | false | 14,225 | java | package com.realtime.todo;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.LinkedHashMap;
import java.util.Locale;
import android.app.Activity;
import android.app.ActionBar;
import android.app.Fragment;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.... | [
"jparreira@realtime.co"
] | jparreira@realtime.co |
32ed0014eb2a808597a858bfc7fea1d4f58989ae | 6e0a777047581b051ad38b61e6ce973846bb5767 | /olx_resale/src/main/java/com/pack/ImageController.java | 309d21cb1bbbe95270bb6dd2f740dd747c19a1b3 | [] | no_license | Abiranjeetha/Spring_Hibernate | 046e91d8f58faa0f131698d6b40af616475e7f18 | 36840546e44ce15617375dbffa73508562d68930 | refs/heads/master | 2022-12-22T23:01:01.825069 | 2019-06-19T04:51:49 | 2019-06-19T04:51:49 | 192,660,227 | 0 | 0 | null | 2022-12-16T09:51:35 | 2019-06-19T04:47:50 | Java | UTF-8 | Java | false | false | 11,154 | java | package com.pack;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Blob;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ser... | [
"abiranjeetha.ramarathinam@cognizant.com"
] | abiranjeetha.ramarathinam@cognizant.com |
1c974a5262c69d516ad313e716e3ed810e423af9 | a2da50c214b2f32b9acd24909a84c43dc8b5c121 | /src/test/java/pom/LoginPom.java | f842236e329851816220b558ab10242c9f6cb8c2 | [] | no_license | DaminiK21/PM_portal | 001bc5bfdade851c491fba8ac10e4e813343e9e7 | d3be10991777ce2fca82e89c3058d595f0cd3c24 | refs/heads/master | 2023-03-21T20:13:36.807960 | 2021-03-18T09:02:21 | 2021-03-18T09:02:21 | 349,004,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | package pom;
import java.util.List;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import ... | [
"Daminikadam21@gmail.com"
] | Daminikadam21@gmail.com |
d2383762a0ec5f155bf7511215562485082dd1c9 | 56bd9a39abb22ede38d7a2def90d88a5833900d9 | /src/sample/Main.java | 4034be392ead31cd7c1ae4e3b9fd0349b33ef313 | [] | no_license | Martind64/MetricsCalculator | 765a44672d4b00b5623baf4cd0d6a4332a01fdeb | 8738fc4e1d109242ee1516e6c48e6419c5693e0a | refs/heads/master | 2021-05-12T09:08:32.953086 | 2018-01-15T07:47:33 | 2018-01-15T07:47:33 | 117,308,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.lo... | [
"made@html24.net"
] | made@html24.net |
70dd928d3e18cd1d36eba8f35dd9af608c338720 | 040937ae86f911a2fbf70cec46e05700bf951906 | /proj1b/OffByOne.java | 1a2673bb891aa9cbd5c165d2cddb1d2f3aa0a660 | [] | no_license | evanxjh/cs61b-study | cd0284db89be259823a05fe81cb749cb21f5fb05 | ad3bd9cf7f01d6c753606ae68a5c265a75b7d127 | refs/heads/master | 2020-06-13T01:06:02.751687 | 2019-07-18T13:32:56 | 2019-07-18T13:32:56 | 194,483,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | /**
* @author EvenHsia
* @ClassName OffByOne.java
* @Description A class for off-by-1 comparators
* @createTime 2019-06-30- 16:38
*/
public class OffByOne implements CharacterComparator {
@Override
public boolean equalChars(char x,char y){
int diff=x-y;
if (Math.abs(diff)<=1){
r... | [
"xjhsjtu2017@gmail.com"
] | xjhsjtu2017@gmail.com |
51983219b05bce05f78ac620e8147388b90a019e | f6dc9a904976f00e0b8b8829e618794c9338de7f | /java/com/occamsrazor/web/util/FileTest.java | 3e7a1fe5c9f10f03546c98733ae0da5aff39be19 | [] | no_license | dlehgml0901/Spring | 52d6e61fd3c71ee8f38a6fc63888de3ebaa72bb3 | 3ad6c1aa0e05f2989d63856419b922530d018177 | refs/heads/master | 2022-05-31T19:49:18.559580 | 2020-04-28T03:00:50 | 2020-04-28T03:00:50 | 256,454,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package com.occamsrazor.web.util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JOptionPane;
public class FileTest {
public final static String FILE_PATH =... | [
"dlehgml0901@example.com"
] | dlehgml0901@example.com |
7fb74563b5180b00442c3aae71dfde8184710b71 | 56d6351a6e1552ad25277e594a0b9fb017009e90 | /day31_hibernate_day03/src/com/weiwei/domain/Course.java | 13ee9fbe8f1671d60bda3d82a54a06242d5f9b50 | [] | no_license | liuweicom/javaPrac | f363250ff7dcab122aa8e810ad8c649c0429c9a3 | 159d720fac55e3a6d0287cea9aa0b04050b893d0 | refs/heads/master | 2021-09-14T23:15:30.211174 | 2018-05-22T02:35:56 | 2018-05-22T02:36:27 | 120,065,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package com.weiwei.domain;
import java.util.HashSet;
import java.util.Set;
public class Course {
private Integer id;
private String name;
private Set<Student> student = new HashSet<Student>();
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
pub... | [
"15779712623@163.com"
] | 15779712623@163.com |
c32eb8fcfe1628d019526eed25293c436bd157cd | 3cbb73c13e5b4956c03fa62dbda81e4180420222 | /PuLSaR/src/main/java/eu/brokeratcloud/opt/engine/sim/RepeatNode.java | eadb460c98f4c707cbc59df6ee8fabe425fa9e94 | [] | no_license | torax242/BrokerAtCloud | 4b5af0f7ec69446a2be7d91c9e615629bf940039 | 722638acc3257a2b5f5ab09dea86ba8e7a7346fb | refs/heads/master | 2020-04-08T23:47:09.072301 | 2016-02-02T08:50:01 | 2016-02-02T08:50:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,888 | java | /**
* This file (along with RepeatTokenParser) extend Pebble engine with 'repeat' tag
* For more information see RepeatTokenParser
*/
package eu.brokeratcloud.opt.engine.sim;
import java.io.IOException;
import java.io.Writer;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Collection;
... | [
"ipatini@acci.gr"
] | ipatini@acci.gr |
31d46ed70e4ba76098c827adcfa45c822bf9ff69 | 14afb443c01f2c1dd8f9d7cf1e5b5337c1e9ce2c | /src/main/java/com/example/latlongretrieval/Place.java | 6519d479e61e78d52428726382fbedbba44ff08b | [] | no_license | herbsleb1708/latlong-retrieval | ba4186e153858e64c07885459019792c32e4f570 | c27a62c0d448d2ea048c8934cb4078f11062a323 | refs/heads/master | 2021-07-09T01:37:20.056182 | 2017-10-04T18:35:51 | 2017-10-04T18:35:51 | 105,799,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.example.latlongretrieval;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
@JsonIgnoreProperties(ignoreUnknown = true)
@Data
public class Place {
@JsonProperty(value = "place name")
private String name;
@JsonPro... | [
"herbsleb.mark@principal.com"
] | herbsleb.mark@principal.com |
4f24b60bca29cfc75bbaf02592ef87fc3bd27c20 | 926a628796557c976c4a558a8999b3c1925f62d5 | /domino-game/src/main/java/com/jule/domino/game/service/GameMaintentService.java | a8fa72502402499d3a1547f90fa527d0dbbbd71e | [] | no_license | cubemoon/domino | 7f4557b04ae5730be92edbd9b19389dd180c5d89 | c7c490e8f7547e13ac6cd8fa344819a4d8625667 | refs/heads/master | 2023-04-15T22:36:18.587446 | 2019-08-01T03:15:43 | 2019-08-01T03:15:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.jule.domino.game.service;
import java.util.concurrent.atomic.AtomicBoolean;
/**
* 游戏维护
* @author
* @since 2019/2/20 13:25
*/
public class GameMaintentService {
public static final GameMaintentService OBJ = new GameMaintentService();
//游戏开关 - 默认是关闭的,能正常游戏,如果开启,则游戏无法正常开局
private static Ato... | [
"xiaokang_0826@163.com"
] | xiaokang_0826@163.com |
fa3491c64b3ee23416a7f0913dfdbc379f6ee975 | 0a205fa06361c526b4d48011834dccb296b1ac79 | /app/src/main/java/com/industrialmaster/musicplayer/ThirdActivity.java | eeff4c8c84cfb7db7a52e56da3274fcc3ee8fc4c | [] | no_license | MadurangiChathurika/SmartPlayer | 762ae84328c6207a0b5dc13e915406e69d584872 | 8ce8fd0386d68f0149b19f7078362a1b7e1a1e5c | refs/heads/master | 2022-11-26T00:50:18.133983 | 2020-07-20T14:15:38 | 2020-07-20T14:15:38 | 281,131,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,428 | java | package com.industrialmaster.musicplayer;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.industrialmaster.musicplayer.audio.background.PlayBackgroundAudioActivity;
public class ThirdActivity extends AppCompatActivity {
... | [
"chathurikamadu96@gmail.com"
] | chathurikamadu96@gmail.com |
91b572d7283fa949c12639d31ebf2988e319b435 | 71a3d16688959b3bcac453cd769e0d3f1be9c742 | /src/main/java/com/lhl/personal/mongodboperation/MongoApp.java | ff517b2ab51e6f2ec71c10f1fb5ff46763125bdf | [
"MIT"
] | permissive | LiuHuilong528/lhl-springmongodb-exmaple | c42ace00b870528678e28ac7854bea5529108360 | 8812b8ff1b2fa146ed7454a5e76865534a010a13 | refs/heads/master | 2020-12-03T09:29:23.016136 | 2017-09-07T08:42:55 | 2017-09-07T08:42:55 | 95,624,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,801 | java | package com.lhl.personal.mongodboperation;
import static org.springframework.data.mongodb.core.query.Criteria.where;
import java.net.UnknownHostException;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.data.domain.Example;
import... | [
"lhllug528@gmail.com"
] | lhllug528@gmail.com |
770d5bd885e40a2c6af57e9c760ab3b248345ec6 | 7d85e9d72822b96447f2c6338fdb36f32be4458d | /app/src/main/java/com/slidenote/www/slidenotev2/Utils/Util.java | ce8eb843cfb529c00de369acdd53c769273da108 | [] | no_license | Cieo/SlideNoteV2 | 2722683ee3eb917c3f850a61134aa6a4f9ad4d61 | cea5c57eeb75612e8311ea30ee3fa3f55ddbb8c2 | refs/heads/master | 2021-01-18T20:02:22.841009 | 2017-04-28T06:42:42 | 2017-04-28T06:42:52 | 86,928,437 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.slidenote.www.slidenotev2.Utils;
import com.slidenote.www.slidenotev2.Model.ImageFolder;
import com.slidenote.www.slidenotev2.Model.NoteFolder;
import java.util.List;
/**
* Created by Cieo233 on 3/28/2017.
*/
public class Util {
public static ImageFolder findImageFolder(List<ImageFolder> folders, ... | [
"h711292532@gmail.com"
] | h711292532@gmail.com |
e57b2a687b0286f78a5ae6ca5a24eab7c136b7a6 | daf4c85103ebeeadf2e5ddfa530aeae9574e4ad6 | /src/test/java/org/wso2/apimgt/AppTest.java | f242261805df3f8c7bc86af5629d4234b513e8a8 | [] | no_license | dineshjweerakkody/apimgt-bpmn-workflow | ea43c3ce155e40521fa2e6a5c96fe1fe6fbb14de | 982c85cd3772d979b5b2180950410ea6c04add99 | refs/heads/master | 2021-04-29T07:19:12.643207 | 2017-01-04T09:36:29 | 2017-01-04T09:36:29 | 77,985,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package org.wso2.apimgt;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest(... | [
"dineshw@wso2.com"
] | dineshw@wso2.com |
6c0e152659f174fabfb0691821283d79a8dc42f9 | 7e159834d965d085daac4e0b506d2e4a93d878c7 | /app/controllers/Application.java | e545f9849d5c192c17d74004e69fa5a65b660cfa | [
"Apache-2.0"
] | permissive | psoulier/Hulinalu | 9e78973e39150b7d0b0255017e80683d77a53991 | 3f756fe4802d421ec9f5750d8de05478a73f230e | refs/heads/master | 2020-12-24T15:58:15.644417 | 2015-05-13T09:33:44 | 2015-05-13T09:33:44 | 32,572,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,360 | java | package controllers;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import models.Account;
import models.Feature;
import models.Location;
import models.LocationDB;
import models.Tag;
import models.UpdateInterface;
import play.Routes;
import play.data.Form;
import... | [
"paul.soulier@gmail.com"
] | paul.soulier@gmail.com |
585849f1bbc7755d6d7941d254f611bdc4f7f0fa | 757ad32747c221360fb857215b1f10a75a3c6a3f | /3481_Java_Cryptography/EECS3481/src/hash/Q4_1.java | 9d7d4588e8c96cfe9c8dafaef72268d6a5e02527 | [] | no_license | rd10018/EECS | ecfef7420d2bef7ce7592db1ec7397de8891658e | 5f0fef8df2d7a8925d1cf59be4c6ca683a0c3fac | refs/heads/master | 2023-01-11T00:55:49.777120 | 2020-09-18T16:37:23 | 2020-09-18T16:37:23 | 236,035,032 | 0 | 0 | null | 2023-01-07T14:05:31 | 2020-01-24T16:05:36 | Java | UTF-8 | Java | false | false | 622 | java | package hash;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import util.CryptoTools;
public class Q4_1 {
private static final byte[] PASSWORD_MD5_HASH = CryptoTools.hexToBytes("5ae9b7f211e23aac3df5f2b8f3b8eada");
public static void main(String[] ar... | [
"rishabdhamija91@gmail.com"
] | rishabdhamija91@gmail.com |
5412ef096fbfbc741f8bd94d7624b85b278e04f2 | 6da9b40d6d5db257e2f3c22f9416fa7ca53f0c9f | /13.spring-el-three-mesh/src/com/yiidian/domain/Customer.java | a02d14fe99345ee8c605c1e4a91e55ed962e09b3 | [] | no_license | okeyLiu/spring | 1b82b8040f45d45dae46cd24a4cc7304517f80c6 | c24c52d20f7d84927e3a858e78aec503c9efdcc8 | refs/heads/master | 2020-04-04T19:24:48.964829 | 2017-11-14T00:08:23 | 2017-11-14T00:08:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package com.yiidian.domain;
import java.io.Serializable;
/**
*
* @author http://www.yiidian.com
*
*/
public class Customer implements Serializable{
private boolean warning;
public boolean isWarning() {
return warning;
}
public void setWarning(boolean warning) {
this.w... | [
"1014671449@qq.com"
] | 1014671449@qq.com |
1d264c936f13408e55c4ea951f1145ac35c65af7 | 160eb2299546cbc95ba4e1b966d2e15b315da14c | /src/Forms/FormCadastrarFiscal.java | 1eab35456e3caf1afebf13b103e728046cc0af97 | [] | no_license | HexaDC/TrDoc | 330447f0ddeb42817d9fa46d49b78553ac9ee821 | f7b994f56eb90d2590204823216b50dd5c8144ee | refs/heads/master | 2016-09-06T02:18:59.839630 | 2013-06-21T20:59:59 | 2013-06-21T20:59:59 | 10,852,366 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,604 | java | /* Created on 18/01/2011, 09:30:26
*/
package Forms;
import Classes.Cadastra.ClassCadastrarFiscal;
import com.nilo.plaf.nimrod.NimRODLookAndFeel;
import com.nilo.plaf.nimrod.NimRODTheme;
import java.awt.Dimension;
import java.awt.Image;
import java.awt.Toolkit;
import java.net.URL;
import javax.swing.JOptionPane;
imp... | [
"valarelli@gmail.com"
] | valarelli@gmail.com |
7b96540d745151104cc4c8976ffb5fbf25587d68 | 9f7c268ddd03e2acac2d474ab14ed52a1aa917c4 | /currency/Currencies.java | 09572bf3a392f0021e9b4539568ee885ad29b8f2 | [] | no_license | omraz/Currency | 49077692b8851222bb202f4e00af4a7e307544be | 33c61923bcfd5537527bf68c37f36af288743ab9 | refs/heads/master | 2023-02-16T16:55:53.002586 | 2021-01-19T15:48:18 | 2021-01-19T15:48:18 | 331,027,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,944 | java | /*
*/
package currency;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.MalformedURLException;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
//import org.json.simple.JSONObject;
import org.json.simple.*;
import org.json.simple.parser.JSONParser;
i... | [
"o.mraz@volny.cz"
] | o.mraz@volny.cz |
c050ae10089523cc0f512925142ad80cff712fe5 | c7be2cdb3209ddfc93ac86cccb30c9b768862468 | /src/main/java/com/example/ecommerce/entity/Authority.java | e4a0fee19e571fcaa132f292d38a5727d3a6d2fd | [] | no_license | MhmodElsadany/shoping-store | 3fb3d5103d1080804e7ce487c1dffea4e6238cd6 | dff4399a0bcd2c43654f280db873eed994da3f62 | refs/heads/master | 2021-05-22T00:36:59.367365 | 2020-04-04T02:37:17 | 2020-04-04T02:37:17 | 252,887,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package com.example.ecommerce.entity;
import java.io.Serializable;
import org.springframework.security.core.GrantedAuthority;
public class Authority implements GrantedAuthority , Serializable{
private static final long serialVersionUID=123123L;
private final String authority;
public Authori... | [
"mahmoudelsadany81@yahoo.com"
] | mahmoudelsadany81@yahoo.com |
b7919f927ce97c65ed89b2d51ef8902026846009 | e68e52d4d5eb691ba99ce9589871723777dedce4 | /src/lec21/v7/Main.java | 15b726f1488a6ef1914743235285b25810d16bfb | [] | no_license | Spring2019COMP401-001/Lec21 | 4649a6012d716a8bc4df9569b71547881ba9f862 | 757d9a0deb1835dc2709c9c31ea50b641a8be2d6 | refs/heads/master | 2020-05-07T01:23:39.987412 | 2018-11-19T15:48:34 | 2018-11-19T15:48:34 | 180,273,490 | 0 | 1 | null | 2019-04-09T02:59:04 | 2019-04-09T02:59:04 | null | UTF-8 | Java | false | false | 1,010 | java | package lec21.v7;
public class Main {
public static void main(String[] args) {
CountingThread ct_a = new CountingThread("A", 5);
CountingThread ct_b = new CountingThread("B", 7);
CountingThread ct_c = new CountingThread("C", 10);
ct_a.start();
ct_b.start();
ct_c.start();
try {
ct_c.join();
Sys... | [
"kmp@cs.unc.edu"
] | kmp@cs.unc.edu |
9858be7ac9f205151851847664af0b3d8a6c8dbb | e4776d31e99be03c7158d01a038ccd0dc30a4b02 | /bierman/impl/src/main/java/org/opendaylight/bierman/impl/BierDataAdapter.java | f73b7c374342e816c61c474e88e987fda5f9b7ed | [] | no_license | opendaylight/bier | d1cc4618bea310d6094d2aa3975e08e1f6f995af | d0983a3bda150053132d2efe1fab28125062416c | refs/heads/master | 2023-06-11T01:58:04.876567 | 2020-07-11T03:43:32 | 2020-07-11T03:43:32 | 75,059,361 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,108 | java | /*
* Copyright © 2016 ZTE,Inc. 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,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.... | [
"xiong.quan@zte.com.cn"
] | xiong.quan@zte.com.cn |
96e8892b31210a74818092df36453fd5647db1ad | 7822eb2f86317aebf6e689da2a6708e9cc4ee1ea | /Rachio_apk/sources/com/google/android/gms/internal/zzcew.java | 226b200880129b1564edfdbd52f9573f1ef19397 | [
"BSD-2-Clause"
] | permissive | UCLA-ECE209AS-2018W/Haoming-Liang | 9abffa33df9fc7be84c993873dac39159b05ef04 | f567ae0adc327b669259c94cc49f9b29f50d1038 | refs/heads/master | 2021-04-06T20:29:41.296769 | 2018-03-21T05:39:43 | 2018-03-21T05:39:43 | 125,328,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package com.google.android.gms.internal;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.zza;
import com.google.android.gms.common.internal.safeparcel.zzd;
import java.util.Iterator;
public final class zzcew extends zza... | [
"zan@s-164-67-234-113.resnet.ucla.edu"
] | zan@s-164-67-234-113.resnet.ucla.edu |
8c79db1bb22cea287166ad90b014468b2f022a7b | 2a85e0ba9cfd4b92f21c0cda99f1fe19f8e75236 | /P07_Kafka_Streams/kstreams/src/main/java/ee/ut/cs/dsg/dsg/exercise1/Exercise1Streams.java | 95e563ffbabf552f41251760ff6c4c3676bd9e44 | [] | no_license | enliktjioe/dataeng2020 | d334d4cac9b63e8f630a68c377701c7f0b5a1cfa | 5c033669225b2ad6f025301c1d732b071c86afae | refs/heads/master | 2023-02-20T13:46:45.040120 | 2021-01-21T21:54:30 | 2021-01-21T21:54:30 | 297,154,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,323 | java | package ee.ut.cs.dsg.dsg.exercise1;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.KafkaStreams;
import org.apache.kafka.streams.StreamsBuilder;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.streams.... | [
"enlik@ut.ee"
] | enlik@ut.ee |
afae5e25efbfa772ef71378ee483a94512018bf8 | fe26b91fb452f667fa39819eb2a0f002b270c4c5 | /DeltaAbstraction/app/src/main/java/com/randstad/deltaabstraction/Switchable.java | 2903f2d2c9a1e088a20412c62989e7bf3428f14f | [] | no_license | qxs820624/AndroidStudioProjects | e879d1956a0a712b747d945971cba247e3ed7d34 | e205c0fe9d006863a61f71e409077500ba8489ef | refs/heads/master | 2021-01-23T03:59:24.988965 | 2015-12-03T06:39:07 | 2015-12-03T06:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java | package com.randstad.deltaabstraction;
/**
* Created by robertsg on 12/11/2014.
*/
public interface Switchable {
public void turnOn();
public void turnOff();
}
| [
"glensroberts@gmail.com"
] | glensroberts@gmail.com |
8d3b7338a5e001bbbb25545c143cbaa893d78034 | 7c238b610c65fd5825dfa63a2fba663ce51e9842 | /app/build/generated/source/buildConfig/debug/com/helwigdev/solarwindshelpdesk/BuildConfig.java | 2a665903149a5f2b1194eaf93083753b9090c7e7 | [] | no_license | Fibonacci-/SolarwindsAPITestApp | c45351c73a3c63d85e9d5cdbffafb3b3890c88d3 | 7e0368c24694f5ae293504b5286ed808d24787e9 | refs/heads/master | 2016-09-06T20:00:40.975236 | 2015-07-06T19:25:57 | 2015-07-06T19:25:57 | 38,641,030 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.helwigdev.solarwindshelpdesk;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.helwigdev.solarwindshelpdesk";
public static final String BUILD_TYPE... | [
"helwigdev@gmail.com"
] | helwigdev@gmail.com |
e915b92dd085207df44fabdea9bfbffe45fc6a7c | 5989e641cf6c046869b724a70e5049b3909cc001 | /src/main/java/org/hzero/halm/atn/infra/repository/impl/DisposeOrderLineRepositoryImpl.java | ec7a1279a739158b4ce9ba20f915dbef294ec283 | [] | no_license | chuanshang/halm_atn | a35c30f652c06e12abda9736ca88096299acc454 | 714ce6c2ed01584ddf924a4b0359797f43cf7de1 | refs/heads/master | 2020-06-11T02:32:23.445726 | 2019-06-26T04:08:24 | 2019-06-26T04:08:24 | 193,826,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,744 | java | package org.hzero.halm.atn.infra.repository.impl;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang.ObjectUtils;
import org.apache.commons.lang.StringUtils;
import org.hzero.core.base.BaseConstants;
import org.hzero.halm.afm.domain.entity.TransactionTypeFields;
import org.hzero.hal... | [
"shuailong.tan@hand-china.com"
] | shuailong.tan@hand-china.com |
aa690682c09780642c329202818b3b6ee2361c20 | 531a070afb140c0fb98926f2a0f2dc88ed3ae7b7 | /src/com/igomall/util/HttpUtils.java | 49c2f752f055bb009ca0bbb5a8e7ec66142d9238 | [] | no_license | javaknow/mall | 25985534dd4cfa7512c68f67a08d029461b864b9 | 31a327a3fad8aecd949d82c7ce8e266eaac4b900 | refs/heads/master | 2021-01-21T19:19:55.867750 | 2016-06-16T04:37:17 | 2016-06-16T04:37:39 | 65,459,518 | 1 | 2 | null | 2016-08-11T10:04:01 | 2016-08-11T10:04:01 | null | UTF-8 | Java | false | false | 12,791 | java | package com.igomall.util;
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.MalformedURLException;
import java.net.URL;
... | [
"1169794338@qq.com"
] | 1169794338@qq.com |
b0975a58e5bf3c99f6d5dc6c877b3339cb0c5565 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/TraceFileReader.java | 76b32b099c998e439c85b7b1874ed2dcaa62b178 | [
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | Java | false | false | 2,335 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
52a8365e901ea71bc8a9fa3e7160d4b36ad4834f | ba9592827df90a1ccfd2d85e3dc8a2e4f3f536df | /MyApplication/app/src/test/java/com/example/myapplication/ExampleUnitTest.java | 8e9486ceeddb0aabf560a54c0deda9de383e092c | [] | no_license | toririggs/java-toririggs | 14f53f6642768c9ede2b34573f35d7f15c2f3191 | 142322c705bfd69703e5a09e7fbd123fe3bea0dc | refs/heads/master | 2022-06-22T03:58:11.161581 | 2019-12-10T05:56:20 | 2019-12-10T05:56:20 | 203,848,528 | 0 | 0 | null | 2022-06-21T02:10:39 | 2019-08-22T18:10:05 | Java | UTF-8 | Java | false | false | 847 | java | package com.example.myapplication;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
// Testing for DBHelper
public class ExampleUnitTest... | [
"vlriggs@mavs.coloradomesa.edu"
] | vlriggs@mavs.coloradomesa.edu |
3faaee27ab3049b8b1379f2ed93b5e7969338b42 | 1b5fadeeb3718efb7b510bfdae19651017488a36 | /app/src/main/java/com/jdd/sample/studyapp/broadcast/StaticReceiver.java | 1269b3b73f6b3898467c76ff934476e96964c529 | [] | no_license | jdd-android/StudyApp | 302a6cce632446b1f8ca2a311dcb37a508af4904 | 7426892217b23c89669bc5a38c9784f012fded63 | refs/heads/master | 2021-05-11T05:26:45.836758 | 2018-03-13T07:23:14 | 2018-03-13T07:23:14 | 117,962,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.jdd.sample.studyapp.broadcast;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
import com.jdd.sample.studyapp.utils.LogUtils;
/**
* @author lc. 2018-01-18 10:47
* @since 1.0.0
*/
public class StaticReceiver extends ... | [
"liuchao0206@gmail.com"
] | liuchao0206@gmail.com |
e809198493ed4da5e522036a2573cc6cdb92c62c | a66a4d91639836e97637790b28b0632ba8d0a4f9 | /src/animal/vhdl/graphics/PTD.java | dc2842fde0feae8e430f2135642d0138a1d30235 | [] | no_license | roessling/animal-av | 7d0ba53dda899b052a6ed19992fbdfbbc62cf1c9 | 043110cadf91757b984747750aa61924a869819f | refs/heads/master | 2021-07-13T05:31:42.223775 | 2020-02-26T14:47:31 | 2020-02-26T14:47:31 | 206,062,707 | 0 | 2 | null | 2020-10-13T15:46:14 | 2019-09-03T11:37:11 | Java | UTF-8 | Java | false | false | 1,537 | java | /**
*
*/
package animal.vhdl.graphics;
import java.awt.Graphics;
/**
* @author p_li
*
*/
public class PTD extends PTFlipFlop {
private static int dNr = 0;
public static final String D_FLIPFLOP_TYPE_LABEL = "D";
public PTD() {
this(DEFAULT_LOCATION.x, DEFAULT_LOCATION.y);
}
public ... | [
"guido@tk.informatik.tu-darmstadt.de"
] | guido@tk.informatik.tu-darmstadt.de |
699c8e2a783430332fd13c3df0d70fd05339f32e | e7532a0bec96e1f4d8356a68f456f92ed07599b4 | /src/TeachingAffairSystem/src/teaching/affair/system/model/TeacherCourse.java | 0b118849524463e00ae404735902f95132016460 | [] | no_license | breezefaith/TeachingAffairSystem | daf3a712ed59c413603f69e655666250cccb09ee | e5c8f5dcedb5d32a14ad4da630c2f473a49b5387 | refs/heads/master | 2020-12-03T04:14:06.562266 | 2017-06-30T02:15:02 | 2017-06-30T02:15:02 | 95,836,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,619 | java | package teaching.affair.system.model;
import java.sql.ResultSet;
import java.sql.SQLException;
import teaching.affair.system.util.ConnectionUtil;
public class TeacherCourse {
public static String getJsonString(String teacherNo) {
StringBuffer info=new StringBuffer("[");
String sql="select * from selec... | [
"nyzhangzc@qq.com"
] | nyzhangzc@qq.com |
3c304680dc67003cef2f5808bea6349b2cc7aa89 | 3a353a78cbeb733eff29a3da471ad0a15b3e65da | /input/javasrc/com/alvazan/orm/impl/meta/RowToPersist.java | 9d6377b5bb6d04398bf48e788cfc0989131eee60 | [] | no_license | shanling2004/nosqlORM | 0f6a9c1e6a59ccf9c653929000991244f0f17a65 | 5559c255f0bc16e6fdc69572c5d9b8b46a7990bc | refs/heads/master | 2021-01-16T18:02:09.777187 | 2012-05-31T15:03:17 | 2012-05-31T15:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.alvazan.orm.impl.meta;
import java.util.ArrayList;
import java.util.List;
import com.alvazan.orm.layer3.spi.db.Column;
public class RowToPersist {
private byte[] key;
private List<Column> columns = new ArrayList<Column>();
public byte[] getKey() {
return key;
}
public void setKey(byte... | [
"dean@xsoftware.biz"
] | dean@xsoftware.biz |
89df4000a0af701a734bddb94c449d36905130f8 | 090cb825421f85102d41414933c2d263c1035785 | /src/main/java/ru/itpark/secureside/service/JwtTokenProvider.java | af4e041d173547b5413a0a775e9707fa49c5ed47 | [] | no_license | AliAlievALive/spring-course-secure | b6fb0b7345440113b6ae62dd5f79d80393aabb57 | a005d2ba29fecef57a430c3796b2fdb9ee8c3e37 | refs/heads/master | 2023-06-12T18:57:35.762122 | 2021-06-27T20:10:09 | 2021-06-27T20:10:09 | 377,537,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | package ru.itpark.secureside.service;
import com.nimbusds.jwt.JWTClaimsSet;
import ru.itpark.secureside.dto.User;
public interface JwtTokenProvider {
String generateToken(User user);
boolean validateToken(String token);
JWTClaimsSet parseToken(String token);
}
| [
"madarat@mail.ru"
] | madarat@mail.ru |
1cea4899a4d54bd5583c0e0115024497a739927d | f200e916a2ca9fa4a01c40a588fc965a7337f735 | /src/main/java/ru/alvisid/pacs/service/impl/EditServiceImpl.java | 3cd20efbe5778f7ad79844952b8948edd53ebe65 | [] | no_license | EugeniyGlushkov/PACS | 56091f54f69cd99fc4fdf29901c95761b063cf77 | 4c5738137a3720253449aac5ad62ccf84fece3fc | refs/heads/master | 2020-04-02T22:04:05.316724 | 2019-03-13T13:47:17 | 2019-03-13T13:47:17 | 154,820,695 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,965 | java | package ru.alvisid.pacs.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.Assert;
import ru.alvisid.pacs.model.Edit;
import ru.alvisid.pacs.repository.EditRepository;
import ru.alvisid.pacs.service.AbstractService... | [
"eugeniyglushkov@gmail.com"
] | eugeniyglushkov@gmail.com |
29df13ab1b506a8de90948eacaa8c63709a70f3c | ca0fe968873399950eea0aa94bd8dc3e95124ca1 | /taotao-manager/taotao-manager-pojo/src/main/java/com/taotao/pojo/TbUser.java | 9d821ce532af6c25f658fefcadff82632b758635 | [] | no_license | q547263153/BookShop | 0c36e3335b8d92bee6e27711c51f0233c70657e3 | 6d8ecff08421d16bd0185698cfd7ec37a706ebf4 | refs/heads/master | 2022-12-23T18:40:54.005266 | 2020-03-14T03:32:15 | 2020-03-14T03:32:15 | 240,046,286 | 0 | 0 | null | 2022-12-16T07:16:48 | 2020-02-12T15:27:00 | JavaScript | UTF-8 | Java | false | false | 1,656 | java | package com.taotao.pojo;
import java.io.Serializable;
import java.util.Date;
public class TbUser implements Serializable {
private Long id;
private String username;
private String password;
private String phone;
private String email;
private Date created;
private Date updated;
p... | [
"547263153@qq.com"
] | 547263153@qq.com |
2df3e526aade9bca9776bad2b05563436c15e0ef | 90b7ee6ad7c2b044ef084790d39709be8bc76cc4 | /TIJ4/05init/src/top/woilanlan/Rock.java | 0d58ba7f3cc9f1948ac922c49fe6d75d7f55a903 | [
"MIT"
] | permissive | woilanlan/java-example | b992dee9bbabf4f844c25f755e7c6dfa145277ec | a24c11b5a330525be15072f02621664a388c0bcb | refs/heads/master | 2022-12-29T13:34:28.258384 | 2020-06-07T04:00:38 | 2020-06-07T04:00:38 | 258,099,420 | 0 | 0 | MIT | 2020-10-13T22:36:44 | 2020-04-23T05:03:11 | Java | UTF-8 | Java | false | false | 392 | java | package top.woilanlan;
/**
* Rock
*/
public class Rock {
Rock(){
System.out.println("Rock ");
}
Rock(int i){
System.out.println("Rock "+i);
}
public void show() {
for (int i = 0; i < 10; i++) {
new Rock();
}
}
public void show2() {
f... | [
"woilanlan@gmail.com"
] | woilanlan@gmail.com |
ac3451ba45a6b2b476f70f1f3e792fb8d356d007 | d3a8feb99fea0973541f31dd391cd0c74586f38c | /AZ3-Spring JDBC-n-Trans/src/main/java/com/infosys/domain/Author.java | 719093594baa173c51be63aaf2ba0b87a482dd6f | [] | no_license | yogi3345/SpringTrainingLex | 28889e5f94adc88fb42273a29a6f7b8e07b32a2d | 942194a178c9782d40aa50982edf97e2546bb0bc | refs/heads/master | 2022-05-03T16:04:39.529387 | 2022-04-01T03:07:31 | 2022-04-01T03:07:31 | 216,357,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package com.infosys.domain;
public class Author {
private String firstName;
private String lastName;
private int authorId;
public int getAuthorId() {
return authorId;
}
public void setAuthorId(int authorId) {
this.authorId = authorId;
}
public String getFirstName() {
return firstName;
... | [
"Yogesh@Predator"
] | Yogesh@Predator |
3c4cc05ada61acaae5a4e947161a696a28841eb4 | 24d1a308018170eb761118e932c604cd8213dca8 | /src/Others/Udemy/DynamicProgramming/CuttingRod.java | 37b4c07b88f1456a2a681a5f4ba2cb1b24b655f3 | [] | no_license | Tejas1009/interviewbit | 3388346c7373d80a3eaeb9faff990825661ea077 | dcc46f9628458d0d50af8e962cae53d9d0524608 | refs/heads/master | 2023-07-18T02:17:06.531039 | 2021-09-07T10:28:15 | 2021-09-07T10:28:15 | 369,851,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package Others.Udemy.DynamicProgramming;
/*
Rod cutting Problem:
Find max profit.
*/
public class CuttingRod {
public static int maxProfit_Recur(int prices[], int n) {
if (n <= 0) {
return 0;
}
int res = Integer.MIN_VALUE;
for (int i = 0; i < n; i++) {
int c... | [
"tejas.ratnapagol@zs.com"
] | tejas.ratnapagol@zs.com |
2b4af9863a658e14bdd476cf62ca84d827a645ea | 90b2e03cd9015d3e83275223662821525dd8508d | /src/main/java/com/yihao86/service/impl/WorksServiceImpl.java | 8d1d49006e3f34e7a73c836b0e3b78d3be85af05 | [] | no_license | yihao86/yihao86 | 6911e12963129528f1711f2aade6f8aa5775887b | d4be6c736b684aeeece9e1f7bd155ff21176eaf4 | refs/heads/master | 2021-06-28T13:44:48.984615 | 2018-09-18T00:44:42 | 2018-09-18T00:44:42 | 145,385,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package com.yihao86.service.impl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.yihao86.dao.WorksDao;
import com.yihao86.service.WorksService;
@Service
public class WorksServiceImpl im... | [
"1874489447@qq.com"
] | 1874489447@qq.com |
21b64002c6ed2a8bebf025a6db093ee63243bc4d | 522a944acfc5798d6fb70d7a032fbee39cc47343 | /d6k/trunk/src/web/corsair/src/main/java/com/eventsrv/Constant.java | 4b69ed90d36d81912c9f666488670ca2300fded5 | [] | no_license | liuning587/D6k2.0master | 50275acf1cb0793a3428e203ac7ff1e04a328a50 | 254de973a0fbdd3d99b651ec1414494fe2f6b80f | refs/heads/master | 2020-12-30T08:21:32.993147 | 2018-03-30T08:20:50 | 2018-03-30T08:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package com.eventsrv;
/**
* Created by ChengXi on 2016/1/11.
*/
public interface Constant {
int TYPE_BROWSER = 0;
int TYPE_EVENT_SRV = 1;
}
| [
"xingzhibing_ab@hotmail.com"
] | xingzhibing_ab@hotmail.com |
9eec4378cd991ca5bf17154110824202204ff420 | b09f518c08e930460e08309dc5f6dd5b1e6ff6de | /1086-synchronized/src/main/java/com/tuyrk/unit03/SynchronizedObjectCodeBlock2.java | e920cbd86706a067b99355689d11c469538a27b6 | [] | no_license | tuyrk/learn-imooc | 087c185d9fa50b39f73b29b44bc281f03f5e5ccf | 99040f6fca437ecf36eaaaf21447a92c5f2eb0ec | refs/heads/master | 2022-11-04T12:36:15.671227 | 2020-11-22T12:07:03 | 2020-11-22T12:07:03 | 219,886,876 | 1 | 1 | null | 2022-10-05T19:37:44 | 2019-11-06T01:38:53 | Java | UTF-8 | Java | false | false | 1,451 | java | package com.tuyrk.unit03;
/**
* 对象锁示例1,代码块形式
*/
public class SynchronizedObjectCodeBlock2 implements Runnable {
private static SynchronizedObjectCodeBlock2 instance = new SynchronizedObjectCodeBlock2();
private Object lock1 = new Object();
private Object lock2 = new Object();
public static void mai... | [
"tuyrk@qq.com"
] | tuyrk@qq.com |
a3934854a70fc006ab38e319e551db773ef05130 | a6f4bef2eaf8d3191a1d7c457e1982145ee7445f | /DeliveryPack/src/lt/vtmc/Delivery/Person.java | 635eb22de4779d3cae0087fae8c8050462507905 | [] | no_license | VStoncius/JP-namu-darbai | 8b26a873a72614d2b2632fcc9a533843a6945911 | 7221a9e6106653ae9724a3c4bd406a71e0f04ac8 | refs/heads/master | 2020-07-30T15:31:04.703671 | 2019-10-21T20:00:37 | 2019-10-21T20:00:37 | 210,277,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package lt.vtmc.Delivery;
public class Person {
private String name;
private int age;
public Person(String name, int age) {
this.name = name;
this.age = age;
}
public double getHungry(String name, int amount, double cost) {
Deliverable pizza = new Pizza(name, amount, cost);
double price = pizza.getFul... | [
"viliusspamui@gmail.com"
] | viliusspamui@gmail.com |
a9c72d2c334a817398575e5219f7176c7fadfa30 | 9439976175cc67fccf3966c1077844108f54d5f3 | /Test/src/java/org/anhcraft/spaciouslibtest/SpaciousLibTestSpigot.java | e00c7a996178ad06246eac6663f1c65f4e5a8ee9 | [
"Apache-2.0"
] | permissive | Weefle/SpaciousLib | bc1043d8392911c27a5cac2a090b56c87b9b0812 | 5ece8e2fa437f0f89567cdfdf042205d9c338897 | refs/heads/master | 2020-03-09T07:27:17.392004 | 2018-04-08T14:28:57 | 2018-04-08T14:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,694 | java | package org.anhcraft.spaciouslibtest;
import org.anhcraft.spaciouslib.anvil.AnvilBuilder;
import org.anhcraft.spaciouslib.anvil.AnvilHandler;
import org.anhcraft.spaciouslib.anvil.AnvilSlot;
import org.anhcraft.spaciouslib.attribute.Attribute;
import org.anhcraft.spaciouslib.attribute.AttributeModifier;
import org.anh... | [
"huynhduyanh123123@gmail.com"
] | huynhduyanh123123@gmail.com |
59f52f95bf80df9c11cefb3d19a6e1870e9633c4 | fd90e171cf8a38332660242b09676e0d50f86ae0 | /src/com/hoangnhm/Util/WordType.java | 7a7205268209005957280d57dd4fb1fd330d6201 | [
"Apache-2.0"
] | permissive | HoangNHM/GetDb | 09d21c2f820d7e5ae1f27d151730e5648aea4095 | 90fab37349fe304a57796c97e71761d4cd9c2265 | refs/heads/master | 2016-08-12T21:40:09.132017 | 2016-01-24T23:20:50 | 2016-01-24T23:20:50 | 50,041,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.hoangnhm.Util;
/**
* Created by vantuegia on 1/19/2016.
*/
public enum WordType {
NOUN(Constant.NOUN),
VERB(Constant.VERB),
ADJ(Constant.ADJ);
private final String type;
private WordType(String type) {
this.type = type;
}
public String getType() {
return thi... | [
"HoangNHM.rt@gmail.com"
] | HoangNHM.rt@gmail.com |
b1f6801c4649a65a48893b2debbab40e8b74f41a | 5afdc998aa45d5ba7201ac41e958a349e6aef485 | /app/src/main/java/com/furiouskitten/amiel/solidarity/Activities/UbcvThreeChaptersActivity.java | 120489a0e16fbd25bb94de150f34065fdb7af4fd | [] | no_license | Awiello/Solidarity | e563deaf4f034efa70d53e910c42fa2150f760e0 | b67d01c56b90042e5e2a466126557ada8ba09321 | refs/heads/master | 2020-06-30T15:10:28.114903 | 2019-08-06T14:30:24 | 2019-08-06T14:30:24 | 200,867,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,985 | java | package com.furiouskitten.amiel.solidarity.Activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.CardView;
import android.support.v7.widget.GridLayoutManager;
import... | [
"amielcueto1997@gmail.com"
] | amielcueto1997@gmail.com |
d62fe7ba2f77190b5e54a6dc9566392d4b75cf15 | c23c16ce52ece3f6494859b7a8cfe390c7f4bcde | /src/main/java/com/zhongtai/spring_redis/Main.java | 0e29af919e7ccf9b738ffc73915012c7a2a8f40d | [] | no_license | yifan366/spring-redis | dde77f8bebde34f5ab6bd4e18c3cace76ad1f4c5 | 43e18c950eacebf5d33700ff4d9b480e6976ca1d | refs/heads/master | 2021-04-26T16:19:15.778285 | 2016-10-12T10:04:11 | 2016-10-12T10:04:11 | 70,687,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package com.zhongtai.spring_redis;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframework.data.redis.core.StringRedisTemplate;
public class Main {
p... | [
"408250214@qq.com"
] | 408250214@qq.com |
c0b7156b44b21129d753cb634d3309be3ae6b542 | 2eee2ee1add568484d410aa301b64395c6066e8c | /app/src/main/java/com/example/minglishmantra_beta/Fragment/BlankFragment.java | c2239006f445de933aadc34b29086df15cc236a8 | [] | no_license | git1998/MyTuation-App | 1351be43a1775d03ac51e9d78907af024a81de6a | f41a46db8da8749d403c5179d8a94ca1c460d62a | refs/heads/main | 2023-01-31T13:44:56.015054 | 2020-12-16T11:58:45 | 2020-12-16T11:58:45 | 321,900,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | package com.example.minglishmantra_beta.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.example.minglishmantra_be... | [
"abhibodulwar007@gmail.com"
] | abhibodulwar007@gmail.com |
6891859fc3b676a907ce7a3ce359ee9799cc2c32 | d8ee5c4f309efbdeb192f728ef30d1cc217d5883 | /flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleSupervisor.java | bf16eafc53b0e19f43cacb3102e0e93c6e784621 | [
"Apache-2.0",
"LicenseRef-scancode-protobuf",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain-disclaimer",
"BSD-2-Clause"
] | permissive | lizu18xz/flume-release-1.7.0 | 2d52b6fd85434cba113943212fb72eb12c5c2ee1 | 5844b7e740558c05ce8600ae84b53734fbe56564 | refs/heads/master | 2020-04-22T00:24:08.260288 | 2019-03-28T12:07:55 | 2019-03-28T12:07:55 | 169,978,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,976 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"535733495@qq.com"
] | 535733495@qq.com |
fac74bece193a2ee757aa3a98b0c0c78c8efc160 | 73538e66350d577bcd02ece3b7d17e699fe85ec5 | /src/main/java/guru/springframework/controllers/IndexController.java | a6e203ea2f4ceda2213a4aa4bf2b604334f0e4cd | [] | no_license | davidwightman/spring5-recipe-app | ed6e8e7009a5b78b416297490f4fc9fb271b88c9 | 305fba19ccc2396b7161452aa651c0a57a4ce3a7 | refs/heads/master | 2022-11-28T04:38:01.898646 | 2020-08-09T19:39:34 | 2020-08-09T19:39:34 | 277,807,567 | 0 | 0 | null | 2020-07-07T12:16:04 | 2020-07-07T12:16:04 | null | UTF-8 | Java | false | false | 715 | java | package guru.springframework.controllers;
import guru.springframework.services.RecipeService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
@Slf4j
@Controller
public class IndexCon... | [
"david@davidwightman.org"
] | david@davidwightman.org |
37b18b516ee1cce92cf6116daee3a1df3a5d7a83 | 111209d369157dbcca1d01056623c27f3cecc9d7 | /CohesiveAppServer/CohesiveBackend/CohesiveBusiness-ejb/src/java/com/ibd/cohesive/app/business/teacher/summary/teacherleavemanagement/TeacherLeaveManagementBO.java | a0e42b938241bf67dca2fe4dc63de1aa0ff75653 | [] | no_license | IBD-Technologies/NewGenEducationApp | d3c1768316c091ade0bda050fdfc1dfe66aa5070 | 7e27094a635782ebd8c0a940b614485c52fe63d3 | refs/heads/master | 2021-05-19T11:30:04.032333 | 2020-06-12T17:35:22 | 2020-06-12T17:35:22 | 251,661,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ibd.cohesive.app.business.teacher.summary.teacherleavemanagement;
/**
*
* @author DELL
*/
public class TeacherLeaveMana... | [
"60004888+RajkumarIBD@users.noreply.github.com"
] | 60004888+RajkumarIBD@users.noreply.github.com |
60bed73065142282d046c1d100e567f11263651f | e69be2fd26b49c0f949f2b90220c9985895e1a57 | /src/main/java/com/unitedlearningacademy/TutorialPlugin/PlayerCooldownManager.java | 7dd012c0c70d57e837738a240630153dea2af92f | [] | no_license | RobbieGM/ULATutorialPlugin | 2dc9c8fd2c8b58adafe9581722968d9b626e458f | 80c366d028a1890c68386af0d8548e04905a29cb | refs/heads/master | 2022-12-08T15:19:20.756819 | 2020-09-02T19:35:20 | 2020-09-02T19:35:20 | 282,097,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,355 | java | package com.unitedlearningacademy.TutorialPlugin;
import java.util.Arrays;
import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
public class PlayerCooldownManager {
publ... | [
"rgm020103@gmail.com"
] | rgm020103@gmail.com |
ad9387b0d7fd33c1e7f55fddd10b1807500c161c | 638a4cad6a796ca0687957f9b504e54467f4c5c2 | /ch04/src/woontaek/P3.java | d86fe12f3d3f64911b5abdcbd5bcf7f42a4ced98 | [] | no_license | ohwoonteak/work_java | b8bb920762856ad28b6829938f63a137b9204d7c | e5040a71bda51bb7d9aa837da59567efdc10ca8a | refs/heads/master | 2021-09-03T03:44:00.395220 | 2018-01-05T08:42:21 | 2018-01-05T08:42:21 | 115,475,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package woontaek;
public class P3 {
public static void main(String[] args) {
for (int i = 1; i <= 9; i++) {
for (int j = 2; j <= 9; j++) {
System.out.printf("%d * %d = %d \t", j, i, i * j);
}
System.out.println();
}
}
}
| [
"KOITT@KOITT-PC02"
] | KOITT@KOITT-PC02 |
54d1519f761b03f628324fbef7c17461d50054a9 | 64f461a3afac0fc99594b9cc6c5b83c08c323269 | /src/main/Main.java | 4e768be11306aa23662abca591da29be26c83b99 | [] | no_license | andresgabrielrc/M1SistemaClientes | de08d3622deab833ec9826c94abef892ef87eb01 | c9b82afcd988a95379be0be1c294257a91818b94 | refs/heads/main | 2023-07-11T02:55:42.342065 | 2021-08-10T22:19:17 | 2021-08-10T22:19:17 | 394,790,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package main;
public class Main {
public static void main(String[] args) {
Menu m = new Menu();
m.iniMenu();
}
}
| [
"andresgabriel@gmail.com"
] | andresgabriel@gmail.com |
e1e708a747b5872dfa1bfd1ebe398267228d5eba | e4842aaee43d67986aec43e308e87cba36624d5a | /src/test/java/com/projet/jhipster/web/rest/AuditResourceIT.java | fbf6eb8253f4862888c20999e1347f1ebfa0d9a4 | [] | no_license | layendoye/projetJhipster | 1462fb06327d2ce8880f1ad7fb9d102eb715a9a1 | 57aee9906be4c72d794b9837c80ba8d8af4f1b92 | refs/heads/master | 2022-12-23T02:04:21.516519 | 2019-10-14T08:43:21 | 2019-10-14T08:43:21 | 214,992,482 | 0 | 0 | null | 2022-12-16T05:06:11 | 2019-10-14T08:44:34 | Java | UTF-8 | Java | false | false | 6,765 | java | package com.projet.jhipster.web.rest;
import com.projet.jhipster.ProjetApp;
import io.github.jhipster.config.JHipsterProperties;
import com.projet.jhipster.config.audit.AuditEventConverter;
import com.projet.jhipster.domain.PersistentAuditEvent;
import com.projet.jhipster.repository.PersistenceAuditEventRepository;
i... | [
"layendoyesn@gmail.com"
] | layendoyesn@gmail.com |
8ee0b0a97ea0d077d287b0935ff749b24204f1bb | 055779c3d5eec2947d0224f615741406b2b208fb | /src/xtc/lang/jeannie/JeannieCFactory.java | 278838c7726f7b70701922f9c6bcfd51d5ce4d84 | [] | no_license | copton/xtc | 4925c24310bf3783d82f57ab6fa30177a4719885 | 77b93130afb4c5698332ca125834cc3b1ad0ec47 | refs/heads/master | 2016-09-06T05:31:02.812648 | 2010-01-16T01:58:27 | 2010-01-22T08:39:08 | 474,465 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 86,405 | java | // ===========================================================================
// This file has been generated by
// xtc Factory Factory, version 1.13.1,
// (C) 2004-2007 Robert Grimm,
// on Tuesday, September 25, 2007 at 8:00:25 PM.
// Edit at your own risk.
// =========================================================... | [
"alex@copton.net"
] | alex@copton.net |
cd5dcd6bc990276093795c3f966c41d367229b88 | cb5c644324b964a811591825f2da1031a28b974a | /app/src/main/java/com/gwkj/qixiubaodian/obd/Utils/LoadFileModel.java | cc5e78c8a82cf67f7f0501156dce8ffdae9ac9cf | [] | no_license | carrotbo/GOBD | d804c5e939788d82943dea2d265a469c0ee34507 | f66301243b866883dd776d7432beee2985d8b2ca | refs/heads/master | 2020-05-30T21:15:59.706096 | 2019-06-04T07:31:05 | 2019-06-04T07:31:05 | 189,968,578 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | package com.gwkj.qixiubaodian.obd.Utils;
import android.text.TextUtils;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by 12457 on 2017/8/21.
*/
public class LoadFileModel {
public s... | [
"517900947@qq.com"
] | 517900947@qq.com |
8a8c2cce173270a4977ee0ea33c3b4456609b14b | 1ac29410cf0390609fa9fcaa56e4ec170d7913ba | /app/src/main/java/com/example/shika/message/ui/Sign_Up.java | 02b24681af48a3d03fea55a980f8834e9cb0de80 | [
"Unlicense"
] | permissive | ahmedmshaker/MessageApp | 04fe0c18f7f387b675e996cc32a8df602f8ae16f | a994e10182a6e1f4fb6d52437cd0994b9ccd23ea | refs/heads/master | 2022-01-15T12:19:14.638113 | 2015-09-20T14:17:29 | 2015-09-20T14:17:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package com.example.shika.message.ui;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import com.example.shika.message.R;
public class Sign_Up extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanc... | [
"am1560857@gmail.com"
] | am1560857@gmail.com |
c40706afe997ea647dcd81a0df2c4b4f2f87fcc7 | 4d97a8ec832633b154a03049d17f8b58233cbc5d | /Math/81/Math/evosuite-branch/5/org/apache/commons/math/linear/EigenDecompositionImplEvoSuite_branch_Test.java | c1b4450441350a86afaa5a7b94864d4e98ca3a55 | [] | no_license | 4open-science/evosuite-defects4j | be2d172a5ce11e0de5f1272a8d00d2e1a2e5f756 | ca7d316883a38177c9066e0290e6dcaa8b5ebd77 | refs/heads/master | 2021-06-16T18:43:29.227993 | 2017-06-07T10:37:26 | 2017-06-07T10:37:26 | 93,623,570 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 58,666 | java | /*
* This file was automatically generated by EvoSuite
* Thu Dec 11 20:10:36 GMT 2014
*/
package org.apache.commons.math.linear;
import static org.junit.Assert.*;
import org.junit.Test;
import org.apache.commons.math.linear.Array2DRowRealMatrix;
import org.apache.commons.math.linear.ArrayRealVector;
import org.apa... | [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
703270105ec05dbf5995fd00449c8d522e72a46f | 00f3c912d02fa5a7bbf77470f0dcac37a243db01 | /src/main/java/com/aicure/services/model/Role.java | d1d6b57a8c3db578d9a436b4cf17005cab55e52f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dihuangaic/androidsdk | 568cb34ef42146766cfe614c284163e1ed0e62a3 | cd98293e350e47ea4c5489206204e464cc67f945 | refs/heads/master | 2022-06-13T05:30:53.196745 | 2020-04-27T22:50:03 | 2020-04-27T22:50:03 | 140,017,164 | 1 | 0 | Apache-2.0 | 2022-05-20T20:49:10 | 2018-07-06T18:15:12 | Java | UTF-8 | Java | false | false | 1,043 | java | /**
* null
*/
package com.aicure.services.model;
/**
*
*/
public enum Role {
SC("SC"),
PARTICIPANT("PATIENT");
private String value;
private Role(String value) {
this.value = value;
}
@Override
public String toString() {
return this.value;
}
/**
* Use ... | [
"di.huang@aicure.com"
] | di.huang@aicure.com |
5335cdea7bc412b5cc389dfe05521865875c719b | 6ec42de9ea1aa86a41941207444650ca305a8c88 | /lesson2/RelativeLayout/app/src/androidTest/java/edu/sirius/examples/android/relativelayout/ExampleInstrumentedTest.java | 069508d26ec2ad9269ed389edad2dd33e0747eb1 | [] | no_license | skvarovski/sirius_android | 88cf19cc8eb2d6beb957f60a4884993d59697f41 | 00e9cb24ac520848b6de0b90cb6b7b55d1999a1e | refs/heads/master | 2020-05-15T04:09:14.937859 | 2019-01-09T04:05:31 | 2019-01-09T04:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package edu.sirius.examples.android.relativelayout;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will ex... | [
"a.halaidzhy@corp.mail.ru"
] | a.halaidzhy@corp.mail.ru |
f65db80d0744af0547d6f4fbe2dd4b8081bc0680 | 7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b | /Crawler/data/Token.java | d6c54bde34690cffbabee9dcdfea1eeeeb15b805 | [] | no_license | NayrozD/DD2476-Project | b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0 | 94dfb3c0a470527b069e2e0fd9ee375787ee5532 | refs/heads/master | 2023-03-18T04:04:59.111664 | 2021-03-10T15:03:07 | 2021-03-10T15:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 437 | java | 14
https://raw.githubusercontent.com/mjtb49/LattiCG/master/src/randomreverser/reversal/asm/Token.java
package randomreverser.reversal.asm;
public class Token {
private final String text;
private final int line;
public Token(String text, int line) {
this.text = text;
this.line = line;
... | [
"veronika.cucorova@gmail.com"
] | veronika.cucorova@gmail.com |
32bb2992bacab81feab7282f3361868e53ee75fc | 19332dd9a8388944baa7ddbe8f0b397b7f1b1b46 | /src/main/java/com/Nepian/LoginManager/Listener/PlayerDataLoad/LocationLoading.java | 1b187248ef6b65ac54b7195486bb3273d17c3d3f | [] | no_license | Nepian/LoginManager | f78dc34f2b31b33e4965d9379148063ce3fac23d | 8ea30e13746396f29d36fff608b78e7bdc269bfa | refs/heads/master | 2021-01-10T15:52:40.530723 | 2015-11-15T11:34:36 | 2015-11-15T11:34:36 | 45,664,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.Nepian.LoginManager.Listener.PlayerDataLoad;
import static com.Nepian.LoginManager.Configuration.Properties.*;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import com.Nepian.Logi... | [
"nepia.ms@gmail.com"
] | nepia.ms@gmail.com |
a737ade27bcb9f8609bf9b6542ac64c83da573c4 | bd11306a566da4fe60508619165e78ffdff8899b | /src/com/SwingDome/OuterClassEvent.java | cb9c272701db5eac78d62ddc3701965b9ce356df | [] | no_license | Andchenn/J_item | 8ff0895a7dcd3ed8fd97ef8da8142963cc8b94d8 | bf467479d1632615fc1fba6634e1ec232264519b | refs/heads/master | 2020-03-17T03:05:26.929679 | 2018-05-13T08:40:52 | 2018-05-13T08:40:52 | 133,219,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package com.SwingDome;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/*
* 外部类作为事件监听器
* */
public class OuterClassEvent extends JFrame implements ActionListener
{
JButton btn;
public OuterClassEvent()
{
super("java监听事件");
setLayout(new Flow... | [
"1476204794@qq.com"
] | 1476204794@qq.com |
84023f5e9659a29f40e0c2326e3aee58588b7562 | cd6815de58c0e324c327a055a34cd80706bb88c9 | /spring-demo/src/main/java/cn/liuhp/anno/post/CustomBeanFactoryPostProcessor.java | 9cd0624ebc6f8035e20e9f7b76585a037870d6c6 | [] | no_license | Liuhp534/server-manager-central | 4354f2d07ae575693a08ba24817b79f827afe263 | 60f8bfc9d35a9de1bd69996dde502130bf73b265 | refs/heads/master | 2022-12-21T22:49:00.731851 | 2022-04-29T13:05:09 | 2022-04-29T13:05:09 | 187,558,173 | 1 | 0 | null | 2022-12-16T10:37:30 | 2019-05-20T02:58:27 | Java | UTF-8 | Java | false | false | 802 | java | package cn.liuhp.anno.post;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.stereotype.Component;
/**
* @description: beanfactory后置处理器... | [
"617456341@qq.com"
] | 617456341@qq.com |
8f3febe1ef5db1f6b140d8e907d04792b2be84e8 | 21e16c35caac040b51d77c22823f51616da5fcc4 | /app/src/main/java/com/example/brainbeats/basicbb/HeadsetService.java | ec7f499a40bfc368c552d567c4988c9ce277076d | [] | no_license | BrainBeats/BasicBB | 16c45846a3cc2d9a4e46d88e3e7a67165186c817 | 13130db944adbf0b402b56a40f4ae8c1ed420a9c | refs/heads/master | 2021-01-09T20:26:43.239906 | 2016-06-16T07:57:37 | 2016-06-16T07:57:37 | 60,679,491 | 0 | 0 | null | 2016-06-09T08:12:05 | 2016-06-08T07:55:01 | Java | UTF-8 | Java | false | false | 7,325 | java | package com.example.brainbeats.basicbb;
/**
* Created by tdeframond on 31/05/16.
*/
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import androi... | [
"theo.de.framond@gmail.com"
] | theo.de.framond@gmail.com |
80e598a7935587503a8239ef3d3190ed15109af7 | 6dec7bf59ad6a1dcc879086e9c5260cf82fb552a | /Survivor.java | 6a1ed95282c80154c97d28ac05a92d1837d8e9f1 | [] | no_license | grant/Sugar-Inc-Code-Challenge | 40a8a0d68c1324d792eee56ff49cf2d33520016b | b6cde3b5733f61c64906568c9d195c061edb6328 | refs/heads/master | 2021-01-01T17:09:35.979147 | 2013-02-09T06:01:28 | 2013-02-09T06:01:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | /**
* Survivor
*
* Description:
* You are in a room with a circle of 100 chairs. The chairs are numbered sequentially from 1 to 100.
* At some point in time, the person in chair #1 will be asked to leave. The person in chair #2 will be skipped, and the person in chair #3 will be asked to leave. This pattern of s... | [
"granttimmerman@gmail.com"
] | granttimmerman@gmail.com |
ad6bfb13a1ddd63f8ef4ffd4588dfd042a75f112 | a63e2c1715c28d60e430d31e2797942e597610a8 | /DesignPatterns/src/creational/builder/Coke.java | 6d4b0fc98ccfe0db26fbb0e8add01ce38deedf56 | [] | no_license | erdogdubeyazit/designpatterns | 6d880f82f5b0b874737f8cfa5bbefe942b439339 | 226e6ade432a2a67c552a4410916561828b126e3 | refs/heads/main | 2023-02-28T16:08:21.210610 | 2021-02-16T22:30:12 | 2021-02-16T22:30:12 | 339,544,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package creational.builder;
public class Coke extends ColdDrink {
@Override
public String name() {
return "Coke";
}
@Override
public float price() {
return 30.0f;
}
}
| [
"beb@localhost"
] | beb@localhost |
d5913fb9de306727357a1914f38566ef2911fa2d | 9ef0134c9aed0d2e4769bc2be2ce26e161334fe7 | /Swing_Project/src/Main.java | afecf4e2d5cb8cc802eba8efcdcbac62b41b338c | [] | no_license | wooPedia/Very_Simple_Java_Project | 3d57ed6669e6d62c72c55c21d505e6494d14e52c | 2fce475881bbd5c6ecb1747873f41b59ec3abb98 | refs/heads/master | 2022-11-05T18:21:15.259806 | 2020-06-14T04:50:58 | 2020-06-14T04:50:58 | 263,291,812 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 187 | java | import java.io.IOException;
public class Main {
static final int SIZE = 400; // 생성할 학생 수
public static void main(String[] args) throws IOException {
new MyFrame();
}
}
| [
"europeluv@gmail.com"
] | europeluv@gmail.com |
8e9ade4704f524669b23140bd3956ccf454ffbc9 | 6ce1c7316a190d6ff41f3a0a94101f8c1e823679 | /src/HashTreeSet.java | a32e238ac4a58872ad29eb093ae6eb23cbb4a4cd | [] | no_license | njustesen/AStarPathfinder | c3e6dbae39ed3716513e73d87a047576ede18a28 | 4b8d8a48f834f57b0dd17b24a7e8f62cd9dfa4b5 | refs/heads/master | 2021-01-01T16:35:45.130427 | 2012-12-12T00:20:20 | 2012-12-12T00:20:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,987 | java | import java.util.Collection;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.TreeSet;
public class HashTreeSet implements Set<Tile> {
TreeSet<Tile> treeSet;
HashSet<Tile> hashSet;
public HashTreeSet(){
treeSet = new TreeSet<Tile>(new ... | [
"njustesen@gmail.com"
] | njustesen@gmail.com |
e05bb15840798dedd310e801c37952b9cdc6a212 | 284b11f65fcfc109dc72cdf8ee681a32d1a4401c | /app/src/main/java/com/assignment/abhijeet/models/StudentsDataSource.java | 3a09958bd9abc9962c4e477fc72a152f58256afc | [] | no_license | abhijeetvader9287/assignment | 39a69d100e2c71a6ea49de4271ddb4762b8b612b | 545239189b8eda0d548d1b0b0772262c5bea78d7 | refs/heads/master | 2021-01-19T19:35:57.958885 | 2017-04-16T16:28:52 | 2017-04-16T16:28:52 | 88,426,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java |
package com.assignment.abhijeet.models;
import android.support.annotation.NonNull;
import java.util.List;
/**
* The interface Students data source.
*/
interface StudentsDataSource {
/**
* Gets students.
*
* @return the students
*/
List<Student> getStudents();
/**
* Save stud... | [
"abhijeet@twigsoftwares.com"
] | abhijeet@twigsoftwares.com |
82cd41fab8ec601e0b8290e779c9c680202d4459 | ebe15bcd062006ee539b8710778025f8409626ef | /srcAD/org/openbravo/erpWindows/BusinessPartner/LocationAddress.java | 13ed5424e463b06a99fbc874eecf6d8749901b09 | [] | no_license | yovannyr/openz | c323f3d4d8d28f18bdbcb7dd6f1fea1a2bd88b77 | 52449b70f88390343e9ed83ea7525f5ce637d9ec | refs/heads/master | 2021-01-10T01:09:48.468259 | 2016-04-05T08:21:21 | 2016-04-05T08:21:21 | 55,480,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52,420 | java |
package org.openbravo.erpWindows.BusinessPartner;
import org.openbravo.erpCommon.utility.*;
import org.openbravo.data.FieldProvider;
import org.openbravo.utils.FormatUtilities;
import org.openbravo.utils.Replace;
import org.openbravo.base.secureApp.HttpSecureAppServlet;
import org.openbravo.base.secureApp.Variabl... | [
"yovannyr@outlook.com"
] | yovannyr@outlook.com |
d6e5f1544a159086e05e56b637f614970b79f4a1 | 5ecd15baa833422572480fad3946e0e16a389000 | /framework/MCS-Open/subsystems/runtime/main/api/java/com/volantis/mcs/papi/impl/RegionElementImpl.java | 8d9af3400a4efa1291e07d3a8bb27a5a8cecbe0f | [] | no_license | jabley/volmobserverce | 4c5db36ef72c3bb7ef20fb81855e18e9b53823b9 | 6d760f27ac5917533eca6708f389ed9347c7016d | refs/heads/master | 2021-01-01T05:31:21.902535 | 2009-02-04T02:29:06 | 2009-02-04T02:29:06 | 38,675,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,315 | java | /*
This file is part of Volantis Mobility Server.
Volantis Mobility Server 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 later version.
Volantis Mobili... | [
"iwilloug@b642a0b7-b348-0410-9912-e4a34d632523"
] | iwilloug@b642a0b7-b348-0410-9912-e4a34d632523 |
5cec364e7d1f0f407f153faa741887e7a7129776 | 1edb528ff62988fe9f58f4ecdca9089ebe36155d | /app/src/main/java/com/example/mainactivity/dashActivity.java | 6873650671bdc807d018b0263eb856e4640e0917 | [] | no_license | Mayur2311/News | 7d8d937bd14b4fb4a676af91f59442a03c672876 | f868042586b822520cdb96dd145fbf70e1f47eac | refs/heads/master | 2023-05-04T05:49:10.112474 | 2021-05-23T19:45:10 | 2021-05-23T19:45:10 | 368,980,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,927 | java | package com.example.mainactivity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayout;
import android... | [
"you@example.com"
] | you@example.com |
1c52ee5d7fd5af5f9a1f0a84309dd30bb2946671 | 326d5d42687f21884d5fc1f40a0e60c8ac21a274 | /src/main/java/com/earandap/vehiculos/domain/nomenclador/Nomenclador.java | 85e735f034c7d9c15fe55947b0ff7a3c83b771bf | [] | no_license | fdbatista/seguridad-vial | a6c50599ebde83012e4910ff9587a0b8c43f512a | ed628db23fac3b93a1428de161909d516f10a709 | refs/heads/master | 2020-04-14T18:29:56.307471 | 2019-01-03T20:45:26 | 2019-01-03T20:45:26 | 164,021,251 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,096 | java | package com.earandap.vehiculos.domain.nomenclador;
import java.io.Serializable;
import org.hibernate.annotations.DiscriminatorOptions;
import javax.persistence.*;
/**
* @Autor Eduardo Aranda
* @Version 0.1
*/
@Entity
@Table(name = "nomenclador")
@SequenceGenerator(sequenceName = "nomenclador_seq", name = "SEQ_NOM... | [
"fdbatista@gmail.com"
] | fdbatista@gmail.com |
ade70a80eed80baac7ffbc213ca35a15713641cf | 93401c9f11e85cac1f693f240cf8e985912c28c1 | /app/src/androidTest/java/me/thirtythreeforty/headsetbattery/ApplicationTest.java | e3aa42ee2c62d78e8d744deca9c2c241e11650a6 | [] | no_license | thirtythreeforty/headset-battery | e0d986cf2b7ba58655f19bc81f0a588ee669f0c4 | 9f4bef46960688b5df43bad1cf17b1071f89eaa9 | refs/heads/master | 2021-03-30T16:19:45.284024 | 2016-08-18T19:58:03 | 2016-08-18T19:58:03 | 65,968,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package me.thirtythreeforty.headsetbattery;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest(... | [
"thirtythreeforty@gmail.com"
] | thirtythreeforty@gmail.com |
97c3768af6a0a9edd01072ef1668ff79df14c2a8 | 8528f9e13c26c275adbeaf25eb1cf4673ead9d9c | /common/src/main/java/com/huayue/common/enums/check/Check.java | 2180e015a91799de5a4996fc5e0a44da854164ed | [] | no_license | huayue1012243788QQ/practice | 3760ab5e38c3523545ddf64da2f8b955ca36e2fd | 7965d9fb8cb00436a1a1dc42b26a6a9c468a5eef | refs/heads/master | 2020-04-30T14:29:40.745752 | 2019-04-25T08:05:04 | 2019-04-25T08:05:04 | 142,087,658 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.huayue.common.enums.check;
/**
* @author huayue.
* @email huayuechn@gmail.com
* @date 2019/2/18.
*/
public enum Check {
CHECKED,
UNCHECKED
}
| [
"1012243788@qq.com"
] | 1012243788@qq.com |
a4ca2a552603ff56c1417a02f7d181f150b2d714 | d8d23c6b0b2af190009188dd03aa036473e8b717 | /urule-core/src/main/java/com/bstek/urule/model/rule/lhs/BaseCriteria.java | 6d17750000f5e74f01787b2819da6490129f07c2 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wuranjia/myRule | 30b3fdb73659221c32f88c968449de0b5cc29ded | 6fd0cd6c13ac23ad7f678dda9def8b553d72901e | refs/heads/master | 2022-12-16T09:45:05.495146 | 2019-10-17T02:10:21 | 2019-10-17T02:10:21 | 215,682,587 | 1 | 0 | Apache-2.0 | 2022-12-10T03:12:54 | 2019-10-17T02:05:48 | JavaScript | UTF-8 | Java | false | false | 1,101 | java | /*******************************************************************************
* Copyright 2017 Bstek
*
* 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.apach... | [
"wuranjia07730@hellobike.com"
] | wuranjia07730@hellobike.com |
1b56dcb090fd9c2bd3359877fdfc44975bb589dc | 3d1773a8ee1457eb50f1839914b6f236aecea45f | /src/array2/MiniAbsoluteDifferent.java | e45c945580e65d0ee84f171617af7ee708119972 | [] | no_license | anujpachauri/datastrature | 5ee0d143d214f7313665ccaf650b50041a80eebd | be07b0b98d1e187af2b2e6819418a134532fe0ff | refs/heads/master | 2021-06-29T04:18:56.077138 | 2020-03-14T20:39:37 | 2020-03-14T20:39:37 | 174,789,437 | 0 | 0 | null | 2020-10-13T20:21:40 | 2019-03-10T07:04:22 | Java | UTF-8 | Java | false | false | 1,051 | java | package array2;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @author Anuj Pachauri
*
* 1:53:09 am
*/
public class MiniAbsoluteDifferent {
public static List<List<Integer>> absoluteDiff(int nums[]) {
Arrays.sort(nums);
List<List<Integer>> list = n... | [
"anuj97190@gmail.com"
] | anuj97190@gmail.com |
f2cbec9be71f977732086ceb06854426717b33d1 | 8deb692b144a55b391273c17e8023d67209fb97a | /src/main/java/com/narvar/commerce/tools/assertion/shopify/service/ShopifyProductService.java | 5cbb3a5b8736061beadff7f5a54e971b4e0238de | [] | no_license | kunalArneja/assertion-tools | c8c30c816847fcb8a327c561a3f73b1564297084 | f8f3b00dcfede84f1f00988333123ce25e77bf45 | refs/heads/master | 2021-06-16T21:30:15.841811 | 2020-01-28T08:14:11 | 2020-01-28T08:14:11 | 210,532,715 | 0 | 0 | null | 2021-06-04T02:12:34 | 2019-09-24T06:53:04 | Java | UTF-8 | Java | false | false | 6,931 | java | /*
*
* Copyright (c) 2019 Narvar Inc.
* All rights reserved
*
*/
package com.narvar.commerce.tools.assertion.shopify.service;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fa... | [
"kunal.arneja@narvar.com"
] | kunal.arneja@narvar.com |
45b497743403cff2f9ce2400a6b316a23fe91b2d | 8b7cae4f0eed8fe2b55e48a4474a087b95a48b42 | /src/cn/zhouchenxi/xxqp/controller/connectServer.java | 4eeef59c0e0d17ebff2c40a71a19cc09358063da | [] | no_license | dawn520/xxqp | a7d1005b24ac9e72f8c3b7b9eb66136afcfad3ff | 322bfd5e82aed85d0ed9a594535e013e26f2a9fb | refs/heads/master | 2021-06-11T13:06:43.049108 | 2017-02-10T12:36:41 | 2017-02-10T12:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,420 | java | package cn.zhouchenxi.xxqp.controller;
import sun.misc.BASE64Encoder;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncod... | [
"981063864@qq.com"
] | 981063864@qq.com |
2fbc0ae7d76cf12aa270c7a4a04ba4db521c59c9 | bcd42082740cc81d69fc63bb5f07983212953bf5 | /src/main/java/com/hush/service/ComService.java | daa9bf6e528f7371544aabc35595a3fa8957fd56 | [] | no_license | luxf1234/New | f57369388b5954328a376e33f48b3e5fec76d779 | 79c60c3cdac2414e2b0dd8a4f3f731bc7abe197f | refs/heads/master | 2020-04-13T13:40:09.034933 | 2018-12-27T02:40:48 | 2018-12-27T02:40:48 | 163,238,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.hush.service;
import java.util.List;
import com.hush.pojo.Community;
public interface ComService {
List<Community> comlist(String comName);
String add(String comName);
String deleteByName(String comName);
}
| [
"972018033@qq.com"
] | 972018033@qq.com |
c29979fef650a6372a34a7556b147d1025856cec | cc4d254ace9fbb01333537a33d752ae535ef28c2 | /Testing/app/src/main/java/com/adityadua/testing/MainActivity.java | 52b1106f93b29834ab0219b1dc37f40ed0225ded | [] | no_license | aditya-dua/Android19May | 511531d4324b39c6e34257b8d60adfa803afa826 | f36fc49d67a76e75294443697d33cd5d98d89738 | refs/heads/master | 2020-03-18T17:17:21.005919 | 2018-09-02T04:21:45 | 2018-09-02T04:21:45 | 135,018,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.adityadua.testing;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_m... | [
"adityaduatechm@gmail.com"
] | adityaduatechm@gmail.com |
3179273a6f2b0f820b18e23de2c1c2342b3b2401 | 03dc99ed440d82a4e201314e936a0a8b95cf6918 | /src/oo/heranca/Direcao.java | 8656e68169b0255105007551e4d6f385ba1264f9 | [] | no_license | GJayme/Java-study | 03be1e028c6343fc2c6919bda12008006420aaea | 276e16b0d8cb7cc1ac4d2e9212e7959a23ff315c | refs/heads/master | 2023-01-14T01:54:08.024309 | 2020-11-24T18:36:45 | 2020-11-24T18:36:45 | 308,909,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 75 | java | package oo.heranca;
public enum Direcao {
NORTE, LESTE, SUL, OESTE
}
| [
"gabrielj_89@hotmail.com"
] | gabrielj_89@hotmail.com |
5beca0d339f105d1b97e16e0817f76a39681db50 | 33a345069e6c5c12ade7bd677a93b9f4a69d4949 | /src/com/nostalgi/engine/scene/IMaterial.java | baad27175e8528fc14342e1ef226f248073c5ac2 | [] | no_license | madebykrol/Nostalgi | 5449f346808b093fb9a1d39c80061ab9c49d9aab | eac2cc2f9b0d843dbea5a72e1385e77c5ed2f902 | refs/heads/master | 2021-01-01T17:43:04.029657 | 2019-11-11T10:30:38 | 2019-11-11T10:30:38 | 19,542,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.nostalgi.engine.scene;
import java.nio.FloatBuffer;
import com.nostalgi.math.ColorRGBA;
public interface IMaterial {
public ColorRGBA getColor();
public void setColor(ColorRGBA color);
}
| [
"madebykrol@gmail.com"
] | madebykrol@gmail.com |
5b4baf15b48074cdedf61cd960d39ce33e3a5911 | 136861504b03447fdec987c6982f41615aea157c | /Word_Loan.java | db4da539601dd406bd0c56252a82d4949cc4591e | [] | no_license | da-hyeon/HangleKing | 6e08ac06be9fca2de87c79407fc2caa6465bb139 | 52c228d4ae826214bda08ddcf19c41118c1039b0 | refs/heads/master | 2020-03-22T15:46:41.785503 | 2018-07-09T15:53:46 | 2018-07-09T15:53:46 | 140,276,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,050 | java | package com.hangleking.hdh.hangleking;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.view.Display;
import android.view.WindowManager;
import java.util.Random;
public class Word_Loan {
public int nW_x, nW_y ; // 단어 좌표
public int sW_x, sW... | [
"kjg123kg@gmail.com"
] | kjg123kg@gmail.com |
873b735fe3701c5a73737f0f64875c27e9a9567e | 36b22198fbda941e8fe519ba48deb7b305999ad2 | /src/com/javarush/test/level33/lesson15/big01/Helper.java | 85e7477403a146096a073b6d97e59ae695492d25 | [] | no_license | VladislavKrets/JavaRushHomeWork | d44cac84c0a4b9637e9fd95a4fbc623c29afb301 | 97048dad0075d79a4746f73fb7e1511c2cc428f6 | refs/heads/master | 2021-01-21T16:48:06.256024 | 2017-05-20T18:07:43 | 2017-05-20T18:07:43 | 91,831,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package com.javarush.test.level33.lesson15.big01;
import java.math.BigInteger;
import java.security.SecureRandom;
/**
* Created by lollipop on 19.07.2016.
*/
public class Helper
{
private static SecureRandom random = new SecureRandom();;
public static String generateRandomString() {
return new BigIn... | [
"vlad-lollipop@ro.ru"
] | vlad-lollipop@ro.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.