blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dfbad0659f9ea44385bc06bb70cec2a836a32867 | 987427d05466ccc096a3be8a23e950aa88c81e28 | /JavaStudy/OOP-Blackjack/src/main/CardDeck.java | d56ff7eb85b34717545fc2eb8b2c69533728e1d3 | [] | no_license | bkdoo/TIL | 800d67061921a6bacdea29b6fba9c220974068b9 | 14eef91e76d36f91ea38dd8d587b88c48e100f9d | refs/heads/master | 2020-04-07T11:41:19.739021 | 2019-02-26T09:16:52 | 2019-02-26T09:16:52 | 158,336,634 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package main;
import java.util.LinkedList;
import java.util.List;
public class CardDeck {
private List<Card> cards;
private static final String[] PATTERNS = { "spade", "diamond", "heart", "club" };
private static int CARD_COUNT = 13;
public CardDeck() {
cards = this.generateCards();
}
public Card getCard() ... | [
"kyeongdoos@gmail.com"
] | kyeongdoos@gmail.com |
3dbdd9667fc0e90cb063c7758149b869659e3357 | e0f949ff949121ab6402b0525ce785611fac699e | /app/src/main/java/com/example/signature/ECDSA/Point.java | d3d344d05f004badb883fb7397857fa7c28372c0 | [] | no_license | ngmduc2012/Signature-ECDSA-Andorid | fee70bb277b7275d59641e2573ea8d9900ef36ce | 6174fb5b7b6504412fe71e8bd27c0b3d9c95598b | refs/heads/master | 2023-04-05T09:23:33.269257 | 2021-04-12T03:13:22 | 2021-04-12T03:13:22 | 298,802,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.example.signature.ECDSA;
import java.math.BigInteger;
public class Point {
public BigInteger x;
public BigInteger y;
public BigInteger z;
/**
* @param x
* @param y
*/
public Point(BigInteger x, BigInteger y) {
this.x = x;
this.y = y;
this.z = B... | [
"ngmduc2012@users.noreply.github.com"
] | ngmduc2012@users.noreply.github.com |
98c40b25cfcab5b3550bc39cb06cf79fd871b679 | 1ceb7af51e54d8aff5814b6a7f4c3e7917f543cf | /hwplib-master/hwplib-master/src/kr/dogfoot/hwplib/object/bodytext/control/sectiondefine/PageBorderFill.java | ee0e3e26d180d1ea204be2b9bc2c618c02d0fdf1 | [
"Apache-2.0"
] | permissive | seunghakbae/maeil-economy-test-practice-program-java-hwplib | 83ea1e425382d000f26e57a8a6068c39705b2b81 | fe1fbb769c0b7c29b295bf6e986fe65e86db960b | refs/heads/master | 2022-04-24T18:59:51.920428 | 2020-04-25T23:45:20 | 2020-04-25T23:45:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,858 | java | package kr.dogfoot.hwplib.object.bodytext.control.sectiondefine;
/**
* 쪽 테두리/배경 정보에 대한 레코드
*
* @author neolord
*/
public class PageBorderFill {
/**
* 속성
*/
private PageBorderFillProperty property;
/**
* 테두리/배경 위치 왼쪽 간격
*/
private int leftGap;
/**
* 테두리/배경 위치 오른쪽 간격
*/
private int rightGap;
/**
... | [
"onelife0717@gmail.com"
] | onelife0717@gmail.com |
f65794abc3fc23748ef670606c278a7cb27b3dfa | 84a5f35c6931aac307e66acb191d9e6ba923781f | /app/src/main/java/com/finappl/models/CalendarSummary.java | a3f67a1426878a269a46b6dac0efb66e8bdd7588 | [] | no_license | AjitKamath/neutron | 6d07bd3916a48de1c0a374092298c41c62690eca | f16d40160661ca814fa9374c405bb6a52d6844eb | refs/heads/master | 2020-12-13T22:44:25.110726 | 2017-06-24T06:57:26 | 2017-06-24T06:57:26 | 28,878,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package com.finappl.models;
import android.widget.Adapter;
import com.finappl.adapters.CalendarSummaryTransactionsListViewAdapter;
/**
* Created by ajit on 9/2/17.
*/
public class CalendarSummary {
private String heading;
private Double amount;
private Object listViewAdapter;
public String getHe... | [
"ajitkamathk@gmail.com"
] | ajitkamathk@gmail.com |
c378fc2d4791b8a8d43fc90211132b208363bfb1 | d5c3bcdc86d8802527ce7b1f3671d3ec5893e0ca | /IF01-10118029-latihanMVC/src/edu/aziskomara/latihanmvc/model/PelangganModel.java | 148d81d3cd2be11541af03ceee4112f4909faf0b | [] | no_license | Aziskomara/IF01-10118029-latihanMVC | b139b3313486fc55e9797233a72e342c4369b2ad | 04d98b1f983b6768de225e294b482ed550488561 | refs/heads/master | 2020-12-06T06:48:41.518006 | 2020-01-07T17:23:09 | 2020-01-07T17:23:09 | 232,377,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,794 | 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 edu.aziskomara.latihanmvc.model;
import edu.aziskomara.latihanmvc.event.PelangganListener;
import javax.swing.JOptionP... | [
"noreply@github.com"
] | noreply@github.com |
c890e1b5d2cce82c86456ce74b02c73504ca1de5 | bf29eabd2e9fe845889826ab7205dab7a603f865 | /src/main/java/com/example/auctionapp/controller/AddressController.java | a27d8ef509d89d6d45c84ef9e3ba60b6e6501d73 | [] | no_license | lejlakasum/AuctionApp | c54ddd89aa4fef6ba81ce6ffe7d2337129aae285 | 368a323b84ec8ea71104cc3225920754039bf560 | refs/heads/master | 2023-02-02T22:11:18.525699 | 2020-12-14T13:49:48 | 2020-12-14T13:49:48 | 295,234,007 | 0 | 2 | null | 2020-12-14T13:49:49 | 2020-09-13T20:41:31 | Java | UTF-8 | Java | false | false | 2,113 | java | package com.example.auctionapp.controller;
import com.example.auctionapp.dto.UserDtos.AddressDto;
import com.example.auctionapp.service.AddressService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.s... | [
"lkasum1@etf.unsa.ba"
] | lkasum1@etf.unsa.ba |
6fb62909d98582d285a71bbc3d95926acfb363c8 | 15c80525595fab0a70464e983baa84a85be744d3 | /project_drive/src/main/java/com/lieyan/Service/CoachServicempl.java | e4f760fdfd834400c3e31c71236eba9f61e28450 | [] | no_license | Fourous/lieyan | bc5ce881d599e5e4c903762ff6789914d873a26f | d11bb4efecfa4b5595d42fd0b44abcf35ee69260 | refs/heads/master | 2021-10-21T16:19:42.289496 | 2019-03-05T05:20:15 | 2019-03-05T05:20:15 | 165,776,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,891 | java | package com.lieyan.Service;
import com.lieyan.Entity.Coach;
import com.lieyan.mapper.CoachMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class CoachSer... | [
"fourousky@gmail.com"
] | fourousky@gmail.com |
a791d804fcfa1a2a6b03f428365daf8841c99868 | adbbf286f4d038385e4fa10eea11f4f8217af7df | /app/src/main/java/com/hyht/amap_historical_building/callback/SingleButtonCallBackShowOverlayOnMap.java | ad278f2d37eaec56d8aa2b288934ede17c456b5e | [] | no_license | robotautomatic/amap_historical_building | 66b2cd55a2d827ea2e18dd30a076caa9a3989e7c | a219ecca44d693c528d1283676472e323ce32b34 | refs/heads/master | 2023-03-08T22:06:44.095143 | 2021-03-08T02:14:23 | 2021-03-08T02:14:23 | 296,574,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,403 | java | package com.hyht.amap_historical_building.callback;
import android.content.Context;
import androidx.annotation.NonNull;
import com.amap.api.maps.AMap;
import com.amap.api.maps.CameraUpdate;
import com.amap.api.maps.CameraUpdateFactory;
import com.amap.api.maps.model.LatLng;
import com.amap.api.maps.model.Marker;
impor... | [
"xcx0424@163.com"
] | xcx0424@163.com |
61decd9ae06f3ab0d46509a0726b96a21ed7a9a7 | ef77cc0ab610a2690cfbd881d653c4e026770aa8 | /test/courbes/TestCalcul.java | 7d53ae85a1cd847f99d1631a11124918064e37af | [] | no_license | JorisSittler/Graphiqueur2 | 8c15ee34b0f7be50a88c640ac42c4ef593763cb5 | f922a31d5b25eadd7bcaf36ad52b1a5c7b13b1a4 | refs/heads/master | 2022-08-16T11:31:41.444227 | 2022-07-29T17:18:19 | 2022-07-29T17:18:19 | 171,561,806 | 2 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,347 | java | package courbes;
import static org.junit.Assert.assertEquals;
import graphique.donnees.Course;
import marche.calcul.CalculTempsTrajet;
import marche.donnees.courbes.Performance;
import marche.donnees.courbes.PerformanceCalculee;
import marche.donnees.polygone.PolygoneVitesse;
import marche.donnees.polygone.SegmentPoly... | [
"JorisSittler@users.noreply.github.com"
] | JorisSittler@users.noreply.github.com |
2d812c61df414f8734b3ffa1aa5184f0b221c1df | 0e5231726f376dd043e180751d0a50d0f280b5e4 | /app/src/main/java/com/example/enigmav1/ui/home/HomeViewModel.java | 352e7bdf8d712fe6493ff44ac8248f3e17f9b4a3 | [] | no_license | DarkDriverHD/EnigmaV2 | 068b8938ef494db4f69f0f27d1dd4769c7359f12 | ad9095d18690c9dfa6b5eb324bf41e8655b0acb8 | refs/heads/master | 2020-09-14T20:19:30.884761 | 2019-11-21T18:57:20 | 2019-11-21T18:57:20 | 223,243,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.example.enigmav1.ui.home;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class HomeViewModel extends ViewModel {
private MutableLiveData<String> mText;
public HomeViewModel() {
mText = new MutableLiveData<>();
... | [
"DarkDriverHD@web.de"
] | DarkDriverHD@web.de |
01df692017b0fa67103c80b44b84a8eeb45ea856 | 81c48b8f7a6d39ec37214f122a2eb1333a69da0e | /src/main/java/com/huivip/steel/dao/RoleDao.java | ab275c8b8e2a0954dc89e16383946d0c5d986731 | [] | no_license | laihui0207/steel | bce5814ab827940b92d758b86a0332b663023174 | 4ed85dd1101e48368c0cf6d1406beadf6a0a1568 | refs/heads/master | 2016-09-06T00:00:00.031369 | 2015-06-12T16:29:10 | 2015-06-12T16:29:10 | 37,024,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 573 | java | package com.huivip.steel.dao;
import com.huivip.steel.model.Role;
/**
* Role Data Access Object (DAO) interface.
*
* @author <a href="mailto:matt@raibledesigns.com">Matt Raible</a>
*/
public interface RoleDao extends GenericDao<Role, Long> {
/**
* Gets role information based on rolename
* @param rol... | [
"laihui0207gm@gmail.com"
] | laihui0207gm@gmail.com |
4c0d4b92caaa68efb3d108a6204540a76ba3aa78 | f84fa8aa61d21b09da3f2e83cc2203b69116c047 | /src/java/fr/paris/lutece/plugins/ocra2ia/util/OcrResultUtils.java | 5df2d53cec90cd3ac982806146bed470f3b45a90 | [] | no_license | lutece-secteur-public/ocr-plugin-a2ia | 16e7f1650ca411f847b6ed593e75f3e2480fb486 | 32ac23a5d5b4574c6206a0a095b07ca4ad782f92 | refs/heads/master | 2020-05-14T15:55:43.144434 | 2019-08-29T12:32:10 | 2019-08-29T12:32:10 | 181,863,248 | 0 | 1 | null | 2019-08-01T08:51:35 | 2019-04-17T09:49:53 | null | UTF-8 | Java | false | false | 16,280 | java | /*
* Copyright (c) 2002-2019, Mairie de Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the... | [
"rafik.yahiaoui@paris.fr"
] | rafik.yahiaoui@paris.fr |
75ad7955cbc3479e45e910fa9ba85d21bdbf2c90 | 523e455fb882be9394130c4e8ba19955c4c4b3d6 | /eu/luscau/extras/CheckUnbreaking.java | 6ee43408420c32a3e3a3b867cdad32adb780ef33 | [] | no_license | Luscau/lcPickBreakBedRock | 6091873c52e68c963aeba9a85508d3b8d356c0eb | e69d33b6eb1892ad92807689617c49922e2db3db | refs/heads/master | 2021-01-20T07:15:34.632206 | 2017-08-27T16:18:08 | 2017-08-27T16:18:08 | 101,527,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | package eu.luscau.extras;
import org.bukkit.inventory.ItemStack;
public class CheckUnbreaking {
public static void checkUnbreakingLevelSlow(int unb, ItemStack i) {
if (unb == 0) {
i.setDurability((short) (i.getDurability() + 7));
}
if (unb == 1) {
i.setDurability((short) (i.getDurability() + ... | [
"noreply@github.com"
] | noreply@github.com |
bcf5d08b463ed2409d1f730caba70fe7604275e4 | 28a32c8fd9ac29fffdd87c7fe606733c94ac14a8 | /src/main/java/com/huawei/cloudsop/us/queryengine/Application.java | 16d59f7e7cd331bbf27dcc4ccc11dbe0fead4057 | [] | no_license | valtroffuture/queryengine | f6fde847cb7fb2ba93ebe3c18fabd278c9724c47 | 5af20c14e700a39bdf9dd922321c1b2c960736c3 | refs/heads/master | 2020-05-20T07:49:32.371657 | 2019-05-07T19:13:07 | 2019-05-07T19:13:07 | 185,461,062 | 0 | 0 | null | 2019-05-07T18:55:41 | 2019-05-07T18:55:41 | null | UTF-8 | Java | false | false | 326 | java | package com.huawei.cloudsop.us.queryengine;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
... | [
"z00759325@china.huawei.com"
] | z00759325@china.huawei.com |
7b954ee818ad20ebd3fb85489a83b24af3515aeb | 20e6aa01bfe4a04632431a8fb2b6d31c2eea83fb | /app/src/main/java/com/test/markdemo/utils/RandomUtil.java | 47f8ca00ec6b4b326903b85b741e68f604c3a10f | [] | no_license | yuhuangyu/DemoCode | 33c8d35fab8af280f7ac95fd170a45870d3876ae | 799c9222d502632100d31eff215ceee06146fbfa | refs/heads/master | 2020-03-21T07:30:59.044709 | 2019-01-31T08:40:07 | 2019-01-31T08:40:17 | 138,284,513 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,765 | java | package com.test.markdemo.utils;
import java.util.Arrays;
import java.util.Random;
/*
*
* 随机获取工具类
* */
public class RandomUtil
{
private static Random _rand;
static
{
_rand = new Random(System.nanoTime());
}
public static boolean randBool()
{
return _rand.nextBoolean();
}
... | [
"fujian.yu@joyreach.com"
] | fujian.yu@joyreach.com |
7b6b71086c6d06ec21e867aa30157b372c02f438 | d29084e77834c47f1d02249261e8514513df0cd7 | /android/app/src/main/java/com/testprojectsecondtry/MainActivity.java | 5803e6f72b513f8432e289aa1bcb490ebeeb9a20 | [] | no_license | CheenaT/React-Native-WebRTC-App | a92330b7966b87893f7d1037cf67e528673f0e68 | 67a76745630daa6d3e5447243736ad17a042e8e1 | refs/heads/master | 2023-01-10T16:35:51.863602 | 2019-09-10T17:52:17 | 2019-09-10T17:52:17 | 191,544,038 | 3 | 2 | null | 2023-01-04T00:37:38 | 2019-06-12T09:50:17 | JavaScript | UTF-8 | Java | false | false | 385 | java | package com.testprojectsecondtry;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMain... | [
"mac@Macs-MacBook-Air.local"
] | mac@Macs-MacBook-Air.local |
8af60af9387906c61263304a1fe58ae9acda3a93 | 0429ec7192a11756b3f6b74cb49dc1ba7c548f60 | /src/main/java/com/linkage/module/itms/report/dao/BandwidthDeviceReportDAO.java | 163334a661bd9112d1e14ac17f0f38eb9674e5df | [] | no_license | lichao20000/WEB | 5c7730779280822619782825aae58506e8ba5237 | 5d2964387d66b9a00a54b90c09332e2792af6dae | refs/heads/master | 2023-06-26T16:43:02.294375 | 2021-07-29T08:04:46 | 2021-07-29T08:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,048 | java |
package com.linkage.module.itms.report.dao;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.linkage.commons.db.DBUtil;
import com.linkage.commons.util.StringUtil;
import com.linkage.litms.common.util.StringUtils;
import com... | [
"di4zhibiao.126.com"
] | di4zhibiao.126.com |
06dfddfdcd6d07ae1bbfbd8d2f86710716f5babb | 1abfb18cde2ba84a7b32df43be20ebb12c208072 | /Minesweeper/src/SaveGame.java | 3440b8335d087cad3c65dbf3434228db7eac7aad | [] | no_license | adamak1990/Minesweeper | d4d17f69bf9e468251436bb368b11ecdcd0dc655 | 48783f570738518f3581c2f386f85ccae656c049 | refs/heads/master | 2016-09-15T01:49:41.925282 | 2016-02-18T19:14:29 | 2016-02-18T19:14:29 | 51,688,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | import java.io.Serializable;
public class SaveGame implements Serializable{
String highscore;
int width, height, mines, minesAtStart, left, pixels;
double loadedTime;
public SaveGame(String hscore, int w, int h, int m, int mAtStart, int l, int p, double lt) {
highscore = hscore;
width = w;
height... | [
"adamak1990@gmail.com"
] | adamak1990@gmail.com |
3d3385e439f4ad4037bb6b5657a9fb5c94a79413 | aa993cc5a7dab7251fd7f6c7c709dfa82e7fed35 | /core/src/test/java/org/elasticsearch/action/support/broadcast/node/TransportBroadcastByNodeActionTests.java | 20894bd9e294b28c716cb5021c6f1523a9810644 | [
"Apache-2.0"
] | permissive | cherish6092/elasticsearch-5.4.0 | 7102eb48dd254e52a149687b596dc39305b76218 | 8b611b0271ee98308c710a5dce11c408fab4fa3a | refs/heads/master | 2022-12-14T18:46:12.588517 | 2020-08-13T04:07:48 | 2020-08-13T04:07:48 | 263,504,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,989 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"muzan@ibantang.com"
] | muzan@ibantang.com |
4642fe153eba02d7d0cddd1d0267d46e372cbf0a | 1860f32932c4e5198d8e89f9568c371a72775a3b | /OOP_Advanced_Exam_9_January/SomeExam/src/main/java/panzer/models/vehicles/Vanguard.java | 30641e0b71eb0de91d1b0383a32843b6c2142894 | [] | no_license | tsmarkov/Java-Fundamentals | 75099aceaed54dd9edf31f83522a1dac8420e2f0 | fbbc8df04c85cad7a54b1611f33a6abcd7a7df8c | refs/heads/master | 2020-03-06T20:22:56.443176 | 2018-03-27T22:20:13 | 2018-03-27T22:20:13 | 127,051,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,147 | java | package panzer.models.vehicles;
import panzer.contracts.Assembler;
import panzer.contracts.Part;
import java.math.BigDecimal;
import java.util.List;
public class Vanguard extends BaseVehicle {
public Vanguard(String model, double weight, BigDecimal price, long attack, long defense, long hitPoints, Assembler ass... | [
"markovcvetomir@gmail.com"
] | markovcvetomir@gmail.com |
7bd8d74ad30b709a6c4fd3d574611864fd649f01 | 2abbe81a8a6c8b897dfe38628416e209b4e0a137 | /src/main/java/com/example/demo/service/OpencourService.java | a2978e4616d16741756852d421ba26280bf6688f | [] | no_license | 2416941966/ziyuan | b531e6841d1954bc3e6ef7722d4f0c695b707af5 | 90759e6a32d3fd7a91f4b17e937c0f1274257d26 | refs/heads/master | 2023-06-07T05:39:51.399501 | 2019-11-15T08:51:54 | 2019-11-15T08:51:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package com.example.demo.service;
public interface OpencourService {
void addppt(String cid,String ppt);
void addcourse(String cid,String cname,String label,String processchart,String outline,String exinstruct);
void addtc(String tid,String cid);
}
| [
"2320165467@qq.com"
] | 2320165467@qq.com |
454a81857ce530c29ea8fc33cfec99ed63a499ae | d83be7f38b4defb108b48725cd5d8eebd2c47c10 | /HIA/src/vo/CommentPageInfo.java | 24ef8958e75ce8f4267c307799dd37fcf42941a6 | [] | no_license | amayun707/HIA_TEAM | e322bea92f710ab0b574405ac6e51120f122fa66 | 1c311254738eea03168e57f5b784bf2548ff6617 | refs/heads/master | 2020-08-30T14:28:22.830020 | 2019-12-20T05:07:33 | 2019-12-20T05:07:33 | 218,408,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package vo;
public class CommentPageInfo {
// 페이징 처리 관련 정보를 저장하는 클래스
private int commentPage;
private int commentMaxPage;
private int commentStartPage;
private int commentEndPage;
private int commentListCount;
public CommentPageInfo() {}
public CommentPageInfo(int commentPage, int ... | [
"ITWILL@DESKTOP-BFHD141"
] | ITWILL@DESKTOP-BFHD141 |
7eeed04766cf6d512cffe6b88eeba3457fc60793 | 7098f2d71cb0699a46a11c2db96e76285d35727c | /dss-src/apps/dss/core/dss-service/src/main/java/eu/europa/ec/markt/dss/validation/https/OptimistX509HostnameVerifier.java | 83459decff51bcf0555643c5e26e5014c499fe89 | [] | no_license | p4535992/sd-dss-3.0.3 | 4344521a309efaacd1798ed4bd7e7ef37a69f874 | b2fa77670267732daca5d86a5e46a9f71bd16247 | refs/heads/master | 2021-08-30T11:07:59.383832 | 2017-12-17T15:07:14 | 2017-12-17T15:07:14 | 112,770,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,758 | java | /*
* DSS - Digital Signature Services
*
* Copyright (C) 2011 European Commission, Directorate-General Internal Market and Services (DG MARKT), B-1049 Bruxelles/Brussel
*
* Developed by: 2011 ARHS Developments S.A. (rue Nicolas Bové 2B, L-1253 Luxembourg) http://www.arhs-developments.com
*
* This file is part of ... | [
"tentimarco0@gmail.com"
] | tentimarco0@gmail.com |
06bd7733113b8e06f763c0e842c881fd028eae3b | d5bd2f103f241fb1c371855e88ec8cbb41583f2d | /src/main/java/org/mudebug/prapr/core/mutationtest/engine/mutators/util/Commons.java | 4eadd17b0c32f7419bccad8827628c7aa34cfff4 | [
"Apache-2.0"
] | permissive | monperrus/prapr-sc | 38f03d2f1fb1e6c8045600fab5fa5faa8dca3843 | 9cf616099e7bb64621bfd6422c17d7bb497dd654 | refs/heads/master | 2020-11-25T19:59:20.444725 | 2019-12-17T17:30:09 | 2019-12-17T17:30:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,388 | java | package org.mudebug.prapr.core.mutationtest.engine.mutators.util;
/*
* #%L
* prapr-plugin
* %%
* Copyright (C) 2018 - 2019 University of Texas at Dallas
* %%
* 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 c... | [
"ali.ghanbari@utdallas.edu"
] | ali.ghanbari@utdallas.edu |
95babe0fc68cb8dcb996217c931873d0e147d8e8 | 6cd44c24432165400a71faafe2ebac6855729104 | /projects/TipOfTheDay/trunk/TipOfTheDayWeb/src/main/java/com/googlecode/gradlesamples/tipoftheday/servlets/TipOfTheDayJSONServlet.java | fda4ab3de9ac5d8809b5f3433417484ee6299c2f | [] | no_license | lio972/gradle-samples | 9d5a8366fbc81ea257ad08e24beb7a5b9b4d9b2a | 78a1d4da0d5c977b6b032c8a67e300a0fe83bc65 | refs/heads/master | 2020-05-24T14:45:37.045402 | 2009-05-23T00:34:40 | 2009-05-23T00:34:40 | 34,383,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,829 | java | package com.googlecode.gradlesamples.tipoftheday.servlets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletReques... | [
"dizzydevvy@f8746bb8-46cf-11de-aeda-3f4d37dfb5fa"
] | dizzydevvy@f8746bb8-46cf-11de-aeda-3f4d37dfb5fa |
8a97ffec7a205260ceec07ab4a6df89cf4bcb4ca | c221cd01ec47d16a9f188ee722548aa8cc499927 | /presto-main/src/main/java/com/facebook/presto/metadata/BoundVariables.java | 8e9267fdca145d6dd72eb72d83e257e0b2ee4052 | [
"Apache-2.0"
] | permissive | lacbs/presto | 10d843ac1b778912025ef977a62c8fd7fc342be3 | b907d7cdbc445dbd4dc97789af8d8beb22ae2535 | refs/heads/master | 2020-12-24T21:55:06.601414 | 2016-04-29T16:33:10 | 2016-04-29T21:44:43 | 52,392,846 | 0 | 0 | null | 2016-02-23T21:27:02 | 2016-02-23T21:27:02 | null | UTF-8 | Java | false | false | 3,510 | java | /*
* 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, software
* distribut... | [
"mtraverso@gmail.com"
] | mtraverso@gmail.com |
d67c772101ecb8924439343417afdbfeb0277a63 | 196cb24d4ec66df267fc27eed5163965cf9b04bf | /android/src/com/ia/smsservice/LoginActivity.java | cc024ac38a5b88d0e71241d6a98dd9283a88e7dc | [] | no_license | ibrahimAltinoluk/sms_service | 44e76a668d5f490dd8e9757858cc2b7fa33b074d | c2a9d34466e9859ada4cf0ecf10f07fca1d0ab41 | refs/heads/master | 2021-01-17T17:07:56.352186 | 2014-08-13T14:24:54 | 2014-08-13T14:24:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,074 | java | package com.ia.smsservice;
import java.util.Arrays;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.StrictMode;
import android.support.v4.app.FragmentActivity;
import android.util.Log;
import android.view.View;
import android.widg... | [
"ibrahim.altinoluk@gmail.com"
] | ibrahim.altinoluk@gmail.com |
b2dca02b30c5c7cb4492c50f1867011a160aa488 | 2933f7a780a385c0b3fa7e51862b305fd3407e83 | /Cuenta.java | 276e37c7afeb0322c076471a84eca2acf508f1ca | [] | no_license | CIS032/examen-002-b-frankoMendoza | 872489ec255d0f3d2e7960770c48f98ce3ddf0b7 | c3a0a1b458636867cd8fffde37673f889becedc5 | refs/heads/master | 2021-05-03T05:17:56.664740 | 2018-02-07T20:15:14 | 2018-02-07T20:15:14 | 120,635,903 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,148 | java | package examen2;
import java.util.Objects;
public abstract class Cuenta {
private String cliente;
private String tipoCliente;
private double balance;
private double tasaInteres;
public Cuenta() {
}
public Cuenta(String cliente) {
this.cliente = cliente;
}
... | [
"noreply@github.com"
] | noreply@github.com |
9ba08c8349590d8a4ea220edfffe02e7fc5baf64 | 331b8b4ee03a7aea17c7fb433e7379993b17ec4d | /java/src/Test.java | 98e824466213567422eee7c1c096434eee76b479 | [] | no_license | macoto35/Algorithmic_Design_and_Techniques | 0e8e234a9cea08f08459b36479161fff6089c787 | 2531316cd82a90636a0d0562bcb048d2b2f66b5f | refs/heads/master | 2020-03-08T20:00:38.380562 | 2018-11-30T03:48:34 | 2018-11-30T03:48:34 | 128,370,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,074 | java | import java.util.*;
public class Test {
/*private static long calc_fib(int n) {
long[] arr = new long[n + 1];
arr[0] = 0;
if (n > 0) {
arr[1] = 1;
}
for(int i = 2 ; i < n + 1 ; i++) {
arr[i] = arr[i - 1] + arr[i - 2];
}
return arr[n];
}
public static void main(String[] args) {
Scanner i... | [
"sohee.um@mercer.com"
] | sohee.um@mercer.com |
4830e869593e0a1937708a2a4bf6d10de6d33f20 | 324d9a54b41e842426ed346219ba86e754fb94c2 | /app/src/main/java/cat/jorda/xavier/lespellicules/util/HttpRequestAsync.java | f615d4d76c3967610c2eff81bc97fcfe15b6538c | [] | no_license | XavierJordaMurria/Les-Pel-l-cules | 8084f4f14c87361c1aa1b672aded61094ee2edca | 3992ec3fd1fad0fc9d2d09738b9b122b133e1915 | refs/heads/master | 2020-06-09T12:48:13.496829 | 2017-02-12T11:41:29 | 2017-02-12T11:41:29 | 76,037,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,092 | java |
/**
* Created by xj on 08/12/2016.
*/
package cat.jorda.xavier.lespellicules.util;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamRead... | [
"xavier.jorda@intrasonics.com"
] | xavier.jorda@intrasonics.com |
5ec9fcf00ad2a76c14262fa8587bc476d4969282 | d0fa2faf7c50f9a4d4e6bd0ec83280a662d804c2 | /17.Generics.L28/src/typeinfo/pets/Dog.java | 71bcc9eecc97e060c036bd007073e923968094d7 | [] | no_license | Neo975/LabsCollection | ef2bf2a13026e78988e1295041168283366385fd | 4117f86fe033a733ed6326bbf5eaa07f956d7e4c | refs/heads/master | 2021-01-10T14:59:56.205112 | 2016-04-04T12:51:29 | 2016-04-04T12:51:29 | 50,587,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package typeinfo.pets;
/**
* Created by Mike on 27.03.2016.
*/
public class Dog extends Pet {
public Dog(String name) { super(name); }
public Dog() { super(); };
}
| [
"neo975@gmail.com"
] | neo975@gmail.com |
131aa41f410a4efd8aa0ab182b9c47d31230b4bc | 147351c47e625260bf1156fbfcfab748587b7c6d | /src/main/java/com/example/demo/mapper/MessageMapper.java | 0fe4cb195eb27181e9755201e3eebc36119c9803 | [] | no_license | Park1122/Hello-Mapstruct | 21455d92b3e632d52e6bfa05870a5d3a06055a52 | 45c8b41f5d710ad1c180aa65f9b4f17ec7aca229 | refs/heads/master | 2023-07-28T01:38:20.920559 | 2021-09-08T06:12:31 | 2021-09-08T06:12:31 | 404,209,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.example.demo.mapper;
import java.util.Collection;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers;
import com.example.demo.dto.MessageResult;
import com.example.demo.entity.Message;
@Mapper
public interface MessageMapper {
MessageMapper INSTANCE = Mappers... | [
"cco2416@gmail.com"
] | cco2416@gmail.com |
fba3120ecf52bb9350adf9983ee0745189ea57e3 | ed0261afd3d7af2a2c7c226c1ea8577ce5ff5c58 | /src/day26/ToCharArrayPracticeWithArrayClassMethods.java | 875c1c01713a647e56b070011d0d4fbabb50cdde | [] | no_license | Mukaddes06/JavaPractice2020 | c7be9367af64178767a886d4f4ff3854c73cbd5f | fd92e845e6cc95764117ab74ae44c0899583c372 | refs/heads/master | 2020-12-03T22:26:47.732829 | 2020-02-29T18:01:58 | 2020-02-29T18:01:58 | 231,504,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package day26;
import java.util.Arrays;
public class ToCharArrayPracticeWithArrayClassMethods {
public static void main(String[] args) {
// 2 additional String String methods related to array
// toCharArray(), another is split(bySomething)
String survey = "Complete B15 Online 1 month Surv... | [
"mukaddes_06_@hotmail.com"
] | mukaddes_06_@hotmail.com |
6ce528bed6ab7bb3852d8dbdf53c7e7eeece915d | 1b37735941eae1b813130793b2d383bb45f6af7c | /app/src/test/java/com/yuqianhao/bluetoothservice/ExampleUnitTest.java | 9c25fbd8675cad344a0eaee6a5a02f388df1f950 | [] | no_license | YuQianhao/BluetoothService | 4d765f93536abc382be8b3aff38d5abb6e0a5d4b | 7d12922089f27daf481bf86bf37563a2dcb4672a | refs/heads/master | 2022-01-14T19:45:40.798911 | 2022-01-07T08:51:07 | 2022-01-07T08:51:07 | 181,314,984 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package com.yuqianhao.bluetoothservice;
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
pub... | [
"yqh916640168****"
] | yqh916640168**** |
bcd35a9a60fa44335c08e38366908be2779cb86e | 6df2b5c952ae5b474b5210f7b45395a851a4c6f1 | /Mytest1/app/src/androidTest/java/com/example/mytest1/ExampleInstrumentedTest.java | 4c82472d0eb32c7812129b6bea0fb6babbf77e47 | [] | no_license | dddong1234/android-exercise | 3695d3836fc1304af3550757be6e5235f7646b02 | de4497eac4cd851a9a1e13b97704fe9643ef245a | refs/heads/master | 2023-08-19T01:04:55.743169 | 2021-10-06T18:31:34 | 2021-10-06T18:31:34 | 389,577,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.example.mytest1;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an ... | [
"sdh080200@gmail.com"
] | sdh080200@gmail.com |
065eab2b7780a22420e979fb136e04c3b1ab4027 | bad049513ea2fc7c8210bf5fc2af0bdd276e3d75 | /src/main/java/util/ToFloatFunction.java | 91ece99cc13965a0b6a17a3e1d53ba554a6e74cd | [] | no_license | icarocd/BoTG | bd5375c59336672b6509ec0ade8836b0286f0ed0 | 905b9cd9b3bf992e13675d36741e8a45bef30775 | refs/heads/master | 2022-02-09T12:00:06.283859 | 2020-03-15T16:59:04 | 2020-03-15T16:59:04 | 247,332,354 | 0 | 0 | null | 2022-02-01T01:01:18 | 2020-03-14T18:34:03 | Java | UTF-8 | Java | false | false | 667 | java | package util;
import java.util.function.Function;
/**
* Represents a function that produces a float-valued result. This is the
* {@code float}-producing primitive specialization for {@link Function}.
*
* <p>This is a <a href="package-summary.html">functional interface</a>
* whose functional method is {@link #ap... | [
"icarocd@gmail.com"
] | icarocd@gmail.com |
6fbe79e97229e1a3eafeeab35015aa4a1145b05a | c2882688b3d1bb00785e745cce06063e5663afc7 | /pdf/pdfprinter/src/main/java/org/bndly/pdf/visualobject/Text.java | c68105c1cd118d45f9d00ee4c1a2fd04288d250a | [
"Apache-2.0"
] | permissive | bndly/bndly-commons | e04be01aabcb9e5ff6d15287a3cfa354054a26fe | 6734e6a98f7e253ed225a4f2cce47572c5a969cb | refs/heads/master | 2023-04-03T04:20:47.954354 | 2023-03-17T13:49:57 | 2023-03-17T13:49:57 | 275,222,708 | 1 | 2 | Apache-2.0 | 2023-01-02T21:59:50 | 2020-06-26T18:31:34 | Java | UTF-8 | Java | false | false | 1,794 | java | package org.bndly.pdf.visualobject;
/*-
* #%L
* PDF Document Printer
* %%
* Copyright (C) 2013 - 2020 Cybercon GmbH
* %%
* 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
*
* htt... | [
"mika.goeckel@cybercon.de"
] | mika.goeckel@cybercon.de |
2621d4b6248078bf751f506cb49edc6a31fa9637 | b96c955073bd2f236069ea94cfefdf346f2d7423 | /Project1/src/db/Token.java | 8412386f6d5626077842b8ba2ee98d4df62c3b0c | [] | no_license | yeongjinc/SNUCSE2015F_DB | 74c27db9f7f1717c1c9d6d226429fb0fd6a251b7 | e32bba94d74f91853f59da120b3e241b6e81a004 | refs/heads/master | 2021-01-10T01:12:39.256065 | 2015-12-09T09:42:56 | 2015-12-09T09:42:56 | 45,456,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,068 | java | /* Generated By:JavaCC: Do not edit this line. Token.java Version 5.0 */
/* JavaCCOptions:TOKEN_EXTENDS=,KEEP_LINE_COL=null,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package db;
/**
* Describes the input token stream.
*/
public class Token implements java.io.Serializable {
/**
* The version identifier for this ... | [
"yeongjinc@gmail.com"
] | yeongjinc@gmail.com |
6ea12595a7d6a205bae8042bec9f237c989983fe | 6c5ae01fc059921a60c32566da7911ec07194bd6 | /src/main/java/com/example/GeoKidsBackend/repository/UserRepository.java | b73fcc15d4c1160ee90b79474c0aef79237686e9 | [] | no_license | EduardoGit-1/GeoKids-Backend | 5a92766c1173a52a037e554be646aa1c1a459ed0 | 7f498ceebf5883836b6e724293789170d1b6e42a | refs/heads/master | 2023-05-08T10:44:24.941255 | 2021-05-24T16:40:03 | 2021-05-24T16:40:03 | 349,164,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.example.GeoKidsBackend.repository;
import java.util.Optional;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.example.GeoKidsBackend.model.User;
public interface UserRepository extends MongoRepository<User, String> {
Optional<User> findByEmail(String email);
Boolean ... | [
"eduardogomes9995@gmail.com"
] | eduardogomes9995@gmail.com |
a367038ff61f4cf7083a61385881ffbac8635016 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project444/src/test/java/org/gradle/test/performance/largejavamultiproject/project444/p2224/Test44488.java | a67148401827eb210ec08edc856cf84e140d7b57 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package org.gradle.test.performance.largejavamultiproject.project444.p2224;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test44488 {
Production44488 objectUnderTest = new Production44488();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
d7e28b8595447f89c61cd01c1871d4c4c0447699 | 340244f649995da96ea7b079c78a31b6302c4504 | /trunk/org.openebiz.core/src/org/openebiz/core/common/cbc/MarkAttentionIndicatorType.java | 9b0821121c44105726f1bd54e4edfbf7683c8ba1 | [] | no_license | BackupTheBerlios/openebiz-svn | 6be3506ba0f5068a69459e6f093917699af50708 | f83946dab9371d17ffbc0ec43fe157e4544d97fe | refs/heads/master | 2020-04-18T01:46:26.607391 | 2009-03-08T17:23:20 | 2009-03-08T17:23:20 | 40,749,474 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,772 | java | /*******************************************************************************
* Open E-Biz - Darrell Kundel
*
* Contributors:
* Darrell Kundel - initial API and implementation
*******************************************************************************/
package org.openebiz.core.common.cbc;
import... | [
"wukunlun@3b9d58ea-9e0c-0410-94fd-f833e57fda8f"
] | wukunlun@3b9d58ea-9e0c-0410-94fd-f833e57fda8f |
6e9b8769fb42a9227aa5047503a0937043ccf1f3 | 11f6f1c5d6bd174225c01f0bfcb10e73013838f8 | /SProject/src/de/glurak/data/Announcement.java | 2b47f942f9562d510b3a8f0869a609b10649326e | [] | no_license | zian92/Glurak | a433757e24f934d64f2a52808af4b79bf425f37f | 420ecc280fe886ddd6df0312f4e5fa3a58076fc4 | refs/heads/master | 2022-09-02T04:01:06.678130 | 2022-08-21T22:02:55 | 2022-08-21T22:02:55 | 16,947,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,602 | java | package de.glurak.data;
import de.glurak.data.User.ArtistProfile;
import de.glurak.data.User.Profile;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import java.io.Serializable;
import java.sql.Timestamp;
/**
* Klasse um Ankü... | [
"noone@nowhere.org"
] | noone@nowhere.org |
5a3d7af5c48e53273c726d08ae3379b8e851a792 | 4da27d29cbe5edee39ca9b9dfeff2d0023585c6f | /src/wipeout_INCOMPLETE.java | ae4b51f45bc161c8ac61e32c4fb9441ec2abfec1 | [] | no_license | jmwurst/UCF_Online2017_Live | 9f392df545541bd45b2b6b70f1fba68628760dcf | 5929039f6f9b3e492516624cc99011597a7abaca | refs/heads/master | 2020-03-29T17:37:16.536388 | 2018-09-24T22:06:42 | 2018-09-24T22:06:42 | 150,173,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,918 | java | import java.util.*;
public class wipeout_INCOMPLETE //Time Limit Exceeded - djikstra???
{
static int time;
static int platformGoal;
static ArrayList<Obstacle>[] platforms;
public static class Obstacle
{
public int from, to, stamina, time;
public Obstacle(int f, int t, int s, int ti)
{
from = f;
t... | [
"jmwurst@me.com"
] | jmwurst@me.com |
e00eb63ada65df00b0ad16e51e99e2e938b2768c | f675d96714a999682f1883af2c4b18f8f41f0733 | /sns-hibernate-entity/src/main/java/com/sky/sns/hibernate/entity/Notice.java | 86758206180f0b79ac0e256476f1f6e853ff1900 | [] | no_license | ejunjsh/sns | 3d9382e4c7eea75bfd4990282b09fc566be9cc4e | a18c4640ca46ce8cce72ba52ed051115f7e4165e | refs/heads/master | 2020-03-28T23:57:29.270146 | 2014-02-23T12:19:20 | 2014-02-23T12:19:20 | 107,090,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package com.sky.sns.hibernate.entity;
import java.util.Date;
import javax.persistence.*;
import org.hibernate.annotations.GenericGenerator;
@Entity
@Table(name="Notice")
public class Notice {
@GenericGenerator(name = "generator", strategy = "native")
@Id
@GeneratedValue(generator = "generator")
... | [
"shaojunjie@shaojunjie-Rev-1-0"
] | shaojunjie@shaojunjie-Rev-1-0 |
88c5d0dd375b9e7f33955c81fdc012d737787004 | 4866616ec8b054beec5bf8a8fc5805931ef13616 | /src/chap15/textbook/s150301/Member.java | 54869fa8f5bd2b5597369135dd6bacaaed380284 | [] | no_license | bomiyu/java20200929 | 95a0906b9c61db2c68fe4f41fd84f435098cd198 | 82fce2f065f6bdf30b9cd3104eeabbb359f5e235 | refs/heads/master | 2023-01-24T05:26:18.254775 | 2020-12-07T08:54:02 | 2020-12-07T08:54:02 | 299,485,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package chap15.textbook.s150301;
import chap15.textbook.s150401.Student;
public class Member {
public String name;
public int age;
public Member(String name, int age) {
this.name = name;
this.age = age;
}
@Override
public boolean equals(Object obj) {
if(obj instanceof Student) {
Student student = (St... | [
"bom7768@gmail.com"
] | bom7768@gmail.com |
2fbd1f0093f8def0cf7eaf6a75cd12a8dde60c0a | cb03a4dea36c63c67b2b140ac80d43758b79ee9a | /bottom-bar/src/main/java/com/roughike/bottombar/BottomBar.java | 27153d075622e9c6146429b2a1cbe54ac807131c | [] | no_license | Riolu/TradingMarket-JY | f6c15aa193cdfde2cce45d08f8979ac542c77448 | bdbc057231870598da51aac94f7be1b1223f973f | refs/heads/master | 2021-01-19T08:35:00.965363 | 2017-05-23T03:49:04 | 2017-05-23T03:49:04 | 87,649,388 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 59,201 | java | package com.roughike.bottombar;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Build;
import android.os.B... | [
"1226097512@qq.com"
] | 1226097512@qq.com |
c3882057840427cf0bac9493548f5b936957f1f4 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.alpenglow-EnterpriseServer/sources/X/AnonymousClass0e1.java | ef2883a150eddecf4b49f6cf948cacc7d9934207 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 616 | java | package X;
import android.text.StaticLayout;
import android.text.TextDirectionHeuristic;
import android.text.TextDirectionHeuristics;
import android.widget.TextView;
import androidx.annotation.RequiresApi;
@RequiresApi(23)
/* renamed from: X.0e1 reason: invalid class name */
public class AnonymousClass0e1 extends An... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
c6cdf230c16a807da17d94a58c52a7aef79640e6 | 189d820ad0527b71a04596e385c6a84f904669d0 | /codes/src/innerclasses/Games.java | 371078e709bf90dde3512f3adb623a45e83efcd3 | [
"Apache-2.0"
] | permissive | jhwsx/Think4JavaExamples | 30484e128ce43ed3d1da0104b77d8e3fedee7b59 | bf912a14def15c11a9a5eada308ddaae8e31ff8f | refs/heads/master | 2023-07-06T17:27:18.738304 | 2021-08-08T12:33:57 | 2021-08-08T12:33:57 | 198,008,875 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | package innerclasses;
/**
* <pre>
* author : wangzhichao
* e-mail : wangzhichao@adups.com
* time : 2019/07/27
* desc :
* version: 1.0
* </pre>
*/
interface Game {
boolean move();
}
interface GameFactory {
Game getGame();
}
class Checkers implements Game {
private Checkers(... | [
"wangzhichao@adups.com"
] | wangzhichao@adups.com |
c7fe13d895ae9c4cfe0454576bdb0f2157c0445e | 4621985a5ef435898d3e9954baa5e88bfdeef4a9 | /app/src/androidTest/java/com/mydreamworld/advancedparse/ExampleInstrumentedTest.java | 787aa4e8f8af478933d3c9bd792a65a041af8be7 | [] | no_license | prawinrajan/Advanced-parse | 759daceaf26a044b5e4d4e4396337b971da887a5 | 36e9cd215fc7a85589ddaa6ce1e7ce93bf982a1d | refs/heads/master | 2022-11-26T19:32:28.045409 | 2020-08-05T06:18:21 | 2020-08-05T06:18:21 | 285,198,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package com.mydreamworld.advancedparse;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exe... | [
"prawinrajan2@gmail.com"
] | prawinrajan2@gmail.com |
67237f5ab9c89514c270004fb10121e236470a89 | 11afb3afde3d2d0094f41bc09c20776274485414 | /hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/GetApplicationAttemptReportRequest.java | 66974028532a9692104d58b2ca7e3073492a6dd6 | [
"Apache-2.0"
] | permissive | aixuebo/had2.6.0-hadoop-yarn-project | fabaa60f480ebd7a153d8bf65b5c22ebb086f846 | e49e67ddaf4ea5ed208133e4122c82651ada0e8a | refs/heads/master | 2021-01-17T15:24:34.160183 | 2017-07-07T11:22:43 | 2017-07-07T11:22:43 | 49,939,152 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,698 | 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... | [
"78608544@qq.com"
] | 78608544@qq.com |
7ef76b714cf4e2172965703a2d9bb2b89b5f7dc9 | 3711fb68b9b525d521275a978b02ab28f79505d2 | /bj_1110_while.java | 8dceffb5cfd49a457ff921010552f17969cc2574 | [] | no_license | raccoon-ccoder/baekjun_algorithm | 4bfb21ca9d38da374676f9f8724f3fca2aac30f9 | ac22867c8a2cf7e7d7d4b4f8155123c0c08d2eee | refs/heads/main | 2023-03-30T06:29:22.672525 | 2021-03-30T14:43:36 | 2021-03-30T14:43:36 | 348,340,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,017 | java | /* 0<n, n<100인 정수 n이 있을때 다음과 같이 연산할 수 있다. 먼저 주어진 수가 10보다 작으면 앞에 0을 붙여 두자리 수로 만들고
* 각 자리의 숫자를 더한다. 그 다음, 주어진 수의 가장 오른쪽 자리 수와 앞에서 구한 합의 가장 오른쪽 자리 수를 이어 붙여 새로운 수를 만든다
* 예시를 보면 26이 시작일때, 2+6=8이고 새로운 수는 68이다.6+8=14이다. 새로운 수는 84이다. 8+4=12이며 새로운 수는 42이다.
* 4+2=6이며 새로운 수는 26이다. 위의 예는 4번만에 원래 수로 돌아온다. 따라서 26의 사이클 길이는 4이다.
*... | [
"qorwjddus96@naver.com"
] | qorwjddus96@naver.com |
7c1bba667536409310ff65d4d9b2f30d5e0197b8 | fa34634b84455bf809dbfeeee19f8fb7e26b6f76 | /3.JavaMultithreading/src/com/javarush/task/task24/task2404/Solution.java | 96d28cc7899acf28eddba413471462a52545eb0c | [
"Apache-2.0"
] | permissive | Ponser2000/JavaRushTasks | 3b4bdd2fa82ead3c72638f0f2826db9f871038cc | e6eb2e8ee2eb7df77273f2f0f860f524400f72a2 | refs/heads/main | 2023-04-04T13:23:52.626862 | 2021-03-25T10:43:04 | 2021-03-25T10:43:04 | 322,064,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package com.javarush.task.task24.task2404;
/*
Рефакторинг Rectangle
*/
public class Solution {
public static void main(String[] args) {
Rectangle rectangle = new Rectangle(1, 2, 3, 4);
//System.out.println(getHeight(rectangle));
//System.out.println(getWidth(rectangle));
/////////... | [
"ponser2000@gmail.com"
] | ponser2000@gmail.com |
3f2e9ccfe203cda9e98337948cd13e43277b7932 | ec31bf8d7dc2bc771f7fba140e3c78035b585308 | /src/com.eci.youku/src/com/eci/youku/dao/ShopDao.java | 453438aadbd2f311cef555bb41a031127a44ba27 | [] | no_license | kinzohuny/test | c759f058fa93de8161b693ce63978930923eb8e8 | 6b88db0f434ae6f15dcdb6a5e14fa6e2b1e9e642 | refs/heads/master | 2020-12-15T05:34:12.511218 | 2019-04-23T04:36:40 | 2019-04-23T04:36:40 | 14,917,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,658 | java | package com.eci.youku.dao;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.eci.youku.core.DatabaseManage;
import com.eci.youku.model.ShopModel;
import com.eci.youku.util.StringUtils;
... | [
"kinzo@qq.com"
] | kinzo@qq.com |
4e14836e9dba0405ec0ef08eda1416fc726322bf | 957961873263da90e4b0c1a320d9903ad4b1abcf | /app/src/main/java/com/ns/newsapp/data/Article.java | 235f1b0a3e796ea2dcd3c4e299d4f7c36217f8d8 | [] | no_license | Neerajsh8851/NewsApp | ac13532705fd9d2215743759275865ee90af3272 | e0544ceb1762c95cb1c4466e57aca28f2fdfbefc | refs/heads/master | 2023-09-04T12:04:13.761877 | 2021-11-01T15:38:50 | 2021-11-01T15:38:50 | 423,089,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.ns.newsapp.data;
public class Article {
public String url;
public String urlToImage;
public String title;
public String publishedAt;
public String description;
public Source source;
}
| [
"nsxylush@gmail.com"
] | nsxylush@gmail.com |
c6cf6c7165fa08b2a52093def84393c0ce1afb4e | 47c258bc6002d84a0ab3f80fd9f32c32936e2f47 | /src/main/java/com/ebenyx/oraklus/relation/entity/Lit.java | ba189c3578c30f5ebb1f882917933340229c48da | [] | no_license | innocentk33/oraklus-core | ebe987b98215d71c7184942d426367d25c9662b6 | c4cdfcaedece8f7d2ec33af4bfaf30c79c71c4f6 | refs/heads/master | 2020-05-16T11:09:15.682331 | 2019-04-18T09:34:07 | 2019-04-18T09:34:07 | 183,007,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.ebenyx.oraklus.relation.entity;
import javax.persistence.*;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.time.LocalDate;
import java.time.LocalDateTime;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstru... | [
"bbeda@ebenyx.com"
] | bbeda@ebenyx.com |
2285ba7a9c9ba8aa5014f09010f87270f6897371 | 733e6a4fa3b43b937613d8a60663dfa868055d11 | /src/main/java/fr/mby/saml2/sp/api/om/IRequestWaitingForResponse.java | 672cc7acee069fea89c492e097dafb36ef16b10c | [
"Apache-2.0"
] | permissive | redikod/java-saml2-sp | 77546a39e1d3083e8088ab44930a914cecb78cd9 | 696b544a601b90b37ed5377206cb5810732c927e | refs/heads/master | 2020-03-23T02:24:06.421132 | 2016-03-09T20:24:01 | 2016-03-09T20:24:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | /**
* Copyright (C) 2012 RECIA http://www.recia.fr
* @Author (C) 2012 Maxime Bossard <mxbossard@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.o... | [
"mxbossard@gmail.com"
] | mxbossard@gmail.com |
ed90135698bd3f83e7831a3eadd713a313ce7a6b | 03753db1ceea68a19b36bc66a1a8b32eeb8215a7 | /cos-base/src/main/java/com/chaoren/base/db/permissions/service/IResourceService.java | 61bd072a336aab8aabcf45ab7ae84f446bdc45c0 | [] | no_license | yuedongfang/cos | c36049264a4f33b9a06be934376e4a8353148e17 | 71a9ef5a3e31d0e5d39feaf1f20e12291466234e | refs/heads/master | 2021-08-28T23:08:20.424030 | 2017-12-13T07:56:28 | 2017-12-13T07:56:28 | 114,084,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package com.chaoren.base.db.permissions.service;
import com.baomidou.mybatisplus.service.IService;
import com.chaoren.base.db.permissions.model.Resource;
import com.chaoren.base.db.permissions.model.ShiroUser;
import com.chaoren.base.result.Tree;
import java.util.List;
/**
*
* Resource 表数据服务层接口
*
*/
public inter... | [
"yuedongfang@126.com"
] | yuedongfang@126.com |
da096a58b602258e0b647b47d2be39323443783f | 02194399335358d5a7a06afede6f54743e9af365 | /src/main/java/com/example/demo/config/WechatMpConfig.java | c0bf6104fd052148c949006fdb64e761edb3bb08 | [] | no_license | letianxing1994/wechat-book-store | 2b6a69f517908d7b884f2e0eaf2bb3f57d98ecd6 | 64130e34008d9f54424cf8dcb2693553d0b39bba | refs/heads/master | 2020-12-23T06:47:39.641387 | 2020-01-29T20:17:53 | 2020-01-29T20:17:53 | 237,072,811 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.example.demo.config;
import me.chanjar.weixin.mp.api.WxMpConfigStorage;
import me.chanjar.weixin.mp.api.WxMpInMemoryConfigStorage;
import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.impl.WxMpServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | [
"noreply@github.com"
] | noreply@github.com |
963c9db6120f163cced5905fb92d30e9cd39ec3c | 58adc1eb647fec7611e8ecf42cc0c0bb170f60b3 | /backend/src/main/java/com/xebia/assessmenttool/entity/Assessment.java | 8a9d146b793dcfe5f4f1d5c3e60ee2e8085f6aa4 | [] | no_license | sankalpnarayan27/sankalp_tool | 10757fa293772ccd2b4454722ebc5c70abfbcb82 | 8dc8b39afc28a7a34dc8e8c1fd157ff04406f8c6 | refs/heads/master | 2020-08-10T22:47:55.166459 | 2019-10-11T13:08:50 | 2019-10-11T13:08:50 | 214,436,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,787 | java | package com.xebia.assessmenttool.entity;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.xebia.assessmenttool.enums.Status;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import java.util.*;
@Setter
@Getter
@... | [
"56334939+sankalpnarayan27@users.noreply.github.com"
] | 56334939+sankalpnarayan27@users.noreply.github.com |
c19a0f79336c1b7be9610cc51c1acfe0db4975c7 | 71ac029e406f7f73ea62a945619736bad70c9ec7 | /TestProjects-ejb/src/main/java/org/javabeanstack/model/appcatalog/AppUser.java | e00c4f144e56cf5239a50c3e345be03ac1d0f0b7 | [] | no_license | jencisopy/TestProject | 039ee5bd64ba9ae4ca1fb49542e90496a262f200 | 1fc7f5a00f2d1a1ffd714a9d9a76bc1f1dfa8882 | refs/heads/master | 2022-02-12T06:28:06.259672 | 2020-08-24T13:36:51 | 2020-08-24T13:36:51 | 154,874,233 | 2 | 0 | null | 2022-02-09T23:23:48 | 2018-10-26T18:03:14 | Java | UTF-8 | Java | false | false | 12,350 | java | package org.javabeanstack.model.appcatalog;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.pers... | [
"jorge.enciso.r@gmail.com"
] | jorge.enciso.r@gmail.com |
5c013aa4ce299fdf165c3b066bad85be11954241 | 4a23c15ba59701e237d85fbf27dc62a034e60e4b | /nemo-190428/src/it/unipr/netsec/nemo/ip/Ip4Host.java | 484d5225b7ddfe9c9fc3759e62fbadbc8e619fdb | [] | no_license | DanLangas/SOFTX_2019_12 | 3da278ef0e56bd29b96ff9bfddb264563262d03f | 77e87278821e14f0b7896a3a8b8e55a52d481ba6 | refs/heads/master | 2022-05-11T09:58:47.577802 | 2019-05-07T14:02:58 | 2019-05-07T14:02:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,891 | java | /*
* Copyright 2018 NetSec Lab - University of Parma
*
* 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 applica... | [
"viviana.letizia@gmail.com"
] | viviana.letizia@gmail.com |
d52e2e9b5f496242827a5c08c51a3fbed3b8b707 | 52512c50bf518375ba19005f4927692267690e29 | /desafioSolutis/src/main/java/com/desafioSolutis/model/PalavraEntity.java | 36e11c93c9bcab1658d17f4a615034f49c4a9f19 | [] | no_license | fredryco/desafioSl | 6cf303ea7e3e183788745991b77e774de8c12989 | 1cc85b94ed6898a3dbcdf7a1fa771aa9957c945f | refs/heads/master | 2020-03-28T15:05:39.743209 | 2018-09-14T22:41:44 | 2018-09-14T22:41:44 | 148,555,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package com.desafioSolutis.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class PalavraEntity {
@Id
@GeneratedValue
private Integer id;
private String palavra;
private String letra;
public PalavraEntity() {
su... | [
"Fred@DESKTOP-D11NP9D"
] | Fred@DESKTOP-D11NP9D |
ff88232e16e8613213b01d2d0e203a59b3855d9a | 42a1de4494e777b93e68c512432c8a3524511c87 | /config-server/src/test/java/com/bcht/sprigcloud/server/ConfigServerApplicationTests.java | 1ab6a337dc41d9345293fbc9b0fc13cae0019c0d | [] | no_license | s499151096/SpringCloudConfig | 2891ca60a2f5a83b8eae366dba1181909e87a5c9 | a817d9b25e8f6320fe5aaa5220a5af9378dffbd6 | refs/heads/master | 2021-01-23T03:00:00.915426 | 2017-03-24T07:44:39 | 2017-03-24T07:44:39 | 86,040,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.bcht.sprigcloud.server;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ConfigServerApplicationTests {
@Test
public... | [
"499151096@qq.com"
] | 499151096@qq.com |
89e86257054a3de461e8ed9959a046ae6dddaf2b | bcd28d9f3fa0b9b3745f327b3ea278ca120d7172 | /Throw and throws/src/throwsAndThrow/exception.java | 1ca4335ee625ff261b9e701624d33ef70f226dfc | [] | no_license | Hunter007Hacker/Data-Structure-and-Algorithm | c23671457d5caef13ce8b9d8f0d96b4a26504b23 | 8934f0424677958eaf372c06b4e52efa88650a50 | refs/heads/main | 2023-08-29T00:40:19.136109 | 2021-10-28T13:45:55 | 2021-10-28T13:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package throwsAndThrow;
import java.io.FileNotFoundException;
import java.io.FileReader;
public class exception {
public static void main(String[] args) {
try {
someMethode();
} catch (FileNotFoundException e) {
System.out.println("catch exception from someMethode");
}
}
public static ... | [
"noreply@github.com"
] | noreply@github.com |
e6aec01ac80245e8544df38246bd52ee9e1a424c | 2fb68165619abb9085a3510f3084567b84e19a18 | /day12_xml/src/jsoup/XPath.java | 4b76689a515ceece51bcf0c2c4d8eb7a74826781 | [] | no_license | GithubRobot01/itheima02 | 1395a9b3d1f6e407e9a5a3b0f77b5343c649b483 | e0b9cf4e4784938fb216202822468ced26f981c6 | refs/heads/master | 2022-12-23T09:51:17.469243 | 2019-09-16T10:23:57 | 2019-09-16T10:23:57 | 202,896,754 | 1 | 0 | null | 2022-12-16T02:24:43 | 2019-08-17T15:18:25 | TSQL | UTF-8 | Java | false | false | 2,260 | java | package jsoup;
import cn.wanghaomiao.xpath.exception.XpathSyntaxErrorException;
import cn.wanghaomiao.xpath.model.JXDocument;
import cn.wanghaomiao.xpath.model.JXNode;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import java.io.File;
import java.io.IOException;
import java.util.List;
public class XPath {... | [
"1440035864@qq.com"
] | 1440035864@qq.com |
d1d975097caf08d716b7a06d4e57f716f8427445 | 1ea4406414e9113b0316c114a17556d5344d4949 | /src/ro/nextreports/server/search/DrillDownSearchEntry.java | 3f3a1ef113e53f81f42516e9559db89e2aaf2f50 | [
"Apache-2.0"
] | permissive | nextreports/nextreports-server | 34039167a0bd4f22d13b26d35b131ab886a300d9 | 0a6b5bde7cb6228a16e7109aaaac8595155c492e | refs/heads/master | 2023-07-10T23:40:50.158795 | 2023-06-30T17:25:32 | 2023-06-30T17:25:32 | 12,408,453 | 30 | 21 | Apache-2.0 | 2023-06-30T17:25:33 | 2013-08-27T14:37:09 | Java | UTF-8 | Java | false | false | 1,458 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"decebal.suiu@gmail.com"
] | decebal.suiu@gmail.com |
112aa8c6bcf5be973c6640a6040a3c596dcbb77f | 30368e49dbd11fb52fb89e78365ead54924fec9d | /src/com/mvc/entityReport/EquipRoom.java | f11d187a3402871df92759c4bdb56cf2fe48ed19 | [] | no_license | wangqian234/gywyext | 91acb75cc128e938a8498f624d2f34abcaf81fbc | 454071ea790adc119e391774490c9890600b100e | refs/heads/master | 2021-07-21T03:11:47.481655 | 2018-12-27T13:48:26 | 2018-12-27T13:48:26 | 142,310,287 | 0 | 6 | null | 2018-12-27T13:48:27 | 2018-07-25T14:19:18 | JavaScript | UTF-8 | Java | false | false | 1,888 | java | package com.mvc.entityReport;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Enti... | [
"565059807@qq.com"
] | 565059807@qq.com |
799e44f936bfccf0d40ac071926da61673cb3fa1 | 1cef28a3e4676fd75b4e344a1bdf5046642a02c2 | /1.4 Learn to help yourself/BasicActivityApp/app/src/main/java/ro/danserboi/basicactivityapp/ui/slideshow/SlideshowViewModel.java | c60172a615294ff3e9458b0d8e0bd3a6f20d5c30 | [] | no_license | danserboi/Android-Developer-Fundamentals-V2-Codelabs | dbfb368431b9fac16f89bcef41b055e10f31329c | c46bb06bf86616f7f6d8eba0758c38379262da83 | refs/heads/master | 2022-12-04T21:10:28.606008 | 2020-08-28T13:37:09 | 2020-08-28T13:37:09 | 291,049,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package ro.danserboi.basicactivityapp.ui.slideshow;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.MutableLiveData;
import android.arch.lifecycle.ViewModel;
public class SlideshowViewModel extends ViewModel {
private MutableLiveData<String> mText;
public SlideshowViewModel() {
... | [
"danserboi@gmail.com"
] | danserboi@gmail.com |
496b3e690c8071aaec8c8ddc1554918a38b39cb7 | a23feef7eb400488ae312750d9086982531e80d7 | /source/Bank.java | 76a85fd8b0210dfa1b0804294934f04c098a1ec7 | [] | no_license | yocoal/VialFiller | 1eefe4c38d6f66863303d650da53885dcacc6198 | b2f2b75a71f19d4b15c47aef8f8a9fb8bf89e85e | refs/heads/master | 2020-02-26T13:22:14.966241 | 2016-09-22T06:48:34 | 2016-09-22T06:48:34 | 68,482,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | java | package marbletables.vialfiller;
import org.powerbot.script.rt4.Bank.Amount;
import org.powerbot.script.rt4.ClientContext;
public class Bank extends Task<ClientContext>{
private int bankIds;
private int emptyVialId = 229;
public Bank(ClientContext ctx)
{
super(ctx);
}
/**
* if in... | [
"noreply@github.com"
] | noreply@github.com |
0b0cd047aed447d517ec0f6c1339063754f9215b | f26946669c09499cd62d8f3e9dc5c2329c8ecf53 | /src/main/java/org/elsys/dao/UserStatisticsDao.java | f6761df54741e3bb7377c11b4432eae901b68f6b | [] | no_license | Catishere/FlagsGame | de87f243a22958e880b7e1af8bd3b13860fecf26 | 48287fc6c0c0e6f84bab9a42fc8eb4e1627b03e9 | refs/heads/master | 2021-04-06T02:27:40.711145 | 2018-05-03T09:28:52 | 2018-05-03T09:28:52 | 125,245,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package org.elsys.dao;
import org.elsys.entity.UserAchievement;
import org.elsys.entity.UserStatistics;
import java.util.List;
public interface UserStatisticsDao {
void insert(UserStatistics userStatistics);
void update(UserStatistics userStatistics);
void delete(long id);
List<UserStatistics> findBy... | [
"viktor.gyoshev@gmail.com"
] | viktor.gyoshev@gmail.com |
dd5100eeacd221e0fef2e8c0d5d95cbd7e8cea40 | fe3e7da45d8b29f97594f85aa99bd1ffb5ccc35f | /src/main/java/com/lihe/concurrency/annotation/NonReCommend.java | 0e70f09540efe11832115080233c5c2fd61841c2 | [] | no_license | xiaoranli/concurrency | 81bea320a9b008e89f0d857b2592affc43e762f9 | b2b74360553128c8909f53623a4232bbf068e6f0 | refs/heads/master | 2020-05-17T18:27:04.982606 | 2019-04-29T02:46:13 | 2019-04-29T02:46:13 | 183,884,754 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.lihe.concurrency.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* * 用来标记【不推荐】的类或者写法
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
public @interface NonReComm... | [
"919993677@qq.com"
] | 919993677@qq.com |
bbc67362e4a0049a4db7f4e94870f00f84f014d9 | 75f9402d603cdb2f8c6a8df1924d4aa9981ff5d2 | /src-subjects/ZipMe/src/net/sf/zipme/CheckedOutputStream.java | 040c4c892fd6f282dd618c9fa7c6e9ec46097152 | [] | no_license | damorim/spl-test-amplification | 2b2c0809469bb6b3da1ea4e65658e952b0d44d18 | 6cd279991b3220c2e9b73c979f77479415adc7b7 | refs/heads/master | 2021-01-13T01:27:51.191901 | 2013-06-05T22:34:18 | 2013-06-05T22:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,554 | java | //
//#if BASE
package net.sf.zipme;
import java.io.IOException;
import java.io.OutputStream;
/**
* OutputStream that computes a checksum of data being written using a
* supplied Checksum object.
* @see Checksum
* @author Tom Tromey
* @date May 17, 1999
*/
public class CheckedOutputStream extends OutputStream {
... | [
"sabrinadfs@gmail.com"
] | sabrinadfs@gmail.com |
251057c2ee694dfb4bce80098e68e3ccf5e75f15 | 368952aab931bf1672e5ac10a0efc6b5d3e2b3cf | /app/src/main/java/com/icostel/arhitecturesample/api/session/SessionStore.java | ef691c76a936de3e293140aa7046d453624e7e6c | [] | no_license | adamorban/ArchitectureSample | 359ad976323f513632fbc55ef82b387c9bb87460 | 4b3ec338cdac4eb3c852f339bf6dba97b764e382 | refs/heads/master | 2020-04-11T11:59:34.508001 | 2018-11-14T15:29:16 | 2018-11-14T15:29:16 | 161,765,923 | 0 | 0 | null | 2018-12-14T09:59:21 | 2018-12-14T09:59:21 | null | UTF-8 | Java | false | false | 1,074 | java | package com.icostel.arhitecturesample.api.session;
import android.content.SharedPreferences;
import com.icostel.arhitecturesample.di.qualifers.PerUser;
import com.icostel.arhitecturesample.utils.prefs.PersistentSetting;
import javax.inject.Inject;
import javax.inject.Singleton;
import androidx.annotation.Nullable;
... | [
"ignat.costel@gmail.com"
] | ignat.costel@gmail.com |
a7c20f0cb92fff08b8e8ed759e59fb79ecf7514c | a862cc7900e7931747c7322639a19236c7792ef9 | /produtor/src/main/java/InjectionBinder.java | f73ef18266fdaac6ed92389f7004ed6de726ecec | [] | no_license | danielcr10/inf1802-tweets-kafka-cassandra | c9178bf54b2b549c373c460593ae23d5fd35169f | 6ed9f786154abfca2454a55027cb3da9cfd63df1 | refs/heads/master | 2022-11-28T01:49:21.109185 | 2019-07-10T14:52:23 | 2019-07-10T14:52:23 | 196,008,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | import org.glassfish.hk2.utilities.binding.AbstractBinder;
import javax.inject.Singleton;
public class InjectionBinder extends AbstractBinder {
@Override
protected void configure() {
bind(Stream.class)
.to(LifecycleManager.class)
.in(Singleton.class);
}
}
| [
"daniel.ahnuc10@gmail.com"
] | daniel.ahnuc10@gmail.com |
5b68a38eb6e76a77304b72a73411adb191cdb69d | 6e5c4c250d13f416a652482c0a4c9b36257ea51c | /lemon-boot-project/lemon-boot-framework/src/main/java/com/lemon/framework/storage/LocalStorageProvider.java | f0fc0b2fae1dc8304db5ebfbd56f123f69f2f1bf | [] | no_license | jesushai/OSSRH-66902 | 2e6fa7b3127286eec3a66965da556c3da3dde2e2 | b67262ccb383aeb7bdbe82554068c81ffcaf45d5 | refs/heads/main | 2023-04-21T12:55:52.286156 | 2021-05-12T10:41:27 | 2021-05-12T10:41:27 | 355,470,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | package com.lemon.framework.storage;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import org.springframework.core.io.Resource;
import org.springframework.core.io.UrlResource;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.nio.file.Files;
import java... | [
"wx_79ec24d57f8047a283238537bac04936@git.code.tencent.com"
] | wx_79ec24d57f8047a283238537bac04936@git.code.tencent.com |
531346eda67f9b12815e14ea7e3928156ab1f6ba | 4b065b52e48a4caabfd7271c5ce953f6125a01d8 | /src/main/java/org/openfact/core/representations/idm/ErrorRepresentation.java | 7c504b449f20ae5c734c9d4abf54226bf40fcd4e | [] | no_license | olanaso/openfact | 459a7b6f5deb73aa1dc5174761897c92adc80923 | cd2f6cf666e6d7a4716422230868ec53575afddf | refs/heads/master | 2020-03-20T02:45:21.414621 | 2018-05-10T16:05:55 | 2018-05-10T16:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package org.openfact.core.representations.idm;
public class ErrorRepresentation {
private String message;
public ErrorRepresentation() {
}
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
}
| [
"carlosthe19916@gmail.com"
] | carlosthe19916@gmail.com |
23671baf4222ae5c7714037eeccd56043b25b273 | b4105765d13f8ff54cd38e7fdaa316773ed0d400 | /src/main/java/org/zt/sweet/lang/ComboException.java | 55a7a7070f26d9e0a5b3acb1b74835e2af094d88 | [
"Apache-2.0"
] | permissive | StruggleBird/sweet-java-lib | 21b3e89269a2920ba58afab373b90f94b047cf40 | 22c2922b6abe8c3bacd17782626c8f76013a18be | refs/heads/master | 2022-06-25T04:26:23.662571 | 2019-10-31T01:03:11 | 2019-10-31T01:03:11 | 29,386,829 | 1 | 1 | NOASSERTION | 2022-06-17T01:50:39 | 2015-01-17T09:46:50 | Java | UTF-8 | Java | false | false | 2,054 | java | package org.zt.sweet.lang;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.util.LinkedList;
import java.util.List;
@SuppressWarnings("serial")
public class ComboException extends RuntimeException {
public ComboException() {
list = new LinkedList<Throwable>();
}
... | [
"mjhx_zt@qq.com"
] | mjhx_zt@qq.com |
cc608e4f82ade181ffdaec34045cc7add8ee5d3d | 2787cb76c8462d9628eb8244dfe3f8b0a2822cee | /ServletRequestListenerDemo/src/HitCountServlet.java | fd3551ee40bec42d1c5c4bbdad2123481ccaad0d | [] | no_license | deekshasethi02/CoreJava | cf57027759ceadb8501ce67ea3fbab713668b4f2 | a1f83c0c3527876c55c5cd2b6d74af65ba729e70 | refs/heads/master | 2020-04-24T09:02:05.680073 | 2019-02-21T10:29:03 | 2019-02-21T10:29:03 | 171,850,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,011 | java |
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServ... | [
"deeksha.sethi@yash.com"
] | deeksha.sethi@yash.com |
9e622385ea64d1c6d99dbede762abdd3784b5e14 | 43a0d708d87c65ecc2e6f684674f9cb2cca4b0fd | /server_client_crypto_test/DummyClient/app/src/main/java/pt/ulisboa/tecnico/cmu/command/HelloCommand.java | e17f74eaacea90912dc895c7f90cf2a74da64599 | [] | no_license | lbpassos/Hop-on-Hop-off | 8e1b77fe13ec7b2c934b8a2e722adadeb0fe3154 | 3b753f0b43a33ddfb18d3e6cd7940488181fee91 | refs/heads/master | 2020-03-09T07:28:55.461932 | 2018-06-01T17:42:33 | 2018-06-01T17:42:33 | 128,665,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package pt.ulisboa.tecnico.cmu.command;
import pt.ulisboa.tecnico.cmu.response.Response;
public class HelloCommand implements Command {
private static final long serialVersionUID = -8807331723807741905L;
private String message;
public HelloCommand(String message) {
this.message = message;
}
@Override
pub... | [
"ist426300@i5-023.tagus.ist.utl.pt"
] | ist426300@i5-023.tagus.ist.utl.pt |
186b9d02c9104914983d3bdc1adf731b63970f77 | bd1129eac7a2880dc2646e4a6617000619e6e622 | /gsonpath-compiler/src/test/resources/generator/standard/polymorphism/using_interface/TypesList_GsonTypeAdapter.java | 26404229371f397d3758d87b6bee4c5e3910fc72 | [
"MIT"
] | permissive | morristech/gsonpath | d0794774918b671234df5547183527412ddc852f | b441ae79beffddf14af1f0cf7b070079138bef5d | refs/heads/master | 2021-01-06T20:39:50.987451 | 2017-07-02T13:13:20 | 2017-07-02T13:13:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,360 | java | package generator.standard.polymorphism.using_interface;
import static gsonpath.GsonUtil.*;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
import com.google.gson.JsonParseException;
import com.google.gson.TypeAdapter;
import com.google.gson.internal.Streams;
import com.google.gson.stream.JsonReader;... | [
"lachlandevelopment@gmail.com"
] | lachlandevelopment@gmail.com |
76d54dd75426f2f351c03e4214c9274fcda631ee | 0a8cbc76e5d984f9a0b6b54fb6a5ff7dd93f572d | /explicacoes/ForComBreak.java | 1db145e9fdd4bbb50270d59aef952db88dc98f5e | [] | no_license | WesleydeOz/PraticandoJava-pdfComExercicios_2007 | 57ac4b95c5869aa834ce99120dacef4faf5e30da | 3d4eaa9e5ddb9cf859e18643541b017ea242b8a7 | refs/heads/main | 2023-06-17T23:39:59.896138 | 2021-06-17T19:09:31 | 2021-06-17T19:09:31 | 376,662,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package explicacoes;
public class ForComBreak {
public static void main(String[] args) {
int i = 0;
for(i=0; i<=10; i++) {
if(i == 7) {
break;
}
System.out.println(i);
}
}
}
| [
"noreply@github.com"
] | noreply@github.com |
23f0ba2f15d7ac06dfcae63b589c2488a3943bc2 | 0f11a23826e00ae1599bbd6f039fb644b8001ba2 | /src/main/java/com/hsrm/business/concretes/JobSeekerManager.java | 6cd6f22d9d7c5253f67773b1d42b0786b88124df | [] | no_license | ShahinRashidbayli/hrms | 39b30e60df553f6d3fd27c5570cc29bc9fda14a3 | 6a572239b0cd997da499d6fac24b67f0178b52ce | refs/heads/master | 2023-06-18T23:14:35.032022 | 2021-07-17T21:32:07 | 2021-07-17T21:32:07 | 386,079,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package com.hsrm.business.concretes;
import com.hsrm.business.abstracts.JobSeekerService;
import com.hsrm.core.utilities.results.Result;
import com.hsrm.core.utilities.results.SuccessResult;
import com.hsrm.dataAccess.abstracts.JobSeekerDao;
import com.hsrm.entities.concretes.JobSeeker;
import org.springframework.bean... | [
"reshidshahin@outlook.com"
] | reshidshahin@outlook.com |
412f5e30c919cb2589caddec487767af8dc12495 | 7b3aad782107025658d340f52cf6d51a8373a8b8 | /src/com/jeeplus/modules/abc/lantern/web/LanternController.java | 6473fba2a16ac7fa180fee0b2b414dee06f1ce34 | [] | no_license | Qifeng-Wu/Showhand | be50c1ba7001394cc1475f6e0dfa2503c07c22f4 | 74108df65d07d317d877b30a9b3728d8c03777a2 | refs/heads/master | 2023-04-05T08:02:37.351805 | 2021-04-11T12:36:57 | 2021-04-11T12:36:57 | 312,972,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,854 | java | package com.jeeplus.modules.abc.lantern.web;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.an... | [
"215046999@qq.com"
] | 215046999@qq.com |
d711d977a4f081bf850f385d91d74010bd469fd4 | ca992e8df8bdb3a75b02284f8fca8db5a0a64311 | /bos_management/src/main/java/cn/itcast/bos/dao/RoleRepository.java | db0e1617a36bcaaa372fdf5f3a5dd763f16a9ad6 | [] | no_license | chenxup/bos | d992e6b2aa2ade9cf24279f36c4174df06cb7726 | c0a81b746b902f5db66add91029956279b2670e0 | refs/heads/master | 2021-07-08T14:27:26.032566 | 2017-10-06T08:33:04 | 2017-10-06T08:33:04 | 103,370,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package cn.itcast.bos.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Query;
import cn.itcast.bos.domain.system.Role;
public interface RoleRepos... | [
"123"
] | 123 |
83ffd8d27a324e37b28de72cb1681b98b4697aef | dc0687deb615a6a1fa18edef08dd136a9a9023dc | /src/main/java/br/com/casadocodigo/loja/controllers/CarrinhoComprasController.java | 583bc98fe8255adb974fa8ae7cfb05188e74e8a7 | [] | no_license | EduardoSantosGit/casadocodigo-java | 6908e2fa29132b8d71e8ac427cde16a7c3748b10 | c24adc645b07572765722aa9517b40ea51c1e7d3 | refs/heads/master | 2021-01-18T20:25:40.068541 | 2017-03-26T22:00:35 | 2017-03-26T22:00:35 | 85,506,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,783 | java | package br.com.casadocodigo.loja.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotati... | [
"eduardosantos058@gmail.com"
] | eduardosantos058@gmail.com |
051723e0550373eb7c74801607ea26c8fc0428a2 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/commerce/OfflineInfo.java | 9c8e7da555b778e55061a238e1b4962358678961 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.p280ss.android.ugc.aweme.commerce;
import com.google.gson.p276a.C6593c;
import java.io.Serializable;
/* renamed from: com.ss.android.ugc.aweme.commerce.OfflineInfo */
public class OfflineInfo implements Serializable {
@C6593c(mo15949a = "action")
public String action;
@C6593c(mo15949a = "offli... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
4fc5f351c03aba32e362745086da821385f2e2e3 | 807ecdfc994cc49a7812b78a3233f55bb5bfa79f | /ms-feign-wage-determine-service/src/main/java/com/bilqu/wage/determine/service/WageCalculator.java | 6ffedd858deb911995c118345ae8d78435c7b5db | [] | no_license | vimalraj84/proj-spring-cloud-netflix | 373c52bea0751c110946086d170d08b2864d27b2 | 4674ec1a2becf5fcb8351dff9fb10a4868d73955 | refs/heads/master | 2021-08-02T21:02:32.812613 | 2021-07-22T19:43:10 | 2021-07-22T19:43:10 | 181,697,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package com.bilqu.wage.determine.service;
import java.math.BigDecimal;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
... | [
"vkarunakaran@deloitte.com"
] | vkarunakaran@deloitte.com |
35dd07a60f6dc87b92f75681c4c574e602d0227e | f30eacb34c01718bb3ad9324c601080676876722 | /src/com/spring/audience/Audience.java | 7a9aeefd32947a504f514311ab94eb6bee9c71b3 | [] | no_license | turnon/Spring2 | 1fbcee50f7248e0a9092725f3ece501f01d4ea98 | 4975dece4c67d0eddc8acc213044a3754bfb8082 | refs/heads/master | 2021-01-19T17:55:52.283168 | 2014-10-08T01:46:54 | 2014-10-08T01:46:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.spring.audience;
/**
*
* @author Administrator
*/
public class Audience {
public void takeSeats() {
System.out.println("..Audience take Seats");
}
public void turnOff... | [
"Administrator@china"
] | Administrator@china |
e8c4f7e6d7f3ce33772e4ca8aeeb98c84979d676 | 59e4005bbf9392f19c8b8a9c4d4b516d8d1a4cdc | /src/main/java/com/team32/ong/model/Testimonial.java | ee6f2f1f696712d89bb5701b22feb13f94b4e574 | [] | no_license | sol-dev/ONG-Somos-Mas | 1b8033cb1a929a90bdc43805ec28371aa6582f69 | ef82763a195e7afcb10f7f79a3f32b9e1feaaa88 | refs/heads/master | 2023-06-16T18:43:49.313346 | 2021-07-08T15:32:00 | 2021-07-08T15:32:00 | 381,507,090 | 0 | 0 | null | 2021-07-08T15:32:01 | 2021-06-29T22:00:58 | null | UTF-8 | Java | false | false | 1,251 | java | package com.team32.ong.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.annotations.SQLDelete;
import org.hibernate.annotations.UpdateTimestamp;
import org.hibernate.annotations.Where;
import javax.per... | [
"lomatiasleandro@gmail.com"
] | lomatiasleandro@gmail.com |
7d8a8970467adb58f811e51040ad765ef7e2b9d7 | cad743b8beca98bd9368d083d2e8d5460be246b5 | /android/liplibrary/src/main/java/com/logitech/lip/account/AccountTokenTracker.java | 064f5b79e8c009e7c5939d26c0e6d0385bfe9862 | [] | no_license | schavaLogi/CECTest | 6b273551f69a26cfd70c937c7b12128c8af679a3 | a61b8fb6761b9c02c94d83725943ff2634595f79 | refs/heads/master | 2021-08-11T20:59:02.412601 | 2017-11-14T04:36:27 | 2017-11-14T04:36:27 | 109,939,190 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,006 | java | /*
* Copyright (c) 2015 Logitech, Inc. All Rights Reserved
*
* This program is a trade secret of LOGITECH, and it is not to be reproduced,
* published, disclosed to others, copied, adapted, distributed or displayed
* without the prior written authorization of LOGITECH.
*
* Licensee agrees to attach or embed this... | [
"schava@logitech.com"
] | schava@logitech.com |
73a7f2ce6d0d064533abbab5d1bacb8f5eeacf94 | 4273a5f535c3f03df92ec7615044ccdd5d866e8b | /android/src/main/java/com/pedro/builder/rtsp/RtspBuilderSurfaceMode.java | 96e8e10dfb4d76b7bebd6a4b3aa2037aea665efc | [] | no_license | orenk86/react-native-videocore | 633998540d56a6a0b9c3315cebdd7e1f081c6c6e | 4cb8dddef8ade71e045dca6caa7bf325f9817cae | refs/heads/master | 2021-01-20T01:42:58.334180 | 2017-10-09T14:00:01 | 2017-10-09T14:00:01 | 101,297,550 | 0 | 1 | null | 2017-10-09T14:00:02 | 2017-08-24T13:25:49 | Objective-C | UTF-8 | Java | false | false | 2,334 | java | package com.pedro.builder.rtsp;
import android.content.Context;
import android.media.MediaCodec;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.view.SurfaceView;
import com.pedro.builder.base.BuilderSurfaceModeBase;
import com.pedro.rtsp.rtsp.Protocol;
import com.pedro.rtsp.rtsp... | [
"oren@panda-os.com"
] | oren@panda-os.com |
8852136c50589e3de7fd85c2ef31aa5530dbafc3 | 231a828518021345de448c47c31f3b4c11333d0e | /src/pdf/bouncycastle/asn1/DEROutputStream.java | 028b9bf6aa1d171d562309d50fb26a3fd5ca6f09 | [] | no_license | Dynamit88/PDFBox-Java | f39b96b25f85271efbb3a9135cf6a15591dec678 | 480a576bc97fc52299e1e869bb80a1aeade67502 | refs/heads/master | 2020-05-24T14:58:29.287880 | 2019-05-18T04:25:21 | 2019-05-18T04:25:21 | 187,312,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package pdf.bouncycastle.asn1;
import java.io.IOException;
import java.io.OutputStream;
/**
* Stream that outputs encoding based on distinguished encoding rules.
*/
public class DEROutputStream
extends ASN1OutputStream
{
public DEROutputStream(
OutputStream os)
{
super(os);
}
... | [
"vtuse@mail.ru"
] | vtuse@mail.ru |
ee43326a93f7e61517fa9b067b6da2e9336658dc | a785ca1b4f00eb44248cd5f4e40224d465d33f02 | /Bank2.java | 0fc03dd0c3dd72b950c4159e42732d2ec71226aa | [] | no_license | WillIsenhour/CSC-143 | 7fc41946eee8c0108cff93e807aa8f97ebbcd4dc | 55a3bbf9203297d8764645783f2e28b33796e772 | refs/heads/master | 2020-04-24T23:33:23.567800 | 2014-11-24T23:11:15 | 2014-11-24T23:11:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,808 | java | import java.util.*;
import java.io.*;
public class Bank2
{
public static void main(String[] args) throws FileNotFoundException
{
double total = fileRead();
System.out.println("Total:\t " + total);
}//end main
public static double fileRead() throws FileNotFoundException
{
... | [
"wisenho1@LT5132-04.lab.cpcc.edu"
] | wisenho1@LT5132-04.lab.cpcc.edu |
465bc9962a7d6b2d5f4392dfd7fe8b646e1ab218 | 59caad8d37d857e0b19925d68f873f0f96d721ee | /app/src/main/java/com/example/coffeebrewapp/Data/ProfileData/ProfileData.java | 34de0afbbf14cd14c41badd8b1b7cb9d9ead608d | [] | no_license | Crisiluluman/CoffeeBrewApp | 521853898658490cdead4f4bd3ae4fd993569645 | 07b6982771d704a52d6df96ec3a70df8cf9c8827 | refs/heads/main | 2023-05-02T19:21:09.376796 | 2021-05-20T21:29:08 | 2021-05-20T21:29:08 | 356,726,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package com.example.coffeebrewapp.Data.ProfileData;
public class ProfileData {
private String username;
private String imageSource;
public ProfileData() {
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = user... | [
"kawazu-maner@hotmail.com"
] | kawazu-maner@hotmail.com |
fd1a11f06d3d4bda5609f3f6d7875716b9fe67c4 | 22dabd65c00bfcdd797b93c3f03860cfa6192779 | /pharmacy-manager/manager-pojo/src/main/java/com/yaojie/pojo/ItemCat.java | ec115a6e85e78625f6b188609d073a8c18d83792 | [] | no_license | xiazecheng/pharmacy | 38568c9e200e243bb519ec4a0697fad29eed3fd2 | fd0037cca0683d5806379183aeee3610e6e3dc9b | refs/heads/master | 2020-12-30T12:37:13.815210 | 2017-05-16T02:18:31 | 2017-05-16T02:18:31 | 91,404,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package com.yaojie.pojo;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Table(name = "tb_item_cat")
public class ItemCat extends BasePojo {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | [
"madao@promote.cache-dns.local"
] | madao@promote.cache-dns.local |
e1e8249f3063b28b294debac1de8eaae84142afa | 5ba1eb0d4a3aca74098318ad136fb7cadcf0a2e8 | /server/src/main/java/com/spellbook/repository/DefaultRepository.java | 187261455b96e6f5fb054dd1435db9102fdd2738 | [] | no_license | akhramtsov/dnd-3.5e-spellbook | c306b98f448ff4496c8d309f999ca03cefb09b30 | 36309a44e8aa44fcf16e2b9c9c53835048919526 | refs/heads/master | 2020-09-22T00:56:21.374572 | 2020-01-10T13:16:10 | 2020-01-10T13:16:10 | 224,993,449 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,515 | java | package com.spellbook.repository;
import org.jooq.DSLContext;
import org.jooq.Field;
import org.jooq.Table;
import org.jooq.UpdatableRecord;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.util.CollectionUtils;
import java.util... | [
"hramtsov_a_i@mail.ru"
] | hramtsov_a_i@mail.ru |
8b0a905ef298feb3076c3b3553368e9b864c6dd0 | 4f08b887b554d9c5c95d92678f199fed8e27b49e | /interview-preparation-kit/warm-up-challenges/SalesByMatch.java | dce23f41e7724dcc227157f030b84e412c54f4b1 | [] | no_license | sifo/hackerrank | 5bcf44ab5fb99f4139986db1a1634165eb6666fe | a6f5452dc3eafe0ae9b8f0002321eedcc9b926bd | refs/heads/master | 2022-01-20T19:33:15.326330 | 2021-12-25T00:10:35 | 2021-12-25T00:10:35 | 113,945,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 432 | java | import java.util.Scanner;
public class SalesByMatch {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int [] t = new int[100];
for(int i = 0; i < n; i++) {
t[sc.nextInt()-1]++;
}
int res = 0;
fo... | [
"jean.vilver@gmail.com"
] | jean.vilver@gmail.com |
5d82522e7a7b82dcbeda407218f73c5d93bd327a | 1cb471f2e86e44a40ef568df25fe68397c16b816 | /src/main/java/com/shi/zookeeper/demo/watch/CallBackMonitor.java | 9c792811a67098b7a1b0a8f67390548f0a1ccebd | [] | no_license | Shihaahs/annie | c0f3a5decb389557bfce26f108a55631fd8b75e9 | 3a536a3cb155975f678200fd5387f22a3442e87a | refs/heads/master | 2022-12-25T11:42:49.257974 | 2020-04-07T03:30:52 | 2020-04-07T03:30:52 | 246,024,597 | 0 | 0 | null | 2022-12-14T20:39:58 | 2020-03-09T12:02:47 | FreeMarker | UTF-8 | Java | false | false | 2,840 | java | package com.shi.zookeeper.demo.watch;
import org.apache.zookeeper.AsyncCallback.StatCallback;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.ZooKeeper;
import org.apache.zookeeper.data.Stat;
import java.util.Array... | [
"syj@shushi.pro"
] | syj@shushi.pro |
e08b4cf9f6768e53a67bcf9d0209eeebe6300d7c | 9b6a5c3eacb84f76c05e71572dc5c7bcbac69714 | /recorder/src/main/java/com/blogspot/tonyatkins/recorder/activity/RecordSoundActivity.java | be2c7c33d8e33be4da942d8246f43e9202704d32 | [] | no_license | deepakbaliga/BescomMeeting | 922d16db5e4fb6005878d018081ad1c59bd16ddc | dca0d4a0235a16ba84d3dcaf91459b9957111140 | refs/heads/master | 2021-01-01T04:12:02.992982 | 2016-05-26T07:59:41 | 2016-05-26T07:59:41 | 58,665,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,089 | java | /**
* Copyright 2013 Tony Atkins <duhrer@gmail.com>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this... | [
"deepak.baliga9@gmail.com"
] | deepak.baliga9@gmail.com |
815f4e01d3aa42cd989e81bc7236954a3ad8aa4f | f538b56104c45e04f70ef3473a971d4a67e1b089 | /client/java/netxms-client/src/main/java/org/netxms/client/objecttools/ObjectToolDetails.java | fc73bc6169315d7b2a580efd2aa4605880e7589f | [] | no_license | phongtran0715/SpiderClient | 85d5d0559c6af0393cd058c25584074d80f8df9a | fdc264a85b7ff52c5dc2b6bb3cc83da62aad2aff | refs/heads/master | 2020-03-20T20:07:12.075655 | 2018-08-10T08:37:10 | 2018-08-10T08:37:10 | 137,671,006 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,751 | java | /**
* NetXMS - open source network management system
* Copyright (C) 2003-2010 Victor Kirhenshtein
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* ... | [
"phongtran0715@gmail.com"
] | phongtran0715@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.