blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0f905a6ea6dc2fad70db83a6945156b8e0161fda | 3fe2a55a43fc4a960e9fdcd787e69b3862f335eb | /parser/IdentifierNode.java | f0f3425e72917c56347185e74d17c3800dd05d8e | [] | no_license | EnisKovacevic/assign05_team3EK | 5d2d2d7b7050946505bc927b2dde9c08baeff694 | 00cc86fb231d8fdf972b987f9fad0ac9e9922875 | refs/heads/main | 2023-01-03T15:56:48.795039 | 2020-11-04T01:27:39 | 2020-11-04T01:27:39 | 309,847,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package assign4.parser;
import assign4.lexer.*;
import assign4.visitor.*;
public class IdentifierNode extends Node {
public String id;
public Word w;
public IdentifierNode(){
}
public IdentifierNode(Word w){
this.id = w.lexeme;
this.w = w;
}
publ... | [
"noreply@github.com"
] | noreply@github.com |
95844579e5748830d95f4c1c4bc493300f4b1692 | b8e70dce7026c24106ba39c51249b2ed06ff5d5e | /src/main/java/org/pflb/vault/model/CourseDTO.java | 919aa418b7fec6ed63860d017b83337dcae0ee65 | [] | no_license | Takca/courseSystem | 5ec2408a6bb2c5e9b48e8c43b79fc3d0118ec041 | 27c81a1fbdd8ecbf088eef9de7a31fe81de114c6 | refs/heads/master | 2020-04-02T01:57:52.050483 | 2018-10-20T07:13:05 | 2018-10-20T07:13:05 | 153,884,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package org.pflb.vault.model;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
@Getter
@Setter
public class CourseDTO implements Serializable {
private Long id;
private String name;
private Integer numOfDays;
private Set<StudentM... | [
"dog_lok@mail.ru"
] | dog_lok@mail.ru |
0825c242d0a3c7f3ef8232f6391a578daf535500 | 094642ba71e1bc701c7725ce1b4d836efadac0c1 | /yunpukeji/src/main/java/com/zhiluo/android/yunpu/goods/consume/bean/IntegralScalingBean.java | 37b9688682cdf81df4ffd5781634af521d5f1c77 | [] | no_license | czq080/Trunk | 80a521bab8c6cc8482b55a291a79e8be634ae1d6 | dcfcb5d6be83a87620c74d4092455bf844ff99d7 | refs/heads/master | 2023-03-17T20:01:14.790638 | 2020-03-25T06:26:10 | 2020-03-25T06:26:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.zhiluo.android.yunpu.goods.consume.bean;
import java.io.Serializable;
/**
* 积分比例
* 作者:罗咏哲 on 2017/12/23 16:34.
* 邮箱:137615198@qq.com
*/
public class IntegralScalingBean implements Serializable{
private double scaling;
public double getScaling() {
return scaling;
}
public voi... | [
"guting@kuaimashi.com"
] | guting@kuaimashi.com |
65cc5da6cc565f6c08deadb983683e6aa4997f88 | ca81d32f842d3abce208ed4459dfa4d10aff71e6 | /app/src/main/java/com/example/javaproject/NoteActivities/NotesActivity.java | 791f07d3bf00314795ec8adeae93a1b99744a4d0 | [] | no_license | JMCreative97/AndriodVaultApp | b261d1a4fd4f7aec7c993fa7a0fe4d436cfbe1e5 | e5aa0573922ec129ba1e30d5a8e1349cb323cab9 | refs/heads/master | 2022-11-26T15:55:31.768879 | 2020-08-04T11:55:50 | 2020-08-04T11:55:50 | 284,963,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,750 | java | package com.example.javaproject.NoteActivities;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.SearchView;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widg... | [
"jakemcgee@live.co.uk"
] | jakemcgee@live.co.uk |
a5fc47110a7d117e6a4382723c9d3d52034f6ce3 | a3a7a8086cb93b160e35afef029ad7edc023c635 | /Mycat-Core/src/main/java/io/mycat/beans/TableDefBean.java | 5b5f0b4fa032d3c7a824a211bbd8d8f1f043bdd8 | [
"Apache-2.0"
] | permissive | hemingyu/Mycat2 | e48a770e5e9d036a9dd57a271c676b11f4f3a2b1 | 642e10e2e7e57c58f42dc44c6d64de6a42d209e4 | refs/heads/master | 2021-01-12T18:18:46.983058 | 2016-09-24T08:36:46 | 2016-09-24T08:36:46 | 69,413,436 | 4 | 0 | null | 2016-09-28T01:30:49 | 2016-09-28T01:30:49 | null | UTF-8 | Java | false | false | 2,292 | java | /*
* Copyright (c) 2016, OpenCloudDB/MyCAT and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software;Designed and Developed mainly by many Chinese
* opensource volunteers. you can redistribute it and/or modify it under the
* te... | [
"zhihui.wu@hpe.com"
] | zhihui.wu@hpe.com |
1c865df04d90a2078f47802a762f38db279717ca | 7aeb8b05ba6b4808ec901da9b76397c6f87c0df0 | /src/main/java/cn/test/MyRejectedExecutionHandler.java | 333d12b883d89e2b51719e9e88d032431e106bbf | [] | no_license | nizhiyong30/MavenProject | 53f160da25b4a1be6b495a260dc4ef5983b3ce1d | f715bffbe68140a3dc1ac6bb83693f6aa6e064b3 | refs/heads/master | 2023-06-24T05:43:00.427512 | 2022-02-21T02:57:13 | 2022-02-21T02:57:13 | 162,069,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package cn.test;
import java.util.concurrent.RejectedExecutionException;
import java.util.concurrent.RejectedExecutionHandler;
import java.util.concurrent.ThreadPoolExecutor;
/**
* @author nizy
* @date 2020/10/14 5:10 下午
*/
public class MyRejectedExecutionHandler implements RejectedExecutionHandler {
@Overrid... | [
"nizhiyong@dxy.cn"
] | nizhiyong@dxy.cn |
efba9d11d7abe15d959dd92cdfa449eb2cd620bf | e21f92c29d1ac33a0c73a42c5fb84a2ffad9bb7f | /LIST-DATATYPES/demo/src/main/java/com/example/demo/hello/sApplication.java | d062f4544ad3a7f404e9d7db1c67299b032f774f | [] | no_license | iSemicolon/SPRING-BOOT | 95cebc7f64432fa1efc09a1e6630dff573d5916d | bcf6032634a7bf873f221c6970bd6f23ac5bfaab | refs/heads/main | 2023-04-08T03:34:23.334488 | 2021-04-17T13:17:43 | 2021-04-17T13:17:43 | 357,205,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package com.example.demo.hello;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class sApplication {
@RequestMapping("/hello")
public String sayHi() {
return "Hello";
}
}
| [
"noreply@github.com"
] | noreply@github.com |
a8cf51745f05298b5efc019fede3d4684d3e9126 | 83f30d2a3ebe507d62a318053c709c3ad92d0b73 | /src/practical/javaNetworking/Networking_SocketProgramming.java | cafbfe6b056cad6daabe2df5d30b14e3ae5a8945 | [] | no_license | Tariqnawaz/core-java | d056b177c5ee34618af1c72d8b558aaf8ac09812 | 112d6611fe7f419323627ff6c04f8f65f3f3c168 | refs/heads/master | 2020-05-09T14:49:58.824839 | 2019-04-13T17:52:16 | 2019-04-13T17:52:16 | 181,205,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package practical.javaNetworking;
import java.io.DataInputStream;
import java.net.ServerSocket;
import java.net.Socket;
public class Networking_SocketProgramming {
public static void main(String[] args){
try{
ServerSocket ss=new ServerSocket(6666);
Socket s=ss.accept();//establishes connection
Data... | [
"shaikh.tariqnawaz@gmail.com"
] | shaikh.tariqnawaz@gmail.com |
f1831b6966ea6b482436858d0d66e618eb85bc94 | f64fcd2d9d37e4a2c29bf0504f45e95dcaef48ce | /04.spring-mq/mq-common/src/main/java/com/sinosoft/mq/Sender.java | 9f8d4b041c6954494f7cbea642d860b0b3d4cc28 | [] | no_license | chenzecq/StudyProject | 19953bfca1df15300edadf060b307547c4d21a03 | a77a26be49b0caaa3c804426a841040379013dbd | refs/heads/master | 2021-01-17T18:33:28.534269 | 2017-03-05T12:48:06 | 2017-03-05T12:48:06 | 84,135,018 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,351 | java | package com.sinosoft.mq;
import org.apache.activemq.command.ActiveMQQueue;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.core.JmsTemplate;
import org.springframework.jms.core.MessageCreat... | [
"yangming@sinosoft.com.cn"
] | yangming@sinosoft.com.cn |
ce6963396b77cf1a965a1d6472393ca57c921ad7 | 6ef4869c6bc2ce2e77b422242e347819f6a5f665 | /devices/google/Pixel 2/29/QPP6.190730.005/src/framework/android/hardware/radio/_$$Lambda$RadioManager$cfMLnpQqL72UMrjmCGbrhAOHHgg.java | 1c1a49c48e06a2a6fc1282cd5cc4c330066605c5 | [] | no_license | hacking-android/frameworks | 40e40396bb2edacccabf8a920fa5722b021fb060 | 943f0b4d46f72532a419fb6171e40d1c93984c8e | refs/heads/master | 2020-07-03T19:32:28.876703 | 2019-08-13T03:31:06 | 2019-08-13T03:31:06 | 202,017,534 | 2 | 0 | null | 2019-08-13T03:33:19 | 2019-08-12T22:19:30 | Java | UTF-8 | Java | false | false | 963 | java | /*
* Decompiled with CFR 0.145.
*
* Could not load the following classes:
* android.hardware.radio.-$
* android.hardware.radio.-$$Lambda
* android.hardware.radio.-$$Lambda$RadioManager
* android.hardware.radio.-$$Lambda$RadioManager$cfMLnpQqL72UMrjmCGbrhAOHHgg
*/
package android.hardware.radio;
import and... | [
"me@paulo.costa.nom.br"
] | me@paulo.costa.nom.br |
be0e43710890dec887616feb1c400f417da9353a | 8f09e25784933be46d857f3a8e760d042b1d3b30 | /src/main/java/com/sigmaukraine/trn/report/WebReportAdapter.java | 99c998f8b26661477ab4d8862a93f2c088ab0bce | [] | no_license | mikhailkulava/KDT-2 | 523a3dcb5e0e3c204a67c6093a019b9a126f54d7 | a077e6fc1608b9a032435a030062bbf6f6f8bb3e | refs/heads/master | 2016-09-05T23:11:34.113487 | 2014-04-25T08:41:07 | 2014-04-25T08:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.sigmaukraine.trn.report;
public class WebReportAdapter implements ReportAdapter {
public void write(ReportWriter writer, Object item) {
if(writer instanceof WebReportWriterWraper && item instanceof WebReportItem) {
((WebReportItem)item).message((WebReportWriterWraper) writer);
... | [
"mkulava@icloud.com"
] | mkulava@icloud.com |
b32b8f510031bfa1a0f19ad81aa0dbaad24acf01 | 970c66f95a1817f5fe13a0f8fb6625926c03ad03 | /souyun/app/src/main/java/com/xrwl/owner/module/publish/mvp/PublishModel.java | d204cdd36e8a5ecd9dd4a8fd22fc69e0bfae172d | [] | no_license | l331258747/souyun | 97237346f8680c4458b02d275e97a212cf203520 | 5cc45537c73bea6536869e4a130efba910bc948d | refs/heads/master | 2023-04-23T08:51:30.949151 | 2021-05-15T08:42:21 | 2021-05-15T08:42:21 | 323,032,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | java | package com.xrwl.owner.module.publish.mvp;
import com.ldw.library.bean.BaseEntity;
import com.xrwl.owner.bean.Distance;
import com.xrwl.owner.retrofit.OtherRetrofitFactory;
import com.xrwl.owner.retrofit.RxSchedulers;
import java.util.Map;
import io.reactivex.Observable;
/**
* Created by www.longdw.com on 2018/4/2... | [
"331258747@qq.com"
] | 331258747@qq.com |
ca94ac8c7f7b3f7c65d51fa3c183cc5877d4f6cf | 6caa37c1dd7641e95f4a3ad2c8bbe12007c0b2ff | /src/main/java/com/springbootfirst/system/annotation/NotIn.java | af8c1962338e017282c72e4398ce5805e7886874 | [] | no_license | wangzhiziqiao/springbootfirst | b0af04d38fec39447a3ee12492fc5b076b9c9fc1 | 80968488a2e2157f4e40094f6f08b01317a8cae7 | refs/heads/master | 2020-07-05T11:28:15.758844 | 2016-09-06T05:33:44 | 2016-09-06T05:33:44 | 66,939,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.springbootfirst.system.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* @author wangqiao
* wangzhiziqiao@163.com
*
*/
@Tar... | [
"wangzhiziqiao@163.com"
] | wangzhiziqiao@163.com |
8852dd32123e83d7c95c2328801b6ff8d5973a3d | b9ca04dd30deb7966fba0b713f9f39dc2d4ce636 | /java1.java | 304dedc63ca6a57e1269326a0c74cb192d4df362 | [
"MIT"
] | permissive | chenjin29/git-demo | ed2f90c3d54579d3aa7a38a3d66222cfb42bf109 | 82e6bb62f50da40294f14d85d98e2f961e6a4b41 | refs/heads/master | 2021-01-09T06:02:43.134564 | 2017-02-04T14:12:55 | 2017-02-04T14:12:55 | 80,886,145 | 0 | 0 | null | 2017-02-04T02:10:25 | 2017-02-04T02:10:25 | null | UTF-8 | Java | false | false | 30 | java | <h1>a Test</h1>
from chen 2.4
| [
"noreply@github.com"
] | noreply@github.com |
bfca460990566e561abec60a90d7c53b955d4f27 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/InvalidResourceArnException.java | beb3fda745e2ae54d86b6de6c9f7afd55e9f0c51 | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 1,513 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
dc7d06e857b6c9d11bc45d4d7749de6aa61c7c7d | 8e6792d2bab821473d550366149504381c262101 | /java课设/8208190406_应用实践Java课设/qqchat/src/qqserver/model/SerConClientThread.java | 4fc4a8e51358f1b47705a39a74a91b4aff93ae5b | [] | no_license | SHEReunice/JavaProj | cf579a6b04f42b7042fdd216a18ca5b19ea1c512 | 2895c62d0a34890b2abeff8c41cf50d84255ef4e | refs/heads/master | 2023-07-08T23:07:40.323938 | 2021-08-07T08:22:14 | 2021-08-07T08:22:14 | 390,556,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,890 | java | /*
功能:服务器和某个客户端的通讯线程
*/
package qqserver.model;
import common.Message;
import common.MessageType;
import qqClient_model.ManageClientConServerThread;
import qqclient_view.ManageQqFriendList;
import qqserver.view.ManageView;
import qqserver.view.myServer_view;
import java.io.*;
import java.net.*;
import java.util.HashM... | [
"3061878210@qq.com"
] | 3061878210@qq.com |
77c8188d67aeffe4acca68b6385062aba927342b | 897676fbea6c21725bc8b43329b928e709e22b25 | /io7m-jstructural-tests/src/test/java/com/io7m/jstructural/tests/xom/SXHTML10StrictValidator.java | 04ea8c739acd30fc166912101d5417b2392ece45 | [
"ISC"
] | permissive | io7m/jstructural | d2ed7fe97ea9bab390f192512dea7169ad3dd0eb | 2a1a149009a257008b2cab3e7d14ff2cf18f4299 | refs/heads/develop | 2023-08-29T09:39:20.158937 | 2018-06-04T14:34:28 | 2018-06-04T14:34:28 | 40,823,892 | 0 | 1 | ISC | 2021-06-07T17:44:24 | 2015-08-16T14:47:38 | Java | UTF-8 | Java | false | false | 3,991 | java | package com.io7m.jstructural.tests.xom;
import com.io7m.jnull.NullCheck;
import com.io7m.jnull.Nullable;
import nu.xom.Builder;
import nu.xom.Document;
import nu.xom.ParsingException;
import nu.xom.ValidityException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.xml.sax.ErrorHandler;
import org.x... | [
"code@io7m.com"
] | code@io7m.com |
3def5c3716fe38aa93d511264083ae5c544dbafd | fe3ebb7d1d47d512310cadf1f597fa3fa174f03d | /Ecommerce/app/src/main/java/com/seals/shubham/ecommerce/tab3.java | 91d0dbbd392011518eceb6d87c4aada847c69d47 | [] | no_license | ShubhamWorks78/AndroidStudioProjects | 86113b3b1274bf851ab11286e6107ba10c09bb30 | 8ee059dd9f5cbc49ffeb5446c983bb43e33de0bb | refs/heads/master | 2021-01-12T15:05:38.087765 | 2016-10-23T09:10:26 | 2016-10-23T09:10:26 | 71,692,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.seals.shubham.ecommerce;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by shubham on 7/14/2016.
*/
public class tab3 extends Fragment... | [
"2014UGEC@nitjsr.ac.in"
] | 2014UGEC@nitjsr.ac.in |
d10c7b68d0dc3cbb762760f8c2b74e81e98f3513 | b9a6a5af275a02abf41033d0540ef500439b652b | /tests/pos/i7959.java | 5ec2c4f4de8c37a80c2bc56e4472ab954a2c20db | [
"Apache-2.0"
] | permissive | lampepfl/dotty | d453cb9368fd91d527ad89985c1b9bb13d395837 | 4c77f628811c7096246290a8b4242cfaa5757fcc | refs/heads/main | 2023-08-31T19:38:01.263140 | 2023-08-31T18:41:50 | 2023-08-31T18:41:50 | 7,035,651 | 5,920 | 1,180 | Apache-2.0 | 2023-09-14T12:21:08 | 2012-12-06T12:57:33 | Scala | UTF-8 | Java | false | false | 69 | java | public class i7959 {
private static class Foo {
Foo() { }
}
} | [
"odersky@gmail.com"
] | odersky@gmail.com |
f6e215c25a1aeddd56db74de4d226a2a9eec62f5 | 3a824587e363da3e50ba9f986e67d0dacd22d445 | /hw13/src/main/java/com/example/hw13/MyClass.java | 39e5312216d7bfc2b6c8ecd50a80a95633cb1bea | [] | no_license | love190love/JAVA_hw13 | 4519dd4f1cd21539d763255bc5d940bfb5d27834 | 3396d9bc0deef9071d5639332d54dbb57413dc8b | refs/heads/master | 2020-09-06T11:39:52.983064 | 2019-11-08T07:44:19 | 2019-11-08T07:44:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.hw13;
import java.util.Scanner;
public class MyClass {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("請輸入您的性別 ");
System.out.println("男生請輸入1 女生請輸入2");
int i=scanner.nextInt();
System.out.println("您的年齡... | [
"love190love@yahoo.com.tw"
] | love190love@yahoo.com.tw |
0be159aee2040220c599c49fd6e07f2ee3f74afb | 6125f31054944b3cac5b2eeaf9b5d7debcf9573a | /src/nl/gcompany/bigqueryapp/Utilities.java | 84c62edc986f6c0d9435e382528364936d59843f | [] | no_license | moinc/gcp-demo1-bigqueryapp | a1afd294eba45cef5b92ca93134d66e32e6bf4ea | 48957143e16bca63ac24a5d598e6dc1826fee193 | refs/heads/master | 2021-01-21T08:01:09.793769 | 2014-03-18T08:21:53 | 2014-03-18T08:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | package nl.gcompany.bigqueryapp;
import com.google.api.services.bigquery.model.QueryResponse;
import com.google.api.services.bigquery.model.TableCell;
import com.google.api.services.bigquery.model.TableFieldSchema;
import com.google.api.services.bigquery.model.TableRow;
import com.google.api.services.bigquery.model.Ta... | [
"moin@gcompany.nl"
] | moin@gcompany.nl |
f7c44b9f98f342df6b7e617ee0f1697592c8fd79 | ebf8439676ed44a4ed2d7b34c5a22ac989a74105 | /src/android/Crypto.java | 6df59a1c7641bb74031916d4b931c1b2e793991f | [] | no_license | rbfagundes/plugins | 1c0dd1b4725f71b8015653c4f2c37f2a923ea14d | 31c82526425e38afbcd5aed364c0aad9e24863c4 | refs/heads/master | 2016-09-05T11:36:13.258926 | 2015-07-03T13:29:03 | 2015-07-03T13:29:03 | 38,385,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,196 | java | package br.com.fullgauge.sitradmobile;
import java.io.UnsupportedEncodingException;
import android.os.Bundle;
import org.apache.cordova.*;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
public class Crypto extends CordovaPlugin {
public CallbackConte... | [
"Fagundes@Fagundes-PC"
] | Fagundes@Fagundes-PC |
27416c6746268c12eb1fce76af3881eeb69f9c1e | 1d068bd78207bed319cd8366351fb0d29a29a71e | /src/com/Thread/Thread_test6.java | ce0930a609bc0ac219637c095ff05a055e3182d8 | [] | no_license | Fish-123/rj_182 | 9a79d769cc79400bcfe8a46a0dba521f91565e6f | 605b97be35474b28f2ccf896074c9e28da53a73b | refs/heads/master | 2020-11-25T18:10:15.821508 | 2019-12-18T07:48:10 | 2019-12-18T07:48:10 | 228,787,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package com.Thread;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.FutureTask;
class MyThread implements Callable<Object>{
@Override
public Object call() throws Exception{
int sum=0;
for (int i=1; i<11;i++) {
sum+=i;
}
switc... | [
"1848348186@qq.com"
] | 1848348186@qq.com |
72f1c34c7eb6973673b2b0bfea47648ff7f50db0 | 080265e4016497e95fa6a860b9ed1d72c8583ffb | /typeconverter2/src/main/java/hello/typeconverter/formatter/MyNumberFormatter.java | fd3de42d68bece96b3c75eae693d0680fbbd20e5 | [] | no_license | vkrh0406/MVC2 | 45e1e81881b22ef200d21db9a72e2ba468461da7 | 3905902911ee7942d59344bd67d23f5403bb9a2b | refs/heads/main | 2023-06-23T02:11:34.403106 | 2021-07-17T12:29:55 | 2021-07-17T12:29:55 | 382,616,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package hello.typeconverter.formatter;
import lombok.extern.slf4j.Slf4j;
import org.springframework.format.Formatter;
import java.text.NumberFormat;
import java.text.ParseException;
import java.util.Locale;
@Slf4j
public class MyNumberFormatter implements Formatter<Number> {
@Override
public Number parse(Str... | [
"vkrh0406@gmail.com"
] | vkrh0406@gmail.com |
9eabc8d4b4580c40968962ae858781f8104f9b1c | 16fce64f8b0a284f28bd770cefdfa009fa695461 | /ConnectGoogleClasswithRealize/src/ImportGoggleClass.java | 725769a6bd4232d2b227f6b2950fbe5273f470f2 | [] | no_license | gowrishankar1707/Gowri-Shankar | c092d049d81f5be3adca99e135812be3d9f12356 | 63bd278dbf8c035ef086c057963950efbfa8c757 | refs/heads/master | 2022-11-13T07:17:14.439274 | 2022-11-07T18:25:55 | 2022-11-07T18:25:55 | 220,994,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import LinkGoogleClassTeacher.LinkGoogleClass;
public class ImportGoggleClass {
public static void main(String[] args) throws InterruptedException {
// TODO Auto-generated method stub
WebDriver driver=new ChromeDriver();
... | [
"57629071+gowrishankar1707@users.noreply.github.com"
] | 57629071+gowrishankar1707@users.noreply.github.com |
34c4f0db085234cb5bb706cfd518c5d314f285aa | 89c178f7d8cd5dd5a09d78fecead8b5ffd59d66f | /src/main/java/com/chavaillaz/awsec2utils/use/command/Command_A.java | bb5ef1c60615054e158badc09ce362ce8fa36c6e | [
"Apache-2.0"
] | permissive | Chavjoh/AWS-EC2-Utils | f72d8726379fbd0d486877b1f17d020fd40d6374 | 063c157cea4c55f0cd049d1b25e74dbed68e7d73 | refs/heads/master | 2020-02-26T15:26:24.920413 | 2015-06-11T00:17:34 | 2015-06-11T00:17:34 | 34,458,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.chavaillaz.awsec2utils.use.command;
import java.util.List;
import com.chavaillaz.awsec2utils.use.exception.CommandParametersException;
/**
* Abstract command.
* Describe constructor and methods of a command.
*
* @author Johan Chavaillaz
*/
abstract public class Command_A {
/**
* Key of the com... | [
"j.chavaillaz@gmail.com"
] | j.chavaillaz@gmail.com |
aed437031ab2074e0d092a0f9c1f63990efe9d40 | a38786fc0a0ad9c246a2ab2b7471cf9713542ad0 | /core/src/main/java/com/gy/core/util/FileUtil.java | b5f58b4b40d7a60243c3975b91dd274cc4f637d0 | [] | no_license | sunsguo/g-one | 697132d9ef44f7f7e7c5ce55a273ca9ccb6f01dd | ea396b600debde3ea0d1dae06093e0b52b85673d | refs/heads/main | 2023-03-10T03:17:16.448466 | 2021-02-22T03:24:18 | 2021-02-22T03:24:18 | 331,854,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,703 | java | package com.gy.core.util;
import java.io.File;
import java.io.FileFilter;
import java.util.Arrays;
import java.util.function.Consumer;
/**
* 文件工具类
*/
public abstract class FileUtil {
/**
* 遍历所有文件
*
* @param file 需要遍历的文件
* @param consumer 每个文件的处理器
*/
public static void walkFile(... | [
"3329131301@qq.com"
] | 3329131301@qq.com |
cdf25f56ae33e591c5e52ef19c7c2273ccd7ab94 | 3aeed794151a5df6f7ea4980c3705721cac76153 | /backendApi/src/test/java/com/example/swaggerAngSpring/SwaggerAngSpringApplicationTests.java | ab25efe087048cb9c9763a03ab90dd60675cf8ac | [] | no_license | chamathshashika/springboot-angular7-swagger | 6416e0266800ead7f5e48797310665f5eed697dc | 72c03a8a4181abd8d3860a426da7509647a12cf4 | refs/heads/master | 2023-01-13T14:00:27.769335 | 2019-09-06T09:06:17 | 2019-09-06T09:06:17 | 206,756,374 | 0 | 0 | null | 2023-01-07T09:26:10 | 2019-09-06T09:06:52 | TypeScript | UTF-8 | Java | false | false | 355 | java | package com.example.swaggerAngSpring;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SwaggerAngSpringApplicationTests {
@Test
... | [
"chamathshashika2012@gmail.com"
] | chamathshashika2012@gmail.com |
3cda09d7ee72352822e999e025d7f47b380441d1 | 5bb22567c8d602907ff4299fc70f053980ac1998 | /src/testClass.java | 69f004317e0136fd7127a6808a9be6b7af64a848 | [] | no_license | orlaithjoyce/test | b203770952ee26cc4ed450381742821b5fd9ecaa | d7d62ccc8a7f5f4833edbb11a1fbb3896ce343b0 | refs/heads/master | 2021-01-11T14:43:32.651216 | 2017-01-27T10:37:28 | 2017-01-27T10:37:28 | 80,197,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java |
public class testClass
{
public static void main(String[] args)
{
System.out.println("Hello");
}
}
| [
"orlaith.joyce@ucdconnect.ie"
] | orlaith.joyce@ucdconnect.ie |
f2fb87dc31760368ecfa01f028fc798392c155ba | 6b76b9b83731fe239d43e47cc4137f3236496124 | /HW11-0036484921/src/hr/fer/zemris/optjava/dz11/evaluators/Evaluator.java | 43d382fd3522e39d5367a0d28782beeb04ec3ac2 | [
"MIT"
] | permissive | daoos/OptJava-1 | 6ba5141781dfb8d917ab775c7403e0521985847d | ae5350f2a0d4a16a23284cd5d09f08fdf426efbc | refs/heads/master | 2021-12-13T00:58:04.446194 | 2017-03-09T13:13:26 | 2017-03-09T13:13:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,706 | java | package hr.fer.zemris.optjava.dz11.evaluators;
import hr.fer.zemris.optjava.dz11.GrayScaleImage;
import hr.fer.zemris.optjava.dz11.solutions.GASolution;
/**
* Created by Dominik on 20.1.2017..
*/
public class Evaluator implements IGAEvaluator<GASolution<int[]>> {
private GrayScaleImage template;
private Thr... | [
"dominik.stanojevic@fer.hr"
] | dominik.stanojevic@fer.hr |
708b0b0f5f50df1caec2260c986e9653e897fd6c | 9b21c5650aaddb7fc0831839744e39ce5a244ded | /Razor-web/src/java/com/chengziting/razor/web/core/annotations/Administrator.java | fcd4ef0bffe4ce278c9580711beae6fcfd7ffb37 | [] | no_license | chengziting/Razor | bb0d0b570044be946d1119272fe13c7a89bb3191 | d1d1750fb214706214d5e8f9e6c98bcde444ad4d | refs/heads/master | 2021-09-11T20:43:56.634586 | 2018-04-12T05:49:49 | 2018-04-12T05:49:49 | 114,941,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.chengziting.razor.web.core.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by user on 2018-01-16.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementTyp... | [
"chengziting@outlook.com"
] | chengziting@outlook.com |
d784b16eaed86406a5650627c67e8e8442e1187b | ba06f5de7fc26ba0c350d3d3dc08d3f397c9d23e | /src/test/java/stepdefinition/LoginSD.java | fe91a75a4b750a0efc59b59838d88ff9e2f3ac3b | [] | no_license | sevimbalci/BDDFramework_2020 | 37cd441cd755ef29dcfb7372ac6b1a74a8d8318c | 7916670789f495b3bbbaf03b3562a841f4dea247 | refs/heads/master | 2021-05-21T09:12:47.819943 | 2020-04-13T17:39:10 | 2020-04-13T17:39:10 | 252,632,127 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,461 | java | package stepdefinition;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import org.testng.Assert;
import runnerTest.webPages.LoginPage;
import utils.BasePage;
public class LoginSD {
private LoginPage loginPage = new LoginPage... | [
"cakirsevim@gmail.com"
] | cakirsevim@gmail.com |
d75252ea93d4b76ea9c1bef5fc3a8e99f7a74eda | 90b0db3d01cb9d194eeb6495647c77dd93b27c7d | /src/main/java/com/example/erfangame/modules/roles/service/RoleService.java | a5915a25bf887d5701e57769c3431605df8fe319 | [] | no_license | ErfAnDev24/erfangame | ec9ceaa38d6e53b30582eda6fa6b335ced2987c2 | 25ba52d5127735b8730709afbfa9929d3e49e762 | refs/heads/master | 2023-07-18T15:10:59.838801 | 2021-09-04T16:41:02 | 2021-09-04T16:41:02 | 392,655,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | package com.example.erfangame.modules.roles.service;
import com.example.erfangame.modules.roles.model.Roles;
import com.example.erfangame.modules.roles.repository.RolesRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Tra... | [
"www.erfan01724@gmail.com"
] | www.erfan01724@gmail.com |
6e4acd026e1dfcd40b836747c567a7428c9d5225 | 8418d5231661903794a0b74fec5c8112d82d158d | /src/main/java/com/akshay/SumProblem.java | 1d2b7ec23c9983045d9f4bc57a41c79396107746 | [] | no_license | jaiswalakshay/folder-health-monitor | b78a6b1d257f36e3d36595bcd49be2389860bcfa | ca94895bcef3a483d36e8d37f64d110cfcfdfd1c | refs/heads/master | 2021-09-04T01:58:13.802087 | 2018-01-14T09:21:53 | 2018-01-14T09:21:53 | 115,866,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,660 | java | package com.akshay;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.util.*;
public class SumProblem {
private static Logger logger = LoggerFactory.getLogger(... | [
"jaiswal740@gmail.com"
] | jaiswal740@gmail.com |
c000cd275bbf67182ebe6b7ff40a9a3404069a85 | 783a4a60b892742bc514c66b9fb2ac8533d628a9 | /src/main/java/ru/alishev/springcourse/models/Person.java | 1e46765700ee51ba7ec968f6179086938385beb4 | [] | no_license | Banan4ikk/CRUD_springApp | 5bf01e0e1185052e9ec4f7015505f01f7cf88924 | bf911c9323c7eb2ab139239b8d248bae511986bd | refs/heads/main | 2023-04-07T14:59:35.323739 | 2021-04-21T17:10:51 | 2021-04-21T17:10:51 | 359,929,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package ru.alishev.springcourse.models;
import javax.validation.constraints.Email;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.Size;
public class Person {
private int id;
@NotEmpty(message = "Error name is empty")
@Size(min = ... | [
"71829447+Banan4ikk@users.noreply.github.com"
] | 71829447+Banan4ikk@users.noreply.github.com |
85e0dd2faff8d132d80d03a65def10c796a1030b | 29f10f014c85b7fb9cfa8855786683345367eb13 | /src/Tree/CompleteBinaryTree.java | e94ada13ae0e194bd356838c1ac1154f7e4d453c | [] | no_license | fanholiday/MyStructure | 32227d8307157e0b742043c7fd14b4935e014f44 | b2dc1697fe8c3d22b4244d9a4e009365a624e729 | refs/heads/master | 2020-03-27T19:47:52.511248 | 2018-09-01T15:57:32 | 2018-09-01T15:57:32 | 147,011,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package Tree;
public class CompleteBinaryTree <T extends Comparable> extends BinaryTree <T>{
public CompleteBinaryTree() {
// TODO Auto-generated constructor stub
node = null;
}
/**
* 以层序遍历构造完全二叉树
* @param levelOrderArray
*/
public CompleteBinaryTree(T[] levelOrderArray){
this.root = create... | [
"fanhomenju@gmail.cn"
] | fanhomenju@gmail.cn |
bbb0bb8ac299b24a7d337f3c0b79f95fbfa60d1f | 7c2a935fc98ee9acdd77192fc6749d2c0ec52689 | /src/main/java/com/revolut/money/transfer/exception/AccountAlreadyExistsException.java | 68fad22c0da745ddf8a875580059014959968567 | [] | no_license | ayush-chaubey/revolut-assignment | 10dec4b62ecca487d1503c4f604f8bc9f8d56346 | 11332a164e2298cdce3e4b0df613d7223a5ac3e0 | refs/heads/master | 2022-10-09T15:27:15.768493 | 2019-07-01T02:29:28 | 2019-07-01T02:29:28 | 194,515,305 | 0 | 0 | null | 2022-10-05T19:29:15 | 2019-06-30T12:48:32 | Java | UTF-8 | Java | false | false | 792 | java | package com.revolut.money.transfer.exception;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;
@Provider
public class AccountAlreadyExistsException extends RuntimeException implements ExceptionMapper<AccountAlreadyExistsException> {
public AccountAlreadyE... | [
"achaubey0503@gmail.com"
] | achaubey0503@gmail.com |
af8c902e5fae87908dcb3f1bb79886cc17b382f2 | ef72a1c3163d44abc41cca71827b552861602f14 | /src/lyu/klt/graduationdesign/moudle/activity/QueryUserActivity.java | ebf42d5c227ed8d099f9f3ece852689256698a89 | [] | no_license | Kanglt/GraduationDesign_KLT_Client | dbc435e702c2e91d6b424bd74c2752008da0dc03 | 2ec265cf820f8057745d1644d4e3473e7d781f57 | refs/heads/master | 2021-01-11T08:20:32.683513 | 2017-01-25T06:23:16 | 2017-01-25T06:23:16 | 72,904,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,482 | java | /**
*/
package lyu.klt.graduationdesign.moudle.activity;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONObject;
import com.lyu.graduationdesign_klt.R;
import android.app.Activity;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import androi... | [
"970458348@qq.com"
] | 970458348@qq.com |
40eb7176a41fd9209eb43f6cf08b4fa4fab83fbe | 54dc5833e77aabdb8e264d63c19b4b3637a7bc1a | /launcher/src/main/java/org/springframework/boot/loader/thin/MavenSettingsReader.java | c45281506c5134a288edd47a5abc01e5c9ea2224 | [
"Apache-2.0"
] | permissive | ascheman/spring-boot-thin-launcher | d14a8f58f7638992568c29daf359032a05b368f2 | 7804338d625e2e8c9094e4f615ad866b6f494b20 | refs/heads/master | 2021-01-01T17:34:19.279341 | 2017-07-21T15:18:53 | 2017-07-21T15:18:53 | 98,099,997 | 1 | 1 | null | 2017-07-23T13:32:39 | 2017-07-23T13:32:39 | null | UTF-8 | Java | false | false | 5,528 | java | /*
* Copyright 2012-2016 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... | [
"dsyer@pivotal.io"
] | dsyer@pivotal.io |
e3683868d233043e2cabf4054d0aee97c54e249c | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a079/A079021.java | 816c253f4bce095a4b71c1a40c7ef9e950709f23 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package irvine.oeis.a079;
import irvine.oeis.FiniteSequence;
/**
* A079021 Suppose p and q <code>= p+22</code> are primes. Define the difference pattern of <code>(p,q)</code> to be the successive differences of the primes in the range p to q. There are 51 possible difference patterns, shown in the Comments line. Seq... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
fe5a27feb4688fc501ce6355f10878ee2c12e73d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_2316b6aad3e81cc0cd88980acd73d716fd4cdb2d/GATKRunReport/12_2316b6aad3e81cc0cd88980acd73d716fd4cdb2d_GATKRunReport_t.java | ae866f1fdd028a057ecbaf819995a178ab102d3f | [] | 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,535 | java | /*
* Copyright (c) 2010, The Broad Institute
*
* 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, mo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
01cdf1eb34c258a75e9487493638480d55c216d7 | 11c82833b1066d5e48c06ff11de766298f127674 | /open-metadata-implementation/access-services/connected-asset/connected-asset-client/src/main/java/org/odpi/openmetadata/accessservices/connectedasset/client/ConnectedAssetConnections.java | 8af27f271860365b03147abce7d93f2624c41a5b | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | PieterJanVanAeken/egeria | 37ac28ee35ac8b395cbe7fb5849741a3d1ffb9ae | 8c71faed767297464ba2bd8396b7b7aa3f1277c5 | refs/heads/master | 2020-03-30T16:09:04.913927 | 2019-03-05T11:35:44 | 2019-03-05T11:35:44 | 148,496,778 | 0 | 0 | Apache-2.0 | 2018-09-12T14:52:25 | 2018-09-12T14:52:24 | null | UTF-8 | Java | false | false | 8,574 | java | /* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.connectedasset.client;
import org.odpi.openmetadata.accessservices.connectedasset.ffdc.ConnectedAssetErrorCode;
import org.odpi.openmetadata.accessservices.connectedasset.res... | [
"mandy_chessell@uk.ibm.com"
] | mandy_chessell@uk.ibm.com |
7a6c575a9f63a0e4231c1c4a7045ffde5002498d | 9a8406c11d493c1a4fba530290c5643ec9cccbf2 | /src/pratikum/pkg2/string.java | 7659d53526ef6fdf5484919a90eb361120df8197 | [] | no_license | Yeremia395/Jobsheet-5 | 19e12fa1d889401b5b3557ee2354369f49942b57 | 4c59fbb70bfb70ce8222f3bf2c45aade44ecff0c | refs/heads/master | 2020-07-08T17:23:39.564083 | 2019-08-22T06:53:58 | 2019-08-22T06:53:58 | 203,731,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | 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 pratikum.pkg2;
/**
*
* @author Yeremia Rizky
*/
class string {
}
| [
"53548038+Yeremia395@users.noreply.github.com"
] | 53548038+Yeremia395@users.noreply.github.com |
f6cc5d24ffc9992d1857c9f5bfa6757d55c30d2a | fa4515568e90b36d2ff81dd8fecd3d80543835b7 | /Release.java | 5d667ac89a3ea6efe5880a4e09c26f2c1ebc3447 | [] | no_license | lpotherat/discogs-data | 49b741a9f7d05cb3bf7a2738cb84f65013f93dc7 | 4089a609b190bdbd49ad50eeb6af4d0b2e6f8a8f | refs/heads/master | 2020-03-17T03:24:28.313268 | 2018-05-13T13:14:17 | 2018-05-13T13:14:17 | 133,233,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,871 | java |
public class Release {
private String status;
private String thumb;
private String format;
private String title;
private String catno;
private int year;
private String resourceUrl;
private String artist;
private int id;
/**
* No args constructor for use in serialization
*
*/
public Release() {
}
/**... | [
"djleop@gmail.com"
] | djleop@gmail.com |
45484475ec076f2f504d36c958744bdc53f6546d | 230856ef97bcaf28c32cbb7458b2209b102cbb44 | /AP-Spring-2018/Slides & Sample Codes/2/chapter01/picture/Circle.java | b7b6996cfec3eaa2a46dc89204fcba369029f274 | [] | no_license | aut-ce/CE104-AP | c67265e0930e3c9d28f3888a0f0a2dd1a29a7ec4 | b0255116bf70e4d4f183c2a6189a38e9e19e5bd4 | refs/heads/master | 2023-06-02T14:03:18.323874 | 2021-06-26T23:31:23 | 2021-06-26T23:31:23 | 224,835,149 | 8 | 2 | null | 2021-06-26T23:31:24 | 2019-11-29T10:48:54 | Java | UTF-8 | Java | false | false | 3,761 | java | import java.awt.*;
import java.awt.geom.*;
/**
* A circle that can be manipulated and that draws itself on a canvas.
*
* @author Michael Kolling and David J. Barnes
* @version 2008.03.30
*/
public class Circle
{
private int diameter;
private int xPosition;
private int yPosition;
private String ... | [
"ehsan.e.71@gmail.com"
] | ehsan.e.71@gmail.com |
49f213504aa7e852a05b423fdf4833af58175494 | 9cdcc9e5437f7c2b9fdbe5135016ce63e6f5c688 | /src/main/java/dr/web/basis/bean/Auth_groupBean.java | 4d62553c38ec41c51831009c0566426472b4d681 | [] | no_license | DreamInception/pc1.0 | a0307cf5e2355a63ba8de562952e3902aacfc80c | 1a1db34762a4d3f70d45d47c09f92e7c5fb98af3 | refs/heads/master | 2021-01-13T07:38:20.166292 | 2016-10-20T14:54:12 | 2016-10-20T14:54:12 | 71,473,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,370 | java | /**
* 包名: dr.web.basis.controller
* 文件名: Bean.java
* 描述: 登录相关操作
* 创建人: 陈吉秋特
* 创建时间: 2016-3-16下午5:00:00
* 版权: 2016 景源金服版权所有
*/
package dr.web.basis.bean;
import dr.web.common.bean.BaseBean;
/**
*
* @包名 :dr.web.basis.controller
* @文件名 :Auth_groupBean.java
* @系统名称 : 上海景源金服PC端
* @Author: 陈吉秋特
* @Date: 2014-6-... | [
"pengfei@51vest.com"
] | pengfei@51vest.com |
56112cea47d04cc829d0df918c7ff8730866014d | 1b69725948e8a617636fedf6c719feacaab6ce01 | /ShopXX/src/main/java/net/shop/controller/admin/OrderStatisticController.java | 6360310365d46d90b6a6bc58fb3bb26ff5b92ef7 | [] | no_license | yezhen125240/yezhen.github.io | a50bb04a78b5bae52eecf2a230da7a68f594451e | 1585e64677896aa6105941e1f0811fd6da97aa43 | refs/heads/master | 2021-05-10T16:18:29.248446 | 2018-02-01T06:20:40 | 2018-02-01T06:20:40 | 118,574,371 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,801 | java | /*
* Support: http://www.shopxx.net
* License: http://www.shopxx.net/license
*/
package net.shop.controller.admin;
import java.util.Date;
import javax.annotation.Resource;
import net.shop.entity.Statistic;
import net.shop.service.StatisticService;
import org.apache.commons.lang.time.DateUtils;
im... | [
"591481765@qq.com"
] | 591481765@qq.com |
08384dcfae08cb79c04c4c527ac5f2294c88667c | 691b9eaab1cdbf62989a383c4162f2ef323bd443 | /src/org/bird/gui/controllers/DataSheetController.java | 382306692c711675da4dd85339934d3e57539bd6 | [] | no_license | smoers/BirdNew | 873a15fd4aa3a99691ab9a0d21c25f15811ea9f3 | fa1131ba47fdff7d0fc35d7cc17516c9c028078c | refs/heads/master | 2020-04-15T17:12:02.263046 | 2019-11-04T12:27:03 | 2019-11-04T12:27:03 | 164,865,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,275 | java | package org.bird.gui.controllers;
import org.bird.gui.events.OnLeftClickEvent;
import org.bird.gui.listeners.OnLeftClickListener;
import java.util.ArrayList;
import java.util.function.Consumer;
public abstract class DataSheetController<T> extends ProtectedController implements IDataSheetController<T> {
protecte... | [
"serge.moers@gmail.com"
] | serge.moers@gmail.com |
808ec200fa91658f1116192fd6f4a6d319c47ffe | 642d866e30716f0388e7f7c972a9a59e1d056268 | /PetDayCare_EnriqueT/app/src/main/java/com/example/petdaycare_enriquet/Pets.java | 3e755114ae35d088ed6c4be1bb3a534007101335 | [] | no_license | enriquetentor/carlospati | 8c7f013ce851e8e83fa873922caa2b1d55f7be3c | ff86a6b50251ac48c5b0e9e7b62e729a78dd851d | refs/heads/main | 2023-04-20T08:16:54.746814 | 2021-05-15T15:29:12 | 2021-05-15T15:29:12 | 367,665,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.example.petdaycare_enriquet;
public class Pets {
private String Name;
private String Breed;
private String Gender;
private double Weight;
public Pets(String name, String breed, String gender, double weight) {
Name = name;
Breed = breed;
Gender = gender;
... | [
"59843105+enriquetentor@users.noreply.github.com"
] | 59843105+enriquetentor@users.noreply.github.com |
8616e290154504a6c87c9c6a7c0ebeed305a5987 | 0ae9455f8602eaf225972f5912eea09227580dc4 | /DersteSpinnerOrnek/gen/com/example/derstespinnerornek/R.java | f986344a463850e05eceeddfdb7848bdaf2457cb | [] | no_license | canmurat/myworkspace | 7fcb269ae881557ad4cd31450e6a8644311a8de2 | 7ddc97a40609b652cf2b7e5304b1c29a4d4b4393 | refs/heads/master | 2016-09-06T00:27:08.858902 | 2014-04-01T19:46:56 | 2014-04-01T19:46:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,835 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.derstespinnerornek;
public final class R {
public static final class array {
public static fin... | [
"can.murat@bil.omu.edu.tr"
] | can.murat@bil.omu.edu.tr |
3c88a54a97972331407916646edd0c15f0b8749c | 3b54b58ac613f8c08c4ed9af322b0d46b491a22c | /src/com/sproutlife/renderer/Dimension2Double.java | a231fa44c408decdc0c60c45c519590914a32275 | [
"MIT"
] | permissive | ShprAlex/SproutLife | f45b31c0484bc6f952aecc618b397e617fffee59 | b07eb5474f5ad063770bb887a3b035b043fa0e0e | refs/heads/master | 2022-07-27T16:53:08.910410 | 2022-07-17T17:32:19 | 2022-07-17T17:32:19 | 49,777,163 | 610 | 33 | MIT | 2019-12-26T22:07:51 | 2016-01-16T14:43:33 | Java | UTF-8 | Java | false | false | 563 | java | package com.sproutlife.renderer;
import java.awt.geom.Dimension2D;
public class Dimension2Double extends Dimension2D {
private double width;
private double height;
public Dimension2Double(double width, double height) {
setSize(width, height);
}
@Override
public double getWidth() ... | [
"noreply@github.com"
] | noreply@github.com |
5d46ee958a012a4350f6fc92d7a9103c4e4db0c5 | b77819983a74ed4383ad476b17fb432cefafc0cb | /src/Initialization/ArrayInit.java | 2e10c9a370389397fa812315200a1efb12746a21 | [] | no_license | noman17rus/Education | 46a27e6b49598c78e7f3c333f14af4e7c618b1c9 | a9ccc4b506b62f87a4047c56c900fdacea3ab0c3 | refs/heads/master | 2023-01-24T02:56:11.472368 | 2020-12-05T21:24:00 | 2020-12-05T21:24:00 | 317,555,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package Initialization;
import java.util.Arrays;
/**
* Массивы так же можно инициализировать списком в фигруных скобках
*/
public class ArrayInit {
public static void main(String[] args) {
Integer[] a = {
new Integer(1),
new Integer(2),
new Integer(3),
... | [
"noman171991@gmail.com"
] | noman171991@gmail.com |
2d861237b6c9503b02467d2c9e6a58edc33dd7c9 | 67ae6fb46bea9caca22aa4ce44e067a91264f00d | /FachlicherAdministrator/src/main/java/faeteam3/FachlicherAdministrator/Controller/WorkerService.java | 28d3dfddb2bba4f6aabbe0ae446e18251a2e3e12 | [] | no_license | Archi-Lab/fae-team-3 | 4c7105e541880a89e5eb7cada07f73a8d76072b4 | b9ab2aa77c3642ca13c34203aeb79eeaf01bda45 | refs/heads/master | 2020-04-02T12:56:00.876275 | 2019-02-25T16:25:21 | 2019-02-25T16:25:21 | 154,458,968 | 0 | 0 | null | 2019-02-25T16:25:22 | 2018-10-24T07:38:56 | Java | UTF-8 | Java | false | false | 1,541 | java | package faeteam3.FachlicherAdministrator.Controller;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autow... | [
"44501469+stephanhhhh@users.noreply.github.com"
] | 44501469+stephanhhhh@users.noreply.github.com |
7cc2f5448fafdd3eda714db6d2965152ab6833aa | 2e66c37c4e2584c31f553e361616868b23749ac5 | /src/test/java/com/example/studentsdb/stydentsdb/StydentsdbApplicationTests.java | b8a2ac4863e703d882e2122637770d592816c2e2 | [] | no_license | Georgly/StudentsDB | a6aa6ebbfc416cfa99058b658c38509ab2208eb5 | 0fece68f2fa0a9bb950dd9c5f9741771d7c7a3a9 | refs/heads/master | 2021-05-12T10:49:55.429294 | 2018-01-13T17:45:33 | 2018-01-13T17:45:33 | 117,363,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.example.studentsdb.stydentsdb;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class StydentsdbApplicationTests {
@Test
p... | [
"noreply@github.com"
] | noreply@github.com |
d29a9b57fb4be18e340dc38ad2aae130093bdfad | 4b5986a3eeeea6bc1f44040291c02a2377097e93 | /java/original/user_service/server/src/main/java/com.solo.coderiver.user/service/impl/UserTeamServiceImpl.java | 3ab72a79829a838f965e8808ed7eae6219c0adc6 | [] | no_license | SharkLaka/coderiver | f9fbd204bda8b13b4e3fe0fd7d7caa942f834536 | cda38d0a9b47ef1b4983cd0e62c6f617ad02cd09 | refs/heads/master | 2020-04-08T18:04:27.385339 | 2018-11-26T02:11:38 | 2018-11-26T02:11:38 | 159,592,564 | 1 | 0 | null | 2018-11-29T02:01:31 | 2018-11-29T02:01:30 | null | UTF-8 | Java | false | false | 959 | java | package com.solo.coderiver.user.service.impl;
import com.solo.coderiver.user.dataobject.UserTeamRelation;
import com.solo.coderiver.user.repository.UserTeamRepository;
import com.solo.coderiver.user.service.UserTeamService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stere... | [
"cachecats@163.com"
] | cachecats@163.com |
35b452a49daa762372bda2f6bb88911571677a72 | a71bb967f1e751ac4adb3a98e83c2f1ce18c6869 | /backend/build/generated-source/endpoints/java/com/etechtour/builditbigger/backend/myApi/MyApiRequestInitializer.java | 7eab1451e388a34d6babddf0e2be029b7810b9d1 | [] | no_license | kittcoldfire/BuildItBigger-Phil | 0388d62e44eeba163466b1a05d90d71fd03ffd0a | 93efb1a72e8852548a743d0ab425cb88ee70e9d7 | refs/heads/master | 2021-01-10T08:26:04.916959 | 2015-11-16T23:13:00 | 2015-11-16T23:13:00 | 46,304,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,434 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | [
"etechtour@gmail.com"
] | etechtour@gmail.com |
da004ea1f5f697b598ea20a2219920f77c32d1e1 | 6342d1e0179bab61ddf478f7038ca661baf62db3 | /bbm/src/main/java/com/bbxiaoqu/comm/service/db/MemberTsService.java | c539173a5337c498b7b5c9a6b5cb72c5015c891f | [] | no_license | 594904292/xiangzhujava | 5f4ced982c637b8758688bbee7e23c2b516a1ddb | f346b6f251a692366c1344c15e296207b7295404 | refs/heads/master | 2020-06-12T06:00:32.658848 | 2017-02-20T11:00:25 | 2017-02-20T11:00:25 | 75,601,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,932 | java | package com.bbxiaoqu.comm.service.db;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.bbxiaoqu.comm.tool.L;
import java.util.ArrayList;
import java.util.List;
public class MemberTsService {
public DatabaseHelper dbHelper;
public MemberTsSer... | [
"594904292@qq.com"
] | 594904292@qq.com |
34adb8b566bb8c74d310725ef18eab1ba8e63b7a | 24f6caba1a5e477527fdbd926512fe3dae3acd1c | /Help-Sessions/0302/src/lsp/ShapeAreaCalculator.java | 3619a54a7014075315d508361910462aaff1605c | [] | no_license | ayubjuda/sdp-sp3-2021-repo-code | cd7fd4a0a1e0a5f85160d7775b48e796bb50e54b | 87c7dcdabb021b8b9d6b4d7bb01720daa1dc97f2 | refs/heads/main | 2023-05-08T00:00:34.159047 | 2021-05-23T11:24:33 | 2021-05-23T11:24:33 | 406,274,128 | 1 | 0 | null | 2021-09-14T07:49:06 | 2021-09-14T07:49:05 | null | UTF-8 | Java | false | false | 218 | java | package lsp;
import java.util.List;
class ShapeAreaCalculator {
static double sumOfArea(List<? extends Shape> lt){
double sum = 0;
for (Shape r : lt) {
sum += r.getArea();
}
return sum;
}
}
| [
"keith@dcs.bbk.ac.uk"
] | keith@dcs.bbk.ac.uk |
6ff63fb1b7e3e839ad7d3dbe99b4101ce701f285 | eb29c48427ac279e7a3bba4205d2954280e9331c | /src/main/java/me/suiremc/core/commands/CommandBase.java | 9965d1261114df676178c4ed6c69a9983fb38dd1 | [] | no_license | JustCallMeHims/Suire-Core | b10e8f261fd43e4e83922294ecd85054a93e7fee | 88af0a9cdec8349916cde05e2796ecc8cd2bebd0 | refs/heads/master | 2020-04-26T20:55:25.650552 | 2018-10-26T18:22:52 | 2018-10-26T18:22:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,914 | java | package me.suiremc.core.commands;
import com.google.common.collect.Lists;
import me.suiremc.core.util.ChatUtil;
import org.apache.commons.lang.ArrayUtils;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import java.util.Arrays;
import java.util.Li... | [
"zyseasounds@gmail.com"
] | zyseasounds@gmail.com |
3dc3890722e2567450716048ff8ad8468be01e68 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_46e0443a0514be23147f8da356a22f814df4d274/ImportCSVEdgeTableInnerPanel/30_46e0443a0514be23147f8da356a22f814df4d274_ImportCSVEdgeTableInnerPanel_t.java | ab3385a77e9950c6403a2287cec04cc9f971ef18 | [] | 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 | 20,303 | java | /*
* This file is part of MONGKIE. Visit <http://www.mongkie.org/> for details.
* Copyright (C) 2011 Korean Bioinformation Center(KOBIC)
*
* MONGKIE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Fou... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
dd1d7bcde03578992ee33ecd50d62a23fc2d8f25 | cae41a7b814e9dd7d8a6d583baee7fbbddee2db3 | /src/main/java/com/hm/registropersonaws/ws/PersonaWS.java | 37c8e6a07239c68549c2e45a60b9b66c0f756a15 | [
"MIT"
] | permissive | lordsafron/RegistroPersonaWS | 1f2d7f40caa131f7f4e4d35f6b1b1a0e67cf9528 | b6b2ce50cc84e99faabc0afbc6c5ba86beb791b1 | refs/heads/master | 2020-03-08T17:36:09.247673 | 2018-04-05T22:56:11 | 2018-04-05T22:56:11 | 128,273,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,363 | 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.hm.registropersonaws.ws;
import com.hm.registropersonabusiness.service.PersonaService;
import com.hm.registropersonaentiti... | [
"hmmartinez88"
] | hmmartinez88 |
3d14d77a83a36f50cf7ca4a8541c58780bfd2ae8 | 2a858a0d1fa1018f93c41924dab4d08e914de97a | /chapter16/Equals.java | 967d35ac9c7c30e8501184e99f36b6bc95eb30fc | [] | no_license | yazamiDev/java-exercises | 6b6ed3a938d49bd3bcd952cb440cc17b438f7ec5 | 8737dcd03572144acccb25241da3e152ba2593cc | refs/heads/master | 2022-12-26T17:12:03.608682 | 2020-09-26T03:42:50 | 2020-09-26T03:42:50 | 289,130,649 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | /**
* Write a method equals2 that accepts a second list as a
* parameter and that returns true if the two lists are
* equal and that returns false otherwise. Two lists are
* considered equal if they store exactly the same values
* in exactly the same order and have exactly the same length.
*/
public boolean ... | [
"yousifazami@outlook.com"
] | yousifazami@outlook.com |
744c08fe8d7c8ed06671f134baee0d637947dc9f | e08159316fdd50225cf6892959f2f77bc547e9e9 | /src/main/java/com/flowable/modules/user/service/UserService.java | 5de9e6273b187ea972b6db3876797b8fa95749e0 | [] | no_license | Realzplore/flowable-task | e10050b085cbca2fd51b74b416fd8047048d1041 | 5058d49b89cc5a007b28b7382862f6cd76cc7e5c | refs/heads/master | 2020-03-24T20:09:29.413109 | 2018-08-10T09:59:12 | 2018-08-10T09:59:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,742 | java | package com.flowable.modules.user.service;
import com.flowable.modules.user.domain.User;
import com.flowable.modules.user.mapping.UserAuthorityMapper;
import com.flowable.modules.user.mapping.UserMapper;
import com.flowable.core.service.BaseService;
import org.apache.ibatis.javassist.tools.rmi.ObjectNotFoundException;... | [
"liping.zheng@huilianyi.com"
] | liping.zheng@huilianyi.com |
3954a8a7647a1c2c8b91e4cdc5471edf8527d351 | 900f06f67cb3544efb89738309ceef15dbe28485 | /app/src/test/java/com/example/dee/caloriescounterandroidapp/ExampleUnitTest.java | 28581178970671c09715d7d6ee3eb10483be0110 | [] | no_license | Jade-Myers/CaloriesCounterAndroidApp | 744f88ceaedd3473299ebd8ab8face200f083766 | a3bec67570be40bf56e77fe0b2f3aa1f6652f5f4 | refs/heads/master | 2021-06-15T09:13:31.611182 | 2017-03-04T00:28:28 | 2017-03-04T00:28:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.example.dee.caloriescounterandroidapp;
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 {
@T... | [
"Jad myer"
] | Jad myer |
b2179fb44c43c47343059d1701e62071a234131b | 9f7994ed0b8caa3014c0b6254d5ccfaeb97dafd4 | /branches/2.0-SNAPSHOT/maven-httpd-control-win32/src/main/java/org/phpmaven/httpd/control/w32/W32Controller20.java | 28d3e947f16b5a80994591d25e593a8721d88f5f | [
"Apache-2.0"
] | permissive | tomask-de/maven-php-plugin | fe830c742d4cc980094531358c215ecb063aa814 | 5bcf36c6d66ff3aa18a11968c79d18eec4164aeb | refs/heads/master | 2021-01-18T09:04:20.028784 | 2012-08-04T09:10:41 | 2013-06-20T16:48:01 | 4,183,438 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,889 | java | /**
* Copyright 2010-2012 by PHP-maven.org
*
* 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... | [
"develop@tomask.de"
] | develop@tomask.de |
dafe3137a29f65b406ad8cb247dcf0e173f366c3 | 35a739e572df26a47cd858b314c83e22880e6454 | /BM-core_v3/src/main/java/bm/cir/objects/CodeBlock.java | 9f735aeec21b9e2e4b12f9e70337245eb0823665 | [] | no_license | MirasCarlo934/symphony | 9ccc3de48e9b1caba1554c0eddc01549dacc5b27 | 315dff76209bbd22b888eb41a6626ea6b0f4137b | refs/heads/master | 2022-12-26T03:17:09.575413 | 2020-06-20T08:21:43 | 2020-06-20T08:21:43 | 167,689,901 | 1 | 1 | null | 2022-12-12T21:41:43 | 2019-01-26T13:08:42 | Java | UTF-8 | Java | false | false | 1,058 | java | package bm.cir.objects;
public abstract class CodeBlock {
private String comID;
private int propIndex;
private Object propValue;
public CodeBlock(String devID, int devProperty, Object propValue) {
setDeviceID(devID);
setDeviceProperty(devProperty);
setPropValue(propValue);
}
/**
* Turns this CodeBloc... | [
"mirascarlo934@gmail.com"
] | mirascarlo934@gmail.com |
4723d7a4f199ed9b2807f9f8e82ea697af316010 | 1e9be06e4447c952119b04cb6d0e640974f6fe54 | /src/main/java/com/iykno/modeling/common/Result.java | 43e037d4c389c549670c6e17b9bb7d449be3a549 | [] | no_license | iykno/builder | 230a017a64cfbd1350adadf40f0da3ea26fc6bb4 | 79cac19b6fb551f1063ca79dd47d44775e088998 | refs/heads/master | 2020-04-04T22:14:09.148312 | 2018-11-07T08:38:54 | 2018-11-07T08:38:54 | 156,315,730 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package com.iykno.modeling.common;
import com.alibaba.fastjson.JSONObject;
public class Result extends JSONObject {
private static final long serialVersionUID = -3704030906158134520L;
public Result(String resultCode) {
}
public Result(Integer pageNo, Integer rows, Integer pageSize) {
this.put("startNo", page... | [
"missyknow@163.com"
] | missyknow@163.com |
c34a1505aa8c9166219eb8960100a9ed6d6ccd26 | ccd94409a78970ec9587afd389e6ba689b5f02dc | /Crm-Mobile/src/GetCustomersPack/Updated.java | c806c29217e34146b9aa14c9f810b0dff9459ce0 | [] | no_license | AtiehPardaz/CRM-Mobile | 0d559b43c3bacb9c2a6de91b25ebdf467c22869e | 6b43a866102be85eac410e276606e79436d4de7a | refs/heads/master | 2021-01-23T13:22:19.561128 | 2015-06-12T22:28:35 | 2015-06-12T22:28:35 | 30,471,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java |
package GetCustomersPack;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Updated {
private String Address;
private String Description;
private String Id;
private boolean IsLegal;
private List<PersonRelation_> PersonRelations = new ArrayList<Pe... | [
"m.mohammadian@falahi.atieh.local"
] | m.mohammadian@falahi.atieh.local |
9a3e9429fc559515bf6ba6cc55bc5a2ceccac32d | 163a9c11093f982532ec0eebfe0b7a7d88f22557 | /custom/ncip/ncipstorefront/web/src/com/ncip/storefront/checkout/steps/validation/impl/DefaultDeliveryAddressCheckoutStepValidator.java | 2334ff134ded0a698b4ac3dc01d4c4d349acd240 | [] | no_license | green-jin/green | 9fa5809af26e4da0af6a979379544964f9fdd45e | f9ccc1cc2ca97c4bc8e55d7477c798ea598f5059 | refs/heads/master | 2020-08-08T10:26:16.816508 | 2019-08-22T09:11:21 | 2019-08-22T09:11:21 | 213,811,708 | 0 | 0 | null | 2020-04-30T12:28:24 | 2019-10-09T03:24:59 | Java | UTF-8 | Java | false | false | 1,183 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"cinygho@gmail.comtw"
] | cinygho@gmail.comtw |
a336e709ec898c045b3bb9d8d3106dedc6ec8545 | e3fb2b44481f46682fc6bd87df231da2daffeb1e | /client-java-5.0.15_source_from_Procyon/rp/org/apache/http/impl/client/AuthenticationStrategyImpl.java | ee4a6212acc2c02a7e4c11cac8c2a88dbad850aa | [] | no_license | sachindwivedi18/Hibernate | 733b2acecff1e0642b540e7382f61459f5abbda7 | d561a342be2fdc6cca91aedebeb1b4dd6e9d8625 | refs/heads/master | 2023-06-11T10:14:09.375468 | 2021-06-29T14:51:36 | 2021-06-29T14:51:36 | 365,769,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,629 | java | //
// Decompiled by Procyon v0.5.36
//
package rp.org.apache.http.impl.client;
import java.util.Collections;
import java.util.Arrays;
import rp.org.apache.http.client.AuthCache;
import rp.org.apache.http.auth.Credentials;
import rp.org.apache.http.auth.AuthScheme;
import java.util.Iterator;
import rp.org.apache.htt... | [
"sachindwivedi18@gmail.com"
] | sachindwivedi18@gmail.com |
cf3f8b4eb95ccddb7d5ecb177df0479504379f0e | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/27665dec3a2b4336a33ffec2ff885312.java | 31e17d3d075bc7a2b3a01e41e12b02f2d32ef215 | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589346 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,952 | java | class VdAqZsY {
public static void nfRyYmP_q0geI (String[] jCMFXSR) {
void TuR = this.t3jCA6 = -47848907.dXvr8b_c271I;
int jwmYUGrn0fTACT;
void ybUT9UGvd_BbS = !!this.MkY9YDXGTG() = -this[ true.uYU()];
-!pd7fqdq2MZkDS().TRUohNkeggoI;
{
sF6T7Z DEciLh;
... | [
"hello@philkrones.com"
] | hello@philkrones.com |
0e9716ea2624cd06dcbe741318818fd4355e35c7 | 9ec08d1a9b652ee649462bcf79a4d6dfc8332deb | /ModuleNetwork/network/src/main/java/com/whaleyvr/core/network/http/interceptor/ReceivedCookiesInterceptor.java | 831833f3906c0d573f291e19941b52567d4f935e | [] | no_license | portal-io/portal-android-library | a17e3b1a529a09c1e69a549ca9c398b910c9ab45 | a32c592f695453bb309a671850506dbd8a0313a6 | refs/heads/master | 2020-03-20T12:26:45.181898 | 2018-08-31T06:25:00 | 2018-08-31T06:25:00 | 137,430,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package com.whaleyvr.core.network.http.interceptor;
import com.whaleyvr.core.network.http.CookieManager;
import java.io.IOException;
import okhttp3.Interceptor;
public class ReceivedCookiesInterceptor implements Interceptor {
@Override
public okhttp3.Response intercept(Chain chain) throws IOException {
... | [
"lizs@snailvr.com"
] | lizs@snailvr.com |
4085b45e2512c56de742aae928b6e85a415eddcf | 3e9d099b7b71d5ce900a9f26aeafa20f8c4fcba8 | /workspace4/IceCream2/src/org/quasar/IceCream2/businessLayer/CalendarDate.java | 28c7f978ede1c2ddba5729efde615bf29b5975f9 | [] | no_license | krebsf/ModellgetriebeneSoftwareEntwicklung | 9300b52aff74b1a89fc10be7ae008c6d937040c5 | d04900d851cfbf8f26238590fb7270a373dc5b28 | refs/heads/master | 2021-01-10T08:34:27.337778 | 2016-02-02T21:08:27 | 2016-02-02T21:08:27 | 47,336,796 | 1 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 13,052 | java | /**********************************************************************
* Filename: CalendarDate.java
* Created: 2016/01/31
* @author Luís Pires da Silva and Fernando Brito e Abreu
**********************************************************************/
package org.quasar.IceCream2.businessLayer;
import org.quasar.IceC... | [
"tfr@fokus.fraunhofer.de"
] | tfr@fokus.fraunhofer.de |
9d532128c757c0a656b6ab7ca73bfffb73f8f654 | 22e1dd1c61b5d6ebf9feb6ee94f533c3d3fca2b6 | /lucare-rpc/src/main/java/com/fcs/netty/simple/ClientHandler.java | 1d70a1ea901e7b12a523b8cca5e4745ffd13a0c0 | [] | no_license | fengchangsheng/rpc-upgrade | 697d78b8f50c70376931a568b784c6944b4b107e | 871cafdb7ef23bb765be143003ba1581c91764a5 | refs/heads/master | 2021-01-22T20:17:45.895482 | 2017-05-04T04:51:57 | 2017-05-04T04:51:57 | 85,302,324 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.fcs.netty.simple;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
/**
* Created by Lucare.Feng on 2017/3/19.
*/
public class ClientHandler extends SimpleChannelInboundHandler<User> {
@Override
public void channelActive(ChannelHandlerContext ct... | [
"fengchangsheng123@qq.com"
] | fengchangsheng123@qq.com |
6cc9f18a846a45ed4c53d2503b5c6215782bc33d | 9f5e4768244fd7ce32057dd969d6551d1cc4aacd | /MyApplication/app/src/main/java/com/bxyun/myapplication/recent/Song.java | 4e68875d0e79ba05c1375d740df59828ea0564cb | [
"Apache-2.0"
] | permissive | androidok/musice | 2613af308f8419bdcb5ac7885a457cccfed7e414 | 21aaea159abeb2f8545d84ef8d835dfb279340de | refs/heads/master | 2022-12-23T18:55:58.797779 | 2020-09-29T11:37:59 | 2020-09-29T11:37:59 | 296,833,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,581 | java | /*
* Copyright (C) 2015 Naman Dwivedi
*
* Licensed under the GNU General Public License v3
*
* This 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) a... | [
"1711846058@qq.com"
] | 1711846058@qq.com |
e4b4cabde840a65510996674073ee385e1adc953 | 6675a1a9e2aefd5668c1238c330f3237b253299a | /2.15/dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/cache/ClearCacheAction.java | 8c18b31186bb45f740608cd221814ec643f24294 | [
"BSD-3-Clause"
] | permissive | hispindia/dhis-2.15 | 9e5bd360bf50eb1f770ac75cf01dc848500882c2 | f61f791bf9df8d681ec442e289d67638b16f99bf | refs/heads/master | 2021-01-12T06:32:38.660800 | 2016-12-27T07:44:32 | 2016-12-27T07:44:32 | 77,379,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,579 | java | package org.hisp.dhis.dataadmin.action.cache;
/*
* Copyright (c) 2004-2014, University of Oslo
* 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 t... | [
"[sagarb.4488@gmail.com]"
] | [sagarb.4488@gmail.com] |
857d1ef6734050716b5aafaf404ba4872c0c5628 | 2b1345b9658fec885b4c9aebf6f70e014e572207 | /app/src/main/java/com/hebert/xmaslist/data/UserDA.java | 445c26b7847706a611c26eec45516424bf282d70 | [] | no_license | antoheb/xmas-mobile-application | c03d17a18ba79b432672578bbfaa6f56bac3b481 | 3cada11554fc4bf1cf8f58242d7b8eab463eb8b0 | refs/heads/master | 2023-04-30T23:07:23.189909 | 2021-05-18T00:03:17 | 2021-05-18T00:03:17 | 368,351,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package com.hebert.xmaslist.data;
import androidx.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.firestore.DocumentReference;
import com.google.firebase.firestore.Do... | [
"54374821+antoheb@users.noreply.github.com"
] | 54374821+antoheb@users.noreply.github.com |
997d06bb073f2355f98bde052aaf5575ff161ef6 | 1a517f89314c9f9630e0d08544d86b6f6cc6be44 | /src/main/java/th/ac/ku/atm/DataSourceWebAPI.java | c8ffe89fc4f8f21f32b2ce2a417e89dcfbafa1e9 | [] | no_license | Nae-nwp/atm-spring-code-config | e3244b26ce56e63aceb14908384959eaee672ab3 | e788d105ecacc228109fda51acf6975a5af641bd | refs/heads/master | 2023-02-06T19:26:32.063491 | 2020-12-27T15:21:19 | 2020-12-27T15:21:19 | 324,788,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package th.ac.ku.atm;
import java.util.HashMap;
import java.util.Map;
public class DataSourceWebAPI implements DataSource {
public Map<Integer,Customer> readCustomers() {
Map<Integer,Customer> customers = new HashMap<>();
customers.put(1,new Customer(1,"ขวัญ",1234,1000));
customers.put(2,... | [
"Nawapon.c@ku.th"
] | Nawapon.c@ku.th |
d5c049d1572a59d31b2d4a101efafff0f17053b6 | e14cc47479e697449bf39fc2875d61284637383f | /ws-core/src/main/java/org/ws/core/file/ObjectRepo.java | 20ca52aed85a8ec3795005265e67473c45a1a19c | [] | no_license | achilles-liu/ws-demo | bc266135e91726d8819b5ae48bbe01e2802bbf0e | f416ea011fc063e23dae58733d2e4aa16477c2db | refs/heads/master | 2021-01-09T20:19:06.110010 | 2018-09-06T07:53:23 | 2018-09-06T07:53:23 | 61,907,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package org.ws.core.file;
import java.util.HashMap;
import java.util.Map;
/**
* this is the business repository to store business object
* like the implementation of <code>FileEval</code> interface.
* @author Achilles Liu
*
* @param <T>
*/
public class ObjectRepo<T> {
private Map<String, T> cup = new HashMap<... | [
"1027054310@qq.com"
] | 1027054310@qq.com |
4b552978d3501bbf3808206e587b77d10c6e857c | e3ca330f4185abcd30538b528971a5610b9c66b0 | /main_homework/theClassicExample/Java031.java | d793a6b4331b15409350ab30eb94ff51b9cba940 | [] | no_license | eraf00/homework | bc1ee098853acde032deaced239372de77ad3699 | eeb7d71274929ce23410626baa230795d35b22be | refs/heads/master | 2020-03-13T18:16:33.397321 | 2018-06-03T07:41:04 | 2018-06-03T07:41:04 | null | 0 | 0 | null | null | null | null | ISO-8859-7 | Java | false | false | 387 | java | package theClassicExample;
import java.util.Scanner;
public class Java031 {
public static void main(String[] srgs) {
int[] j=new int[10];
Scanner input = new Scanner(System.in);
System.out.println("ΗλΚδΘλΚύΧι:");
for(int i=0;i<10;i++) {
j[i]= input.nextInt();
}
input.close();
for(int i... | [
"Administrator@PC-20180409IVPG"
] | Administrator@PC-20180409IVPG |
e625432e71cb46439fefbe9dbbe4c31cf6fdfb4b | a2b1fea3f7dabdba0c4243921f63edc1a9d9106d | /src/main/java/universityrecruit/enterprise/interviewmanagement/candidate/service/ICandidateService.java | 5541cb66f80baf97f5256edb71157866e1269538 | [] | no_license | qwert1234zx/student | 204b7cb616ad0a1c254d0ba64f7be4193c016b4b | cafa9a3ec12568940324ce758432bbca2ba8d020 | refs/heads/master | 2020-04-08T14:13:07.803896 | 2018-11-28T02:04:24 | 2018-11-28T02:04:24 | 159,421,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | /**
* The service interface of Candidate,该文件继承于IBaseService,其中insert、update、deleteByIdList、selectByID、selectByCondition可不用写
* Created 2018/9/18
* @author Howard
*/
package universityrecruit.enterprise.interviewmanagement.candidate.service;
import com.each.common.base.service.IBaseService;
import java.util.Date;
im... | [
"1334510408@qq.com"
] | 1334510408@qq.com |
f2fd0145b7c7b89d3b7f33a35a6049cfb95072be | b55845607cfc5ab4feb45c45598ee6929809fa95 | /src/com/zhiyou100/git/Test.java | 13c7783f7de51f35560222a5416c7e16e4a8719f | [] | no_license | lwj1987/Git | dd9adc947726e8cb848e001a21bb40fb43617db9 | ad0896838d6fa80342738588334687e28fe443ae | refs/heads/master | 2021-05-14T11:49:21.414636 | 2018-01-05T14:24:13 | 2018-01-05T14:24:13 | 116,392,402 | 0 | 0 | null | 2018-01-05T14:17:56 | 2018-01-05T14:17:56 | null | UTF-8 | Java | false | false | 302 | java | package com.zhiyou100.git;
/**
* @ClassName: Test
* @Description: TODO
* @author Administrator
* @date 2018年1月5日 下午4:42:03
*
*/
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("sss");
}
}
| [
"1502303824@qq.com"
] | 1502303824@qq.com |
9435c22fdf198a9194a56933b43297e48ad5a845 | ad38d19735e398e031b0b7fc88861a431104a0d9 | /src/main/java/br/com/integrador/model/Veiculo.java | 53eb38d5c762866331271415117b6a30b517e862 | [
"MIT"
] | permissive | joaopdb/trabalho_TAP | d0511ce933d7d09c8d89c288bf3d77faa1300736 | 979410df85b557cf4c6513af0ca716b15968782b | refs/heads/master | 2020-03-29T00:51:03.250278 | 2018-09-18T19:57:13 | 2018-09-18T19:57:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,402 | java | package br.com.integrador.model;
import br.com.integrador.exception.CargaCompletaException;
import br.com.integrador.exception.HabilitacaoInvalidaException;
public abstract class Veiculo {
private String marca;
private String modelo;
private String ano;
private String placa;
private int capacidad... | [
"rodrigomv.dev@gmail.com"
] | rodrigomv.dev@gmail.com |
ffe49fe2b4897a433cc115f8c669dfa22a86aaf3 | de7b67d4f8aa124f09fc133be5295a0c18d80171 | /workspace_java-src/java-src-test/src/sun/io/ByteToCharMacRomania.java | e5e1fe6d095671282d96d603067d739716749913 | [] | no_license | lin-lee/eclipse_workspace_test | adce936e4ae8df97f7f28965a6728540d63224c7 | 37507f78bc942afb11490c49942cdfc6ef3dfef8 | refs/heads/master | 2021-05-09T10:02:55.854906 | 2018-01-31T07:19:02 | 2018-01-31T07:19:02 | 119,460,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package sun.io;
import sun.nio.cs.ext.MacRomania;
/**
* A table to convert to MacRomania to Unicode
*
* @author ConverterGenerator tool
* @version ... | [
"lilin@lvmama.com"
] | lilin@lvmama.com |
ddf66a47206ea266ed6311774d5b8b4f3684fc39 | f24ad3f64c326068c7de34abcd755acd619ec60b | /src/main/java/com/brctl/spring/inaction/chapter2/MediaPlayer.java | 5312f3a596bfc70a9deec0b4765d1c37ec2bfcbc | [
"MIT"
] | permissive | xspurs/spring-in-action | adffa4bdae5737ed60263bc8f0180450078209c6 | b9e1843ae337f0055e59e98e966440a3c07dec13 | refs/heads/master | 2021-09-02T04:19:44.488646 | 2017-12-30T09:22:15 | 2017-12-30T09:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 172 | java | package com.brctl.spring.inaction.chapter2;
/**
* Media Player
* @author duanxiaoxing
* @created 2017/12/29
*/
public interface MediaPlayer {
void playDisc();
}
| [
"175009666@qq.com"
] | 175009666@qq.com |
259d819664af64a13de01636624f52a1a3454a61 | a499aa5bb170dada44771eba341d479ae04d9010 | /core/src/main/java/de/jkliff/timetracker/core/persistence/ActivitySummaryDAO.java | edb5f2d182f488409a532451f0b3f39a9f568179 | [] | no_license | jkliff/timetracker | 7ad176cd629f3ecd3648a5d1c684a216e1d0bf45 | b6d1a2beb88adbb67236ccadb5077b0cff8e4b48 | refs/heads/master | 2021-01-19T08:11:48.794933 | 2011-12-10T23:44:52 | 2011-12-10T23:44:52 | 2,920,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package de.jkliff.timetracker.core.persistence;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Repository;
import de.jkliff.timetracker.core.service.dto.ActivitySummary;
import de.jkliff.timetracker.util.Pair;
@Repository
public class ActivitySummaryDAO
extends AbstractSu... | [
"john@hesse"
] | john@hesse |
ef6dc8cd8a5f0406485d7aea708d6a387e15f9b3 | 29170c7d4f8da3eaf88cb040066de89730eec5df | /7_MyFiloFax_B056_58_59_64/workspace/MyFiloFax/src/com/example/myfilofax/Exams.java | 0a113f0ab827f385004e188e637dd1237e4835ee | [] | no_license | NileshSingh/MPSTME_Project_Android | 6c2f77abb5b151d62adfb586c1b339921ef3647e | 8768deaa1b9bde66a1fdddc6ffdc571ca60489ed | refs/heads/master | 2021-01-21T02:46:06.818487 | 2015-05-06T09:56:31 | 2015-05-06T09:56:31 | 59,458,925 | 0 | 1 | null | 2016-05-23T06:51:50 | 2016-05-23T06:51:50 | null | UTF-8 | Java | false | false | 5,248 | java | package com.example.myfilofax;
import android.app.Activity;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.NavUtils;
import android.view.Menu;
import andro... | [
"mudit.kapoor@nmims.edu"
] | mudit.kapoor@nmims.edu |
067d76f2259d6a9b60eaae30d91fd3277a6b176a | 844caa4e0935bd5dc800ffddd1a2f202a2f6af1f | /src/FindCycle.java | 46b78ee46191729b1ad2e1976793bc901e09c191 | [] | no_license | snskr/edXWInContestCourse | 799400a1b1a0b52e39ae6cbb62b046644bf48ca3 | 991a3057a3a7045966d434260d3d2792f9b25147 | refs/heads/master | 2020-09-24T16:44:39.888923 | 2017-05-12T01:47:16 | 2017-05-12T01:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,334 | java | import java.io.*;
import java.util.*;
/**
* Created by sherxon on 4/4/17.
*/
public class FindCycle {
public static void main(String[] args) throws IOException {
try (PrintWriter out = newOutput()) {
FastScanner in = newInput();
int n=in.nextInt();
int m=in.nextInt();
... | [
"sheraliobidov1199@gmail.com"
] | sheraliobidov1199@gmail.com |
173cdafd6785b1aeac48b41ba7c98778bce686bc | 78316155ec078feef99e863a4ac62154aa8b24fa | /LiquidCoreAndroid/src/main/java/org/liquidplayer/javascript/JNIJSContext.java | fe9459fb0191e0dfc35b97c33ac5c322e45e7370 | [
"BSD-2-Clause"
] | permissive | nzrq/LiquidCore | ebc617bb0d5a884a63a81e4eb998866320c6fbbb | 34875b1a25b184de862f20efe7ff46353ca4346d | refs/heads/master | 2020-03-27T10:53:38.618327 | 2018-08-25T11:12:48 | 2018-08-25T11:12:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,335 | java | //
// JNIJSContext.java
//
// AndroidJSCore project
// https://github.com/ericwlange/AndroidJSCore/
//
// LiquidPlayer project
// https://github.com/LiquidPlayer
//
// Created by Eric Lange
//
/*
Copyright (c) 2018 Eric Lange. All rights reserved.
Redistribution and use in source and binary forms, with or without
m... | [
"eric@flicket.tv"
] | eric@flicket.tv |
85f289fd6696a3df712e82155c7cf7972e27ff0d | f467d2b9ffbb9e8036dda549201739481d21e0fb | /src/com/epam/train/Locomotive.java | 863ba72f05d44c161e3533798f23b3c63f36ff27 | [] | no_license | Zhassakbayev/Train | e97f18c5f4f0c5e8bf65ffb52f70a5a41ae4050b | 1d5459cbedbfad7884687abd5454166ddb32b24e | refs/heads/master | 2020-04-09T04:52:50.026192 | 2018-12-02T11:42:02 | 2018-12-02T11:42:02 | 160,041,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package com.epam.train;
public class Locomotive {
private int power;
private TypeLocomotive typeLocomotive;
private int id;
private static int locomotiveCounter = 1;
public Locomotive(int power, TypeLocomotive typeLocomotive) {
this.typeLocomotive = typeLocomotive;
this.power = po... | [
"akbolzhasakbaev@gmail.com"
] | akbolzhasakbaev@gmail.com |
7f1dc80221d860e618cd23f671a4625a79403712 | 4e5f4b437defb66236fe0775a126c9d86a4d396a | /Javacore/Assignment/Assignment1/Categoryquestion.java | 23fcb7ab800f7499aac0dfaa278cc45e81b72983 | [] | no_license | luonghaivan99hp/LuongHaiVan | bbab7921d99b4f861fcffc02c531b3fa99fd7667 | 2d4f30ec85589a3f2314243232cf8426f4bee128 | refs/heads/master | 2022-12-31T19:15:30.082549 | 2020-10-26T08:15:44 | 2020-10-26T08:15:44 | 289,701,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package Assignment1;
public class Categoryquestion {
int id;
String CategoryName;
public Categoryquestion(int id, String categoryName) {
this.id = id;
CategoryName = categoryName;
}
public Categoryquestion() {
}
}
| [
"haivan99vvvv@gmail.com"
] | haivan99vvvv@gmail.com |
61c8577ef160bf9158b538775a5ed6657b6b6815 | b7f73c6e778244588e98a4377e4426c4f6fe5075 | /StudentRegistDemo/src/main/java/com/wei/action/Demo2Action.java | 2c5b1f2b086e8c89d2bf978e56630fe059110323 | [] | no_license | ajilisiwei/Struts2Template | e9538ee5ed192ada6594f8eb6fe67af457eb2b0f | f7d540b0ae1761665f32073bd5c13b15025faced | refs/heads/master | 2021-01-19T22:53:49.178186 | 2017-05-01T04:08:08 | 2017-05-01T04:08:08 | 88,886,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package com.wei.action;
public class Demo2Action {
public String query() {
return "success";
}
public String update() {
return "success";
}
}
| [
"ajilisiwei@126.com"
] | ajilisiwei@126.com |
6b691f0654de826041b42d73ad915179dce062f2 | 052b7301f95ad419dcc04add139235913fa83d7e | /03_clonevscopy/src/main/java/com/github/arnaudroger/beans/Object4.java | d7acf48ec44a3a9c4a42e84e3ba4178d90a47033 | [
"MIT"
] | permissive | zpencer/blog_samples | e5ab066271997b63c813cd646adfdb18f601d18a | b4c6b5acc5e10f8007595d4b001b9c9face4812c | refs/heads/master | 2020-03-27T16:54:37.651734 | 2018-05-29T12:35:05 | 2018-05-29T12:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | java | package com.github.arnaudroger.beans;
import org.openjdk.jol.datamodel.CurrentDataModel;
import org.openjdk.jol.datamodel.X86_32_DataModel;
import org.openjdk.jol.datamodel.X86_64_COOPS_DataModel;
import org.openjdk.jol.datamodel.X86_64_DataModel;
import org.openjdk.jol.info.ClassLayout;
import org.openjdk.jol.layoute... | [
"arnaud.roger@gmail.com"
] | arnaud.roger@gmail.com |
b643409269abf4721a393d44f3d55ab17b71af23 | 1054465e1c9c1b95448a5b38feec775c035d5b44 | /app/src/main/java/cn/com/custom/widgetproject/dialogs/BaseAlterDialog.java | 4ebeb5ddc777bafb1d36b079222765cd60ce5197 | [] | no_license | stay4it2geek/Widgets_Project | 2f66450b8f4a22f922be87ad8deeaad7eb2a9519 | 94ee5dd92d998a40c70c7a052205acb71e076504 | refs/heads/master | 2020-12-05T03:16:56.354352 | 2016-08-19T01:50:05 | 2016-08-19T01:50:05 | 66,043,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | package cn.com.custom.widgetproject.dialogs;
import android.app.AlertDialog;
import android.content.Context;
import android.graphics.Point;
import android.os.Bundle;
import android.view.Display;
import android.view.WindowManager;
/**
* Base Dialog
*/
public class BaseAlterDialog extends AlertDialog {
private Co... | [
"stay4it2geek"
] | stay4it2geek |
67fb4b40fa599d1b4799c7a6889c340698e83d9f | 0cf6a9d1b18f1e0b0b0c0572b367715b808afde7 | /SecondTask/src/main/java/by/epam/htp12/comparator/SentencesByWordLengthComparator.java | ab2618bb719ad61e642fa28c1800455118b86eee | [] | no_license | Pickle9/JD2_Epam | 3734fa5a29d2d5badb4a1ac53eeba18ab3fd401c | ce2f06a8ef117c0f96e190dc97d75c5696aeee27 | refs/heads/master | 2020-03-30T13:10:43.401622 | 2018-12-11T07:40:41 | 2018-12-11T07:40:41 | 151,260,954 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,600 | java | package by.epam.htp12.comparator;
import by.epam.htp12.composite.Component;
import by.epam.htp12.composite.ComponentType;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.Comparator;
import java.util.concurrent.atomic.... | [
"noreply@github.com"
] | noreply@github.com |
d4fc637ec9718390f76537d419ae2f915a115b41 | aa8a3972d192dc27805b6c564e6bd5a34eb34636 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201406/cm/BiddingScheme.java | e3f46fa658eff35bf16034bd6f383142b02d4c4a | [
"Apache-2.0"
] | permissive | nafae/developer | 201e76ef6909097b07936dbc7f4ef05660fe2a26 | ea3ad63c72009c83c2cdbeebfc3868905a188166 | refs/heads/master | 2021-01-19T17:48:32.453689 | 2014-11-11T22:17:32 | 2014-11-11T22:17:32 | 26,411,286 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java |
package com.google.api.ads.adwords.jaxws.v201406.cm;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
*
* Base class... | [
"jradcliff@google.com"
] | jradcliff@google.com |
e854fdfe71717dadc46571fa150ea086a0f99301 | 1a954b5a05cb2500e0be6497d66b806f097a6a80 | /OnlineShoppingSystem/src/com/manipal/DAO/LoginDAO.java | 980d50333e248aa82625644216a07a7de9f0a137 | [] | no_license | jaswinipaunikar/job2 | 6e299306748a1f4d02701659687803477e095324 | 3760572ee77b824cf422a690669c298cc53939b4 | refs/heads/master | 2021-01-02T08:18:55.495391 | 2017-08-09T08:57:04 | 2017-08-09T08:57:04 | 98,994,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.manipal.DAO;
import java.io.IOException;
import java.sql.SQLException;
import java.util.List;
import com.manipal.model.*;
public interface LoginDAO {
public String check();
public List<Customer> validate()throws ClassNotFoundException, SQLException, IOException;
}
| [
"canopy@ubuntu16-1.compose.canopy-cloud.com"
] | canopy@ubuntu16-1.compose.canopy-cloud.com |
6729eeb68f603408d9131f751fcc52927ef79be8 | 863c8d31875fe09089116d4869c30ecf737f352f | /ChatsFragment.java | 0bff7b8ee46dea6af5bf4eb58528078f1f3558c9 | [] | no_license | Bellac12345/SafeMessaging | 7e999474bb94e920fee99cd3c09299b1d30bcb42 | 6f017ff0812243b5c14611d990659be837fcb57f | refs/heads/main | 2023-05-31T15:54:24.711754 | 2021-06-15T18:44:43 | 2021-06-15T18:44:43 | 377,262,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,054 | java | package com.example.safemessaging.Fragments;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.vie... | [
"noreply@github.com"
] | noreply@github.com |
031769abf0578e261fa075164af87123ec02e809 | 6d9e25d6e66d2971230292157a253b8d0d23fef8 | /src/Slot.java | 2d8fcfaf7f90e5ca38df0bdbb36d2b25e87f2702 | [] | no_license | Wstrosser/Cit111Test1 | da6d10068e28728e4467808e9075a34cda07a45c | 5e365356806f6cd419329e02db6a7e774f5376d9 | refs/heads/master | 2021-06-25T14:30:50.473208 | 2020-12-23T12:37:03 | 2020-12-23T12:37:03 | 156,798,773 | 0 | 0 | null | 2020-12-23T12:37:04 | 2018-11-09T02:29:24 | Java | UTF-8 | Java | false | false | 3,503 | java |
/* Ace Free spin 15
3 of a kind 5
Royals 4
Straight 3
Suit 2
Color 1
*/
class Slot {
public static String[] cards = new String[3];
public static String text;
public static String payoutText;
private static int spinLeft = 0;
public static CardSuits[] reelSuit = new CardSuits[3]... | [
"44884519+Wstrosser@users.noreply.github.com"
] | 44884519+Wstrosser@users.noreply.github.com |
5fd9387193bc53196451d6666e1eaa2a98dfbab6 | 9f09df41162558fdc587eacd8d28e63906aab024 | /Arreglos.java | 781761b9a7c2579b8c49c05bfc974361c74bbd59 | [] | no_license | osbaldoAlbornoz/java-scripts | e44b0dcece1c6477a023881c841a7a547a5dd6f8 | 210ba5b8c25670d3b2242ff6effe5fa1d095b40f | refs/heads/master | 2020-04-13T20:52:11.286158 | 2018-12-28T19:20:05 | 2018-12-28T19:20:05 | 163,441,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | // arreglos
// posicion inicial de un arreglo es 0
// Ej int nombre[] = new int[5];
// Ej numeros[2] = 8; Guarda 8 en la posicion 2 del vector
import java.util.Scanner;
public class Arreglos{
public static void main(String args[]){
Scanner in = new Scanner(System.in);
int vector[] = new int[5];
int i = 0;
... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.