blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 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 689M ⌀ | 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 131
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 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2c6c4666207be31899bc6160385d1f43baa6df46 | faeb9a179e5ba61754704234930c05f8e0f57e6e | /test/pl/konieczki/sudokufinder/strategies/FindOnlyOneOccurrenceOfValueInSquareStrategyTest.java | c2c6897075f66b7bab38668486b6934d2bb01cd2 | [] | no_license | pawel-konieczka/sudoku_finder | 292f76890873bc9828cb60c03b989a28e168a574 | ac6b937a4bd04b7ab6958007a2b125742ef5f561 | refs/heads/master | 2023-06-09T11:00:26.168311 | 2021-06-21T17:02:08 | 2021-06-21T17:02:08 | 378,991,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,548 | java | package pl.konieczki.sudokufinder.strategies;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import pl.konieczki.sudokufinder.model.SudokuFieldSquareId;
import pl.konieczki.sudokufinder.model.SudokuPossibilitiesHolder;
import pl.konieczki.sudokufinder.strategies.deterministic.AbstractDetermin... | [
"pawel.konieczka@wp.pl"
] | pawel.konieczka@wp.pl |
9f195d28a178a5743a4da2ab90e83d1dc586cba8 | c5e1415576d5cf882d7d2aaa9cf092a7b4e9ce24 | /src/test/java/CalendarTest.java | 1dffc128df739b482b3d04961aa93940ac8dced7 | [
"Apache-2.0"
] | permissive | june2/spring-xml-api | f78db67af063a60ce4059fb550b53ae572775656 | 9d6544f7dd5fc9ad6a430167e705c7f5577744c2 | refs/heads/master | 2020-03-29T18:45:54.745491 | 2018-09-25T08:18:32 | 2018-09-25T08:18:32 | 150,230,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | //import java.text.DecimalFormat;
//import java.text.ParseException;
//import java.text.SimpleDateFormat;
//import java.util.Calendar;
//import java.util.Locale;
//
//public class CalendarTest {
// public static void main(String[] args) throws ParseException {
//// Calendar cal = Calendar.getInstance();
//// ... | [
"kimjy4536@hotmail.com"
] | kimjy4536@hotmail.com |
9bc3a5960728867c473c86806102e0eb78249c53 | 59f4afebfff5f4d1b186f81e747db16d547d7b3d | /src/test/java/com/rbkmoney/branchchanges/BranchChangesApplicationTest.java | 191f9f6f390fd3fd40a1d8c976138c91a17ae738 | [] | no_license | D-Baykov/branch_changes | d5d71f0093e38b4445ad584b8ef1c0a09d6f2c37 | 912b162f62b55707a39344b9bc8abee34738fef9 | refs/heads/master | 2022-04-16T16:58:34.351066 | 2020-04-14T13:13:54 | 2020-04-14T13:13:54 | 255,588,021 | 0 | 0 | null | 2020-04-14T13:38:12 | 2020-04-14T11:15:59 | Java | UTF-8 | Java | false | false | 400 | java | package com.rbkmoney.branchchanges;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = BranchChangesApplication.class)
public class Bran... | [
"d.baykov@rbkmoney.com"
] | d.baykov@rbkmoney.com |
4dade4beb8489dc61abadcc20c68195d0432bf65 | 9e771b0c7b7214adc617ff075d75fa1a7edbff91 | /app/src/main/java/com/example/danieltovesson/hellosensor/helpers/Functions.java | c86983c78ef7885e9336f3fb980da5c266e335a3 | [] | no_license | danieltovesson/MAMN01---Individuell-uppgift | 171fb2e58a66c19441c3b450b1eda52e05b942f5 | 6c7773fcb99787b051aeba0ad859b942efb01f7f | refs/heads/master | 2020-04-17T17:09:08.764477 | 2018-04-18T09:40:44 | 2018-04-18T09:40:44 | 166,771,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.example.danieltovesson.hellosensor.helpers;
import java.math.BigDecimal;
/**
* Created by danieltovesson on 2018-03-22.
*/
public class Functions {
// Variables
static final float ALPHA = 0.07f;
/**
* Uses a low pass filter on the input
*
* @param input the input
* @p... | [
"daniel.tovesson@me.com"
] | daniel.tovesson@me.com |
66a4934fe097cec98a9595221e7ece95f234aec3 | 36838dfcd53c4d2c73b9a6b0b7a8a28e4a331517 | /com/amap/api/maps/offlinemap/City.java | fcb4c45bbaefc0e8d1fb281b12f796829bb8b02e | [] | no_license | ShahmanTeh/MiFit-Java | fbb2fd578727131b9ac7150b86c4045791368fe8 | 93bdf88d39423893b294dec2f5bf54708617b5d0 | refs/heads/master | 2021-01-20T13:05:10.408158 | 2016-02-03T21:02:55 | 2016-02-03T21:02:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,757 | java | package com.amap.api.maps.offlinemap;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
public class City implements Parcelable {
public static final Creator<City> CREATOR = new a();
private String a;
private String b;
private String c;
private String d;... | [
"kasha_malaga@hotmail.com"
] | kasha_malaga@hotmail.com |
de53468f23938195b38230b4153d4c7001f5ca11 | f1bf385fed03eb2a05d65f2f13755becd01d3c17 | /BasicAlgos/src/fundModels/Stack/FixedCapacityStackOfStrings.java | 4e93251efa95ecb01fff080b5344a3b5952356f1 | [] | no_license | MoleImg/Algos | d0c8148e29c068461445a9504dbd64a687df1d94 | de483cfbc36198cfdc29d31977f804be5d92bc8f | refs/heads/master | 2021-05-12T16:10:52.916369 | 2018-03-11T16:44:03 | 2018-03-11T16:44:03 | 117,004,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 607 | java | /**
* FixedCapacityStackOfStrings.java
* Todo: Implementation of a string stack by an array of fixed capacity
*/
package fundModels.Stack;
public class FixedCapacityStackOfStrings {
private String[] s;
private int N = 0; // size of the stack
public FixedCapacityStackOfStrings(int capacity) {
s = new String[c... | [
"ACM@CHOUdeMacBook-Pro.local"
] | ACM@CHOUdeMacBook-Pro.local |
10c2bc58804fba023b8c2f06980bc18d89441cd6 | 26b23f2a485d9697fd28e51b9913219500874ea2 | /src/com/CarlosMestas/Swaps/BurbujaPanelA.java | 194b59b0b3423a9aca15540650e953cf8aff2e6e | [] | no_license | CarlosMestas/SortingSwaps | dc9044743aebeaf2a88a82b4930f536c95f5566a | 2a8963133cdb5e950a38287eca743a6c6dc2d649 | refs/heads/master | 2020-09-12T07:17:17.527519 | 2019-11-23T09:41:16 | 2019-11-23T09:41:16 | 222,352,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,536 | java | package com.CarlosMestas.Swaps;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.geom.Rectangle2D;
import java.util.Random;
import javax.swing.JPanel;
import javax.swing.SwingWorker;
/**
* @author Carlos Alberto Me... | [
"cmestas@unsa.edu.pe"
] | cmestas@unsa.edu.pe |
f20be4ab276d4cb204d90b7c2677f075bd83001c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_f055e78a1c75707ac45e1c203f50438084fc8070/Activator/4_f055e78a1c75707ac45e1c203f50438084fc8070_Activator_t.java | aa0dd97e32a8dfc4dd18cd5b72e80b6e936bbbbb | [] | 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 | 13,136 | java | /*******************************************************************************
* Copyright (c) 2008, 2009 Bug Labs, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* - Redi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
33c32a5d40a2cf0c13c0fc9eeb6a4db83fa0ecf5 | d29c18e7dc11f960c05dbe4eaa5c9d50c3837c49 | /app/src/main/java/com/strongsoft/ui/widget/DummyHeadListView.java | 92470881b15e387c2e348d9f87ceb16ab55f4910 | [] | no_license | colryzen/UIDemos | b3a41a3ed58ba3daa68fe4cbe2ecaff271ccd9b4 | 9bfae550ffad788369ca8ef217d00227008ff9e3 | refs/heads/master | 2021-04-28T20:01:06.103555 | 2018-09-12T14:24:58 | 2018-09-12T14:24:58 | 121,912,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,305 | java | package com.strongsoft.ui.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ListView;
public class DummyHeadListView extends ListView {
private View mDumyGroupView;
private boolean mHeaderVisible = false;
pub... | [
"rkr@strongsoft.net"
] | rkr@strongsoft.net |
60efa69cccf5cf6b85c50a15e57a76a2fc5a0015 | e4440e1752482fe0571d28b475491ba71954f527 | /src/main/java/com/jelastic/model/NodeGroupName.java | 160abb4e1d036405676bf98df3e913b8ef68fb82 | [
"Zlib",
"EPL-1.0",
"LZMA-exception",
"Apache-2.0",
"CPL-1.0",
"bzip2-1.0.6"
] | permissive | lindar-open/jelastic-maven-plugin | 873e0c7f3794f04d7b99f13211dd5ee76eef000a | c8983c1d38adaebb56c45c90d36f4bda6fd02f42 | refs/heads/master | 2022-07-19T18:13:17.525687 | 2022-07-14T16:00:11 | 2022-07-14T16:00:11 | 235,531,863 | 0 | 0 | Apache-2.0 | 2022-07-14T16:00:12 | 2020-01-22T08:43:12 | Java | UTF-8 | Java | false | false | 117 | java | package com.jelastic.model;
import lombok.Data;
@Data
public class NodeGroupName {
private String nodeGroup;
}
| [
"noreply@github.com"
] | lindar-open.noreply@github.com |
fb9669434bc792b5779e87d2964eaa7527cb83ea | e3750a0778bf78f57e37ac6005103e7f7db6ae7a | /src/com/xmpp/push/sns/muc/ParticipantStatusListener.java | 7222f5752efd7dcafd1590e09d0590a3466b069c | [] | no_license | TsaoChiyen/- | 8c7f65610282201da63f99d012ed8d98d64766fa | d175dd73b9a08df74b68384816b88e14fff3c76c | refs/heads/master | 2016-08-12T10:39:10.564753 | 2015-12-31T02:32:11 | 2015-12-31T02:32:11 | 48,829,170 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,572 | java | /**
* $RCSfile$
* $Revision$
* $Date$
*
* Copyright 2003-2007 Jive Software.
*
* All rights reserved. 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/lice... | [
"tcy.net@gmail.com"
] | tcy.net@gmail.com |
550a72fbfc8dff9349b4289e00fca19acf37e8fa | e9e34d3058620a214a27ea823925da8a91294a65 | /src/main/java/com/xiaoyu/pt/HtmlDetailCreator.java | 41173bbcda393d9b2941658bb498252f65b09bdc | [] | no_license | zhangxiaoyu185/mybatis-gen | 082e474c28aa64fa66132d17ffdebe1585e75758 | 19a798dec5c5a768377b71335717a860c8d51c81 | refs/heads/master | 2021-09-10T22:30:15.053568 | 2018-04-03T13:12:45 | 2018-04-03T13:12:45 | 105,353,592 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.xiaoyu.pt;
public class HtmlDetailCreator extends PTAbstractCreator {
@Override
public JavaBeanParam configBeanParam() {
JavaBeanParam param = new JavaBeanParam();
param.setTemplateName("html_detail.vm");
param.setFileNameSuffix("_detail");
param.setPackageSuffix("");
param.setSuffix... | [
"noreply@github.com"
] | zhangxiaoyu185.noreply@github.com |
4a00c65181fbd01c203820bf548894bf281dcda8 | 493d1454f6833d3de103bf2951aa4746a0d499a7 | /app/src/main/java/com/example/chess/minimax/MinimaxAlphaBeta.java | 5742b4cd509e302398de14f9fed810de3043d582 | [] | no_license | dinhchien265/Chess-game | 7399bb85b2bc81ac07d6212da0ec2336a2a53320 | ad3fa6e48a4c1905d6849865f87202182ec507fd | refs/heads/master | 2021-03-18T19:37:46.959066 | 2020-03-13T15:23:40 | 2020-03-13T15:23:40 | 247,094,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,845 | java | package com.example.chess.minimax;
import java.util.ArrayList;
import java.util.Random;
import com.example.chess.game.Board;
import com.example.chess.game.Move;
import com.example.chess.game.Tile;
import com.example.chess.pieces.Piece;
public class MinimaxAlphaBeta {
boolean color;
int maxDepth;
Random rand;
... | [
"dinhchien26599@gmail.com"
] | dinhchien26599@gmail.com |
9278c16acd43c23e795b03bb18d746b3659ad63a | d71c88f6eac33f0e981ca4fcaf8e56f42befac47 | /chapter06/spring-jdbc-annotations/src/main/java/com/isaac/ch6/DeleteSinger.java | ac69b4468381e20b756cfe357be14e03e0f89655 | [
"Apache-2.0"
] | permissive | baocaixue/spring-dk | 0bb2cd204b16121e1f5c58d63cb7b18f6e655848 | 9fc5ac437751f81ae1c4c4065e12c51be77c831f | refs/heads/master | 2020-06-03T13:08:00.679047 | 2019-09-07T09:01:56 | 2019-09-07T09:01:56 | 191,578,454 | 5 | 1 | Apache-2.0 | 2019-07-26T08:48:10 | 2019-06-12T13:39:48 | Java | UTF-8 | Java | false | false | 503 | java | package com.isaac.ch6;
import org.springframework.jdbc.core.SqlParameter;
import org.springframework.jdbc.object.SqlUpdate;
import javax.sql.DataSource;
import java.sql.Types;
public class DeleteSinger extends SqlUpdate {
private static final String SQL_DELETE_SINGERS =
"delete from singer where id =... | [
"535080691@qq.com"
] | 535080691@qq.com |
0896fe68eb9d3aec7df75b50443258205337497b | d07de20e38e394f4fb3cf0bb20b274adbbc8b84b | /src/main/java/com/reddoor/tradesystem/shiro/CustomRealm.java | f1890c98f4f3afdeb1f0a06e9a0e6782ccbd9473 | [
"MIT"
] | permissive | JefferyTien/TradeSystem | 8b9303be61178299fd28ae275d57519fe56d7124 | 602e0e4221870547b572de760a09474dc7656614 | refs/heads/master | 2022-12-24T23:14:53.624893 | 2020-03-19T10:57:27 | 2020-03-19T10:57:27 | 226,647,897 | 0 | 0 | MIT | 2022-12-16T07:47:10 | 2019-12-08T10:09:39 | Java | UTF-8 | Java | false | false | 3,784 | java | package com.reddoor.tradesystem.shiro;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.Authentication... | [
"JefferyTien@hotmail.com"
] | JefferyTien@hotmail.com |
6077aa1e4a18e1c1ee75cfbaa9b95e710954585f | d10c5fb4e60671cef8a0530e4706f03ee34e9cec | /src/main/java/AggregateBolt.java | bbd0b83b3557d18d72ba00a3e0d25c6d4367ae7b | [] | no_license | dwkielman/cs535-PA2-Detecting-the-Most-Popular-Topics-from-Live-Twitter-Message | 0fb1696965e2e8366fb37e8839bc160955e2f0a2 | 4fb4a1bdf4361b9e590f3c076391f31bd4edf9a7 | refs/heads/master | 2021-02-04T12:04:33.474971 | 2020-03-10T14:27:01 | 2020-03-10T14:27:01 | 243,664,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,909 | java |
import org.apache.storm.task.OutputCollector;
import org.apache.storm.task.TopologyContext;
import org.apache.storm.topology.OutputFieldsDeclarer;
import org.apache.storm.topology.base.BaseRichBolt;
import org.apache.storm.tuple.Fields;
import org.apache.storm.tuple.Tuple;
import org.apache.storm.tuple.Values;
import... | [
"dwkielman@gmail.com"
] | dwkielman@gmail.com |
db1627b1ff93e6c6227fea9e453988cff3c9dad8 | 45df4f0050ed105d8fa955bb8d866af23a0f6ef8 | /heron/packing/src/java/com/twitter/heron/packing/PackingUtils.java | 027cb1bd260f401b606dfd3d59505766aa68dc5f | [
"Apache-2.0"
] | permissive | cychenyin/heron | b85184a7096f50b2e56f081309a2761dd33d0d0a | 12425366a9ade8501675c1e29c2ea34cb36044cb | refs/heads/master | 2021-01-23T01:40:29.624807 | 2016-09-19T20:28:02 | 2016-09-19T20:28:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,126 | java | // Copyright 2016 Twitter. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | [
"noreply@github.com"
] | cychenyin.noreply@github.com |
8871264e023d2c4e6168b6203ad5509fcf9185b2 | 67938e67c8499b41aa5229719f20fecebdf579a0 | /src/test/resources/shiro-example/11/clubassembly-6c40ff4af3f5b774051e70ec0c6aca52c8b7e58b/src/main/java/cn/edu/hebtu/www/clubassembly/web/model/OrganizationEvents.java | 0036ab829c0f3dee246a3941d9eba567a40c45b2 | [
"Apache-2.0"
] | permissive | Sunxy88/SecurityCFG-IMTA | b6b411a1055cd449ccd056e79185f48e461e766a | f65079733617c248c7ffb490f507cc25276ccb80 | refs/heads/master | 2022-12-08T01:25:19.753375 | 2020-08-28T11:44:39 | 2020-08-28T11:44:39 | 276,413,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,275 | java | package cn.edu.hebtu.www.clubassembly.web.model;
import javax.persistence.*;
import java.util.Date;
/**
* Created by Administrator on 15-4-9.
*/
@Entity
@Table(name = "organizationevents")
public class OrganizationEvents {
private int id;
private Organization organization;
private String title;
pri... | [
"sungxisx@icloud.com"
] | sungxisx@icloud.com |
8d8b55444a705307f35587e9f9edeeeb09a7c1c0 | b9493d3eef52959d62e7ea25c8d544ddfe18f705 | /src/main/java/Q0001_0099/Q0079/Solution.java | 05ea68615c9c310d4362e534d8abd468968e17a5 | [] | no_license | Chris1125/LeetCodeSolution-Java | 7449e403fe0fcdb96127d2873b8c66417021aaa2 | b903c3abecdd69c24ac6011a6c84fc7af3b8850d | refs/heads/main | 2023-02-09T08:55:45.330725 | 2021-01-06T10:20:23 | 2021-01-06T10:20:23 | 310,184,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package Q0001_0099.Q0079;
/**
* @author Chris
* @description <a href="https://leetcode-cn.com/problems/word-search/">单词搜索</a>
* Difficulty: Medium
* Status: TODO
* Daily: 2020-09-13
* @since 2020-09-13
*/
public class Solution {
public static void main(String[] args) {
// char[][] board = new char[]... | [
"wangyang9125@163.com"
] | wangyang9125@163.com |
f76e19197e0c4e42f3c60e5c9afad2e80efebaff | 072d298cb77e62f70569b342c83aa1159636b14f | /ProjetoBiblioteca/src/model/Usuario.java | cfc9885f0918e29b5917afeb63326451d216f9a3 | [] | no_license | MarcosLucas/ProjetoBiblioteca | 8174f23b81a3329c7c2f306b7d2700f504442b84 | 6b52500849c7f41eec7ea9fe14ca5fdf3c8a3ba3 | refs/heads/master | 2021-01-01T19:42:37.856774 | 2014-02-17T23:57:25 | 2014-02-17T23:57:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package model;
import java.util.ArrayList;
public class Usuario {
public static ArrayList<Funcionario> lstFuncionario;
public static ArrayList<Aluno> lstAluno;
public Usuario() {
this.lstFuncionario = new ArrayList<Funcionario>();
this.lstAluno = new ArrayList<Aluno>();
}
public static... | [
"marcoslucas08@gmail.com"
] | marcoslucas08@gmail.com |
336268e83702c3724ca96222f8632b20291138cf | 904c4da977f79e37639a015a9ce0d000cc16c062 | /src/main/java/de/hsrm/mi/web/bratenbank/benutzer/BenutzerService.java | 1a5ddd36f81269e13d5c4908729e884ca32f013e | [] | no_license | niklasschloegel/bratenbank-backend | 978205087b39cfa56cad63308c301dabbc196f6f | 7a558bc4d708727d5cca90911fbcd7c6037e4d5b | refs/heads/master | 2023-01-09T19:31:47.933376 | 2020-11-15T17:39:35 | 2020-11-15T17:39:35 | 313,026,793 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package de.hsrm.mi.web.bratenbank.benutzer;
public interface BenutzerService {
boolean pruefeLogin(String loginname, String passwort);
String ermittlePasswort(String loginname);
Benutzer registriereBenutzer(Benutzer neubenutzer) throws BenutzernameSchonVergeben;
Benutzer findeBenutzer(String loginname)... | [
"niklas.schloegel@student.hs-rm.de"
] | niklas.schloegel@student.hs-rm.de |
c2ecdda8ae51112c9f3e7a297722654feb4eb854 | 59d6828c41e4fffcd37b1164b10639d807499e7d | /app/src/main/java/com/zeidex/eldalel/ContactUsActivity.java | ad81b8c9f78fbf38b0aa30ab9d2c5a79a7e173cc | [] | no_license | mohammedmbdelmonaim/ElDalel | 79374865e5b2080cc7c4a8da71fa83a156327f0c | fec565a102f055722346813bd13d0475992f98d6 | refs/heads/master | 2020-07-28T04:24:31.650258 | 2019-09-18T12:27:06 | 2019-09-18T12:27:06 | 209,301,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,584 | java | package com.zeidex.eldalel;
import androidx.core.app.ActivityCompat;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Bundle;
import com.google.android.gms.maps.CameraUpdate;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
impo... | [
"sara_talaat91@yahoo.com"
] | sara_talaat91@yahoo.com |
093b24afde781f5b965714d2d439cad7f6439bc9 | 334246323c7a7d556f04fc3d06b3836c8f6cdaa0 | /BreakItDown.java | 6222a2cb03c0cdffd7c96d5a6a682a1e90e646fb | [] | no_license | simransrivastava01/hackerRank-30DaysOfCode | c8353e2226eb3df4439a15de25eacf0c8eb5a680 | 662650b32eacc7eb2a6b5053f6ec4a4ced39a3bf | refs/heads/master | 2022-11-15T02:05:47.973944 | 2020-07-11T09:17:38 | 2020-07-11T09:17:38 | 270,634,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class Solution {
// Complete the factorial function below.
static int factorial(int n) {
if(n==0)
return 1;
... | [
"noreply@github.com"
] | simransrivastava01.noreply@github.com |
2362750a767b4c88ecac85970d91dc56b9b3fc4c | e9278cdd7709225c56767f93a72260c0975be622 | /DataStructures/src/impl/LLStackSet.java | 682c3186f57a4f6270b2ac1a525a3743bf94b0e9 | [] | no_license | 746ideas/n17r | 4a2dd9f00a4e640a4d363dfa29d0021ad3a29e04 | 6e93da65901accf79327d9afdae889e28de288b4 | refs/heads/master | 2021-01-21T19:50:48.124341 | 2017-05-23T11:15:44 | 2017-05-23T11:15:44 | 92,161,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,210 | 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 impl;
import adt.Set;
/**
*
* @author Мадияр
* @param <T>
*/
public class LLStackSet<T> implements Set<T> {
priv... | [
"madiyar.orazaly@gmail.com"
] | madiyar.orazaly@gmail.com |
2944f0874d82767c11e10dff99f155b8171bd4ad | 10bf209450164a192ba5951f1eaf788ebf9c3a57 | /Temporal-Entity-Example/src/test/java/tests/editionsets/FullPersonWithEditionsMove.java | 18f7165b580b1935e80d22a5906d73e69cd56b8f | [] | no_license | andyglick/eclipselink-temporal-2012 | ca159617153ae0ad21227ac5673f0465274b051b | 63c2809b88985c6c30f4f9461e5f621125c9ce0f | refs/heads/master | 2023-07-08T11:47:54.992815 | 2017-01-02T22:15:10 | 2017-01-02T22:15:10 | 77,858,576 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,714 | java | /*******************************************************************************
* Copyright (c) 2011-2012 Oracle. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 and Eclipse Distribution License v. 1.0 which accompanies
* th... | [
"andyglick@gmail.com"
] | andyglick@gmail.com |
55ae1e675daf87450e8a548e450c94c2bfcbd6a7 | 643a328c370293f93a0b2875f2b734e0d02feb1b | /HelpDesk/src/main/java/com/psgv/helpdesk/api/entity/ChangeStatus.java | 30d6739898154d730b7179e682063514301243bd | [] | no_license | GustaTorres/HelpDesk | 21dd361e5aa375008c67d8688780e58d60946607 | 9d708e04362ddc59d648fb12ecca4b369faedad5 | refs/heads/master | 2020-03-08T17:58:22.683019 | 2018-07-10T14:53:03 | 2018-07-10T14:53:03 | 128,283,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.psgv.helpdesk.api.entity;
import java.util.Calendar;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.DBRef;
import org.springframework.data.mongodb.core.mapping.Document;
import com.psgv.helpdesk.api.enums.StatusEnum;
@Document
public class ChangeStatu... | [
"gustavo.s.torres@hotmail.com"
] | gustavo.s.torres@hotmail.com |
4e80f976545f4784e52a2f17d5bb7abb9197bfdf | 0fd0a74fe77f3c0d6eef6a946f008523d0d81eee | /app/src/main/java/com/example/kulozubeste/FavouriteActivity.java | 6d572deaa6be425b76c6d40ccf0baebe1fbc710d | [] | no_license | bkkulozu/yoga_v1 | ced4de183e4764b0f1bb8de45dcd7da30a3e24a2 | 7893aed558a0366c134035f4a703778025dcf761 | refs/heads/master | 2023-05-01T09:40:26.352987 | 2021-05-16T21:07:48 | 2021-05-16T21:07:48 | 367,984,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,734 | java | package com.example.kulozubeste;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.view.View;
import android.view.WindowManager;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.Toast;
import androidx.appcompat.app.A... | [
"bkklz@outlook.com"
] | bkklz@outlook.com |
a1a55fdfcf43e760426ea800255dbe7c5205e898 | 11c421cb03d93dfd5cdc228243180fcf50869f29 | /app/src/main/java/com/example/tetris/Constant.java | 1ed1148407228a6b92011b61811ac184254f24b8 | [] | no_license | WengLi/Tetris | ea6a8e9f634e9f378ade61207aa81b21d89fe59a | 6f4646a55573503e636e17da8689a70a62751b58 | refs/heads/master | 2020-04-22T10:19:08.975118 | 2019-02-12T10:46:19 | 2019-02-12T10:46:19 | 170,300,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.example.tetris;
import android.graphics.Color;
public class Constant {
public static int ForeColor=Color.LTGRAY;
public static int PIXEL=100;
}
| [
"wengli350@qq.com"
] | wengli350@qq.com |
816c8b8aa92e11c0c3c32c4abd045f2f321b5120 | 2aa0ef5541922d11cb6fccc7b49b36c1ccd3601e | /src/main/java/bot/Bot.java | 5878300b0c27a26fcbecc67f8f6c851f108abadd | [] | no_license | YoungPotato/TelegramBot | 0ed01b4fcb9cad5eb9ae78176bb778ace7ff0a96 | 6d6e459932cfeace5dfc92d46b962a7b5f59bcee | refs/heads/master | 2021-07-12T22:34:34.935263 | 2020-06-08T08:05:12 | 2020-06-08T08:05:12 | 213,446,731 | 1 | 1 | null | 2020-10-13T16:53:23 | 2019-10-07T17:35:33 | Java | UTF-8 | Java | false | false | 1,478 | java | package bot;
import org.telegram.telegrambots.bots.TelegramLongPollingBot;
import org.telegram.telegrambots.meta.api.objects.Message;
import org.telegram.telegrambots.meta.api.objects.Update;
import PublisherSubscriber.Subscriber;
public class Bot extends TelegramLongPollingBot {
private String userName;
priv... | [
"danilov.grischa2015@yandex.ru"
] | danilov.grischa2015@yandex.ru |
fedebaa6365bdf773f0c4720ec3ee354bdc95bbc | bf9af3760980bd5407b8d4003ca0a036769ee631 | /SpringBoot-Middleware/SpringBoot-ShardingJDBC/src/main/java/cn/com/dxk/springboot/shardingsphere/jdbc/dao/ProvWorkOrderDao.java | ecb69dc4af609adb2e66a430b74abef10f4e86d8 | [] | no_license | dxkIdea/Autonomous-Learning | 2c30013e4423ec67bb71e32286595cc1c2a5345e | 8038f521beed6558cde931bad597da1921e22b50 | refs/heads/master | 2023-06-07T09:27:10.906276 | 2021-06-29T08:56:39 | 2021-06-29T08:56:39 | 355,969,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package cn.com.dxk.springboot.shardingsphere.jdbc.dao;
import cn.com.dxk.springboot.shardingsphere.jdbc.domain.ProvWorkOrder;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* @Date: 2021/6/28 16:44
* @Author: DingXingKai
* @Description:
*/
@Mapper
public i... | [
"dingxingkai@tomosoft.com"
] | dingxingkai@tomosoft.com |
f001db9b15b297d7f32169cb12ee17e855cc2a2d | 0037fda59dbe6744ed6d6ffd9d97dd3ad6406e23 | /src/main/java/com/senti/model/codeComment/CaltopHigh.java | ffa11bc3a38d1e8b6c68f1ac391f10d2b54e3b1d | [] | no_license | whiteCQC/Senti810 | 07044ee79003f0aa75ae86eaaa1c6cbc2829a08d | e3a4bc78b2e6dc656f88cf1c3bafa3c9271cad1a | refs/heads/master | 2022-10-06T04:51:47.594163 | 2019-06-04T09:53:55 | 2019-06-04T09:53:55 | 182,043,503 | 0 | 2 | null | 2022-09-01T23:05:37 | 2019-04-18T08:00:43 | JavaScript | UTF-8 | Java | false | false | 1,089 | java | package com.senti.model.codeComment;
/**
* 代码模块
* 用于计算正面情绪平均值最高的类
*/
public class CaltopHigh implements Comparable<CaltopHigh>{
private int countHigh;//总数
private int totalHigh;//总值
private String name;//类的文件路径
public CaltopHigh(String name,int high){
this.name=name;
countHigh=1;
... | [
"530660508@qq.com"
] | 530660508@qq.com |
29e7b9053ecd00fa3c4cfabc4073c9bc9ea5cfd2 | 2d4c20c5bf755ec46756189c9909807b0041d11b | /src/main/java/codes/pedromanoel/learning/cleancode/literatePrimes/refactored/PrimePrinter.java | 37adcaf469c4a558a013ac18d02055ac47495ef5 | [] | no_license | pedromanoel/learning-cleancode | 425c38956dd696d2c15820d043e5de7294e9942d | 56e6a9e7beec8637a78b265749e2276101f6bcf1 | refs/heads/master | 2020-05-20T19:16:11.361637 | 2020-04-18T15:35:35 | 2020-04-19T16:32:57 | 185,722,577 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package codes.pedromanoel.learning.cleancode.literatePrimes.refactored;
public class PrimePrinter {
public static void main(String[] args) {
final int NUMBER_OF_PRIMES = 1000;
int[] primes = PrimeGenerator.generate(NUMBER_OF_PRIMES);
final int ROWS_PER_PAGE = 50;
final int COLUMNS_... | [
"pevange@thoughtworks.com"
] | pevange@thoughtworks.com |
c2e4143390b456acfe5cb1c2c66b7c44f0a5091c | f0cee0f6e1c6e53c4145555d212f55a65cd0b580 | /src/main/java/org/ednovo/gooru/client/mvp/play/collection/preview/home/PreviewHomeView.java | 2648f762b85873dd5ddaedacf20d11636a92cf0b | [
"MIT"
] | permissive | nutan-gooru/Gooru-Web | 2c21b7d0f051d39b4a81e830b267f6475affa635 | 230d05e12bd3f5960b05bbe9687ecb5823f9c874 | refs/heads/master | 2021-01-18T02:03:36.584959 | 2014-04-28T04:59:39 | 2014-04-28T04:59:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,766 | java | /*******************************************************************************
* Copyright 2013 Ednovo d/b/a Gooru. All rights reserved.
*
* http://www.goorulearning.org/
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (... | [
"anil@goorulearning.org"
] | anil@goorulearning.org |
a0ebcd1ec0049d19c5b04c1f86451880275f5882 | 09ca06cb939e93589fffb238422b8a7010902482 | /common-parent/common-api/src/main/java/com/cupdata/sip/common/api/order/request/CreateContentOrderVo.java | 994c3ae4863564342f2d8fc57a6cb96f71f1f8cf | [] | no_license | liuiu27/jubilant-octo-memory | e1f9d68a08aec0dc20d9c2c9a518e16e768081e6 | 6955e92d16f194efe78278c0841f54db6c3c1280 | refs/heads/master | 2020-03-18T06:51:11.319004 | 2018-04-26T02:51:37 | 2018-04-26T02:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.cupdata.sip.common.api.order.request;
import lombok.Data;
/**
* @author 作者: liwei
* @createDate 创建时间:2018年4月19日 下午3:27:24
*/
@Data
public class CreateContentOrderVo {
/**
* 手机号
*/
private String mobileNo;
/**
* 用户ID
*/
private String userId;
/**
* 用户名
*/
private String userName;
... | [
"sh_liwei@macrosky.com.cn"
] | sh_liwei@macrosky.com.cn |
658ada5d50b68ff863afdce47f67bbb0f723d163 | a2cebaad3baaa63de8aef632915ecdd50af9d0b0 | /app/src/main/java/com/example/trackbus/DriverContactActivity.java | 8b06dd8d0a7ad6d7d03297d2d81e337892fc1f3d | [] | no_license | surazzmaharjan/trackingBusAppication_Final_Year | 9d63385c40d500ec1f796a0bf5003d8de48352f2 | 4979f076356e0672ee3e09dcc4a18e5012f831bd | refs/heads/master | 2022-12-21T02:56:28.166320 | 2020-09-27T14:03:46 | 2020-09-27T14:03:46 | 276,953,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,051 | java | package com.example.trackbus;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Image... | [
"surajmzn75@gmail.com"
] | surajmzn75@gmail.com |
e8c2123fa17bf3f9f2334df3a45a13530c12144f | a4b88840d3d30b07aa00e69259a7b1c035441a85 | /espd-edm/src/main/java/oasis/names/specification/ubl/schema/xsd/commonaggregatecomponents_2/EventType.java | 824e8737893aa5278c7ab3d108d54d932d8f052d | [] | no_license | AgID/espd-builder | e342712abc87824d402a90ad87f312a243165970 | 3614d526d574ad979aafa6da429e409debc73dd8 | refs/heads/master | 2022-12-23T20:36:03.500212 | 2020-01-30T16:48:37 | 2020-01-30T16:48:37 | 225,416,148 | 3 | 0 | null | 2022-12-16T09:49:58 | 2019-12-02T16:08:38 | Java | UTF-8 | Java | false | false | 23,718 | java | //
// Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.11
// Vedere <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine.
// Generato il: 201... | [
"mpetruzzi@pccube.com"
] | mpetruzzi@pccube.com |
04ceac061c9046214a7c2db461e11e7ec58e867c | c4eeb8a08544d27a58c15b92b6a338763cffdda7 | /Object Oriented Programming/Fun with JavaFX/cards/MovingBall.java | a4e9d5e6c96312acf70e5a859908501c6b30adbc | [] | no_license | giodude074/Academic-Work | d5fff285143a68559eef941177eae218cd504047 | 06b5aa2ee17e48dd278c397fa12fd5fee12496ba | refs/heads/master | 2021-08-31T23:01:31.599389 | 2017-12-23T08:59:38 | 2017-12-23T08:59:38 | 113,622,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,350 | java | package cards;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Co... | [
"Gio G"
] | Gio G |
1b7ecfabbc770f7dffa20235eec2fffc180e20ac | 6f56d94dc2bd19e8aef75ba0b049cba1bae76fdf | /java/CompSci_Functions/src/Challenges1.java | e38f84867a6e2703c0b6497f3a69a47f07c7b134 | [
"MIT"
] | permissive | 71xn/IBCSCodeLog | 9da02d913e8c3c29329da9960060e447f43786cf | 1322dc974caa9d480c5c45f4b70d95c64ba5cb79 | refs/heads/master | 2023-04-29T07:03:39.553030 | 2021-05-12T09:51:39 | 2021-05-12T09:51:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | // Finn Lestrange - 30/09/2020
// Functions Challenges 1
import java.util.Scanner;
public class Challenges1 {
public static boolean atmCode(int n1) {
int sum = 0;
sum = n1 % 10;
sum = sum + (((n1 % 100) - (n1 % 10)) / 10);
sum = sum + (((n1 % 1000) - (n1 % 10) - (((n1 % 100) - (n1 ... | [
"f1nnl3strange@protonmail.ch"
] | f1nnl3strange@protonmail.ch |
862a5550824fb34953bfa2563d1b3672446944db | 497ea52c43e36ccae13fb8bd4c350c6278bbc5a6 | /chopee-service/src/main/java/com/example/chopeeservice/CommonService.java | 4bc6e0190509587ba27f6a1f5bd6ebd91c4c5413 | [] | no_license | UJSZWP/test | cb6d4240b94796f839ea43873e23362defc82092 | 43416b9c2ebfd102741ef6d5a2cd1338949cc109 | refs/heads/master | 2023-03-30T06:38:56.849738 | 2021-03-26T02:36:43 | 2021-03-26T02:36:43 | 351,639,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package com.example.chopeeservice;
import com.example.chopeebiz.dto.LoginDto;
import com.example.chopeebiz.dto.LoginReqDto;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.Cookie;
public interface CommonService {
/**
* 登陆
*/
Cookie doLogin(LoginReqDto loginReqDto)... | [
"zhaiwenpeng@meituan.com"
] | zhaiwenpeng@meituan.com |
14f65115e64e2bd080f41e4faa833cd47ffc20c6 | 98d50c9a4348e6d604cd4651d8af7e68575cff2c | /src/main/java/net/kxmischesdomi/customitems/utils/bukkit/customitems/CustomItemUtils.java | 6abba38bbcad3f544faa7d36f3211d5fab91bc5c | [
"Apache-2.0"
] | permissive | KxmischesDomi/CustomItemsAPI | 1fb45c250363622014c7d9b279bc334d0416c8e0 | c3e6cc26dbd3cd87829e486740e0db55460b63b5 | refs/heads/master | 2023-06-28T03:08:32.306083 | 2021-07-23T19:37:02 | 2021-07-23T19:37:02 | 387,605,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package net.kxmischesdomi.customitems.utils.bukkit.customitems;
import de.tr7zw.nbtapi.NBTItem;
import net.kxmischesdomi.customitems.CustomItemConstants;
import net.kxmischesdomi.customitems.CustomItems;
import net.kxmischesdomi.customitems.item.ICustomItem;
import org.bukkit.Material;
import org.bukkit.inventory.Item... | [
"kxmischesdomi@gmail.com"
] | kxmischesdomi@gmail.com |
f3abd06ce1ba40689484f3c243a01c88eddb4f8a | 3d31f75a573613ba2a2ae178d73e40c7de7dee73 | /src/main/java/com/stayhome/demo/data/ArticlesPorPack.java | e477224ebbc97e6ee97b802cabdd86bb8be52bb8 | [] | no_license | L4mb0/stay-home-backend | 3aa3854f8c76e1669a1a3eb54d7cbbe4d9c39f0b | e1220975168907d31cf71d1cc44746b42b591df3 | refs/heads/master | 2022-11-22T20:16:14.843310 | 2020-07-20T04:55:11 | 2020-07-20T04:55:11 | 280,573,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.stayhome.demo.data;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name="app_articlesbypack",
schema="public")
public class ArticlesPorPack implements Serializable{
@EmbeddedId
private Doublei doublei;
public ArticlesPorPack(){
}
public ArticlesPorP... | [
"juan.navarro@utec.edu.pe"
] | juan.navarro@utec.edu.pe |
09cd273dbd03246f24ddb81f66c8aeeb1c40364f | 1fc3714a66f549ed5ab14652bed9de1bfab828e1 | /app/src/androidTest/java/com/example/k4170/slideritem/ExampleInstrumentedTest.java | c789681cbe60891dc16b3e1fa879c028ab8b5852 | [] | no_license | woworkerHu/SliderItem | 03667083cabed0971ab5bafaa4e0fee651824a98 | d30c01c0d93cce9047b9217c8ef3360944237c00 | refs/heads/master | 2021-05-12T09:49:08.889460 | 2018-01-13T10:37:25 | 2018-01-13T10:37:25 | 117,335,028 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.example.k4170.slideritem;
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.*;
/**
* Instrumentation test, which will execute on an... | [
"huguanhu@yonyou.com"
] | huguanhu@yonyou.com |
594574b957476fb89dbca46cf6eda45f5f557296 | cc092ff46b0fc0350d740c6df0b940e80432527e | /src/main/java/com/java/patterns/java_patterns/observerpattern/impl/OctalObserver.java | 538ceaf50af9fbff82b95845418f8ffa5d63e175 | [] | no_license | fernandooliveirapimenta/java_patterns | cdfedd6c6d96eda4c21273e7583aab707516b15e | 6b5039b72096a34044e598fcce1d4e9eb316416d | refs/heads/master | 2021-06-23T16:26:58.747857 | 2021-02-16T15:41:31 | 2021-02-16T15:41:31 | 193,502,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package com.java.patterns.java_patterns.observerpattern.impl;
public class OctalObserver extends Observer {
public OctalObserver(Subject subject) {
this.subject = subject;
this.subject.attach(this);
}
@Override
public void update() {
System.out.printf("Octal String: %s \n",Intege... | [
"fernando.pimenta107@gmail.com"
] | fernando.pimenta107@gmail.com |
f20a06163abb434f945f8f898b2f820cc35c03e7 | 69a0e4c1271f097d2255ef21d2587094326da2c8 | /src/com/dsd/mobilesafe/AntiVirusActivity.java | f7c52906fe1fcfac78054b36e37bedba13f1bc26 | [] | no_license | dsd13502/MobileSafe | 86a0f8f36dec7fcb829e21ebcc8977d251c3da33 | 90b037456712cef1583f671673980388d68de052 | refs/heads/master | 2021-01-21T14:04:17.023281 | 2016-05-28T05:21:06 | 2016-05-28T05:21:06 | 55,274,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,418 | java | package com.dsd.mobilesafe;
import java.util.List;
import java.util.Random;
import android.app.Activity;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import andr... | [
"im_dsd@126.com"
] | im_dsd@126.com |
219dad3bdd89055ac1a324e2bc672551aec5abc6 | 26a27b87956bf8aed4b02f0ac86ccd006573fd18 | /device-admin/src/main/java/com/example/device/admin/dao/entity/bo/DevicePropertyPost.java | 2691b71d4f0c4ecf312994670a37ec158305ab85 | [] | no_license | meng-wenlong/SmartHomePro | e6c2c0ac337d72bb4642327b6be0c0bd348c2d88 | e608401ecfdb01bf6c303b4ca5dba024a1d60522 | refs/heads/main | 2023-01-09T23:15:57.213886 | 2020-11-12T03:33:50 | 2020-11-12T03:33:50 | 312,135,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,783 | java | package com.example.device.admin.dao.entity.bo;
import java.awt.peer.LightweightPeer;
import java.util.Date;
public class DevicePropertyPost {
private String deviceType;
private String iotId;
private String productKey;
private Date gmtCreate;
private String deviceName;
private Data items;
... | [
"2352095323@qq.com"
] | 2352095323@qq.com |
2021439ec4a628e25f81cf3017cbd0caacdda537 | 986127b2757a92d187252d979252c360304564de | /app/src/main/java/br/com/etecia/menuappetecia/MainActivity.java | d35a4ab575f332833afb67706d017a91bfbb484c | [] | no_license | GuilhermaoAndrade/Menu_Android | b8f4d1bb4b61e28c52789c6263743569d9310a9d | dcae47347754907eb2be5051175b8de1aa632285 | refs/heads/master | 2020-05-20T18:12:10.499138 | 2019-05-09T01:16:23 | 2019-05-09T01:16:23 | 185,702,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,531 | java | package br.com.etecia.menuappetecia;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.widget.Toast;
public class M... | [
"guilherme.souza366@etec.sp.gov.br"
] | guilherme.souza366@etec.sp.gov.br |
511de06b57ffc1ed51a82deed6e5c1dc798f2283 | 2b7750ef03fd432729a53418bb8adc43ae553c63 | /SkillTest/src/main/java/com/testyourskills/dao/common/impl/GenericDAO.java | 8c166606b972bee2c68076567aed7716f3a80fb1 | [] | no_license | Arpan1985/SkillTest | 2d9b30de4644e4f5bc666e7e9dff1d28868775b4 | f4a0067c67b538660630f361142f78306dff04a7 | refs/heads/master | 2020-06-17T15:57:51.384672 | 2017-01-02T12:42:52 | 2017-01-02T12:42:52 | 74,972,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,285 | java | package com.testyourskills.dao.common.impl;
import java.io.Serializable;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import com.testyourskills.dao.common.IGenericDAO;
/**
*This class contains the DAO methods used in th... | [
"chattopadhyay.arpan@gmail.com"
] | chattopadhyay.arpan@gmail.com |
a2b65febd5c28049b8995e0d40cac01a0e7108ed | 8166f21ed348113eba6ae38945f5426b3db230d7 | /src/main/java/com/dpd/test/DemoApplication.java | 56ceba5acaac60e34554925d5ef00009393ccf43 | [] | no_license | TC49501/SpringBoot2 | deb69c3b0945efe65ea36788986394a15ab29917 | 7ce9893696edb522f940b813dbfb4215b69e6db5 | refs/heads/master | 2023-01-28T19:27:22.180898 | 2017-04-18T15:01:41 | 2017-04-18T15:01:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | package com.dpd.test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import javax.annotation.PostConstruct;
@SpringBootApplication
public class DemoApplication {
@Autowired
Emplo... | [
"thiruvengadam.chinnamani@equifax.com"
] | thiruvengadam.chinnamani@equifax.com |
a217bf54c3e3a8a8f995f95ba7ecf1304dc482fa | adafae36852a05fa68cfd9ccb359a5781d0cbc79 | /user-provider-config-center/src/test/java/com/yiming/userproviderconfigcenter/UserProviderConfigCenterApplicationTests.java | 8be5457e0bad31ce9c5c93cdbdfefd70d257d73a | [] | no_license | Yi-GODAN/springcloud_all_two | 1384a75283d625d5bf721fddd70f0081c897bda2 | 48d4c07e1b0258469e3e27748e3b1efc593f95fd | refs/heads/master | 2023-02-20T23:56:38.088902 | 2021-01-23T08:52:25 | 2021-01-23T08:52:25 | 332,163,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package com.yiming.userproviderconfigcenter;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class UserProviderConfigCenterApplicationTests {
@Test
void contextLoads() {
}
}
| [
"onegodan@qq.com"
] | onegodan@qq.com |
81141bd45697fa5ef53c3b7f74dade104fa088c0 | 28359b62c3a81eeab91217f69fbd02affbc12ce8 | /java_01/src/day06/Test03.java | 1f0d9f0f4d3420ac145d1e6e8eb9750b6c962e22 | [] | no_license | hsok0070/bit_java | 617dd532d498ac1f655c01edde4276a25f3602bc | 9b33847b4c28bb62d25544ae18324efcd92eb3e5 | refs/heads/master | 2020-07-03T09:50:31.800447 | 2019-08-29T09:44:01 | 2019-08-29T09:44:01 | 201,861,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package day06;
import java.util.Arrays;
public class Test03 {
public static void main(String[] args) {
int num;
String name;
new Tv();
Employee emp1 = new Employee();
emp1.display();
Employee emp2 = new Employee();
//emp2.age = 201901;
emp2.setAge(-201901);
emp2.setName("홍길동")... | [
"user@DESKTOP-V882PTR"
] | user@DESKTOP-V882PTR |
c79476057e69fbaa70f655babad6d82b464d7e56 | 4d16db60146aa17bfdf95bf585b1dbb625cf9eeb | /src/main/java/me/b3n3dkt/commands/Heal.java | 495dc5b30118f51aee0b0b9c572a8867c9a20a83 | [] | no_license | b3n3dkt/JailedMCCitybuild | 0be68fd2c8da73a2eb30c2b442a2990b67972669 | ad21e77c552fc2a15e46949e3c4f59924a3a82f1 | refs/heads/master | 2023-04-13T19:06:43.556489 | 2021-05-01T10:45:04 | 2021-05-01T10:45:04 | 354,971,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package me.b3n3dkt.commands;
import me.b3n3dkt.Citybuild;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class Heal implements CommandExecutor {
public boolean onCommand(Comman... | [
"itzslimehdn@gmail.com"
] | itzslimehdn@gmail.com |
e4305092a5ecbf4af9bd96516ef422dc6c129550 | fee9705ccbe80563b70c52d5f75437d2307ce8e6 | /JDBC/src/JdbcDemo1.java | c98bb02dbc40d9e131cb32fc326998abafc094d4 | [] | no_license | GaryXiongxiong/JavaLearning | b70e608230ce423bee2d8d5471efd19508a70da6 | a8cd663149f509009b468a0755fde8c2e4e19cb3 | refs/heads/master | 2020-05-05T01:18:48.754192 | 2019-11-30T17:40:54 | 2019-11-30T17:40:54 | 179,598,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | import java.sql.*;
/**
* JavaLearning
* JdbcDemo1
*
* @author Yixiong J
* @version 2019/11/18 9:55
*/
public class JdbcDemo1 {
public static void main(String[] args) throws Exception {
// Class.forName("com.mysql.jdbc.Driver");
// In the new version connector, driver has been automatically reg... | [
"i@jiangyixiong.top"
] | i@jiangyixiong.top |
ad64128fbeb77ee08484a19fc8bf98611c054518 | 89ec26aa743a73a7196e108f6f0a85f276c5c007 | /sinnori_framework/core_build/src/kr/pe/sinnori/server/threadpool/executor/ExecutorProcessorPool.java | ec325dc8f7b3fd70b4e3ccbcae1e6aa336f2068d | [
"Apache-2.0"
] | permissive | mait/gitsinnori | 10f11f999d92422c6df547e5df931c0908a20129 | e206ed997645e6a3919a639080ff4496252d22a3 | refs/heads/master | 2020-12-26T01:13:07.419409 | 2013-12-13T07:31:31 | 2013-12-13T07:31:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,216 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"k9200544@hanmail.net"
] | k9200544@hanmail.net |
abd24175e769640380f4ae3f804ff9f0f22111af | 0bd576df8106f409206dd9c90b74c50f836e52ce | /src/test/java/SpringMvcTest.java | 5180c39e5bc7b5b5449a0556fddb1e016fa8a9fd | [] | no_license | a857314548/ssm-crud | c5ecfdd4675f17c933427a25a224fd4af447c2c8 | 62a6a476faa9fc932a82e6446a4c187b5aabe835 | refs/heads/master | 2022-12-29T10:36:14.652405 | 2020-10-18T11:43:50 | 2020-10-18T11:43:50 | 305,081,341 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,140 | java | import com.github.pagehelper.PageInfo;
import com.zhangzhen.bean.Employee;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.test.context.C... | [
"857314548@qq.com"
] | 857314548@qq.com |
afe695f295a8e1ce0e853c0fe3c2acda5e37c2f7 | f9a3abd4b71facea746549f8054cf80c8b6e6471 | /software/SIW/src/java/gov/nih/nci/ncicb/cadsr/loader/parser/RoundtripWriter2.java | dbf8201b13652ca0972c506b377c2f7f0ba64759 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | CBIIT/cadsr-semantic-tools | 40d2c6bed7ac1abe39ebdd0b77350f700821ad91 | e65bd3cdb9608724c7cc0bf208e09678f4d63c97 | refs/heads/master | 2022-01-23T22:51:46.365456 | 2018-03-01T03:31:18 | 2018-03-01T03:31:18 | 19,790,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,461 | java | /*
* Copyright 2000-2005 Oracle, Inc. This software was developed in conjunction with the National Cancer Institute, and so to the extent government employees are co-authors, any rights in such works shall be subject to Title 17 of the United States Code, section 105.
*
Redistribution and use in source and binary fo... | [
"davet"
] | davet |
dbb492be48a71e11e1addb4e24e10d049adf8cea | e3150b7608863962da2162b049f2ef9d82e8ce70 | /homeworkLesson6Tasck5/Cat.java | 6ee66f68208ee527206d05be73f52f51356baca4 | [] | no_license | AndreyPinchuk/Java-OOP.-HW.-Lesson-6 | 990e20348457b4f896e73ba00e1b84343463ae10 | faa3856386f22d4355ed9061200cf85779159fcd | refs/heads/master | 2020-04-09T05:58:45.291067 | 2018-12-12T07:03:01 | 2018-12-12T07:03:01 | 160,089,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package homeworkLesson6Tasck5;
public class Cat {
private int year;
private int higth;
private String name;
public Cat(int year, int higth, String name) {
this.year = year;
this.higth = higth;
this.name = name;
}
public int getYear() {
return year... | [
"noreply@github.com"
] | AndreyPinchuk.noreply@github.com |
fb5a946e9024eb64b0c1eb2074f282ec3012e7ec | cbb8749f42238b355f998e75922dbf6220aa3977 | /SNPoo/SNPoo/Coche4Driver.java | 4982bc19d8818bc75896c6d18b503efe955e3e9b | [] | no_license | Ast2435/Programacion-orientada-a-objetos | cb04fb4e7b6dec473dfed93574c02b10a62df3c9 | 77648797a04559b16e3f8da8554decd989c2e892 | refs/heads/master | 2021-07-19T13:34:55.447631 | 2021-02-06T21:58:52 | 2021-02-06T21:58:52 | 237,365,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | class Coche4 {
private String hacer; // hacer coche
private int anio; // anio de manufactura del coche
private String color; // color primario coche
public Coche4(String h, int a, String c) {
hacer = h;
anio = a;
color = c;
} // fin constructor
public Coche4(int a) {
anio = a;
color = "... | [
"arturitodelamancha@hotmail.com"
] | arturitodelamancha@hotmail.com |
30a062c01169c302f2c57565e09b59f847560593 | ccc58e75fe147909ace8158acc61f06b10f80197 | /database/src/main/java/com/example/database/model/Pokemon.java | 85f387e23fc7029c8e6aeeace38733a36c0a8f5e | [] | no_license | lRafaelH/h2-database-ooprogl | 709fa23d9dc868fc153c1401c85aca6b6dc4eb3b | 3eeb321356e398df17705ff2dbdba7df73d3306e | refs/heads/master | 2020-08-01T22:13:26.765273 | 2019-09-26T16:32:37 | 2019-09-26T16:32:37 | 211,134,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package com.example.database.model;
import javax.persistence.*;
import java.util.Set;
@Entity
public class Pokemon {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer id;
private int level;
private String name;
private String type;
private boolean evolve;
private Str... | [
"noreply@github.com"
] | lRafaelH.noreply@github.com |
1870039f9a57ee87f6a8b79ab6ec7fd11ac2f53c | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE190_Integer_Overflow/s02/CWE190_Integer_Overflow__int_Environment_multiply_52c.java | 67ac393d911a58b323fca8233842ab129153c01a | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,174 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_Environment_multiply_52c.java
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-52c.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: Environment Read data from an environment var... | [
"you@example.com"
] | you@example.com |
7772f27fcd6f3173b286ac9705c000856152e12c | 54b8d7a73007e7b39d86f6962f094dc4a678cf82 | /goods_consumer/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/jsp/list_jsp.java | b498100d1b8c0fbe2e33478977793ea1e29ec319 | [] | no_license | niuxiaofei961012/dubbo_goods | 3a8d01d91cdfabbc440a458392db5380c851385a | 8e341b69bf4acfd59d87f85faf24cbf83c103220 | refs/heads/master | 2022-11-20T08:11:43.791373 | 2019-09-06T05:52:41 | 2019-09-06T05:52:41 | 206,705,199 | 0 | 0 | null | 2022-11-16T06:29:47 | 2019-09-06T03:28:08 | JavaScript | UTF-8 | Java | false | false | 9,268 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.47
* Generated at: 2019-09-06 03:26:39 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
packag... | [
"1017346477@qq.com"
] | 1017346477@qq.com |
67084321be8334a1fc4f271bdac14d169d90a733 | ea68dffaf01651b81e440e4c0a04254a6235f454 | /app/src/main/java/com/laioffer/eventreporter/CommentAdapter.java | fa0e45021739b1bd6e343393a5d83ad76dc137fd | [] | no_license | niklaus0105/EventReporter | ab9c2351bf3ff4e0f8ee05994a3bbe72bbe5fa69 | 3f8cdee9d5f6bcf8ae172c8c9c81eb0d5bf18708 | refs/heads/master | 2020-03-22T22:09:51.493909 | 2018-07-12T16:10:52 | 2018-07-12T16:10:52 | 140,736,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,221 | java | package com.laioffer.eventreporter;
import android.content.Context;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.wi... | [
"niklaus0105@gmail.com"
] | niklaus0105@gmail.com |
fb1d6c0ab82c3cc761833bcac82d58d51e369af6 | ecb5229ddf69556f14d0b7b4fa98853a02bd0339 | /src/TestPane.java | 6a1b8c0808f6b01529e8d7312ca61ad9c8714598 | [] | no_license | CodeCody/Java-TilesBouncingBalls | 5523569a3d3d86b1d1762bfa9efb982ca8ada35e | b9fb84dceb4f947b781567a23b57f168fbee084d | refs/heads/master | 2021-01-09T20:43:10.628299 | 2016-08-11T21:55:17 | 2016-08-11T21:55:17 | 65,504,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,445 | java | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.Arrays;
/**
* Created by codyhammond on 8/11/16.
*/
public class TestPane extends JPanel
{
//two dimensional ar... | [
"chammond23@rocketmail.com"
] | chammond23@rocketmail.com |
70d4f634f7f7cad6a080418da0a450efdaf655e0 | 379bd0f468fe2dd5fc2cd8ecfadee082252a9acb | /FlazrAndroid/flazrandroidlib/src/main/java/com/aravind/flazr/android/rtmp/client/ClientPipelineFactory.java | ee43fbb52cf20afd21e58678017a70a087de71cc | [] | no_license | aravindsg/Flazr-Android | 47cff9e5ec4f21bf93e607df009c318aae81748f | 3150d4ff115d8717597caf92f904f5c53b631307 | refs/heads/master | 2021-01-20T19:57:35.711449 | 2016-10-26T03:25:53 | 2016-10-26T03:25:53 | 62,311,152 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,877 | java | /*
* Flazr <http://flazr.com> Copyright (C) 2009 Peter Thomas.
*
* This file is part of Flazr.
*
* Flazr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (a... | [
"aravind.sundar@razerzone.com"
] | aravind.sundar@razerzone.com |
82cb191d9dcc837c4001617476752758ebb8e487 | d66f883940ea01d519d8165043f81ffec45d4dcc | /spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/WebPropertiesResourcesBindingTests.java | ce8d79428537ab2a7fd4f8a74ec658f0e76fe04c | [
"Apache-2.0"
] | permissive | wilkinsona/spring-boot | 489f6bcf09dc935bcd5adca6773034a719b50200 | 0510ad88eaff7f72d86e75277917155baa830936 | refs/heads/main | 2023-08-03T21:23:21.515098 | 2022-11-10T14:20:25 | 2022-11-10T14:20:25 | 13,243,425 | 16 | 16 | Apache-2.0 | 2023-07-10T17:14:32 | 2013-10-01T12:42:28 | Java | UTF-8 | Java | false | false | 2,667 | java | /*
* Copyright 2012-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"wilkinsona@vmware.com"
] | wilkinsona@vmware.com |
8bb710c2782478ba9d6fd390edab539075e5faaa | 6bb3adc83e26f907636bd535f70e376b2e810ee9 | /src/main/java/com/business/kalande/entity/Users.java | 5cfd20f60938ddacb24937887b27885b8fa28137 | [] | no_license | htykbz/kalande | a33b922371747f0abb95b452585405afd0a01fe0 | 6eaa4f3a96b43e6c00ac08034b62eb548beb5128 | refs/heads/master | 2021-08-22T13:29:12.172174 | 2017-11-30T09:12:45 | 2017-11-30T09:12:45 | 112,587,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,539 | java | package com.business.kalande.entity;
import java.util.Date;
public class Users {
private Integer userId;
private String userName;
private String nickName;
private String password;
private boolean isDeleted;
private Date createTime;
public Users() {
}
public Users(Integer userId, ... | [
"htykbz@163.com"
] | htykbz@163.com |
6ea95d6b13af9be77d2939990e90e1c3c7e1f80f | 947edc58e161933b70d595242d4663a6d0e68623 | /pigx-upms/pigx-upms-biz/src/main/java/com/pig4cloud/pigx/admin/controller/CtcdDecsumperiodsController.java | 2c7214d43d6bd7c6731100776ac12a52af03475f | [] | no_license | jieke360/pig6 | 5a5de28b0e4785ff8872e7259fc46d1f5286d4d9 | 8413feed8339fab804b11af8d3fbab406eb80b68 | refs/heads/master | 2023-02-04T12:39:34.279157 | 2020-12-31T03:57:43 | 2020-12-31T03:57:43 | 325,705,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,502 | java | /*
* Copyright (c) 2018-2025, lengleng All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions ... | [
"qdgaoxiao@163.com"
] | qdgaoxiao@163.com |
9eed11a13e124f1c3ea26a78b26e0926e7221831 | 8d80e860bcf6b1c02c62104f22a79729c864e5ec | /src/twentyseventeen/Day5Part1.java | da3552168742d9d146c67a2f09f2641542879608 | [] | no_license | mwharris/AdventOfCode | 300d10957c9c3af306bfc36ce46fa8cd891a8fe8 | a47af23c443d427730e467acb68c90026b5bde85 | refs/heads/master | 2021-09-07T19:42:14.525032 | 2018-02-28T02:29:05 | 2018-02-28T02:29:05 | 112,783,685 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package twentyseventeen;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class Day5Part1 {
public static void main(String[] args) {
//Find our maze to process
List<Integer> maze = readInput();
//Process the maze... | [
"mharris@lbisoftware.com"
] | mharris@lbisoftware.com |
67b32c17765f766757fd61f19127e51b156b059f | 57f61370e70058f201457a935fdee34f6f9f7339 | /app/src/main/java/com/example/gchtestproject/activity/selectphoto/DaTuActivity.java | d5a86eddde149fa352a25f73459329602dfb8268 | [] | no_license | FLY-U/GchTestProject | f75f8ab8d0c3e8c050872b62eb533ace568d11a4 | 32f49531cbd1aa50137288f08f200d6738a3fe5b | refs/heads/master | 2020-03-17T16:08:38.431925 | 2018-05-18T13:24:04 | 2018-05-18T13:24:04 | 133,737,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,018 | java | package com.example.gchtestproject.activity.selectphoto;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.suppor... | [
"zhanghao97hao@163.com"
] | zhanghao97hao@163.com |
9a63d4037595a2b1efe010ed26a3b908c466725b | dcde5eb91e98bec37dab440bd8d8d5135054f592 | /library-manage-system/src/test/java/org/zerock/service/MemberServiceTests.java | 7135131c89ccecfef93cfb58b0943f9edf00488b | [] | no_license | BRG-code/spring-project-archive | a56d7fa2b8e829f7268845f62da35f00a9abade3 | 19ef5f8546291152389ea0be06cb805094db256d | refs/heads/master | 2023-07-16T16:17:32.569428 | 2021-08-31T13:11:45 | 2021-08-31T13:11:45 | 401,683,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,210 | java | package org.zerock.service;
import lombok.extern.log4j.Log4j;
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springf... | [
"cocoblue@kakao.com"
] | cocoblue@kakao.com |
1e776e5f2bc64f08fcf3998aee2a49cbb8d38627 | 59203853755d33c6862159a22c7bc6781b22b151 | /spring-integration-azure/spring-integration-eventhub/src/main/java/com/microsoft/azure/spring/integration/eventhub/factory/EventHubConnectionStringProvider.java | bfc62745d89b4186dccf61c3fd0e488101c1d7e6 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | lekkalraja/spring-cloud-azure | 2095a061aa3b7814c51f9edfe15dd10e5b3a7e46 | e95f5d090d51599b2f352906f0529890f6c7ba22 | refs/heads/master | 2020-04-09T16:23:05.456394 | 2018-12-04T05:51:21 | 2018-12-04T05:51:21 | 160,452,062 | 1 | 0 | NOASSERTION | 2018-12-05T03:00:45 | 2018-12-05T03:00:45 | null | UTF-8 | Java | false | false | 1,794 | java | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for
* license information.
*/
package com.microsoft.azure.spring.integration.eventhub.factory;
import com.microsoft.azure.eventhubs.ConnectionStringBuilder;
import com.microsoft.azure.m... | [
"zhonzh@microsoft.com"
] | zhonzh@microsoft.com |
54365cab53114ec6f2d2e09f9a8287501f46aa8a | 78991fbbe463c1601a5d91fcd7ea05a5e493d2c9 | /panasonic-image-app_1.10.14/source/com/panasonic/avc/cng/core/p040a/p041a/C1420d.java | f399cc2919916675d544475a079416daf3d658ad | [] | no_license | maiermic/panasonic-image-app | 480dc4f0500a2e14bd7d4138f6fb9c7dc7871b61 | ef9bd7c2a8390204894c53b49d1e01a230141e2d | refs/heads/master | 2020-07-10T06:02:42.687761 | 2019-08-22T12:07:42 | 2019-08-22T12:07:42 | 204,177,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,031 | java | package com.panasonic.avc.cng.core.p040a.p041a;
import com.panasonic.avc.cng.core.p040a.C1528l;
import com.panasonic.avc.cng.core.p040a.p041a.C1413a.C1414a;
import com.panasonic.avc.cng.core.p040a.p041a.C1415b.C1416a;
import com.panasonic.avc.cng.model.service.p055b.C2003c;
import com.panasonic.avc.cng.util.C2264j;
im... | [
"maier1michael@gmail.com"
] | maier1michael@gmail.com |
630fa424f7c7ae7800236a2f22fb38716442223d | b3d0b0f1c5fc0833edd6dbeb00ab56f986459b4c | /app/src/androidTest/java/msr/msrutils/ExampleInstrumentationTest.java | 601210938bf2563c8fc3d81c590126eb0bfe03d8 | [] | no_license | JohnName/MSRUtils | 4a7bfc95c66cf3d221d88356dcd79b1ee15bbc94 | cf85dcc21be95ab3e78af764148a7a92396af3f6 | refs/heads/master | 2021-04-09T10:18:12.847551 | 2016-07-04T09:58:58 | 2016-07-04T09:58:58 | 61,184,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package msr.msrutils;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.MediumTest;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentati... | [
"475934874@qq.com"
] | 475934874@qq.com |
d49303bc2f85f132a92d65a8a3cb4aa52256b437 | 614c2dc5ae027283f37ec15c12e9acdf60ead011 | /voltTable2/procedures/SelectNewOrders_47.java | fb3660378f6e6db3b5735d7b7d6b0387bf35f8c8 | [] | no_license | junshiguo/hybrid | d5f04e97706ff702773ecc589569af68aff27df7 | 7574e2243e77e5f912576157b2dddf74750abdba | refs/heads/master | 2021-03-19T11:13:13.843164 | 2015-07-26T16:09:17 | 2015-07-26T16:09:17 | 21,557,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | import org.voltdb.*;
public class SelectNewOrders_47 extends VoltProcedure {
public final SQLStmt sql = new SQLStmt("SELECT * FROM new_orders47 WHERE tenant_id = ? AND is_insert = ? AND is_update = ?");
public VoltTable[] run(int tenant_id, int is_insert, int is_update) throws VoltAbortException {
voltQueueSQL(sql,... | [
"junshiguo@126.com"
] | junshiguo@126.com |
c5f657afb4cd758da54e9f28a4c7e59f28760845 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-costexplorer/src/main/java/com/amazonaws/services/costexplorer/model/transform/ServiceQuotaExceededExceptionUnmarshaller.java | 57d69742bdc67a4b61fd12f0b34ca69f6651717a | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 2,966 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
0be0da7e54677e9e46fbb98ef217a5b61a22a98f | 7c44afab8a5eef8a87647272a11f22b8609b9149 | /SpringMVCloginExample/src/com/bosch/selenium/LoginTest.java | b9fb8e60e29d5fc57d70f663c65646e1671788a3 | [] | no_license | imsam23/SPringMVC_Test | fc71693c2fda300fc59e8dc41c89f55cd10fb5fe | 63d0ba48e942bd6885335e9610491a0552765b14 | refs/heads/master | 2021-04-09T17:24:54.545226 | 2018-03-19T05:48:48 | 2018-03-19T05:48:48 | 125,806,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.bosch.selenium;
import static org.junit.Assert.*;
import org.junit.Test;
public class LoginTest {
@Test
public void test() {
}
}
| [
"noreply@github.com"
] | imsam23.noreply@github.com |
91c1a520b7d8522bd1b949dc354b11092893c559 | 4e30cb1346ca84fbcdf961f2f8eabc84ac4fc864 | /common.moplaf.job/com.misc.common.moplaf.job.emf/src/com/misc/common/moplaf/job/RunParams.java | 283ad76979ec2b0e1f48ad42360329e1546d2a60 | [] | no_license | MichelSc/common.moplaf | 14fda486dac18f66ce0ec5de8f2818be18f23c5a | 58e9b0b20d643d521388a93b609b68dc71f5e7d7 | refs/heads/master | 2022-11-05T05:39:51.935466 | 2022-10-27T06:24:25 | 2022-10-27T06:24:25 | 32,098,602 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,034 | java | /*******************************************************************************
* Copyright (c) 2017, 2018 Michel Schaffers 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, a... | [
"michelschaffers@gmail.com"
] | michelschaffers@gmail.com |
2ff3bf145abca375d292926d0ffb3d3936de9a8b | 8da3d3f0b7ddc189e1676881238da095427be1b9 | /src/main/java/com/ayang818/honor/datacollection/model/GraduationExample.java | 97478b515f3826a2233fbcc91ecfede46f6688b3 | [] | no_license | ayang818/DataCollectionSystem | b95b56e3108ff4794cb395ee0061628308134042 | cc6bd20a6cb4e32674845e5f0a31756289a19b40 | refs/heads/master | 2022-06-22T11:16:36.095726 | 2019-11-20T12:09:10 | 2019-11-20T12:09:10 | 217,048,684 | 1 | 0 | null | 2022-06-21T02:06:10 | 2019-10-23T12:12:40 | Java | UTF-8 | Java | false | false | 28,852 | java | package com.ayang818.honor.datacollection.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class GraduationExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table graduation
*
* @mbg.generated Sun Nov ... | [
"ayang818@qq.com"
] | ayang818@qq.com |
0ff7ec372bcc645abff7fadaabd4ff62ba82a19f | 415e15d1a21709498e96647e51e357903d7676a5 | /dazuoye1/app/src/main/java/com/example/group/adapter/CartAdapter.java | a620341f50beea29d668375e69d99e162984dd48 | [] | no_license | 111zhangyue/- | a608b8d5332a2b913d8c61440724d72662bcb8cb | a4542392dc040987ab20260201b750d711041c5c | refs/heads/master | 2023-02-03T04:13:39.248813 | 2020-12-18T16:09:08 | 2020-12-18T16:09:08 | 304,999,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,697 | java | package com.example.group.adapter;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.group.MyApplic... | [
"18745400402@163.com"
] | 18745400402@163.com |
8017d262b7f0d360ad11fbced49658262086447b | c5666cd31eb0678c49657d9b98ac7a42d8f34836 | /Interview/src/com/datastructures/Maps/MyHashMap.java | d55c4485c0995c02eca405cb7c43baaa2d8554c5 | [] | no_license | sowmya9029/Interviews | d1f08ba8ede7ef75fddec49e17efed228d44653c | 610d07a7d52fce3a195ff13080f5a870ae355499 | refs/heads/master | 2022-04-21T09:53:38.888921 | 2020-04-11T00:38:19 | 2020-04-11T00:38:19 | 104,698,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,277 | java | package com.datastructures.Maps;
public class MyHashMap {
// for better re-sizing is taken as 2^4
private static final int SIZE = 16;
private Entry table[] = new Entry[SIZE];
/**
* To store the Map data in key and value pair.
* Used linked list approach to avoid the collisions
*/
cl... | [
"sowmya9029@gmail.com"
] | sowmya9029@gmail.com |
4ede2315e3adacb3fc253a6c31919afa75b9b4a0 | 5f6a4bd29c91fac9d861ccc65f78bfdb976c5085 | /src/jasacs/Testing.java | 365894087897946c743bb2436cebce11a89faf2e | [] | no_license | LordRollex112/JASACS | 0ae0bb332f751c1ca6a76d6c4686f0ea80e89c05 | 8b96106309494252d79ed713427a903d21a4e352 | refs/heads/master | 2021-01-22T12:35:25.668758 | 2017-09-04T11:11:22 | 2017-09-04T11:11:22 | 96,903,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | 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 jasacs;
/**
*
* @author daniel
*/
public abstract class Testing extends Main implements item{
}
| [
"daniel@RG-N425-T440-01.rgu.ac.uk"
] | daniel@RG-N425-T440-01.rgu.ac.uk |
66c913f2520eed70082ba054e4e1965d721c3aef | 9ad0eb06454a24544fd136df328abb5d5c70cef5 | /Android-demo/MaterialDrawer-demo/app/src/test/java/com/dm/materialdrawerdemo/ExampleUnitTest.java | ebe577c0298b06bd04826837bca5ff4a6c026f5e | [
"MIT"
] | permissive | absentm/Demo | 656aa69df6409b09822a85bd2ccac59a7df7627a | 0612299c7b629af549bd74dc07b957b27fc52495 | refs/heads/master | 2023-03-03T15:04:37.186286 | 2022-06-17T03:11:25 | 2022-06-29T06:15:00 | 67,702,373 | 6 | 2 | MIT | 2023-02-22T07:05:22 | 2016-09-08T12:45:40 | Java | UTF-8 | Java | false | false | 403 | java | package com.dm.materialdrawerdemo;
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>
*/
public class ExampleUnitTest {
@Test
public v... | [
"absentm@163.com"
] | absentm@163.com |
254f02f0c68a7235b0f9d9bbe2e34aeaa42d9ef3 | ca72883dc9b693970180e5caaf42528d457f3963 | /app/src/androidTest/java/com/vgrec/espressoexamples/test18/test2/DialogTests.java | c33a2156a56a776d7e6968538a9f6669d8aa44b0 | [] | no_license | hiyangyue/TestExpresso | 19a28c58924f34a71265c560ef00d459d7a76585 | 39e3ae55cd435b77068944523b5cc81fd5eea460 | refs/heads/master | 2022-09-22T05:30:00.612781 | 2020-05-28T12:30:51 | 2020-05-28T12:30:51 | 267,547,557 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,909 | java | package com.vgrec.espressoexamples.test18.test2;
import android.test.ActivityInstrumentationTestCase2;
import com.vgrec.espressoexamples.R;
import com.vgrec.espressoexamples.activities.DialogExampleActivity;
import static android.support.test.espresso.Espresso.onView;
import static android.support.test.espresso.acti... | [
"hi.yangyue1993@gmail.com"
] | hi.yangyue1993@gmail.com |
27e947075a444e49479e09a25305e70c2a1a2802 | 94243e15cfe9cccdf3638d53527fa58327efac29 | /habeascorpus_tokens/lucene-3.6.2/core/src/java/org/apache/lucene/LucenePackage.java | c7ae8471747dcf117aeecdc082d358fbfb5b1fce | [] | no_license | habeascorpus/habeascorpus-data-withComments | 4e0193450273f2d46ea9ef497746aaf93b5fc491 | 3a516954b42b24c93a8d1e292ff0a0907bed97ad | refs/heads/master | 2021-01-20T21:53:35.264690 | 2015-05-22T14:59:36 | 2015-05-22T14:59:36 | 18,139,450 | 3 | 1 | null | 2023-03-20T11:51:26 | 2014-03-26T13:45:05 | Java | UTF-8 | Java | false | false | 2,808 | java | package TokenNamepackage
org TokenNameIdentifier org
. TokenNameDOT
apache TokenNameIdentifier apache
. TokenNameDOT
lucene TokenNameIdentifier lucene
; TokenNameSEMICOLON
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed wi... | [
"dma@cs.cmu.edu"
] | dma@cs.cmu.edu |
b956d5d7231eaf09fee4f6167ea894099820d4f5 | 635ba9df74200dbcb704832556fb81c3b659bfa4 | /banner/src/main/java/com/base/banner/transformer/RotateUpTransformer.java | a380fee59dc3c0308dd299c3a0d04d3dafdb3a05 | [] | no_license | skill20/banner | 0ada0d1636258f6c98fb916704c40d811c71ec81 | 2e173192bcab9fb1d6a78be96dcdbfbbc25bc2f2 | refs/heads/master | 2020-04-26T08:48:31.411247 | 2019-05-17T09:51:27 | 2019-05-17T09:51:27 | 173,434,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | /*
* Copyright 2014 Toxic Bakery
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"qingqing.wang@jpush.cn"
] | qingqing.wang@jpush.cn |
2dd8d0b000e534549a2999c0fb294781ab8b9598 | 81e29340cef5d391b15ae4d315f7f0860cf54de6 | /src/ua/org/slovo/securesms/contacts/ContactsCursorLoader.java | c5144e7942f21a49f3a1d04185b6ac96c822cd31 | [
"Apache-2.0"
] | permissive | varkon/MilChat | c1ffbfbd794d6c470a2e1290d86b714de636bd53 | c68b8046f8767ffc7aea48e3801188bfde2501e6 | refs/heads/master | 2021-01-01T05:46:20.868691 | 2016-05-28T08:03:19 | 2016-05-28T08:03:19 | 58,546,315 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,637 | java | /**
* Copyright (C) 2013 Open Whisper Systems
*
* This program 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.
*
* This program... | [
"info@varkon.biz"
] | info@varkon.biz |
077e4bac149bc865e134550e2f49e59746f7af0a | b8d28009d08ae9c1e213432b7578f334c7b0cfde | /New1vs1/src/de/OnevsOne/main.java | 2665304806e85a5d66d3b61a2406a20070b4820e | [] | no_license | JHammer17/1vs1 | 5df302402945736fcf5d23962bb719de5be13b5c | 3038866c74b3133527fcc69c8b27bd4780fe1fbc | refs/heads/master | 2021-08-29T15:38:28.395400 | 2017-12-14T05:25:58 | 2017-12-14T05:25:58 | 106,918,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 59,571 | java | package de.OnevsOne;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import... | [
"infojhammer@web.de"
] | infojhammer@web.de |
a821a3fe71c41ac878e69538929de594a22d8948 | 40093e55e30af87b6f77135a2a07552a166df1a1 | /102.java | da5671a78eed33e2dd3ffaddc71f6230426e07d2 | [] | no_license | WendingLin/LC_ZERO | 36cc9bb53ca60b3a34bc90cd934c835ae65c3d35 | 8f6365383a1c44aa2e9562a0cfca205f67baaa10 | refs/heads/master | 2020-05-02T02:31:23.572298 | 2019-10-07T21:44:43 | 2019-10-07T21:44:43 | 177,706,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
List<List<Integer>> res = new ArrayList<List<Integer>>();
public List<List<Integer>> levelOrder(TreeNode root) {
if (ro... | [
"lycoris000@126.com"
] | lycoris000@126.com |
9b373d64f1d5d256af5b0c2e8f219e02576fb22d | 7ce853deebc84e5eb572f72bc26de688033324c7 | /src/main/java/com/chozoi/convertdata/processors/product/ShopStreams/ShopProductStreams.java | a2cebf2fe21f9c39c67da4ec81a2053468c82ab9 | [] | no_license | nguyenkhanhgithub/convert-data | 0d26f167f4d1e9e56544737ddadad56a9346cf69 | c50a810749af24994ab01e9b201955cdea96df0b | refs/heads/master | 2022-12-14T05:59:51.121302 | 2020-09-10T02:33:02 | 2020-09-10T02:33:02 | 294,281,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,331 | java | package com.chozoi.convertdata.processors.product.ShopStreams;
import chozoi.products.domain_event.Key;
import chozoi.products.domain_event.Value;
import chozoi.products.stats.ShopProductStats;
import com.chozoi.convertdata.processors.product.TopicConfig;
import com.chozoi.convertdata.processors.product.values.Product... | [
"khanhn@midas-creative.com"
] | khanhn@midas-creative.com |
e4c7407e1d6d4b2e49f4d928e1b1d96fe599f643 | 0c8389794cf320edbdae29e31c84fb9b8d779878 | /DesignPattern_Practice_6_Adapter/src/KoreaWildTurkey.java | 03c5ea483bc020549add09cd44710c54df76110d | [] | no_license | KangYoungkil/DesignPattern_Java | 1cd9eee0e4ad9806becf9f55c1fdc46e61c8bae7 | 94187e5d32382e7058c744c4fe1a4dfb9dbff003 | refs/heads/master | 2016-09-05T22:56:24.750469 | 2014-11-17T00:15:28 | 2014-11-17T00:15:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java |
public class KoreaWildTurkey extends WildTurkey implements KoreaTurkey{
public void gobble() {
System.out.println("꿱꿱");
}
public void fly() {
System.out.println("조금 더 날아");
}
public void gobble(int n) {
for(int i=0;i<n;i++)
System.out.println("꿱꿱");
}
public void fly(int n) {
for(int i=0;i<n;i++)
... | [
"Bross@192.168.10.103"
] | Bross@192.168.10.103 |
1db32e7aebcce2938962172c417c174619ce6562 | 07deb33bc5718b04e1d7f7c71748dcbac6384008 | /src/main/java/org/smart4j/customer/model/Customer.java | 7641d5a1f1fc4f1b3218d87d3443a6deb749ba0e | [] | no_license | sydml/servlet-demo | 4f51b74976ab2a79904bc4b42d43a61ca62c8d8a | 650ab26fe7c07305a6db9f0883cdf6d13075159d | refs/heads/master | 2020-03-24T21:32:06.651775 | 2018-08-04T02:49:35 | 2018-08-04T02:49:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package org.smart4j.customer.model;
/**
* Created by Yuming-Liu
* 日期: 2018-07-30
* 时间: 21:43
*/
public class Customer {
private Long id;
private String name;
private String contact;
private String telephone;
private String email;
private String remark;
public Long getId() {
... | [
"lymlzjtu@163.com"
] | lymlzjtu@163.com |
46e1c544939e06b16622884452e789aca3b96568 | 548dca70082f15103ce9cfd67991830229196cbd | /PheonixApp/src/edu/saintjoe/cs/zacha/pheonixapp/PheonixActivity.java | 7aaf1cfe5c1aeb0882ae91cdae2644e7f8feb38c | [] | no_license | zacharing/ZJAPhoenixApp | 411133a68b8bd0612881f8f7351f8ebde7df2f00 | 1f17598ecd7acf7f78c8336175b3e30a68e1c7d1 | refs/heads/master | 2020-05-18T06:35:32.116700 | 2015-03-25T19:46:29 | 2015-03-25T19:46:29 | 32,885,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package edu.saintjoe.cs.zacha.pheonixapp;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class PheonixActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentV... | [
"zaw9998@saintjoe.edu"
] | zaw9998@saintjoe.edu |
45ded304e4da5a2cbb3a33a6d2b0b55cb39bc7f5 | 147fa24bc83a2f6952ce4ae2861f6d8973bbf528 | /src/vnmrj/src/vnmr/ui/ParamArrayTable.java | 88243835fa0bc2a9ecf35cf98e202d6c2b62ecc8 | [] | no_license | rodrigobmg/ovj3 | 6860c19f0469b8ddc51bee208b3c3a00e36af27d | ab92686b5d8f1eec98021acdd08688cfee651e7f | refs/heads/master | 2021-01-23T13:37:06.107967 | 2016-02-29T01:13:25 | 2016-02-29T01:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,692 | java | /*
* Copyright (C) 2015 University of Oregon
*
* You may distribute under the terms of either the GNU General Public
* License or the Apache License, as specified in the README file.
*
* For more information, see the README file.
*/
package vnmr.ui;
import javax.swing.*;
import javax.swing.border.*;
import ja... | [
"timburrow@me.com"
] | timburrow@me.com |
d73c0c4c3d1757006648f824e1227870855731ce | 8e2b0356fbf46795ea76242570616393764afbec | /TIJ4Example/src/thinking/_11_holding/PriorityQueueDemo/PriorityQueueDemo.java | c94973a6f463ad010724ee60db7fb8c15531d99b | [] | no_license | royalwang/TIJ4Example | 491134983499b1ba1186975ed45ad5373b9e4a6d | 3bbc3a819ba3792c9d51857dad9ff5d1e316d2f0 | refs/heads/master | 2021-12-03T06:29:49.351584 | 2014-04-23T08:18:06 | 2014-04-23T08:18:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | package thinking._11_holding.PriorityQueueDemo;
import java.util.*;
import thinking._11_holding.QueueDemo.QueueDemo;
//: holding/PriorityQueueDemo.java
public class PriorityQueueDemo {
public PriorityQueueDemo() {
PriorityQueue<Integer> priorityQueue = new PriorityQueue<Integer>();
Random rand = new R... | [
"776488705@qq.com"
] | 776488705@qq.com |
075abc046e3ac029f8674c1cb11e8d2c4d9e7806 | 4a7dba07098f12ebf695199db434a06180a298d8 | /CustomInputFormatSol/src/main/java/com/pravritti/CustomInputRecordReader.java | 9a882b2ce7fdbf9f32f5c01ae204c9fa6d95706c | [] | no_license | xzanadu/Dezyre | e098d241569456fbf6ca777b53b35b763df5ad77 | 85e8526d521ab1dcd92bb8424036865dbfa2c19a | refs/heads/master | 2021-01-10T01:20:14.692620 | 2016-03-30T18:02:26 | 2016-03-30T18:02:26 | 53,093,136 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | java | package com.pravritti;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.InputSplit;
import o... | [
"xzanadu@gmail.com"
] | xzanadu@gmail.com |
3a7c0587d560fe8663897bc901b5cf28835f5e2a | 0b1c4b61747b4cfe392327c24c4e1c153c5e1c10 | /homework2120/tests/Player.java | bc8623895d1f91842acfbe5f26a7390c9e38d8e9 | [] | no_license | steventardojr/schoolProjects | a8c139e9fe03a68f2fbdb30eb244f3d5e4e26b35 | a4c1c5ed25858dfdb7ce6923631a395575ecc913 | refs/heads/master | 2016-09-06T15:59:37.670354 | 2015-05-09T20:01:05 | 2015-05-09T20:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,152 | java | import java.util.ArrayList;
/**
* CSCI 2120 Fall 2014
* Risk Game Class Player
* Authors: Steven Tardo
* Date: 10/21/14
**/
public class Player {
private String name;
private int numberOfArmies;
private int unplacedArmies;
private ArrayList<Territory> territories;
private ArrayList<Continent> continents;
publ... | [
"stardo@uno.edu"
] | stardo@uno.edu |
5e2b0e41c557b53692cf3730fb9a9b7445f3efb1 | e2fd15975ad0f14672fe29d375d7d23b3e4cc2a8 | /HomeJobMarketplace-master/src/org/care/presentation/seeker/EditJobServlet.java | 7a950d563815568068b7509bfafb4b4a35ede0fc | [] | no_license | kil23/JspServletProjectDemo | 5ee868fa93cc534bd8c48ced40a18c33498f5ba9 | 6e2ea53f5284a7c2e7e00f701badd317ad5a02b2 | refs/heads/master | 2020-04-10T05:33:46.649047 | 2019-01-17T15:20:49 | 2019-01-17T15:20:49 | 160,831,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,638 | java | package org.care.presentation.seeker;
import org.care.context.MyApplicationContext;
import org.care.dto.SeekerJobDTO;
import org.care.service.SeekerService;
import org.care.utils.CommonUtil;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import ja... | [
"abayes@apostek.local"
] | abayes@apostek.local |
ce4f68e8f2826f70063143e459155e1e6648ee2c | a73a13af5ee9c33d06a3cadd2f82ee0795be9acc | /src/main/java/com/LearnToCrypt/EmailService/IEmailService.java | 560f650fd47636582918cd17d306fbe079857b8d | [] | no_license | harsh-pamnani/LearnToCrypt | b083e1bc89d1604b198d1504c27d7c4e87fdbb15 | e0a5846503103d2ddaf7940408596d18b36e4f6f | refs/heads/master | 2022-07-24T05:29:10.506852 | 2019-08-02T21:55:41 | 2019-08-02T21:55:41 | 203,405,258 | 1 | 0 | null | 2022-07-11T21:05:22 | 2019-08-20T15:36:53 | Java | UTF-8 | Java | false | false | 126 | java | package com.LearnToCrypt.EmailService;
public interface IEmailService {
void sendPassResetMail(String email, String url);
}
| [
"aman.arya@dal.ca"
] | aman.arya@dal.ca |
78ddf0dfe18cb5d8ab3ab04682e3fd07ae73f605 | 7e9afed50aab2bec455b0f94b6edca8c4c19f4ce | /_Connors examples/GuessNumberAndGuessLetter/31_GuessANumberBetween1and10withLivesAndPlayRetrySeeNumsUsedBeforeCheckInput/App.java | 769574902e5760519ddcacf0ceb9c9e7fee1f914 | [] | no_license | Seosamhoc/JavaCodeBreaker | bf0aac40ce89ccddadf69c17af1384b8cc72c30c | 50b942f2188a9c0069b31924fa98212e295de2ab | refs/heads/master | 2016-09-06T04:45:44.471476 | 2013-11-20T15:16:23 | 2013-11-20T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,724 | java | /*****************************************************************
*
* Date: 01 Oct 2011
* @author Conor O Reilly
*
* Version 1 - get a number between 1 - 10 and just allow one guess,
*
*****************************************************************/
import java.util.Scanner;
class App
{
public... | [
"seosamh.ocinneide@gmail.com"
] | seosamh.ocinneide@gmail.com |
aca5b34d14d4baf0b7747afe0323fb53c4ca13c4 | 70b6c7de42518873eaa57f4fec5e4caed361887a | /src/main/java/io/github/crawlerbot/repository/search/ChannelOuterLinkSearchRepository.java | 563f0fb310c5c9de283a83ae3806f60c641900b0 | [] | no_license | crawlerbot/crawler-configuration | 49793fcb0bd1c02f1a0b2e6b4ff1b38cd20845fc | c5e4e3007ff6f76b9a920582352e9b9bdb316e52 | refs/heads/master | 2020-03-22T21:34:54.692243 | 2019-05-17T12:06:38 | 2019-05-17T12:06:38 | 140,697,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package io.github.crawlerbot.repository.search;
import io.github.crawlerbot.domain.ChannelOuterLink;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data Elasticsearch repository for the ChannelOuterLink entity.
*/
public interface ChannelOuterLinkSearchRepository exte... | [
"hungnguyendang@Hungs-MacBook-Pro.local"
] | hungnguyendang@Hungs-MacBook-Pro.local |
2508b769865197edfc3663bcd0d1c05d6800ef74 | 19bf77b29d0324fdd1c537d2d0cc397c0b57ddc4 | /server/src/main/java/server/CentralizedConfigServer.java | cd05d4abeddb8da42b9e9bf6dbf8124ee7509a5e | [] | no_license | mladensavic94/centralized_config_reforged | 061b890a5fe2fd9946650241f0d321d5c2fe43f8 | bc290e1aad3d6bd3d99ded33a78d58a67aa28654 | refs/heads/master | 2022-12-09T20:00:32.264703 | 2020-09-11T15:47:12 | 2020-09-11T15:47:12 | 294,363,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
@SpringBootApplication
@EnableConfigServer
public class CentralizedConfigServer {
public static void main(Stri... | [
"mladensavic94@gmail.com"
] | mladensavic94@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.