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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f13257f34359c8b41dc783177c1e8274547bf53e | f07946e772638403c47cc3e865fd8a5e976c0ce6 | /leetcode_java/src/1375.bulb-switcher-iii.java | 2d424073a9e43ba53ad5897df3582bc873201d3e | [] | no_license | yuan-fei/Coding | 2faf4f87c72694d56ac082778cfc81c6ff8ec793 | 2c64b53c5ec1926002d6e4236c4a41a676aa9472 | refs/heads/master | 2023-07-23T07:32:33.776398 | 2023-07-21T15:34:25 | 2023-07-21T15:34:25 | 113,255,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,273 | java | /*
* @lc app=leetcode id=1375 lang=java
*
* [1375] Bulb Switcher III
*
* https://leetcode.com/problems/bulb-switcher-iii/description/
*
* algorithms
* Medium (58.84%)
* Likes: 74
* Dislikes: 9
* Total Accepted: 7.5K
* Total Submissions: 12.7K
* Testcase Example: '[2,1,3,5,4]'
*
* There is a room w... | [
"yuanfei_1984@hotmail.com"
] | yuanfei_1984@hotmail.com |
984e81b42b0ce461fce69a2084ab4d81c7d0161c | ddb0f39444d9706ede108300a2ef168f86fa0b1d | /src/main/java/lab3/FlightStats.java | 8e13ba9eaf69223941dacee2039ecbfa1ca6bb71 | [] | no_license | SalemDrk/PADP | c21887288b89d1fe1f4404da4b3c2652a978bb08 | 9ad29ca8b11ac38cbe0bf9899f897f45392cedde | refs/heads/main | 2023-02-03T05:01:29.118240 | 2020-12-18T13:00:50 | 2020-12-18T13:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,991 | java | package lab3;
import scala.Tuple2;
import java.io.Serializable;
import java.util.Iterator;
import java.util.Map;
public class FlightStats implements Serializable {
private long originID, arrivalID;
private float maxDelayedFlight, perDelay, perCancelled;
private String originPortName, arrivalPortName;
... | [
"n.evvio@bk.ru"
] | n.evvio@bk.ru |
bc2d9688b30e840a695eac76ebe828d0f5fe4b39 | 31a2fa1bec7a08179e2cb0ce617755f0d13c8caa | /src/LinkHashSetDemo.java | 192a3376101877ff61d296f3577e99f8c403eb7b | [] | no_license | NinhThiLien/Collection | d32a72bedf11dbabde7d8e34c7a88564b3cf931c | 13fe897d1dc1c4dfa01cef36e8fd9b9e7e49c0d2 | refs/heads/master | 2021-05-16T05:47:20.080730 | 2017-09-12T05:28:25 | 2017-09-12T05:28:25 | 103,239,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | import java.util.*;
public class LinkHashSetDemo {
public static void main(String[] args) {
LinkedHashMap<Integer,String> lhm = new LinkedHashMap<Integer,String>();
lhm.put(104,"Hieu");
lhm.put(101,"Luyen");
lhm.put(102,"KA");
lhm.put(103,"VA");
for(Map.Entry m: lhm.e... | [
"lienbkak59@gmail.com"
] | lienbkak59@gmail.com |
c091a205d4b59e009e51653b9ca8a0a878e15101 | 5830049ed5010a589bf85c840ec52924b973b9bb | /app/src/main/java/com/wzlab/smartcity/activity/account/AccountActivity.java | 11e266826bae6651865282ca02839345a0f4873b | [] | no_license | zwangZJU/SmartCity | 6062bb668128d7c94f70661bfb57629fb6958eda | d60459155da10b663e7e96789046390060a10593 | refs/heads/master | 2020-03-19T11:12:05.201501 | 2018-09-26T10:52:41 | 2018-09-26T10:52:41 | 136,438,731 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,543 | java | package com.wzlab.smartcity.activity.account;
import android.annotation.SuppressLint;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import andro... | [
"zju.zwang@gmail.com"
] | zju.zwang@gmail.com |
c3082fe68da01a88e7ffd8e88cedac086306c211 | e32301927e6a7c06fc5805fa726dfa4a051b906f | /im-base-common/src/main/java/com/lcy/common/constant/Constant.java | dcf720842d938ac3c9b13bc935c27d8fbfd50192 | [] | no_license | qq2597126/im | 1e2f87985022104f2d9fb62c27ed10a91fc99e9e | 1ab15081f3f9015974327e4c4855dfea25b70fee | refs/heads/main | 2023-01-06T17:14:59.477123 | 2020-11-04T09:24:36 | 2020-11-04T09:24:36 | 303,305,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.lcy.common.constant;
import io.netty.util.AttributeKey;
/**
* @author lcy
* @DESC:
* @date 2020/9/4.
*/
public final class Constant {
/**
* 编解码
*/
public final static class MessageCodecConstants{
/**
* 魔数,可以通过配置获取
*/
public static final short MAGIC_... | [
"954565591@qq.com"
] | 954565591@qq.com |
91c9847119f69e76aa8be8822720b3e04d4b9603 | 90b2d133a5cedc9758d3dac8a50e3747c59a2f6a | /draco/src/java/game/com/game/draco/app/pet/UserPetApp.java | 7b9dfd5e7d102bad9f88cd0b063003dbc457ebcf | [] | no_license | brandonlamb/game-server-mmorpg | 890f191b727b760e018bcf173c54978b1d4e50a8 | 50f869a180b2333db35801a827ab99634dd8217b | refs/heads/master | 2020-05-15T20:58:14.830098 | 2017-03-27T09:44:40 | 2017-03-27T09:44:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,459 | java | package com.game.draco.app.pet;
import java.util.Map;
import com.game.draco.app.pet.domain.RolePet;
import com.game.draco.app.pet.domain.RolePetStatus;
public interface UserPetApp {
public void addRolePet(String roleId, RolePet rolePet);// 增加宠物(不入库)
public void insertRolePet(RolePet rolePet);// 增加宠物(入库)
publ... | [
"346126185@qq.com"
] | 346126185@qq.com |
df291f349870a37c0ac74252d2f867fb546e5d0b | 0b4844d550c8e77cd93940e4a1d8b06d0fbeabf7 | /JavaSource/dream/work/pm/std/service/LovStdPointListService.java | 37c94a51dc9dc1029ab0766be0a652a26e7fc1d6 | [] | no_license | eMainTec-DREAM/DREAM | bbf928b5c50dd416e1d45db3722f6c9e35d8973c | 05e3ea85f9adb6ad6cbe02f4af44d941400a1620 | refs/heads/master | 2020-12-22T20:44:44.387788 | 2020-01-29T06:47:47 | 2020-01-29T06:47:47 | 236,912,749 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 774 | java | package dream.work.pm.std.service;
import java.util.List;
import common.bean.User;
import dream.work.pm.std.dto.LovStdPointListDTO;
/**
* 표준항목선택 Service
* @author ssong
* @version $Id:$
* @since 1.0
*
*/
public interface LovStdPointListService
{
/**
* 거래처검색
* @author ssong... | [
"HN4741@10.31.0.185"
] | HN4741@10.31.0.185 |
8c891a82f8fd5a606ab95103d20cb74276e3ef8e | 5e54a931d63c19d4fc97ad96e262e69aacf23c2e | /src/main/java/com/lechebang/model/SaveCarModel.java | 2174c14e2b76633b6d6908f11127ff6182482792 | [] | no_license | snamper/lcb | 223b67ad73e122b94d23628213906f187a51146c | 3821d4ddc7ba77a79be0ff04b22dd7b57aa6ab5a | refs/heads/master | 2020-05-16T04:23:45.691408 | 2017-03-06T02:32:02 | 2017-03-06T02:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | package com.lechebang.model;
/**
* Created by Administrator on 2017/3/2.
*/
public class SaveCarModel {
private int costTime;
private String msg;
private SaveCar result=new SaveCar();
private String resultCode;
private String statusCode;
private Object validationErrors;
public int getCos... | [
"javar.cn@gmail.com"
] | javar.cn@gmail.com |
2513ea9fa6155be5f99f1936c5610aab52ac8ac0 | 97790a55fc53c32110efaafc5756573e29716e44 | /eforceconfig-core/src/main/java/com/google/code/eforceconfig/ConfigValueTable.java | 9e790aac180fc42b379e339d164b84207c32af04 | [] | no_license | debrando/eforceconfig | 83964d5a0ac62b0abee5eaf67b13fbbe0187656d | 4443c379cebb9ae9b59560f58e75f05ed565b875 | refs/heads/master | 2021-01-10T11:51:31.713698 | 2011-02-01T19:12:57 | 2011-02-01T19:12:57 | 49,513,956 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package com.google.code.eforceconfig;
import java.util.Hashtable;
public class ConfigValueTable extends Hashtable
{
}
| [
"Andrea.Gariboldi@8797f1b1-c6c7-ddcb-aba0-cce677c8d905"
] | Andrea.Gariboldi@8797f1b1-c6c7-ddcb-aba0-cce677c8d905 |
cb0e0aea34abf5653776848ddce3170bf4accc10 | a2655159c8dd9a225ba1ed940a675c51a7658697 | /PAF/src/com/hari/controller/LoginController.java | 044373173da0c173aabae3e8aec8dad1636ecfc9 | [] | no_license | HariharanMiracle/3rd-year-1st-Semenster-PAF-codes | de7fff56cc37e8cf38eeb6c51ad05757e637b7ab | 6ecebe71d5303536b5904ae18359ea83eb4e43fb | refs/heads/master | 2022-12-22T08:23:52.938780 | 2019-05-26T04:12:09 | 2019-05-26T04:12:09 | 188,584,590 | 2 | 0 | null | 2022-12-16T12:12:55 | 2019-05-25T15:46:33 | JavaScript | UTF-8 | Java | false | false | 2,770 | java | package com.hari.controller;
import java.io.IOException;
import java.sql.Connection;
import javax.swing.text.Document;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
impo... | [
"hariharankim@gmail.com"
] | hariharankim@gmail.com |
2a3b35470da2d8cf9aac0cab330020b2741a1b87 | 7d5168f187f9264b0ad05c543450dd78ba96ef0b | /learn-zookeeper/dubbo-consumer/src/main/java/com/wll/test/zookeeper/web/HomeController.java | 17e9bf63741bae194356b9eb5adf37418d9de311 | [] | no_license | wlily/learn-distribute | a39b307c67a474c140a076c0c3507f77cf6aacde | 8852fdd70409a25a7e8ffac1e4ffc8f7e29a5c86 | refs/heads/master | 2020-06-18T15:38:40.104494 | 2017-08-31T00:41:17 | 2017-08-31T00:41:17 | 94,168,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package com.wll.test.zookeeper.web;
import com.wll.test.zookeeper.service.IProduct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.w... | [
"wang.lili3@zte.com.cn"
] | wang.lili3@zte.com.cn |
2249be67e928e43be2d0209316d0149450394953 | 521633be8207344502e665447251982d7f6aaad7 | /src/main/java/io/github/incplusplus/bigtoolbox/network/interop/lin/nm/org/freedesktop/networkmanager/types/NMManagerReloadFlags.java | 6257baeb5eea45793b4b6993b438c5f426163950 | [
"Apache-2.0"
] | permissive | IncPlusPlus/bigtoolbox-network | 6c725a6ac2aa82f9bd84a5daea36a13071a3a163 | 9c431a7c9d2c1b00207260502b6e4d87022ec8ef | refs/heads/master | 2021-08-03T00:28:16.047875 | 2020-10-03T22:52:14 | 2020-10-03T22:52:14 | 210,644,178 | 1 | 1 | Apache-2.0 | 2021-07-21T03:04:09 | 2019-09-24T16:04:44 | Java | UTF-8 | Java | false | false | 1,804 | java | package io.github.incplusplus.bigtoolbox.network.interop.lin.nm.org.freedesktop.networkmanager.types;
import java.util.Arrays;
import java.util.Map;
import java.util.function.Function;
import java.util.stream.Collectors;
import org.freedesktop.dbus.types.UInt32;
/** Flags for the manager Reload() call. */
public enum... | [
"cloherty.ryan@gmail.com"
] | cloherty.ryan@gmail.com |
8320f2bd08921f5a5abd00f2f76e89c06343cb2c | a52b1d91a5a2984591df9b2f03b1014c263ee8ab | /net/minecraft/server/MinecraftServer.java | 031e816c576681c65e51393195eb0d5abc60ad7e | [] | no_license | MelonsYum/leap-client | 5c200d0b39e0ca1f2071f9264f913f9e6977d4b4 | c6611d4b9600311e1eb10f87a949419e34749373 | refs/heads/main | 2023-08-04T17:40:13.797831 | 2021-09-17T00:18:38 | 2021-09-17T00:18:38 | 411,085,054 | 3 | 3 | null | 2021-09-28T00:33:06 | 2021-09-28T00:33:05 | null | UTF-8 | Java | false | false | 55,406 | java | /* */ package net.minecraft.server;
/* */ import com.google.common.collect.Lists;
/* */ import com.google.common.collect.Queues;
/* */ import com.google.common.util.concurrent.Futures;
/* */ import com.google.common.util.concurrent.ListenableFuture;
/* */ import com.google.common.util.conc... | [
"90357372+danny-125@users.noreply.github.com"
] | 90357372+danny-125@users.noreply.github.com |
357ac7cd27c51c874998dbe9ee426b38a3a17ad8 | 7eecd8af862531023e696105544a8754e83d8bfb | /TakingOrder/java/good/job/pj/common/exception/ServiceException.java | f2d1d88d07155ce46362cd5ad2bcc8e1d5ab4a57 | [] | no_license | longbazb/TakingOrders | 9f9a0fcfab2614094fe766c0f4bb3a5dabe7e2bf | 823beb3345be6c15037a42b2c9721e32839136e1 | refs/heads/master | 2023-08-12T01:37:52.103425 | 2019-10-31T08:42:19 | 2019-10-31T08:42:19 | 217,248,434 | 0 | 0 | null | 2023-07-22T19:39:27 | 2019-10-24T08:21:58 | Java | UTF-8 | Java | false | false | 442 | java | package good.job.pj.common.exception;
public class ServiceException extends RuntimeException {
private static final long serialVersionUID = 7716942467478836250L;
public ServiceException() {
super();
}
public ServiceException(String message) {
super(message);
// TODO Auto-generated constructor stu... | [
"Administrator@2016-20180417HZ"
] | Administrator@2016-20180417HZ |
e2ba79bbd27f0b785fa9b826053b89ab24f8e36d | 0ebeebb9940a1245a902f5e52776dfd9a02e6ea0 | /src/org/assassin/jr/attabot/logger/DynamicLogger.java | 1776e94f0ea1bf3ef9377fe6918ba380da3e4518 | [] | no_license | jokerrules/atta | 712640dc695ce92a990e5e0f2a672426b5d1f249 | 8ad078567fa8fe520054095a424f792d1613dd5b | refs/heads/master | 2021-09-08T17:19:41.092466 | 2018-03-11T08:18:41 | 2018-03-11T08:18:41 | 121,135,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package org.assassin.jr.attabot.logger;
import java.util.HashMap;
import java.util.Map;
import org.assassin.jr.attabot.utility.AttaGobalSetting;
public class DynamicLogger {
private static DynamicLogger singleton;
private Map<String, LoggerStandard> mapLogger;
private DynamicLogger() {
this.mapLogger = new Has... | [
"joker.rulesss@gmail.com"
] | joker.rulesss@gmail.com |
a49b1509a72de129274a8a04f288cf027fee5978 | 40c3fcdef18020c903929ba0981e8c6c0dcd09f8 | /tubemq-connectors/tubemq-connector-flink/src/main/java/org/apache/flink/connectors/tubemq/TubemqOptions.java | d37dbe0eeb7fee9a2d29e6c916b1aa8bf6b1b1a7 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zjmeow/incubator-tubemq | 7dabb443452d291dee6adb0c3f5f5acb82de01ba | e25e399c6994d9dc45f10e84dd1f5b50dd072b11 | refs/heads/master | 2022-12-05T00:09:45.448367 | 2020-08-19T11:08:54 | 2020-08-19T11:08:54 | 288,690,447 | 1 | 0 | Apache-2.0 | 2020-08-19T09:32:46 | 2020-08-19T09:32:45 | null | UTF-8 | Java | false | false | 2,620 | 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 ... | [
"noreply@github.com"
] | zjmeow.noreply@github.com |
9bc49c00071159bb8bf638ee9756b1d2cddad261 | 31f043184e2839ad5c3acbaf46eb1a26408d4296 | /src/main/java/com/github/highcharts4gwt/model/highcharts/option/jso/plotoptions/line/JsoLegendItemClickEvent.java | 29ec90eed29c9469fabb2c12bae8535c3e49c65f | [] | no_license | highcharts4gwt/highchart-wrapper | 52ffa84f2f441aa85de52adb3503266aec66e0ac | 0a4278ddfa829998deb750de0a5bd635050b4430 | refs/heads/master | 2021-01-17T20:25:22.231745 | 2015-06-30T15:05:01 | 2015-06-30T15:05:01 | 24,794,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java |
package com.github.highcharts4gwt.model.highcharts.option.jso.plotoptions.line;
import com.github.highcharts4gwt.model.highcharts.object.api.Series;
import com.github.highcharts4gwt.model.highcharts.option.api.plotoptions.line.LegendItemClickEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoLegend... | [
"ronan.quillevere@gmail.com"
] | ronan.quillevere@gmail.com |
5373911273d349e388bd3927533630a5e061a40a | b723cd7038c2c3734eee1f7bd61b6d1f6362dd79 | /JavaEx/src/com/javaex/io/bytestream/FileStreamEx.java | be3080084d12c23220026ead0a284740f2380986 | [] | no_license | scottku/JavaEX | 74271f6b4382fcb7f1b79febfe46e93832832bce | dba15e707e994ec8ac1b63b227a9253ef97cbc7e | refs/heads/master | 2023-05-06T05:33:10.268233 | 2021-05-31T00:45:48 | 2021-05-31T00:45:48 | 363,072,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,007 | java | package com.javaex.io.bytestream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
public class FileStreamEx {
static String rootPath = System.getProperty("user.dir") + "\\files\... | [
"scott@192.168.219.106"
] | scott@192.168.219.106 |
df3918fdaece480d16e8a3e4d0cc714deeabc8ff | 1e0e9b82cbd43b13eedc44186f065b6804f13080 | /leadcanary-watcher/gen/com/squareup/leakcanary/watcher/R.java | ed4bd77ffbc3123457c21e745ac43a5427713b2e | [] | no_license | liwenzhi/wenzhi_leakCanary_eclipse | bc429767cae72dc29033a26e6b310f44acee30ba | 1b08e4234ba777ba1d9c2466216ba7b64ccb929f | refs/heads/master | 2021-01-25T07:02:10.560175 | 2017-06-08T15:31:43 | 2017-06-08T15:31:43 | 93,646,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | /*___Generated_by_IDEA___*/
package com.squareup.leakcanary.watcher;
/* This stub is for using by IDE only. It is NOT the R class actually packed into APK */
public final class R {
} | [
"170426029@qq.com"
] | 170426029@qq.com |
101d8cd86ff900ae42cdb3426c87f911472760e4 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-health/src/main/java/com/amazonaws/services/health/model/EnableHealthServiceAccessForOrganizationResult.java | 50088c202364bd75f55b4a03b21483771a758430 | [
"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,517 | 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... | [
""
] | |
4058ede953e38efa65f550668760ae7dc9dae8e4 | 23acf5f50e8629949b2f26288a11651b5af3fe77 | /src/main/g8/$api__packaged$/src/main/$java__packaged$/com/isuwang/soa/hello/service/HelloService.java | ebc49204cdb0a37344c43698c30ee8530642cde4 | [] | no_license | isuwang/dapeng-soa.g8 | b2d179aaee34a54e8a6e8b8429b4bc997ca1c36d | 5fc9ca76337c81a249b153db07cf1cc3f9ca41e6 | refs/heads/master | 2021-09-02T15:15:55.695798 | 2017-12-18T15:40:31 | 2017-12-18T15:40:31 | 109,946,763 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 578 | java |
package com.isuwang.soa.hello.service;
import com.isuwang.dapeng.core.Processor;
import com.isuwang.dapeng.core.Service;
/**
* Autogenerated by Dapeng-Code-Generator (1.2.2)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*
**/
@Service(name="com.isuwang.soa.hello.service.HelloSer... | [
"liangbinbin@iplas.com.cn"
] | liangbinbin@iplas.com.cn |
6e525c596f39941ae80c42c842433b7cfec1c23b | 3cfffef6873f6e15baeb3839a32920d677fe0956 | /src/main/java/com/zxs/server/mobile/controller/gugeng/repairmanage/ProductionManageRepairManageMController.java | 02e1fc9dc0c57df17e02e2cf47345d73792d1543 | [] | no_license | jayzc1234/learngit | 2ba4c8bf939ea82b7bc73d17c6f1dc5fb09139f8 | 804d6bb3317acf23477b044a841b0ebf7c10a966 | refs/heads/master | 2022-07-16T16:53:45.645407 | 2021-08-05T13:15:17 | 2021-08-05T13:15:17 | 158,473,801 | 0 | 0 | null | 2022-06-21T03:38:42 | 2018-11-21T01:33:25 | Java | UTF-8 | Java | false | false | 7,449 | java | package com.zxs.server.mobile.controller.gugeng.repairmanage;
import com.jgw.supercodeplatform.common.AbstractPageService;
import com.jgw.supercodeplatform.exception.SuperCodeException;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
impor... | [
"zhuchuang@app315.net"
] | zhuchuang@app315.net |
8201eb1be85a0486dfc9053ccc917ecb82d155c6 | 1a5b44cfe82af1b1cdb485a48bdf3483c6a3e2dd | /Member/src/main/java/com/icia/member/dao/MemberDAO.java | abbdb5f06cd0956c66939df490c43966a79a8742 | [] | no_license | lehebk/FRAME | 79f7fd8c7cd5ccf4b8a93e0e9d8d6420af51e178 | 868aa195d8f99320daed813c820ef089133a02b5 | refs/heads/master | 2023-05-11T11:27:18.767999 | 2021-06-02T10:39:07 | 2021-06-02T10:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.icia.member.dao;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.icia.member.dto.MemberDTO;
@Repository
public class MemberDAO {
@Autowired
private SqlSessionTemplate sql;
publ... | [
"lehebk@naver.com"
] | lehebk@naver.com |
d1a765bb9d0f3932253bb523154e78a60b1e0ca9 | 688f0c041250cbe4735d36cc58c3891d59a6cbd0 | /src/warenautomat/Kasse.java | f83444043405d2f27c618381df8188e744d632ec | [
"MIT"
] | permissive | LucaMele/warenautomat | f20b23554800fe5214aacaffbd3bb9c7f25f269b | 225a7b055a84a778cc9d3953185ea35074be83b0 | refs/heads/master | 2021-01-23T10:35:44.332148 | 2017-06-08T17:04:20 | 2017-06-08T17:04:20 | 93,075,302 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,178 | java | package warenautomat;
import java.util.ArrayList;
import warenautomat.SystemSoftware;
/**
* Die Kasse verwaltet das eingenommene Geld sowie das Wechselgeld. <br>
* Die Kasse hat fünf Münz-Säulen für: <br>
* - 10 Rappen <br>
* - 20 Rappen <br>
* - 50 Rappen <br>
* - 1 Franken <br>
* - 2 Franken <br>
*/
publi... | [
"luca.mele@atos.net"
] | luca.mele@atos.net |
cb26befb414340ee452481368e330663ede09a5a | 4315f28ca48cc4a46ee924bae604fe18ba8b08f8 | /gitproject/src/gitproject/test2.java | 2468b2f27ee6476dfd52027c1c76fcfec55bfee8 | [] | no_license | bharathimidde/git | 4ee0aec6116adec2089685437e993499e04bc0a3 | d71f6527dcd0f09a9b94cb9e22734df4b9a045c1 | refs/heads/master | 2023-03-02T03:46:27.684022 | 2021-02-02T08:11:07 | 2021-02-02T08:11:07 | 335,214,024 | 0 | 0 | null | 2021-02-02T16:04:02 | 2021-02-02T08:09:18 | Java | UTF-8 | Java | false | false | 140 | java | package gitproject;
public class test2 {
public static void main(String[] args) {
System.out.println("second program");
}
}
| [
"bharathimidde74@gmail.com"
] | bharathimidde74@gmail.com |
ec141428af67a2315e1eb59dcf0282731d9f051c | 06c302ae0ee099de7c00897d1d8b1e48d45ecc5b | /src/com/qlzy/mainPage/indexGoods/service/impl/DictionaryServiceImpl.java | b1da47fcb0d64dcc566a899c9f8cbd274446a362 | [] | no_license | 945284941/haoxingPC | c14df3d69bca6f8b0b1f6d8af3f09b8b8686c678 | af53b4afe937981d8937c21116e834e1a8e15b92 | refs/heads/master | 2020-03-15T11:23:22.413113 | 2018-05-25T05:26:35 | 2018-05-25T05:26:35 | 132,119,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | package com.qlzy.mainPage.indexGoods.service.impl;
import com.qlzy.mainPage.indexGoods.dao.QlDictMapper;
import com.qlzy.mainPage.indexGoods.service.DictionaryService;
import com.qlzy.model.QlDict;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.HashMap;
import java.u... | [
"a945284941@qq.com"
] | a945284941@qq.com |
bd9f1a0312012cb08a9a43764cce4dd76779a722 | e70ce3054aa22dd22895eed9ba6f2dbb5f51a9f3 | /manage/src/main/java/team/nercita/manage/cms/service/project/BusinessService.java | 64234574750ffe1a68c92db716525c6c334169e6 | [] | no_license | love-zhawa/manage | e42c4109fdfe5a76c39f1ea829997353c7e58ee3 | b874ceba9c79004c015f1fc4356090b5d468b039 | refs/heads/master | 2020-04-01T00:38:59.415905 | 2018-10-29T01:22:07 | 2018-10-29T01:22:07 | 152,706,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | /*
* BusinessService.java
* 创建者:侯建玮
* 系统名称:农业自动化内部管理系统。
* 创建日期:2017年11月19日 上午8:58:16
* 创业小团队-后台
*/
package team.nercita.manage.cms.service.project;
import java.util.List;
import java.util.Map;
import team.nercita.manage.cms.po.project.BusinessDetail;
import team.nercita.manage.cms.po.project.Projec... | [
"Administrator@WV922H92DCCPOXN"
] | Administrator@WV922H92DCCPOXN |
3221cf95cc524d16f819c1ef41b17cb79876ac30 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Hadoop/1303_1.java | d8c3154678a617cf336776d725750bd069145055 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | //,temp,TestFileBasedCopyListing.java,157,176,temp,TestIntegration.java,419,439
//,3
public class xxx {
private void caseSingleFileTargetDir(boolean sync) {
try {
Path listFile = new Path("/tmp/listing");
Path target = new Path("/tmp/target");
addEntries(listFile, "/tmp/singlefile2/file2");
... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
efbe0588a58b96f3f68addd1a2b857cbf24fb1e1 | 28c2a0b55ace621405654389af11b388455f2b38 | /src/main/java/concretemanor/tools/teamview/actions/ActionBeanBase.java | 614c21fa8f0f1f3e94ce455762fa31416ed91013 | [] | no_license | concretemanor/teamview | 680d4d6da1d879bd2b6b998028b402f1b03738a8 | 112b9aa255d3d6384286321a34bb030891fa967c | refs/heads/master | 2020-05-25T12:16:30.154962 | 2013-04-14T19:07:04 | 2013-04-14T19:07:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package concretemanor.tools.teamview.actions;
import net.sourceforge.stripes.action.ActionBeanContext;
import net.sourceforge.stripes.integration.spring.SpringBean;
import concretemanor.tools.teamview.service.IService;
public class ActionBeanBase {
ActionBeanContext context;
@SpringBean
private I... | [
"billsmithaustin@yahoo.com"
] | billsmithaustin@yahoo.com |
206e220389f167bffe0bda4bd6256f996ab1e3b4 | 81da72b24376f1fc5a1fa831c8edd9c591008575 | /src/main/java/com/github/mybatis/spring/MapperFactoryBean.java | afd86e70817d5317992037e619144d4288f635e7 | [
"Apache-2.0"
] | permissive | ImmortalCountry/mybatis-spring-support | b0c0c0feebdcc5dcda836c2396568bc26403853d | de412e98d00e9a012c0619778fa1a61832863b82 | refs/heads/master | 2021-05-30T05:40:54.896825 | 2015-10-25T02:06:02 | 2015-10-25T02:06:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,656 | java | package com.github.mybatis.spring;
/*
* Copyright 2010-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | [
"39513055@qq.com"
] | 39513055@qq.com |
65a8309c65d47e11150b6d80356d7af605852c5e | ae35d831bab14899f961a0b8784903708149a907 | /core/src/lando/systems/trainjam2016/utils/accessors/RectangleAccessor.java | 8bbb767b2285e3598a8e745aee79fa143c3d86e6 | [] | no_license | mtolly/trainjam-2016 | 854bb799ba5a078cc3a079796dede96307a0e364 | 4139862536d0be3c378bc828163c555369699439 | refs/heads/master | 2021-01-18T07:29:31.471383 | 2016-03-13T22:00:33 | 2016-03-13T22:00:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package lando.systems.trainjam2016.utils.accessors;
import aurelienribon.tweenengine.TweenAccessor;
import com.badlogic.gdx.math.Rectangle;
public class RectangleAccessor implements TweenAccessor<Rectangle> {
public static final int X = 1;
public static final int Y = 2;
public static final int W = 3;
... | [
"brian.ploeckelman@gmail.com"
] | brian.ploeckelman@gmail.com |
46d9417fd4f19d2f03f6fb729197ddc051b33d6f | c5a3b7cf4e2a66f75860658a3f38462458dd3150 | /library/src/main/java/com/kimeeo/library/utils/NetworkUtilities.java | 1d86c7dcef7bc57d1e70c9f004708de196ea5b11 | [] | no_license | djinnovations/Kandroid | e59391678db98018a5e4cca7f94bfcf097676ffe | 28de2c8ae96b0706dc363a3ccca4ed798b6f8683 | refs/heads/master | 2021-01-16T20:05:49.806107 | 2016-05-10T15:20:09 | 2016-05-10T15:20:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,283 | java | package com.kimeeo.library.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* Created by bhavinpadhiyar on 4/13/15.
*/
public class NetworkUtilities
{
public static boolean haveConnectedWifi(Context c)
{
boolean connectedWifi = fals... | [
"bhavin.in@gmail.com"
] | bhavin.in@gmail.com |
16c89691eace1f4dbc5fd185be48916c99af280b | b25097ff76ac644dcf10252883a082250e542aaf | /week7/IntegerArrayTest/src/IntegerArrayTest.java | ccd39351013bee834cadb521487db3c03c383e7a | [] | no_license | ConnorDillonDev/JavaWokshops | d75c22df69301645df9b6fbc7a958f7c35c70ab4 | 1682765eace6e33bd041790d9cd0c64e266e0ecf | refs/heads/master | 2022-11-05T16:08:35.178342 | 2020-06-19T12:08:41 | 2020-06-19T12:08:41 | 247,721,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java |
public class IntegerArrayTest {
public static void main(String[] args) {
Integer[] numbers={5, 6, 3, 7, 8};
IntegerArray integers = new IntegerArray(numbers);
System.out.println(integers);
System.out.println("total: "+integers.getTotal());
}
}
| [
"connordillon96@gmail.com"
] | connordillon96@gmail.com |
6c835b70c5f1e9c3638fc3f4b1a0d9aa64ee4b51 | a0eb77c1bb0c48aa98b3c5f6f0617befb27c815d | /src/AgentFusionCenter.java | ca5948c17471e0c5b242701a2d08eaacaed71f1d | [] | no_license | nyrzhun/Simulation | da395ecc8c679d4d4cfe3fdd343d5b152691c421 | b618c3a655ad44acafc1f18e4afae6b09d1823ad | refs/heads/master | 2021-06-15T00:28:34.066107 | 2017-03-06T06:02:15 | 2017-03-06T06:02:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | import java.util.ArrayList;
import java.util.Iterator;
public class AgentFusionCenter extends AgentAbstract{
private double theta;
RunTime rt;
int cycles;
public ArrayList<Double> averageReads = new ArrayList<Double>();
public AgentFusionCenter(RunTime rt,double theta,int cycles){
this.rt = rt;
this.th... | [
"nurzhanbazhirov@gmail.com"
] | nurzhanbazhirov@gmail.com |
95f97d059f28044b60b58fa00778e16f4226d4e2 | 5b4f6cbe59656be088655ca91c880909491c8849 | /app/src/test/java/com/krunal/example/imageandvideodemo/ExampleUnitTest.java | 0e9585bf1b6a0ce7e6dbe56ae138807a67a5fb0d | [] | no_license | krunalpatel3/Image-and-Video-demo-ert | 78bb71d01598986dcde2255edd64bf5ab186d729 | 9027dd8ed5cdb74f1c93d6dfc9d5fe1ca0fe9b6c | refs/heads/master | 2023-03-03T20:39:09.931093 | 2021-02-07T13:31:27 | 2021-02-07T13:31:27 | 306,573,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package com.krunal.example.imageandvideodemo;
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
... | [
"patelkrunal821@gmail.com"
] | patelkrunal821@gmail.com |
00fabb7a572dbfbf7819ba2071297fc7df51914a | a776b75f8b150d366b03084162d6be33a187cad4 | /src/main/java/com/model/PurchaseInvoiceItem.java | 9530ebf058fb10d7bb7b4d766f86bca996981c0e | [] | no_license | Nikki-Nagdev/EasyBilling | 83c3de830b3ab403a9a75031cfd9be302a5caa21 | 05b2ed8398e24dc7a0f98fab99c09d8328748f97 | refs/heads/main | 2023-05-08T10:45:43.180427 | 2021-06-02T01:59:34 | 2021-06-02T01:59:34 | 372,122,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.model;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.OneToMany;
@Entity
public class PurchaseInvoiceItem {
@OneToMany(cascade = CascadeType.ALL)
@JoinColumn(name = "invoice_id", referencedColumnName = "id")
privat... | [
"nagdevnikki@gmail.com"
] | nagdevnikki@gmail.com |
1a23f582e82ce8ed5a10e55736ebe7bf68899ff1 | 57eaf717cf10fb8c4705e4e7eba151e7acabc05f | /ArchivosDos/src/lecturaArchivosClase/RegistroCuenta.java | 50ffa48204aed59fa33278a2d2bb3163cbe00bdb | [] | no_license | Programacion-Algoritmos-18-2/2bim-clase-03-JosePullaguariQ | a00185fb1d9cacdaef0949b06a5adaef78b50cf2 | f9cbfffba97b0998c81a570dcb0f565fb0bbec2c | refs/heads/master | 2020-04-12T21:27:26.314938 | 2018-12-21T22:41:01 | 2018-12-21T22:41:01 | 162,762,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,189 | java | // Una clase que representa un registro de informaci�n
package lecturaArchivosClase; // se empaqueta para reutilizarla
public class RegistroCuenta { //Creamos la clase RegistroCuenta y sus atributos
private int cuenta;
private String primerNombre;
private String apellidoPaterno;
private double saldo;
... | [
"jepullaguari@utpl.edu.ec"
] | jepullaguari@utpl.edu.ec |
ce90c80e87943f9cff10383189355383823ed31c | b90776a12561fbdb6422f5b80da577c5056700ac | /src/main/java/dbutils/ExampleJDBC.java | 573ed31226b4baf91c533cd6e8260485bf1055c0 | [] | no_license | kinggod/BoneCP | c81ad2115a9b5a2822fec36750b9571d48dbf4d4 | 893894d2631657097b3a3f8e4f366fe4235a7537 | refs/heads/master | 2021-01-21T05:05:19.396040 | 2013-08-26T06:46:55 | 2013-08-26T06:46:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,266 | java | /*
* Created on 13-5-25
*
* 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 to in writing, ... | [
"yidao620@gmail.com"
] | yidao620@gmail.com |
d06128b774c1916ba0b029bd06c00c662cd1a193 | 3650af57babb8c5a26ccbb4f9c52f7ee2c704cc9 | /src/list/lx/WatchList.java | 8625a1d5b84da9edaa225ed7cfc98fa0248a87bf | [] | no_license | SmartComputerMonkey/myJavaBaseCode | 05efc486a0af3a43857cc98cda125a233237c6e2 | 33c03c4ca1db5e7fc68c70c83f4ab6019dc80deb | refs/heads/master | 2020-03-20T13:23:14.535850 | 2018-06-15T07:59:36 | 2018-06-15T07:59:36 | 137,454,277 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 380 | java | package list.lx;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.LinkedTransferQueue;
public class WatchList {
public static void main(String[] args) {
List<String> list = new ArrayList<String>();
list.add("张三");
list.add("李四");
list.add("王五");
list.add("赵柳... | [
"18731788052@163.com"
] | 18731788052@163.com |
a4477a460a54675098a0683c79fa526cb37fd867 | 73dbe3f25fc907ab957b069ee30749605961409a | /src/L2Questions/Pattern.java | d2b455c666420bac37ed7c1a4640b05433dca715 | [] | no_license | MarkretG/L2Task | 07b5eed4bbf92b32fa8439fbce01fe8e0dc031f6 | 6f7cbd7fdc80db6f01628bc61a8b1f60977084a7 | refs/heads/main | 2023-07-27T07:16:22.999807 | 2021-09-08T11:00:06 | 2021-09-08T11:00:06 | 392,193,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 887 | java | package L2Questions;
import java.util.Scanner;
public class Pattern {
public static void main(String[] args) {
Scanner scanner=new Scanner(System.in);
String s=scanner.nextLine();
int space=(s.length()-1)*2;
char[] arr=new char[s.length()];
int j=0;
for(int i=s.length... | [
"markretg@gmail.com"
] | markretg@gmail.com |
0b3669b18d892aa1ff718b805cb8367b5e091286 | c585523199f7ce7708ee1c51c0d9898d997d8eeb | /src/main/java/cn/mljia/common/notify/application/command/CreateNotifyRecordCommand.java | 61b8e1406bc40c152c8517e8dba80536518475d4 | [] | no_license | 4017147/common.notify | 97cafeccf81a999dca9fbd0e5e7566a9e7074127 | 53e44e47cc320a9e5899353c368f0e020166ceeb | refs/heads/master | 2021-01-19T16:01:37.738692 | 2017-05-19T02:53:46 | 2017-05-19T02:53:46 | 88,238,340 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,367 | java | package cn.mljia.common.notify.application.command;
import java.io.Serializable;
import java.util.Map;
import cn.mljia.ddd.common.AssertionConcern;
public class CreateNotifyRecordCommand extends AssertionConcern implements Serializable {
/**
* @fieldName: serialVersionUID
* @fieldType: long
* @Description: T... | [
"marker@mljia.cn"
] | marker@mljia.cn |
1ecdf4cf9e9c27dfbc3d91a44bb64203d7766427 | 291ea2973eebc41c305e380d31dddab170abe944 | /src/main/java/com/mrporter/locallection_cli_web/api/token/service/TokenService.java | 5a87bedf5648c435463a55188ece556bb6c328f9 | [] | no_license | cholnh/locallection_cli_web | 1f4e9798d2746f2b17aabc61d8450e587a1e7b82 | d93b68f6f695322dfad3d2b789adbee4dd77ee5b | refs/heads/master | 2022-02-14T13:07:51.974869 | 2019-09-01T20:35:56 | 2019-09-01T20:35:56 | 202,062,355 | 0 | 0 | null | 2022-01-15T05:13:01 | 2019-08-13T04:09:59 | JavaScript | UTF-8 | Java | false | false | 433 | java | package com.mrporter.locallection_cli_web.api.token.service;
import com.mrporter.locallection_cli_web.api.token.domain.RefreshToken;
import com.mrporter.locallection_cli_web.api.token.domain.User;
import org.springframework.http.ResponseEntity;
public interface TokenService {
ResponseEntity<?> getGuestToken();
... | [
"ㅜ마ㅓㅑ4866"
] | ㅜ마ㅓㅑ4866 |
a1b92bd0c52bd5068df175e247aecfb60a437d28 | 672c5629a59a94bf348820b7cf0f68e325c1a491 | /src/_09_oop3/_03_InnerClass.java | d7765d6acfa53a049a4d122d76f323f387143daa | [] | no_license | geonheecho/chattingproject-java- | 8bb4cc0f65f66afab8747538ecbd77e179c839ee | 044f904cf45e24e930ad35086cdd73f8d71212f4 | refs/heads/master | 2022-12-29T02:19:06.117906 | 2020-10-17T08:41:32 | 2020-10-17T08:41:32 | 304,833,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,880 | java | package _09_oop3;
class OuterClass{
String insStr = "인스턴스 변수";
static String staStr = "클래스 변수";
void instanceMethod() {
System.out.println("인스턴스 메서드");
}
static void staticMethod() {
System.out.println("클래스 메서드");
}
/***인스턴스형 내부클래스***/
class InsInnerClass{
String innerInsStr = "인스턴스 변수";
// static... | [
"rt0605@naver.com"
] | rt0605@naver.com |
ab44c9b9c0e8e01e279616c25b1003ff556bc63a | 681c7c8cceb39a6503ba3114eabd27f6aec21871 | /src/repetition/exercises/solutions/string/Exercise9.java | 6c0ff370b508614e1f025bd6c18e1bff29aba9d5 | [
"MIT"
] | permissive | JonasAndree/Programmering1IT | 47ff440993cb4df1f4867bb593719c6c9dfb488c | 30244113eb40078ca30fe5fcf7d651aba4589ec6 | refs/heads/master | 2021-01-20T13:11:53.363355 | 2018-10-10T08:50:05 | 2018-10-10T08:50:05 | 101,739,887 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package repetition.exercises.solutions.string;
public class Exercise9 {
public static void main(String[] args) {
String string1 = "example.com", string2 = "Example.com";
CharSequence cs = "example.com";
System.out.println("Comparing " + string1 + " and " + cs + ": " + string1.contentEquals(cs));
System.out.pr... | [
"31105305+JonasAndree@users.noreply.github.com"
] | 31105305+JonasAndree@users.noreply.github.com |
c1ee3ae40c136a1e73d990e4b5ee48408b16dae0 | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group04/312816708/coding/coding02/src/main/java/com/kevin/coding02/litestruts/Struts.java | 3488ebbc824fa6396c8477510ad3f38d2b04c4c1 | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,795 | java | package com.kevin.coding02.litestruts;
import com.kevin.coding02.model.ActionModel;
import com.kevin.coding02.model.ResultModel;
import com.kevin.coding02.util.SaxUtil;
import org.xml.sax.XMLReader;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import java.lang.reflect.Method... | [
"542194147@qq.com"
] | 542194147@qq.com |
78e55ddba899b740af8e2de7ea85ef1b31be7b54 | cded1f2110cf2887bd676232c1b7880d1d0cc0da | /src/com/lulu/dao/UserDao.java | ab5200494fd0dea1fe647f5a8e72402949e68eb0 | [] | no_license | ma303893/servlet_crud | 6078beecea399f3422cb77b5f21ae91dcba0bcab | 0a7280ed37114f112d66d3e7e1765fb143932d4d | refs/heads/master | 2020-03-26T00:05:40.340860 | 2018-08-12T17:45:51 | 2018-08-12T17:45:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,488 | java | package com.lulu.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import com.lulu.model.User;
import com.lulu.util.DbUtil;
import javax.sql.... | [
"manish.singh@jifflenow.com"
] | manish.singh@jifflenow.com |
11944f6e4bf7b7175f6f48efaedc4899778bc37f | e5c3be1fd08218d52fcc1b43085bee305d30e707 | /src/main/java/org/jukeboxmc/item/ItemFilledMap.java | ced09143c8f7ed2fad1ef8d4d29ba7c494642e1b | [] | no_license | Leontking/JukeboxMC | e6d48b1270300ea3f72eca3267ccb8b9eafcba44 | 89490a0cf157b2f806937ad5104cb2d4f5147d56 | refs/heads/master | 2023-02-23T05:47:29.714715 | 2021-01-20T12:10:20 | 2021-01-20T12:10:20 | 329,557,296 | 0 | 0 | null | 2021-01-14T08:48:11 | 2021-01-14T08:48:11 | null | UTF-8 | Java | false | false | 203 | java | package org.jukeboxmc.item;
/**
* @author LucGamesYT
* @version 1.0
*/
public class ItemFilledMap extends Item {
public ItemFilledMap() {
super( "minecraft:filled_map", 418 );
}
}
| [
"beckerluca16@gmail.com"
] | beckerluca16@gmail.com |
e89d6879a1d3dba714ed222eb1af911451e7c612 | 635f226066bd493918b4fc732c4e7cb586360bad | /src/p15/lecture/sample/Ex01List.java | e35bebc404b2eed3e2c1d370cb74f90cf2e2f89a | [] | no_license | eemin90/java_210325 | b3df4ff24dd332078108f9a710f49d10da854fd7 | 9d64cfe3e048924a1696d3afeb8f3f7c5450e499 | refs/heads/master | 2023-04-12T20:15:55.427336 | 2021-05-04T15:45:43 | 2021-05-04T15:45:43 | 351,269,408 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,348 | java | package p15.lecture.sample;
import java.util.Arrays;
import java.util.List;
public class Ex01List {
public static void main(String[] args) {
List<Integer> list = Arrays.asList(7, 9, -100, 30, 90, 700);
System.out.println(list);
int sum = sum(list);
System.out.println(sum);
int max = max(list);
System.... | [
"eemin90@naver.com"
] | eemin90@naver.com |
8a44bf17d06f36ed5744b1aba62ebb6089a322f2 | d07443eaaf525ac5f38caed9d004f205de346632 | /Answers Ville/Backend/src/main/java/lk/ijse/edu/answersville/entity/Answer.java | 00dd9165dc4f697ac2fee0741795cac5f39922f8 | [] | no_license | KushanDhananjala/answersville.github.io | 8bb973d119d15555a2612611cbfb0de68593a609 | 7cc9abf9f30039492d8796d975c431bed3cd3439 | refs/heads/master | 2020-04-09T02:42:50.148675 | 2018-12-01T14:14:47 | 2018-12-01T14:14:47 | 146,472,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,569 | java | package lk.ijse.edu.answersville.entity;
import org.hibernate.annotations.OnDelete;
import org.hibernate.annotations.OnDeleteAction;
import javax.persistence.*;
@Entity
public class Answer {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
@ManyToOne
@JoinColumn(name = "u... | [
"31571360+KushanDhananjala@users.noreply.github.com"
] | 31571360+KushanDhananjala@users.noreply.github.com |
49296a8427175d36e4e240a81347d7c52b68f361 | b80dd0e67d1484c7aceb627c491f754f662558fe | /th-service-api/src/main/java/com/treehole/api/evaluation/ScaleSelectControllerApi.java | ba2612606566e6d2d4318c107d310ecc2de18ee9 | [] | no_license | luoshiF18/treehole-master | 5bd8121bed1beff9557155304a51863c600d0378 | 45fa890459e93a9d3868bb5460d9dc6abeb08d0b | refs/heads/master | 2022-12-01T05:49:29.289730 | 2019-12-14T09:10:24 | 2019-12-14T09:10:24 | 214,382,321 | 9 | 4 | null | 2022-11-24T06:27:15 | 2019-10-11T08:20:55 | Java | UTF-8 | Java | false | false | 2,503 | java | package com.treehole.api.evaluation;
import com.treehole.framework.domain.evaluation.Description;
import com.treehole.framework.domain.evaluation.dto.OptionsDTO;
import com.treehole.framework.domain.evaluation.response.*;
import com.treehole.framework.model.response.QueryResponseResult;
import io.swagger.annotations.A... | [
"877230054@qq.com"
] | 877230054@qq.com |
f36261067cd3e283a46acae3d6302bc016203503 | 7ed73787a1f212d81eace50d73e594c857909dfa | /src/main/java/com/lms/models/nonpersistentclasses/ReturnBookTableView.java | 2b3fc54f2a5b829ccdfa6e039ac2508afaf420e3 | [] | no_license | marian150/Library | 96ea73013d1316eca9d5c6148a9c75972da71c6a | 6a7d406fb8f7adc61bb17dc824cbb81fbf3a366a | refs/heads/master | 2023-01-31T16:53:36.653118 | 2020-12-18T11:00:28 | 2020-12-18T11:00:28 | 297,385,460 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,176 | java | package com.lms.models.nonpersistentclasses;
import javafx.beans.property.SimpleStringProperty;
public class ReturnBookTableView {
private SimpleStringProperty lendId;
private SimpleStringProperty readerId;
private SimpleStringProperty inv;
private SimpleStringProperty title;
private SimpleStringP... | [
"yanailieva199@gmail.com"
] | yanailieva199@gmail.com |
83c6d5302ac1445fe152135dd50190eec5261eee | 0916a6cce3a7bc829e71a51850ea0f79802a6610 | /ReflectionLab2/src/ClassScanner.java | 48dc03160a2a68df1003e2b55047d86f17f9f8ae | [] | no_license | gabkdejesus/CS124B | 6165e5da60a8d8d67df696a5888cffb238bbeeb4 | 7a6ab72409071f91df8adfc842c4841b4e938b2d | refs/heads/master | 2021-09-06T22:20:34.405471 | 2018-02-12T12:47:14 | 2018-02-12T12:47:14 | 118,578,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,754 | java | import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.Parameter;
import java.lang.reflect.TypeVariable;
import java.util.List;
import java.util.Set;
import io.github.lukehutch.fastclasspathscanner.Fast... | [
"noreply@github.com"
] | gabkdejesus.noreply@github.com |
72f335316075a9973168b344be1cf01c3975ff4a | 9aff33fae51426b94f888cc5306e7e48e9a3c7fe | /src/it/gestioneordini/dao/EntityManagerUtil.java | 8282b89cd01ca5de2b2f955f273b993c0bd4fa27 | [] | no_license | MohamedMohamedAli/repositoryProva | 2c7d2fd11e7fcb1d6f9051b944083854ded12f6d | bee64adba59cceff358445bf722a5ab1bdfb958a | refs/heads/master | 2020-12-28T16:32:57.752456 | 2020-02-05T09:30:20 | 2020-02-05T09:30:20 | 238,407,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package it.gestioneordini.dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class EntityManagerUtil {
private static final EntityManagerFactory entityManagerFactory;
static {
try {
entityManagerFactory = Persistence.createEn... | [
"Mohamed_Mohamed-Ali@hotmail.com"
] | Mohamed_Mohamed-Ali@hotmail.com |
e20e2070a53e94bd5d6540501e8960383a292f36 | 2dfa54c369b42ffe260d0615f237640001d09c8f | /src/main/java/functional/consumers/MyPrintBiConsumer.java | 10f56067fecc545e04fd04ac4e1e5a316437afd9 | [] | no_license | danilovsantos/core-java8 | f4187461b6e4bc9548ecdfdfebb966dcefdcc15c | fc6711e6c6c8b1c91a1bd2cae373014b87b2b0c9 | refs/heads/master | 2020-12-10T03:27:57.492229 | 2017-07-19T20:43:56 | 2017-07-19T20:43:56 | 95,581,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package functional.consumers;
@FunctionalInterface
public interface MyPrintBiConsumer<T,U> {
public abstract void accept(String arg1, String arg2);
}
| [
"dvsantos1@stefanini.com"
] | dvsantos1@stefanini.com |
364973aa956c458162dca2d2b00d3ad8ee825dcc | 8bce653e68e4083b89a9e58a5edcebf247afada3 | /src/test/java/com/bitfury/pages/BallotSignedPage.java | 4d325c30de6d5df777f082eff634f4a93b54a2a1 | [] | no_license | vozlok/exonum | b01a170ea845d7c166dd28a02e07f75407c46bff | d5189061a7b719cecc2f0db22005078025d8d976 | refs/heads/master | 2020-03-13T09:17:15.277965 | 2018-05-04T04:55:22 | 2018-05-04T04:55:22 | 131,061,258 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | package com.bitfury.pages;
import com.bitfury.TestBase;
import io.qameta.allure.Step;
import static com.codeborne.selenide.Condition.cssClass;
import static com.codeborne.selenide.Condition.text;
import static com.codeborne.selenide.Condition.visible;
import static com.codeborne.selenide.Selectors.byXpath;
import sta... | [
"vozlok87@gmail.com"
] | vozlok87@gmail.com |
3adc96a1a55c0316749adb4f073cd83cbfd6cbf4 | 316e742214d044f5cc3c430d635854ec0f0a2238 | /gmall-mbg/src/main/java/com/atguigu/gmall/sms/service/impl/CouponProductCategoryRelationServiceImpl.java | a3d754e322d0590f2e2d21dcc62ef52b2141fe87 | [] | no_license | chengxulaohan/gmall-1111 | bba45c4b1dbb0f241be389efda54d3c432d8abf7 | cdec0c63c044d95ed805159a85185160c1330233 | refs/heads/master | 2022-07-05T19:41:04.326299 | 2019-12-10T05:06:50 | 2019-12-10T05:06:50 | 227,030,095 | 0 | 0 | null | 2022-06-21T02:25:06 | 2019-12-10T04:37:34 | Java | UTF-8 | Java | false | false | 715 | java | package com.atguigu.gmall.sms.service.impl;
import com.atguigu.gmall.sms.entity.CouponProductCategoryRelation;
import com.atguigu.gmall.sms.mapper.CouponProductCategoryRelationMapper;
import com.atguigu.gmall.sms.service.CouponProductCategoryRelationService;
import com.baomidou.mybatisplus.extension.service.impl.... | [
"992238879@qq.com"
] | 992238879@qq.com |
5a543fa97ce5e9c5adf51d8b70a8557eb3a14adc | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XWIKI-13138-15-14-Single_Objective_GGA-WeightedSum/org/xwiki/platform/wiki/creationjob/internal/WikiCreationJob_ESTest_scaffolding.java | c0d87f8ec33100ef5421ebc187760801bd7214d2 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Apr 01 12:26:12 UTC 2020
*/
package org.xwiki.platform.wiki.creationjob.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
f26194be8e8af352a6ba34e2fadfcf79d831455f | 665c6d1831ad35006c8dc48173096fdf2c5c9fce | /src/main/java/ktv/pojo/response/Video.java | 1a7193c66aa08d1146d9b85d3db234dcc99ee2f1 | [] | no_license | GoldButcher/ktttttv | 689a56309d29202bac23fe95fde247399943870b | 1c53763283fe3a17fd98ca5e1ed8abe49e24c32f | refs/heads/master | 2021-01-19T08:22:23.052171 | 2017-04-14T12:00:55 | 2017-04-14T12:00:55 | 87,621,627 | 1 | 0 | null | 2017-04-08T09:04:42 | 2017-04-08T09:04:42 | null | UTF-8 | Java | false | false | 621 | java | package ktv.pojo.response;
/**
* Created by evam on 16-12-18.
*/
public class Video {
private String MediaId;
private String Title;
private String Description;
public String getMediaId() {
return MediaId;
}
public void setMediaId(String mediaId) {
MediaId = mediaId;
}... | [
"947538570@qq.com"
] | 947538570@qq.com |
f755d1ba231eba88e681ec0f8433298eac463a03 | 29471ac0ccc8a4d3983af0fc3abc6c484c5c7f24 | /DoubleList raserch.java | ac6b758193a98bfed714e71d4bd379f1a7f1fc5c | [] | no_license | HissZxy/leetcode | 4bad1968914ad9d30caed95f9eeb753e66c82078 | ed795004b7a4b317515d844354c1de1507ac13b5 | refs/heads/master | 2023-05-28T18:35:31.397995 | 2020-08-17T13:14:06 | 2020-08-17T13:14:06 | 244,637,808 | 1 | 0 | null | 2023-05-23T20:12:28 | 2020-03-03T13:04:07 | Java | UTF-8 | Java | false | false | 986 | java | import java.util.Stack;
public class Solution {
public TreeNode Convert(TreeNode pRootOfTree) {
if(pRootOfTree==null){
return null;
}
TreeNode node=pRootOfTree;
Stack<TreeNode> stack=new Stack<TreeNode>();
Connection(node,stack);
... | [
"956527824@qq.com"
] | 956527824@qq.com |
4e53a3529315eaa5f406eb9083a5d0880dc1d172 | 1216273c97535726b005591dfe187e89f7ee6209 | /rahul/naveenAutomation/src/corejava/This.java | 59ebad7facf992cea6bf90335345803a60b3c24b | [] | no_license | rahulrj810/selenium | ed6fc998efd3bc082fa64a6dd99c8262f0478bd7 | 086f44f68087622d061b68653e89ee33dd0cb602 | refs/heads/master | 2020-09-03T15:46:16.818300 | 2019-11-18T13:46:55 | 2019-11-18T13:46:55 | 219,501,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package corejava;
public class This {
int i =10;
public void sum ()
{
int i =20;
System.out.println(i+this.i);
}
public static void main(String[] args) {
This t = new This();
t.sum();
}
}
| [
"dell@192.168.56.1"
] | dell@192.168.56.1 |
fc2f99450fe77c561d6fa7a254b3005aee93e9b3 | 8b07bd27162f0dc6c9b1c6d462c153166254d68b | /pixel-commons/src/main/java/org/onebeartoe/pixel/PixelLogFormatter.java | 29a54177fab77109df98bda791d855f0a6973b80 | [] | no_license | alinke/PIXEL | d1d58c13e16656e59b0c5d1416becdc1d55f8e76 | 9815af7c080644542385dc4912349e383a0a75f7 | refs/heads/master | 2023-01-23T04:55:22.904215 | 2020-12-25T06:44:03 | 2020-12-25T06:44:03 | 15,560,008 | 27 | 19 | null | 2023-01-15T14:36:48 | 2014-01-01T03:24:08 | Java | UTF-8 | Java | false | false | 455 | java | package org.onebeartoe.pixel;
import java.util.logging.*;
public class PixelLogFormatter extends Formatter {
/* (non-Javadoc)
* @see java.util.logging.Formatter#format(java.util.logging.LogRecord)
*/
public String format(LogRecord record) {
StringBuilder sb = new StringBuilder();
sb... | [
"alinke@yahoo.com"
] | alinke@yahoo.com |
5680c5370fae028d0e6db7019a90fc2f3c4b3aa3 | 80fb0ccabbbd6b9458ef9c5e31c1f24400b20539 | /android/TamperOnAndroid/src/main/java/com/dasho/android/tamper/FibActivity.java | e2e7a283e532e12cd3948d8965fe4e78217690a1 | [
"MS-PL",
"CC-BY-3.0"
] | permissive | Evgenii-dor/dasho-samples | 90e7757cfae118b43d5c94a86939884b657524ac | 043bcf4c5a9c5cb67c321e5b536aeee3f223bc90 | refs/heads/master | 2020-09-14T11:16:40.711207 | 2019-10-11T20:21:53 | 2019-10-11T20:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,225 | java | /* Copyright 2018 PreEmptive Solutions, LLC. All Rights Reserved.
*
* This source is subject to the Microsoft Public License (MS-PL).
* Please see the LICENSE.txt file for more information.
*/
package com.dasho.android.tamper;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Shar... | [
"minsko@preemptive.com"
] | minsko@preemptive.com |
54592dfdcaf3071fdbdaef4d82993b6db6716b4f | c771c42a3d208bc968207d0ebdd4f498451a0e00 | /src-pos/com/openbravo/pos/printer/DeviceDisplayImpl.java | 3e73c6fa58fa7739f75393d227cfae236568a9a2 | [] | no_license | brainhell/unicentaopos | 8819fde44d39d57f6df53664cc1a2c1b1ae49361 | 166223c6cd48febe44b09ba5619d202081e0a561 | refs/heads/master | 2021-01-21T07:38:58.900021 | 2014-02-16T14:12:48 | 2014-02-16T14:12:48 | 17,788,836 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | // uniCenta oPOS - Touch Friendly Point Of Sale
// Copyright (c) 2009-2013 uniCenta & previous Openbravo POS works
// http://www.unicenta.com
//
// This file is part of uniCenta oPOS
//
// uniCenta oPOS is free software: you can redistribute it and/or modify
// it under the terms of the GNU Genera... | [
"beugelaar@solidit.nl"
] | beugelaar@solidit.nl |
8c6a76519cdc01d541caa88b5344979b2e0626fb | 8f40741baa22530bdfd645883d0e6f626a2d99d3 | /src/main/java/com/haikan/iptv/elasticsearch/service/CustomShortUrlEsService.java | e3b2964f08e0d2e1dd2f7ce519dd61665446ad95 | [] | no_license | LichaoStone/hk_iptv_mms | 1d62eb4f15fe9ebf82137c0492c7c6f25a35fbfd | 4b9cb8d282bd38fce964546abbae1c8946334de2 | refs/heads/master | 2022-11-27T21:50:36.466406 | 2020-03-10T06:57:31 | 2020-03-10T06:57:31 | 246,228,850 | 0 | 0 | null | 2022-11-16T08:32:15 | 2020-03-10T06:53:40 | Java | UTF-8 | Java | false | false | 606 | java | package com.haikan.iptv.elasticsearch.service;
import com.haikan.iptv.config.elasticsearch.model.PageQuery;
import com.haikan.iptv.config.elasticsearch.model.PageResult;
import com.haikan.iptv.elasticsearch.model.ShortUrlDTO;
import java.util.List;
public interface CustomShortUrlEsService {
String save(ShortUrlDT... | [
"lichao@sdtv.cn"
] | lichao@sdtv.cn |
4e61fa0199a4f50e6c660e4a6a95cb4250dc8683 | d4261417db59c92bb118cb7ec12c0bc43c85d62f | /src/de/uni/bielefeld/sc/hterhors/psink/obie/projects/soccerplayer/ontology/interfaces/IDefenderAssociationFootball.java | d76348ede10c93b08bc8b20ec96151b5cd50a734 | [
"Apache-2.0"
] | permissive | berezovskyi/SoccerPlayerOntology | ed3a24a7ace88ba209f5439a49b04c11a8e6034a | c7dafee008911b45a2b9e8c55ffd43c1e69c3660 | refs/heads/master | 2022-06-20T02:17:21.385038 | 2018-09-21T17:09:38 | 2018-09-21T17:09:38 | 149,870,122 | 0 | 0 | Apache-2.0 | 2022-05-20T22:00:24 | 2018-09-22T11:19:31 | Java | UTF-8 | Java | false | false | 628 | java | package de.uni.bielefeld.sc.hterhors.psink.obie.projects.soccerplayer.ontology.interfaces;
import de.uni.bielefeld.sc.hterhors.psink.obie.core.ontology.annotations.AssignableSubInterfaces;
import de.uni.bielefeld.sc.hterhors.psink.obie.core.ontology.annotations.ImplementationClass;
import de.uni.bielefeld.sc.hterhors.... | [
"hterhors@techfak.uni-bielefeld.de"
] | hterhors@techfak.uni-bielefeld.de |
fd4e76ed344841146073ab06ef1972e9952d1eff | 915ae30f73f3c277beedebdc781ad918c8e6e1ad | /dynamic-utils/src/main/java/com/pranavpandey/android/dynamic/util/cache/DrawableLruCache.java | e3ddfbfd068568abaa28e4a02f9ae62ee8fa151e | [
"Apache-2.0"
] | permissive | pranavpandey/dynamic-utils | 64592b94e98a346e9d8fc006b2adb9586e454299 | 7ea2ade380ead29bf27f00c8472bd5f0db0a1ade | refs/heads/master | 2023-07-13T11:19:45.631072 | 2023-07-09T11:52:50 | 2023-07-09T11:52:50 | 95,197,482 | 101 | 17 | Apache-2.0 | 2018-11-08T20:54:51 | 2017-06-23T07:58:43 | Java | UTF-8 | Java | false | false | 1,803 | java | /*
* Copyright 2017-2022 Pranav Pandey
*
* 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 ag... | [
"pranavpande92@gmail.com"
] | pranavpande92@gmail.com |
caa17b19ba22e0a84512a827cb7106527022f4c8 | 2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34 | /Spring/SCW-Project/scw/scw-user/src/main/java/tk/billhu/scw/user/controller/UserLoginRegistController.java | 7cd9a3ba11c5b6dc27f4d07fc1b7d48329b79dae | [] | no_license | YiboXu/JavaLearning | c42091d6ca115826c00aad2565d9d0f29b1f5f68 | 97b4769ebbe096e0ab07acb6889fb177e2ca5abe | refs/heads/master | 2022-10-27T23:47:54.637565 | 2020-06-16T09:12:09 | 2020-06-16T09:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,834 | java | package tk.billhu.scw.user.controller;
import com.mysql.cj.x.protobuf.MysqlxDatatypes;
import com.netflix.discovery.converters.Auto;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sprin... | [
"billtt@163.com"
] | billtt@163.com |
b764e69e151cbdf480335f868d029d0e5059533c | 9e494ec84c9448dd5cbc0254f312376a4e17c740 | /minium-app/src/main/java/com/vilt/minium/app/webdrivers/WebElementsDriverManager.java | bc84d92272bb8ed04219157a836c7e059849ae6b | [
"Apache-2.0"
] | permissive | Jigsaw52/minium | 42c7646a5e124fc88630e30cb9965ff07a6644b7 | b87d1854428c0a75c5505b1c8b6c7169767c207f | refs/heads/master | 2020-12-01T13:07:08.237561 | 2014-12-23T11:29:04 | 2014-12-23T11:29:04 | 29,671,617 | 0 | 0 | null | 2015-01-22T09:41:28 | 2015-01-22T09:41:27 | null | UTF-8 | Java | false | false | 2,305 | java | /*
* Copyright (C) 2013 The Minium Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"rui.figueira@gmail.com"
] | rui.figueira@gmail.com |
dbe9be19879194d9ee41875f7a2331fad5d4c49f | 57c16e2334928feec3343574d0b7a758b47e7f45 | /app/src/main/java/org/xmlrpc/android/Base64.java | 95183ca4adde30aabd66c0b77116b7992952fc18 | [] | no_license | jpittmanpc/tidevalet-master | d2521df2648a992529a9117c80a112647a7d6e83 | af0ddca9fe8742497d62bcfb06f0d4c7d133bdd1 | refs/heads/master | 2020-12-24T06:57:40.528062 | 2017-04-05T01:45:42 | 2017-04-05T01:45:42 | 56,984,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 86,862 | java | package org.xmlrpc.android;
/**
* <p>Encodes and decodes to and from Base64 notation.</p>
* <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p>
*
* <p>Example:</p>
*
* <code>String encoded = Base64.encode( myByteArray );</code>
* <br />
* <code>byte[] myByteArray = Base64.deco... | [
"jpittmanpc@gmail.com"
] | jpittmanpc@gmail.com |
2dc4aa5e4fa69d5c0e59a3416d7e77aadc664390 | e43495f5e2549f0f8a826e49a8679cefbb9fe7cc | /app/src/main/java/com/huoniao/oc/trainstation/NewWarningDetailsA.java | aef083ad9177e004bbd1f0cd303e5d3505a34a72 | [] | no_license | Potat0chips/Android_OC_1.14 | cd9db6a0440f3f3f7838117a02cb2efd00f554fc | 07009bbab1374656d86308551b63e736ca124eba | refs/heads/master | 2022-03-22T04:53:16.584559 | 2019-11-21T15:58:53 | 2019-11-21T15:58:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,441 | java | package com.huoniao.oc.trainstation;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.huoniao.oc.BaseActivity;
import com.huoniao.oc.R;
import com.huoniao.oc.bean.NewPayWarningBean;
import com.huoniao.oc... | [
"1322127081@qq.com"
] | 1322127081@qq.com |
187eb4577686fd7ac71304d4586867f6e2cad606 | 14639ff178036abe14e888e395bd97c00e58a0f6 | /running-parent/running-pojo/src/main/java/com/running/pojo/TbUser.java | 802b6a9f7f48bd0647bf5242b79fa19540aa1d08 | [] | no_license | seho-dev/running | 19ba63cfac8f5ff243e96c77c1cf497777aed22d | 217fe936fd539ad6ee06e017dbdd4202db4a8e33 | refs/heads/master | 2023-05-14T21:10:48.404344 | 2019-02-08T16:04:51 | 2019-02-08T16:04:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,683 | java | package com.running.pojo;
import java.io.Serializable;
public class TbUser implements Serializable {
private Integer id;
private String username;
private String password;
private String sex;
private String head;
private String address;
private String wechat;
private String slogan;
public Integer getI... | [
"1018715564@qq.com"
] | 1018715564@qq.com |
998d0818d811f8a598fa2e755d7c5544a6aa058e | 19f3e4df408f56e7f4fe20c8cdecedbd71d9887e | /37_java/classes-dex2jar/net/youmi/android/e/b/a/c.java | b7c532e1097781463575e93592b4e690296429f3 | [] | no_license | XuGuangHuiGit/softwareSecurity | 5ed6dfe1316672a061dbe03bf235c452342b296f | 9f1eb53d3e06751fe17dbf43a5d7a5fa95051313 | refs/heads/master | 2020-04-08T01:42:39.467579 | 2018-11-24T05:46:28 | 2018-11-24T05:46:28 | 158,906,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,497 | java | package net.youmi.android.e.b.a;
import android.content.Context;
import android.net.Uri;
import java.io.File;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import net.youmi.android.e.b.b;
import net.youmi.android.e.b.f;
import net.youmi.android.e.b.h;
public abstract class c
... | [
"xgh.bupt@gmail.com"
] | xgh.bupt@gmail.com |
653491973d9b1d8c55fb4f4e04faa0331a34e041 | e95f0a9c5c208506423f5db1cb4a99ca285468e4 | /app/src/main/java/com/brunoeleodoro/org/qletra/mvp/Model.java | a307e0f8f23d327fe1ff09cbd3014b49fd7641c4 | [] | no_license | BrunoEleodoro/QLetra | 7cd53e268a1d1b02f180ef6aca130d2c0c1a18e2 | be519fd6d0d71441f361ebf2d2fe6e70987b0097 | refs/heads/master | 2021-09-01T07:43:33.855383 | 2017-12-25T19:49:13 | 2017-12-25T19:49:13 | 115,285,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,109 | java | package com.brunoeleodoro.org.qletra.mvp;
import android.database.Cursor;
import android.util.Log;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.android.v... | [
"brunoeleodoro96@gmail.com"
] | brunoeleodoro96@gmail.com |
9886f92fda43e182f73fe85e87c287fe2ac2cfdc | 1b14dcd6d834e855af0c92d0ef942a5787ab545c | /common/src/main/java/com/xd/springboot/common/util/MD5.java | ed1ba0fb98e977b2c2b8e74d693e60a38e484f20 | [] | no_license | xiedongchn/spring-boot-demo | af55a4a26af0cf10d2ad16cc3cc6ca4cc23d929d | a6eeebe72317db127c23e6df936be1a9be84719e | refs/heads/master | 2022-09-11T20:49:38.097486 | 2022-08-12T10:27:43 | 2022-08-12T10:27:43 | 145,700,314 | 0 | 0 | null | 2021-07-24T14:46:43 | 2018-08-22T11:34:01 | Java | UTF-8 | Java | false | false | 2,074 | java | package com.xd.springboot.common.util;
import java.io.BufferedReader;
import java.io.FileReader;
import java.nio.charset.StandardCharsets;
import java.security.MessageDigest;
/**
* 计算MD5摘要
* @author xd
*/
public class MD5 {
/**
* 直接计算MD5
*
* @param buf buf
* @return String
*/
pub... | [
"dongxiechn@gmail.com"
] | dongxiechn@gmail.com |
80ea75d1aa2c2d1833ab34c8694d2d0ca5d97046 | f8138841c3d8f08aed962efbea584158764d9c38 | /service/src/main/java/com/github/hotire/springcore/bean/register/factory/ToolUser.java | 67c6dfe03b199df2f7c77c9d4fcf568dce144767 | [] | no_license | hotire/spring-core | 37da8b554111166caee58be0383a69680c7746f0 | f41f105576a2957657cb35d363abab901f0ccf79 | refs/heads/master | 2023-09-04T08:04:29.912221 | 2023-08-29T17:57:23 | 2023-08-29T17:57:23 | 172,330,931 | 156 | 16 | null | 2023-06-14T22:44:09 | 2019-02-24T11:47:19 | Java | UTF-8 | Java | false | false | 649 | java | package com.github.hotire.springcore.bean.register.factory;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.config.AbstractFactoryBean;
import org.springframework.stereotype.Component;
import org.springframework.util.Assert;
import lombok.RequiredArgsConstructor;
@Component
@Required... | [
"gngh0101@gmail.com"
] | gngh0101@gmail.com |
656a18ee18bd8a9d098ba84f574ad8c98d6c755c | a9e9226c212f8e1abb2b7881300df3b2cb97fb3b | /app/src/main/java/mody/vkmusic/Fragments/StartUpProgress.java | 8469614a7aaaf0836097b6f928510f48b5e8cda9 | [] | no_license | Modestovich/VkMusic | a264e25acdb67acf89c47d3bb209876aad306b8f | e185f4eea85090a629de51343aac1a797933a56c | refs/heads/master | 2021-01-19T13:50:41.829866 | 2015-08-16T15:16:45 | 2015-08-16T15:16:45 | 40,824,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package mody.vkmusic.Fragments;
import android.app.ActivityOptions;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ProgressBar;
import a... | [
"modestovich9@gmail.com"
] | modestovich9@gmail.com |
401a869213b6dbd6fa68d4c770988c08317f3ced | 334fbc70b074adee6c80f8c964063977ba0b02a3 | /src/gestion_semestre/Horario.java | 4915c1e03eb5556aacfa2e50d3691ee20ac44df3 | [] | no_license | MrPichichi/GestionarSemestre | 737cacd926f27e053ebabd17a561b2bd3454fe41 | bff8146ec94b91f5981fcd80b7d67b77ed248916 | refs/heads/master | 2020-04-10T08:25:22.224709 | 2018-12-08T05:25:29 | 2018-12-08T05:25:29 | 160,905,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java |
package gestion_semestre;
import java.time.LocalTime;
public class Horario {
LocalTime horaInicio;
LocalTime horaTermino;
public LocalTime getHoraInicio() {
return horaInicio;
}
public void setHoraInicio(int hora, int minuto) {
this.horaInicio = LocalTime.of(hora... | [
"franciscogamboa21@gmail.com"
] | franciscogamboa21@gmail.com |
6f485d6ce0bd6284c84bafbaac7d77be55ba115f | 15a9a0f603a58b5c2765ebc759474bffde4f9987 | /HostalWebFinal/src/java/controlador/SvOrden_Habitacion.java | b3df17aea9536a74dd5d695deba0e1e5f0f0ea10 | [] | no_license | hugoaraya/Portafolio_2.0 | 037681472e2132b761151904e91d8b7fb122e300 | ebff44444f4d0b09710cc47d9caee22173149ef0 | refs/heads/Rama_Principal | 2020-03-15T18:37:38.987825 | 2018-07-02T19:13:31 | 2018-07-02T19:13:31 | 132,288,156 | 3 | 1 | null | 2018-06-22T23:02:20 | 2018-05-05T22:09:46 | Java | UTF-8 | Java | false | false | 11,203 | 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 controlador;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
im... | [
"jordanblaketold@gmail.com"
] | jordanblaketold@gmail.com |
66d1bb97d299f209efb76debf407efe3774815b3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_523bfcdb0224db6c39916dcae71a188bca773c29/SearchController/24_523bfcdb0224db6c39916dcae71a188bca773c29_SearchController_t.java | e84e12c41629d8a0ff4aa07158e0c1225046d4c4 | [] | 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 | 10,972 | java | package uk.ac.ebi.ep.web;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpSession;
import org.apache.commons.collections.CollectionUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotati... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5b59e5abb7044b53b73aa2f4254bc321a26f6e48 | 8b4d1bbc42828814a7d144174b9abe3bfed80151 | /igbeok-websocket/src/main/java/com/igbeok/showcase/xml/entity/jaxb/Address.java | 3dd87a35d5e7c500476b481198ffabd83d751a3c | [
"Apache-2.0"
] | permissive | ricoyu520/igbeok | cfae530e5352fd37865dd0b1dbd2cc6117a5c104 | dcd636f5e402e3b87ababdf137bf4eea1ac81c48 | refs/heads/master | 2020-12-24T19:18:34.957646 | 2013-10-04T09:48:35 | 2013-10-04T09:48:35 | 13,319,470 | 0 | 1 | null | 2016-03-09T17:03:42 | 2013-10-04T08:12:07 | Shell | UTF-8 | Java | false | false | 621 | java | package com.igbeok.showcase.xml.entity.jaxb;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Address {
private Long id;
private String streatName;
private String postalCode;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
... | [
"ricoyu_521@hotmail.com"
] | ricoyu_521@hotmail.com |
2834225c3877162f8d60dd1a7ee44aa91146ede3 | df4eb7b3e3d53c85108d2d0d412aa85d6ffb2c76 | /main/java/vvr/core/src/test/java/com/oodrive/nuage/vvr/persistence/repository/TestRepositoryHistory.java | 7fad758c5315a0a21660971c1e1a4854d39125f9 | [] | no_license | cyrinux/eguan | 8526c418480f30a3a3ccd5eca2237a68fd2bbc8f | 9e20281655838c8c300f1aa97ad03448e16328c8 | refs/heads/master | 2021-01-17T20:21:35.000299 | 2015-02-19T15:22:46 | 2015-02-19T15:22:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 60,670 | java | package com.oodrive.nuage.vvr.persistence.repository;
/*
* #%L
* Project eguan
* %%
* Copyright (C) 2012 - 2015 Oodrive
* %%
* 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
*
* ... | [
"p.wehrle@oodrive.com"
] | p.wehrle@oodrive.com |
25de11a1822a7c57ba15414f068faa356d0ec2a8 | e531e5b038346428160fffb720fe2be87b19a63e | /ecsite/src/com/internousdev/ecsite/util/DateUtil.java | ca33250c03480ac84f6084d97b8e0b76e21c9929 | [] | no_license | tanoue-ryouichi/ECsite | c00c2c550992f47e4afc774b7f76356b793b5cd6 | b2550fbf4ab908ec4355dbf73d605d297ebb44a3 | refs/heads/master | 2020-12-22T18:20:29.481918 | 2020-01-30T08:18:57 | 2020-01-30T08:18:57 | 236,887,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.internousdev.ecsite.util;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtil {
public String getDate(){
Date date = new Date();
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
return simpleDateFormat.format(date);
}
}
| [
"tanoue.ryouichi@gmail.com"
] | tanoue.ryouichi@gmail.com |
988b92a70c222cf7d60a0263a460e0033bafb55c | bdf855f24243b2222446b12d54643874c72879d6 | /o2o-offline/src/com/sunvsoft/wxpay/tencent/service/.svn/text-base/BaseService.java.svn-base | 576436ec52326a26a15d575a79471707754eeb8a | [] | no_license | nshgdq/learngit | 403bf11b6097407295f10db54ee5ab3963bc176d | 0cb7f3ea16242aa02c32a0a48458e3fd2b49e60f | refs/heads/master | 2021-06-16T16:00:46.206938 | 2017-04-14T02:23:05 | 2017-04-14T02:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,307 | package com.sunvsoft.wxpay.tencent.service;
import java.io.IOException;
import java.security.KeyManagementException;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.UnrecoverableKeyException;
import com.sunvsoft.wxpay.tencent.common.Configure;
/**
* User: ... | [
"1272745473@qq.com"
] | 1272745473@qq.com | |
c53dd8a89f0e4a3fa72d24e20d9c731b4ec1e566 | d970e64aab5c967ba8a1e14958b781a30bba09bd | /src/main/java/springmvc/dao/UserDao.java | 9c310ad9b34f5b9ca0bcdfc831c5dc729ed98915 | [] | no_license | dhruba-roka/Spring-MVC-Learning-Site | e2be2d6e7069c1270cac7b06e3531c87f333ea82 | 296ea7b0bacacfe3155064fd4bfab92919a7cb88 | refs/heads/master | 2023-03-06T15:29:41.510465 | 2021-02-18T16:50:23 | 2021-02-18T16:50:23 | 340,115,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package springmvc.dao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.orm.hibernate5.HibernateTemplate;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import springmvc.model.User;
@Repository
public class U... | [
"dhruba.roka123@gmail.com"
] | dhruba.roka123@gmail.com |
148f85737089c937ef93e067c5eb3decb3912eba | 8ad5495b1a5f4140cda68176e3a1af400f08af33 | /eclipse-workspace/TEST_2/src/exo_1/tableau.java | abc63dd8998c0fc4d5ad1f2b051292da719b5316 | [] | no_license | mustafanajib/projet-eclipse | 78d567cd43420edf59ddb07bac3c68bb7ae0a6e5 | 7df7f8853e2ebec24a323a010d884f4865c4fefc | refs/heads/master | 2020-05-24T21:34:18.693631 | 2019-05-19T13:28:36 | 2019-05-19T13:28:36 | 187,478,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package exo_1;
public class tableau {
public static void main(String[] args) {
// TODO Auto-generated method stub
int tab[]={0,1,2,3,4};
char tabc[]= {'a','b','c','d'};
double tabd[]= {1.0,2.0,3.0,4.0};
String tabs[]= {"najib","mustafa","Ahyaoui","Keltoum"};
//un tableau vide de 4 cases ou bien vide
... | [
"mustafa.najib@datasoft-consulting.fr"
] | mustafa.najib@datasoft-consulting.fr |
4e0386c531d4112c18271ed5f2d76a93a9aa17aa | 22d4d740455d1be67b1fa773f69fb0f7bad60d0b | /src/main/java/org/apache/activemq/schema/core/DtoJmsQueueConnector.java | 8bca8c79862d45386ead3fbd07c93f300339d047 | [] | no_license | brentos/activemq-editor-plugin | 727c7cc22ea82bcb2fe11bcd4e025c5132e42c10 | b5fef51454dbbecebf35b472b5b55bb05268e5ba | refs/heads/master | 2021-01-10T14:21:49.627745 | 2016-04-08T23:31:15 | 2016-04-08T23:31:15 | 54,238,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119,310 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.10-b140310.1920
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.04... | [
"domenicbove@gmail.com"
] | domenicbove@gmail.com |
9ed7f9c7fb2838c0dfc286a28d66b225717e3a80 | 80b292849056cb4bf3f8f76f127b06aa376fdaaa | /java/game/tera/gameserver/model/GuildRankLaw.java | 0a76da553bf9ac19b877fcaee85d693dfad5fcd9 | [] | no_license | unnamed44/tera_2805 | 70f099c4b29a8e8e19638d9b80015d0f3560b66d | 6c5be9fc79157b44058c816dd8f566b7cf7eea0d | refs/heads/master | 2020-04-28T04:06:36.652737 | 2019-03-11T01:26:47 | 2019-03-11T01:26:47 | 174,964,999 | 2 | 0 | null | 2019-03-11T09:15:36 | 2019-03-11T09:15:35 | null | UTF-8 | Java | false | false | 1,780 | java | package tera.gameserver.model;
/**
* Перечисление наборов прав рангов гильдий.
*
* @author Ronn
*/
public enum GuildRankLaw
{
/** 0 простой мембер */
MEMBER,
/** 1 возможность изменять состав гильдии */
LINE_UP,
/** 2 возможность лазить в банк */
BANK,
/** 3 менять состав + банк */
LINE_UP_BANK,
/** 4 тр... | [
"171296@supinfo.com"
] | 171296@supinfo.com |
44d3fc4b6e12176dbc998cf56ee2c08fc9a2aa15 | 8ad639f7054b1d8f887dd3bf59de0e6e6a74f47c | /api-server/src/main/java/com/clsaa/dop/server/api/config/FeignErrorDecoder.java | afec536d13a24bcc98ea0e37afbdc83d769fa83c | [] | no_license | doporg/dopv2 | d0bb691d90534a56d2255e768806f9c268efa5c0 | ea4d9ebe3a1122e617318f8578105ff14df1bc24 | refs/heads/master | 2022-12-12T01:03:18.846113 | 2020-09-24T02:31:06 | 2020-09-24T02:31:06 | 233,534,334 | 7 | 5 | null | 2022-12-06T00:46:18 | 2020-01-13T07:14:49 | Java | UTF-8 | Java | false | false | 1,541 | java | package com.clsaa.dop.server.api.config;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.clsaa.rest.result.exception.*;
import feign.Response;
import feign.Util;
import feign.codec.ErrorDecoder;
import org.springframework.context.annotation.Configuration;
import java.io.IOExceptio... | [
"Bowen_0811@163.com"
] | Bowen_0811@163.com |
0fdfa07ba36e92c5e850d26d4b121621f2b161f4 | 77a833b1440d910c0fe2731c440a2bb43a725e25 | /ama/src/main/java/com/itu/ama/amaProject/repository/HousingGroupRepository.java | 66e1f696df08bbe56a9437d2548e56c9f52cee25 | [] | no_license | AnanthChristy/apt-maint-app | 78b42d4531f5c05e31c8aacdb803866293cebf04 | c5939b721c3fcacca4fbb806270d5c03021dfbc5 | refs/heads/master | 2020-06-22T07:21:19.430263 | 2019-07-28T01:49:10 | 2019-07-28T01:49:10 | 197,669,993 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.itu.ama.amaProject.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.itu.ama.amaProject.model.HousingGroup;
public interface HousingGroupRepository extends JpaRepository<HousingGroup,Long> {
List<HousingGroup> findByGroupName(Stri... | [
"ananth.christy.g@gmail.com"
] | ananth.christy.g@gmail.com |
f08bf1e467377c106abf22db7b8dc7d4538243e1 | f1fe7127e6046c6bd647bd95c10a93715bb398a9 | /CapoMazeCommons/src/pl/edu/agh/capo/maze/Node.java | a3fe9e1ff94682cfaa2ff173e90b976b24c35ee2 | [] | no_license | showmen15/CapoRobotFearBasedControl | 3b9668eb1993a8ee35ea31f20139e3072273acf6 | 03647a35bc1b3c5465d4f652fe0d856563d48905 | refs/heads/master | 2021-05-01T09:12:30.118739 | 2016-12-29T19:57:55 | 2016-12-29T19:57:55 | 53,355,685 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package pl.edu.agh.capo.maze;
public class Node {
private String id;
private String kind;
private Coordinates position;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getKind() {
return kind;
}
pub... | [
"showmen15@poczta.onet.pl"
] | showmen15@poczta.onet.pl |
16745cae5b0de44b83f89ac1e5044d75b073d8c8 | d90ab218b89c3f22b4ffc0ae12b60b4fe0de9af0 | /jse/src/OOP/AnimalService.java | 444e8649c4769d0d8f9703fd7dd6b29aaeed20d4 | [] | no_license | kwonharry/jse_homework | 2bbc6d74b572e1470a71ab27644c2ba0406211f0 | 809d4f7028b1eec55cfbbb17157d50d35c3b6191 | refs/heads/master | 2021-01-10T08:01:43.181745 | 2016-02-17T00:40:20 | 2016-02-17T00:40:20 | 51,723,858 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package OOP;
public interface AnimalService {
public void bark();
public void eat();
public void run();
public void see();
}
| [
"user@user-PC"
] | user@user-PC |
29c1644f4864140d84b7fc7bda19cd62f32a6e5e | 09856edb80359c94154bf333a512211be40fd50c | /Java/06_Design_Patterns/structural/decorator/diveintodspt/DataSource.java | 06ec4165440df5f52ae8afc6d0e622421307ffd1 | [] | no_license | i-den/Courses | e76b4b9a713881f8b21f05cf2ab6203f472e5cd5 | 2aade397df33692b4d50a8c04e6e1e22a27e62d0 | refs/heads/master | 2023-01-23T22:24:08.185286 | 2020-11-29T08:42:04 | 2020-11-29T08:42:04 | 89,019,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package structural.decorator.diveintodspt;
public interface DataSource {
void writeData();
void readData();
}
| [
"24753710+i-den@users.noreply.github.com"
] | 24753710+i-den@users.noreply.github.com |
2fbf1c4ec3d16a6afb8574b3b4a616895e68aa61 | ecaf6e5714dbdf2dba49b93de944695dedee480d | /src/gphhucarp/algorithm/ccgp/CCGPHHProblem.java | 1cedd49f4e22bff9c6838ed2a75410bf405c9ba2 | [
"Apache-2.0"
] | permissive | meiyi1986/gpucarp | d0755f70a9541f081fad4f15b0a2a50c5c4ab833 | b3bd3d89edd6615150eeec8d0596f611c94636c2 | refs/heads/master | 2021-06-06T10:13:57.664892 | 2020-08-11T00:08:03 | 2020-08-11T00:08:03 | 129,506,372 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,185 | java | package gphhucarp.algorithm.ccgp;
import ec.EvolutionState;
import ec.Individual;
import ec.Population;
import ec.coevolve.GroupedProblemForm;
import ec.gp.GPIndividual;
import ec.multiobjective.MultiObjectiveFitness;
import ec.util.Parameter;
import gphhucarp.decisionprocess.routingpolicy.GPRoutingPolicy;
import gphh... | [
"yimei@sierraOSs-iMac-2.local"
] | yimei@sierraOSs-iMac-2.local |
f4743bdb8d33664b7990b39d20b9870b1f412077 | dc0abedd6434fddf3b0081c4f0d818a93b915a14 | /code-g-maven-plugin/trunk/src/main/java/org/abstractmeta/toolbox/codegen/plugin/Descriptor.java | aa6bb3bd9aebe4091c6ff20e50a219121b9343b0 | [
"Apache-2.0"
] | permissive | zohirbenslama/code-g | 546e0d92dc8bee9fb778f3f8ee4c4327e5091a4c | 4629e57e905dc1d2aa439b5decad015969f67df2 | refs/heads/master | 2021-01-19T09:24:41.873411 | 2013-11-18T00:19:04 | 2013-11-18T00:19:04 | 32,510,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,899 | java | /**
* Copyright 2011 Adrian Witas
*
* 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 to... | [
"abstractmeta@7b257d32-9133-9ba5-60da-1b10c5724092"
] | abstractmeta@7b257d32-9133-9ba5-60da-1b10c5724092 |
f48eaf6f3b610da9affa5999ac86e790f2573f50 | cdba0b72c969380b336607687533caef9af0a848 | /IdeaProjects/HelloWorld/HelloPitts/src/main/java/com/leetcode/number29/Solution.java | 67a25c1ba1105891d15fd648a1d9d093c7d51bbb | [] | no_license | lupx/LeetCode | 8fa246264349ad35c3f58dd69a95ebcabb95b28d | c3eed86bdda0ff9d3ca5ca07613feb97be133518 | refs/heads/master | 2021-01-10T07:41:45.965986 | 2016-01-11T23:21:58 | 2016-01-11T23:21:58 | 49,460,910 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,248 | java | package com.leetcode.number29;
/**
* Divide two integers without using multiplication, division and mod operator.
* If it is overflow, return MAX_INT.
*
* 什么时候会overflow?
* divisor是int,所以divisor不可能<1或者>-1,那么还有什么时候会溢出?!
* dividend == Integer.MIN_VALUE时,而divisor为-1. 那么相除后就会溢出.所以特殊对待!
*
* Created by PeixinLu on 15... | [
"peixinl@andrew.cmu.edu"
] | peixinl@andrew.cmu.edu |
bd78c9a0cf60c01332dea65dd281a953807ce319 | 2aba63c943cfe39fe373f9134bb12d6d5e96dee7 | /ServidorTragamonedas/src/servidorTragamonedas/Controlador.java | ffc8718a5158abb41c157a5df8c0be3e04395931 | [] | no_license | ChristianTaborda/SlotMachine | f5d7a16bbbb8a0825f9f6f1fdf3620ab63b7c0d6 | 75439a4e7ddabe785f5326372e8ce55052e938f5 | refs/heads/main | 2023-02-10T19:05:15.077366 | 2020-12-30T02:42:29 | 2020-12-30T02:42:29 | 325,429,664 | 1 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 7,931 | java | /********************************************
* Christian Camilo Taborda Campiño *
* Código: 1632081-3743 *
* Fecha de creación: 12/05/2017 *
* Fecha de última modificación: 20/05/2017 *
* ******************************************
*/
package servidorTragamonedas;
import ... | [
"christian.taborda@correounivalle.edu.co"
] | christian.taborda@correounivalle.edu.co |
4340476b5298a2e66d24fe1c00b459bb2adbd886 | 1cdc93f9adc4dc93fb6b22e75096554796aa1cb7 | /matisse/build/generated/source/r/debug/android/support/graphics/drawable/R.java | 4d987e2860e8ebe7542e2768696747e887105e09 | [
"Apache-2.0"
] | permissive | huangjingqiang/matisse_android | b7347101fb94ef84a441673017e700344f00e144 | a560d9ac6a7e9d5545377f5cde37a13550c7f7ef | refs/heads/master | 2020-03-22T23:52:38.238064 | 2018-07-13T10:28:06 | 2018-07-13T10:28:06 | 140,832,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,324 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.graphics.drawable;
public final class R {
public static final class attr {
public static int font =... | [
"huangjingqiang@han-zi.cn"
] | huangjingqiang@han-zi.cn |
1f9a230270404c51965797e988166300a18886f0 | a4b702d8ba9910d96e3ad64dff018cdeb5d11592 | /src/mvc_crud/dao/CustomerDAOImpl.java | c2dd85466c5d6afdfc91e1a82481527a3e5019e3 | [] | no_license | redikx/mvc-crud | d7b4c94e0c2a62b80424b7ab1cc0243bc7a942b8 | 5d3abb6d0f5a2a6574672cfc48c554d1efe6b7e7 | refs/heads/master | 2020-03-24T21:48:49.011223 | 2018-09-22T23:35:57 | 2018-09-22T23:35:57 | 143,051,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | java | package mvc_crud.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transacti... | [
"redikx@gmail.com"
] | redikx@gmail.com |
e9eecc0dc7146221a2090e7c5010fb5ac9c32ae4 | d47f6740fe83d8d2b48fdc7eea2912b54959c043 | /web09/src/com/bdqn/zmj/entity/User.java | a0059604332e7d7cdb74f0af6d425a0c81dc4ed0 | [] | no_license | creing/silver-barnacle | b9117dafc3dc48443d89c724c4530ef1f198a3d8 | fedb8f0512fa8b3b2fd4738b5dba13a553c11b31 | refs/heads/master | 2020-04-27T10:27:59.947715 | 2019-03-07T02:47:55 | 2019-03-07T03:39:10 | 174,255,035 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 487 | java | package com.bdqn.zmj.entity;
/*
* Óû§Àà
*/
public class User {
private int uid;
private String uname;
private String upwd;
public void setUid(int uid) {
this.uid = uid;
}
public void setUname(String uname) {
this.uname = uname;
}
public void setUpwd(String upwd) {
this.upwd = ... | [
"zxzpl520@163.com"
] | zxzpl520@163.com |
2ab5b741517f6153111e0ac4b168a8fa46d27916 | ee00731f920da906a10d94e52e05e75aada62c55 | /NorwegianRailsapp/app/src/main/java/com/oslomet/norwegianrails/datasource/AppController.java | 9a1be44f7658cb434a73d9f3f539012ee98e88e6 | [] | no_license | niksam99/norwegianRails | 94a238b9a799196a9e205657a741ca9fffe49926 | c70016ceaffa01d8c7ae8e9608b4b69a7f39c12d | refs/heads/master | 2020-09-16T08:33:47.481122 | 2019-11-24T09:50:05 | 2019-11-24T09:50:05 | 223,713,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package com.oslomet.norwegianrails.datasource;
import android.app.Application;
import android.content.Context;
import android.text.TextUtils;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
import androidx.multidex.MultiDex;
public class AppContr... | [
"nikhilamatya1991@gmail.com"
] | nikhilamatya1991@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.