blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b735a928943b6de4506bec99a13eee15125aa709 | 732afa5314922dd24662890f89c6d1d546793645 | /algorithmprogram/SqrtFunction.java | d6f8feb409236be5348e4eb0ec26bd7e06c83d45 | [] | no_license | anshuman161/All-Programs | 5c76742ba2e79a99c5c465768933c915417d4aff | 90a7076f6f891c5c0bd60ef5859ebc9286ac6baa | refs/heads/master | 2020-06-27T06:16:34.118628 | 2019-08-17T09:13:00 | 2019-08-17T09:13:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.bridgelabz.algorithmprogram;
public class SqrtFunction
{
public static void main(String[] args) {
double t,c;
c=100;
System.out.println(c);
t=c;
double epsilon = 1^ -15;
while (Math.abs(t - c/t) > epsilon*t)
{
t = (c/t + t) / 2.0;
}
System.out.println(t);
... | [
"prema.s2608@gmail.com"
] | prema.s2608@gmail.com |
2cfe4a28db14d0273664b8fb44cdb18792b633de | d4540f5d7857dc89d83e0610a808f247ce94d411 | /src/main/java/com/coviam/bookstore/gateway/DTO/QuantityUpdateDTO.java | 79db004b96894c54b326dbe139f57f1e52742b8c | [] | no_license | tailordhruv/t3_gatewayMS | a3700e120cc27a7805e21ab89cc1e7119b996798 | 2dc618fb5e76dda5ee75df4ea4de831dd5aa1004 | refs/heads/master | 2020-12-14T19:59:16.129632 | 2020-01-24T13:43:47 | 2020-01-24T13:43:47 | 234,853,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package com.coviam.bookstore.gateway.DTO;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter@Setter@ToString
public class QuantityUpdateDTO {
private String merchantId;
private String productId;
private String quantity;
}
| [
"dhruv.tailor@coviam.com"
] | dhruv.tailor@coviam.com |
d5839f12b343343ba9a208f1c891fe86e9894595 | 18b98769890fa6f255412f2c96b77f36cac507c5 | /app/src/main/java/com/example/joao/berrantinho/model/DocumentDate.java | 3610b3f079a816f353e15eb2482e489b72657c88 | [] | no_license | krllus/berrantinho | d403562c3c96d8714961de911983ff25bf71aa20 | 10c9692e9d5ca984be6b167fb96fd43078ba0157 | refs/heads/master | 2021-09-28T02:37:21.582250 | 2018-11-13T13:16:37 | 2018-11-13T13:16:37 | 111,083,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package com.example.joao.berrantinho.model;
/**
* Created by João Carlos on 5/14/18.
* Biox Pecuária Moderna
* desenvolvedorberrante@bioxbr.com
*/
public interface DocumentDate {
String getDate();
}
| [
"joaocarlusferrera@gmail.com"
] | joaocarlusferrera@gmail.com |
66394b1b469442deb98caf33fe393c342d99836e | 9a9ae2523c5f068a0c5f84e6af21c7459590b3c0 | /TestToDB/src/main/java/commandPattern/RemoveAction.java | 2ea7c68307192f32f88b8086837e3aa5b8f1d885 | [] | no_license | KonstantinBuzhin/testDBJenkins | 661f4d99a87e1d35439c589ccc41116429c27e08 | 7a312971dd45f2fdd26ea24aa259a5ec35a451dd | refs/heads/master | 2023-03-27T11:46:10.764071 | 2021-03-28T16:33:45 | 2021-03-28T16:33:45 | 350,094,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package commandPattern;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import services.PageService;
import services.RemovingPageService;
public class RemoveAction implements Action {
private final PageService service = new RemovingPageServi... | [
"k.buzhin.11@gmail.com"
] | k.buzhin.11@gmail.com |
b6fa683a7261448cc8dd866b237739ebc1ed430b | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /WidgetWarren/src/com/puttysoftware/widgetwarren/objects/Ruby.java | 3cc9d2eb758eb4e505f18c65fc642eeb65a2558f | [
"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 | 959 | java | /* WidgetWarren: A Maze-Solving Game
Copyright (C) 2008-2014 Eric Ahnell
Any questions should be directed to the author via email at: products@puttysoftware.com
*/
package com.puttysoftware.widgetwarren.objects;
import com.puttysoftware.widgetwarren.WidgetWarren;
import com.puttysoftware.widgetwarren.generic.Generi... | [
"eric.ahnell@puttysoftware.com"
] | eric.ahnell@puttysoftware.com |
011b0ffbd6f56738a181746d34d783351ed7a2bb | a2c8932f4275af22bac7d247cb23be8db90495e9 | /src/main/java/cloudbase/core/client/mapreduce/CloudbaseInputFormatShim.java | d70a504f72ba09b3e52cc9f4de094d13a7c16bd5 | [] | no_license | jstoneham/accumulo-cloudbase-shim | cfeac497cc6a1aa3f40fead7dc2803adbc0a1970 | 0a7368b28de6fe7edb0f8372ff6cff56f44a6f6a | refs/heads/master | 2020-05-18T04:17:46.750762 | 2013-07-25T15:40:24 | 2013-07-25T15:40:24 | 8,102,700 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,470 | 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 ... | [
"kvangrae@texeltek.com"
] | kvangrae@texeltek.com |
30142333c70555b4bbbcc3f089bac71c38a00aae | 509d496f1d4a37d1b56693d19cf96c528938baaa | /src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelAttribute.java | 5a8f23f4571c9e8c7fff3c70fcc201db4fa60f25 | [
"LicenseRef-scancode-other-permissive",
"BSD-3-Clause"
] | permissive | SofienBoutaib/argouml | bb65203a680b6d2c977c0bb96637914fd30584b1 | 71809598cfc3793b14809c51c975ac305e9bea6a | refs/heads/master | 2022-06-20T21:36:50.184555 | 2011-11-01T17:43:21 | 2011-11-01T17:43:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,922 | java | /* $Id: PropPanelAttribute.java 18588 2010-07-28 21:30:25Z bobtarling $
*****************************************************************************
* Copyright (c) 2009 Contributors - see below
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclip... | [
"email@cs-ware.de"
] | email@cs-ware.de |
b35eeb0cf71abecad91383fd71ede4a36b94383a | efeaa8d4a75e688f332e7e6c574a24432da996ef | /src/service/InfoService.java | 330292d51a207beb4cd86baed336b0217e995a28 | [] | no_license | tecWang/admin | 537ad7261a5dd46299e3be6cf70af2ff6c73857c | 5956707dd34b435d3bfdc492b53e80c838d93a38 | refs/heads/master | 2020-03-19T07:37:53.721813 | 2018-06-11T09:40:25 | 2018-06-11T09:40:25 | 136,133,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package service;
import beans.Info;
public class InfoService {
public void IsEmptyInfo(Info info) throws Exception{
if(info == null){ // 如果查询为空,则说明信息不存在
System.out.println("faild to search the info!");
throw new Exception("信息不存在");
}else {
System.out.println("success to search the info!");
... | [
"tecwang@139.com"
] | tecwang@139.com |
923efff441e65987038072b333942d18212883eb | d3aa03a1816bd37429971e83c4e26066626ee35e | /app/src/main/java/cn/edu/gdmec/android/mobileguard/m5virusscan/adapter/ScanVirusAdapter.java | 61f615cbb45c3af2ce7efd29c6e0919cecd17117 | [] | no_license | zjqzjiqzjq/MobileGuard | 753ec19cf6b9b90c1c453d038e6a47a29cceb9ed | 9248e0b214637744fe2941f7194ed3d5774a27f9 | refs/heads/master | 2021-09-03T02:45:23.775173 | 2018-01-05T01:13:11 | 2018-01-05T01:13:11 | 104,575,519 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,356 | java | package cn.edu.gdmec.android.mobileguard.m5virusscan.adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import cn.edu.gdmec.android.mobileguard.R;... | [
"840352773@qq.com"
] | 840352773@qq.com |
1ae109ec2e1508e3e2c8230022ddbf1e4e641625 | 95205e5f656dd4fbab614915a6d6c75e8e76de98 | /service2/src/main/java/com/example/service2/statistic/Statistic.java | 8c81c26ecf660bcee5d46d28a016ef719f49f82f | [] | no_license | dorohovGeorge/coursework_harbour | 1bff1792ad1998263dd3b1e97c93d1ff3cc9e5fe | 74b9f01c01ca03432bac6cbbdd7f90a69062dd61 | refs/heads/master | 2023-08-23T11:08:51.728782 | 2021-10-02T17:44:08 | 2021-10-02T17:44:08 | 412,869,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,476 | java | package com.example.service2.statistic;
import java.util.Arrays;
import java.util.List;
public class Statistic {
private List<List<ShipStatistic>> statistics;
private Summary summaryStatistics;
public Statistic(List<List<ShipStatistic>> statistics, Summary summaryStatistics) {
this.statistics = ... | [
"dorohovgeorge@gmail.com"
] | dorohovgeorge@gmail.com |
55042a8ca17647825ef96562cdd86b134e2e73b1 | d0e756c600a72bc9f34b240abc460f9a51b12ee2 | /Compilateur/PMachine/src/PascalListener.java | 00b4e20ab2d7233ca4e49da248ab71dec9d653b4 | [] | no_license | MaximePoirier/Projets-Universitaire | c175a15be661cac9228ad231cd83259be73b66ce | a92d33b8700acc4804945f8f7b34b2b520412036 | refs/heads/master | 2022-12-21T21:12:00.365064 | 2020-01-20T10:48:47 | 2020-01-20T10:48:47 | 222,165,795 | 0 | 0 | null | 2022-12-16T12:13:47 | 2019-11-16T22:13:47 | HTML | UTF-8 | Java | false | false | 5,526 | java | // Generated from /home/maxou/Documents/Cours/M1/S2/Compilation/PMachine/src/Pascal.g4 by ANTLR 4.7.2
import java.util.*;
import org.antlr.v4.runtime.tree.ParseTreeListener;
/**
* This interface defines a complete listener for a parse tree produced by
* {@link PascalParser}.
*/
public interface PascalListener ext... | [
"maxou.nat@hotmail.fr"
] | maxou.nat@hotmail.fr |
8805721834a18b5d67574f19e31c0d0a38a10f16 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_59c9a408bd64a16abf1407c12ac26e8f7a190290/LiteMainFrame/12_59c9a408bd64a16abf1407c12ac26e8f7a190290_LiteMainFrame_t.java | d3154105e4d47133dc160f89f3d7b7324c2c8aeb | [] | 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 | 48,233 | java | /*
* Created on 1/11/2005
* andrek24
*
*/
package au.gov.naa.digipres.xena.litegui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBa... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a1ffe9a08d6f86ce84d90ca4a937b202068f76e7 | 4dd3ff9bb2f415906c86c1ff38e447851b67ae7a | /OnLineTest/src/com/hp/Dao/TestDao.java | 95404b40e69b069b61afa18cc8925e1e073bf1cf | [] | no_license | yangyi521/Text | 1394615a60ac36b1d1b41cb8f9b31a3e2c30ed22 | 68f8a9af2b075667a895cda6c263947f7beb213c | refs/heads/master | 2016-09-13T22:14:01.429416 | 2016-04-29T01:09:06 | 2016-04-29T01:09:06 | 56,823,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package com.hp.Dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import com.hp.bean.Subject;
import com.hp.util.HibernateSessionFactory;
public class TestDao {
public List<Subject> randomFindSubject(int number){
List list = null;
Session session = HibernateSessionFactory.... | [
"yangyi521@163.com"
] | yangyi521@163.com |
1c3d86fec9f730d6604354f26260c44c63892a87 | 8bf28f8eff7210bc53f19ff3ec147eebb0b76759 | /ApplicationTest/themvp/src/main/java/com/inventec/frame/themvp/databind/DataBindActivity.java | 7ea9004ab3358a608cede42ea2f0634b9a162e3a | [] | no_license | wlyy460/NewsBlog1.0 | 1f98bff7b4046048e1d95858805c18470171d5c8 | 603e12b9bc11a938b07a8d3084383fb3c9e1e3f3 | refs/heads/master | 2021-01-18T03:16:03.233127 | 2017-03-24T08:51:31 | 2017-03-24T08:51:31 | 84,269,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,475 | java | /*
* Copyright (c) 2015, 张涛.
*
* 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... | [
"1275423024@qq.com"
] | 1275423024@qq.com |
4b3c217a6255784430fb33b21c7cd8179c22cb3b | 8e621f8658ad2dba710d757ad16bdbd795c936b0 | /src/main/java/com/siwoo/datastructure/linkedlist/LinkedListImpl.java | 247816d19b2c6faae854cacabe4786f5ad19f218 | [] | no_license | Siwoo-Kim/designpattern- | 2e969d1728992df1612b39f71c3b6b0389db4833 | ab492a1bcd7ce4b72fbb11754324cc5b9a9b9d70 | refs/heads/master | 2020-05-16T00:14:58.741503 | 2019-04-21T19:48:59 | 2019-04-21T19:48:59 | 182,575,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,034 | java | package com.siwoo.datastructure.linkedlist;
import com.siwoo.datastructure.stack.Stack;
import java.lang.reflect.Array;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class LinkedListImpl<E> implements LinkedList<E>, Stack<E> {
//top element (the most recent element) of the list.
... | [
"siwoo.kim@davinci-retail.com"
] | siwoo.kim@davinci-retail.com |
b222d1ee2daec922d545cca67ce0adaa324cc495 | 89b538997b7bd8f649c5dab72529dff0dc09d15b | /src/main/kotlin/hollow/generated/EntityApi.java | 571a96e43d356b9edf8fbadf35444670c6c45418 | [] | no_license | yonatang/hollow-delta-bug | d01e4d132a2fdee3aac324875434b53538c0de1c | fe6d0b382de4b6712bbef51fb97e8dafc7130557 | refs/heads/master | 2023-04-04T03:05:47.937923 | 2021-02-24T06:18:54 | 2021-02-24T06:18:54 | 341,798,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,883 | java | package hollow.generated;
import hollow.generated.core.*;
import java.util.Objects;
import java.util.Collection;
import java.util.Collections;
import java.util.Set;
import java.util.Map;
import com.netflix.hollow.api.consumer.HollowConsumerAPI;
import com.netflix.hollow.api.custom.HollowAPI;
import com.netflix.hollow... | [
"yonatan.graber@gmail.com"
] | yonatan.graber@gmail.com |
1ac51b35eab5a69efe55d06582b339000496bf1f | 5289717d138092c317121ca0e6620c9b3fea2e95 | /carRent-manager-service/src/main/java/com/song/service/CarService.java | e901e8987171b03bc74699e79a5b60e0cb4bb70e | [] | no_license | song-last/carRent | 3eec6041cc99b658db0db692c942a59de0eda3bc | 16045e4f0854d68857d5a11ffb719b8054f225b1 | refs/heads/master | 2022-12-22T16:53:56.602603 | 2019-12-01T13:00:20 | 2019-12-01T13:00:20 | 225,153,912 | 0 | 0 | null | 2022-12-16T05:09:33 | 2019-12-01T11:58:52 | Java | UTF-8 | Java | false | false | 129 | java | package com.song.service;
import com.song.pojo.BusCar;
public interface CarService {
BusCar findByCarNumber(String id);
}
| [
"demo_glb@song.com"
] | demo_glb@song.com |
2096be9496849373eaf4305af2271b48598258b5 | a738b15524b0c739a4354c4b29132fe07eaebb20 | /app/src/androidTest/java/com/black/flair/poscryption/ExampleInstrumentedTest.java | a7a066ad3f2f7fec20025c98cef3a331cdf98a52 | [] | no_license | BlackFlair/PosCryption | d5cb695e6201696b52da46452ead58ab5dfb434c | 14cdf0a727e812100eb719076439e9a34c5d404a | refs/heads/master | 2021-05-22T20:11:19.943388 | 2020-04-04T18:49:54 | 2020-04-04T18:49:54 | 253,074,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.black.flair.poscryption;
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 execut... | [
"surinmachaiah@gmail.com"
] | surinmachaiah@gmail.com |
d986ef567de4ebcd111fc111dc4644a2c9a5af49 | c5ca82622d155ca142cebe93b12882992e93b1f6 | /src/com/geocento/webapps/earthimages/emis/application/server/utils/PolicyHelper.java | 06b9676041d35786a00c025a874a778c3eecda52 | [] | no_license | leforthomas/EMIS | 8721a6c21ad418380e1f448322fa5c8c51e33fc0 | 32e58148eca1e18fd21aa583831891bc26d855b1 | refs/heads/master | 2020-05-17T08:54:22.044423 | 2019-04-29T20:45:24 | 2019-04-29T20:45:24 | 183,617,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.geocento.webapps.earthimages.emis.application.server.utils;
import com.metaaps.webapps.earthimages.extapi.server.domain.policies.EULADocumentDTO;
import com.metaaps.webapps.earthimages.extapi.server.domain.policies.LicensingPolicy;
import com.metaaps.webapps.libraries.client.widget.util.ListUtil;
/**
* C... | [
"leforthomas@gmail.com"
] | leforthomas@gmail.com |
f9427a7321e2c2fbd0b07af0edfa184ade5ddf40 | 997a46bd50ac8c9591b6cb2aa6376297168260cd | /src/main/java/rajesh/App.java | 16426538d193636d9d630c9d50d27fd68479c517 | [] | no_license | vuppula/new | 33c0b651a349e2aa923345e7f5806e2af9852fc5 | 8dfe4359d0b8efcb97e1fd41ec071988b18aae43 | refs/heads/master | 2021-01-19T23:58:15.317072 | 2017-12-07T18:30:55 | 2017-12-07T18:30:55 | 89,058,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package rajesh;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"rajeshkumarvuppula@gmail.com"
] | rajeshkumarvuppula@gmail.com |
fc1fa5ce9c9a9b57ab8360d1865fd8694d64f910 | 17f48031d3cfcd84c6961fde139820903cb7a7b7 | /src/rabin/RabinTest.java | 6ae47a4d632bc03e49bd6f050825050977ba2858 | [] | no_license | andrey-justo/rabin-elgamal | e07dddea65aadca0af4f1a4ea26b9ce60f48ef24 | 6081debf36e65e3191c4921a6d907d5bacdb2451 | refs/heads/master | 2021-06-06T22:22:22.246493 | 2016-10-21T21:25:36 | 2016-10-21T21:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | package rabin;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
public class RabinTest {
public static void main(String[] args) throws UnsupportedEncodingException {
String originalText = "Hello Wor... | [
"andrey.justo@movile.com"
] | andrey.justo@movile.com |
32e01cb253fdc3233b9567e1e45bd32b7add6299 | 2a8be554d680366514e6f89328719e0ddb5c73e6 | /S.MiniSeconds/Example/AMazeByNathanOwen/app/src/main/java/edu/wm/cs/cs301/NathanOwen/ui/FinishActivity.java | d2c448ecec8adc94b5f1e0da14c2a0d59ca042cd | [] | no_license | kpnadmin/myData | e36bbc231b6ab9882e4991c613ceea5458f6d632 | 4889ee57a0d5c7767f7fdfec5acf005e63c23764 | refs/heads/master | 2020-04-05T13:08:38.657424 | 2017-08-26T10:03:36 | 2017-08-26T10:03:36 | 95,096,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,722 | java | package edu.wm.cs.cs301.NathanOwen.ui;
import edu.wm.cs.cs301.NathanOwen.R;
import edu.wm.cs.cs301.NathanOwen.R.id;
import edu.wm.cs.cs301.NathanOwen.R.layout;
import edu.wm.cs.cs301.NathanOwen.R.menu;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.gr... | [
"kpn@com"
] | kpn@com |
648cea4cb8b970dd43dbd9338dcbb85b306c6914 | 1f209e3670a9a2817273c8a636c7dec28df2e6d2 | /src/test/java/org/elasticgremlin/simpleQueryHandler/java/ElasticGraphStructurePerformanceTest.java | f034b32e516ce9be3d4efd8a9ef4d5d0066206d2 | [] | no_license | weston100721/elastic-gremlin | 76c306e1186472213f8d14042ccd692fa86e7bbd | 7c0de0b6696e013507557d57f5a86107412699d5 | refs/heads/develop | 2021-01-22T23:58:43.548984 | 2015-10-26T22:19:47 | 2015-10-26T22:19:47 | 85,686,669 | 0 | 0 | null | 2017-03-21T10:07:17 | 2017-03-21T10:07:17 | null | UTF-8 | Java | false | false | 507 | java | package org.elasticgremlin.simpleQueryHandler.java;
import org.apache.tinkerpop.gremlin.GraphProviderClass;
import org.apache.tinkerpop.gremlin.structure.StructurePerformanceSuite;
import org.elasticgremlin.ElasticGraphGraphProvider;
import org.elasticgremlin.structure.ElasticGraph;
import org.junit.runner.RunWith;
@... | [
"rmagen@gmail.com"
] | rmagen@gmail.com |
48f8c3e34587eb5124c5bf09b13c1cbd7bb0a8a9 | 0232c1cfd8d5455a7a8924013823f7da8c3d2d86 | /DesignPatterns/src/delegatePattern/examples/QuackingBehaviour.java | e410a2a7c3306e340c49ba1002fc34704a286b9c | [] | no_license | rajan-github/practice_and_fun | e1369b47e1e88dff0a0633fa4f52f368252c1a6a | 0a415204afd190cccc09e9fbfcd8423d41607ec4 | refs/heads/master | 2023-01-02T00:35:49.834828 | 2020-10-25T10:33:52 | 2020-10-25T10:33:52 | 257,050,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package delegatePattern.examples;
public interface QuackingBehaviour {
public void quack();
}
| [
"rajan-c@prod.hclpnp.com"
] | rajan-c@prod.hclpnp.com |
19184a8555d18b56d7720f5392842b76060057cd | 61b1f459b2460a3a6c9371efcbde7243a3f8ce93 | /app/src/main/java/com/my/mlqrscan/CameraSource.java | 7b34bc8794cd944f85bd7e7020943ee8d62ad4ab | [] | no_license | tejasshah720/MLQRScan | 345835a970ba3d40f0c3527da840b81cb87cf978 | ecc78fd765092217b0c483276b986cc156cce574 | refs/heads/master | 2020-04-08T11:40:47.648440 | 2018-11-27T10:11:46 | 2018-11-27T10:11:46 | 159,315,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,431 | java | package com.my.mlqrscan;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.graphics.ImageFormat;
import android.graphics.SurfaceTexture;
import android.hardware.Camera;
import android.hardware.Camera.CameraInfo;
import android.s... | [
"tejas.shah@vaagha.com"
] | tejas.shah@vaagha.com |
0cdbf6df46928578cb305667472c171fbd77a3d4 | fe25d571013398e7b80336d538fd35b10c9bcf88 | /src/zz/PermutationSeq.java | c2a3064745a2ca133112caae7d830b721d6c7896 | [] | no_license | lyk-ohlyk/leetcode3 | b17601fca2eae1df7caca65b4d55b5ad27588d8e | 1df951441a2f28ddf8e4337e4ddb59573d8625d4 | refs/heads/master | 2020-07-23T12:20:40.546726 | 2017-11-29T00:21:09 | 2017-11-29T00:21:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | //zz reviewed
package zz;
import java.util.Arrays;
public class PermutationSeq {
public static void main(String[] args) {
// TODO Auto-generated method stub
PermutationSeq p=new PermutationSeq();
System.out.println(p.getPermutation(3, 4));
}
public String getPermutation(int n, int k) {
if(n==0 ||... | [
"zhou66.ustc@gmail.com"
] | zhou66.ustc@gmail.com |
493ccfc4d9e077f9dbc08abd2ed5d3cc22cc3192 | 0212cf78b122a14c2d9bd276c88b6934b63aa174 | /authentication/src/main/java/sc/hqu/graduationdesign/homeworkmanager/model/RequestAuthenticationToken.java | 189fba6675cf2405f4c287b0356d6661c4d64918 | [] | no_license | tzx2021/HomeworkManager_backend | b6701952edf84ec09469208e42ab9744bc6770fe | ff4ff63a88b394a4f650abff9790e2d6e08427cc | refs/heads/master | 2023-04-07T10:59:15.740077 | 2021-04-13T15:04:13 | 2021-04-13T15:04:13 | 346,960,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package sc.hqu.graduationdesign.homeworkmanager.model;
import org.springframework.security.authentication.AbstractAuthenticationToken;
import org.springframework.security.core.SpringSecurityCoreVersion;
/**
* 用户请求访问的鉴权令牌对象,所有web请求每次进入到服务端时都需要进行接口鉴权认证
* 在通过认证后才可以进行最终的接口访问。每个请求都会持有自己的认证令牌对象
* @author tzx
* @date 20... | [
"207735416@qq.com"
] | 207735416@qq.com |
59409adb17399d43719719aaa632d0046d518fe7 | e0cecd894682a55be74d15577f560dd4bd4d74a2 | /app/src/main/java/pe/torganizagroup/easyhotelapp/Pojo/Ubications.java | a8e994c8bd1de16c51f2611935437260acd401cf | [] | no_license | PhoenX98/EasyHotelApp | 53deb1b43615cffb5846a610e030899461e239e0 | f14bf04e018ddc7c122fc3527fa41ac26cf4e9f4 | refs/heads/master | 2020-04-21T19:43:36.951228 | 2019-05-06T22:33:52 | 2019-05-06T22:33:52 | 169,817,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package pe.torganizagroup.easyhotelapp.Pojo;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Ubications {
@SerializedName("type")
@Expose
private String type;
@SerializedName("coordinates")
@Expose
private List<... | [
"wilberthrp98@gmail.com"
] | wilberthrp98@gmail.com |
c3e0225c8fa40ebf1e8d665d94612e61fca74114 | 1c8ff1b9291e7328c4aa72f4668aeda6ff42119d | /src/main/java/com/aws/sundgaar/Application.java | f3a29cac8f86c868883ef04e70713776426468f5 | [
"MIT"
] | permissive | sundgaard-aws/simple-java-lambda | c6264b82da3576cc838f876ad2471804fa00c94d | 4fc4db82aae82d321e3dbc5df6690c935b745578 | refs/heads/master | 2023-02-04T23:03:16.081477 | 2020-12-23T14:22:24 | 2020-12-23T14:22:24 | 295,700,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.aws.sundgaar;
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);
}
} | [
"michaelringholm@gmail.com"
] | michaelringholm@gmail.com |
1909cb02b7b949acae7cc00e3bb8da388a4f166b | 6c6ac53b3b8246c05f766aea59b538b9201574d6 | /Sta/app/src/main/java/com/example/sri/sta/HttpPUTTask.java | 3788297c989062a6af0cbdc9620361f59e32663f | [] | no_license | ranjithreddy123/Stato | d9262fdd9744f595f575c60213631e9f6126a7fb | 6114806cd76817b11346230c77aeb1b5fbeecd61 | refs/heads/master | 2020-03-25T10:08:48.550883 | 2018-08-06T06:23:13 | 2018-08-06T06:23:34 | 143,684,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,990 | java | package com.example.sri.sta;
import android.os.AsyncTask;
import android.util.Log;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Map;... | [
"ranju0515@gmail.com"
] | ranju0515@gmail.com |
5915c627f38e5835c5d6f91f983aac4a1e008af1 | e6a0b364a5cf52c99bfe8fdf8757133263668758 | /coding2017 第二季/students/315863321/ood/ood-assignment/src/main/java/org/litejunit/v3/runner/Request.java | da1019f86875ed42af16bb040091e568ba7e70f6 | [] | no_license | china-kook/coding2017 | 9d2bd0792a8defbc673fbaa5a3ccf18b7ff6f06f | fa3adef8048fab70b2daecf0c96fa549b3eb58a5 | refs/heads/master | 2021-01-19T13:08:51.819495 | 2019-02-25T13:58:20 | 2019-02-25T13:58:20 | 82,365,925 | 1 | 1 | null | 2017-02-18T06:10:56 | 2017-02-18T06:10:56 | null | UTF-8 | Java | false | false | 3,348 | java | package org.litejunit.v3.runner;
import org.litejunit.v3.internal.requests.*;
import org.litejunit.v3.runner.manipulation.Filter;
import java.util.Comparator;
/**
* A <code>Request</code> is an abstract description of tests to be run. Older versions of
* JUnit did not need such a concept--tests to be run... | [
"china.ikook@gmail.com"
] | china.ikook@gmail.com |
e702ae4402c46c33500ec8376b780f4663f0e98c | 8ccd1c071b19388f1f2e92c5e5dbedc78fead327 | /src/main/java/ohos/agp/render/render3d/components/NodeComponent.java | 12690de4fa26df4d67fab444ce8731cc8a7af4d9 | [] | no_license | yearsyan/Harmony-OS-Java-class-library | d6c135b6a672c4c9eebf9d3857016995edeb38c9 | 902adac4d7dca6fd82bb133c75c64f331b58b390 | refs/heads/main | 2023-06-11T21:41:32.097483 | 2021-06-24T05:35:32 | 2021-06-24T05:35:32 | 379,816,304 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package ohos.agp.render.render3d.components;
import ohos.agp.render.render3d.Component;
import ohos.agp.render.render3d.Entity;
public class NodeComponent implements Component {
private boolean mIsEnabled;
private boolean mIsExported;
private String mName;
private Entity mParent;
publi... | [
"yearsyan@gmail.com"
] | yearsyan@gmail.com |
e6783828ee943f5735bd273880f328d130ddfba0 | 65fa45fb0bc7515535446d42015ae4f964c49139 | /app/src/main/java/com/project/equipmanagement/app/MyApplication.java | c6c72ec542a82692452a49bd6f81e3c19c86374a | [] | no_license | yeyanni910/EquipManagement | 3ef399f6fadac1579d7f90d81e24d18d6b5e5bb5 | 692fd8f6fc4dd56de28bab03bac2bac8d1ec1a59 | refs/heads/master | 2021-01-02T08:11:07.380811 | 2017-09-07T04:36:21 | 2017-09-07T04:36:21 | 98,952,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,785 | java | package com.project.equipmanagement.app;
import android.app.Application;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Handler;
import android.os.StrictMode;
import com.project.equipmanagement.BuildConfig;
im... | [
"ye.yanni@yujianjia.com"
] | ye.yanni@yujianjia.com |
398bd1bca045e4674e30123b50dddc5b0b0f25f5 | a84832dd5242e0a17a9820d955432d3e8ba258f0 | /src/com/retailshop/action/admin/SurveyQuestionBean.java | d95eedee9b2711337e0114a899f517d39fe234e1 | [] | no_license | vivektr2007/bestkart4u | 229effb614d454e03b38797b2bde6deeddac7faf | 0c67b66f4d84ae0ee2c7eeca0c341bd525ccc27c | refs/heads/main | 2023-02-27T05:19:05.575607 | 2021-02-04T09:30:10 | 2021-02-04T09:30:10 | 335,901,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.retailshop.action.admin;
import java.util.ArrayList;
import java.util.List;
public class SurveyQuestionBean {
private int questionId;
private String questionDesc;
private List<SurveyAnswerBean> surveyAnswerBean = new ArrayList<SurveyAnswerBean>();
public int getQuestionId() {
return questionId;
... | [
"vivektr2007@gmail.com"
] | vivektr2007@gmail.com |
e6bca74a74020a741a8039cdd350bdf7b6b87529 | 8b15e30df7437c9aebd8fc2c65df91f4e05b9558 | /src/main/java/eu/getmangos/mapper/CreatureRespawnMapper.java | 6b15817db0998d8d885c154589b3a3a835860098 | [
"Apache-2.0"
] | permissive | Warkdev/instance-service | f2fe4dd8409daed8753c6527e0f65f8027894a88 | 6bc6fdee86ae0bf1bab66bc4ef9ccdee63e88bb5 | refs/heads/main | 2023-05-02T21:19:41.457719 | 2020-11-28T21:51:43 | 2020-11-28T21:51:43 | 314,816,039 | 0 | 0 | Apache-2.0 | 2021-06-02T06:19:25 | 2020-11-21T13:16:32 | Java | UTF-8 | Java | false | false | 597 | java | package eu.getmangos.mapper;
import org.mapstruct.InheritInverseConfiguration;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import eu.getmangos.dto.CreatureRespawnDTO;
import eu.getmangos.entities.CreatureRespawn;
@Mapper(componentModel = "cdi")
public interface CreatureRespawnMapper {
@Mapping(so... | [
"cedric.servais@outlook.com"
] | cedric.servais@outlook.com |
5d58c4c1da9327c9dc9a3c9b656bfb1fc3b55ec5 | b7ffcfbf6c27c58a5901eb1f5d2b3f20522fe96b | /ContainsDuplicateII.java | 158be61f6f22c0e5df763b8c41dfa63bf45924b0 | [] | no_license | ShuzhongChen/Java-Problems | 354ca2ea7da5a008945bc29f167bd8747e72518c | 8ba7b5a5c1f4f7658bca55ed20c66cd6b164a3f6 | refs/heads/master | 2021-08-24T04:56:51.243893 | 2017-12-08T04:08:14 | 2017-12-08T04:08:14 | 105,944,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | class Solution {
public boolean containsNearbyDuplicate(int[] nums, int k) {
HashMap<Integer, Integer> map = new HashMap<>();
for (int i = 0; i < nums.length; i++) {
if (map.containsKey(nums[i]) && i - map.get(nums[i]) <= k) {
return true;
}
map.p... | [
"chenshuzhongs@gmail.com"
] | chenshuzhongs@gmail.com |
1203fa4602d95dc1815942dd4c55a535cce791b4 | 84aa13805ede450ba37c62df2210023f84e3ac69 | /common/src/main/java/com/lucky/common/util/MapUtils.java | 0525f6002b2b3f0295c2f3ce02c73ae9c10457c7 | [] | no_license | 1096064232/lucky-project | bedb5286e794576085cd7463cbac0a2bdf18cb23 | 58ecacf3b4eefa67fa269af6ecb38fb92099e6dc | refs/heads/master | 2020-04-17T13:27:09.675110 | 2019-03-14T14:31:43 | 2019-03-14T14:31:43 | 166,616,522 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.lucky.common.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.HashMap;
import java.util.Map;
public class MapUtils {
private static Logger logger = LoggerFactory.getLogger(MapUtils.class);
public static Map<String, Object> conversion(Map<String, String> map) {
... | [
"“1096064232@qq.com"
] | “1096064232@qq.com |
2f42971e2e236eb3d24558530993f6a7220b89e3 | 34bbd6c4b46602fef9ddfc34022af16ffe386e84 | /jgltf-model/src/main/java/de/javagl/jgltf/model/io/v1/GltfReaderV1.java | b53b13548e33f2313a68f8eb4842bbe22833066a | [
"MIT"
] | permissive | javagl/JglTF | a1bf14745ed21c2a24336f128453b899b2edca58 | ec0b0dc27b9e666e027d6cd80ac4e1feaede22a2 | refs/heads/master | 2023-08-19T09:50:36.919314 | 2023-08-06T12:50:28 | 2023-08-06T12:50:28 | 58,940,073 | 187 | 60 | MIT | 2023-08-06T12:50:29 | 2016-05-16T14:41:52 | Java | UTF-8 | Java | false | false | 3,115 | java | /*
* www.javagl.de - JglTF
*
* Copyright 2015-2016 Marco Hutter - http://www.javagl.de
*
* 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 witho... | [
"javagl@javagl.de"
] | javagl@javagl.de |
5dc1e8a250ef7b681c22f2cf1a30f54bb06e8924 | 5b57ac5acab8bf8340993a990ec04cca16646557 | /Leetcode 050 - Pow(x, n).java | f2b0f045a5f27b676e6c5e9b10c2b37ba1a40446 | [] | no_license | yuweiw823/algorithm-practice | 56e7b3452c9dccf1389f79fdbd72c5f15f7b91c0 | 7c7dc880001df37c636783812be30a9b535b9a45 | refs/heads/master | 2021-05-01T00:42:50.471956 | 2019-02-13T08:40:03 | 2019-02-13T08:40:03 | 44,027,987 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | //Leetcode 050 - Pow(x, n).java
//和 029 一起看
public class Solution {
public static void main(String[] args){
Double res = pow(7.0, 5);
System.out.println(res + "");
}
public static Double pow(Double x, int n){
return (n>0) ? power(x, n) : 1/power(x, n);
}
public static Double power(Double x, i... | [
"yuweiw823@gmail.com"
] | yuweiw823@gmail.com |
4b04c5e65709ac6b02820353fb616a37a1382180 | 1c2875da6e4c70588983794bf0943a6c380d598f | /core/src/com/mmalk/mazeball/maputil/framework/GameMapSolution.java | d060fc30c01cfe1b416a2df1927d9c6ce127271e | [] | no_license | mmalk03/mazeball | ee8252db99930da45a0021d47c097e120f5221fc | d7dcda1d94865185b57491682a5ec26f4c860302 | refs/heads/master | 2020-12-09T23:37:02.207186 | 2020-01-12T19:40:49 | 2020-01-12T19:40:49 | 233,448,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.mmalk.mazeball.maputil.framework;
import com.mmalk.mazeball.maputil.ArrayPosition;
import java.util.Stack;
public abstract class GameMapSolution {
protected Stack<ArrayPosition> solution;
public GameMapSolution(GameMapSolution gameMapSolution){
solution = (Stack<ArrayPosition... | [
"m.malkinski87@gmail.com"
] | m.malkinski87@gmail.com |
bb09f06afc2f4a971670e2b76d06f22280174bb7 | 66220fbb2b7d99755860cecb02d2e02f946e0f23 | /src/net/sourceforge/plantuml/activitydiagram3/ftile/AbstractConnection.java | dfe51dd58c4ec131c571f2e2ab110a86ab935c78 | [
"MIT"
] | permissive | isabella232/plantuml-mit | 27e7c73143241cb13b577203673e3882292e686e | 63b2bdb853174c170f304bc56f97294969a87774 | refs/heads/master | 2022-11-09T00:41:48.471405 | 2020-06-28T12:42:10 | 2020-06-28T12:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,545 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
58ae6c5f74a2a032c56a6bb4412e83862f9be511 | f27bb194c4764df742806c7df6ac1036634fa8af | /SHAclient/src/appModel/CameraDevice.java | 9f711a17673d63946dedb40736c214da72df1bcf | [] | no_license | kenjudytx/SHAclient | 0d332c980d8c0ba5362c545dc569c24c75132310 | 50be92c4cbb2ff78897d58b43a094d050a752835 | refs/heads/master | 2016-09-06T06:02:48.527572 | 2015-03-25T12:07:37 | 2015-03-25T12:08:45 | 32,859,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package appModel;
import appControl.DeviceController;
public class CameraDevice extends Device {
public CameraDevice(int id, String dtype, String n, DeviceController d)
{
super(id,dtype,n,d);
}
public boolean refresh()
{
return false;
}
}
| [
"kenjudytx@gmail.com"
] | kenjudytx@gmail.com |
25663a3fec05df2f81601328c6a3047ef857c0d7 | d6cc1db17fec8e06c4ac3462856a74d12098cafa | /src/java/br/app/teste/config/AuthenticationPhaseListener.java | 7140a8f9f1ed95bf5f7b990a6ec2c7ce42e26c3a | [] | no_license | Hericksnake/OlicarDemo | 4cb6794978c1708192f392138da12e01349b2075 | 5e20216b9b185419625a6e38bbdb7e1f8c16d7b4 | refs/heads/master | 2021-01-23T03:22:09.884125 | 2012-11-19T23:50:08 | 2012-11-19T23:50:08 | 6,695,843 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.app.teste.config;
import br.app.teste.beans.PessoaBean;
import br.app.teste.jsf.UserSessionManagedBean;
import java.util.Map;
import javax.faces.application.NavigationHandler;
import javax.faces.context.Faces... | [
"herick.marques@gmail.com"
] | herick.marques@gmail.com |
81d50e58eeff5b9aaf2e3b352635953b1923aa03 | 753e59a2277d26ceb26bfbd330aff7cd7d0d7c4b | /api-server/src/main/java/io/enmasse/api/v1/types/APIResource.java | 3a4947562c23f6fbda546d43d479a37cc1677b08 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"GPL-2.0-only"
] | permissive | riccardo-forina/enmasse | e17bc17677015a8711073429fc1d73c2f6602ef6 | f93289ec5865f87d4fb35892a2d9eec3b8125396 | refs/heads/master | 2020-08-10T16:40:41.189040 | 2020-01-14T09:35:05 | 2020-01-14T09:35:05 | 214,378,403 | 0 | 6 | Apache-2.0 | 2020-01-14T09:35:06 | 2019-10-11T08:01:32 | Java | UTF-8 | Java | false | false | 1,446 | java | /*
* Copyright 2018, EnMasse authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.enmasse.api.v1.types;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
@JsonIncl... | [
"lulf@pvv.ntnu.no"
] | lulf@pvv.ntnu.no |
02bf52fdd6248e361d32c683965c8e507db07a13 | 4840938f218f583db4fddd3f3fe16767b4186281 | /wnexporter/src/main/java/kr/co/wisenut/config/datasource/DBVender.java | 0a19ce8b1010cf8fa4622530c7844c9191941afa | [] | no_license | yksung/wnexporter | ab64d1275bb911293dac7a15428447275f2e104f | 72e494cf2e9608f984a7712a13175228b90a693b | refs/heads/master | 2021-01-18T22:13:09.811571 | 2017-01-11T04:31:09 | 2017-01-11T04:31:09 | 69,224,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | /*
* @(#)DBVender.java 1.0.5 2009/03/19
*
*/
package kr.co.wisenut.config.datasource;
/**
* Created by WISEnut
* <b>Filename : </b>DBVender.java<p>
* Copyright 2001-2009 WISEnut, Inc. All Rights Reserved.
* This software is the proprietary information of WISEnut, Inc.
* SLA Exporter Release 19 Mar... | [
"Holly@Holly-THINK"
] | Holly@Holly-THINK |
5cc5f984d8b4db5ccba09d7dad540ad957614bd0 | b6a1d21c176efc9327043f6fb379a2f93e5b958e | /scripts/src/main/java/nz/ac/massey/httpmockskeletons/scripts/commons/OWLClassLabelsJSONArrays.java | ae71bd641603bba5bfc16119e2179ba9ee8900da | [] | no_license | sudam/http-mock-skeletons | 803c0f46933df2387bef706c8caa4ceaaa435562 | 462894ca5985d769199b934d126333d45591290e | refs/heads/master | 2022-12-10T02:05:01.042261 | 2020-09-13T13:17:59 | 2020-09-13T13:17:59 | 295,154,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,926 | java | package nz.ac.massey.httpmockskeletons.scripts.commons;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.semanticweb.owlapi.apibinding.OWLManager;
import org.semanticweb.owlapi.model.*;
import java.io.File;
import java.util.*;
/**
* this class creates a static JSON array of label names... | [
"t.bhagyasl@gmail.com"
] | t.bhagyasl@gmail.com |
cec45fda7a978b3d3a6c8ffbeb9168ab9cc767ad | 0fdeaea9f8d0cfd48e30c25e2d515fab7ad22be2 | /bus-image/src/main/java/org/aoju/bus/image/metric/Thumbnail.java | 92c006930ad34137b56d070959c18aabeab29694 | [
"MIT"
] | permissive | usbwc/bus | 7315d6a035631c7debf2247900fca415346b2b07 | 30c91fb8be0820b430bebcb816c045d013fc162f | refs/heads/master | 2023-04-04T21:26:20.176586 | 2021-03-25T07:10:44 | 2021-03-25T07:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,351 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"839536@qq.com"
] | 839536@qq.com |
378e522c7c75dd3bae7f253e6e024c5f8c322824 | f7b21bafc1a5da010b47a769e0d4644f1533f515 | /app/src/main/java/com/cocos/cocosapp/presentation/main/home/SubCategoryAdapter.java | e50a189c828d3564c34c3d216f0e7f4eddd5ee1e | [] | no_license | CocosApp/cocos-android | b058606e4a35da32d38c568cdd0fbfdebc7a98d6 | f261feb72d9c83d380c870bab9b2e610d85e8daa | refs/heads/master | 2020-03-18T07:09:02.667529 | 2018-09-17T06:06:58 | 2018-09-17T06:06:58 | 134,435,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,485 | java | package com.cocos.cocosapp.presentation.main.home;
import android.content.Context;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Im... | [
"katherine.caillahua@gmail.com"
] | katherine.caillahua@gmail.com |
2b9150c7dd3387bce0790523a8774494c2a4bc5e | 6a7468295554087eb7a9e7437fcb18c05dfdbfbd | /app/src/test/java/edu/temple/wumbo/ExampleUnitTest.java | bb62fdfed49e2e10b4d0f24b605ffdee53a89e83 | [] | no_license | malikvk/wumbo | 24b2b605b6ba45a36beea8af4d75cb2aae1657d1 | 3f06aa7e09e59da45ce2a9d84bd281d4620fa691 | refs/heads/master | 2020-05-19T09:42:26.611348 | 2019-05-04T23:48:13 | 2019-05-04T23:48:13 | 184,949,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package edu.temple.wumbo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addit... | [
"tug38802@temple.edu"
] | tug38802@temple.edu |
c72ad96e9974f8f1bc6d7ca816d625853319d406 | cd7c0436128b9db37f45388cd0d716f9c3b17200 | /src/test/java/org/osjava/signals/Signal2ThreadDispatchBase.java | 2133f40522cd615a9e88e062bd33a6e301da77bf | [
"MIT"
] | permissive | SimonRichardson/java-signals | 6bd3eff0b430f37caf565179606f6cd518d15aa0 | ab05c6f0d83907388a668cb85e067dee9b917968 | refs/heads/master | 2020-12-25T08:38:04.238307 | 2011-12-19T19:37:08 | 2011-12-19T19:37:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,743 | java | package org.osjava.signals;
import java.util.concurrent.Callable;
import org.junit.After;
import org.junit.Test;
import org.osjava.signals.Signal.Signal2;
import org.osjava.signals.SignalListener.SignalListener2;
public class Signal2ThreadDispatchBase extends SignalThreadBase {
protected Signal2<Integer, Integer> ... | [
"stickupkid@gmail.comm"
] | stickupkid@gmail.comm |
9e237d529cdf4d37df245305bddbf52d7ade8dc4 | 57067de1347b64aae39007e803f2f4899f71a0a9 | /src/main/java/net/minecraft/inventory/ContainerBeacon.java | 3cd06904039c5314fb06881f953c21a7857f3b56 | [
"MIT"
] | permissive | Akarin-project/Paper2Srg | 4ae05ffeab86195c93406067ea06414cb240aad6 | 55798e89ed822e8d59dc55dfc6aa70cef1e47751 | refs/heads/master | 2020-03-20T21:57:05.620082 | 2018-06-23T10:17:43 | 2018-06-23T10:17:43 | 137,770,306 | 4 | 4 | null | 2018-06-21T14:51:05 | 2018-06-18T15:29:10 | Java | UTF-8 | Java | false | false | 5,004 | java | package net.minecraft.inventory;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntityBeacon;
import org.bukkit.craftbukkit.in... | [
"i@omc.hk"
] | i@omc.hk |
faf1cf91bfe26cbfaf083f3c3f95aeb5cb3f0405 | aabb2b00c0050bc717a8e9042b8d54ad21e871b9 | /Algorithm/src/lintcode/Next_Permutation.java | ec81caaa0698f2cbc227cd782544b47e14fd3083 | [] | no_license | littlexiaoxiao/Algorithm | 7da4427bf7aeae110578077c746dcfd1a9f4b235 | ff9b088558f1ba58fc48ffda404067a5d355f9eb | refs/heads/master | 2016-09-06T01:10:05.260434 | 2015-09-22T03:11:16 | 2015-09-22T03:11:16 | 42,678,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package lintcode;
public class Next_Permutation {
public int[] nextPermutation(int[] nums) {
if (nums == null || nums.length <= 1) {
return nums;
}
int small = 0;
int big = 0;
for (int i = nums.length - 1; i > 0; i--) {
if (nums[i] > nums[i - 1]) {
small = i - 1;
break;
}
}
// if the ... | [
"maojiewen@maojiewens-air.wv.cc.cmu.edu"
] | maojiewen@maojiewens-air.wv.cc.cmu.edu |
7a8a8e4ee1fefffb35b82ff59b935f79389be634 | 61ed446dd3821825e10e9532305f15d469fee72f | /src/main/java/ru/reksoft/interns/carstore/entity/DictCarcass.java | 4fd1fcb7e0139b091b4a10ba5ff6e59be5dd759d | [] | no_license | DLari/CarStore | 0970c66f741d921eb173afd3351ab3c484166f99 | c48ea8ffea5c8333e9131f820b7d4dce0c1cd704 | refs/heads/master | 2022-11-28T19:43:01.146340 | 2020-02-19T14:22:15 | 2020-02-19T14:22:15 | 229,778,847 | 0 | 0 | null | 2022-11-15T23:59:58 | 2019-12-23T15:33:32 | Java | UTF-8 | Java | false | false | 699 | java | package ru.reksoft.interns.carstore.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* кузов
*/
@Entity
@Table(name="dict_carcass")
public class DictCarcass {
/**
* id
*/
@Id
@Column(name = "id")
priv... | [
"vas555565@yandex.ru"
] | vas555565@yandex.ru |
63731c42b1a2ed28469ef46ad68fe848ee2178fa | 9673825eb58f5285651891452256e7950d233b07 | /SeleniumAutomation/src/datadriven/excelDataSheet.java | 522ca7503a6ab4c04e1e066f934eb93a5d1c7f61 | [] | no_license | shubham8931/My_First_GitPush_Selenium | 2a452e4e42890dc9f0cd0a79faba9880f2428e01 | 0f18191238d9283a72a824344dda993d4a49c1fa | refs/heads/master | 2023-04-21T15:41:53.891652 | 2021-05-14T05:48:34 | 2021-05-14T05:48:34 | 366,598,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,360 | java | package datadriven;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.apache.poi.EncryptedDocumentException;
import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.ss.usermodel.WorkbookFactory;
import org.ope... | [
"shreeram@PAVANPUTRA.mshome.net"
] | shreeram@PAVANPUTRA.mshome.net |
bde7c119a0f29c4535d324134302216e90754659 | 91509739d6d388140d372a1467edf5240bcb0081 | /app/src/test/java/com/dilla/myshoes/ExampleUnitTest.java | dffc643b7c1803e166628f08fd0df494b136c475 | [] | no_license | adillakusumadewi/MyShoesMasterAndroid | c913a18cef0463635eb25e95b7175549758e71ea | e439e77a854b1082a8ee56010d5dacf11d375e59 | refs/heads/master | 2023-06-06T06:03:47.977927 | 2021-06-29T05:11:43 | 2021-06-29T05:11:43 | 381,246,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.dilla.myshoes;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addi... | [
"kusumaadilla@gmail.com"
] | kusumaadilla@gmail.com |
f8f4a4e19e0a57105cb37d327caa7373634fbc9c | c802aaf4730f4eefd74b273435379a496a18ab9d | /src/test/java/com/tpg/smp/persistence/entities/PersonEntities.java | 74756dabd2b2cbc292a1531b429380fc70edad78 | [] | no_license | tpgoldie/smp | 2984074493aa6b69821ecc095dd73a59ae790ef4 | fd42a1e555b0a6969bbb25aad1428c485f678dc0 | refs/heads/master | 2021-01-13T05:31:02.439836 | 2017-02-04T17:39:52 | 2017-02-04T17:39:52 | 80,115,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.tpg.smp.persistence.entities;
import java.util.Optional;
public abstract class PersonEntities<T extends PersonEntity> extends SmpEntities<T> {
T findByUserId(String id) {
Optional<T> found = entities.stream().filter(e -> e.getIdentificationNumber().equalsIgnoreCase(id)).findAny();
if ... | [
"tpg@blueyonder.co.uk"
] | tpg@blueyonder.co.uk |
56e8a7f271e8aa3a4b4dfa4707e0e5c488de60ec | 7ceafb397501c016c1c434a9b8bec9bb9f8abd08 | /speech-to-text/src/main/java/com/ibm/watson/speech_to_text/v1/model/DeleteAudioOptions.java | ecdac701c2a5bfecffa81569829cc997478552ef | [
"Apache-2.0"
] | permissive | kanazawaLri/java-sdk | 0cdf1faa1b417a4da2ba56fd635f52bcc2ce8ad9 | 31e119269fbd8cc8c813f61913f11be1e0835edb | refs/heads/master | 2020-07-18T10:37:10.387401 | 2019-10-07T03:27:19 | 2019-10-07T03:27:19 | 206,228,148 | 0 | 0 | Apache-2.0 | 2019-09-04T04:03:17 | 2019-09-04T04:03:17 | null | UTF-8 | Java | false | false | 3,335 | java | /*
* Copyright 2018 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"loganpatino10@gmail.com"
] | loganpatino10@gmail.com |
773e831677eff6a75ae0aa304e778e1e946f26ba | 64369d2905fd0a29dfb02d82031fac2b49bccb4f | /app/src/androidTest/java/com/example/paras/firstfirebaseapplication/ExampleInstrumentedTest.java | 07000c2cb249354e79381c183c6947ff6c117d6e | [] | no_license | ParryApplications/Basic-FireBase-Application | db8164089d36c40b48840d18353a26f55cc22552 | 4197e08b4b69e02c5d17f7a86c267ea760cc6dd6 | refs/heads/master | 2022-04-10T20:19:17.103206 | 2020-03-21T16:07:57 | 2020-03-21T16:07:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.example.paras.firstfirebaseapplication;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an A... | [
"krishnabhatt104@gmail.com"
] | krishnabhatt104@gmail.com |
4d1486679f071c56df8948b99425777c3a9b453c | c99ca8b3a917b790e59a0ddd5a5cdd600ed0e10d | /app/src/main/java/com/bameng/utils/WindowUtils.java | 17f05e75b332641e365d03fec0f04e58daeceee6 | [] | no_license | huotuinc/Android_bameng | 331284e4987a1fc4618318911419319d19d178a9 | 7d169cf0faedb2430b8ed7583badac9f16a3b986 | refs/heads/master | 2021-01-13T07:39:08.901986 | 2017-08-18T02:04:55 | 2017-08-18T02:04:55 | 71,429,474 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.bameng.utils;
import android.app.Activity;
import android.view.WindowManager;
public
class WindowUtils {
public static void backgroundAlpha(Activity aty, float alpha)
{
WindowManager.LayoutParams lp = aty.getWindow ().getAttributes ();
lp.alpha = alpha;
aty.getWindow ().se... | [
"flsysys@163.com"
] | flsysys@163.com |
756858e96b95c196b191c0ae1179b0fa57776fb4 | 063f3b313356c366f7c12dd73eb988a73130f9c9 | /erp_ejb/src_facturacion/com/bydan/erp/facturacion/business/dataaccess/TipoDetaNotaCreditoDataAccessAdditional.java | 8f636791962b84055e27f2c7c4b6807de2122061 | [
"Apache-2.0"
] | permissive | bydan/pre | 0c6cdfe987b964e6744ae546360785e44508045f | 54674f4dcffcac5dbf458cdf57a4c69fde5c55ff | refs/heads/master | 2020-12-25T14:58:12.316759 | 2016-09-01T03:29:06 | 2016-09-01T03:29:06 | 67,094,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,685 | java |
/*
* ============================================================================
* GNU Lesser General Public License
* ============================================================================
*
* BYDAN - Free Java BYDAN library.
* Copyright (C) 2008
*
* This library is free software; you can redistribu... | [
"byrondanilo10@hotmail.com"
] | byrondanilo10@hotmail.com |
5e5c21778ea808491378b36cfe82187601078a63 | c72e953e7b3cf473627f59c5fdae22b56fdb06ed | /Algorithm-Study/src/Day02/Ex11_indexSearch.java | 6827f4ca3f9ed6e13c7249622c39627dca4f180b | [] | no_license | dev-mong/Algorithm | 5d490c8db4f6926d56895581e38aec2dd6507c6c | 1d6f4c89dc5d2291ca66c3959a80effb15d2156f | refs/heads/master | 2023-07-09T20:58:18.442836 | 2021-08-05T07:07:33 | 2021-08-05T07:07:33 | 263,282,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | package Day02;
import java.util.ArrayList;
import java.util.Scanner;
//인덱스 검색
//n 길이 배열 a
//key와 일치하는 모든 요소의 인덱스를 배열 idx의 맨 앞 부터 순서대로 저장
public class Ex11_indexSearch {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("배열의 길이 : ");
int n = sc.nextInt(... | [
"qkrwlsaud0118@gmail.com"
] | qkrwlsaud0118@gmail.com |
4b7f787c9e4f05f05b7497f7fe340f9920e217a2 | 9260e329cb9520de217abc88197c7e867fa3b772 | /app/src/main/java/cn/redcdn/hvs/contacts/contact/ContactPagerGridViewAdapterList.java | c801b39b4060762a02d69f0471a16a1c967f8aff | [] | no_license | cdc0002829/YiLianTiButelMedical | 2c27672ee01bb5fbb4563bb6be3dc18bb42c805e | 46901c4c7427f51f7505d3649a04c6b4b9cd5008 | refs/heads/master | 2021-09-04T12:30:52.341094 | 2018-01-18T16:18:52 | 2018-01-18T16:18:52 | 117,952,582 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,356 | java | package cn.redcdn.hvs.contacts.contact;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import cn.redcdn.hvs.MedicalApplication;
import cn.redcdn.hvs.R;
import cn.redcdn.hvs.contacts.contact.diaplayImageListener.DisplayImageListener;
import cn.r... | [
"cdc0002829@126.com"
] | cdc0002829@126.com |
b5452da84ce0cd843f0887345af65a77e41a99cc | 606665facbdd4b8c0be7bfc713856a15ac618a74 | /chapter05/src/ch03/Plastic.java | cc882be546ca56cd1c4aea2f921b2688e5b62c88 | [] | no_license | sooyoung92/gittest1 | 1271bebd20018d80603f7791a426368d20b89fc4 | 12f407af2f796dabe9edc7bfbb74fb83c8628a93 | refs/heads/main | 2023-09-05T23:18:05.912716 | 2021-11-12T08:58:42 | 2021-11-12T08:58:42 | 426,128,361 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 253 | java | package ch03;
public class Plastic extends Material{
@Override
public String toString() {
return "재료는 plastic 입니다";
}
@Override
public void doPrinting() {
System.out.println("플라스틱 재료로 출력 합니다.");
}
}
| [
"plz9chance@gmail.com"
] | plz9chance@gmail.com |
6f7c4c34f733f2bdd5ef61890cbe872750317f37 | 1e3f5e20da81e7b38b026cce5c718592b5c34274 | /Graph/DepthFirstPaths.java | f073118653127752510ba69c77a37af5dd6f9de4 | [] | no_license | liumcse/EE2008_Implementation | 1b3987a5ffea27bd0afaecf5bd2271467ef0fbef | c817f7e81db1413dd1740ee6065bc0c30778869d | refs/heads/master | 2021-09-20T01:09:46.128443 | 2018-08-02T03:24:31 | 2018-08-02T03:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | import edu.princeton.cs.algs4.Stack;
/**
* Created by LiuMingyu on 7/3/17.
*/
// dfs(node current) {
// mark current as visited;
// visit all of current's unvisited neighbors by calling dfs(neighbor)
// }
//
public class DepthFirstPaths {
private boolean[] marked;
priva... | [
"lyming90@gmail.com"
] | lyming90@gmail.com |
733859a2fec24abe94ea4b659213b68713d5ed54 | 6aa3e57d2fb6d109ef7766aec5be8cf059c01099 | /src/com/company/Main.java | d0bedc38f1a0ca4913e99e944e9939bdeca105b6 | [] | no_license | DanyaRubin/deq | 349d51ed3a8271a577819b7fddc1a4500bc2f387 | 71f69b539832e3c87d2fa2fd71d08276a2625a5f | refs/heads/master | 2023-08-29T19:31:55.104836 | 2021-11-17T08:05:13 | 2021-11-17T08:05:13 | 428,958,307 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package com.company;
import java.util.ArrayDeque;
import java.util.Deque;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
StringBuilder sb = new StringBuilder();
Deque<Integer> deque = new ArrayDeque<>();
... | [
"masterovski@gmail.com"
] | masterovski@gmail.com |
c8612a10ed27fd7e7a3b43de003075f771ff2150 | 655579bb2b01e03d4c49d59035e11b90d4bb876b | /src/test/java/answer/king/controller/OrderControllerTest.java | 492919935b81462afb2dbb9a73f599ba5a59059d | [] | no_license | dmnian/answer-king | aa23b0840c831524e70f90945459972e87249586 | 5a01956356d7ab2661a9a95ec15a90e3d21d430d | refs/heads/master | 2021-09-01T04:38:35.953788 | 2017-12-24T16:09:17 | 2017-12-24T16:09:17 | 115,288,374 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,869 | java | package answer.king.controller;
import answer.king.model.Order;
import answer.king.model.Receipt;
import answer.king.service.OrderService;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import or... | [
"dmnian@gmail.com"
] | dmnian@gmail.com |
2a114b10cb10e273d8022304ba579e7f3db6d1ed | f53d8f94a51921c48056632309464db90ff24960 | /src/pl/aaugustyniak/neuraltests/cases/BreastTissueMlpCase.java | 39fa16e087467d9fe9177fc733ce29630370da4e | [] | no_license | artur-augustyniak/VisualCompare | 2e4898927949c0af1a3a6f84ca4ef5644112667b | da7b2dc3d182183609b257771dd706c2d4fb2325 | refs/heads/master | 2021-07-10T21:09:32.183457 | 2017-10-12T13:16:50 | 2017-10-12T13:16:50 | 106,695,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package pl.aaugustyniak.neuraltests.cases;
import pl.aaugustyniak.neuraltests.MlpCase;
import org.neuroph.core.NeuralNetwork;
import org.neuroph.nnet.MultiLayerPerceptron;
import org.neuroph.util.norm.MaxNormalizer;
/**
* Przypadek testowy
*
* @url http://archive.ics.uci.edu/ml/datasets/Breast+Tissue
*
* @author... | [
"artur@aaugustyniak.pl"
] | artur@aaugustyniak.pl |
2fc34c4d22491cee1c496e252eb1f06170d0f874 | 647971d4e886c95825349c86b02dcfd543dbde99 | /src/main/java/com/foursixteen/kuma/Configurable.java | 93c64cda0e14f25e655ee330b20564b1ed8f3d73 | [] | no_license | numbra/Kuma | 7c1dc3e3e57252350f474dfae912eaa49614c7dc | 03def8147105f1412a75a621c6a96b850305d9ef | refs/heads/master | 2020-03-30T05:43:07.604632 | 2018-09-29T17:53:42 | 2018-09-29T17:53:42 | 150,815,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.foursixteen.kuma;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Properties;
public class Configurable {
protected Properties properties;
protected FileInputStream fis;
protected FileOutputStream fos;
public Configurable(Stri... | [
"penumbra420@gmail.com"
] | penumbra420@gmail.com |
e290065485ae0c71b8735a8552e977e800004793 | 6bbdb978ca4f5af68ca67853327cc5b22a7904f5 | /src/main/java/fr/eseo/dis/tristan/batucadacommander/database/entities/GroupeAndMachines.java | bba05584a9916d90f234f4c7f763722bcf622cdb | [] | no_license | Guideb/BatucalightV2-master | a4675f4baf7db2f815899c3b45375eb89e529f76 | 1260e2dcf8d6af65bb12383ee630f052868a13fa | refs/heads/master | 2022-12-28T06:25:59.930603 | 2020-10-09T08:13:43 | 2020-10-09T08:13:43 | 302,577,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package fr.eseo.dis.tristan.batucadacommander.database.entities;
import android.arch.persistence.room.Embedded;
import android.arch.persistence.room.Relation;
import java.util.List;
/**
* @author Tristan LE GACQUE
* Created 12/10/2018
*/
public class GroupeAndMachines {
@Embedded
public Groupe groupe;
... | [
"guideb21@orange.fr"
] | guideb21@orange.fr |
b4b1c9c803ec1cc5ca03925e8a874c311f07c534 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_b09e52164854a42eafb84722552e576efcae8c8f/AgreeEmitterUtilities/17_b09e52164854a42eafb84722552e576efcae8c8f_AgreeEmitterUtilities_s.java | 81bf35661277a0d6320a75ca6b3afe8bc2997b0d | [] | 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 | 16,325 | java | package com.rockwellcollins.atc.agree.analysis;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
50abe7472cb51f6a72fd8bff61756e420eadcb55 | d89ffd8d2340ecf82faa6ca83421f225290d7d5b | /src/main/java/stickman/model/entity/factory/EntityFactory.java | 1feafca22e835f18a11350ee3f4f01bb7a25d0f0 | [] | no_license | Blackssugar/littleGame | cfeb79091844c959852db08ac5a85d384f9de6bc | 6d0f5f49d1fed47f773bcdc208da7fcced9c237c | refs/heads/master | 2021-05-19T03:26:39.297295 | 2020-04-02T14:26:06 | 2020-04-02T14:26:06 | 251,507,081 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package stickman.model.entity.factory;
import java.util.List;
import stickman.model.entity.Controllable;
import stickman.model.entity.Entity;
public interface EntityFactory {
/**
* Creates and returns an Entity of the specified type.
*
* @param entityType the type of entity to create.
* @pa... | [
"qxia7490@uni.sydney.edu.au"
] | qxia7490@uni.sydney.edu.au |
d8ec010e8c09adee142f78d1cb985b466146a618 | 9e62d2b35f3b6fa29bebd4903e3dd80d8ed1a812 | /src/main/java/com/uprep/userms/repository/UserRepository.java | 799d7c1f996d22cf77805365abe63bb413cb8c42 | [] | no_license | oyeballu/uprep_userms | 4fbc5d1a1fc6da96610d06fec773025899bc6493 | fb97f35456fcabf021effe50771fba77d220764d | refs/heads/master | 2022-12-23T04:59:49.093412 | 2020-08-29T23:12:25 | 2020-08-29T23:12:25 | 291,353,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.uprep.userms.repository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.uprep.userms.entity.User;
@Repository
public interface UserRepository extends CrudRepository<User, Long> {... | [
"balramc@cdac.in"
] | balramc@cdac.in |
247e3827e826f7918ad99543e1f05baf070920af | c820a399d172e7e40fe01a3cc505b24bfcd7b0d8 | /src/com/apartment/aliya/entity/Doors.java | ac45a282fffd8cc2b1a9b7172205497c36f40bb2 | [] | no_license | aliya2409/Apartment | 4ec3a1929fd27352147b6fb9648e08af259532c9 | ede8c7dcf2dfc56611df543ad84c6ab879c21e55 | refs/heads/master | 2020-04-04T11:53:56.414852 | 2018-11-02T18:35:29 | 2018-11-02T18:35:29 | 155,907,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.apartment.aliya.entity;
import java.util.UUID;
public class Doors extends WallStuff {
private double length;
private double height;
private wallStaffMaterial material;
private boolean isLocked;
private String doorID;
public Doors(double length, double height, wallStaffMaterial mat... | [
"aliya2409@gmail.com"
] | aliya2409@gmail.com |
4e05b029d146b75efabc80f710670d1cbdc8a922 | 28122481a0a4ce7260a65e8da3c8599ed8c697a1 | /src/Zadanie14_2/AgeComparators.java | 82509ab97888dd4c0189086be53676356233608a | [] | no_license | Ubshik/HomeWork | c093ddf14eee46cc96a42d18b6626d60f2be0813 | 329064a4c157e1ea5250a49957020af86931320b | refs/heads/master | 2021-01-11T02:00:23.486042 | 2016-11-14T20:29:40 | 2016-11-14T20:29:40 | 70,823,698 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package Zadanie14_2;
import java.util.Comparator;
/**
* Created by Acer5740 on 31.10.2016.
*/
public class AgeComparators implements Comparator<Sportsman> {
public int compare (Sportsman a, Sportsman b){
return b.age - a.age;
}
}
| [
"ubshik@gmail.com"
] | ubshik@gmail.com |
19b8fcd5d7f9f4c4171cd7ca9ad597c6b9fc5979 | 3015beaa62b9a3d4553f76aa348a1bd42d2d6ce8 | /switch.java | d30d83bfa2d3c5381fa7e4a0bca301cd84c8ad26 | [] | no_license | yuzua/JAVA | ceccce2cab2f05f2d56e182044a72263b22e5078 | 91981316baf3897612f7efcf543b3720bcc21844 | refs/heads/main | 2023-07-04T09:02:19.514498 | 2021-08-15T03:08:40 | 2021-08-15T03:08:40 | 366,166,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | import java.util.Scanner;
class ArithInt {
public static void main(String[] args){
Scanner stdIn = new Scanner(System.in);
System.out.Println("整数を加算します。");
int total = 0;
//Outerラベルの指定
Outer:
for (int i = 0; i <= 10; i++) {
System.out.Print("手を選べ (0・・・グー/1・・・チョ... | [
"k.saito70329@gmail.com"
] | k.saito70329@gmail.com |
6c1c2d8c68556a6bd991f5f8ea29ce2179ee6e61 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/test/org/apache/shardingsphere/core/routing/type/broadcast/DatabaseBroadcastRoutingEngineTest.java | 5ad730a2b391a7d9a811e463ca6169ae1d996498 | [] | 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 | 1,851 | 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... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
f11b955cbf93dcf828be80614f04483aa4bc2b1c | 3259b3cce1a164456d1112fab1bdabe8c0d71f62 | /app/src/main/java/no/connectica/robocop/MainActivity.java | 4349c5ad35eb9475a6614c376b3404b0382dc165 | [] | no_license | chiragrajk/RoboCop-SampleApp | 094a7678880702cd4ef63b13712bcfb46bd4fff5 | 723e8c8d2d2d52007851e94e5d6553f30d861005 | refs/heads/master | 2021-01-10T13:35:19.252316 | 2015-12-22T09:50:43 | 2015-12-22T09:50:43 | 48,425,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package no.connectica.robocop;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_m... | [
"chiragrajk@gmail.com"
] | chiragrajk@gmail.com |
1c2c4658e053c11c305fe37342494ec14f5a0410 | 332106e18ad7516f59cddd2d67cb902e6625eda1 | /app/src/main/java/com/kevin/holamundo/MainActivity.java | b5440fe9f250c02330984eda823e64bc4f2c4594 | [] | no_license | KevinEspericueta/HolaMundo-Boton | adda6b4b50612e927ec17b636ccd5d8ddd1ce4b3 | a0c4477b424c24799e496baf311fe545dcd1dbab | refs/heads/master | 2021-04-28T18:36:07.279298 | 2018-02-17T17:35:15 | 2018-02-17T17:35:15 | 121,876,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.kevin.holamundo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_mai... | [
"33431370+KevinEspericueta@users.noreply.github.com"
] | 33431370+KevinEspericueta@users.noreply.github.com |
e537b4089be37a39450a85f7fcdefb20890e8c36 | 66feb6a0722d2d7cbf9f2e25b4ad2756da9bb6e4 | /src/main/br/com/ufscar/dominio/modelo/veiculo/Placa.java | 411f62cc567f45142a9dd29d70510cd946ff8e8b | [] | no_license | marcelohb/ItineraNew | 0a49bd884e06d80ad32b155675c56c3e6e0deff8 | fe3fdd6136835b1808211a984f3806a0f57811b6 | refs/heads/master | 2021-01-10T07:14:06.581356 | 2016-01-07T00:26:48 | 2016-01-07T00:26:48 | 36,531,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package br.com.ufscar.dominio.modelo.veiculo;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.persistence.Embeddable;
@Embeddable
public class Placa {
private String placa;
public Placa(String placa) {
this.placa = placa.toUpperCase();
validar();
}
private Placa() {}
priv... | [
"marcelobattaglion@bol.com.br"
] | marcelobattaglion@bol.com.br |
e172b2b3f0a08530ae9ea1d5a6dd5785b50f27ea | 50f64178fb2488c781d377ab5bedc2fc4161fb4d | /src/control/Magazine.java | a035ed7b6959726f8b1300b30928598aec23cc30 | [] | no_license | mousto090/UML_Loria_Projects | 53292e6794972fffc1fc7c4823067982b095e60d | 7e5b0dc7f71af79cbf5da94dcc84f517752bc50c | refs/heads/master | 2021-01-10T06:13:32.617065 | 2016-04-03T00:49:49 | 2016-04-03T00:49:49 | 55,186,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package control;
public class Magazine{
Magazine() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
} | [
"mousto090@gmail.com"
] | mousto090@gmail.com |
d8bc03fbbc27edb665331ebcb30eb50370869f25 | dede0fd41b853b7001b41935eb277557e44018ac | /src/main/java/de/piinguiin/guiapi/PublicGui.java | 231efe00b87de2c6310f5c00592d0a5decd24d4a | [] | no_license | Piinguiin/GuiApi | 17e44dab31f79736c83395c6e70ee8fb74aaed04 | d8c4e0e4b3fc2d4d66978aa1dfd6f61fd886dab6 | refs/heads/master | 2020-09-16T01:57:19.066072 | 2019-11-23T16:18:59 | 2019-11-23T16:18:59 | 222,164,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package de.piinguiin.guiapi;
import de.piinguiin.guiapi.impl.AbstractGui;
import de.piinguiin.guiapi.manager.GuiManager;
import org.bukkit.entity.Player;
import org.bukkit.event.inventory.InventoryType;
public abstract class PublicGui extends AbstractGui {
public PublicGui(GuiManager guiManager, String title, Inv... | [
"Carlosensale99"
] | Carlosensale99 |
540bb5beb7c8ac91635090126d14c4d04436bf85 | eaf8e32da0d6d4b62dbc94f7f267cf2156944520 | /ServletJDBCApp/src/com/bridgelabz/model/User.java | 5c320ef3ca297445dd6b55cbae0a4c52a70e28f0 | [] | no_license | kashyapmridumurchana/Servlet | 5880e1e0f6dd011fb3bacfb0515aff3b94e69079 | 9b10119f2bee6c10b2f8c3b9b8c829e8fe18fe8a | refs/heads/master | 2020-04-18T01:21:29.125072 | 2019-01-29T13:46:03 | 2019-01-29T13:46:03 | 167,115,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package com.bridgelabz.model;
public class User
{
int id;
String name;
String password;
String email;
long telNo;
public User()
{
int id;
this.name=name;
this.password=password;
this.email=email;
this.telNo=telNo;
}
public User(int id,String name, String password, String email, long tel) {
super();
this.id... | [
"kashyapmridumurchana25@gmail.com"
] | kashyapmridumurchana25@gmail.com |
6e616d471eb2d9cfde69ed1338ad371368cd877e | 1249bf699981de47d3261a35b554ec1856a1520b | /foundation-service/src/main/java/org/unidal/lookup/container/model/transform/DefaultSaxMaker.java | ef7d494803e2d2fd9eb97d9504316b53120b5ed8 | [] | no_license | liu76874151/frameworks | 32beb451e01524de827857c7d94cc66addebcf45 | e10883d2288eec6b1b3bb7a45e77dd6657484452 | refs/heads/master | 2021-06-30T12:24:37.616392 | 2017-09-15T09:14:22 | 2017-09-15T09:14:22 | 103,633,472 | 0 | 0 | null | 2017-09-15T08:28:08 | 2017-09-15T08:28:08 | null | UTF-8 | Java | false | false | 2,418 | java | package org.unidal.lookup.container.model.transform;
import java.util.Arrays;
import java.util.HashSet;
import org.xml.sax.Attributes;
import org.unidal.lookup.container.model.entity.Any;
import org.unidal.lookup.container.model.entity.ComponentModel;
import org.unidal.lookup.container.model.entity.ConfigurationModel... | [
"qmwu2000@gmail.com"
] | qmwu2000@gmail.com |
7e1a173bc1db35603d8cc0fa5a826db4345e72c7 | 927c8d365e1cd66e5ec224710156939d12cbbe17 | /restlet-1.1.6-5346-sonatype/modules/org.restlet.test/src/org/restlet/test/jaxrs/services/tests/InheritAnnotationTest.java | 0c206ac6a7cddc78935bdefe5f52d37b51efa1d0 | [] | no_license | peterlynch/spice | 63531485189d794d6bdb23dd5f4baae5725a348b | e95877f143d4e9eab3c464550fabe3787da75561 | refs/heads/master | 2022-10-19T11:30:27.921153 | 2010-10-12T13:32:12 | 2010-10-12T13:32:12 | 997,598 | 0 | 0 | null | 2022-10-04T23:47:23 | 2010-10-18T13:34:10 | Java | UTF-8 | Java | false | false | 4,658 | java | /**
* Copyright 2005-2008 Noelios Technologies.
*
* The contents of this file are subject to the terms of the following open
* source licenses: LGPL 3.0 or LGPL 2.1 or CDDL 1.0 (the "Licenses"). You can
* select the license that you prefer but you may not use this file except in
* compliance with one of th... | [
"dbradicich@5751e0cb-dcb7-432f-92e2-260806df54be"
] | dbradicich@5751e0cb-dcb7-432f-92e2-260806df54be |
93f079e8b1744c9ff13355b11d788dfa84f2c794 | a21abc7f6f8bb9a879e8caebe5599ae6437c698c | /libutil/src/main/java/darkranger/libutil/view/dialog/wheel/DateNumericAdapter.java | c195003c384894941ce9374b95fac4c6f32253f9 | [] | no_license | DarkRangerR1983/CommonLib | e86798b9771d58e67635d8d080b1b0af83f11bb8 | e88191be3a5540f6508f502ae34e015d6787009c | refs/heads/master | 2020-03-18T11:28:03.966501 | 2018-05-24T08:31:46 | 2018-05-24T08:31:46 | 134,673,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package darkranger.libutil.view.dialog.wheel;
import android.content.Context;
import android.graphics.Typeface;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* @author vondear
*/
public class DateNumericAdapter extends NumericWheelAdapter {
// Index of current item
i... | [
"tangchaohui@eifm.net"
] | tangchaohui@eifm.net |
a445073d57a038e594c4c045dd74149940d4bae7 | 4a750f4d61cf4d0b626bdae2ac67e8ffa8d3a53c | /src/main/java/uk/co/badgersinfoil/metaas/impl/ASTASAssignmentExpression.java | 9bceecfadafe9958a3d8c7f36d554e8a55a1454b | [
"Apache-2.0"
] | permissive | Catalysts/metaas | fd37a0941dd3ff9340d91020a67d80de9c6462de | 3ff41bfb9448faff728c4533eddbaac23fad69a3 | refs/heads/master | 2020-05-18T16:23:38.744969 | 2012-04-04T13:33:04 | 2012-04-04T13:33:04 | 3,927,351 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,954 | java | /*
* ASTASAssignmentExpression.java
*
* Copyright (c) 2008 Matthew J Tretter
*
* 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
*
*... | [
"r.knoll@me.com"
] | r.knoll@me.com |
38cf2ec2b385cbcf468f606a4799a12b02e9add8 | 9b62a49653d5ef7e2ce8bc9b15ae7fbbcd058cd3 | /src/main/java/com/zbkj/crmeb/wechat/vo/SendTemplateMessageVo.java | 4f819a8fcf0922258357c8847a53eccd004d983c | [] | no_license | 123guo789/E-commerce-marketing-system | cfcc00d11e0f645f30e3b3c465b4a907dd7ab5bc | 14241e0777e86cd15404811bb397f820ffb4dfd9 | refs/heads/master | 2023-05-30T19:43:39.276634 | 2021-06-16T13:07:54 | 2021-06-16T13:07:54 | 363,798,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.zbkj.crmeb.wechat.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.HashMap;
/**
* 微信模板发送类
*/
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chai... | [
"321458547@qq.com"
] | 321458547@qq.com |
4b09210b1cc0dddf8fe22ddf634c92c1b1429a54 | ef7711f258768db2f6dbfffca9639da1f19f02a4 | /app/src/main/java/com/call/logger/app/main/database/CallAndSmsSQLiteOpenHelper.java | d0e8ddc0669d42de714370eb6a593857d43c8bb6 | [] | no_license | truonggiangkt192/CallAndSmsLogger-master | 695848371ec635f647194ee2b4383b285bac747e | 9d97645b8a6081d9379e34826b7a35e375571fa9 | refs/heads/master | 2021-01-09T20:13:55.857905 | 2016-06-29T08:27:14 | 2016-06-29T08:27:14 | 62,209,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,969 | java | package com.call.logger.app.main.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.call.logger.app.main.model.Call;
import com.call.logger.app.main.model.Sms;
import java.util.ArrayList;
import java... | [
"truonggiang.kt192@gmail.com"
] | truonggiang.kt192@gmail.com |
be89887ed3a1dd0f0ae1dbf87d7c5b272cfb0436 | b40b76705b45589b45744b7616209d754a5d2ac4 | /ch-10/apollo-java/src/main/java/com/cxytiandi/apollo_java/App.java | b6ea440c57c0c7497affaac92fa64f320a287a8a | [] | no_license | gaohanghang/Spring-Cloud-Book-Code-2 | 91aa2ec166a0155198558da5d739829dae398745 | 6adde8b577f8238eade41571f58a5e2943b0912e | refs/heads/master | 2021-10-24T04:07:36.293149 | 2021-10-17T10:49:48 | 2021-10-17T10:49:48 | 203,406,993 | 2 | 0 | null | 2020-10-13T16:17:46 | 2019-08-20T15:47:02 | Java | UTF-8 | Java | false | false | 1,693 | java | package com.cxytiandi.apollo_java;
import com.ctrip.framework.apollo.Config;
import com.ctrip.framework.apollo.ConfigChangeListener;
import com.ctrip.framework.apollo.ConfigService;
import com.ctrip.framework.apollo.model.ConfigChange;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
/**
* Apollo整合Java项目示列... | [
"1341947277@qq.com"
] | 1341947277@qq.com |
f118f9d1f9f3d77d39be70f9c3cbf3ce984d9ca1 | c264e0c2d36c82f522c8acf71ba90665579648df | /src/main/java/pl/dusinski/defectregistrationsystem/security/WebSecurityConfig.java | ddaff51587c3ccd738ae252db4dc383964d7d19d | [] | no_license | ddusinski/DefectRegistrationSystem | d0d4b7937bd98c346d0a54537cbdc6bb296446e1 | 3de02c5fe27b2ad080db803982386284a3469f19 | refs/heads/master | 2020-04-14T12:13:09.234590 | 2019-01-10T17:22:40 | 2019-01-10T17:22:40 | 163,834,275 | 0 | 0 | null | 2019-01-04T07:49:30 | 2019-01-02T11:47:26 | Java | UTF-8 | Java | false | false | 1,800 | java | package pl.dusinski.defectregistrationsystem.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.s... | [
"dominik.dusinski@gmail.com"
] | dominik.dusinski@gmail.com |
1e5bb8a8a55daa095caf47b09e1975a93255b6dc | 8844df73f5e0a666850ea22bdc7439ac6f284db8 | /hisDomestic/Common/src/main/java/com/hisd/common/model/TblTimezone.java | 6eccdfe75e732f2e76dbecbc8d2458fc1a1a6694 | [] | no_license | HELLYVIHAANINDIA/his_domestic | ffa15f8c7f057bd8210302c0de7ac2165e57b0e4 | f59528917d265b0678ab89bf01950a846a848d40 | refs/heads/master | 2021-01-22T23:53:44.325720 | 2017-09-22T11:20:50 | 2017-09-22T11:20:50 | 85,677,899 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,422 | java | /*
* Created on 26 Nov 2016 ( Time 05:36:42 )
*/
// This Bean has a basic Primary Key (not composite)
package com.hisd.common.model;
import java.io.Serializable;
//import javax.validation.constraints.* ;
//import org.hibernate.validator.constraints.* ;
import java.util.List;
import javax.persistence.*;
/**
*... | [
"harsh@webstrikers.com"
] | harsh@webstrikers.com |
b03a071e7412995ba5ee7c88b3d15e05a98d3dda | 09d5473fc74e5577ca1a1c66eeeee32387048f16 | /src/com/game/bomberman/observer/MyObserver.java | 1b6651973fafd2134f6ca5f8b20b7406a0addc30 | [] | no_license | quynhquynh1996/ProjectOOP | 7cb9d4640c72c0c2ee0fee0de7d6f898665bb43d | a8d0e95c49a2da8ca32a963e800e9e84da73f67a | refs/heads/master | 2020-03-15T13:11:46.632375 | 2018-05-04T14:41:56 | 2018-05-04T14:41:56 | 132,160,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package com.game.bomberman.observer;
public interface MyObserver {
public void updateQuantityItem(int quantity);
public void updateImageItem(String pathImage);
public void updateNameItem(String nameItem);
}
| [
"luanmarucntt@gmail.com"
] | luanmarucntt@gmail.com |
9408dbe54cd7a6ffa13ea8b475404cbfe0c3ad40 | de1dcdd74376715e85d9ca996b2c9ea5df3356e3 | /src/main/java/com/ifrs/prova/modelo/dao/ContatoDAO.java | 7badb7bdcab06b4a9f237b9a803a7fc591215fa5 | [] | no_license | neves-eduardo/ProjetoDev1 | 0743fda25512f2ae60a7f42696c8f31befe38539 | d253c4b12bcec037be6bc04d1e2998f1a661496e | refs/heads/master | 2020-08-03T09:26:07.200291 | 2019-09-29T17:51:46 | 2019-09-29T17:51:46 | 211,701,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ifrs.prova.modelo.dao;
import com.ifrs.prova.modelo.entidade.Atividade;
import com.ifrs.prova.modelo.entidade.Contato;
imp... | [
"eduardoneves858@gmail.com"
] | eduardoneves858@gmail.com |
4623ff913edcc6c06642e161f4e5ea50f319aef6 | 03daaf09c92c94d6e4360a1ec3502dc68093c2d6 | /Back_End/src/main/java/com/ssafy/wine/entity/FollowId.java | 7d3788c9c75240cbfaba9538337e510c99a87077 | [
"MIT"
] | permissive | SkydevilK/Dionysos | 47c2b75bd0736eebaa7e954253be29d61f78add0 | 3e5a3b980bf1a1ea518aa36f9e6cf6ffeede0f4d | refs/heads/master | 2022-04-17T19:57:24.289088 | 2020-04-15T14:16:33 | 2020-04-15T14:16:33 | 255,937,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package com.ssafy.wine.entity;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode
public class FollowId implements Serializable{
private Long from;
private Long to;
}
| [
"skydevilk@gmail.com"
] | skydevilk@gmail.com |
b79142c0a92ec5289edf04d320f1a5b996de5435 | 468d839db262368a73d5f0dd1ac046310bd0440d | /day03/src/com/momoko/java/StringBufferBuilderTest.java | 03be1329d3d17971588aa4fcf2bc6f0b295336ee | [] | no_license | MomokoW/LearnJava | f41368b1ae89dc689cf5c77e6ba6792011ede278 | 62c03991fe5fc095b0267a491fd53764ebdb71d4 | refs/heads/master | 2021-07-25T16:10:27.691768 | 2021-07-17T13:48:36 | 2021-07-17T13:48:36 | 223,080,636 | 0 | 0 | null | 2020-01-08T08:08:06 | 2019-11-21T03:32:02 | Java | UTF-8 | Java | false | false | 464 | java | package com.momoko.java;
import org.junit.Test;
/**
* Created by momoko on 2020/12/16.
*/
public class StringBufferBuilderTest {
@Test
public void test1() {
StringBuffer sb2 = new StringBuffer("abc");
sb2.append(1);
char[] hello = new char[] {'H','E','L','L','O'};
StringBuffe... | [
"1165874815@qq.com"
] | 1165874815@qq.com |
5cc64e30eaa4bfecd548fd961fa70fb245c1f61b | 2984675d47a6126787d8d4a5355d24bd8fe9a7db | /components/azureiot/src/main/java/app/bentleyis/azureiot/IotBinder.java | 88229c39fdeb90cb4874edeca8ccc7beb9461a00 | [
"MIT"
] | permissive | jamesrbent1ey/androidtools | 15111b672a976362719e971a162da5e6556967b3 | a54f6a30d09c5b8ded128403fdf7f51880ca2b07 | refs/heads/master | 2022-11-17T20:08:53.355549 | 2020-06-16T18:06:27 | 2020-06-16T18:06:27 | 264,927,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,487 | java | /*
* Copyright (c) 2020 James Bentley
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publ... | [
"jamesrbent1ey@gmail.com"
] | jamesrbent1ey@gmail.com |
344d3000f8ae5c0cb501c04e586e97b5df0e0ac8 | 5b22fb8c58c2f56f238f9df23bea1388c66eaa61 | /src/main/java/com/sns/igscheduler/model/Igpost.java | 81b200209dc9598b21e41dd412028b2b0f48cd0d | [] | no_license | sanishkr/IGScheduler | 53d31998f49cde3d9d7d548d81d6fcf95239b858 | b05a05c54e24ab1f8017fb5b6de8e8238dc54332 | refs/heads/master | 2020-03-24T18:36:56.541348 | 2018-11-03T07:09:05 | 2018-11-03T07:09:05 | 142,895,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | package com.sns.igscheduler.model;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document
public class Igpost {
@Id
String id;
String imageurl;
String postdate;
String posttime;
String captions;
public Igpost(String imageurl... | [
"sanish.kumar@weddingasia.in"
] | sanish.kumar@weddingasia.in |
29254d3d990a1e61049dd2f25da58855ca144160 | fb386d4480779accc1353a4041a4661632881348 | /10-programming-fundamentals-java/10-basics/10-variables-types/src/main/java/basic/VTCodelab06.java | 42f253379fc96552bff6353ae61124dd1565b132 | [] | no_license | Jermathie/javaexo1 | e65ef4ae418fb2d1d23e54faaf854d97782bc7b2 | 3e1468f17b94f0aeb771ea611b3ef740dcd32bf8 | refs/heads/main | 2023-03-12T07:10:37.709324 | 2021-02-07T16:31:40 | 2021-02-07T16:31:40 | 336,832,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package basic;
public class VTCodelab06 {
public static void main(String[] args) {
System.out.println("\n");
System.out.println("Assignment 6");
System.out.println("--------------");
// ----------------
// Declare and initialize a char variable
// Print the result... | [
"jeremie.mathieu@sfpd.fgov.be"
] | jeremie.mathieu@sfpd.fgov.be |
86208a2fb2c081fd9cf0b46a5890fb493242b402 | d57fabcf2dc489ff3cef7d1dc2e69715281cca01 | /common/data/src/main/java/org/thingsboard/server/common/data/plugin/ComponentScope.java | 44009895607552006913f4dee8329c9230ffd44d | [
"Apache-2.0"
] | permissive | augustusliu/thingsboard | becd40c399a8377e8c0e9b25ca9a8367066eaae0 | 61d8b0fabdf0fbf5fcff06a7af42cbada45ab0d3 | refs/heads/main | 2023-07-10T13:36:17.117489 | 2021-08-15T00:39:11 | 2021-08-15T00:39:11 | 396,116,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | package org.thingsboard.server.common.data.plugin;
/**
* @author Andrew Shvayka
*/
public enum ComponentScope {
/**
* 系统组件,租户组件
*/
SYSTEM, TENANT
}
| [
"augustus.lau.cn@gmail.com"
] | augustus.lau.cn@gmail.com |
dd019e08c9a888fd7a504f6aae425ff5ff640f98 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /Mate20-9.0/src/main/java/com/android/server/display/LocalDisplayAdapter.java | e3ec603e350393d5db741071eb16d59fac9fa0b3 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,197 | java | package com.android.server.display;
import android.app.ActivityManager;
import android.app.ActivityThread;
import android.content.BroadcastReceiver;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Res... | [
"dstmath@163.com"
] | dstmath@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.