blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d236f985d53a9b9bca0744504c00e085a29490be | c2d8181a8e634979da48dc934b773788f09ffafb | /storyteller/output/startbahn/SetSelectionOfArtistThreadArtistAction.java | 493c4f580b0d611c7bc8ab93e309976753efdcf4 | [] | no_license | toukubo/storyteller | ccb8281cdc17b87758e2607252d2d3c877ffe40c | 6128b8d275efbf18fd26d617c8503a6e922c602d | refs/heads/master | 2021-05-03T16:30:14.533638 | 2016-04-20T12:52:46 | 2016-04-20T12:52:46 | 9,352,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package net.startbahn.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.startbahn.model.*;
import net.startbahn.model.crud.*;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.Action... | [
"[email protected]"
] | |
5502c9b2f8a56d632f63df88d88222c94ab6fbc8 | a6ff7a994ecfe54642752d9bc4d780c42eafce59 | /unit/src/main/java/com/erayic/agr/unit/adapter/entity/UnitListItemByEnvironmentEntity.java | 6d942584b71932f754530fd9ee195095f9463466 | [] | no_license | chenxizhe/monster | efdebc446c85f3b73258a669d67957ce512af76b | 43314e29111065b1bf77fa74a864bec7818349ef | refs/heads/master | 2023-05-06T12:48:51.978300 | 2017-07-27T02:05:37 | 2017-07-27T02:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.erayic.agr.unit.adapter.entity;
import com.chad.library.adapter.base.entity.MultiItemEntity;
import java.util.Map;
/**
* 作者:hejian
* 邮箱:[email protected]
* 注解:
*/
public class UnitListItemByEnvironmentEntity implements MultiItemEntity {
public static final int TYPE_AIR_TEM = 0;//空气温度
publi... | [
"[email protected]"
] | |
77af3944a640dd60d5bb04e94271c2d5ba27024d | b481557b5d0e85a057195d8e2ed85555aaf6b4e7 | /src/main/java/com/jlee/leetcodesolutions/LeetCode1089.java | fa1241349a70dc18023d6bfe33d71aebd727ed7c | [] | no_license | jlee301/leetcodesolutions | b9c61d7fbe96bcb138a2727b69b3a39bbe153911 | 788ac8c1c95eb78eda27b21ecb7b29eea1c7b5a4 | refs/heads/master | 2021-06-05T12:27:42.795124 | 2019-08-11T23:04:07 | 2019-08-11T23:04:07 | 113,272,040 | 0 | 1 | null | 2020-10-12T23:39:27 | 2017-12-06T05:16:39 | Java | UTF-8 | Java | false | false | 425 | java | package com.jlee.leetcodesolutions;
public class LeetCode1089 {
/*
* https://leetcode.com/problems/duplicate-zeros/
*/
public void duplicateZeros(int[] arr) {
// [1,0,2,3,0,4,5,0]
for(int i = 0; i < arr.length; i++) {
if(arr[i] == 0) {
int j = arr.length-1;
while(j > i+1) {
... | [
"[email protected]"
] | |
0fc020d516492f88dffdabe421fec09db4e9b234 | e0ce8cb64702eccce7f6940d283bc93e8f632745 | /tags/1.1/src/org/jajim/interfaz/listeners/AceptarContactoActionListener.java | 77305c9c9b6e1f15c8c868ed3b9608fde76794e7 | [] | no_license | BackupTheBerlios/jajim-svn | 5842b35027d995358e605fbd2c5b61dc2b6f7e80 | 7fa2082094decb25e7765aaaebd611c418676f07 | refs/heads/master | 2021-01-01T17:56:36.627562 | 2013-12-06T20:16:30 | 2013-12-06T20:16:30 | 40,748,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,012 | java | /*
Jabber client.
Copyright (C) 2010 Florencio Cañizal Calles
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | [
"npi83@66271abf-8d89-0410-bfa2-80b8d0f357ea"
] | npi83@66271abf-8d89-0410-bfa2-80b8d0f357ea |
935eb17f4038423d6bf4dc6e412f693538cb4237 | 471579962eb0abf949c73685353ef0098a8ad127 | /HelloGradle/src/main/java/com/ytgrading/bean/DepositForm.java | c0486e078e137a986afd4f383a53f98ec53f4824 | [] | no_license | huyulin11/gradle | a727c7e31b9a42aee6decd5d6a5f5ceac84180f3 | 3cdc3b8b02e9f48af93d1cc6087b61f67cf45a0e | refs/heads/master | 2020-04-13T07:09:16.437325 | 2019-02-26T03:20:13 | 2019-02-26T03:20:13 | 163,042,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.ytgrading.bean;
public class DepositForm {
private String entitytype;
private String innerno;
private String deposittimestart;
private String deposittimeend;
private String amountstart;
private String amountend;
private String amount;
private String depositstatus;
public String getEntitytype() {
... | [
"[email protected]"
] | |
27ada6d025e6a17ab7f9f6a6c961e283bccbac68 | 4fe05b350c2157f9153f369cb052ff1fd5b15edf | /src/main/java/com/dipgen/service/security/UserService.java | 318c5675e3896e7de4819fab7b0517ec0afdf1f9 | [
"BSD-3-Clause"
] | permissive | jirkapinkas/dipgen | fb5d281e1de69b85bb2446cac162e987c16b2d30 | a71cc945d2d47685ca3abbe90546b303aab67071 | refs/heads/master | 2020-05-30T04:27:44.684396 | 2013-10-28T08:40:35 | 2013-10-28T08:40:35 | 12,518,111 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,319 | java | package com.dipgen.service.security;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
import org.springframework.security.authentication.encoding.PasswordEncoder;
import org.spri... | [
"[email protected]"
] | |
b48f870a811ea91afa64a406bd801cadfba3b0bb | 8c9b743f156307cfb8781f95d2039f3697305b78 | /src/com/gargoylesoftware/htmlunit/javascript/host/event/MediaStreamEvent.java | 7790b0b43aac6b575f0398318c97e80769faea1b | [] | no_license | jiafenggit/HtmlUnitTao | f8fbd9065b03b6cd0f3a4ce1db6b4fbfd4941000 | ede3e10603d16f022b60798ea340c392f57495f7 | refs/heads/master | 2021-04-28T23:46:58.642674 | 2016-03-15T08:08:02 | 2016-03-15T08:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | /*
* Copyright (c) 2002-2015 Gargoyle Software Inc.
*
* 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 ... | [
"[email protected]"
] | |
6265bc54daa36bd52d1986d6454e07b5e1503352 | fd1a5a6d21948d3e50742d617b40146acd326609 | /src/examples/eAgenda/data/Meeting.java | dbf7fe75a0ad63c3a6234ec1f8083459fec0d299 | [] | no_license | Droop/DimaX | 468c0b85c197695d8a4c044079539a729551fa69 | 886410ead3d8d89f7b517efa0e1245bc66773fa9 | refs/heads/master | 2021-01-01T05:41:32.873760 | 2011-12-12T14:53:12 | 2011-12-12T14:53:12 | 2,634,865 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,871 | java | package examples.eAgenda.data;
import java.io.Serializable;
import java.util.ArrayList;
/** Structure for a meeting within the agenda */
public class Meeting extends Activity implements Serializable {
/**
*
*/
private static final long serialVersionUID = -593275503402727257L;
int[] durationSet;
... | [
"[email protected]"
] | |
0149f51b7449573b01ab66bea6be51a6f407d021 | 369270a14e669687b5b506b35895ef385dad11ab | /java.corba/org/omg/CORBA/WrongTransactionHelper.java | 4e77ec60b5d3307caf313e7144b1aadca746d58e | [] | no_license | zcc888/Java9Source | 39254262bd6751203c2002d9fc020da533f78731 | 7776908d8053678b0b987101a50d68995c65b431 | refs/heads/master | 2021-09-10T05:49:56.469417 | 2018-03-20T06:26:03 | 2018-03-20T06:26:03 | 125,970,208 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,450 | java | /*
* Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.omg.CORBA;
/**
* The Helper for {@code WrongTransaction}. For more information on
* Helper ... | [
"[email protected]"
] | |
06c47c5571f84334f7898f55ce534597ef9ce899 | 899ffb948407321ec358a3d9c2d99038b54f0bc5 | /lipang-li_chung-yang_001270144-0b29d9b83aeb/finalProject/src/UserInterface/CustodianEnterprise/TradingManagerWorkAreaJPanel.java | ad30bd0c1d5bf10af26c7c687f8ae534db99cae4 | [] | no_license | t0912398031/INFO-5100 | 78932a82973303851059ac24e4d1fd9d6262e320 | f4106c3ac354fe7c64c9e0a88cd8fcc934caea31 | refs/heads/master | 2020-03-21T02:01:53.928611 | 2018-06-20T04:17:42 | 2018-06-20T04:17:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,285 | 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 UserInterface.CustodianEnterprise;
import UserInterface.AdminRole.*;
import Business.EcoSystem;
import Business.Enterprise.Cus... | [
"[email protected]"
] | |
18cc0d4a7f016527e687f9af20b595532a4be0f3 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/68637/tar_1.java | 3d6a8d338518bd19e5797e6120b325a00638efb7 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,076 | java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... | [
"[email protected]"
] | |
d9b8fe16fa0dbb9c8d9ee90cf651abf205e687a0 | fc4e0c9d846bddb5768fde39ee07284a668a1e75 | /0013_RomanToInt/Solution.java | bf3c56033c14eb0aebabddfd94f1ffb845b7178e | [] | no_license | chialin-liu/Leetcode | d9f9ce94ac8cc3bdb71145d9fc59d7c2311e4ef7 | bf5ee75fe266353ce574d8aa38973f325b239079 | refs/heads/master | 2020-06-19T09:48:08.036214 | 2020-03-14T09:55:00 | 2020-03-14T09:55:00 | 196,667,938 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | class Solution {
public int romanToInt(String s) {
int res = toNumber(s.charAt(0));
for(int i = 1; i < s.length(); i++){
if(toNumber(s.charAt(i)) > toNumber(s.charAt(i - 1))){
res += toNumber(s.charAt(i)) - 2 * toNumber(s.charAt(i - 1));
}
else{
... | [
"[email protected]"
] | |
2c955f6613d5d25e52d76125a304dcb4700d38e7 | e8f7a323c46dd047460d9db5a899d1917f0dd332 | /jbpm-designer-extensions-backend/src/main/java/org/jbpm/designer/extensions/emf/util/ShapeMap.java | 0b9f52e169de4ed476c40553c386080d9d71e486 | [] | no_license | ifu-lobuntu/jbpm-designer-extensions | cc1e67366ea23bf4b7129730c502868a5f5e2035 | 8166cb1064b4e830d04346381f441a2e9830219d | refs/heads/master | 2020-12-21T21:02:46.439177 | 2016-08-07T07:38:16 | 2016-08-07T07:38:16 | 31,703,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,520 | java | package org.jbpm.designer.extensions.emf.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EObject;
import org.eclip... | [
"[email protected]"
] | |
3a5b989806caee44869a5cf67512681cb5cd1f72 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/10908/tar_1.java | d99a852b862741a2a8b7deef3915efcf0b2a5ba7 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,951 | java | package org.eclipse.jdt.internal.core;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.core.resources.*;
import org.eclipse.jdt.core.*;
import org.eclipse.jdt.core.jdom.*;
/**
* <p>This operation creates an instance method.
*
* <p>Required Attributes:<ul>
... | [
"[email protected]"
] | |
bed185710602c7e4e7f9e987eb95aa10107443a4 | ce72413687bb0b9ebdc37c8df9a92ecd74dbd1a3 | /scripts/rad/Event.java | c1790e3d081e7d9cacbbf86cafd3f2d2e22f490c | [] | no_license | luiz158/jdf-collateral | ac7672bff1fb2d0754419e7254ccf9410712e4c8 | 27894943fd85077e724193e63c404ce4ff650dad | refs/heads/master | 2020-12-30T20:05:33.233149 | 2014-03-26T09:46:15 | 2014-03-26T09:46:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,530 | java | package com.acme.model;
import static javax.persistence.GenerationType.IDENTITY;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import... | [
"[email protected]"
] | |
3590e7d58e78c6929e50e5cbe68d6ec20a3e4dbf | 81597b9d6b50df808035699d741a4e6cb994398e | /study_pdf/src/main/java/com/spinach/frame/itextpdf/javaone/edition14/part1/Sample07_CorrectedWatermark.java | 01563e2630460840532536bd9e5c5a986f0e9d40 | [] | no_license | spinachgit/study_frame_third | d78fa794c39adbaaa708eae6c05e4d9ed30eb32f | 23fe388e291ffff7a5da7d0987117e3106d024d2 | refs/heads/master | 2021-05-12T18:19:08.267682 | 2018-03-04T06:27:22 | 2018-03-04T06:27:22 | 113,398,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,555 | java | /*
* This code sample was written in the context of
*
* JavaOne 2014: PDF is dead. Long live PDF... and Java!
* Tutorial Session by Bruno Lowagie and Raf Hens
*
* Copyright 2014, iText Group NV
*/
package com.spinach.frame.itextpdf.javaone.edition14.part1;
import com.itextpdf.text.DocumentException;
import com.... | [
"[email protected]"
] | |
e36254576c279ff2348f324230ff8a143be2976a | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/validation/org/glassfish/jersey/server/model/InnerClassWithGenericTypeTest.java | 4c1a919e7a391863cf536c368d4db5a3e205fc11 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 3,346 | java | /**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licen... | [
"[email protected]"
] | |
25fa0787d380d05d2d9805e616673e50d15becd0 | 4e84c9dbc699cfdf090a2872a7e2bdf79b9dc971 | /fanweHybridLive/src/main/java/com/fanwe/xianrou/manager/ImageViewManager.java | c15f187e919a415c87fc1aa8d0c1e91e136e93d3 | [] | no_license | nickoo123/FanweLive11 | d994f5b6d36a0dd7ac06858f8c78239bfca629a4 | 2cecccf5c6795c4492f6c9d213d6cf27b6188dd4 | refs/heads/master | 2023-03-19T18:17:29.493984 | 2020-03-20T08:50:41 | 2020-03-20T08:50:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,932 | java | package com.fanwe.xianrou.manager;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.view.View;
import android.widget.ImageView;
public class ImageViewManager {
private Bitmap[] mBitmaps = null;
private ImageView[] mItems = null;
private int mCurrentIndex = -1;
... | [
"zq090428"
] | zq090428 |
c35a21c287b0f3134ea78864318c8578eb52fb81 | 59db133e64c4fa70fcc7a46d12c964569739b68d | /src/view/events/JFXAutoCompleteEvent.java | 842389cfd78ef084993f262f7b9ba3a57d1f0135 | [] | no_license | newPersonKing/JAVAFX | 00c335aabd7d26370464eeedbbe03311061a4c1f | f1e7a0d6ca1f5cb67594fbd6c91ac9a0199fddd6 | refs/heads/master | 2020-03-21T10:51:38.518278 | 2018-06-24T11:07:55 | 2018-06-24T11:07:55 | 138,475,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | 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 ... | [
"[email protected]"
] | |
b87c6ba4c22180cb602cf353e105ce9224835980 | 33e7e854745addbeeb53d5702793240d1927d583 | /gulimall-coupon/src/main/java/com/honyelchak/gulimall/coupon/dao/HomeSubjectDao.java | 700d813589d67faf3c9477ae9c7ce289fd197710 | [
"Apache-2.0"
] | permissive | Honyelchak/gulimall | 64f1acfd134ca49dbe3ec81a9cbb5d639374405e | a6c21aa832a76f6816908dcf316177d0d602703c | refs/heads/main | 2023-03-03T18:45:35.318563 | 2021-02-19T12:11:31 | 2021-02-19T12:11:31 | 333,087,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.honyelchak.gulimall.coupon.dao;
import com.honyelchak.gulimall.coupon.entity.HomeSubjectEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 首页专题表【jd首页下面很多专题,每个专题链接新的页面,展示专题商品信息】
*
* @author honyelchak
* @email [email protected]
* @date 20... | [
"[email protected]"
] | |
df23b972abf392c3a08a96527d8205b93e2400b2 | cf8adc55995596f965bc0fd16b7089cc210068ad | /src/test/java/com/webstersys/demoapp/service/mapper/UserMapperTest.java | b3dec0110f0f113c06f997a8157918853663fc16 | [] | no_license | ubheamar/jhipster-demo-application | 6dce913d7f68bea05775dfdecbbf96ab4a6cb8cc | fcca617771f10e811e8c934bda29a6c375dd3e63 | refs/heads/master | 2022-12-03T17:10:11.922931 | 2020-08-26T04:08:11 | 2020-08-26T04:08:11 | 289,977,251 | 0 | 0 | null | 2020-08-26T04:08:13 | 2020-08-24T16:14:10 | Java | UTF-8 | Java | false | false | 4,336 | java | package com.webstersys.demoapp.service.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import com.webstersys.demoapp.domain.User;
import com.webstersys.demoapp.service.dto.UserDTO;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.co... | [
"[email protected]"
] | |
5bf0a4a4d17ea534f5a76ffaf9696935a101f9da | a2272f1002da68cc554cd57bf9470322a547c605 | /src/jdk/jdk.internal.vm.compiler/org/graalvm/compiler/hotspot/stubs/PluginFactory_UnwindExceptionToCallerStub.java | 069f882a7efb3df80cbccb0ab9452e758951d33a | [] | no_license | framework-projects/java | 50af8953ab46c509432c467c9ad69cc63818fa63 | 2d131cb46f232d3bf909face20502e4ba4b84db0 | refs/heads/master | 2023-06-28T05:08:00.482568 | 2021-08-04T08:42:32 | 2021-08-04T08:42:32 | 312,414,414 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,789 | java | // CheckStyle: stop header check
// CheckStyle: stop line length check
// GENERATED CONTENT - DO NOT EDIT
// GENERATORS: org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor, org.graalvm.compiler.replacements.processor.PluginGenerator
package org.graalvm.compiler.hotspot.stubs;
import jdk.vm.ci.... | [
"[email protected]"
] | |
ef82097fa38f783860454374c5398da4fe3c2f09 | 982f6c3a3c006d2b03f4f53c695461455bee64e9 | /src/main/java/com/alipay/api/response/AlipayDataDataserviceAntdataassetsCloudjobstatusQueryResponse.java | 95e80daa9f86b7df0207e08809353634d57acd41 | [
"Apache-2.0"
] | permissive | zhaomain/Alipay-Sdk | 80ffc0505fe81cc7dd8869d2bf9a894b823db150 | 552f68a2e7c10f9ffb33cd8e0036b0643c7c2bb3 | refs/heads/master | 2022-11-15T03:31:47.418847 | 2020-07-09T12:18:59 | 2020-07-09T12:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.data.dataservice.antdataassets.cloudjobstatus.query response.
*
* @author auto create
* @since 1.0, 2019-04-30 14:23:07
*/
public class AlipayDataDataserv... | [
"[email protected]"
] | |
77422fb46f3cf2a9e9c198e620ac063840fb0883 | 396b6f2171297a8f5d3f78dfc65d93759c2d2c13 | /src/com/facebook/buck/swift/SwiftDescriptionsProvider.java | 1eda1f3511bc24231681ed2112a351505290b12a | [
"Apache-2.0"
] | permissive | chenxiao0228/buck | 6dec1811c8ea10dd1095d6611141d3b87c85ba3c | c7922c53b92a21998066e7fd45e2814d42d97424 | refs/heads/master | 2020-03-17T19:42:02.767479 | 2018-05-17T16:34:39 | 2018-05-17T18:31:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,639 | java | /*
* Copyright 2017-present Facebook, Inc.
*
* 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... | [
"[email protected]"
] | |
b06d236661834f51eab785877674acb6a055656c | b0fb112e5e51f43d1b50fcaef1fc36bad5223cad | /app/src/main/java/com/rainowood/wltraffic/ui/adapter/SubItemPlanManagerAdapter.java | 83c15db4404af3316d28eda92189fa2f044998a1 | [] | no_license | maple00/WLTraffic | 908a0d223149c92ed386fd89792093c596b99009 | 4ac9d3b8724366296f2e65e37738ebe5fbbc7f57 | refs/heads/master | 2022-03-31T20:52:18.973982 | 2020-01-16T05:45:13 | 2020-01-16T05:45:13 | 229,238,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | package com.rainowood.wltraffic.ui.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.rainowood.wltraffic.R;
import com.rainowood.wltraffic.domain.SubPlanMan... | [
"[email protected]"
] | |
ecf20ea768337779e5cc6f653cdd2bf3051e6fcc | 3204a2d9ce419e761df72182526f9caf7b7a8f0e | /src/test/java/com/lykke/tests/api/service/referral/CommonReferralTests.java | e01fcca6e99caba9f009ff92475e66527045daf3 | [
"MIT"
] | permissive | OpenMAVN/MAVN.Service.Tests | e20b71d3352c658f4a80be1a287fd57d127ad897 | e972731ccc697f5922e41fc7cf4e882e1e480741 | refs/heads/master | 2021-04-23T22:02:22.863785 | 2020-03-26T13:06:05 | 2020-03-26T13:06:05 | 250,015,230 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 7,194 | java | package com.lykke.tests.api.service.referral;
import static com.lykke.api.testing.api.common.GenerateUtils.getRandomUuid;
import static com.lykke.tests.api.common.CommonConsts.REFERRAL_CODE_FIELD;
import static com.lykke.tests.api.service.customermanagement.RegisterCustomerUtils.registerCustomerWithReferralCode;
impor... | [
"[email protected]"
] | |
8cbaae2b8c9052d95d37af83aecc436f56b59f63 | 91297ffb10fb4a601cf1d261e32886e7c746c201 | /php.twig/src/org/netbeans/modules/php/twig/editor/lexer/TwigTokenId.java | 693b916863cce2b0919fdde8fd0cf4dc72025124 | [] | no_license | JavaQualitasCorpus/netbeans-7.3 | 0b0a49d8191393ef848241a4d0aa0ecc2a71ceba | 60018fd982f9b0c9fa81702c49980db5a47f241e | refs/heads/master | 2023-08-12T09:29:23.549956 | 2019-03-16T17:06:32 | 2019-03-16T17:06:32 | 167,005,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,996 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2011 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject... | [
"[email protected]"
] | |
f4a49ec237730444f43b6905592a3312e517424c | 91f71eb339be3627acb62291f4a79afbb611d026 | /src/main/java/me/brunosantana/exam3/package1/Test41TestStudent.java | 212638a4120a514b446e33ea9022db63fec4b91d | [] | no_license | brunosantanati/1Z0-808 | 69ba0fe553e752df163bcea1649411a29418420c | 4b3b251d016d046f765c6e45e2975f499a0ca50b | refs/heads/master | 2022-03-16T15:18:18.823311 | 2022-02-17T13:35:44 | 2022-02-17T13:35:44 | 242,811,666 | 0 | 0 | null | 2020-10-13T19:48:48 | 2020-02-24T18:30:04 | Java | UTF-8 | Java | false | false | 331 | java | package me.brunosantana.exam3.package1;
class Student {
String name;
int age;
boolean result;
double height;
}
public class Test41TestStudent {
public static void main(String[] args) {
Student stud = new Student();
System.out.println(stud.name + stud.height + stud.result + stud.age... | [
"[email protected]"
] | |
09b9c4f667cb298e79b95071c6c06fec8a7c697f | 4426e78c9adb5b5ce9eba52a4775d9041c396188 | /carassistant/src/main/java/org/cloud/carassistant/di/scopes/AppScope.java | d0a2e64a4571aa6d47e4cac24d0dfe9612506eb6 | [] | no_license | davidddw/AndroidDemo | fc53499193a36b0e7540516b31d592e64f65433b | f66a0f91a2e3918200a56c75f9637165463fdcd7 | refs/heads/master | 2020-07-20T19:02:47.273843 | 2017-03-03T07:46:34 | 2017-03-03T07:46:34 | 66,052,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package org.cloud.carassistant.di.scopes;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
/**
* @author d05660ddw
* @version 1.0 2017/2/28
*/
@Scope
@Retention(RetentionPolicy.RUNTIME)
public @interface AppScope {
}
| [
"[email protected]"
] | |
b24a2156d34e30856958519380c36089f5a68f7a | 8643a3eed82acddf80f93378fc1bca426bfd7a42 | /subprojects/core-api/src/main/java/org/gradle/api/services/BuildService.java | 289523c5c8937cab7b25bef1bb65d01ebfdf19ed | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"LicenseRef-scancode-mit-old-style",
"EPL-2.0",
"CDDL-1.0",
"MIT",
"LGPL-2.1-only",
"Apache-2.0",
"MPL-2.0",
"EPL-1.0"
] | permissive | gradle/gradle | f5666240739f96166647b20f9bc2d57e78f28ddf | 1fd0b632a437ae771718982ef2aa1c3b52ee2f0f | refs/heads/master | 2023-09-04T02:51:58.940025 | 2023-09-03T18:42:57 | 2023-09-03T18:42:57 | 302,322 | 15,005 | 4,911 | Apache-2.0 | 2023-09-14T21:08:58 | 2009-09-09T18:27:19 | Groovy | UTF-8 | Java | false | false | 2,339 | java | /*
* Copyright 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 applica... | [
"[email protected]"
] | |
3db792ec70cb1b736f3ca6786de2f29d01d2e86f | 2c1d85d1bdf4dd6816567998bc037669f7c5d85c | /src/main/java/demoMod/cards/CursedBullets.java | 661ea14b54b13d4d55afd962c224b63e99283832 | [] | no_license | tldyl/demoMod | ecf996f47adfda0ffd78581c2405b22b960ac1f5 | 66e55a9aad53e65af65875bdb3edf3f396e92c47 | refs/heads/master | 2022-06-03T08:51:43.592210 | 2022-05-15T14:09:25 | 2022-05-15T14:09:25 | 243,190,716 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 4,724 | java | package demoMod.cards;
import basemod.abstracts.CustomCard;
import com.badlogic.gdx.graphics.Texture;
import com.megacrit.cardcrawl.actions.common.ApplyPowerAction;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.dungeons.Abstract... | [
"[email protected]"
] | |
52821a94016ec68a6303b6f73e6882527f52c5be | 63e36d35f51bea83017ec712179302a62608333e | /OnePlusCamera/android/support/v4/content/WakefulBroadcastReceiver.java | 21674e8ab4f79c40160d2e8684934a5d1a92ddd2 | [] | no_license | hiepgaf/oneplus_blobs_decompiled | 672aa002fa670bdcba8fdf34113bc4b8e85f8294 | e1ab1f2dd111f905ff1eee18b6a072606c01c518 | refs/heads/master | 2021-06-26T11:24:21.954070 | 2017-08-26T12:45:56 | 2017-08-26T12:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,197 | java | package android.support.v4.content;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.os.PowerManager;
import android.os.PowerManager.WakeLock;
import android.util.Log;
import android.util.SparseArray;
public a... | [
"[email protected]"
] | |
97aac5066b666e9c76d2307d8aa2d7d2c2842109 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /MazeRunner/src/net/worldwizard/mazerunner/MazeNLock.java | 2e028fbfe426ba4040b065435efe7034940e41b1 | [
"Unlicense"
] | permissive | retropipes/older-java-games | 777574e222f30a1dffe7936ed08c8bfeb23a21ba | 786b0c165d800c49ab9977a34ec17286797c4589 | refs/heads/master | 2023-04-12T14:28:25.525259 | 2021-05-15T13:03:54 | 2021-05-15T13:03:54 | 235,693,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package net.worldwizard.mazerunner;
public class MazeNLock extends MazeGenericInfiniteLock {
// Serialization
private static final long serialVersionUID = 614L;
// Constructors
public MazeNLock() {
super("NLock", "NLock", new MazeNKey());
}
public MazeNLock(final MazeNKey mk) {
... | [
"[email protected]"
] | |
4de88a1c74d275ca262e6b6adbad68f20976ba7f | f9e18b9a804d65d14613b79efe9664cb64710995 | /src/main/java/org/hibernate/loader/plan/spi/AbstractPlanNode.java | eb789612a2a13696248ca541e3569a10db2f2eeb | [] | no_license | sebersole/hibernate-loader-redesign | f436298076bdd662e3d68b357451ecd8db306d3f | f6271cfe7a01edf778f862bff6991b6b74478653 | refs/heads/master | 2021-01-10T22:14:06.025710 | 2013-03-01T15:33:50 | 2013-03-01T15:33:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,553 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2012, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"[email protected]"
] | |
3e541ebb3786eebd7503fcea255101067da996ee | 41a5ce39648523be781f35cdc5b69f93d57829a5 | /src/main/java/org/webguitoolkit/ui/tools/LogViewer.java | 84bdc0a140e412658798be484ff112a262ad53c0 | [
"Apache-2.0"
] | permissive | webguitoolkit/wgt-ui | 455dd35bbfcb6835e3834a4537e3ffc668f15389 | 747530b462e9377a0ece473b97ce2914fb060cb5 | refs/heads/master | 2020-04-06T05:46:43.511525 | 2012-03-02T08:40:44 | 2012-03-02T08:40:44 | 1,516,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,023 | java | /*
Copyright 2008 Endress+Hauser Infoserve GmbH&Co KG
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 ... | [
"[email protected]"
] | |
78d2d3d0e2d00914f07bc8af121f26050788ab0b | 139aa575296282ad3d3756b2472e8f6518a5024c | /QHDemo3.1.0/app/src/main/java/com/qhcloud/home/app/start/account/login/LoginPresenter.java | 0667a328584548ff0301e6a07342d5f428cbab75 | [] | no_license | Sarah-alsh/QLinqDemo | c02931f8057f34bbfa2d2986009aafcc83f02508 | 090de0cc2a4ebaee62c76b4be44a78e0ee608938 | refs/heads/master | 2020-04-18T02:26:12.445663 | 2019-01-23T10:22:24 | 2019-01-23T10:22:24 | 167,162,437 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,486 | java | package com.qhcloud.home.app.start.account.login;
import android.content.Context;
import android.text.TextUtils;
import com.qhcloud.home.app.BasePresenter;
import com.qhcloud.home.entity.Constant;
import com.qhcloud.home.manager.model.LoginImp;
import com.qhcloud.home.manager.model.biz.ILogin;
import com.qhcloud.home.... | [
"[email protected]"
] | |
d0153be09c1f6804e7f48417650bb036049a2016 | ef7c846fd866bbc748a2e8719358c55b73f6fc96 | /library/weiui/src/main/java/vip/kuaifan/weiui/extend/integration/glide/load/model/UnitModelLoader.java | 6e76b8574d2b8d47e89d9976ebc200ea5486161b | [
"MIT"
] | permissive | shaibaoj/weiui | 9e876fa3797537faecccca74a0c9206dba67e444 | 131a8e3a6ecad245f421f039d2bedc8a0362879d | refs/heads/master | 2020-03-17T22:45:52.855193 | 2018-07-02T01:56:51 | 2018-07-02T01:56:51 | 134,017,696 | 0 | 0 | null | 2018-07-02T01:56:52 | 2018-05-19T01:01:44 | Java | UTF-8 | Java | false | false | 3,521 | java | package vip.kuaifan.weiui.extend.integration.glide.load.model;
import android.support.annotation.NonNull;
import vip.kuaifan.weiui.extend.integration.glide.Priority;
import vip.kuaifan.weiui.extend.integration.glide.load.DataSource;
import vip.kuaifan.weiui.extend.integration.glide.load.Options;
import vip.kuaifan.wei... | [
"[email protected]"
] | |
ae295c386564681e747ec54bc371572597b25c30 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE129_Improper_Validation_of_Array_Index/s05/CWE129_Improper_Validation_of_Array_Index__URLConnection_array_size_53b.java | 2afcbec2a6226ac11ae20b3aee4a2df3ceb82ee3 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE129_Improper_Validation_of_Array_Index__URLConnection_array_size_53b.java
Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml
Template File: sources-sinks-53b.tmpl.java
*/
/*
* @description
* CWE: 129 Improper Validation of Array Index
*... | [
"[email protected]"
] | |
a2185f96d0daebf36b1b57c150a64b915300ed5b | 0c207c2c8996f9e5fd79077484858b217a22ca36 | /day05_butterknife/src/main/java/com/nan/day05_butterknife/MainActivity2.java | fcd188fce0f914b23b66be4afbef9bc60386a19f | [] | no_license | huannan/Architecture | 13a75919eaa2a952125aa2c5868ee17ad111b9d5 | f41ac58b1533c75bd8945a30efd9ff23c243bfe1 | refs/heads/master | 2022-08-23T07:52:43.482888 | 2022-06-30T08:45:23 | 2022-06-30T08:45:23 | 292,816,424 | 11 | 3 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package com.nan.day05_butterknife;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
import com.nan.day05_butterknife_annotations.BindView;
import com.nan.day05_butterknife_core.ButterKnife;
import com.nan.day05_butterknife_core.Unbinder;
public class MainActi... | [
"[email protected]"
] | |
8bb8401b77a9e005ed71fc13e33d0ff8fa5d24ad | 2f3c04382a66dbf222c8587edd67a5df4bc80422 | /src/com/cedar/cp/api/dimension/DimensionEditor.java | 4ea4d7b9c03285da508d7405e8aef1120707e062 | [] | no_license | arnoldbendaa/cppro | d3ab6181cc51baad2b80876c65e11e92c569f0cc | f55958b85a74ad685f1360ae33c881b50d6e5814 | refs/heads/master | 2020-03-23T04:18:00.265742 | 2018-09-11T08:15:28 | 2018-09-11T08:15:28 | 141,074,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,700 | java | // Decompiled by: Fernflower v0.8.6
// Date: 12.08.2012 13:04:17
// Copyright: 2008-2012, Stiver
// Home page: http://www.neshkov.com/ac_decompiler.html
package com.cedar.cp.api.dimension;
import com.cedar.cp.api.base.BusinessEditor;
import com.cedar.cp.api.base.CPExce... | [
"[email protected]"
] | |
a2db3c2a7fd9ab3810a8fe77644ecde2eb8d28db | fc5f16c7dd1cd7aee2d2ca0eb414860b5ad6d384 | /src/temp/src/minecraft/net/minecraft/src/Packet15Place.java | f9967ade1efba65eaa933168a5aa95e7c9049ca5 | [] | no_license | Nickorama21/Minecraft--TI-Nspire-CX-Port | 44eeca7a742d199e223d712866352a9e12b3290c | 95acc13c310f519ed8d4ed5a755ef70712da532f | refs/heads/master | 2020-05-17T11:31:43.456900 | 2012-09-01T17:24:47 | 2012-09-01T17:24:52 | 5,623,326 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,802 | java | package net.minecraft.src;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import net.minecraft.src.ItemStack;
import net.minecraft.src.NetHandler;
import net.minecraft.src.Packet;
public class Packet15Place extends Packet {
private int field_73415_a;
private int fi... | [
"[email protected]"
] | |
e3c425eefe75490efb04d793c4bcbb285859026d | c156463cf82d43fff75cd484b0884a6b99404aa2 | /ZeroToHero1/src/Object____Practice/Mobile_Application_TEST.java | fc722c08e1884b34549f49c6694cf707c6226ac6 | [] | no_license | bamboo1991/ZeroToHero1 | 39d71380d5e8f96beb4c4301cb3571b759d48a55 | 84402e09e63e176d5129f0460fd6087d218dabd8 | refs/heads/master | 2022-07-10T19:30:33.958922 | 2020-04-04T04:33:01 | 2020-04-04T04:33:01 | 241,712,319 | 0 | 1 | null | 2020-10-13T20:23:23 | 2020-02-19T19:56:37 | Java | UTF-8 | Java | false | false | 3,013 | java | package Object____Practice;
import java.util.Scanner;
public class Mobile_Application_TEST{
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
Mobile_Aplication phone = new Mobile_Aplication();
System.out.println("Welcome to your contact list application");
... | [
"[email protected]"
] | |
c773889c16f33f5adf866d6cdd759bd4fb235969 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE690_NULL_Deref_From_Return/CWE690_NULL_Deref_From_Return__System_getProperty_equals_22a.java | 3eaa2640f16ca23ec2206158bb14adf548fb76e9 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 3,652 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE690_NULL_Deref_From_Return__System_getProperty_equals_22a.java
Label Definition File: CWE690_NULL_Deref_From_Return.label.xml
Template File: sources-sinks-22a.tmpl.java
*/
/*
* @description
* CWE: 690 Unchecked return value is null, leading to a null pointer dereferenc... | [
"[email protected]"
] | |
345282f0689b15d6d05783ac8701feb037a03be8 | 2b6c5004b2f467d453f6a227306ae9830c1b834f | /lib/test/on2017_08/on2017_08_18_Goldman_Sachs_CodeSprint/Time_Series_Queries/TimeSeriesQueries.java | 0c4c82dd4a645e663290b6807a3add2cd69c67b8 | [] | no_license | gargoris/yaal | 83edf0bb36627aa96ce0e66c836d56f92ec5f842 | 4f927166577b16faa99c7d3e6d870f59d6977cb3 | refs/heads/master | 2020-12-21T04:48:30.470138 | 2020-04-19T11:25:19 | 2020-04-19T11:25:19 | 178,675,652 | 0 | 0 | null | 2019-03-31T10:54:25 | 2019-03-31T10:54:24 | null | UTF-8 | Java | false | false | 2,211 | java | package on2017_08.on2017_08_18_Goldman_Sachs_CodeSprint.Time_Series_Queries;
import net.egork.generated.collections.list.IntArrayList;
import net.egork.generated.collections.list.IntList;
import net.egork.io.InputReader;
import net.egork.io.OutputWriter;
public class TimeSeriesQueries {
public void solve(int ... | [
"[email protected]"
] | |
6b47c591cc938bc35a5586bc9d85756af60838a8 | 2b4f4b41e8a28a5024d41223b2876c87ee1eaa1a | /Eis-portlet/docroot/WEB-INF/service/com/idetronic/eis/NoSuchProjectStrategyException.java | b8c155d6fbb751cc9ddcfdcf2aebd5fd09f57b75 | [] | no_license | merbauraya/lportal6.2 | 48bb99e5b6b937fce6e20e5c76303c4982bcad02 | e7446107fd793a8ab557b4748f3214a83dbe6ce6 | refs/heads/master | 2021-01-21T19:51:52.682108 | 2017-08-08T14:42:38 | 2017-08-08T14:42:38 | 92,167,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"[email protected]"
] | |
044f199dc4f60057394ca6242cc4e4083455cb48 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_f8f5fb3c3a99be2b0ab8972e42538893958b0920/ConnectionManager/10_f8f5fb3c3a99be2b0ab8972e42538893958b0920_ConnectionManager_t.java | 1b08bbb80cdb3cdb7ddab786c75a531ec1538f06 | [] | 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,879 | java | package com.topsy.jmxproxy.jmx;
import com.topsy.jmxproxy.JMXProxyServiceConfiguration;
import com.topsy.jmxproxy.core.Host;
import com.yammer.dropwizard.lifecycle.Managed;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecuto... | [
"[email protected]"
] | |
bcf76ffbca099b67ffc14db33c9e09b01ed09476 | 22eb7d16cfeed30effe929feac681edfd0af3c76 | /src/main/java/com/mycompany/mockito/reference/documentation/tutorial/User.java | 5e8de280a29448a6275a9475ec37e45ea5f78b4d | [] | no_license | colinbut/learning-mockito | 9bd698f69f98077aff28ee3d648bfc1937d8d43f | 504aa9a37577953f09fd9f09b7fc1fa47aabde57 | refs/heads/master | 2020-06-29T21:41:05.937962 | 2016-08-30T19:45:57 | 2016-08-30T19:45:57 | 66,972,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | /**
*
*/
package com.mycompany.mockito.reference.documentation.tutorial;
/**
* @author colin
*
*/
public class User {
private int userId;
private String username;
/**
* @return the userId
*/
public int getUserId() {
return userId;
}
/**
* @param userId the userId to set
*/
public void setUs... | [
"[email protected]"
] | |
50958ab832eb087d5bc1b926c9866cff6a0aa997 | 8dadce08a76ce387608951673fc0364feaa9a06a | /flexodesktop/externalmodels/flexoexecutionmodel/src/main/java/org/openflexo/foundation/exec/EndOperationNodeActivation.java | 67ea4e479ab946c285ad02da4e6fd4d4348024f0 | [] | no_license | melbarra/openflexo | b8e1a97d73a9edebad198df4e776d396ae8e9a09 | 9b2d8efe1982ec8f64dee8c43a2e7207594853f3 | refs/heads/master | 2021-01-24T02:22:47.141424 | 2012-03-12T00:15:57 | 2012-03-12T00:15:57 | 2,756,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,087 | java | /*
* (c) Copyright 2010-2011 AgileBirds
*
* This file is part of OpenFlexo.
*
* OpenFlexo is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | [
"[email protected]"
] | |
03b3bb0533c6cc7a77eb070da427c97563e622ee | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_dfba9c6863552cd3613cf3fbb053ef9e23989efe/Frontend/14_dfba9c6863552cd3613cf3fbb053ef9e23989efe_Frontend_s.java | 776685c2398523d96cb4f3cc7f640b028bad1868 | [] | 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 | 2,895 | java | /*
* Copyright (c) 2009-2010, IETR/INSA of Rennes
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright not... | [
"[email protected]"
] | |
5d793aba33e7a75d864306d3b33b6c76de5349f5 | e5f0f957a4ab209cb7148c97759619c835b4d014 | /src/main/java/com/example/user/controller/UserController.java | cb4fed354424a8c727e08c14ad8d5a5e14e6484d | [] | no_license | Shin-JungYeon/demo | aadbd8c097763baca7724798f3494d55892a436f | 0cc23d2390c2be7f98d5fb8be2deee7301e2ed0c | refs/heads/master | 2022-11-26T05:59:14.830923 | 2022-07-25T07:39:20 | 2022-07-25T07:39:20 | 247,005,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.example.user.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Controller
public class UserController {
/**
* 사용자 페이지 이동 ( 새로고침 시 사용 됨 )
*/
@RequestMapping(va... | [
"[email protected]"
] | |
7d44f60e78ef1050f48254e5cc85de36db84f36f | 929f13780c6d173845cce613b982e0a77a84fd25 | /examples/src/main/java/fr/bmartel/speedtest/examples/FixedTimeUploadExample.java | 03d5d9d636997e0f5572a6afd5affc3f5e3712ca | [
"MIT"
] | permissive | richard457/speed-test-lib | 671cef555f059afdeeea27225d759af49c933ab4 | 74c8f593f904c5186b2949b8a6f0bc7b726cc136 | refs/heads/master | 2021-06-21T04:42:56.619086 | 2017-07-18T19:08:21 | 2017-07-18T19:08:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,699 | java | /*
* The MIT License (MIT)
* <p/>
* Copyright (c) 2016-2017 Bertrand Martel
* <p/>
* 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... | [
"[email protected]"
] | |
233d7b92b27ad632a3856acbbd960ba79cbb298e | e0bc2f5563ccf72946f7ea8ed21ed1438144b398 | /app/src/main/java/com/example/kouveepetshop/api/ApiPengadaan.java | b006f09e6ad5694288b4f61e778ce4d7fdc2a58e | [] | no_license | mirokub/KouveePetShop | c401d3990b229dfb1acfe883492cbc6fdafd923f | 255d1f200544481a859de38e3e3f980ab3defaca | refs/heads/master | 2021-03-26T07:35:45.858115 | 2020-06-12T03:48:02 | 2020-06-12T03:48:02 | 247,684,620 | 0 | 0 | null | 2020-06-12T03:48:03 | 2020-03-16T11:26:27 | Java | UTF-8 | Java | false | false | 3,187 | java | package com.example.kouveepetshop.api;
import com.example.kouveepetshop.model.DetailPengadaanModel;
import com.example.kouveepetshop.model.DetailPenjualanProdukModel;
import com.example.kouveepetshop.model.PengadaanModel;
import com.example.kouveepetshop.model.PenjualanProdukModel;
import com.example.kouveepetshop.res... | [
"="
] | = |
6be0b346131974c7c6b88a124bcd769183687731 | 2a5a567c911a102be5ab6537c66b729c1033df70 | /src/com/aggfi/digest/server/botty/digestbotty/model/ComplReplyProb.java | 61663897850dd7ad48ceab76ca0f7cdf13cbfbe8 | [] | no_license | vega113/DigestBottyNGadget | c55cbcabbc218b854e9c3862c7261f8cfe41739b | 5b80803375fe00176ec8af418f48f01a42f540b6 | refs/heads/master | 2021-01-01T18:17:43.800574 | 2010-10-16T09:54:56 | 2010-10-16T09:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,738 | java | package com.aggfi.digest.server.botty.digestbotty.model;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.Map;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.IdentityType;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.a... | [
"[email protected]"
] | |
378cecd21db35f879bca5b73702528dfa88e7947 | 31a3b3d03997a770401e038d20bf9806c7484269 | /Sorter/src/olefoens/sorter/Main.java | a2c894c738064f72d9aa6b214cc239a609f83cff | [] | no_license | foens/LegoSorter | c90ddb13ffa0d8dedb5ae263493a2361e7cdc781 | 4414db6d31a7b6108cc722aea2b1e2fda4f0b965 | refs/heads/master | 2020-05-30T10:12:05.247384 | 2013-06-25T09:02:18 | 2013-06-25T09:02:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | package olefoens.sorter;
import lejos.nxt.*;
import lejos.nxt.addon.RCXLightSensor;
import lejos.util.Delay;
import olefoens.axlesorter.AxleSorter;
import olefoens.beamcounter.*;
import olefoens.communication.ClientRole;
import olefoens.communication.Communicator;
import java.io.IOException;
public class Main
{
/**... | [
"[email protected]"
] | |
000a818d4847a2087d53a1996ca9249a4cb29216 | b9889bc2c57927a8dd83062b6b53e3d424e8add5 | /de.bht.fpa.mail.s778455.imapnavigation/src/de/bht/fpa/mail/s778455/imapnavigation/composite/IMAPItem.java | ec5ba61c6cb750be1f8382033afbb5f5b9ef21f7 | [] | no_license | sasfeld/FPA_SS2012 | 47c126aa88896d398a2a7845d5816bcc5c513567 | 9d2797555f8a31f5630fa06109a204da87f92934 | refs/heads/master | 2020-04-06T06:48:14.478093 | 2012-06-18T16:59:08 | 2012-06-18T16:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package de.bht.fpa.mail.s778455.imapnavigation.composite;
/**
* The abstract component class. - transparency
*
* @author Sascha Feldmann
*
*/
public abstract class IMAPItem {
/**
* Check if the element has children.
*
* @return true if the element has children.
*/
public abstrac... | [
"[email protected]"
] | |
6736ed6c6b3a063e74a0fe80690fe50619adb78e | 4d956d377eb465098c9de697fea9847d985a69d3 | /src/main/java/io/jboot/db/model/Columns.java | f62be1a1f035dc56675b51f7fab2ab074e4064c7 | [
"Apache-2.0"
] | permissive | chenyongze/jboot | 587be9d852a0aee1ce1a45a7a7d9e5bf05946a85 | d35ea46f2ec666bdfaeca0c87da6f5e06d63871d | refs/heads/master | 2020-04-05T17:38:05.679639 | 2018-11-01T08:49:04 | 2018-11-01T08:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | /**
* Copyright (c) 2015-2018, Michael Yang 杨福海 ([email protected]).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | [
"[email protected]"
] | |
7cadd9468d4be2bbbf8e14f9c90603349d6e0ca2 | 7ebc513fe01c6dfdb85b2dafbc6a2b1ec48bc20b | /src/java/c/b/b/a/f/b/q5.java | 2aac2eda4565c5420ab098819b6568457113e52b | [] | no_license | arnoldnekemiah/chessapp | b6c9b7a5aceb8912d699abf654f9ebc08a61f8d2 | f3f0b141742f55c84c7ab98966256897c6bb07f4 | refs/heads/main | 2023-04-05T00:25:54.395071 | 2021-04-13T06:12:39 | 2021-04-13T06:12:39 | 357,438,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | /*
* Decompiled with CFR 0.0.
*
* Could not load the following classes:
* java.lang.Object
* java.lang.Runnable
* java.lang.String
*/
package c.b.b.a.f.b;
import c.b.b.a.f.b.j6;
public final class q5
implements Runnable {
public final /* synthetic */ String a;
public final /* synthetic */ String b;... | [
"[email protected]"
] | |
b27bfb77e469442af877562c42c39bd5fd249577 | 0e06e096a9f95ab094b8078ea2cd310759af008b | /classes91-dex2jar/com/tapjoy/internal/fz.java | 2dcf023b7629c2c6826612bd70249e8a7755f795 | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 1,440 | java | //
// Decompiled by Procyon v0.5.34
//
package com.tapjoy.internal;
import android.os.Looper;
public final class fz
{
public static boolean a;
public static void a(final String s) {
if (fz.a) {
ac.a(4, "Tapjoy", s, null);
}
}
public static void a(final String s... | [
"[email protected]"
] | |
301bb249ddc08813529a0bc6090d8bc6f87f1181 | 3d0cbc81cfa7e484cf14662b003508f52f1d2b08 | /translator-web-meta/translator-web-app/src/main/java/com/github/bogdanovmn/translator/web/app/admin/upload/UploadBookController.java | faa1b02b46ff5c8da692acb4586a36a56ba765b2 | [
"BSD-2-Clause"
] | permissive | bogdanovmn/translator | 94a578aef866ee2ec48235dfb5c359296c0ff6ce | e9af02bd5768fcf51cf69e07ed11c1e5529f24c7 | refs/heads/master | 2022-10-06T04:51:13.376678 | 2022-10-03T23:11:14 | 2022-10-03T23:11:14 | 103,356,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package com.github.bogdanovmn.translator.web.app.admin.upload;
import com.github.bogdanovmn.common.spring.menu.MenuItem;
import com.github.bogdanovmn.common.spring.mvc.ViewTemplate;
import com.github.bogdanovmn.translator.web.app.infrastructure.AbstractVisualAdminController;
import com.github.bogdanovmn.translator.web... | [
"[email protected]"
] | |
2fe928a068f305595d490bce97d48a17a94e4ecd | 1fbc7b819ded0824d28f4e24465b023e30c1f421 | /core/src/main/java/org/mini2Dx/core/input/GamePadConnectionListener.java | 57ae85e09bbbf481bb6c0e85a339ffa5c23c995a | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | mini2Dx/mini2Dx | 959bfce4690f54cce68c9e8bb68328d2d48eaeaa | 93a5c6cb59ff186926ca7005604aad5e707a7656 | refs/heads/master | 2023-09-03T14:37:58.044965 | 2023-08-19T18:47:09 | 2023-08-19T18:47:09 | 8,236,056 | 543 | 76 | Apache-2.0 | 2022-12-05T21:53:34 | 2013-02-16T13:27:08 | Java | UTF-8 | Java | false | false | 929 | java | /*******************************************************************************
* Copyright 2020 Viridian Software Limited
*
* 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:/... | [
"[email protected]"
] | |
f0fb87924d2d33ae9ff96549a62342c650f6fc9a | a22017d5e0bc78268e862350b3b53dfb9b4b15d6 | /mainframe/src/main/java/com/taoxue/umeng/model/BasePageModel.java | 4a56fa7b53650c6c4d65d177fe07bb40b8b4c1cc | [] | no_license | hanks7/HjjAndroidFrame | 1a0d8d43961b3f1d48ba09341391747f0f2dcf7a | 928f649f67c699b50481b8dcb4ff652bd5a2ce3f | refs/heads/master | 2021-05-12T18:57:14.857376 | 2018-03-23T04:32:17 | 2018-03-23T04:32:17 | 117,078,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.taoxue.umeng.model;
import com.taoxue.umeng.base.BaseModel;
import java.io.Serializable;
/**
* Created by CC on 2016/12/11.
*/
public class BasePageModel<Data extends Serializable> extends BaseModel {
private PageModel<Data> page;
public PageModel<Data> getPage() {
return page;
... | [
"[email protected]"
] | |
439fc35d2966325ef1d213be6ab3c749f8698ed3 | b85376d5c76246b2866a743d70a723e17f99b08e | /Algorithm_213_House Robber II.java | 8bf17e6cbbe4afcf97780035ae203c134dae3c04 | [] | no_license | zclyne/LeetCode-Problems | db56a21ea6620ccb7506e24622490560c039225e | 3f59e4c2ac7dc95e4b9e70e705616f5ee4915967 | refs/heads/master | 2022-08-27T12:00:49.477906 | 2022-08-22T20:23:10 | 2022-08-22T20:23:10 | 123,556,538 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | // 思路:首尾相连表明nums[0]和nums[nums.length - 1]中最多只能有一个被选中
// 因此可以看作2次Algorithm_198,没有环的情况
// 第一次为nums[0 : nums.length - 1],第二次为nums[1 : nums.length]
class Solution {
public int rob(int[] nums) {
if (nums == null || nums.length == 0) {
return 0;
} else if (nums.length == 1) {
retu... | [
"[email protected]"
] | |
e9ae0fa281fbf06bafc2d5cff1985b904767b7fd | ea8013860ed0b905c64f449c8bce9e0c34a23f7b | /SystemUIGoogle/sources/com/android/systemui/biometrics/AuthBiometricUdfpsView.java | b2891cb41ee11e02e36f16deb64307aaea231cca | [] | no_license | TheScarastic/redfin_b5 | 5efe0dc0d40b09a1a102dfb98bcde09bac4956db | 6d85efe92477576c4901cce62e1202e31c30cbd2 | refs/heads/master | 2023-08-13T22:05:30.321241 | 2021-09-28T12:33:20 | 2021-09-28T12:33:20 | 411,210,644 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,627 | java | package com.android.systemui.biometrics;
import android.content.Context;
import android.hardware.fingerprint.FingerprintSensorPropertiesInternal;
import android.util.AttributeSet;
import com.android.systemui.biometrics.AuthDialog;
/* loaded from: classes.dex */
public class AuthBiometricUdfpsView extends AuthBiometric... | [
"[email protected]"
] | |
5f4921375ed08a2ba874c4cde3aec504a4cd5bd8 | bd8a57ef41ee157ad68a082c6f7a3f5a3abfc553 | /redisson/src/main/java/org/redisson/client/protocol/decoder/StreamInfoMapDecoder.java | 1d3d449b3f05ca890dca5ba4242cc029e9f31c5a | [
"Apache-2.0"
] | permissive | songshansitulv/redisson | f2bd48c7149abd9ade33ba8bed94c931836b8958 | 55cc12870d95452ceaa0e531d3520fd1eddbe6a5 | refs/heads/master | 2020-07-08T17:37:52.290324 | 2019-08-22T08:18:31 | 2019-08-22T08:18:31 | 203,734,152 | 0 | 0 | Apache-2.0 | 2019-08-22T07:02:50 | 2019-08-22T07:02:49 | null | UTF-8 | Java | false | false | 1,688 | java | /**
* Copyright (c) 2013-2019 Nikita Koksharov
*
* 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... | [
"[email protected]"
] | |
d9058c4988c1a0952536c56f3ba2d35da1c21a02 | 29f78bfb928fb6f191b08624ac81b54878b80ded | /generated_SPs_SCs/test/large2/src/main/java/large2/input/InputDataClassName_4_2.java | d67d981dc401efba7bb8696691580dc886a03825 | [] | no_license | MSPL4SOA/MSPL4SOA-tool | 8a78e73b4ac7123cf1815796a70f26784866f272 | 9f3419e416c600cba13968390ee89110446d80fb | refs/heads/master | 2020-04-17T17:30:27.410359 | 2018-07-27T14:18:55 | 2018-07-27T14:18:55 | 66,304,158 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,023 | java | package large2.input;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FI... | [
"[email protected]"
] | |
3c9058d41bacd5d81aeeaec9b6cd6362fa837c40 | 6b8e554436a8c7a765c6e73df3a4f7dcc7d0741d | /KIV-UPG/UPG - SP/src/upg/Projectiles.java | c103bfa7685c98c040b3c2397e3618c7a1a2651b | [] | no_license | Hartrik/ZCU-FAV | 543fc617c9015969a7af171853514a2485a83113 | 4f234c334fff66d77ebac4f6acc18afc94666277 | refs/heads/master | 2022-04-28T18:18:30.836076 | 2022-04-17T17:51:16 | 2022-04-17T17:51:16 | 63,448,700 | 1 | 0 | null | 2021-02-26T22:11:54 | 2016-07-15T20:18:23 | PHP | UTF-8 | Java | false | false | 842 | java | package upg;
/**
* Definuje nějaké projektily.
*
* @version 2016-05-04
* @author Patrik Harag
*/
public final class Projectiles {
private Projectiles() { }
public static final Projectile NORMAL = new Projectile(3, new int[][] {
{ 0, 0, 0, -1, 0, 0, 0},
{ 0, 0, -1, -4, ... | [
"[email protected]"
] | |
48aeadf9751dc9abdd40a4f4282dd47c794c972a | 721ba6454ad65397a7d16e88072f6d2e7944381b | /src/com/iscreate/op/pojo/rno/.svn/text-base/FreqInterIndex.java.svn-base | 3a84c6432bef0cdd21bcf7dafb560d4c3d02d831 | [] | no_license | tianxiao666/rno-4g | dc8314d13d6835efb5ad554c9be8561a5b0d87c0 | 4cb02b6ef30d0bd42beed5ff80bde3b2475b7c4d | refs/heads/master | 2021-04-03T02:59:56.154677 | 2018-03-12T09:30:49 | 2018-03-12T09:30:49 | 124,864,568 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | package com.iscreate.op.pojo.rno;
import java.util.List;
public class FreqInterIndex {
private String label;
private String cellTch;
private List<AdjFreqInterDetailed> adjFreqInterDetaList;
public String getLabel() {
return label;
}
public void setLabel(String label) {
this.label = label;
}
public String... | [
"[email protected]"
] | ||
c6dea9cd6dfd079c26afd71a8a43520521654a10 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/select/SelectDialogPresenterKt.java | da2f42c4532d140cdd07b8acd4a9b0d52766470d | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package com.avito.android.select;
import com.avito.android.remote.auth.AuthSource;
import com.avito.android.remote.model.ParcelableEntity;
import java.util.Comparator;
import kotlin.Metadata;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0018\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u00... | [
"[email protected]"
] | |
5fc8e221210d4fdf5ee6742c2a97d8746e14cd15 | 801c39e8bbeee2e25ed1ba2b74aa039f8b3d62ae | /fizteh-java-2014/src/ru/fizteh/fivt/students/LevkovMiron/FileMap/StreamFileMap.java | 87c405b2d5e77375acc41f83ede90450fc113018 | [] | no_license | grapefroot/mipt | 2f6572b3120e28a0e63e28f2542782520384828f | 51d13fa07b37bdbdda943bd47d7e356a3a126177 | refs/heads/master | 2020-12-24T21:12:03.706690 | 2016-11-08T07:40:20 | 2016-11-08T07:40:20 | 56,529,254 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package ru.fizteh.fivt.students.LevkovMiron.FileMap;
import java.util.Scanner;
/**
* Created by Мирон on 22.09.2014 ru.fizteh.fivt.students.LevkovMiron.shell.
*/
class StreamFileMap extends FileMap {
StreamFileMap() {
super(System.out);
}
public void readCommands() {
System.out.println(... | [
"[email protected]"
] | |
2517ee2759aca1f5be663c4d38c96200eb4a7be2 | 32bce52223a2191c9bb988c9a7414abb69106db0 | /app/src/main/java/com/hjianfei/museum_beacon_exhibition/model/fragment/museum_news/museum/MuseumIndicatorImpl.java | d8d3d80d154a1683f2d910987d1145fd5b34a389 | [] | no_license | HJianFei/Museum_Beacon_Exhibition | 264ed0ce5c5c161864a7fff18a4a3522a792af0e | 7c7693890783d3ceeb9b116392f11f688786a20d | refs/heads/master | 2021-01-12T06:32:43.227471 | 2018-05-25T02:10:14 | 2018-05-25T02:10:14 | 77,378,956 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,536 | java | package com.hjianfei.museum_beacon_exhibition.model.fragment.museum_news.museum;
import com.hjianfei.museum_beacon_exhibition.bean.Museum;
import com.hjianfei.museum_beacon_exhibition.bean.ResultCode;
import com.hjianfei.museum_beacon_exhibition.utils.NetWorkUtils;
import java.util.Map;
import rx.Observer;
import rx... | [
"[email protected]"
] | |
2a217f52da1230935bdf5f0a6892b1a3e9906645 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2015/4/ReplicatedRecord.java | 71155768a8c3c1753e23bbb9632a67079cd49bc6 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 8,187 | java | /*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | [
"[email protected]"
] | |
f0bb7ca2c8a709fbad926b03cce37fee616d711d | 5c756f78f8e62c3f49e303130629f1580c0b2b62 | /src/main/java/com/wedian/site/modules/sys/entity/Menu.java | b18d6d3f5791b5d71a95f0fd84e40776b4245134 | [
"Apache-2.0"
] | permissive | jbigdata/wedian | 99bfb445326401e9ca80b3a6b8f93e371b84479a | 53da4f96126de5a3324dfcf2f5b8bbebd7c373ff | refs/heads/master | 2016-08-07T10:14:48.128865 | 2015-08-04T10:10:48 | 2015-08-04T10:10:48 | 39,112,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,576 | java | /**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.wedian.site.modules.sys.entity;
import java.util.List;
import javax.validation.constraints.NotNull;
import com.wedian.site.common.persistence.DataEntity;
import org.hibernate.validator.con... | [
"[email protected]"
] | |
4af5f3f3090e5c8b98c662270e0bf2dfe1bc92f9 | b111b77f2729c030ce78096ea2273691b9b63749 | /db-example-large-multi-project/project75/src/test/java/org/gradle/test/performance/mediumjavamultiproject/project75/p378/Test7576.java | c3e1e0a31f98025ab1a53cdc12958cb627549cb5 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,556 | java | package org.gradle.test.performance.mediumjavamultiproject.project75.p378;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test7576 {
Production7576 objectUnderTest = new Production7576();
@Test
public void testProperty0() throws Exception {
String value = "value";
... | [
"[email protected]"
] | |
c99fd04a5a832501f2ef11e5e4a8630c2fa4f691 | 2a5c0c08e934177c35c5438522257ba50539ab6c | /aws/core/src/test/java/org/jclouds/aws/ec2/services/BaseEC2AsyncClientTest.java | 8b22a2c32872e0f279d1ce6a0e9ce2e6ff756c13 | [
"Apache-2.0"
] | permissive | kohsuke/jclouds | 6258d76e94ad31cf51e1bf193e531ad301815b97 | 58f8a7eb1500f9574302b23d6382b379ebf187d9 | refs/heads/master | 2023-06-01T17:17:27.598644 | 2010-08-04T01:34:19 | 2010-08-04T01:34:19 | 816,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,574 | java | /**
*
* Copyright (C) 2009 Cloud Conscious, LLC. <[email protected]>
*
* ====================================================================
* 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 L... | [
"[email protected]"
] | |
078061260a7c7c5f18bcdee8fe4f17741b368e6b | c1b23a03926012ccee280b3895f100cec61d2407 | /topdeep_web_common/server/common-core/src/main/java/topdeep/common/entity/db/SystemHisMsgPushDetailMapper.java | 97d87ca9d8065047c6dadffeb90042bf8fbde3ad | [] | no_license | zhuangxiaotian/project | a0e548c88f01339993097d99ac68adcba9d11171 | d0c96854b3678209c9a25d07c9729c613fe66d38 | refs/heads/master | 2020-12-05T23:14:27.354448 | 2016-09-01T07:19:22 | 2016-09-01T07:19:22 | 67,108,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,084 | java | package topdeep.common.entity.db;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import topdeep.common.entity.db.SystemHisMsgPushDetail;
import topdeep.common.entity.db.SystemHisMsgPushDetailExample;
public interface SystemHisMsgPushDetailMapper {
/**
* This method was generated by MyBati... | [
"[email protected]"
] | |
828babbe1dbba851c6d830e050ab742c96d7f981 | b5695905d93af4d942d48054258fe7e0b4e8fe45 | /module/nvt-consensus/nvt-consensus-pocbft/src/main/java/nerve/network/pocbft/storage/impl/RandomSeedsStorageServiceImpl.java | 9615b40713655c387c3316f4e9965850850e0d43 | [
"MIT"
] | permissive | arkDelphi/nerve | d4cddb6916e380afff71adc551dc3bbf679cb518 | b0950a2f882e7858db7f75beb4cf12f130f098a3 | refs/heads/master | 2022-04-20T10:22:20.442901 | 2020-04-09T09:20:44 | 2020-04-09T09:20:44 | 255,826,499 | 0 | 1 | MIT | 2020-04-15T06:33:21 | 2020-04-15T06:33:20 | null | UTF-8 | Java | false | false | 4,714 | java | package nerve.network.pocbft.storage.impl;
import io.nuls.base.basic.NulsByteBuffer;
import io.nuls.core.core.annotation.Component;
import io.nuls.core.exception.NulsException;
import io.nuls.core.log.Log;
import io.nuls.core.model.ArraysTool;
import io.nuls.core.parse.SerializeUtils;
import io.nuls.core.rockdb.servi... | [
"[email protected]"
] | |
e8353563f6d2b6d1d404e11bb044fff3532b334e | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /junit_cluster/767/tar_2.java | dba09621b84d67149a112ade8250b07e3cf99857 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,561 | java | package org.junit.runners;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.util.List;
import org.junit.internal.runners.InitializationError;
import org.junit.internal.runners.ParentRunner;
impo... | [
"[email protected]"
] | |
80bd0011f4ddc221dd360b4f0112a9031f738fd9 | 7adc8a0a46340f94cec9dce1a2042c25bf7ebac0 | /backend/suyang_project_server/o2o-massage/o2o-mgt-web/src/main/java/com/o2o/nm/admin/service/ProviderInfoService.java | 6fb59fd554f1caabcbf45f59fd3c621d1424b6b3 | [] | no_license | sonia630/suyang_project | 23b651b4259a0359bde20fd082410b8a09235466 | 0701c1706cf7d45274758053bba3bb8d64bc9205 | refs/heads/master | 2021-04-12T10:34:54.413844 | 2018-07-25T01:35:47 | 2018-07-25T01:35:47 | 126,292,773 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package com.o2o.nm.admin.service;
import com.baomidou.mybatisplus.service.IService;
import com.o2o.nm.admin.entity.ProviderInfo;
import com.o2o.nm.admin.vo.ProviderDetail;
/**
* <p>
* 服务提供者基本信息表 服务类
* </p>
*
* @author warning5
* @since 2018-03-11
*/
public interface ProviderInfoService extends IService<Provide... | [
"[email protected]"
] | |
8784c4d9a2d24d9beb16554c16b4bd9c99852ca5 | 03df9c8385d0e7184f6cabd8b2ecbce2d5d2bb3f | /src/main/java/com/ecodation/a006/oop/StudentMain2.java | b9a4f24167bd3e3cee63eac1348c703215201603 | [] | no_license | hamitmizrak/EcodationJavaTutorialsExamples | 1da23d2beefc3bed2052988a89ed39d45824a71a | a08034df2d64260f3ac8cb9158f0b8c14917112c | refs/heads/main | 2023-01-14T12:33:06.409835 | 2020-11-22T10:47:39 | 2020-11-22T10:47:39 | 310,821,407 | 0 | 0 | null | null | null | null | ISO-8859-16 | Java | false | false | 501 | java | package com.ecodation.a006.oop;
public class StudentMain2 {
public static void main(String[] args) {
Student student = new Student();
student.setId(44);
student.setName("Hamit");
student.setSurname("Męzrak");
student.setCellPhone(4444);
System.out.println("Id: " + student.getId());
Syste... | [
"[email protected]"
] | |
cf6bc028b231d262ba2621beaaeace8f87ba0c95 | 4e84c9dbc699cfdf090a2872a7e2bdf79b9dc971 | /fanweHybridLive/src/main/java/com/fanwe/xianrou/interfaces/XRCommonOnItemUserHeadClickCallack.java | 3762206a3b2bec488855f6e87f9777bf1afa1a8b | [] | no_license | nickoo123/FanweLive11 | d994f5b6d36a0dd7ac06858f8c78239bfca629a4 | 2cecccf5c6795c4492f6c9d213d6cf27b6188dd4 | refs/heads/master | 2023-03-19T18:17:29.493984 | 2020-03-20T08:50:41 | 2020-03-20T08:50:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.fanwe.xianrou.interfaces;
import android.view.View;
/**
* @PACKAGE com.fanwe.xianrou.interfaces
* @DESCRIPTION
* @AUTHOR Su
* @DATE 2017/4/4 10:34
*/
public interface XRCommonOnItemUserHeadClickCallack<E> {
void onUserHeadClick(View view, E entity, int position);
}
| [
"zq090428"
] | zq090428 |
904cea8b8643fa8c96b8ebbd69845846aa11e0d6 | 36860121a82f9c666e538c896b1e5a9f7b36a09b | /jprotobuf-rpc-core/src/main/java/com/baidu/jprotobuf/pbrpc/server/IDLServiceInvoker.java | 6eda78e7f2cef85fa9bc276aab6f9053ce3c82ab | [] | no_license | Micheal-Bigmac/Jprotobuf-rpc-socket | 2a1881c4739283039de53196c564d7f0d454f6e6 | a852810032f4e2c5a4249ed2944e19cd4c2f3800 | refs/heads/master | 2021-01-15T10:36:42.198314 | 2016-05-23T10:38:55 | 2016-05-23T10:38:55 | 59,535,516 | 1 | 0 | null | 2016-05-24T02:55:32 | 2016-05-24T02:55:31 | null | UTF-8 | Java | false | false | 1,558 | java | /*
* Copyright 2002-2014 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... | [
"[email protected]"
] | |
d9fc06127256a47cedf01fc8fa6e7210becb3f3a | 466bbcea33a63219165bece2ae217db4a7fde59a | /cgo_db/src/main/java/com/cgo/db/service/IBizAuditsignfordelService.java | 593171c279d35669dae8a365e75c2b6e0e07a849 | [] | no_license | hgdsys007/cgo_module | 7ed38b6e7b199daeb65e2b08db629e5c97ace86a | 4e1af510541cc4ae7eadf916034fd8e83abc69a4 | refs/heads/master | 2022-04-03T14:46:43.336331 | 2019-11-20T04:01:58 | 2019-11-20T04:02:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package com.cgo.db.service;
import com.cgo.db.entity.BizAuditsignfordel;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author Mht
* @since 2019-11-18
*/
public interface IBizAuditsignfordelService extends IService<BizAuditsignfordel> {
}
| [
"[email protected]"
] | |
97ad31b4e0bdd6b662cacf5717bb86dc2cef4aa3 | 4cf81240325f64ef118fff4f1924d07f08cf26d9 | /payments/src/main/java/pl/training/cloud/payments/NotifyPaymentStatusChange.java | 6e0503e0be1a4cbae6b10f03945c13ae14204e34 | [] | no_license | bobkoby5i/spring-cloud-training | 905ae2a81f03a9a1f9b4fb481002a5ca0785e963 | 2ba0502ad5e0d3dc1ca2672f22cb23c10abbb21d | refs/heads/master | 2020-12-07T05:45:25.814278 | 2019-12-13T15:10:23 | 2019-12-13T15:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package pl.training.cloud.payments;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface NotifyPaymentStatusChange {
}
| [
"[email protected]"
] | |
fac5a445f933d2c855f92d7f3e151a987d27db81 | ad9c328aeb5ea617a1c056df45ae9acc3e5c1aad | /projects/projects-spring/projects-spring2.5.6/src/main/java/org/springframework/beans/propertyeditors/URLEditor.java | e6aa901241cd39582d06a76164aa49c6cd60436d | [] | no_license | tangjiquan/collect | 3fa4b3fd5fecc7e0d8d7a6bf89151464bd4e98bb | d059d89ae9899bd43b2f5b7d46b7ba88d5f066d4 | refs/heads/master | 2022-12-22T19:26:37.599708 | 2019-08-05T15:00:32 | 2019-08-05T15:00:48 | 126,582,519 | 1 | 0 | null | 2022-12-16T08:04:19 | 2018-03-24T09:03:08 | Java | UTF-8 | Java | false | false | 2,724 | java | /*
* Copyright 2002-2006 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... | [
"[email protected]"
] | |
d27759cf3b3377d204f92aad699aa9eac33f8bdb | ba6d5993fa0a4a97ba525e74da5ffaa968812861 | /app/src/main/java/com/likeits/simple/app/MyApplication.java | 8d9292b6ca6c7bc356a0fdfa64283561865e6e2e | [] | no_license | sengeiou/base | 3d21bdc26479d00a3d8840bcc6797def1ad260b0 | c8b609f8cee209bb8c2e86bd20b7099cbc0bf590 | refs/heads/master | 2021-10-11T11:32:47.882455 | 2019-01-25T09:43:26 | 2019-01-25T09:43:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,363 | java | package com.likeits.simple.app;
import android.app.Application;
import android.content.Context;
import com.elvishew.xlog.LogConfiguration;
import com.elvishew.xlog.LogLevel;
import com.elvishew.xlog.XLog;
import com.likeits.simple.BuildConfig;
import com.likeits.simple.R;
import com.likeits.simple.activity.MainActivi... | [
"[email protected]"
] | |
82b2b611ac1096efae28ed43e16220200dd0923c | 3e856a6ecb2233e4b97e3a3ead5b36191f201fb8 | /src/main/java/com/github/jnidzwetzki/bitfinex/v2/callback/api/TradeHandler.java | 3353c207d34eab251b8a197425e6301c4d546995 | [
"Apache-2.0"
] | permissive | hansblafoo/bitfinex-v2-wss-api-java | 23853bc96d75dec94526ba7b9f89e99b23562e1e | 946a3a974e2162aed66efb9a46f4873c3e1e4a5b | refs/heads/master | 2020-03-08T14:00:22.026686 | 2018-04-05T03:16:56 | 2018-04-05T03:16:56 | 128,173,046 | 0 | 0 | null | 2018-04-05T07:30:15 | 2018-04-05T07:30:15 | null | UTF-8 | Java | false | false | 3,055 | java | /*******************************************************************************
*
* Copyright (C) 2015-2018 Jan Kristof Nidzwetzki
*
* 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 Li... | [
"[email protected]"
] | |
9a4a63c67d84b1ee2ad88bc37065205379df9417 | eb7b450eef54c7c7c43001b03a1a0a6ac27fbbd6 | /SM/IS/src/research/prototype/transaction/TestTableMain.java | 8d05c843a5dde6dea1d20bdede3cf47c0519a1b0 | [] | no_license | mjawath/jposible | e2feb7de7bfa80dc538639ae5ca13480f8dcc2db | b6fb1cde08dc531dd3aff1113520d106dd1a732c | refs/heads/master | 2021-01-10T18:55:41.024529 | 2018-05-14T01:25:05 | 2018-05-14T01:25:05 | 32,131,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,701 | 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 research.prototype.transaction;
import javax.swing.UIManager;
/**
*
* @author Jawad
*/
public class TestTableMain extends... | [
"[email protected]"
] | |
a871e82efe7b2ee2ddf0e726d563ad003bd4750b | 4eea13dc72e0ff8ec79c7a94deca38e55868b603 | /chapter9/Etudiant.java | e32ef806c5ed827cc9b419959e24719d4a346bc4 | [
"Apache-2.0"
] | permissive | helloShen/thinkinginjava | 1a9bfad9afa68b226684f6e063e9fa2ae36d898c | 8986b74b2b7ea1753df33af84cd56287b21b4239 | refs/heads/master | 2021-01-11T20:38:09.259654 | 2017-03-07T03:52:54 | 2017-03-07T03:52:54 | 79,158,702 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | /**
* Chapter 9 - Interface - Adapter Pattern
* Canada etudiants have to study in elementary school, high school, preUniversity and university
* @author [email protected]
* @version 1.0
*/
package com.ciaoshen.thinkinjava.chapter9;
import java.util.*;
interface Etudiant {
/**
* PUBLIC ... | [
"[email protected]"
] | |
fefc521524a657fa142d64d37c62bed0b72a39f5 | cb78d919ff585376d6bf10aed221bfb344f526f8 | /ExamPreparation/wedding_planner/src/main/java/soft_uni/wedding_planner/services/wedding/WeddingServiceImpl.java | fb8ecb5b88fb713a3e0c67cafdd86a71d4c78f9e | [
"MIT"
] | permissive | itonov/Java-DB-Advanced | 8decc2c326afbe36c2d10aea4bf55f5eecaa36ff | 0291d0dad1c1505869ec66a330f956575d42d007 | refs/heads/master | 2020-03-12T14:07:33.832246 | 2018-04-23T07:54:11 | 2018-04-23T07:54:11 | 130,659,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package soft_uni.wedding_planner.services.wedding;
import soft_uni.wedding_planner.models.entities.Wedding;
import soft_uni.wedding_planner.repositories.WeddingRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transactio... | [
"[email protected]"
] | |
2a6e4d7479b23305f9c493461772dbb990fa9fbf | 122287275ec1666cc27a6b6d06bab4f8b1c4ff33 | /jconstraints/src/main/java/gov/nasa/jpf/constraints/util/TransformVarVisitor.java | c0f5ae33c30e4fa88e276b210512e991ebb72e7d | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | NJUCWL/symbolic_tools | f036691918b147019c99584efb4dcbe1228ae6c0 | 669f549b0a97045de4cd95b1df43de93b1462e45 | refs/heads/main | 2023-05-09T12:00:57.836897 | 2021-06-01T13:34:40 | 2021-06-01T13:34:40 | 370,017,201 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | /*
* Copyright (C) 2015, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The PSYCO: A Predicate-based Symbolic Compositional Reasoning environment
* platform is licensed under the Apache License, Version 2.0 (the "L... | [
"[email protected]"
] | |
41d9896ec5a3203df050d3eca392b1ea35bd4e80 | 73cc3242200fbead9fc36c21a8f80f4246628d6b | /basetool/src/main/java/com/zhuyongdi/basetool/widget/refresh/smart_refresh/api/RefreshHeader.java | 310d94fd7cd915603475911a77023f968ed00e8b | [] | no_license | zhuyongdi/base-tool | 6338f562dd54fa1fb790a75da34aa5ec3096aed5 | 7c1a97c216058f4318076bbf5df58ad0cdb80420 | refs/heads/master | 2020-04-29T04:07:43.041059 | 2019-05-10T09:11:42 | 2019-05-10T09:11:42 | 175,837,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.zhuyongdi.basetool.widget.refresh.smart_refresh.api;
/**
* 刷新头部
* Created by SCWANG on 2017/5/26.
*/
public interface RefreshHeader extends RefreshInternal {
}
| [
"[email protected]"
] | |
45e626f7a76aafc343c64038336bef72c9a03bd1 | 531452124c7cf2e89b878c07be41045b17ced567 | /src/main/java/com/niche/ng/service/mapper/GodownMapper.java | 67740931985dd7d8678dd9d3d2f2af0a19de1221 | [] | no_license | AnithaRaja90/ProjectGreenHands_isha | b93619014b74817c669c21b9bf5e7bfc29b5a03c | 377e43e60ae78c7e27d7d8a8caaf4f2ade65b446 | refs/heads/master | 2020-03-26T19:34:46.965548 | 2018-08-19T04:39:04 | 2018-08-19T04:39:04 | 145,272,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.niche.ng.service.mapper;
import com.niche.ng.domain.*;
import com.niche.ng.service.dto.GodownDTO;
import org.mapstruct.*;
/**
* Mapper for the entity Godown and its DTO GodownDTO.
*/
@Mapper(componentModel = "spring", uses = {})
public interface GodownMapper extends EntityMapper<GodownDTO, Godown> {
... | [
"[email protected]"
] | |
3d37d3c72ab3a79b886e076e7df93db301c42d2a | 4e516583021b884f45c1763698d38996fed326f6 | /pcgen/code/src/java/pcgen/core/levelability/LevelAbilityList.java | 800ba436b45e79f07754fff3fea3b25eaf364d9a | [] | no_license | Manichee/pcgen | d993d04e75a8398b8cb9d577a717698a5ae8e3e9 | 5fb3937e5e196d2c0b244e9b4dacab2aecca381f | refs/heads/master | 2020-04-09T01:55:53.634379 | 2016-04-11T03:41:50 | 2016-04-11T03:41:50 | 23,060,834 | 0 | 0 | null | 2014-08-18T22:37:19 | 2014-08-18T06:20:19 | Java | UTF-8 | Java | false | false | 4,411 | java | /*
* LevelAbilityList.java
* Copyright 2001 (C) Dmitry Jemerov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ... | [
"[email protected]"
] | |
2e67ceedfacf1ef92df18d4a6aedba8394a9cc3b | 8ead5ff8d527e4b4d98cd54e9b84f50ea824f2be | /cj.lns.chip.sos.website.market.app.cyberport/src/cj/lns/chip/sos/website/market/app/cyberport/component/GetMessagesComponent.java | 042f9633928bbb1c49a21fd2efd41fa017be97ee | [] | no_license | 911Steven/cj.lns.sos | 9976efcf28418094e315324a4ce145c56bb57478 | af82a5e7555b99780a9606b5e848861ce1ae5503 | refs/heads/master | 2020-07-05T16:22:11.341767 | 2018-10-12T02:13:41 | 2018-10-12T02:13:41 | 202,696,541 | 1 | 0 | null | 2019-08-16T09:10:35 | 2019-08-16T09:10:35 | null | UTF-8 | Java | false | false | 2,117 | java | package cj.lns.chip.sos.website.market.app.cyberport.component;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.parser.Tag;
import cj.lns.chip.sos.website.framework.IServiceosWebsiteModule;
import cj.lns.chip.sos.website.framework.IServicewsContext;
import cj.lns.chip.sos.website.mar... | [
"[email protected]"
] | |
0449fe6b7b4baf35fbd81a2679b2e7c7b43f521b | 3c18841d5b169aaa14a4bbdcff4059fef9a99cc2 | /src/main/java/mysticmods/mysticalworld/client/model/armor/AntlerHatModel.java | 9ab9ba7da4e478985bd4e4f72599cea5b69e8229 | [
"MIT"
] | permissive | MysticMods/MysticalWorld | cb3d1073fa40c3d16a16e468df869855ad09ae27 | 8ca03f2a922ab42ee90b63bf918dc92571c11841 | refs/heads/1.18 | 2023-04-07T16:34:51.082937 | 2023-02-19T03:19:05 | 2023-02-19T03:19:05 | 137,164,303 | 30 | 34 | MIT | 2023-04-02T17:21:19 | 2018-06-13T04:54:58 | Java | UTF-8 | Java | false | false | 4,819 | java | package mysticmods.mysticalworld.client.model.armor;
import com.mojang.blaze3d.vertex.PoseStack;
import com.mojang.blaze3d.vertex.VertexConsumer;
import net.minecraft.client.model.geom.ModelPart;
import net.minecraft.client.model.geom.PartPose;
import net.minecraft.client.model.geom.builders.CubeListBuilder;
import ne... | [
"[email protected]"
] | |
02e1db907ae96c5de8e110e150e3013fb4883938 | cccccbd92a308c8b6fa4ec3ccd33cf0995345680 | /src/test/java/TimElastixAPI.java | 5c4779e125e72b41fc3571eeed85f12bd26f89df | [] | no_license | tischi/DEPRECATED-fiji-plugin-elastixWrapper | 9f06cc2a8a00c485fe9c0451ae37fbf487884013 | d02bb91820d5912c68cc31b6e562f7d6e5d14145 | refs/heads/master | 2021-11-03T09:10:38.950890 | 2019-04-26T08:44:01 | 2019-04-26T08:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | import bdv.util.Bdv;
import de.embl.cba.elastixwrapper.elastix.ElastixSettings;
import de.embl.cba.elastixwrapper.elastix.ElastixWrapper;
import net.imagej.ImageJ;
public class TimElastixAPI
{
public static void main( String[] args )
{
final ImageJ ij = new ImageJ();
ij.ui().showUI();
ElastixSettings setting... | [
"[email protected]"
] | |
bb65259b6cdfc0cf509805c22539c1b9fc4f0da4 | be28a7b64a4030f74233a79ebeba310e23fe2c3a | /generated-tests/rmosa/tests/s1024/19_jmca/evosuite-tests/com/soops/CEN4010/JMCA/JParser/JavaParserTokenManager_ESTest_scaffolding.java | ff5c29c58c5ac258fc24833dd40db9fc3fc2cc2a | [
"MIT"
] | permissive | blindsubmissions/icse19replication | 664e670f9cfcf9273d4b5eb332562a083e179a5f | 42a7c172efa86d7d01f7e74b58612cc255c6eb0f | refs/heads/master | 2020-03-27T06:12:34.631952 | 2018-08-25T11:19:56 | 2018-08-25T11:19:56 | 146,074,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,845 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Aug 23 16:34:39 GMT 2018
*/
package com.soops.CEN4010.JMCA.JParser;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.ju... | [
"[email protected]"
] | |
d70393ed55868f3b0c70c8eaa6b8c3d09ab05e72 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.3.0/code/base/dso-l2/src/com/tc/objectserver/tx/TransactionAccountImpl.java | 5182ae2d88b1faf898fb2d2c65d5e7be47db4697 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,168 | java | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tc.objectserver.tx;
import com.tc.net.protocol.tcm.ChannelID;
import com.tc.object.tx.TransactionID;
import com.tc.util.Assert;
import java.util.Collection... | [
"jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864 |
e9a0e4d9b7d933c308a40ff81577802012d59c8b | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/17c940fa479804a3da68b83caf85354a88783637/after/LibrariesValidatorContextImpl.java | 30594fc7ae4caa1317d1f7a0e70f43d258e9cbb4 | [] | 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 | 1,883 | java | /*
* Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved.
*/
package com.intellij.facet.impl.ui.libraries;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.annotations.NotNull;
import com.intellij.openapi.roots.ModuleRootModel;
import com.intellij.openapi.roots.ModifiableRootModel;
import co... | [
"[email protected]"
] | |
748d515ef4cc86a756999c7bdfac0060dcd546b6 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/google/android/gms/maps/model/ButtCap.java | bbd19b1dd95840a7943f47ef0d956d01078a7d45 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.google.android.gms.maps.model;
public final class ButtCap extends Cap {
public ButtCap() {
super(0);
}
@Override // com.google.android.gms.maps.model.Cap, java.lang.Object
public final String toString() {
return "[ButtCap]";
}
}
| [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.