blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9c5441f6c2dc2b501c7c36f02f6abf658c90cfcb | 3579c367451e47c99530e83cc80e8e773cb7c300 | /gzxant-shop/src/main/java/com/gzxant/service/shop/order/pay/ShopOrderPayService.java | 31c4a8f4741ec985444530ac25f9541b157ed607 | [
"Apache-2.0"
] | permissive | Parmet/gzxant | d3b5db257cc7b3dafb919836a7d9ad27ae467952 | 09e3e34407cde898284875217ca42adcc0504e64 | refs/heads/master | 2020-03-09T10:15:19.537897 | 2018-05-09T03:25:48 | 2018-05-09T03:25:48 | 128,732,887 | 0 | 2 | Apache-2.0 | 2018-05-11T05:34:50 | 2018-04-09T07:36:22 | JavaScript | UTF-8 | Java | false | false | 812 | java | package com.gzxant.service.shop.order.pay;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.gzxant.entity.shop.order.pay.ShopOrderPay;
import com.gzxant.dao.shop.order.pay.ShopOrderPayDao;
import com.gzxant.service.shop.order.pay.IShopOr... | [
"158215350@qq.com"
] | 158215350@qq.com |
b116e0859779bf83c8ed3d754c86454902d33ac8 | ce96a870a394c0ab47ca5464ebcbcc406d057f3c | /src/modelo/Equipo.java | 227b9bcea9607a7405948dd1330175bf1de2e495 | [] | no_license | geopelia/fundalara | 454d8675afa0d71703cd549e0d11f205dab5f16b | ea03993f29dce55af96bca31d267fe211a82b4be | refs/heads/master | 2021-01-15T18:50:12.653493 | 2012-01-16T13:04:11 | 2012-01-16T13:04:11 | 2,925,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,585 | java | package modelo;
// Generated 09/01/2012 10:28:45 AM by Hibernate Tools 3.4.0.CR1
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import jav... | [
"atilioquintero@gmail.com"
] | atilioquintero@gmail.com |
decdf9c837393f8f190eb9cf5fb1adc65c482934 | 9956c8e5f32c18274ea884ed4a26f102f8615919 | /chetaglio/src/main/java/com/chetaglio/service/service/ServizioService.java | d3b431b1084ed0e466e4248b9fb34c6e98720a8c | [] | no_license | frankid87/chetaglio | 9475bddc8d35fbb4276e4ebf79b38965b208e158 | efe8d2c08710cc1c4c4770ce1eadc3d1f72228eb | refs/heads/master | 2020-12-24T20:51:51.349648 | 2016-04-18T14:20:27 | 2016-04-18T14:20:27 | 56,509,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.chetaglio.service.service;
import java.util.List;
import com.chetaglio.model.entity.Servizio;
public interface ServizioService {
public void create(Servizio servizio);
public void update(Servizio servizio);
public void delete(Servizio servizio);
public Servizio findById(Long id);
public List<Se... | [
"francesco.cinquepalmi@openstyle.it"
] | francesco.cinquepalmi@openstyle.it |
b1d12bc3d427cf50445887d5ff72e2e41eb8df09 | 7b163a9bcef83e90ac9efaa88e3d5845e585a78f | /src/com/test/db/dao/impl/MenuDaoImpl.java | b32e232c9e8b355f8a9e2be47e555fd655302079 | [] | no_license | wuwind/Springmvc_03 | 8f6c11f904c8a570c5a502b22f582825d5627758 | 39c0acc76a74ee4d14f3a18d55239c114a098a15 | refs/heads/master | 2020-09-01T11:49:21.108156 | 2019-11-11T08:06:18 | 2019-11-11T08:06:18 | 218,952,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.test.db.dao.impl;
import com.test.db.dao.MenuDao;
import com.test.model.Menu;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public class MenuDaoImpl extends BaseDaoImpl<Menu> implements MenuDao {
@Override
public List<Menu> getAllMenu() {
return get... | [
"wuhf.com"
] | wuhf.com |
f3a6f23e45d2c56d74c6d465c3a4ba0748f5eefc | 320aad07ee712ac0162ebf4f17fb3f122129e827 | /app/src/main/java/com/rawrstudio/lfa/model/Better_Featured_Image.java | ac092b19c58ea83efdacc2e3f76b11429d571d03 | [] | no_license | nedfoor3/LFA_Android_V2.0 | 934ef982fd442b9cf7a892c49e52e6f6f88bc131 | d32a7ea2c9cd11a00983ab7a0238d3c8cfb3932b | refs/heads/master | 2021-01-21T06:38:29.127536 | 2017-03-06T17:02:25 | 2017-03-06T17:02:25 | 83,261,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,974 | java | package com.rawrstudio.lfa.model;
/**
* Created by Ricardo Rodriguez on 3/3/2017.
*/
public class Better_Featured_Image {
private String description;
private String media_type;
private Media_Details media_details;
private String source_url;
/**
* Gets description.
*
* @return the... | [
"nedfoor@gmail.com"
] | nedfoor@gmail.com |
4469fb16e443e7f22a88a39e8babe05bb3126613 | ddc9502a239e6fb8f4b3e6b730e6c539c98031a4 | /Employees/09-LambdaBuiltIns/practice2/EmployeeSearch09-02Prac/src/com/example/lambda/NoBonus.java | fae7c7bba00d101b4acf5772988bfcf3af639728 | [] | no_license | NeilOberholzer/JavaAdv | 67b0d93e039abd2c04560ac629a80e5d267055d7 | d66b917e1d079b8adcb60fb1fcbb648596df32d8 | refs/heads/master | 2020-07-08T22:42:53.899167 | 2019-09-23T05:38:40 | 2019-09-23T05:38:40 | 203,799,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.example.lambda;
/**
*
* @author oracle
*/
public enum NoBonus {
STAFF(0.02),
MANAGER(0.04),
EXECUTIVE(0.06);
private final double percent;
NoBonus(double percent){
this.percent = percent;
}
public double percent(){
return percent;
}
... | [
"neiloberholzer2016@gmail.com"
] | neiloberholzer2016@gmail.com |
9e27c9a10414cbe23424fa33535704ec4509916e | 3c5cfde83cc46a6a2de82ba321c381818a659ce8 | /src/main/java/com/intuit/traveldiary/dao/TravelDAO.java | a6bb1ce544ece54890d720c13387b94614b0c2c5 | [] | no_license | audupa/TravelDiary | f9791cb6c7b5b0fec7248efec166164ceab31aec | e66415378c1272cd2773927a90104de92842d39a | refs/heads/master | 2016-09-05T11:48:39.421681 | 2015-04-21T17:14:12 | 2015-04-21T17:14:12 | 34,340,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.intuit.traveldiary.dao;
import com.intuit.traveldiary.dao.GenericDAOImpl;
import com.intuit.traveldiary.dto.TravelDO;
import org.springframework.stereotype.Repository;
/**
* Created with IntelliJ IDEA.
* User: AUDUPA
* Date: 4/21/15
* Time: 3:16 PM
* To change this template use File | Settings | File... | [
"akshatha.udupa1@gmail.com"
] | akshatha.udupa1@gmail.com |
b1f4ab64252b7e10ab3f9b3172cead9cfe973563 | 214838dc887c044c7b10f26a6fd85ee231ad8107 | /vendor/github.com/google/protobuf/java/core/src/main/java/com/google/protobuf/CodedInputStream.java | ec4879616479715704b006afe22a816c85ab970e | [
"LicenseRef-scancode-protobuf",
"Apache-2.0"
] | permissive | coolbreeze000/ovs-gnxi | 5c486e192bad4880bff6ea38f6969417986fd262 | ad9c0bf3565a3cf8dfe5ca9929c2632a57fd279b | refs/heads/master | 2021-04-18T21:31:53.828567 | 2019-04-22T21:01:02 | 2019-04-22T21:01:02 | 126,850,919 | 2 | 1 | Apache-2.0 | 2019-04-22T21:01:03 | 2018-03-26T15:36:47 | Go | UTF-8 | Java | false | false | 128,380 | java | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"dherkel@google.com"
] | dherkel@google.com |
5db43d1d3130f3d606dc5f14c480ecb9b614ab00 | 67f7a19e0ab650d4491ba304b2844aed8409f5e5 | /src/Runner.java | 251de60e8c2da333c69884d9a41116176c4a8224 | [] | no_license | cgrad01/merchants-guide | e788c5b40435712943de4c9a96a96c9ab0335bab | b5b8a9510ea56216083fecb49b03eaff1f1d1753 | refs/heads/master | 2021-07-22T12:35:11.395968 | 2017-11-01T13:31:12 | 2017-11-01T13:31:12 | 107,890,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
public class Runner {
public static HashMap<String, Numeral> UNIT_VALUES = new HashMap<String, Numeral>() {};
public static HashMap<String, Integer> RESOURCE_VALUES = new... | [
"cgrad01@gmail.com"
] | cgrad01@gmail.com |
3745f252674992909c1a51fa1f615ad34f72a6e8 | 08afea497a4e7ea7211abb17a3ce94c34b867845 | /oxygen-aop/src/test/java/vip/justlive/oxygen/aop/Conf.java | 4e04410cd4de94dd45706c2c5e5aea732d58866e | [
"Apache-2.0"
] | permissive | zihai367/oxygen | 22443bb20a64d63280c2af1303789fcf0e5b6c44 | a2dfb4810dc0e533ef63ab291a4e09345487fd24 | refs/heads/master | 2020-07-20T08:04:36.956444 | 2019-08-29T01:42:35 | 2019-08-29T01:42:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,860 | java | /*
* Copyright (C) 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"qq11419041@163.com"
] | qq11419041@163.com |
90685116ec000683ef294cac967ec629e01cb743 | 20ba96cfe6032a8713a15e5a18a60bc540cbeea2 | /e2e-component-biz-checkin-vertical/src/main/java/com/dayouzc/e2eapp/ebusiness/checkin/vertical/di/module/StatisticsModule.java | 78841fda32d3a0fbbc3b4a08d7aa085a0cfe8e33 | [] | no_license | chao121/chekin | fc02b8e42b31e6a67c1ad82587179c8642cdb2de | b7e5b4f4da9f5f3fbc209752594ddea201e819bb | refs/heads/master | 2022-11-15T12:24:16.768746 | 2020-07-09T05:35:37 | 2020-07-09T05:35:37 | 278,271,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package com.dayouzc.e2eapp.ebusiness.checkin.vertical.di.module;
import com.dayouzc.e2eapp.ebusiness.checkin.vertical.mvp.contract.StatisticsContract;
import com.dayouzc.e2eapp.ebusiness.checkin.vertical.mvp.model.StatisticsModel;
import dagger.Binds;
import dagger.Module;
/**
* ==================================... | [
"chaoqi@dayouzc.com"
] | chaoqi@dayouzc.com |
e44a83d1f57dc8fec7a411078705824ac7e9f22b | 310492655ac5490e1744b6b2de4f416a025a0186 | /kaitou-office-excel/src/main/java/kaitou/office/excel/util/PropertyUtils.java | cd574c684dcd564ab1ecf2bad7b2105cbf4a7c23 | [] | no_license | kaitouzhao/kaitou-office | 28ed3dd8f69684f6c434392b11f2310be8598eb6 | abb9c6393a2ba7b5c9812aeeb2193e3c02399777 | refs/heads/master | 2021-01-20T21:49:17.585773 | 2015-01-20T08:09:31 | 2015-01-20T08:09:31 | 29,518,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package kaitou.office.excel.util;
import java.io.IOException;
import java.util.Properties;
/**
* properties管理工具类.
* User: 赵立伟
* Date: 2014/4/25
* Time: 10:31
*/
public abstract class PropertyUtils {
/**
* 获取property值
*
* @param name 名称
* @return 值
*/
public static String getValu... | [
"Kid.Zhao@gmail.com"
] | Kid.Zhao@gmail.com |
539c3002316f35d440e970794e83794c33e35138 | 01345b6a4bd81ad836b95351e2fbcc7e30a48101 | /spring-boot-tutorial/src/main/java/com/coverstar/dao/IOperations.java | b29c07ae339db265c4f6b813006555669b3279a6 | [] | no_license | ShalithaJayamal/Onlineworld | 388a654acd5e8aef46e67aef422c2a5641ddcaa8 | 6244d875f162d295a92f7a05f675e2b048455655 | refs/heads/master | 2022-12-01T05:35:42.095672 | 2020-08-15T18:22:32 | 2020-08-15T18:22:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.coverstar.dao;
import java.io.Serializable;
import java.util.List;
import java.util.Optional;
public interface IOperations<T extends Serializable> {
Optional<T> findById(final long id);
List<T> findAll();
T create(final T entity);
T update(final T entity);
void delete(final T enti... | [
"shalithajayamal96@gmail.com"
] | shalithajayamal96@gmail.com |
87a2b20cff18a11294d7ee9da0ce7ac732d77dce | b48a34155cd8e566039ded43e4e91a912e55bf45 | /JXmall-product/src/main/java/com/lee/jxmall/product/vo/AttrGroupWithAttrsVo.java | c3949aaae15e68df2e58b9ed20c4b5fe09a9604e | [
"Apache-2.0"
] | permissive | Lee2580/JXmall | 8ac713cc0f2fd715af2c13704368aeebe7b3c376 | 690a093ab6dd7394a32de400ac42bdb670446831 | refs/heads/main | 2023-08-24T09:33:44.652276 | 2021-09-22T08:25:41 | 2021-09-22T08:25:41 | 387,672,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.lee.jxmall.product.vo;
import com.lee.jxmall.product.entity.AttrEntity;
import com.lee.jxmall.product.entity.AttrGroupEntity;
import lombok.Data;
import java.util.List;
@Data
public class AttrGroupWithAttrsVo extends AttrGroupEntity {
/**
* 封装整个实体信息
*/
private List<AttrEntity> attrs;
}... | [
"1114862851@qq.com"
] | 1114862851@qq.com |
2cca8dad8e8b07cd76e3a1e52dc363f3876c0b10 | b7e1152f46a7871fa25ab11e0ed19e6046f4b414 | /blog-api/src/main/java/com/zyz/blog/vo/PageResult.java | 18c2f80a40be30f7903e1ac221c5a22efe18a4b3 | [] | no_license | youki9527/blog | 16bff754e47fd6de2d6be4ee9018b8af5c94f2d7 | cbd1c02cb27e817217f11bb921c26fb193299184 | refs/heads/master | 2023-08-27T02:55:53.831491 | 2021-11-11T14:51:13 | 2021-11-11T14:51:13 | 410,240,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package com.zyz.blog.vo;
import lombok.Data;
import java.util.List;
/**
* @author zyz
* @version 1.0
*/
@Data
public class PageResult<T> {
private List<T> list;
private Long total;
}
| [
"291821441@qq.com"
] | 291821441@qq.com |
09d164d59bea5b363524d1f44fdd9d66acb16443 | cb57ab0a42e6a6b54a07fc6aa39edbfd2c88576d | /app/src/main/java/com/floatwindow/permission/rom/fw/Smartisan.java | 2c8577a37e76e800064796e1b79c2a7bc6929628 | [] | no_license | shionGitHub/FloatingWindow | a74759b0584439278487db122f72f80c35855f1c | 306eae5c1f0c653ee420290e84b23a3231b20875 | refs/heads/master | 2020-05-03T20:22:45.613292 | 2019-06-25T06:45:43 | 2019-06-25T06:45:43 | 178,801,752 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package com.floatwindow.permission.rom.fw;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
public class Smartisan extends Rom {
@Override
public void openAutoStartSetting(Context context) {
try {
Intent intent = new Intent();
... | [
"346419807@qq.com"
] | 346419807@qq.com |
11803803718ea5d6ca953698e7aed8aa0d2722b3 | 0c40a63dfd91a6c7ea0b73937470f38677010778 | /app/src/main/java/exception/OwnerIdMustBeLargerThanZeroException.java | fbc700e31207854b52a15f6cd275de18fc85bf94 | [] | no_license | gyorgyice85/LoginRegister | 6e3a75fcecf2dd58b9ac77b1af17a99d8c575d16 | 05264f6975fa36c70e688bf6bae33c45d187fbd8 | refs/heads/master | 2021-06-27T05:35:05.447170 | 2017-09-04T15:28:42 | 2017-09-04T15:28:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package exception;
/**
* Created by Joshi on 11.08.2017.
*/
public class OwnerIdMustBeLargerThanZeroException extends Throwable {
public OwnerIdMustBeLargerThanZeroException (String str) {
super(str);
}
}
| [
"schwegmaster@web.de"
] | schwegmaster@web.de |
5750697a5c2137b6c765ef5a8da6614b02006351 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_06003215c5d001cd52273df3fadf569188022b0d/Game/21_06003215c5d001cd52273df3fadf569188022b0d_Game_t.java | 9a049fe86ccd708de21421237d65e384f6a626aa | [] | 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 | 7,739 | java | package graphic;
import military.Shipyard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.Display;
import org.newdawn.slick.Color;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Image;
import org.newdawn.slick.Input;
import org.newdawn.slick.Slic... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
61984c2c8a6e1dbd06d54eef863f3c14798ab8e1 | 15ae8d4bd9e1085e0ba7a54beae2f0c126a2dce4 | /src/jiuzhang/dp/CountPlane.java | 5ddd864d171c765eebdcf476b05da39d0e5fd0ed | [] | no_license | qdh0520/Algorithm | aae9cc61cc020ba371afe4e638bdb5bff11150cf | 40f626d95eb877005149631d4ffc228b2829cc89 | refs/heads/master | 2020-07-06T12:23:23.300710 | 2019-09-19T14:50:29 | 2019-09-19T14:50:29 | 203,016,025 | 1 | 0 | null | 2019-08-18T14:32:46 | 2019-08-18T14:32:45 | null | UTF-8 | Java | false | false | 1,686 | java | package jiuzhang.dp;
import java.util.*;
/**
* 数飞机
* Created by Dell on 2017-08-20.
*/
public class CountPlane {
public class Interval {
int start, end;
Interval(int start, int end) {
this.start = start;
this.end = end;
}
}
public int c... | [
"18103412880@163.com"
] | 18103412880@163.com |
67047e03e254689b6705b09b8a1be1145cacfd3a | 6f2a95effada827d4d13953931323a086a2656dc | /src/com/practica102/app/Factorial.java | f946d129775212567385f6daecdf3d1bd1e5d7ea | [] | no_license | AryNG/Exercise10.2 | 4ab127edf44e4600055928e66de929217e3cd5d9 | 93c0ea196606b84334451938fc92796b33599a78 | refs/heads/master | 2020-08-17T08:24:03.755292 | 2019-10-16T20:29:15 | 2019-10-16T20:29:15 | 215,638,544 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 1,402 | java | package com.practica102.app;import java.util.Scanner;
public class Factorial {
public static void main(String[] args) {
//Variable-------------------------------------------------------------------------------------
long factorial=1;
int number=-1;
Scanner input= new Scanner(System.in);
//Process------------... | [
"red.codes.lifes@gmail.com"
] | red.codes.lifes@gmail.com |
9353eecff6c2ff2852959b119757a88d98ce493c | 61c86ef495c474caa4fefc68ae549be7be619060 | /day10-code/src/com/wendy/day10/demo02/Zi.java | 3fe58fce762dcace92a517a376df3703a1299813 | [] | no_license | Huihuihuiwan/-Java-idea- | 619c53b7cff2af4137dcaa3b15973215ad3b6dac | b32ea8ec1fdabdb36544821c806660a2eb12a702 | refs/heads/master | 2022-07-17T09:57:31.397066 | 2020-04-16T12:18:47 | 2020-04-16T12:18:47 | 248,991,410 | 1 | 0 | null | 2022-06-21T03:02:04 | 2020-03-21T14:20:56 | Java | UTF-8 | Java | false | false | 145 | java | package com.wendy.day10.demo02;
/**
* Author : wendy_wan
* Created : 2020/3/16 21:52
*/
public class Zi extends Fu implements MyInterface{
}
| [
"542996083@qq.com"
] | 542996083@qq.com |
a59fe7e3205bda0a9e0772a262f2701080d5f67d | a3de367b1284d35e1d33789e4374c112b41bd263 | /numberone-auth/src/main/java/com/numberONe/task/SpringTaskController.java | bd954aec9d35d03ba9db1bf2c22b85604a5ed80b | [] | no_license | trudgeDreamer/numberone-auth | aae9a8219150e4f88642be44b2e7124183afa5ed | 0b57dfbfa52eb5aa60286127b7ac0b9d50c120a7 | refs/heads/master | 2021-05-15T14:27:19.243827 | 2017-10-17T01:49:49 | 2017-10-17T01:49:49 | 107,202,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,041 | java | package com.numberONe.task;
import java.util.Properties;
import javax.inject.Inject;
import org.hyperic.sigar.Sigar;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import com.numberONe.entity... | [
"zengyunqing@froevercross.com"
] | zengyunqing@froevercross.com |
492615b4275ac662fbe477738130d1dee964ea9a | f4876059e6fade07d6c746407995f12470a39670 | /IS24-XML/src/main/java/org/openestate/io/is24_xml/xml/VermarktungGewerbeTyp.java | 4d276174c77e42edd12ed3a9e98a59fc35fc562c | [
"Apache-2.0"
] | permissive | shkelqimbehluli/OpenEstate-IO | c77c63e80aa1ec5f8f5cc9ebdf31dcc260f05ff3 | a414cd927108e83807833dd1e683d48e0d37136a | refs/heads/master | 2020-05-20T15:09:29.857859 | 2016-03-11T17:52:55 | 2016-03-11T17:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,784 | java |
package org.openestate.io.is24_xml.xml;
import java.math.BigDecimal;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind... | [
"andy@openindex.de"
] | andy@openindex.de |
e2e1162c161627862e31fdfb42045250641543da | 548a7a311324751de587d83ac3b8ae1886f70dfa | /src/main/java/com/xxx/common/utils/PrimaryKeyUtil.java | 4db49bdc5431e0e885c5d254f665fe54fcc330a4 | [] | no_license | oIdmonk/springbootGeneratorCode | 0ff3a18368b191bf3b1df82512d5163d56bdf38d | 9cab5764e724fbae61fc6d45f01c831fabfaf6ad | refs/heads/master | 2020-04-09T11:25:51.578736 | 2018-12-20T09:14:31 | 2018-12-20T09:14:31 | 160,309,209 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,689 | java | package com.xxx.common.utils;
import java.util.Random;
import java.util.UUID;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
/**
* 主键生成表
* @author huangyufei
* @Description
* @date 2017-12-23 15:46
*/
public class PrimaryKeyUtil {
private static final long ONE_STEP... | [
"470612348@qq.com"
] | 470612348@qq.com |
3336892951c9dc1c1c2f96eb69e4a17c40e731ad | ab5d86024da303562208c1cdc842031f91ebc1cb | /moshi/src/test/java/moshi/tets.java | c22cdebf758386d39d5247530ae292403091e300 | [] | no_license | ff445566/moshi | 5cfa1ecac5be44bc2058609674139c024dd284df | 88029ba8583a81e0f332615d7fdea011b947585c | refs/heads/master | 2020-03-18T08:26:33.009081 | 2018-06-03T11:35:38 | 2018-06-03T11:35:38 | 134,509,658 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,213 | java | package moshi;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
public class tets {
public static void main(String[] args) {
List list=new ArrayList<Object>(... | [
"1015809436@qq.com"
] | 1015809436@qq.com |
9398870df65c42d79203f903db3b8389ecb69088 | 18fddc2226dcdfb61c5d307be2c9c5830952cb73 | /src/main/java/process/EstimateLeftRightVariance_JFRC2013.java | c0719b961ee06469e770c6dd3e0423af15a2326b | [
"BSD-2-Clause"
] | permissive | saalfeldlab/template-building | a72b9b348edba648a9fc2eb3f8319f0403cd7bad | 84ad3a4573358c4ca6fbb99509c8b29e97b0051c | refs/heads/master | 2023-08-24T04:32:46.926463 | 2023-08-15T19:38:24 | 2023-08-15T19:38:24 | 78,023,958 | 8 | 3 | BSD-2-Clause | 2023-05-12T15:14:23 | 2017-01-04T14:43:58 | Jupyter Notebook | UTF-8 | Java | false | false | 10,639 | java | package process;
import java.io.File;
import java.io.IOException;
import bdv.util.Bdv;
import bdv.util.BdvFunctions;
import ij.IJ;
import ij.ImagePlus;
import io.AffineImglib2IO;
import io.nii.NiftiIo;
import jitk.spline.XfmUtils;
import loci.formats.FormatException;
import net.imglib2.Cursor;
import net.imglib2.Fina... | [
"bogovicj@janelia.hhmi.org"
] | bogovicj@janelia.hhmi.org |
8247faf7a60bb8a50a68771ca062de973ea7ff61 | 8f44efbc229262b5b278015cc3d4288c1fb7e535 | /src/main/resources/com/prestafacturaService/mongo/dto/MetodoPago.java | adea0058547c7fecc7207ae105ba254b00a83349 | [] | no_license | JorgeP86/prestafactura | 6939a766981a40f1d462baa8efd45f259fc1f0b8 | b0d36637874377bd7cbfc97af20c8b1701c5d9a6 | refs/heads/master | 2021-01-22T06:54:51.022735 | 2014-06-01T20:05:51 | 2014-06-01T20:05:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.prestafacturaService.mongo.dto;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection="metodoPago")
public class MetodoPago extends BaseEntity{
/**
*
*/
private static final long serialVersionUID = -4605147685084909199L;
private String nombre;
publ... | [
"jorge.pareja86@gmail.com"
] | jorge.pareja86@gmail.com |
5c0016085c7e52db8a81e399a28b0de68162b286 | a5ee89c7bdb1d6f65873222d24aadcfa6635cebc | /src/main/java/com/family/algorithem2012/thread2/Station.java | 2bcb61903476cdb2f1d07ed0832fa54a8cb3c4fd | [] | no_license | galen17/example1200 | 02d3de46398e6c8b440cccf99aface090bc10292 | 3789164e2706533b8c678192144d17a332adef02 | refs/heads/master | 2022-12-21T06:02:43.670598 | 2021-11-23T15:01:44 | 2021-11-23T15:01:44 | 156,043,135 | 2 | 0 | null | 2022-12-10T04:11:00 | 2018-11-04T02:43:49 | Java | UTF-8 | Java | false | false | 592 | java | package com.family.algorithem2012.thread2;
public class Station extends Thread {
public Station(String name) {
super(name);
}
static int tick = 20;
@Override
public void run() {
while (tick > 0) {
if (tick >0) {
System.out.println(getName() + "卖出了第" + t... | [
"daguozb@163.com"
] | daguozb@163.com |
db2a9aed464973934e2f4420f7b58ff0e3d1ae6b | c70b282e06e173935608b9bed4fb0d202b1e0865 | /src/Interfaces/GestionarCompras.java | 2b50609f32a297f5487f36b80306b8c8da3c6f8b | [] | no_license | ariellugo92/ProyectoProgramacionPrincipal | 8ccac4ac20a89b3594c6a4e6059170a5f7a13fdc | 49e8d79c67d42c3757081da0c638eb17c8771d8b | refs/heads/master | 2021-03-12T23:59:35.227076 | 2015-04-18T23:47:15 | 2015-04-18T23:47:15 | 31,480,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,850 | java | package Interfaces;
import Archivos.ArchivoCategoriaProd;
import Archivos.ArchivoCompras;
import Archivos.ArchivoEmpleados;
import Archivos.ArchivoProductos;
import Archivos.ArchivoProveedores;
import Pojos.CategoriaProd;
import Pojos.Compras;
import Pojos.Empleados;
import Pojos.Productos;
import Pojos.Proveedores;
i... | [
"ariellugo92@gmail.com"
] | ariellugo92@gmail.com |
6e85701dbbbadf8c1bfca22481dea8af6521f620 | 52af9468ca367aa65b5f7fb74d6dd61df021ad0d | /src/marsrover/enums/DirectionEnum.java | 472a47621aa0707d8fdd528c2586c5b6d9254234 | [] | no_license | zeynepcoskun/marsrover | 28ee075b36fbdb0ec93ebe6bea24f7357654e856 | 223d8d643f835326709b27ee5a58a1cfacf22883 | refs/heads/master | 2023-06-04T21:29:21.955862 | 2021-06-20T21:13:46 | 2021-06-20T21:13:46 | 378,732,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package marsrover.enums;
public enum DirectionEnum {
NORTH("North", "N", true),
EAST("East", "E", true),
WEST("West", "W", true),
SOUTH("South", "S", true);
private final String direction;
private final String directionLetter;
private final boolean active;
private DirectionEnum(Strin... | [
"apple@apples-MacBook-Pro.local"
] | apple@apples-MacBook-Pro.local |
255b6778e65e11434e5be8ff4f145cad564ba29d | 6771110f7b5cde97812a4e1a856c2a4052d82669 | /src/main/java/jp/co/cos_mos/mdm/v1/dao/mapper/OwnerMapper.java | f0f6932c47e7e9252bc6c42005c0abff6d641290 | [] | no_license | C-MDM/c-mdm-v1 | 82bc814ecd25b6570ed8ba1b2b2244ce12d7c6da | 8d99b878c9b96c2903e3e46ff060ff1630f83c2c | refs/heads/master | 2020-04-29T03:08:02.352928 | 2015-02-01T12:53:21 | 2015-02-01T12:53:21 | 27,480,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package jp.co.cos_mos.mdm.v1.dao.mapper;
import java.util.List;
import jp.co.cos_mos.mdm.v1.dao.entity.Owner;
public interface OwnerMapper {
public Owner select(Long id);
public int insert(Owner owner);
public int update(Owner owner);
public int delete(Owner owner);
public List<Owner> selectAll();
... | [
"HisashiYoshida@IP-C0A860DE.corp.amazonworkspaces.com"
] | HisashiYoshida@IP-C0A860DE.corp.amazonworkspaces.com |
47589b34153b3c75ae7313aa6c82c9dcc93ccdf5 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/97/501.java | 06631370e53fb9fad9be1908a93d60524c3adaa4 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int m;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
m = n / 100;
System.out.printf("%d\n",m);
m = (n % 100) / 50;
System.out.printf("%d\n",m);
m = ((n % 100... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
540647e7b7e97c524b7b09ed8a2f6c3747e5f3cf | 8a8a4e240f0a89af3b84161a2c8a0d15f20b3449 | /src/main/java/com/mashup/ootd/domain/post/dto/PostCreateRequest.java | 1602e2ea8603fff974e54ef41ede843070d9ab65 | [] | no_license | mash-up-kr/FCS-backend | 99d1996965793574ca6e6a9a5942f4c2c8fc29b8 | 763af8752013430e2f367e243552105aa0c9b23a | refs/heads/master | 2022-12-29T16:28:09.434362 | 2020-10-12T14:20:11 | 2020-10-12T14:20:11 | 280,346,792 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.mashup.ootd.domain.post.dto;
import java.time.LocalDate;
import java.util.Arrays;
import java.util.List;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.web.multipart.MultipartFile;
import com.mashup.ootd.domain.post.entity.Post;
import lombok.Getter;
import lombo... | [
"ehdgus2398@gmail.com"
] | ehdgus2398@gmail.com |
47b74bbfd40a7813ee8357a3f86e03bbb564e76a | 2ecfca74b3757ee574a29896ae4242d005b50dd3 | /scarabei-red/src/com/jfixby/scarabei/red/db/simple/SimpleDBConfig.java | 8390dbb12249dc880d1e52ea80ab21604877238b | [] | no_license | ekoi/Scarabei | edc6bceeba9612be8b19d951efcd17900f0901f1 | 300be6a937fc81e5c0496f33d9a6c2259ce13f04 | refs/heads/master | 2021-06-24T07:44:26.728005 | 2017-09-10T09:42:39 | 2017-09-10T09:42:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java |
package com.jfixby.scarabei.red.db.simple;
import com.jfixby.scarabei.api.file.File;
import com.jfixby.scarabei.api.names.ID;
public class SimpleDBConfig {
public ID dbName;
public File storageFolder;
public boolean readFromStorage;
}
| [
"github@jfixby.com"
] | github@jfixby.com |
939348230bd399d1bbd570c8cff581fd104a1b81 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/neo4j--neo4j/033f6326bddfef6431b1bf4dad0770aea24f5325/before/BatchOperationService.java | 040f64fa8567b3f0bceb3ddcf4925997cf16ff95 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,419 | java | /**
* Copyright (c) 2002-2011 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundati... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
edfd39bd38434641e7552f3ca3a5c914e698acee | 63d74e2c7ec887ec000347b2d93b84f3fec49dca | /KmerPosition.java | 4cb866efdb7c30fdf292db2c4546a2647f5c6120 | [] | no_license | jtfield/java_projects | d13bd6be4a5fb10f888c49d6f13f750ec57d776a | e39902cd02dfe677e6d219ed16704f1258030dc8 | refs/heads/master | 2022-11-24T05:16:41.320123 | 2020-07-29T22:29:14 | 2020-07-29T22:29:14 | 260,313,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,533 | java | package template;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import fileIO.ByteStreamWriter;
import fileIO.FileFormat;
import fileIO.ReadWrite;
import shared.Parser;
import shared.PreParser;
import shared.Shared;
import shared.Timer;
import shar... | [
"jtoscanifield@ucmerced.edu"
] | jtoscanifield@ucmerced.edu |
a7b1f043fac85df2477a32df43fc241a26bd5ae9 | 5dd224a7655f59cc8a1d033636225ad614026ac7 | /backendJaxRSProject/src/main/java/com/andersen/backendjaxrsproject/Employee.java | b4b41a459fffa2b96e2accce1daa0f06caff5165 | [] | no_license | elandersen/JavaProjects | ce73b6d4532a2deae386c3552dde4266a338c674 | f7f7181dbf87608e2f01147386d2c5d84d674834 | refs/heads/master | 2021-04-29T11:09:36.574920 | 2017-01-02T18:56:54 | 2017-01-02T18:56:54 | 77,855,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,005 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.andersen.backendjaxrsproject;
import javax.xml.bind.annotation.XmlRootElement;
import org.bson.types.ObjectId;
/**
*
* ... | [
"edeem55@gmail.com"
] | edeem55@gmail.com |
007b293635e2b81ec75e7f472c78a9710ae86f50 | 3f814bf738ced638d15cba063de724b4988c777d | /homework_ch5/src/P50.java | ab491bdf2bddd73906cc9105b4874415af1c4bb8 | [] | no_license | QuasarsZ/HW_CH5 | fdc5c05f5c1bb68b7d0b291d43ddf621fef466f3 | 35d1da3f68398673ff1fa9498b646eccd75fd29d | refs/heads/master | 2020-04-08T15:56:59.117656 | 2018-11-28T12:27:44 | 2018-11-28T12:27:44 | null | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 474 | java |
public class P50
{
public static void main (String[] args)
{
Car50 car1 = new Car50("1號車");
Thread th1 = new Thread(car1);
th1.start();
for(int i=0;i<5;i++)
{
System.out.println("正在進行main()的處理工作");
}
}
}
class Car50 implements Runnable
{
private String name;
public Car50(String nm)
{
na... | [
"zxc70921@gmail.com"
] | zxc70921@gmail.com |
5684efc6c6944276c158788a0b516f026d6e8fc8 | 25a4bbaaf918757910fe86f97c332385c7dfe6d1 | /IntelliJ_IDEA_workspace/day02/src/com/zrj/java/VariableTest4.java | b4811fc44b3e7b84991b623157f8aceabec2ad70 | [] | no_license | ahanabi/java | cc779d2774457385f41b93603e39d39948b0c267 | ac80b25f598c49ddf236754f45ca6c24a6232a1d | refs/heads/master | 2023-04-06T05:15:57.464689 | 2021-04-25T03:11:46 | 2021-04-25T03:11:46 | 263,314,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package com.zrj.java;
class VariableTest4 {
public static void main(String[] args) {
//1.编码情况1:
long l = 123213;
System.out.println(l);
//编译失败:过大的整数
//long l1 = 21332423235234123;
long l1 = 21332423235234123L;
//****************
//编译失败
// float f1 = 12.3f;
float f1 = (float)12.3;
//2.编码情况2:
... | [
"15151853077@163.com"
] | 15151853077@163.com |
71848fa8e2c114ef435063083510f575c5689c43 | 8cd79231511b86a37f26f9418f0c468fe5eb488f | /src/main/java/com/github/kodomo/mallysmith/government/database/repository/publicservant/PublicServantRepository.java | bb96dab63ec51142044ad40066f252638a72b8d3 | [] | no_license | kodomomo/MALLYSmith-Government | 2100a4d8e60e99c321fab2b6923da4bd4614f698 | c91eff0810e12a15378b970b3a017dccd31afa42 | refs/heads/master | 2023-04-03T02:18:18.201512 | 2021-04-10T18:03:37 | 2021-04-10T18:03:37 | 356,574,948 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.github.kodomo.mallysmith.government.database.repository.publicservant;
import com.github.kodomo.mallysmith.government.database.orm.MysqlConnector;
import com.github.kodomo.mallysmith.government.database.orm.Repository;
public class PublicServantRepository {
private final Repository repository = Mysql... | [
"leaguelugas@gmail.com"
] | leaguelugas@gmail.com |
383b7e8606a0c269499ebec10abadd956c93e331 | e1a4acf1d41b152a0f811e82c27ad261315399cc | /examples/java/com/intel/daal/examples/neural_networks/ELULayerDenseBatch.java | 58f303e0661e6a5997926588afebdd8a50dd5547 | [
"Apache-2.0",
"Intel"
] | permissive | ValeryiE/daal | e7572f16e692785db1e17bed23b6ab709db4e705 | d326bdc5291612bc9e090d95da65aa579588b81e | refs/heads/master | 2020-08-29T11:37:16.157315 | 2019-10-25T13:11:01 | 2019-10-25T13:11:01 | 218,020,419 | 0 | 0 | Apache-2.0 | 2019-10-28T10:22:19 | 2019-10-28T10:22:19 | null | UTF-8 | Java | false | false | 4,103 | java | /* file: ELULayerDenseBatch.java */
/*******************************************************************************
* Copyright 2014-2019 Intel Corporation
*
* 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 t... | [
"nikolay.a.petrov@intel.com"
] | nikolay.a.petrov@intel.com |
0cc76d345625f912ccae30089c653bfcd170f986 | 0ad89ba96ce7203cd90d54c65f926425b1b661b8 | /src/main/java/com/vinylstore/vinyl/service/AccountServiceImpl.java | 169b79543a16fc6d79396763e36d8183f16e2a50 | [] | no_license | xayde/vinyl | 4d6de314f588736f3f2f0308c21e75565acb68fb | a1a5d95f7d431b6feac6e411bca9586573f81410 | refs/heads/master | 2022-01-30T13:42:03.547512 | 2019-06-01T14:31:46 | 2019-06-01T14:31:46 | 184,765,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.vinylstore.vinyl.service;
import com.vinylstore.vinyl.dao.AccountDao;
import com.vinylstore.vinyl.exception.UniqueEmailException;
import com.vinylstore.vinyl.model.Account;
import lombok.RequiredArgsConstructor;
import org.glassfish.jersey.internal.guava.Lists;
import org.springframework.stereotype.Service... | [
"ldmadalina@gmail.com"
] | ldmadalina@gmail.com |
a7ff4209a3aafdec6c3135fee7d145fadbb59b78 | fb3fff16f3201379ec6a1f1c00c71770ace669eb | /src/main/java/com/course/practicaljava/service/RandomCarService.java | 6917a1021cb6a91bb66c555675be3efa7fc8acdb | [] | no_license | praneethamurthy2012/testgradle | 3775a1384e28a31b15984dda329e4a1d427828b4 | a240029a6333d8f844ee0bccbc16e053d7aaee55 | refs/heads/main | 2023-03-19T00:52:23.562997 | 2021-02-24T09:15:44 | 2021-02-24T09:15:44 | 331,517,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,174 | java | package com.course.practicaljava.service;
import java.util.ArrayList;
import java.util.concurrent.ThreadLocalRandom;
import org.springframework.stereotype.Service;
import com.course.practicaljava.entity.Car;
import com.course.practicaljava.entity.Engine;
import com.course.practicaljava.entity.Tire;
import com.course... | [
"sreedharamurthy.n@WIB-LAP-003752.wibmodc.com"
] | sreedharamurthy.n@WIB-LAP-003752.wibmodc.com |
a7c38da30fd7e08e239e2fa2ac98834d84717dbb | 6e45dd703a2172a643368c171edd3342feca5b81 | /ProjetoWeb/src/command/ManterUsuarioEditar.java | 116478856cd3525db1fb21d9aa0765a678200184 | [] | no_license | cavaleiros/Grupo6 | 02142ba9036f2a43af685342278ea328a4e746fd | f168d079e2f160a028269cfb3240af9e502cf6fe | refs/heads/master | 2021-01-21T14:12:00.550055 | 2016-05-26T04:45:05 | 2016-05-26T04:45:05 | 55,647,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package command;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.UsuarioService;
public class ManterUsuarioEditar implements Command {
@Override
pub... | [
"moral@192.168.0.4"
] | moral@192.168.0.4 |
2765ac256c033ff2f7f56c01fc730d6d2c6d1602 | 0a25c69b7f42a86aae0d2c0498d77a54c1d7d7e0 | /java2c/HelloWorld.java | 65355d7830c7756a89223e436dbf2ecfe752ca1a | [] | no_license | tomasz0ca/jni_exercise | ae751e5bbda85b27682f24af670b80cb2e996440 | 6ff6866c7741dc1a61e50e262196c7aa757a04b3 | refs/heads/master | 2021-09-27T19:50:06.483152 | 2016-09-05T20:14:17 | 2016-09-05T20:14:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | class HelloWorld
{
private native void print();
public static void main(String[] args)
{
new HelloWorld().print();
}
static {
System.loadLibrary("HelloWorld");
}
} | [
"tomasz gta"
] | tomasz gta |
edaf41171d9ce8f8a76a09f1aff1fe6a1be9cf08 | 9e687714b601295d85d0304ed0234dfa8fded05a | /app/src/androidTest/java/com/example/texttospech/ExampleInstrumentedTest.java | 6e24283f74f331706fb632579438bbf5649a5a75 | [] | no_license | abdulkarim212/TexttoSpech | 038054339a757e48ff8b9832ec6996b5bc31adb3 | f09908bbb4cf417c4831d549d60cc75792d8b785 | refs/heads/master | 2020-06-16T16:32:16.814703 | 2019-07-07T10:15:35 | 2019-07-07T10:15:35 | 195,637,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package com.example.texttospech;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
... | [
"abdulkar212@gmail.com"
] | abdulkar212@gmail.com |
29f7612853d389fd47c583f3a63305f9ca543e72 | f7e585e2a4ea26848bb6873168284cac57806c78 | /build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v4/R.java | b6f9162769e763df97107294b229b05e471a5743 | [] | no_license | rbeat/cashy | edcf05b70eec61f25464d4002375625015b3ef19 | b5a8aca50bbda3bcfd147262a667f82dde4f1dbc | refs/heads/master | 2023-01-19T07:23:31.485334 | 2020-11-02T14:19:28 | 2020-11-02T14:19:28 | 316,294,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,338 | 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.v4;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"admin@rbeat.gq"
] | admin@rbeat.gq |
5dc455408865cd3dcd8777be8c001c0ba2318548 | 73786aaa7f23557fb3126cf3eeb60a6724d5af21 | /src/main/java/com/chapter04/model/Dish.java | 314ea94a83fbfd9d8515cf45ca7e60d7d1a9e28e | [] | no_license | vvshinevv/modern-java-in-action | c101224bcb2fbb96eb9fbd3120a7ddc3f2f28632 | 07b3d517c1867b2569ab8ac429893a76b95d9881 | refs/heads/main | 2023-03-18T18:54:29.290125 | 2021-03-06T14:59:08 | 2021-03-06T14:59:08 | 342,131,447 | 0 | 0 | null | 2021-03-06T14:59:08 | 2021-02-25T05:18:06 | null | UTF-8 | Java | false | false | 389 | java | package com.chapter04.model;
public class Dish {
private final String name;
private final boolean vegetarian;
private final int calories;
private final Type type;
public Dish(String name, boolean vegetarian, int calories, Type type) {
this.name = name;
this.vegetarian = vegetarian;... | [
"vvshinevv@gmail.com"
] | vvshinevv@gmail.com |
900521198a2a449ee3b777dc5793e3ca2273ccb6 | cd454e3f22bc482836af190bf0f83e920d089bbc | /src/asteroids/game/Level.java | ba82a28c49cb5c02230fdcb6c1f2674f61c609c9 | [] | no_license | Axquaris/AsteroidDodger | 26f17c868aa86fb87bc251406d0043d98cbcce72 | 09848d1d62f44d3802b6f2383d378b2111bf2154 | refs/heads/master | 2021-01-16T21:46:21.644281 | 2016-06-16T22:31:49 | 2016-06-16T22:31:49 | 61,329,943 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,996 | java | package asteroids.game;
import java.util.ArrayList;
import asteroids.particles.Particle;
import asteroids.particles.ParticleSpawner;
import asteroids.util.XY;
public class Level {
//===============//
//Game Properties// These change based
//===============// on difficulty.
//Asteroid
... | [
"domceb@gmail.com"
] | domceb@gmail.com |
b5382c20a7b0cebcfaf80503e06d287bc15d5f60 | b94cf72334e53a2235d298c3ae8adf11946ec5bc | /app/src/main/java/com/mahmoudsallam/task/ui/details/DetailsFragment.java | ee5266265cbd252e6d3ad6eedd30ba83a3da9634 | [] | no_license | mahmodsallam/sharing_group | 235d9d386cc7d7eab7003406c6e663f8d453ba73 | 0d68ccf6bf116c427219f0c31fd2bb88813a8c1b | refs/heads/master | 2021-05-24T18:33:14.573832 | 2020-06-21T13:15:18 | 2020-06-21T13:15:18 | 253,700,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,521 | java | package com.mahmoudsallam.task.ui.details;
import android.os.Bundle;
import androidx.activity.OnBackPressedCallback;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.navigation.NavOptions;
import androidx.navigation.Navigation;
import android.view.LayoutInflater;
import and... | [
"mahmoug2020@gmail.com"
] | mahmoug2020@gmail.com |
675f12faa0be32eb34aad9378539c4f0232b8b10 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.minihd.qq/assets/exlibs.1.jar/classes.jar/khi.java | 72b86c51841f202b839726c731488a903e37ef0d | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 637 | java | import android.content.Intent;
import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.mobileqq.troop.activity.TroopCreateAvatarActivity;
public class khi
implements View.OnClickListener
{
public khi(TroopCreateAvatarActivity paramTroopCreateAvatarActivity) {}
public v... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
5124ef2fb379c26cd06c1dee6dcddf58e75e8689 | a91f0b711ec5dbcdbea3a258d9e166f164cbd646 | /core/src/me/extain/game/map/dungeonGen/StartRoom.java | e1e74134860027614fb4365e0a926bbf8c1c4a5c | [] | no_license | Extain/RogueGame2 | 76845595e23e5f94b4ab0e405dc3c200e6843a0e | 4027c3a26d568341f268eafc0cd16a731be13316 | refs/heads/master | 2023-08-23T19:09:09.230270 | 2021-09-29T02:31:08 | 2021-09-29T02:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,263 | java | package me.extain.game.map.dungeonGen;
import com.github.czyzby.noise4j.map.Grid;
import com.github.czyzby.noise4j.map.generator.room.AbstractRoomGenerator;
import com.github.czyzby.noise4j.map.generator.room.RoomType;
public class StartRoom implements RoomType {
private Grid gridObj;
public StartRoom(Grid ... | [
"trikmaniac@gmail.com"
] | trikmaniac@gmail.com |
54c5533cf59125c1a8944b8497b74e17393d4a20 | 15ef3a490a5fd0960b6050d12997e17e4529cc5f | /src/step16/ex6/MyClass2.java | 046798aefad60d015defc322eb9e186092a948fe | [] | no_license | joelweon/java01 | e51b98641e550dd1a6111c2cbea615edf056c9e8 | d0af6666b9888573900f6811ba458ff51eee1e64 | refs/heads/master | 2020-06-29T13:44:46.453281 | 2017-02-06T06:16:29 | 2017-02-06T06:16:29 | 74,125,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | /* final 사용
*/
package step16.ex6;
public class MyClass2 {
// 메서드 앞에 final을 붙이면 오버라이딩 불가!
// => 임의의 기능 변경을 막기 위해
public final void m1() {}
public void m2() {}
}
| [
"joel.weon@gmail.com"
] | joel.weon@gmail.com |
356211c3f7898d2477e473cf6ad635a1f6dfc37c | 2e103182475666ed0a96804f5030efa74469a276 | /ymate-platform-core/src/main/java/net/ymate/platform/core/module/impl/DefaultModuleConfigurer.java | 9f2fdee9e3b6ace3a81bd515080d9fd2cf91824c | [
"Apache-2.0"
] | permissive | suninformation/ymate-platform-v2 | 057832ec37f527d136bcef70971e03460d969f98 | a0c8549fa448c07610906b799a4e44ad3b7f0236 | refs/heads/master | 2023-07-22T17:26:57.261618 | 2023-07-08T06:11:10 | 2023-07-08T06:11:10 | 45,100,886 | 136 | 45 | Apache-2.0 | 2023-03-14T23:54:25 | 2015-10-28T09:09:12 | Java | UTF-8 | Java | false | false | 2,126 | java | /*
* Copyright 2007-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"suninformation@163.com"
] | suninformation@163.com |
a3a4c69fa3336bcdb481c495d818cc21a91a6929 | 2d9cdfbde93a45e0b34d84f56e9da7182c3b5721 | /ServisBroadcast/src/com/example/servisbroadcast/MyService.java | da58b0f5b34a4adad1bf6bbfca3c8b56225254c6 | [] | no_license | Amashilda/O_o | 3393bb1e8a2189f6d08e5e5e236222b1354a4bdc | e7e95fd5a567cb4b1727fb51d6ebd9392826ba6e | refs/heads/master | 2021-01-19T07:39:36.402797 | 2014-05-15T13:50:57 | 2014-05-15T13:50:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,309 | java | package com.example.servisbroadcast;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
public class MyService extends Service {
fin... | [
"Amashilda@gmail.com"
] | Amashilda@gmail.com |
8eb67e8dc9426059391ccca97e2249e4a0b93458 | 74f7a6973a3ef5824ad760e1fa3d6b472539f7d5 | /src/com/example/managementsystem/Login.java | 83fa5f8a8a4bf147edc1b8c9103ac8fd55d61667 | [] | no_license | sujiyuva/Attendance | e6c0c3be7a7bf4fd77de78de3196c80d5b6f3be4 | 85822531bede1a7075ca568848b1b3f44393c8ce | refs/heads/master | 2021-01-10T03:30:09.762497 | 2016-03-08T10:02:17 | 2016-03-08T10:02:17 | 51,506,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,285 | java | package com.example.managementsystem;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class Login extends Activity {
Button admin, staff, stu;
@Override
protected void on... | [
"sujiyuva90@gmail.com"
] | sujiyuva90@gmail.com |
1b21b3aea28123504fef122401c7cec06ca6f701 | ddeb708a197abfd9c31335088a7fee19ec7600d8 | /service-provider/src/test/java/serviceImpl/UserServiceImplTest.java | 7d578bc800a5fb03b116412c5f308902c94b6355 | [] | no_license | butalso/wechat-resource-recovery | 3ff225b206fa41cf2767ec67752a535d9d501fa4 | 718008d6f2ff340a811c4e468fcd6358c91595d2 | refs/heads/master | 2021-09-14T09:40:41.673055 | 2018-05-11T13:03:40 | 2018-05-11T13:03:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,225 | java | package serviceImpl;
import dto.Address;
import entity.Collector;
import entity.Company;
import entity.Customer;
import entity.Manager;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context... | [
"ouwenyue@hhu.edu.cn"
] | ouwenyue@hhu.edu.cn |
9e18fad8706954c1741ee217a4da1be1a4bdd55c | de8e7ac0742d0fc1d51932e4c2755a2032ba7a1b | /app/src/main/java/com/ksggroup/altanet/altasocial/Model/GetReactionRequest.java | 8541f0adb1e9779c618a3ab7d88a1c2fb1c97776 | [] | no_license | ksggroup/AltaSocial | 905452695019a97d93fdd62e8f43ae0fc7a3f779 | 19bebdd128c38ec6aa87d329e7b60bc9003c382b | refs/heads/master | 2020-05-21T07:35:14.950816 | 2017-03-12T17:30:42 | 2017-03-12T17:30:42 | 84,596,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package com.ksggroup.altanet.altasocial.Model;
import org.ksoap2.serialization.KvmSerializable;
import org.ksoap2.serialization.PropertyInfo;
import java.util.Hashtable;
public class GetReactionRequest implements KvmSerializable {
private Long post_id;
public Long getPost_id() {
return post_id;
}
public vo... | [
"vfiguracion@tiaxa.asia"
] | vfiguracion@tiaxa.asia |
0b5388f3c93c07f2e0e41ec799f53556c27164e2 | 3dab3b92367c0a92c802f181319e731dca572a70 | /src/main/java/discord/bot/command/bot/managing/ForcePropertiesSaveCommand.java | 947979daf04db3ef75a369d3b253200342cd05d0 | [] | no_license | Minipasglop/S-perNat-ralBot | c794407d2e98ce59df1ff9cb9b3a3b52a1437167 | 58ec4c0c8dc39d1468f289319e37b062d460e986 | refs/heads/master | 2022-06-14T20:53:48.568461 | 2019-11-03T20:49:32 | 2019-11-03T20:49:32 | 199,709,468 | 0 | 0 | null | 2022-06-10T00:41:19 | 2019-07-30T18:50:49 | Java | UTF-8 | Java | false | false | 1,956 | java | package discord.bot.command.bot.managing;
import discord.bot.BotGlobalManager;
import discord.bot.command.ICommand;
import discord.bot.utils.misc.MessageSenderFactory;
import discord.bot.utils.misc.SharedStringEnum;
import discord.bot.utils.save.ServerPropertiesJSONUpdate;
import net.dv8tion.jda.core.entities.Guild;
i... | [
"dertest58@yahoo.fdr"
] | dertest58@yahoo.fdr |
a0eb451060dc163f47f4a58d01e08ce04c8ea71d | 2586f3b8626c14aa53e9f87ac0844689b22a8b48 | /src/sun/util/resources/cldr/ext/CurrencyNames_fil.java | 28dc11bcf45060fcf9aded0107b21c9d44302dd3 | [] | no_license | shaoxiongdu/LearningJDK | 46fd841471f5d0e2737ebcd3570ef6f018a90ddb | 406e4de55d107648ed6497d625239c637227aa66 | refs/heads/master | 2022-11-12T14:30:01.400708 | 2022-11-08T13:00:17 | 2022-11-08T13:00:17 | 350,005,058 | 18 | 11 | null | null | null | null | UTF-8 | Java | false | false | 15,234 | java | /*
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"kangjianwei1990@qq.com"
] | kangjianwei1990@qq.com |
f0600bfbb5f9dfdaa9845a45e3b338b464dfb272 | 66848c4e6efe821af2ae7e41435092f272725d61 | /src/com/agloco/action/UpdateTermsOfUseAction.java | e2e82cddd52d852f1a49b24c0243d83ad85977ba | [] | no_license | harrysun2006/ag_Guest | 59168e01d23ed27bc50ce20e0ed57b1f66eff68a | 331ada157fe7487901e11bae2e6f859fb80e398b | refs/heads/master | 2021-01-01T06:33:07.027227 | 2014-09-03T10:58:39 | 2014-09-03T10:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,927 | java | /**
* Copyright (c) 2000-2006 Liferay, LLC. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* t... | [
"harrysun2006@gmail.com"
] | harrysun2006@gmail.com |
0f634fae8597e80f39a02fad9e61e291a8bb2705 | 0bc2d579792c8a9b2426de8ea834a3c80d329bcd | /q_5_7_2.java | 0a61d353594ba7530067df904815b8b849ba75b0 | [] | no_license | jalhago-shipda/javastudy | 63a80eacb8d93175bca43c5f2f6de559ac12815b | d5943a66daffc5c2cdab2ba6fbdeb623e0f2f382 | refs/heads/master | 2021-01-10T10:30:56.080268 | 2015-11-30T11:56:24 | 2015-11-30T11:56:24 | 46,752,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | class q_5_7_2
{
public static void main(String[] args)
{
for(int i=0; i<10; i++)
{
for(int j=0; j<10; j++)
{
if(i+j==9)
{
System.out.println("a = " + i + ", b = " + j);
break; // 이 브레이크ㅜ는 쓸 필요... | [
"Hackintosh@g2eks-iMac.local"
] | Hackintosh@g2eks-iMac.local |
378538a4fcf2e1f737f1f2570d56fa8e25a6c7e1 | 38bdd1f0893ffffef09ce100240fdfb50a91a792 | /src/com/song/Section1/part3/Stack.java | 228569ea57cacf82b3dd47d70b851f00a94014c7 | [] | no_license | songxiang666/ArithmeticNote | 81c6a5863d837e1d9d718859004a72e27f8e26a7 | 21d48921eb197d70908d5e25d370cc4b98260f4d | refs/heads/master | 2021-07-09T16:08:53.888844 | 2017-10-08T01:20:31 | 2017-10-08T01:20:31 | 106,141,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package com.song.Section1.part3;
import java.util.Iterator;
public class Stack<Item> implements Iterable<Item>
{
private Node first;
private int N;
private class Node{
Item item;
Node next;
}
public boolean isEmpty(){
return N==0;
}
public int size(){
return N;
}
public void push(Item item){
Nod... | [
"2298389762@qq.com"
] | 2298389762@qq.com |
ab049a48231381197134e3d8268bc19dff7a6790 | 424bf7c7da4bd511b590579d4813726ae138dc8a | /JDBC/LowestSalariedEmpDemo.java | e246dfb47a6c9af2ae561c7fe519adce91b759b9 | [] | no_license | PhoeniX-d/Java | 1b37e682bad84f5ce8b8b85899033e0b4154c70d | ec5a002437207b57ec72ee7c63905011eb9ef2a5 | refs/heads/master | 2021-11-23T10:54:18.443505 | 2021-11-06T05:08:32 | 2021-11-06T05:08:32 | 238,947,856 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java | import java.util.Scanner;
import java.sql.*;
public class LowestSalariedEmpDemo {
public static void main(String[] args) throws SQLException {
java.util.Properties p = new java.util.Properties();
try {
java.io.FileInputStream fis = new java.io.FileInputStream(".\\..\\..\\db.properties");
p.load(fis);
} ca... | [
"prnv24choudhary@gmail.com"
] | prnv24choudhary@gmail.com |
41bc8f8515c256ca50c7e58259351b95b1053aee | b58aa8ead65032e1187cc1b37fc25c3f119b5158 | /Aviata/app/src/main/java/com/example/aslan/aviata/DetailActivity.java | 5e3198bb601c9608c923c537a2a88f8363dd5c79 | [] | no_license | TheStrangeOne/Aviata | 8e382306b540d394d2e922847800089f98843535 | 9ceacab574659c3c6ef30b94a722415ecad8916b | refs/heads/master | 2021-01-21T20:01:32.983984 | 2017-05-23T14:57:21 | 2017-05-23T14:57:21 | 92,184,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,659 | java | package com.example.aslan.aviata;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
public class DetailActivity extends AppCompatActivit... | [
"aslan.assylkhanov@nu.edu.kz"
] | aslan.assylkhanov@nu.edu.kz |
0f29cb78783ac99e3b53456c1f24d2629972a389 | 75427f06a741ea066f690d3e35e292de4eba8c61 | /src/main/java/com/ly/lucky/entity/Customer.java | 75352f52a6cb17622abcf180b307459408b7d9ff | [] | no_license | 18702701497/lucky | 52dc49bd48d28a89f6675825f95c66d12941987b | 365464a3b38682d9d581727b7ec79060115d5363 | refs/heads/master | 2023-04-28T12:34:32.697352 | 2021-05-10T09:05:36 | 2021-05-10T09:05:36 | 365,982,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 887 | java | package com.ly.lucky.entity;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ly.lucky.entity... | [
"18702701497@163.com"
] | 18702701497@163.com |
d17bea067ff98551a43387053af928c145b12f35 | 67a06dc0bac8015605f1dec4a05bff44f0fa58c7 | /train-data-boot/src/main/java/com/ibm/train/rest/TrainController.java | be200f706b2c7c81b689e99fca6feaf8800a35f0 | [] | no_license | sahithi-95/New_Git | d410ff103f4cd7878921d7faccb775013b5c8f8f | 23dcf90cfac9f5def019b525cea7804ad6ecd649 | refs/heads/master | 2023-04-09T02:23:47.305732 | 2021-04-20T06:12:51 | 2021-04-20T06:12:51 | 359,698,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package com.ibm.train.rest;
import java.util.Collection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bin... | [
"sahithi2gmail.com"
] | sahithi2gmail.com |
ac1aaf6931c8804feecfdf3dd459b8f37b3899a0 | 5652cd332c46db632f6f4f21a3fbebbaef86ff06 | /app/src/test/java/com/example/petagram/ExampleUnitTest.java | ed0b68ac5291114ae996d9af595b9dd58c75f447 | [] | no_license | Code-JMJ/PetagramC4S1 | a0f08ee8276441e658903f9c7866b905ddd2946d | d50f11ae9356da638d0a276e2e65eff2aceeef34 | refs/heads/master | 2023-02-11T07:34:21.474229 | 2021-01-10T18:08:24 | 2021-01-10T18:08:24 | 328,446,002 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.example.petagram;
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 void a... | [
"jheimi1216@gmail.com"
] | jheimi1216@gmail.com |
d9e7c71bb84c9f21a2c93e6fd9344ee3d1a48050 | 281a442401b1e50cf34404cd1be8211ebdd32190 | /coffe-os/src/test/java/com/coffe/CoffeOsApplicationTests.java | ce672d8fd332a55a3348b02678d40be734344b5d | [] | no_license | Bruno-H-Moraes/santander-crud-test | 8cbec7e03dff06206f93c308cfa8d8fbfc874f54 | 7ac80974315592afdd5a7f341c51c6c1c4f21d0c | refs/heads/master | 2023-03-20T21:02:05.181401 | 2021-03-14T23:49:24 | 2021-03-14T23:49:24 | 345,833,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.coffe;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CoffeOsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"brunohmoraes93@gmail.com"
] | brunohmoraes93@gmail.com |
3cbc2c682a4de59665ae3870176d88538579cd09 | 5c5172b07a333e745bd2f73b694d2929f271c39f | /com.example.demo.dao/src/main/java/com/example/demo/dao/base/BaseDao.java | a4941c8e636e12445dddef4589b5e81d7ea45325 | [] | no_license | Fsn40/example | 58eb85f274bbc2b01cb661a06371e7830c1bb127 | b6b9432fe6e5668b2ec0fca330aa9cbfa245a58c | refs/heads/master | 2020-12-02T17:43:05.420596 | 2017-07-06T09:27:16 | 2017-07-06T09:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package com.example.demo.dao.base;
public interface BaseDao<T> extends DeleteBaseDao<T>, InsertBaseDao<T>, UpdateBaseDao<T>, SelectBaseDao<T>{
}
| [
"fusining40@163.com"
] | fusining40@163.com |
f662f888f0d8611ccded10e44ec5bcad69e0ea0e | 939bc9b579671de84fb6b5bd047db57b3d186aca | /jdk.javadoc/jdk/javadoc/internal/doclets/toolkit/taglets/BaseTaglet.java | 2292c090c6d853c7fa5429ec04d2943313f21a29 | [] | no_license | lc274534565/jdk11-rm | 509702ceacfe54deca4f688b389d836eb5021a17 | 1658e7d9e173f34313d2e5766f4f7feef67736e8 | refs/heads/main | 2023-01-24T07:11:16.084577 | 2020-11-16T14:21:37 | 2020-11-16T14:21:37 | 313,315,578 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,409 | java | /*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package jdk.javadoc.internal.doclets.toolkit.taglets;
import java.util.Set;
import javax.lang.model.el... | [
"274534565@qq.com"
] | 274534565@qq.com |
019a53f29c773dd5cc6d5aeda59b4abee77de8d0 | bf873c4f11131f84f6809f2cfb02f7bbad3c3790 | /bluemp/com/blue/wxmp/sdk/api/ReturnCode.java | f5a844a4ed7b9e13ad15dcd75271d681599db771 | [] | no_license | nagyistge/VMall | 924023ddb34c555f56c1ba331d9743f3adcc0b91 | 0ae98ba3d75c9b6be884be474d47760ffc18cbbe | refs/heads/master | 2020-07-03T23:42:50.255046 | 2015-08-21T07:37:09 | 2015-08-21T07:37:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,274 | java |
package com.blue.wxmp.sdk.api;
import java.util.HashMap;
import java.util.Map;
/**
* 微信接口全局返回码
*/
public class ReturnCode {
@SuppressWarnings("serial")
private static final Map<Integer, String> errCodeToErrMsg = new HashMap<Integer, String>(){{
put(-1, "系统繁忙");
put(0, "请求成功");
put(40001, "获取... | [
"Administrator@skynethp"
] | Administrator@skynethp |
959de161b3f24325266482fc0367b6afd824d8df | a1061e6311865888d329921e9cc07cdb3c5c4da5 | /Fibonacci.java | 82e520ca326ba864a3852de71c9b3fbf41ab2555 | [] | no_license | SNAYi/JavaCode | 9a6b5264c76a6e9cf128d1143632dbd9415a203c | 38db5649148cbb2b8bd316234329fb0da79c0b51 | refs/heads/master | 2022-07-10T04:23:21.118191 | 2019-08-23T15:18:44 | 2019-08-23T15:18:44 | 173,422,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | /**
*
*/
/**
* @auther SNAYi
*@describe
* @date 2019/5/15 下午 08:23
*/
public class Fibonacci {
public static void main(String[] args) {
int n = Fibonacci(6);
System.out.println(n);
}
//递归实现,下标从1开始
public static int Fibonacci(int n) {
int result = 0;
if(n <= 0) {
... | [
"1141176009@qq.com"
] | 1141176009@qq.com |
dfcd5cbd8b07bbf82a3699d7e4fb4b59e1cec35d | a3b72fe0d8a74cd11e960a846023ba46248a24af | /eclipse-workspace11/HelloWord/src/main/java/com/tansection/programmatic/StudentJDBCTemplate.java | 575a35158331d47bcf6af049a47eaa53e4e738c4 | [] | no_license | inglepr/WebApp | 437d8c655702c767c3f09875beab92def96d3393 | d5b243f8294e26781c0452bc92a4b7150eb64025 | refs/heads/master | 2023-01-12T12:58:21.712637 | 2019-08-21T04:00:12 | 2019-08-21T04:00:12 | 192,723,580 | 0 | 0 | null | 2023-01-07T08:54:11 | 2019-06-19T11:59:27 | TypeScript | UTF-8 | Java | false | false | 2,237 | java | package com.tansection.programmatic;
import java.util.List;
import javax.sql.DataSource;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.transaction.PlatformTransactionManager;
import org.springframework.transaction.TransactionDefinitio... | [
"inglepriya95@gmail.com"
] | inglepriya95@gmail.com |
69aa49945b735181254f34b45d04661e45387261 | f941f90e2835338173af9c229c87a52eef6f9d4e | /src/main/java/de/synyx/tutorials/spring/reactjs/demo/utils/Fetch.java | 051932d67afa6cb0df1e30a9fe9095be513979fe | [] | no_license | ufukomer/temp-showcase | 3b0081330c3ee3ab0443a500fa45b3c2b08c4c76 | 8ed1ea511b8a128394e8da4d7f59073f42d3047e | refs/heads/master | 2021-01-22T09:12:51.413809 | 2017-02-14T12:21:01 | 2017-02-14T12:21:01 | 81,941,464 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package de.synyx.tutorials.spring.reactjs.demo.utils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
public class Fetch {
public String fetch(String uri) throws IOException {
URL url = new URL(uri);
... | [
"ufukomer@gmail.com"
] | ufukomer@gmail.com |
9f1b881a96c9a5e2fcf46243be17c319d7d4c903 | d40c84afc557191eac6e14a37cc5d714620b8ce9 | /src/main/java/twilightforest/world/layer/GenLayerTFBiomeBorders.java | 02cdcb47d70bcc2b4f0707a41e8bdaadacbe55e0 | [] | no_license | Kerzachek/TwilightForest | a1b642aa40792658667ef2cdeb95556c4a3283c6 | c782e6a14e6bf01977318884fa7efebf4631d299 | refs/heads/master | 2021-12-09T06:56:21.550342 | 2016-05-02T20:37:23 | 2016-05-02T20:37:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,232 | java | package twilightforest.world.layer;
import net.minecraft.world.gen.layer.GenLayer;
import net.minecraft.world.gen.layer.IntCache;
import twilightforest.biomes.TFBiomeBase;
public class GenLayerTFBiomeBorders extends GenLayer {
public GenLayerTFBiomeBorders(long l, GenLayer genlayer) {
super(l);
t... | [
"pturchan@yahoo.com"
] | pturchan@yahoo.com |
f5ef1247bf19de5d5e2fa27cf938c103d281f419 | b22b0b492065611e8915aad23b18f68c9aeabd97 | /app/src/main/java/com/eburg/sudokusolver/database/DBAdapter.java | 24d57eecff4aad76009951e4661504efa64c8232 | [] | no_license | evanBurg/AndroidSudokuSolver | dd1e1f9ab23dc34e0c9df5829d725f4e062897af | c0d5470cc2f336325ac1856e123919699e1bba35 | refs/heads/master | 2020-09-12T19:25:40.001868 | 2019-12-03T22:53:06 | 2019-12-03T22:53:06 | 222,526,084 | 0 | 0 | null | 2019-12-03T20:06:13 | 2019-11-18T19:20:45 | Java | UTF-8 | Java | false | false | 6,207 | java | package com.eburg.sudokusolver.database;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.content.Context;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.eburg... | [
"burgenator@hotmail.com"
] | burgenator@hotmail.com |
3cacfd541797c6f1e22121d091a5b7a5738fa639 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_bbdf3702f3ef65d1b31fc32cc613f71262e4e259/MultipleException/8_bbdf3702f3ef65d1b31fc32cc613f71262e4e259_MultipleException_t.java | a46f91cb13954da64d2b0855ddc2a5d605050530 | [] | 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 | 3,800 | java | /*
* JBoss, Home of Professional Open Source.
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership. Some portions may be licensed
* to Red Hat, Inc. under one or more contributor license agreements.
*
* This library is free software; you can redistribute... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
923533c1de93a76394eddd11df178ad24f37d015 | aae77f355cd8cf78fb3b219f94fafff2254cdc13 | /FoodOrderingApp-service/src/main/java/com/upgrad/FoodOrderingApp/service/entity/StateEntity.java | e28742665e127b42f49b8b63d36cbcf7efd466fe | [] | no_license | shivamfet/FoodOrderingApp | 646ccf1ba3db02fe812d283433a7b952ec6030b5 | 2815a734dba2756e5846f8628a2eb37c86da50f8 | refs/heads/main | 2023-03-02T08:15:26.146087 | 2021-02-17T06:05:33 | 2021-02-17T06:05:33 | 335,822,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,665 | java | package com.upgrad.FoodOrderingApp.service.entity;
import javax.persistence.*;
import javax.validation.constraints.Size;
import java.util.List;
@Entity
@Table(name = "state" , schema = "public")
@NamedQueries (
{
@NamedQuery(name = "getAllStates" , query = "select s from StateEntity s"),
... | [
"shivamfet@gmail.com"
] | shivamfet@gmail.com |
f28c0899e6d526c846f4042bd843f507c30f24c0 | 82535c063725342546eafb8b80ab34eddd66ba75 | /app/src/main/java/com/example/colliensepodder/parentscare/MyService.java | 9252db43d43839551a20af26a12bf6c2e034d7a1 | [] | no_license | Colliense1/ParentsCare | af6ba22603dc7358ebb869eeba94e287ab6c520a | 1cd1fd1769171483ee6d923379dd97b699193d73 | refs/heads/master | 2020-04-04T10:04:54.309527 | 2019-01-20T10:18:19 | 2019-01-20T10:18:19 | 155,837,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package com.example.colliensepodder.parentscare;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.support.annotation.Nullable;
public class MyService extends Service {
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
Yo... | [
"colliensepodder25@gmail.com"
] | colliensepodder25@gmail.com |
8bf2c61abbe09acb945de82829691879e257297a | 549569fa0ee30168425418166282b0608ecda3f1 | /src/jonablock/TransactionOutput.java | b8303128c17bffb13491f54456255ff6551eb1a6 | [] | no_license | CSELINGUA/jonablock | 6329a93dce11c40b996c9273e33b1c0bf4ef73df | 12bcb6bc7bf674c6233193b9ce9be15be3cffbef | refs/heads/master | 2023-08-01T02:00:23.311621 | 2021-09-26T19:14:05 | 2021-09-26T19:14:05 | 410,640,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package jonablock;
import java.security.PublicKey;
public class TransactionOutput {
public String id;
public PublicKey recipient; //also known as the owner of these data
public float value; // the amount of coin / values they own
public String parentTransactionId; // the id of the transaction this out... | [
"42624373+CSELINGUA@users.noreply.github.com"
] | 42624373+CSELINGUA@users.noreply.github.com |
4ab2429b879ed8a597e85fb00dd0fff6919d2cd6 | 8310ef2307ba08390628faf3c8191eeb5621a863 | /com/sun/speech/freetts/diphone/DiphonePitchmarkGenerator.java | d23771efe9000b83a99b9a05c0c93a2d0c260a6f | [] | no_license | jsimon963/JeffsTest | b7a2d106637684738a1ca5feda01a08e11b74f3a | 68e02fe99603ef8a0ef1a99d32debf372780fbd5 | refs/heads/master | 2021-04-28T16:01:43.751505 | 2018-03-07T01:55:56 | 2018-03-07T01:55:56 | 122,005,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,036 | java | /**
* Portions Copyright 2001 Sun Microsystems, Inc.
* Portions Copyright 1999-2001 Language Technologies Institute,
* Carnegie Mellon University.
* All Rights Reserved. Use is subject to license terms.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISC... | [
"jeffery.simon@va.gov"
] | jeffery.simon@va.gov |
5217c7732856fc0abb7d24787cbb570e974c27f1 | cb54af5d404bfbd9481f11151e344900be0f7520 | /wires-support/src/main/java/fr/cla/wires/support/functional/Indexed.java | c2adee24ce85f5dd6fb0a157cd1b34bdfc821ae2 | [
"Apache-2.0"
] | permissive | vandekeiser/wires | cc76afd398a227e42cc287ef73dae78359a78cc6 | b388f3436f4a062f19907289085fd99e112d171a | refs/heads/master | 2021-10-08T13:28:10.560267 | 2018-12-12T20:16:27 | 2018-12-12T20:16:27 | 110,474,565 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | package fr.cla.wires.support.functional;
import fr.cla.wires.support.oo.AbstractValueObject;
import java.util.Arrays;
import java.util.List;
//@formatter:off
/**
* A value combined with an index, indicating its position in an ordered sequence.
*
* @param <T> The type of the indexed value.
*/
public final class I... | [
"laurent_claisse@hotmail.fr"
] | laurent_claisse@hotmail.fr |
0e3736e163bb2ad908573540eba9d6818a1fca02 | 27b052c54bcf922e1a85cad89c4a43adfca831ba | /src/AP.java | b35544d01bdf9aefc5c88aa38a0779122fdc4cc8 | [] | no_license | dreadiscool/YikYak-Decompiled | 7169fd91f589f917b994487045916c56a261a3e8 | ebd9e9dd8dba0e657613c2c3b7036f7ecc3fc95d | refs/heads/master | 2020-04-01T10:30:36.903680 | 2015-04-14T15:40:09 | 2015-04-14T15:40:09 | 33,902,809 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | public enum AP
{
public final int s;
public final int t;
public final int u;
static
{
AP[] arrayOfAP = new AP[18];
arrayOfAP[0] = a;
arrayOfAP[1] = b;
arrayOfAP[2] = c;
arrayOfAP[3] = d;
arrayOfAP[4] = e;
arrayOfAP[5] = f;
arrayOfAP[6] = g;
arrayOfAP[7] =... | [
"paras@protrafsolutions.com"
] | paras@protrafsolutions.com |
d645e7467a19c51e247c211976420458bf3ae93c | f6a5b6d133d251a8b374cfe5c8c5249f856f8f28 | /src/tsk/KraininStat.java | b92f2d7a7a39673c6110517a7396756d61be6489 | [] | no_license | umass-forensics/DEX-forensics | 0f2f4a86ed77c20e4829d0727611b8b6178dabd8 | 9994e2e479e38d718560a2b3c4a226df32a71058 | refs/heads/master | 2021-01-01T15:44:10.554485 | 2014-09-14T15:52:37 | 2014-09-14T15:52:37 | 24,026,012 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,030 | java | package tsk;
import jargs.gnu.CmdLineParser;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
import org.jdom.Element;
import org.jdom.xpath.XPath;
import dex.Dex;
imp... | [
"brian@cs.umass.edu"
] | brian@cs.umass.edu |
7fcde3bcc7bea4935d8c863f29ef028734513cba | 9e680e51b562bc9da204e02a82637869ad8bd407 | /src/main/java/com/codegym/model/MailBox.java | 2c2d5e566be9ca90404a014c62c5a6a201a1c42a | [] | no_license | ngocqui196/mailbox | 9cb4cd2c051ba143d4d5e3654717b4fd8dd6a496 | 6dd77a90bceacee8e088507e7df270b56244b70e | refs/heads/master | 2023-03-01T17:00:20.287901 | 2021-02-05T05:20:35 | 2021-02-05T05:20:35 | 336,171,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | package com.codegym.model;
public class MailBox {
private String language;
private int size;
private boolean spamfilter;
private String signature;
public MailBox() {
}
public MailBox(String language, int size, boolean spamfilter, String signature) {
this.language = language;
... | [
"ngocqui196"
] | ngocqui196 |
4f696d1814f4dda3e450c9acdc6dc65c3500d9cd | 04466e52222819a5d6be7bae288cc8452693f3ad | /week-07/day-02_Streams/Exercise7.java | 6ee4d1d0e6fa3d388e126044e2d2451c9b4a4965 | [] | no_license | lorinczkinga/lorinczkinga | e9cc7f912f15a60fd895b659312c0e0dec01dd4f | a96ea9d80f76ac592d9b8b1d775f2d1134cfdd17 | refs/heads/master | 2020-06-07T23:18:18.528714 | 2018-08-23T18:40:14 | 2018-08-23T18:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | public class Exercise7 {
public static void main(String[] args) {
String somethingString = "sssFGjtSjN";
somethingString.chars()
.map(x -> ((int)somethingString.chars().filter(c -> (char) c == (char) x).count()))
.forEach(System.out::println);... | [
"lorincz.kinga1991@gmail.com"
] | lorincz.kinga1991@gmail.com |
b59ae6da8c9bc7db444121a76cd363055958cb8c | 08a71117ddc2791b6f64140cd9642e3067523d9e | /admin/src/main/java/oneEco/web/AccountController.java | 319358ab852a9da2c6fc1d4587b8f4d328433e0f | [] | no_license | kjy1111/1eco.metaverse.admin | 6e5d845545a1c6f5e7d134e23c59496e2d6bea91 | 32b38505ef2b28226b5b9ed71ad3156eb03d4a9c | refs/heads/main | 2023-08-26T17:49:06.537385 | 2021-10-25T06:08:50 | 2021-10-25T06:08:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,394 | java | package oneEco.web;
import com.google.common.base.Strings;
import grinbi.common.model.JsonObject;
import grinbi.configurations.SessionListener;
import grinbi.message.MessageSourceWrapper;
import grinbi.utility.SessionCookieUtil;
import oneEco.model.logical.OprtrLoginModel;
import oneEco.model.physical.BbscttModel;
imp... | [
"toskf072@gmail.com"
] | toskf072@gmail.com |
ecc266e463b03f5b50f65a1367bffd26d94cdb9c | 090bc22affd14b69ed0fe6f5b0fa4a06db53d7dd | /src/dialog/JSaveAsDialog.java | 2d8584557101e905102a49682646122f10be2e8b | [] | no_license | VincentBonnemains/OOTP3 | 7b4a382af245f957b7359ed2e9f4cb927e604867 | f855d15f04fbafb015723bee0d6c663a0b509273 | refs/heads/master | 2021-01-10T14:34:40.810945 | 2015-11-22T19:19:08 | 2015-11-22T19:19:08 | 44,189,503 | 0 | 1 | null | 2015-10-16T09:59:34 | 2015-10-13T16:23:50 | Java | UTF-8 | Java | false | false | 196 | java | package dialog;
import javax.swing.JFileChooser;
public class JSaveAsDialog extends JFileChooser {
public JSaveAsDialog() {
setDialogTitle("Save as...");
}
} | [
"arthur.gustin@gmail.com"
] | arthur.gustin@gmail.com |
b70696baabec55cc7248063c51b360978f7a9f76 | 35208b330adf4f6698a63bc7798d1f4df942b923 | /src/main/java/net/floodlightcontroller/connmonitor/MyLogger.java | 0909c0695037a6777aecab9f7cf3a056f2e2ea45 | [
"Apache-2.0"
] | permissive | xph906/SDN | f151d6a1f67403f9ef3609f6a3301197fae6408f | d50641cf6b3df12ba7dbaded695dc106f8bbda78 | refs/heads/master | 2020-05-17T03:03:05.953714 | 2015-03-12T04:38:44 | 2015-03-12T04:38:44 | 29,147,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package net.floodlightcontroller.connmonitor;
public class MyLogger {
/*
* Level:
* 0: contoled by enable_xx
* 1: one highest level gets dumped LogError
* 2: top two channels get dumped LogError, LogInfo
* 3: all three get dumped LogError, LogInfo, LogDebug
*/
private int level;
private boolean enab... | [
"xiangpan2011@u.northwestern.edu"
] | xiangpan2011@u.northwestern.edu |
41fc541a4ef1b97b92cdeddd8502a67af6f03b56 | 66407c05f55d4851d06196b5f25d68a225346972 | /src/main/java/com/nagarro/repository/ShipwreckRepository.java | 8d3c11e4b8b1180f079725b30ebc8d1fe8f2f929 | [] | no_license | vineet7838/springboot_crud_app | c1c47fa2b79f047ec6a1f83294ae87f21aa1aa92 | 4f2be7022f90fce481fd9f67e85b64fbc49cb183 | refs/heads/master | 2020-05-19T05:47:56.711599 | 2019-05-14T10:59:55 | 2019-05-14T10:59:55 | 184,857,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.nagarro.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.nagarro.model.Shipwreck;
public interface ShipwreckRepository extends JpaRepository<Shipwreck, Long> {
}
| [
"vineetagarwal267@gmail.com"
] | vineetagarwal267@gmail.com |
33882d5bf1a9a51bb1f3b3ef94c5f208e58a60e0 | 31e1d1fa6037d2a18717e805a631a36929a7a3d3 | /app/src/main/java/com/superpowered/voicejam/Player.java | 9694e7439d7e4f8f97985692169b15027c7c179d | [] | no_license | dkorobov2/voice_jam | 8821b5e7a1ceaa1e1280fc40c558bfd82e186ac5 | 387da4269ea5c5e8af9d2e1d696a5e4eea66e2ea | refs/heads/master | 2021-07-03T09:00:53.237663 | 2017-09-24T03:31:31 | 2017-09-24T03:31:31 | 104,615,694 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,799 | java | package com.superpowered.voicejam;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.media.AudioAttributes;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.SoundPool;
import android.os.Build;
imp... | [
"korobov2@illinois.edu"
] | korobov2@illinois.edu |
978be60bb12c1137f7c82b986d0647017d83f089 | 6f05113d100ba0414413f9ce4493791fe258ce51 | /src/Result.java | 21cbe360075ae5e80984ce71e47e2e43596953c9 | [] | no_license | brycesandlund/4x4TicTacToe | 490cdc49f2b6bf79f21ae8f72d6ad6adf63d81f7 | e1424fcb284ec2c03ee50d545fe45265ce18f13e | refs/heads/master | 2016-09-08T00:45:27.941291 | 2014-02-08T02:30:41 | 2014-02-08T02:30:41 | 16,633,915 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 53 | java |
public enum Result {
PLAY1WIN, PLAY2WIN, CATS
}
| [
"bcsandlund@gmail.com"
] | bcsandlund@gmail.com |
d0f0fdcf66174d5f274d8394639adccd5884dd7b | 84f818927d7379ed049047aadb4faf3828c82cbf | /Application_programming_in_java/Homeworks/CP125Assignment7/src/test/java/app/Assignment7Test.java | 6bff5717661cdf1144bcfc98f23cfe26e75f857e | [] | no_license | joettcrow/University_of_Washington | 00c667c3bff1ebb871f5becf06d0325bea02a76b | 59fcd9c0fb3ab61d432d023963c010bdb3e50238 | refs/heads/master | 2020-03-10T20:10:27.490849 | 2018-09-10T23:08:44 | 2018-09-10T23:08:44 | 129,564,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package app;
import com.scg.persistent.initDb;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author jcrowley
*/
public class Assignment7Test {
@Test
public void mainTest() {
String[] args = {"one", "two", "three"};
initDb.main(args);
Assignment7.main(args);
}... | [
"jcrowley@indeed.com"
] | jcrowley@indeed.com |
917998206a6241a3fbd2f905c8b1d8da61cf90ef | 2406bc87938d916a1bee7eef74b9e6b44296180c | /yidao-common/src/main/java/com/ruoyi/common/json/CustomConfig.java | 37d4625453e363374c3a803cdd07222ec08dbb90 | [
"MIT"
] | permissive | zd938780519/YiDaoProject | d49c92b7b894cfc7984587845a9b9a456c69637f | 0bcf381e39baa17377979f97b95d9b98b6ee57d6 | refs/heads/master | 2022-12-21T11:27:01.878226 | 2019-10-28T08:07:02 | 2019-10-28T08:07:02 | 217,984,198 | 0 | 1 | MIT | 2022-12-15T23:38:58 | 2019-10-28T06:56:24 | JavaScript | UTF-8 | Java | false | false | 1,013 | java | package com.ruoyi.common.json;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializerProvider;
import org.springframework.context.annotation.Bean;
import org.springframew... | [
"838780519@qq.com"
] | 838780519@qq.com |
009b4924b57bc721a56e49bae87c626ecf23479e | 837c138c13cc1764dfd811424c3d7889c20216af | /MyBox/src/main/java/mara/mybox/tools/FileTools.java | 93be8941b30caa382fa89cb1a105035c17f1ba39 | [
"Apache-2.0"
] | permissive | CRY-D/MyBox | 36ac5c88ec09c8f98af370afd5d1df7fa8a72330 | a48a9f88963cb51a008a6bc8495c89751ec6c364 | refs/heads/master | 2023-02-21T18:15:54.375314 | 2021-01-27T14:04:57 | 2021-01-27T14:04:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44,410 | java | package mara.mybox.tools;
import java.awt.Desktop;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.nio.charset.... | [
"rshmara@sina.com"
] | rshmara@sina.com |
3de6336657b4c73917f7d3184cc03db386908337 | 862c1d2c189cda01c60e08495bb38666ec13b624 | /java.basic/basic-code/src/cn/siahk/day01/demo01/SimpleCollection.java | 5b4d09aed10a52cb59ae0b50a16001005b3044b1 | [] | no_license | Siahk/java.study | 1038c6058266efc74d628a0cd816e5495c87b0f1 | e089141aee1c562275e71fabc597c7b79bfa2f96 | refs/heads/main | 2023-04-21T13:58:07.737985 | 2021-05-05T10:40:33 | 2021-05-05T10:40:33 | 364,532,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package cn.siahk.day01.demo01;
import java.util.*;
public class SimpleCollection {
public static void main(String[] args) {
Collection<Integer> c = new ArrayList<>();
for(int i = 0; i < 10; i++) c.add(i); // Autoboxing
for(Integer i : c) System.out.print(i + ", ");
}
}
/* Output:
* 0,... | [
"59272201+Siahk@users.noreply.github.com"
] | 59272201+Siahk@users.noreply.github.com |
fce58dbb34c2d980addf83894d7221ff4cbb12bd | b5818ada5d2e336c865695c5313f3d4d3ea8539b | /src/CLASS/DB_INFO.java | 27b6dfc4649690b7ab7a119a4520b7da45f5bf2d | [] | no_license | Greenhill12/Bookstore | 93906cc6170b753a4d7808503fbca9e5fe091106 | fa7054e5cfa1ebecbb3d7542a1b53de00e0667c4 | refs/heads/master | 2020-03-31T10:43:20.580435 | 2018-10-08T21:11:14 | 2018-10-08T21:11:14 | 152,146,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package CLASS;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.*;
public class DB_INFO {
private static final String CONN_STRING = "jdbc:mysql://localhost:3306/bookstore?useUnicode=true&characterEncoding=UTF-8";
private static final String USERNAME = "root";
private static ... | [
"johnnydille@inbox.lv"
] | johnnydille@inbox.lv |
1db3403c74e9df21f6f84fd4ae8817cf926410f5 | 90e9d4abc8897e0d11c35de16b234e0533ac9e2b | /src/main/java/com/chenjing/weixinpay/dto/VideoOrderDto.java | 065b3fa3399c2b7df5cc1c0849c622e5ffc43ab5 | [] | no_license | ChenJing940528/weixinpay | 3c0c4b04dcccf9749a488b0039b1b9b38822bb7d | 282e013d3e9ad01a4300d51c56f79aa97dca1242 | refs/heads/master | 2020-05-04T16:46:43.229982 | 2019-04-10T09:11:49 | 2019-04-10T09:11:49 | 179,077,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package com.chenjing.weixinpay.dto;
import com.chenjing.weixinpay.domain.VideoOrder;
/**
* description:VideoOrderDto
*
* @author:chenjing
* @version:1.0
* @time:16:30
*/
/*
* 订单数据传输对象
* */
public class VideoOrderDto extends VideoOrder{
}
| [
"761160510@qq.com"
] | 761160510@qq.com |
988694e528f6e71a58f1d1fb90d2b30fa445f353 | 1a289ed6fbb12158b7b36d167aa0124b561b42d1 | /BIBHRMS/src/java/entity/employeeEntity/.svn/text-base/EmployeeWillEntity.java.svn-base | 19b8de90c0c01b913367b351e82919f0ec57d672 | [] | no_license | BirukZ/MasterProject | e1dbb05c53c40a4ce368485a4f33f9e577a6f92b | ed08cf672ccb37ac4945b836113dc77023d29705 | refs/heads/master | 2021-01-19T10:25:49.061712 | 2017-02-17T05:09:24 | 2017-02-17T05:09:24 | 82,179,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,918 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entity.employeeEntity;
import connectionProvider.ConnectionManager;
import java.io.Serializable;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayLi... | [
"birukz02@gmail.com"
] | birukz02@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.