blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 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 689M ⌀ | 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 131
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 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
463bf9b223f414dd622cf889fc46beef46423a18 | fd5aedc16fb28d35b26721068f34b84d2d8f6d44 | /java/ItemBean.java | 63849e983daf6872f77da24b28b52af1f6ea80e2 | [] | no_license | Yangpengtao/RecyclerViewAdapter | f5289e391531b15b22efbef3f62a4d528d1165fa | fb81c992ee82cb1271f9caaef315f80f7056571f | refs/heads/master | 2021-01-23T09:25:36.058748 | 2017-09-06T07:51:19 | 2017-09-06T07:51:19 | 102,577,162 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package shain.ypt.com.recyclerviewadapter;
/**
* Created by admin on 2017/9/5.
*/
public class ItemBean {
public String name;
public int resId=R.mipmap.ic_launcher;
}
| [
"878586063@qq.com"
] | 878586063@qq.com |
60f1359a2bea0eeaef547ecd9a5439fa1d77f902 | 4411498438a5c9991ab56bc80b9ea560170d2a40 | /app/src/test/java/com/root/dailybugle/ExampleUnitTest.java | a7384b1ec33d82a04f377df775fa2c5a5ac3d74a | [] | no_license | fayaz07/DailyBugle | 4fb292fe74e962284ae7dc86ed4890d56d886036 | cabbad90cd5d20e6da28ac746829f3c4e799137d | refs/heads/master | 2020-08-16T14:58:35.996558 | 2019-10-17T04:12:45 | 2019-10-17T04:12:45 | 215,515,022 | 0 | 0 | null | 2020-06-26T10:59:37 | 2019-10-16T09:57:29 | Java | UTF-8 | Java | false | false | 380 | java | package com.root.dailybugle;
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 ad... | [
"prudhvireddy.m01@gmail.com"
] | prudhvireddy.m01@gmail.com |
adcbf44a295a5ea32933a331e5ee949d5fce9e89 | 6ed44cd81f98b22369751ba32a5611e4a738e04b | /src/test/java/com/weborders/pages/BasePage.java | d4a8f86c4d9d556480436ca0bf0c900c9f223a5e | [] | no_license | Alikomania/WebOrdersAutomationSpring2020 | 94af3164f686c86a9672f3a1aefe10bdc192ec08 | 92b7c28dd80dbff436c6c50a0a12f582e9ff413c | refs/heads/master | 2023-05-13T06:17:15.732255 | 2020-07-08T20:57:01 | 2020-07-08T20:57:01 | 279,942,906 | 0 | 0 | null | 2023-05-09T18:29:57 | 2020-07-15T18:11:12 | Java | UTF-8 | Java | false | false | 599 | java | package com.weborders.pages;
import com.weborders.utilities.Driver;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.WebDriverWait;
public abstract class BasePage {
//explicit wait
//will be used inside every page class
//since this variable is protected
//it will ... | [
"vasyl@cybertekschool.com"
] | vasyl@cybertekschool.com |
6a2b302ba5097b5df4b901274b2e94b5270881b6 | ef7f1a7a41702f68d593fea01d153a095ce28afb | /Privacy_preserving_Mobile/WEB-INF/src/com/globaldata/Global.java | 673209ebf220b2d31fa59be5b6b8d4bbd03e99d4 | [] | no_license | yash296/FinalYearProject2018 | 31c430d6c0674428cd3a2e78e1c5714adab0158d | 12137597121c172d4e663413ed1f70a7b977fa50 | refs/heads/master | 2020-03-25T04:43:31.804801 | 2018-08-19T07:53:50 | 2018-08-19T07:53:50 | 143,410,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.globaldata;
public interface Global
{
// Database Related Constants
public static final String JDBC_DRIVER = "com.mysql.jdbc.Driver";
public static final String JDBC_HOST_URL_WITH_DBNAME = "jdbc:mysql://localhost:3306/dm_privacy_preserving_mobile_cloud";
public static final String DATABASE_USERNAME =... | [
"[wanvari.yash@gmail.com]"
] | [wanvari.yash@gmail.com] |
20fee09bc121accadb5849537fe01368e9794311 | 37498bbe30a1acdf5fb58af7311eeb0efda72126 | /src/com/sap/effective/BigIntegerExample.java | 8e82529cdea85f62498e4de46d92fc8607344947 | [] | no_license | RRoggia/effective-java-improving-your-java-code | 497d08c520d98b0ae1471b438f1ef3cfd5c0d59e | 4c69a981a4f116fc193c56b867a9f99b82e1b0ec | refs/heads/master | 2020-03-12T10:21:45.239260 | 2018-05-03T13:51:09 | 2018-05-03T13:51:09 | 130,571,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.sap.effective;
import java.math.BigInteger;
import java.util.Random;
public class BigIntegerExample {
public static void main(String[] args) {
BigInteger integer = new BigInteger(10, 10, new Random());
System.out.println(integer);
BigInteger probablePrime = BigInteger.probablePrime(10, new Random... | [
"renanzr@gmail.com"
] | renanzr@gmail.com |
19cf9d5601dbed140acea98125d0cccf942815ae | 45a36b2898e6eaec5151abc67927e3a1631fd5f0 | /MobileSafe/app/src/main/java/com/dengyi/mobilesafe/view/SettingItemView.java | 5fdd73e2c59659514d9c96e0e8c0304742a1e892 | [] | no_license | dengyi1992/MobileSafe | 14b713836d3dca50f7d9597f795274eb2f4aa3e8 | 39876dcc60dbde6bdd0f79734c96f6187da1790f | refs/heads/master | 2021-01-10T11:58:10.768204 | 2015-11-20T03:00:12 | 2015-11-20T03:00:12 | 46,337,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package com.dengyi.mobilesafe.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.CheckBox;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.dengyi.mobilesafe.R;
/**
* 设置自定义控件
* Created by deng on 2015/11/16.
*/
p... | [
"978548481@qq.com"
] | 978548481@qq.com |
16295fe37039844d372515fc2ecf0ebdab2d4877 | 71d9d399906101b9919d0fa024c0f67e7a7d0f32 | /src/main/java/com/app/repository/PersistenceAuditEventRepository.java | 39a5064dcf037a92d678a8d71f6bd5c312fdf673 | [] | no_license | BulkSecurityGeneratorProject/Role-Based-CRUD-App | 4050b11813649466c3c8a24af909d6ec7393c633 | e188ffb7c2d4f15804b5ca8cfb4dfad80bf8925d | refs/heads/master | 2022-12-22T11:00:31.759527 | 2017-03-25T04:20:55 | 2017-03-25T04:20:55 | 296,672,772 | 0 | 0 | null | 2020-09-18T16:22:48 | 2020-09-18T16:22:47 | null | UTF-8 | Java | false | false | 990 | java | package com.app.repository;
import com.app.domain.PersistentAuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import java.time.LocalDateTime;
import java.util.List;
/**
* Spring Data JPA repository ... | [
"mzaid.se@gmail.com"
] | mzaid.se@gmail.com |
d618971082f1384584613da4e2cf315019da45df | 3ff0594bfd12ffa59d2957e67b101e30bde32c97 | /src/com/creating/www/beans/IFactory.java | b10d88aff5781c7e268888dc2fbc51f77eb1ae7d | [] | no_license | hack0303/JPONENGINE | 5a102be4584cdcf7f4f6640a77de37e34d6517b6 | d9154c0c7e6e8ed6a8efa8df0f98de4c8c5c1d76 | refs/heads/master | 2020-04-07T15:25:48.806340 | 2018-12-04T12:09:34 | 2018-12-04T12:09:34 | 158,484,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | /**
*
*/
package com.creating.www.beans;
/**
* @author Chack Yao
* @firstcreatetime 2018年11月30日
*
*/
public interface IFactory<IN,OUT> {
public OUT newTarget(IN in);
public void clear();
}
| [
"1097037585@qq.com"
] | 1097037585@qq.com |
bbf0e566bc529fc1e97d266e121b3bd2f8ca4e07 | cd4a84e590ea5d63ffda6d28b49492d0fcef7af0 | /project/quick-mail/src/main/java/com/wujk/mail/sendcloud/exception/SCException.java | c5f1004b1124e383829bbad079f7888e780488aa | [] | no_license | wujk/quick-boot | c7dd1a401d05371898aee35d8818e20c7970f56d | 09cc27896e8ffa7bf46b5c13ecd466fb00d55680 | refs/heads/master | 2020-03-22T15:18:01.254988 | 2019-07-18T12:01:26 | 2019-07-18T12:01:26 | 140,241,858 | 0 | 0 | null | 2019-11-02T16:23:24 | 2018-07-09T06:37:54 | Java | UTF-8 | Java | false | false | 106 | java | package com.wujk.mail.sendcloud.exception;
public interface SCException {
public String getMessage();
} | [
"kevin@careerintlinc.com"
] | kevin@careerintlinc.com |
a9704b8bbb9d304b8490e14ecb8cac83b30b35cb | 8a04e80ec64bc41e5dc9ce2b2f9a797bda3b5020 | /app/src/androidTest/java/com/example/siddh/talktry/ExampleInstrumentedTest.java | 767f4a91c0ee6f8933f1fd43f7b9a1f1daeabe41 | [] | no_license | sid-jain5/Android-chat-app | 458af2815d72cf4dfec4735c1fe3cf8e08a8b8ac | e2c34e9527ac578e3723d712880a0fbac8097734 | refs/heads/master | 2020-03-17T02:57:44.085520 | 2018-05-13T07:24:00 | 2018-05-13T07:24:00 | 133,213,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 777 | java | package com.example.siddh.talktry;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute... | [
"sidjainsid05@gmail.com"
] | sidjainsid05@gmail.com |
df874dee09dc8736e727e326b013422087b4b7c0 | 4bebeee291d3d93686ba8f73254d08d58eeafe32 | /Introduction/src/whileForClicking.java | a1ddabc109942c221f214cf860b7ba1ec67333fa | [] | no_license | asiamar/seleniumCourse | f9352568a57d3091314f9742164215a40ccc820a | f639f2f3ce002d77deafef0e4d7ff121b64dea22 | refs/heads/main | 2023-03-02T18:20:10.764675 | 2021-02-06T17:09:22 | 2021-02-06T17:09:22 | 336,587,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
public class whileForClicking {
public static void main(String[] args) throws InterruptedException {
// TODO Auto-generated method stub
System.setPro... | [
"jmariasik@prosoftlab.pl"
] | jmariasik@prosoftlab.pl |
42387eb260114f26d83b9104f932de727e4b6d41 | 500d90d851d54a19a45a89bb40b6c27cf3b72040 | /uppertester/src/main/java/net/gcdc/uppertester/BtpTriggerResult.java | f5d707cfc071a35fdb0987910d9c3eaf21c9ae77 | [
"Apache-2.0"
] | permissive | Heuvendw/geonetworking | 826fe16712599801cf33b2c4c6ea4716fd82757d | 92b469728d6051183b65d8a359915f804ffa15e3 | refs/heads/master | 2021-01-21T01:11:18.038326 | 2016-05-24T10:46:59 | 2016-05-24T10:46:59 | 41,854,900 | 1 | 0 | null | 2015-09-03T10:50:57 | 2015-09-03T10:50:57 | null | UTF-8 | Java | false | false | 245 | java | package net.gcdc.uppertester;
public class BtpTriggerResult implements Response {
byte messageType = 0x61;
byte result;
public BtpTriggerResult(byte result) {
this.result = result;
}
public BtpTriggerResult() {}
}
| [
"alexey.voronov@gmail.com"
] | alexey.voronov@gmail.com |
fbfee8f60206a9be16e02550b26666b669f5a305 | 3e7f52c2c04da38217d1b448b639197ac7252a04 | /app/src/main/java/com/AWM/awmtest4/Registro.java | e52d71187a94fe1e9ff0c2cb0d4347857fad0cd4 | [] | no_license | rafaeld7/awmtest4 | 55ad1b6fe2a997e6abb3436d3f1c5c45e30b227d | 83680072706d27f95ff1537742ec2148c0a72451 | refs/heads/master | 2020-06-30T00:28:03.421822 | 2019-08-28T21:57:42 | 2019-08-28T21:57:42 | 200,667,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,485 | java | package com.AWM.awmtest4;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.and... | [
"rdominguez@awm.do"
] | rdominguez@awm.do |
c4251bd61fcfe5fdbe354bd9b1173bada6c1782e | 128f107f4d0880ff5b941dd29e11aed7027ae8ee | /app/src/main/java/com/tallerii/match/core/query/http/connections/HttpPutConnection.java | 71c5633c19d9cd8158b705f99c48dd634f423a3e | [] | no_license | FedeGB/7552-TDPII-Match | bc0dddf72d376695681fcab978fdfcbb0c1f621f | 8ca613777610bea2829a592d0107ab62b249d832 | refs/heads/master | 2021-01-21T04:33:24.369406 | 2016-07-06T23:31:12 | 2016-07-06T23:31:12 | 54,745,507 | 0 | 0 | null | 2016-04-12T13:56:41 | 2016-03-25T20:22:54 | Java | UTF-8 | Java | false | false | 1,193 | java | package com.tallerii.match.core.query.http.connections;
import org.json.JSONObject;
import java.io.IOException;
import java.net.HttpURLConnection;
/**
* Created by Demian on 26/05/2016.
*/
public class HttpPutConnection extends HttpConnection {
private JSONObject body = new JSONObject();
public HttpPutCon... | [
"demianlopez1@gmail.com"
] | demianlopez1@gmail.com |
b05441084e271144e1b41e772388403c68d96edb | 0c0a6e4ab692385d205911e384432e1414327a87 | /src/cn/java/jerrymice/util/MiniBrowser.java | 06167076c06f6b59f4ad0fdbf619832ad22c5e31 | [
"Apache-2.0"
] | permissive | xsliu2018/Jerrymice | a21e4a657a4b43171ef20383f84a24c3e21fefea | 4fdd92e676fbac9021877e76c5d312cf43979cf2 | refs/heads/master | 2022-12-23T09:00:45.183001 | 2020-09-22T11:43:18 | 2020-09-22T11:43:18 | 283,203,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,219 | java | package cn.java.jerrymice.util;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.util.Arrays;
import java.util.H... | [
"xsl2011@outlook.com"
] | xsl2011@outlook.com |
31670194a95012090212ca339f15f072f4d30ee1 | 42c03d6bf0b93ddc7a59ad9b1511917baf3d6ede | /test/src/thread/test/Product.java | 5f3dd720a212dea258137c8f138d96c6482ebd8b | [] | no_license | shouwangwm/shouwang | 5c61b290ab04ccb8007e3ae15b048f50d4ffa29d | 1ea258505b083ae86927dee23e0c0811ba0b2e30 | refs/heads/master | 2021-01-11T04:55:12.736540 | 2017-05-09T09:38:47 | 2017-05-09T09:38:47 | 71,417,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package thread.test;
public class Product extends Thread {
@Override
public void run() {
while(true){
try {
Storage.queue.put(new Object());
System.out.println(Thread.currentThread().getName() + " == " + Storage.queue.size());
} catch (InterruptedException e) {
e.printStackTrace();
}
}
... | [
"shouwangwm@126.com"
] | shouwangwm@126.com |
3f902c558baa4f1782b3e0bd4d14f1ca2d8fba3c | 561c90126820bcb5d4746bf51ea8e1814dfb50c8 | /wecard-protocol/src/main/java/com/ninelook/wecard/protocol/apis/ApiHeroMessage.java | c2f5e7e420b017ecf57b74a69ca2d840ee9e985c | [
"MIT"
] | permissive | kouweizhong/wecard-server | 402e99c1103e49cb61a7de3195e313db3d185dff | 9e6a2e1ace06086123200f14c2540e944dc76a5e | refs/heads/master | 2021-04-03T05:38:02.691179 | 2017-08-17T07:59:11 | 2017-08-17T07:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 24,370 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: apis/ApiHeroMessage.proto
package com.ninelook.wecard.protocol.apis;
public final class ApiHeroMessage {
private ApiHeroMessage() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public... | [
"ron@caizhu.com"
] | ron@caizhu.com |
24784f036d65de3df6500b558c2af2ec549e6c6f | 36abe217c853ff9900de6cac8d20d3674aae7959 | /src/java/autoweka/ExperimentBatch.java | 24fe589dd78788662fc76c6326f2452e2d6d534d | [] | no_license | FarooqZuberi/autoweka | 19bb346b946fa5bb7d4b13f08cbda27521cd8a51 | 17b88c036c99b06716902ccc2c6af1e1aec07ebd | refs/heads/master | 2021-01-21T01:06:40.310646 | 2016-03-28T14:47:06 | 2016-03-28T14:47:06 | 50,338,767 | 0 | 0 | null | 2016-01-25T09:03:05 | 2016-01-25T09:03:04 | null | UTF-8 | Java | false | false | 10,270 | java | package autoweka;
import javax.xml.bind.annotation.*;
import java.io.InputStream;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Helpful XML class that easily allows for... | [
"larsko@cs.ubc.ca"
] | larsko@cs.ubc.ca |
42a618a680e76f2b0bd8de8c009addd206903781 | cee8bbcb89b73ff0428ea8cfa599396dd8cc3956 | /app/src/main/java/com/kangjj/aop/aspectJ/annotation/LoginCheck.java | b8a571a8c5a38bb09e7889e096a10bcdbd99ec9b | [] | no_license | gnmmdk/1.1.3_AOP | b2c75de00667eab8f609f757f1bf998667983928 | 6ef3772ac492d4e8d6eae1bcb4a8b8868690413d | refs/heads/master | 2020-08-30T03:40:37.290020 | 2019-10-29T14:32:47 | 2019-10-29T14:32:47 | 218,251,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.kangjj.aop.aspectJ.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
//用户登记检测
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface LoginCheck {
}
| [
"345498912@qq.com"
] | 345498912@qq.com |
3cad95d30e66ee7579ad3025b35fbe8bd9674d7f | 8dbfce2cba63fc2a5348102ae2d5f8de09cbba8f | /darksideoftherainbowfinal/src/main/java/com/darksideoftherainbow/service/impl/ApplicationUserServiceImpl.java | a7baf78ce8f9080ada4bcbaca73bdb0244a92bf0 | [] | no_license | avocoder123/CMPSC221DSOTR | fb4af8db3e18019e7487d2d6c246df64e95966ea | fc47c4389c22215442c379adbac03956a29fbeaa | refs/heads/main | 2023-03-04T05:55:17.147748 | 2021-02-19T04:19:53 | 2021-02-19T04:19:53 | 320,366,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.darksideoftherainbow.service.impl;
import com.darksideoftherainbow.model.ApplicationUser;
import com.darksideoftherainbow.repository.ApplicationUserRepository;
import org.springframework.stereotype.Service;
@Service
public class ApplicationUserServiceImpl implements ApplicationUserService {
... | [
"noreply@github.com"
] | avocoder123.noreply@github.com |
ac11725402037ebecce7165fc70e845d9d0fdb3d | 6655fe5203f7cb00b58e6c10f3b6e8b575a2d378 | /src/main/java/nl/hu/v1wac/firstapp/model/Medewerker.java | c80500553ad76e51bac0034e1df561f1910686cc | [] | no_license | douweschepers/ipass | 7bfecb4887aaa9ab51fcf9a94851265add14c470 | bbac4d6729b7a431464969198d6c2945e63352a1 | refs/heads/master | 2021-01-21T20:56:36.464538 | 2017-06-22T07:36:54 | 2017-06-22T07:36:54 | 94,766,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,056 | java | package nl.hu.v1wac.firstapp.model;
public class Medewerker {
// zet de variable die ik gebruik
private int medewerkerID;
private int huisNummer;
private String straatNaam;
private String voornaam;
private String Achternaam;
private String rol;
private int ProjectID;
private String gebruikersNaam;
private St... | [
"douweschepers@icloud.com"
] | douweschepers@icloud.com |
89af66bc2fcfa8c9e3328ad75de1c570aa51a6ab | 336f2977eb8f923c1182e7dbc390b1712edf1464 | /springbootdemo2/src/main/java/com/example/oauth/model/AllProjects.java | 58a3c3f72ebc2dd98625779fce302eee15dd94dc | [] | no_license | WhiteSilencel/OauthTest | 3351caa50394280001adebed17a99bbc605b679e | d3399158e6ae003f19cca3add7c7d5ac4e7e1c4d | refs/heads/master | 2021-08-22T21:10:37.676609 | 2017-12-01T09:10:53 | 2017-12-01T09:10:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.example.oauth.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by LiMengXi on 2017/11/29.
* 目的:获取授权用户的所有项目
*
* 响应体:
* {
"id": 2726122,
"full_name": "limengxi/OauthDemo",
"url": "https://gitee.com/api/v5/repos/limengxi/OauthDemo",
"path": "OauthDemo",
"name": "OauthDemo",
... | [
"m17775873429@163.com"
] | m17775873429@163.com |
96d6bdfcd562a8e757a0b9f0b4a76ee3524216f3 | 99e9bdbc81e6e5cb81878a3fd5bbe2e59ee51488 | /app/src/main/java/com/ciba/wholefinancial/activity/OrderInfoActivity.java | c31b411907eeb1b44a9377e45e341c7a4bef26e6 | [] | no_license | xumingda/WholeFinancial | 7dd06c18b5863f67c4abe861a93f005db843ee99 | f3063df95d7a8f77efdd80cb59e65ce43189c891 | refs/heads/master | 2020-07-03T10:53:43.608947 | 2019-08-14T06:28:59 | 2019-08-14T06:28:59 | 201,884,279 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,451 | java | package com.ciba.wholefinancial.activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.view.LayoutInflater;
import android.view.View;
import android.view.W... | [
"317335277@qq.com"
] | 317335277@qq.com |
6a2ff4622cf90f579f08f2245f27366daf814428 | 44bb3ccdb2e629f33a9ab0f29ab3a47f1a5b6c51 | /app/src/androidTest/java/com/soussidev/android/appshortcuts_project/ExampleInstrumentedTest.java | d8eff0806339eda5669fb37f85049b6bd683d1c5 | [] | no_license | datalink747/Appshortcuts_project | 5ce1926caabd8284a417c35a2d50f1230605ce25 | a3c0b460558f1d327735c35c13b9413c450139cf | refs/heads/master | 2021-01-13T15:53:44.517262 | 2016-12-18T18:02:46 | 2016-12-18T18:02:46 | 76,798,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package com.soussidev.android.appshortcuts_project;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will... | [
"soussi.mohamed747@gmail.com"
] | soussi.mohamed747@gmail.com |
eb36ec20105a911fe4926f0bdb9fc58f47e8b946 | 7bbb6747b709996a34a0eb47880704b9c32c5636 | /app/src/main/java/com/lyl/boon/ui/superboon/SuperBoonListFragment.java | 5d1a74fb45efd2ab754c8a8b489e054d18c3ebc8 | [
"MIT"
] | permissive | GITMrHu/boon | d9f519830fabd6717ea7d3a041e5b9687efa3f7c | 60bc205b7c083cd43f4b63e43b8d927ef18e37cb | refs/heads/master | 2021-05-11T23:43:16.160846 | 2018-01-10T10:20:22 | 2018-01-10T10:20:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,556 | java | package com.lyl.boon.ui.superboon;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.lyl.boon.R;
import com.lyl.boon.net.Network;
import com.lyl.boon.net.entity.SuperGalleryEntity;
import com.lyl.boon.ui.base.fragment.BaseRecyclerFragment;
i... | [
"iamlyl@foxmail.com"
] | iamlyl@foxmail.com |
39bae3ca95a1102612478c1ea167a02cc43734b3 | 077017dd51919d753a65b0dbe9fa005010b1f7b9 | /src/modelo/UserInsert.java | 7a20891a1542fb03aa5b7254f94e19a8c725dbe8 | [] | no_license | sara001111/BaseJava | 17fdb33e7de8920021a149ef7823b1f4b14ba75a | 48fd473ddcf27fb11afd58711303e077035c00af | refs/heads/main | 2023-03-20T01:11:54.306787 | 2021-03-08T16:17:46 | 2021-03-08T16:17:46 | 344,567,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,594 | java | package modelo;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.util.ArrayList;
public class UserInsert {
static final String CONTROLADOR = "com.mysql.jdbc.Driver";
static final String URL_BASEDATOS = "jdbc:mysql://localhost:3306/constancia";
private sta... | [
"mmsara3@gmail.com"
] | mmsara3@gmail.com |
96bbe2d1637110aa92b9a83c46b1f3e7cabc8caa | d46a42edc21f6446ba8d6c0aca0677304d633b78 | /app/src/main/java/com/example/firebase210724/adapter/BoardAdapter.java | 93699a49f17470298f621ce890da5c9899ebf8e4 | [] | no_license | ghchoi0427/Android-Sandbox | d70196693b31db11f18e21535e50b1a549e46f8e | b00b8e2ed49463dc1a4b3ee14c40ee265d37b878 | refs/heads/master | 2023-08-06T02:10:22.818199 | 2021-09-25T08:00:08 | 2021-09-25T08:00:08 | 389,117,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,191 | java | package com.example.firebase210724.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.firebase210724.R;
import com.example.fireba... | [
"ghchoi0427@gmail.com"
] | ghchoi0427@gmail.com |
e7e77ca3bd7f7ff4f001c121446fb44e17df57e9 | 075333e404c66e7d8f1b4393808e4e04973a4ce2 | /app/src/main/java/com/example/bankquis/MainActivity3.java | 894e9390eb729c517cb0e26e2edfe9a189ce15e0 | [] | no_license | HijranaSuci/Bank-Quizz | 9a044124584542bb80eb9173bb254c7471c36182 | 6990820aea2596da4a29068b8da2c55e478babd7 | refs/heads/main | 2023-03-16T18:30:12.313777 | 2021-03-01T10:17:53 | 2021-03-01T10:17:53 | 343,494,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,308 | java | package com.example.bankquis;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.content.Intent;
import android.view.View;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity3... | [
"hijranasuci123@gmail.com"
] | hijranasuci123@gmail.com |
5b50d487a42fb9e28b391e72539940ff87c847ae | 131f9b66ebe9f4c5e7d963fa93356b27a607218b | /src/main/java/com/christopher/ultracraftmod/util/references/NetherBiome.java | 21643d02e2fd4ec1eaeccad5fd9300eb34d8431d | [
"CC0-1.0"
] | permissive | DieselDorky16/Ultracraft | a0ca503cc12b35cfb5dd1d23949da59051e0b577 | 7dfc90e17358d1046613a8384c54e811094c57ca | refs/heads/master | 2022-11-26T17:19:03.417241 | 2020-08-10T19:40:51 | 2020-08-10T19:40:51 | 277,118,315 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package com.christopher.ultracraftmod.util.references;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.biome.Biomes;
public interface NetherBiome {
public static final Biome NETHER_WASTES = Biomes.NETHER_WASTES;
public static final Biome CRIMSON_FOREST = Biomes.CRIMSON_FOREST;
public st... | [
"christopher.lewis@gorhamschools.org"
] | christopher.lewis@gorhamschools.org |
88373c0055763c251e136cc7f1d91deda24d0132 | d727a84017994e492159d6787bb725769627ac42 | /org.insightech.er/src/org/insightech/er/editor/view/dialog/element/table/tab/DescriptionTabWrapper.java | f2326574b58997ca3fb67b08c6563cc4941c5ac1 | [] | no_license | xsano33/ERMaster-fork-db2 | 8d507c8352eb0c3e52c7f97f9765cd228fcbf9a5 | 4a16d6c397d2511c638b2749d50313eedb5e0628 | refs/heads/master | 2016-08-04T18:00:38.205629 | 2014-03-26T08:37:26 | 2014-03-26T08:37:26 | 18,124,775 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package org.insightech.er.editor.view.dialog.element.table.tab;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.TabFolder;
import org.eclipse.swt.widgets.Text;
import org.insightech.er.common.dialog.AbstractDialog;
import org.insightech.er.common.exception.InputException;
import org.insightech... | [
"x.sano.2@gmail.com"
] | x.sano.2@gmail.com |
0f27b22bfbb86cea208a0cff26082a1b1a4af30c | 17f1d83eda8b52a6161ef87b25a10c873ef1760e | /uflo-core/src/main/java/com/bstek/uflo/model/variable/CharacterVariable.java | 0ce648a054e7098df3780e8311c193ce0e584c7e | [
"Apache-2.0"
] | permissive | liningwang/uflo-v2 | c6c1d8ad24f7650f5c25c6a44588b75d9a75ca72 | 317051a05480c5000cb65c09c20b174aca1bfb91 | refs/heads/master | 2023-03-30T19:33:43.365507 | 2021-03-03T10:57:41 | 2021-03-03T10:57:41 | 344,095,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,489 | java | /*******************************************************************************
* Copyright 2017 Bstek
*
* 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/l... | [
"754011181@qq.com"
] | 754011181@qq.com |
716d6dab26e6a9901b13dbe60ef8e3996d801179 | f4bdbbf2a2e87fda6b27846caa81cb6717d571c5 | /src/org/evertree/lettres/test/TestOvalWindowFade.java | b6a57fc0193068b5ffc3cf6ec162a6e5b82e73d3 | [] | no_license | LuisGustavo802/Jogo-MS28S | b3b88663b41af9521c0a99ec4cbcba9e4c238dfd | 8345197437a21c4aefddb9b96779d01388611c55 | refs/heads/master | 2021-03-16T21:57:54.190865 | 2020-10-14T22:27:04 | 2020-10-14T22:27:04 | 246,946,881 | 0 | 1 | null | 2020-10-14T22:27:05 | 2020-03-12T23:11:47 | Java | UTF-8 | Java | false | false | 1,604 | java | package org.evertree.lettres.test;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.geom.Ellipse2D;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JFrame;
import javax.swing.JProgressBar;
import javax.swing.JRadioButton;
import javax.swing.SwingUtil... | [
"luis_gustavo802@outlook.com"
] | luis_gustavo802@outlook.com |
8932980b0c9c8aa7aa6900c042076e1a4d75c091 | 7886e612c4286d25df5ada8676f34fdfd795ef83 | /src/LaunchStrng.java | e6af3f5c76df293fa4a8538e0b8a4b0d5954e58d | [] | no_license | umarshariff100/Test1 | 6eb871c2d447a73f0c11cf208036e5f468a567fb | 1f406eba535b7944fe23d1dae40b01b8afba4688 | refs/heads/master | 2020-04-22T21:34:41.744755 | 2019-02-08T14:38:48 | 2019-02-08T14:38:48 | 170,677,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java |
public class LaunchStrng {
public static void main(String[] args){
String s1 = ("RAMA");
String s2 = ("RAMA");
if(s1.equals(s2)){
System.out.println("Strings are equal");
}
else{
System.out.println("strings are not equal");
}
}
... | [
"UMAR@UMAR-PC"
] | UMAR@UMAR-PC |
d9c8d0739f535cc0e02928f0b082ab1ae6707ac1 | aae895e0d02dbf283fa77994a6c2962b5dec704c | /src/my/darkenk/okienkatest/ActivityViewWrapper.java | 287d40294ce4944747eb94d87d1581c409388716 | [
"BSD-3-Clause"
] | permissive | liyigang86/OkienkaTest | 29e6ff22593db3b9676d80794a9b932bee7e1f55 | b968ee866267d79b0b2c44fa54be5446a6f2fd4b | refs/heads/master | 2020-04-06T13:44:55.084930 | 2016-02-04T10:21:32 | 2016-02-04T10:21:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,795 | java | /**
* Copyright (C) 2015, Dariusz Kluska <darkenk@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, th... | [
"darkenk@gmail.com"
] | darkenk@gmail.com |
48cef600b01e8c97b6bb438cc649c8420a718ff6 | 3832d2f1c4b43832ca17554fc9d9f92342a0667e | /prova01/src/test/java/br/com/contmatic/empresa/EmpresaTest.java | 546e05bf0ae6337de8b7d1f591712c330816b3b6 | [] | no_license | LcsEloy/prova1 | 01ba5e2161151f6b362d7ac29613a751ae7f70c3 | ae17a1efcc4d5380eb5c8146652deaa4d2149517 | refs/heads/master | 2021-06-29T13:09:26.511428 | 2020-01-08T19:17:04 | 2020-01-08T19:17:04 | 218,078,027 | 0 | 0 | null | 2021-03-31T21:40:45 | 2019-10-28T15:22:12 | Java | UTF-8 | Java | false | false | 14,329 | java | package br.com.contmatic.empresa;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
impor... | [
"lucas.silva@CONTW-DES56.CONTMATIC.AD"
] | lucas.silva@CONTW-DES56.CONTMATIC.AD |
1fa4e64e6e763e924d4e840e8dfd2f5a546f4ac1 | 0c4563e09e00fe195b10b293c06b1d3468b1efbc | /app/src/main/java/be/lorang/nuplayer/player/ExoPlayerAdapter.java | 8f23b367ff4809d8256f9fef9d4d4bff42e105a9 | [
"Apache-2.0"
] | permissive | fdammeke/NUPlayer | f5120dbe98bae1bdd33d32b1385c4659d123eb00 | 7a17531be88e9225b792cb0a7d57d0cad9a35997 | refs/heads/main | 2023-02-13T22:43:22.818203 | 2021-01-06T23:16:47 | 2021-01-06T23:16:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,327 | java | /*
* Copyright 2021 Geert Lorang
* Copyright 2016 The Android Open Source Project
*
* 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
*... | [
"geert@lorang.be"
] | geert@lorang.be |
3f5554e4be25dd0854106f80ad4898f6b629fb3a | 2ee2312b954f45a95d536a71e84c79f03e9ac31c | /src/main/java/ru/alezhu/frontol_log_convert/frontol/tables/condtions/ICondition.java | 15f8c9ea450fc03ee4b1794683e168d9c608b243 | [
"MIT"
] | permissive | alezhu/Frontol_log_convert | fe2c925db62f029d16aa7dd5e09f36ddfa6fe7a3 | b11937e1ad12eb9ef67fc76cbd3caced0798c085 | refs/heads/master | 2021-01-20T18:16:22.884967 | 2016-07-20T07:04:49 | 2016-07-20T07:04:49 | 63,703,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package ru.alezhu.frontol_log_convert.frontol.tables.condtions;
public interface ICondition {
@Override
String toString();
}
| [
"lev-money@mail.ru"
] | lev-money@mail.ru |
070c88f48cbea3b83a23688911a6b52ecc40c3fb | 4da2697f3614499d7e881de870fe6d18ff0c39b9 | /GPSRouting/src/com/test/xin/RegionTest.java | 3a5dcf78a135e47a4e42769d3f6f18bab5a355ae | [] | no_license | cugIE/GPSRouting | 13d6f12a42eac2b25034154b493159798e6b0d2a | 9dafce490826d3d2193c3e266a5bb2b001c8b783 | refs/heads/master | 2021-04-22T12:40:57.472516 | 2017-03-09T00:44:19 | 2017-03-09T00:44:19 | 54,687,722 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | package com.test.xin;
import static org.junit.Assert.*;
import java.sql.SQLException;
import java.util.ArrayList;
import org.junit.Test;
import com.bean.Region;
public class RegionTest {
Region region = new Region();
@Test
public void testGetAllRegion() {
try {
assertNotEquals(Region.getAllRegion(),ne... | [
"lixin_cug@foxmail.com"
] | lixin_cug@foxmail.com |
6d57c2932efc2217774c6cb3d4efb9c52e955b56 | e7d13800128dfbb9a92ae398e0a65b2a29fa79ce | /src/commonFunlibrary/CommonFuntions.java | 0bca254fd926a67cd1b2175a58052420cb97278f | [] | no_license | AjayKumarPutnala/my-project | da2465212d0e36987072594884de3495f27cd297 | e26e1d058933c662dfb44c6074a059f9136bb8c6 | refs/heads/master | 2022-07-24T08:34:19.530274 | 2020-05-22T13:48:58 | 2020-05-22T13:48:58 | 266,121,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,607 | java | package commonFunlibrary;
import org.openqa.selenium.By;
import org.openqa.selenium.support.ui.Select;
import org.testng.Reporter;
import constant.PBconstant;
public class CommonFuntions extends PBconstant {
/*Project Name:
* Module Name:
* Tester Name:
* Date of Creation:
*/
public static boolean... | [
"ajayp@DESKTOP-L375HS0"
] | ajayp@DESKTOP-L375HS0 |
bdbc4f1f4a7a80fab50d56de79b0e4a1a95ec61f | a51778ee2a96630785541ce331e178ce15bdc7c4 | /skola/Fel_bc/6.semestr/TJV/f2/Timetable/Timetable-ejb/src/java/timetable/model/Person.java | aaa6524390386258390ff2d7a9ed3b0103711d1a | [] | no_license | majacQ/migrace_databaze | 45ed405ab0f0fc31578264c983a4f2e4beacb528 | 51cc735d7db6db1a6454e51ae596e09711783104 | refs/heads/master | 2023-05-08T19:01:09.294920 | 2021-05-24T20:15:33 | 2021-05-24T20:15:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,591 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package timetable.model;
import java.io.Serializable;
import javax.persistence.DiscriminatorColumn;
import javax.persistence.DiscriminatorType;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax... | [
"wox2@seznam.cz"
] | wox2@seznam.cz |
f84545dcfe20d0071c0e9e35e0c71b7d11ab203f | 14f8501181be7660cf0f97b962b0693997746c25 | /src/main/java/io/freelance/management/system/web/rest/errors/EmailNotFoundException.java | dbe86d33a0147fdc4b30f16daa6bc60a21bd6461 | [] | no_license | pavindersingh/freelance-management-system | 504ee7e0a2614afc083c3369146c7ef61bb10963 | ad82f4555fbdf7ffce8ad25c949dee6e43a0f31f | refs/heads/master | 2020-03-30T09:41:47.822288 | 2018-10-01T12:49:32 | 2018-10-01T12:49:32 | 151,087,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package io.freelance.management.system.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
public class EmailNotFoundException extends AbstractThrowableProblem {
private static final long serialVersionUID = 1L;
public EmailNotFoundException() {
su... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
1c4bd4a0e8a27bef029d47dfa0d6f9d5aeeb3db4 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdasApi21/applicationModule/src/main/java/applicationModulepackageJava19/Foo66.java | 6ceb1bbfa06782ada8f873c2761fa242625cca5c | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package applicationModulepackageJava19;
public class Foo66 {
public void foo0() {
new applicationModulepackageJava19.Foo65().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void f... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
97cd53363fb1cbf2c6df290c662cb6eac38f270e | c41201c6e61663062ad246680c716ae3de39b5b4 | /MethodInjection/src/main/java/com/zensar/spring/performers/Magician.java | d91c9bf9b2179562851287d0c0f45ebbe8ad8b63 | [] | no_license | Dipankar-Chakraborty/Spring | b5debf5e0b7d708568975e461174ad9acf667755 | cda3edb2d7f869556bb25491bdc92fa614529784 | refs/heads/master | 2022-12-24T10:16:16.257406 | 2020-10-13T16:43:31 | 2020-10-13T16:43:31 | 213,341,330 | 0 | 1 | null | 2020-10-13T16:43:32 | 2019-10-07T09:18:15 | Java | UTF-8 | Java | false | false | 677 | java | package com.zensar.spring.performers;
import com.zensar.spring.magicboxes.MagicBox;
public class Magician implements Performer {
private String magicWords;
private MagicBox magicBox;
public String getMagicWords() {
return magicWords;
}
public void setMagicWords(String magicWords) {
this.ma... | [
"dipankarchakraborty645@gmail.com"
] | dipankarchakraborty645@gmail.com |
4909178e87dcb9ddf45388cb420977dfa777abb4 | cd9ee762fbf44783dca09767564fcfc8953a55d1 | /src/day38_Constructors/Item.java | 3c35eda4e1ee030b001610c380adb4e134e8b5ea | [] | no_license | SolmazCh/JavaSprintPractice2019 | e85ee7e392d23f7361b92679d6cf0744faadeefe | 764b332d9f34bee6cbde53eb5ed183e3e41afd07 | refs/heads/master | 2022-07-18T08:54:53.268006 | 2020-05-18T21:43:24 | 2020-05-18T21:43:24 | 257,899,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,554 | java | package day38_Constructors;
/*
create a class called Item
instance variables:
name, unitPrice, quantity
add a constructor that can initialize the fields
instance methods:
calcCost(): returns the total cost as double
hint: quantity * unitPrice
toString(): returns the name, unit price, quantit... | [
"solmaz.chiraqova@gmail.com"
] | solmaz.chiraqova@gmail.com |
b79f70d080a3846f9f036dada468c668d7f63f35 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /MazeRunner2/src/com/puttysoftware/mazerunner2/maze/objects/OrangeCrystal.java | 6c267c8061d52a342a279b5ff49fee5451e5c22c | [
"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 | 935 | java | /* MazeRunnerII: A Maze-Solving Game
Copyright (C) 2008-2012 Eric Ahnell
Any questions should be directed to the author via email at: products@puttysoftware.com
*/
package com.puttysoftware.mazerunner2.maze.objects;
import com.puttysoftware.mazerunner2.maze.abc.AbstractProgrammableKey;
import com.puttysoftware.maze... | [
"eric.ahnell@puttysoftware.com"
] | eric.ahnell@puttysoftware.com |
41800ed7c714fa96da637c848946303b00407f27 | 7483d55e23fac76398c3741aee7b38a1a9b26216 | /src/main/java/nz/co/fortytwo/signalk/handler/JsonListHandler.java | 2c0b51208ff42683d0019a4e3fe975835ef4c603 | [
"Apache-2.0"
] | permissive | auroracg36/signalk-core-java | a0048ac8d524fd8fd0af73d790dba2605218f0c3 | 80e864d373404b0477650a435cbdfcc415c04a95 | refs/heads/master | 2020-06-30T00:30:51.496645 | 2016-11-07T02:34:43 | 2016-11-07T02:34:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,462 | java | /*
*
* Copyright (C) 2012-2014 R T Huitema. All Rights Reserved.
* Web: www.42.co.nz
* Email: robert@42.co.nz
* Author: R T Huitema
*
* This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
* WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* Licensed under the Ap... | [
"robert@42.co.nz"
] | robert@42.co.nz |
912432d40d808ed6683236c1c6d4bceea545435b | 8d190ede2c600daaad10490ef95f0ddddec90e60 | /src/main/java/com/citysearch/webwidget/api/bean/LocationProfile.java | 1d38776f8090ddbdb9ed8fd32916874a6cc38092 | [
"Apache-2.0"
] | permissive | lhung/web-widgets | 705593c7c19ff5f6d461c744f928a2235316a179 | 1dc992544a01b5c9a2b522329289fd1faddaa303 | refs/heads/master | 2021-01-16T19:54:25.633953 | 2010-08-16T08:29:46 | 2010-08-16T08:29:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,655 | java | package com.citysearch.webwidget.api.bean;
public class LocationProfile {
private String listingId;
private String street;
private String city;
private String state;
private String postalCode;
private String phone;
private String reviewCount;
private String imageUrl;
private String profileUrl;
private String... | [
"aspert@aspert-laptop.(none)"
] | aspert@aspert-laptop.(none) |
662b853f03b188abfcfc471407a415461a01d7f6 | 67cc4d2864d4f40561ca42876bde30d159221b9e | /app/src/main/java/com/android/tse/alipayutils/net/FastClientBuilder.java | e6a68b9d19046d71017578b8b76fe10e19109a44 | [] | no_license | tse5601/AliPayTask | b134036cbf0509dd5add34d2b5ada531f3d6fb9e | d9746519b047defa39cfbbc524f1c19adbc12dbf | refs/heads/master | 2021-04-06T10:24:41.589280 | 2018-03-11T15:21:45 | 2018-03-11T15:21:45 | 124,760,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,898 | java | package com.android.tse.alipayutils.net;
import android.content.Context;
import java.io.File;
import java.util.WeakHashMap;
/**
* Created by Tse on 2018/1/11.
*/
public class FastClientBuilder {
private static final WeakHashMap<String, Object> PARAMS = getParams();
private String mUrl = null;
privat... | [
"xiezh01@gmail.com"
] | xiezh01@gmail.com |
72eba6c8813a136463473a0dee9aaa963c4804e9 | d81a6ebfcacb4db6cc2c59b8dd8b56835f905faf | /src/main/java/yzp/chat/dm/Model/Response.java | ada83de05056f47d5c595c36a62f1fc49fa1bad0 | [] | no_license | ZPMAX/chat | 0db934b48361427636438a056d7d39c910cbc6d8 | 9c4662911e52372c5c66e7f515049eaf1a8026c1 | refs/heads/master | 2020-09-16T10:20:15.810847 | 2019-12-11T13:30:22 | 2019-12-11T13:30:22 | 223,740,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package yzp.chat.dm.Model;
/**
* ClassName:
* PackgeName:
*
* @date:2019/12/7 20:19
* @author:多堕大手笔的萨克
**/
public class Response<T> {
String msg;
T data;
int code = 200;
}
| [
"770451286@qq.com"
] | 770451286@qq.com |
ceec58d38c72d1e0b9572b130308da6214fb5e51 | b39d7e1122ebe92759e86421bbcd0ad009eed1db | /sources/android/hardware/radio/V1_0/CdmaSmsAddress.java | 1fe63a7ece04388f3573f1559564a38b3cde724e | [] | no_license | AndSource/miuiframework | ac7185dedbabd5f619a4f8fc39bfe634d101dcef | cd456214274c046663aefce4d282bea0151f1f89 | refs/heads/master | 2022-03-31T11:09:50.399520 | 2020-01-02T09:49:07 | 2020-01-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,624 | java | package android.hardware.radio.V1_0;
import android.os.HidlSupport;
import android.os.HwBlob;
import android.os.HwParcel;
import java.util.ArrayList;
import java.util.Objects;
public final class CdmaSmsAddress {
public int digitMode;
public ArrayList<Byte> digits = new ArrayList();
public int n... | [
"shivatejapeddi@gmail.com"
] | shivatejapeddi@gmail.com |
85c71d0116ba38ff0a5e2ba12596596290df942e | 122e309191049117d199ae5898a5a8fd4a302fbc | /JAVA/Contact/src/main/java/Main.java | b8e296bea3dd6103b98ec9267fc198b99a5296b4 | [] | no_license | NikitaBatalskiy/SkillsUpHW | da3067e6578623646dbf5a88fac328d939cf50de | c61e9eb74856f77070be7176f039600203de94b3 | refs/heads/master | 2020-04-11T09:40:34.276333 | 2019-05-30T17:09:51 | 2019-05-30T17:09:51 | 161,687,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | import services.impl.ComandLineServiceImpl;
public class Main {
public static void main(String[] args) {
ComandLineServiceImpl.start();
}
}
| [
"45694965+NikitaBatalskiy@users.noreply.github.com"
] | 45694965+NikitaBatalskiy@users.noreply.github.com |
e65c7cbb3724c93af593cc3b27f5c321fcb424b4 | a98c62922a66e11456acf435255314a9ef4233a5 | /src/test/java/com/kodcu/ParaCekmeSteps.java | 2c998be61c331423683a5266df9ee4111abbc53a | [] | no_license | altuga/BDD-Ornek-01 | deb01312833b78f6a43b06c786b22d1f118736d3 | c2ac583749c45f37c5b3943988bfa722adc045fb | refs/heads/master | 2020-12-24T06:08:22.976277 | 2016-07-21T11:30:42 | 2016-07-21T11:30:42 | 63,863,088 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java |
package com.kodcu;
import cucumber.api.PendingException;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import cucumber.api.java.tr.Diyelimki;
import cucumber.api.java.tr.Eğerki;
import cucumber.api.java.tr.Ozaman;
import org.junit.Assert;
public class ParaCekm... | [
"upux1234"
] | upux1234 |
ffebda9159e56d705fcdee8fd4350750602ce1c9 | 827080210065647f80807aee90ca6026ff47b352 | /ldz-crm/ldz-crm-core/src/main/java/pl/altkom/ldz/crm/core/model/Commodity.java | 560a8df8bd9e3f87ae41293a4b4b4f9949f6553c | [
"Apache-2.0"
] | permissive | alapierre/LDZ_2015_08-07 | 55fe62bafa874c8b9f9aeee2906887e07a634a6e | ea937fc1a04b7a008e8fcac46dc2fffb583f1e64 | refs/heads/master | 2021-05-16T03:05:41.082798 | 2015-08-07T13:48:42 | 2015-08-07T13:48:42 | 40,345,195 | 0 | 0 | Apache-2.0 | 2020-10-13T17:19:50 | 2015-08-07T06:38:13 | Java | UTF-8 | Java | false | false | 612 | java | /*
* Copyright 2015-08-07the original author or authors.
*/
package pl.altkom.ldz.crm.core.model;
import javax.persistence.Entity;
/**
*
* @author Adrian Lapierre <adrian@soft-project.pl>
*/
@Entity
public class Commodity extends BaseEntity{
private String name;
private double price;
... | [
"student@G7_1"
] | student@G7_1 |
daa616ce363883980677deee42e7b9775225afda | d6f2623726732ac28653a5cd71ea2f4d9f67f3b9 | /src/main/java/com/java/collections/IntegerList.java | 24883c31073ace3595146e1705d5bb9797d1e8e5 | [] | no_license | ketulpatel03-zz/CustomCollectionsSort | de8e024d39d846e834daf8c09108e2bbd043a238 | 90adc0769d5e8db55a9f6daadf951f7009c2a40d | refs/heads/master | 2023-03-28T03:46:52.281565 | 2021-04-01T08:25:47 | 2021-04-01T08:25:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package com.java.collections;
import java.util.ArrayList;
import java.util.Collections;
import com.java.utility.MyUtility;
public class IntegerList {
public static void main(String[] args) {
ArrayList<Integer> integerList = new ArrayList<>();
integerList.add(10);
integerList.add(5);
integerList.add(7);
in... | [
"ketulpatel03@yahoo.co.in"
] | ketulpatel03@yahoo.co.in |
f0e59229409a132624137a0dc31e57a67dfac357 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/39/org/apache/commons/lang3/time/FastDateFormat_estimateLength_1454.java | 2879df120d321279c5768961c3437cc619632a89 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,675 | java |
org apach common lang3 time
fast date format fastdateformat fast thread safe version
link java text simpl date format simpledateformat
direct replac
code simpl date format simpledateformat code format situat
multi thread server environ
code simpl date format simpledateformat code ... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
4ff51e19ca723bab3436ccebe86077db89f47b27 | b75baf472ab96f785d35df328c535210c80da07f | /src/main/java/fr/ifremer/sensornanny/sync/manager/DataFileManager.java | f8d44aaa09908368684d7a81826b767317e7ea6a | [] | no_license | ifremer/snanny-elastic-sync | d0fbbe8e0bc20339bdc718c70dec3467ebb6b903 | d07ca7e60e2a0fb9f7da63ead2377b4e48442c36 | refs/heads/master | 2020-05-21T13:30:21.947362 | 2017-11-10T16:18:14 | 2017-11-10T16:18:14 | 48,178,622 | 0 | 0 | null | 2016-09-02T15:07:26 | 2015-12-17T14:23:10 | Java | UTF-8 | Java | false | false | 1,354 | java | package fr.ifremer.sensornanny.sync.manager;
import java.util.Set;
import org.springframework.util.Assert;
import com.google.inject.Inject;
import fr.ifremer.sensornanny.sync.io.DataFileReader;
import fr.ifremer.sensornanny.sync.io.OwnCloudFileReader;
/**
* A manager used to recover the {@link DataFileReader} impl... | [
"gpagniez@asi.fr"
] | gpagniez@asi.fr |
63e976a0853c0a4e6c3a3afaad8e574ac248e509 | bf95ac98df42770901273bece8b83620d8744741 | /Assignment 2/Pattern14.java | 740f7cecc053984c73871c63680bc4202601c96a | [] | no_license | AkashGorle-crypto/EDACmay2021 | 4d497d641271093ba924b83018b0f5412b20f3ca | 81c32c498d7efdbc647a75df488544a0257ca454 | refs/heads/main | 2023-04-19T13:14:06.371455 | 2021-05-09T20:09:38 | 2021-05-09T20:09:38 | 365,245,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | import java.util.*;
public class Pattern14
{
public static void main(String args[]) {
Scanner scan= new Scanner(System.in);
System.out.println("Enter number of rows: ");
int rows=scan.nextInt();
for(int i = rows; i >= 1; --i)
{
for(int j = 1; j <= i; ++j)
{
... | [
"noreply@github.com"
] | AkashGorle-crypto.noreply@github.com |
aa829a9a32b0d24cc620679f460698d4cd6332f2 | ddbacea16e6eb36564a9df145b8ee3bc32f325cd | /src/main/java/ee/taltech/volatilator/configuration/CachingConfig.java | acd36044af9a15e746f83e68d7b1db1c401b2f42 | [] | no_license | cybercubes/stock-volatilator-3000 | 287b185948142d0b2b0d9595acaf89c10551c82a | 5026925a5c7042d63e3e5fcf637cb7b83677257f | refs/heads/main | 2023-02-14T15:43:03.177969 | 2021-01-15T16:28:10 | 2021-01-15T16:28:10 | 329,964,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package ee.taltech.volatilator.configuration;
import org.springframework.cache.CacheManager;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cache.concurrent.ConcurrentMapCacheManager;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotatio... | [
"gizeik@gmail.com"
] | gizeik@gmail.com |
75801114859577a023dfda1596c25fc38b4be071 | b334835296ff9a769cdc2b0cc3250d02622bb87a | /src/androidTest/java/com/example/tugasaris/ExampleInstrumentedTest.java | 734cfebf68e68c1b8e41206af4d90e675d0cae59 | [] | no_license | sandi-aris/AndroidPemula_Dicoding | ff50ccc0493b08a24e075ffb9fbdc73bcacc37c6 | b03259b88276031b28031a8ffeb7d4b327be8c63 | refs/heads/master | 2022-11-11T21:09:34.812262 | 2020-07-09T06:58:26 | 2020-07-09T06:58:26 | 278,284,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.example.tugasaris;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on ... | [
"noreply@github.com"
] | sandi-aris.noreply@github.com |
1a897933bbc46e547ad1e326df1d0211cf04c0fb | 0c2147bf1bc7ec5bfe470f90e5e1cc501ccc7ca7 | /src/battle/of/hero/View/Over.java | 395c8be2fe46ed1c0f7d12003433748a5ae2e24f | [] | no_license | Compek08/BH-Baru | 811f6f7be0de85eb54309db447630f0bcd820a69 | 9de9d2f1ff67563e76cbab3f6322c3702b796f5c | refs/heads/master | 2020-04-07T12:50:08.426594 | 2018-12-05T23:29:58 | 2018-12-05T23:29:58 | 158,383,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,932 | java | package battle.of.hero.View;
/*
* 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.
*/
/**
*
* @author rakas
*/
public class Over extends javax.swing.JFrame {
/**
* Creates new ... | [
"compek@dr.com"
] | compek@dr.com |
7d5239fbb232ffd21423fb49f51c43625bbd87aa | 5a6e732ab094e3a984a36e27e05a9ff2116d8ae4 | /core/src/main/java/com/github/ixtf/api/Util.java | edbbcf4d34eb54c23dded86cc45b6ffe8945ff6d | [] | no_license | ixtf/micro-service | d94d2795647295178e8501e79973fca3adf795d0 | a29a24ab05a9668cb586853be3f3ebccf4801e2a | refs/heads/master | 2023-01-23T08:18:35.259524 | 2020-12-07T13:06:53 | 2020-12-07T13:06:53 | 318,888,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,950 | java | package com.github.ixtf.api;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.github.ixtf.japp.core.J;
import com.sun.security.auth.UserPrincipal;
import io.opentracing.Span;
import io.opentracing.Tracer;
import io.opentracing.propagation.TextMapAdap... | [
"ixtf1984@gmail.com"
] | ixtf1984@gmail.com |
7221023695b0b22e8d98a8294e76fa60918bc70e | a3f9ae85b78a4efea29f3743bcbbf2d2ea9dcf2b | /src/main/java/flaxbeard/sprockets/items/ItemWrench.java | 3c11d6a971ad23fcacf5740e92d99212691c4fe5 | [
"MIT"
] | permissive | Flaxbeard/Sprockets | f3fc28c06a929864ca60d22ddd7c2f4eaa6ec72e | 0a585c77a4571e80bb42c164fad1074b612dd489 | refs/heads/master | 2021-01-17T10:23:36.406845 | 2016-07-05T19:01:50 | 2016-07-05T19:01:50 | 58,058,922 | 1 | 1 | null | 2016-05-23T22:12:15 | 2016-05-04T14:32:29 | Java | UTF-8 | Java | false | false | 202 | java | package flaxbeard.sprockets.items;
import flaxbeard.sprockets.api.tool.IWrench;
public class ItemWrench extends ItemSprocketBase implements IWrench
{
public ItemWrench()
{
super("wrench");
}
}
| [
"theflaxbeard@gmail.com"
] | theflaxbeard@gmail.com |
3d0c8a7be8dee0bf6b49ccabfc202478bec60ff5 | 9b5282e7dd522218319d5c8ddc6f4e004b7c33cb | /myschool/src/main/java/com/school/mapper/DepartmentMapper.java | 5b1d6a1e1c14780cd6207740a02a3841b1f79a7c | [] | no_license | dujunsheng/c116 | a065649d1688af6d7e643b19f47d74723666ac3d | 815f95114a1694c2528b3708b8f46cb61401b069 | refs/heads/master | 2021-01-19T00:56:49.841557 | 2016-08-13T17:22:51 | 2016-08-13T17:22:51 | 65,601,300 | 0 | 2 | null | 2016-08-13T16:57:01 | 2016-08-13T05:37:20 | Java | UTF-8 | Java | false | false | 1,248 | java | package com.school.mapper;
import com.school.dao.base.BaseDao;
import com.school.po.Department;
import com.school.po.DepartmentExample;
import com.school.vo.DepAndEmp;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface DepartmentMapper extends BaseDao<Department>{
int countByExam... | [
"857929980@qq.com"
] | 857929980@qq.com |
d86500826c9fe405a41079e62d248299ce434323 | d7e583b7dc9417e65dbeb6361761ab4438467ba7 | /SDHC_basehttpclient-201620/BaseHttpClient/src/main/java/client/HttpClient.java | 765301f78785b20f22289df52074c2ee83f73694 | [] | no_license | sercharpak/WebStuff | 766e0b099dd8c36af6c63d10ef7b17d786580b4f | cdee07ea263f3f7e1d59616857c13c78426fa791 | refs/heads/master | 2021-06-23T23:10:15.395307 | 2021-05-07T07:34:03 | 2021-05-07T07:34:03 | 66,368,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package client;
import java.io.*;
import java.net.Socket;
import java.net.UnknownHostException;
public class HttpClient {
private Socket socket;
public HttpClient(String host, int port) throws UnknownHostException, IOException{
socket = new Socket(host,port);
}
public File processRequest(String requestMessag... | [
"sergiocharpak@gmail.com"
] | sergiocharpak@gmail.com |
6d30fedd2a7a6b02932a584a1745a2053c66c6e4 | 3977ee55e5cedcac59e39bb0134106d79f6d68e2 | /src/main/java/com/peiyu/simpleRpc/RPCServer.java | 20ade53ff5849632f03c074b693d0f80ddfce570 | [] | no_license | qinwenjing/RPCtest | 6e8280be84608ce12a8b2fd1c16b9d278942b442 | 8c6ca29ebad062712b72e87424c2e4f8ca05e1ea | refs/heads/master | 2021-01-22T12:26:51.374714 | 2017-11-13T02:15:48 | 2017-11-13T02:15:48 | 102,349,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.peiyu.simpleRpc;
/**
* Created by qwj on 2017/9/20.
*/
public interface RPCServer {
public void stop();
public void start() throws Throwable;
public void register(Class<?> service, Class<?> serviceImpl);
public int getPort();
public boolean isRuning();
}
| [
"1592095287@qq.com"
] | 1592095287@qq.com |
919dac354de6909066f00ac0a161d5ef6bddeba0 | f72c5c691cb38114393ac5d06bc9d5e8194bdeb6 | /jsp2016/src/mytag/ForEach.java | f6267010db82da405fac41245398914db53fd058 | [] | no_license | ZedZhouZiBin/Javaweb | a3cb6a47c99b2f5fd6766b5579ad4f2e5c55cae8 | 0169feedc23522e27e7c4448a87846515b59c369 | refs/heads/master | 2021-09-09T13:03:36.237337 | 2018-03-16T11:49:54 | 2018-03-16T11:49:54 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,928 | java | package mytag;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.BodyTagSupport;
public class ForEach extends BodyTagSupport{
private int count;
private String align;
private String border;
private String bgcolor;
public int getCount() {
return count;... | [
"1729340612@qq.com"
] | 1729340612@qq.com |
b9091c7b5ab3193e73c5a10b8f9ed78b0385be7b | e3eea5c0cff9855b15283ec2e999852dbf8a00cb | /lesson35/service/UserService.java | 5a70a9bad600b8cbd04f6b7ad7f8dbdaa4446d79 | [] | no_license | RomaMarchenko/finalProject | 6e43849a9cfec02be99bef9c78fc451308466aff | 59e92fe346e466022a1b73fd0737ee77322abdef | refs/heads/master | 2020-09-14T06:04:31.680083 | 2020-02-19T03:06:36 | 2020-02-19T03:06:36 | 223,043,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package lesson35.service;
import lesson35.exceptions.BadRequestException;
import lesson35.repository.UserRepository;
import lesson35.model.User;
public class UserService {
private static UserRepository userRepository = new UserRepository(UserRepository.getPath());
public static User registerUser(User user) t... | [
"romamarchenko2001wot@gmail.com"
] | romamarchenko2001wot@gmail.com |
fe1d7624e1b28261d7049a1fcecc6c7a95f924d2 | 350a807cc49960fd1cbc80809e572dee0b8bf228 | /Exercise03/src/task1/Main.java | 6ca9fa5cffd900ce1ca90a3e7a1284c486dbf677 | [
"Unlicense"
] | permissive | KonstantinTwardzik/Graphical-User-Interfaces | 7009cf417f7f5906741ffbc33bb613628c7d2709 | 43b7670dc0d61c84ea45e6ac195e54698c0bac3d | refs/heads/master | 2021-09-10T19:22:45.631709 | 2018-03-31T17:07:52 | 2018-03-31T17:07:52 | 104,856,284 | 0 | 1 | null | 2017-09-26T08:21:35 | 2017-09-26T08:15:56 | null | ISO-8859-3 | Java | false | false | 3,031 | java | package task1;
import javafx.beans.property.SimpleIntegerProperty;
public class Main
{
public static void main(String[] args)
{
// Teilaufgabe a)
SimpleIntegerProperty p1 = new SimpleIntegerProperty();
SimpleIntegerProperty p2 = new SimpleIntegerProperty();
SimpleIntegerPrope... | [
"twardzk@hochschule-trier.de"
] | twardzk@hochschule-trier.de |
ee3a8e8447df7452e335ed1dda4c756809a8eadf | 410f3ded166a395ea8233b1b33630e7ebe3b315e | /app/src/test/java/com/example/mynewsproject/ExampleUnitTest.java | 4585018ec61929a5a4a70bfdebeb6152e6d1ae8d | [] | no_license | Nikolay4ik/MyNewsProject | 7a27ebbfd0b17ab7ceefb1c21c415f3fbf46e890 | 98b5e23ecead3ea9bd6cc7d0a356cf1913762518 | refs/heads/master | 2023-01-10T05:00:02.385840 | 2020-11-11T06:19:04 | 2020-11-11T06:19:04 | 311,880,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.example.mynewsproject;
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 v... | [
"cool2456@mail.ru"
] | cool2456@mail.ru |
e5988c9c571fc67565490da71687fc92f367a6e6 | 3880d41d152c8dba2f5a8aeb752cf7134d368d77 | /src/WordcountReduce.java | 3253070d24b32d565900c9cead0161c0e6e85ede | [] | no_license | tyler2319/440-HW3 | 9dfd0229409fb3fdc73ab4174664171f09cba8b4 | 1283e42c20d0473c3f9759289f6843c52b2feabc | refs/heads/master | 2020-05-17T00:45:44.533540 | 2013-04-18T02:22:33 | 2013-04-18T02:22:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | import java.util.Iterator;
import Interfaces.Reducer;
import MapReduceObjects.OutputCollecter;
public class WordcountReduce implements Reducer<String, Integer, String, Integer> {
public void reduce(String key, Iterator<Integer> values, OutputCollecter<String, Integer> output) {
Integer sum = 0;
while (values.ha... | [
"tyler_2319@yahoo.com"
] | tyler_2319@yahoo.com |
11456c40f6d73b534cb9ee51f25d5ee4d4d09c5d | 89a15863634bd10df50be692072f249ce71c81ba | /queen-attack/src/main/java/Queen.java | 54eeeb97823a36d32ce9e6511ef6655ca621b2c3 | [] | no_license | dimova/ExercismJavaSolutionsZip | fedff02f30789eda495ac7218b3bed82e3b56372 | f279258e070ba1766cfb3b8cd8e4425b3f98bc66 | refs/heads/master | 2023-03-28T19:46:22.822248 | 2021-04-10T05:05:32 | 2021-04-10T05:05:32 | 356,476,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | public class Queen {
final int i;
final int j;
public Queen(int i, int j) {
validate(i, "row");
validate(j, "column");
this.i = i;
this.j = j;
}
private void validate(int index, String name) {
if (index < 0) {
throw new IllegalArgumentException("Queen pos... | [
"dimova@gmail.com"
] | dimova@gmail.com |
18d17c8863c5ab28e7e3dc53333e4bf959acf535 | 0438b7b6f2b9ab899f74f72c07e229355d9d4732 | /app/src/main/java/com/example/mhasan/bonmeal/Fridge.java | 99fba5dfea118729992fb0f8209893e57fec91ff | [] | no_license | maaliHasan/BonMeal | ad3e2c2ea23d401f282ebc9c4b3c1e4912fb59cf | 7f364577a8ff12f0719cab41f770f66de7897d5b | refs/heads/master | 2021-01-24T06:18:12.048433 | 2017-06-07T13:15:31 | 2017-06-07T13:15:31 | 93,310,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package com.example.mhasan.bonmeal;
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 mhasan on 6/7/2017.
*
*/
public class Fridge extends Fragm... | [
"mhasan@asaltech.com"
] | mhasan@asaltech.com |
4e1607ab01f362230e6b3dded5c162910b443562 | 208e21e29eb8b2957cef780680eacc3d935b6c04 | /src/main/java/com/salvagers/client/utils/rendering/renderables/TexturedRectangle.java | b8463f3ad0dd03cd095f772e307021983f343cb6 | [] | no_license | GiantLuigi4/salvage | 6868b0711b1a359f0317eb1cd339de0fb6cd96c8 | 5a8a2475c61c06cefa859e0f614354324880f53c | refs/heads/master | 2023-02-06T14:59:41.854670 | 2020-12-26T03:53:57 | 2020-12-26T03:53:57 | 323,771,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.salvagers.client.utils.rendering.renderables;
import com.salvagers.common.Vector3D;
import org.joml.Matrix4f;
public class TexturedRectangle extends RenderableRectangle {
//Doing it this way instead of storing the integer so that it's reloadable
public final String texture;
public final Vector3D tex1... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
ca065121df240c1921fb9155055df38f67e995ae | e2b65e84a90e835aa9da7e53d7aa98d3dd492fe7 | /src/main/java/cz/auderis/binbuilder/api/element/StringElement.java | cbf0e0ecdc8d09822aafa251172db5b3b71f756b | [
"Apache-2.0"
] | permissive | bbobcik/auderis-binbuilder | 884e4e0d5a2d3434a56fa149359e6f44abbc21b5 | ff6e904143008aeff57083af4cbe001cde393e44 | refs/heads/master | 2021-01-11T20:54:10.427433 | 2017-01-29T08:55:34 | 2017-01-29T08:55:34 | 79,207,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | /*
* Copyright 2017 Boleslav Bobcik - Auderis
*
* 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... | [
"bbobcik@gmail.com"
] | bbobcik@gmail.com |
1b627ba655eaa355e4275b7fe92cb54b1b31d0b1 | 42123b18763bd45917249d8bb4aa2ccd5c32994e | /app/src/androidTest/java/com/example/albertln/countrylist/ExampleInstrumentedTest.java | 02df9c008c466f796e45a4ed30c11a464448c556 | [] | no_license | albertllopart/CountryListRecycler | 0ff95d18be1eb23ab86646eae91982e8cf5f1236 | b8ae18741e6b2f524e2a5682949f6899fadaa49f | refs/heads/master | 2020-03-31T13:08:25.350784 | 2018-10-11T09:45:22 | 2018-10-11T09:45:22 | 152,243,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.example.albertln.countrylist;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on a... | [
"d.pocafeiner@gmail.com"
] | d.pocafeiner@gmail.com |
5685794acea0d79fb6ffd3f5fc99ea002f77d4bd | de903bb28e80f39dcb0867e5ae0761129b6f1813 | /src/test/java/TestUtil.java | 77501bac4beb5b79ce19306a6449d7039afdb9b3 | [] | no_license | amitmalik0205/MathPlay | 781921992d45d6b9059ddab2e79c4b0aabc8ea59 | b006bd100c16889941f8d03a520dc4346870ebf7 | refs/heads/master | 2021-01-21T07:41:48.591467 | 2014-12-12T07:50:10 | 2014-12-12T07:50:10 | 25,572,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
public class TestUtil {
public static void sendRequest(String urlStr, String param, String method) throws IOException {
... | [
"amitmalik@qainfotech.net"
] | amitmalik@qainfotech.net |
bd2fd9f4070796143031e72dfe58544da1fb90a7 | d5cff92fd55a5a8e706b63b16c078b5912d574be | /src/main/java/com/techgroup/kipfit/repository/ScheduleRepository.java | cc075b00edcb67cf941fbd0412e26ad75a6454c9 | [] | no_license | festradao102/KipFit-playground | 678e55de036f74c183483ec786e0ee97298b5797 | 8b699221880caba2cfbb1c41f2623c6b5ac6a93e | refs/heads/master | 2023-01-24T08:34:59.251117 | 2020-11-05T00:21:42 | 2020-11-05T00:21:42 | 314,469,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.techgroup.kipfit.repository;
import com.techgroup.kipfit.domain.Schedule;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the Schedule entity.
*/
@SuppressWarnings("unused")
@Repository
public interface ScheduleReposi... | [
"czunigac1@ucenfotec.ac.cr"
] | czunigac1@ucenfotec.ac.cr |
ba7389badbefff9e665ef43df75d5a2b06a24acf | 9a3a0ea145aab78f68faafcced045ddb693419bf | /chapter03/src/main/java/com/manong/entity/User.java | 834f6da19487067e3c2a3aa9bde223732835a35a | [] | no_license | ZhongLiPeng0310/SpringDataJpaTest | 5eae7b0fc2f8ade9e384eebf43c856a62b0a3bfd | 394615e837409a93c27b84d87a9e28425e694059 | refs/heads/master | 2023-02-08T08:32:27.437374 | 2020-12-21T06:58:35 | 2020-12-21T06:58:35 | 323,213,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package com.manong.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Data //lombok注释 可以不用写getter and setter
@Entity //标记该类时一个持久化类(与数据库的表进行关联)
public class User {
@Id //标记该属性时一个逐渐字段
@Ge... | [
"1253346029@qq.com"
] | 1253346029@qq.com |
144ee9eab404094c018a36becdc58ea4921d071e | 7e8589d35301de4afa0c6236b9521b3634067b3d | /Builder/HardToMakeBurger/src/org/vanis/java/se/designpatterns/builder/hardtomakeburger/HardToMakeBurger.java | 71594abefcc897250e5669b57bfc6d49e95e575c | [] | no_license | Voooza/CW | 2ad97f6190ea02cde99e9387995f7ed4103de07f | 57477420f8e4d9b48a5bba744d5e797767e342bf | refs/heads/master | 2021-01-01T18:37:52.532353 | 2015-06-23T15:23:38 | 2015-06-23T15:23:38 | 37,029,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,710 | java | package org.vanis.java.se.designpatterns.builder.hardtomakeburger;
public class HardToMakeBurger implements Burger{
private String pastry;
private String meat;
private String cheese;
private int peppers;
private String tomatoes;
private String bacon;
private String lettuce;
private Str... | [
"petr@vanis.org"
] | petr@vanis.org |
ccd82bae154a674e2556173a4c12c54970081205 | baed9cec5abcecffa47020ab636342be7916a17e | /src/main/java/com/vince/myblog/config/ShiroConfig.java | c2c1ef010509ff17be1bffa545a2f014cc794f6c | [] | no_license | VinceDLP/myblog | d8056e89eb064fe66ef5ec9cddc6464a6bcb4e33 | 1eeeab1be18671044eb312b3ecdd5b28367b2f6f | refs/heads/master | 2022-02-22T14:25:12.101023 | 2019-12-10T12:42:50 | 2019-12-10T12:42:50 | 202,460,520 | 0 | 0 | null | 2022-02-09T22:20:03 | 2019-08-15T02:34:42 | Java | UTF-8 | Java | false | false | 2,850 | java | //package com.vince.myblog.config;
//
//import org.apache.shiro.mgt.SecurityManager;
//import org.apache.shiro.spring.web.ShiroFilterFactoryBean;
//import org.springframework.context.annotation.Bean;
//import org.springframework.context.annotation.Configuration;
//
//import javax.servlet.Filter;
//import java.util.Link... | [
"527687529@qq.com"
] | 527687529@qq.com |
d9102ed3bb53e77d7c52a3bea82241e275ad01b8 | 65945144e2bb6a2c05173ebfdf6eca96ed70eecf | /src/main/java/com/netease/mystore/web/common/Product.java | 618e9dfcbd5831a64055026afe20013ec8910ec3 | [] | no_license | mrzhangs1015916/MyStore | 403ca28d3b41af9c1dfcbdbc71cf716a9229d0b3 | 9d6bc18668c471240cc6cc31ff12984a9f454480 | refs/heads/master | 2020-04-13T13:25:31.835628 | 2018-12-27T00:58:51 | 2018-12-27T00:58:51 | 163,230,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,761 | java | package com.netease.mystore.web.common;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* 产品展示类
* Created by switch on 16/11/14.
*/
public class Product implements Serializable {
/**
* 产品ID
*/
private Integer id;
/**
* 产品标题
*/
private String title;
/**
* 摘... | [
"807167807@qq.com"
] | 807167807@qq.com |
1023fdc56adbe7d03eca59f77ab1b3eed90a418c | db7eca6cd7a41063f2fcdf90bcd20ba91a6b5efc | /aw/autumn_window/src/main/java/cn/com/cslc/aw/agent/repository/AgentRepositoryCustom.java | b888381aaaf60b8a8acb1e5b7f8b2e10ab7787e0 | [] | no_license | lisansx2/aw | eda7d33c086fb4d6e1688cb99fc3e754837088d7 | d76f0f5426b1c07137d3442f01247fb4226e4cdc | refs/heads/master | 2020-04-07T19:03:07.829696 | 2018-11-16T10:15:20 | 2018-11-16T10:15:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package cn.com.cslc.aw.agent.repository;
import java.util.List;
import java.util.Set;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import cn.com.cslc.aw.agent.domain.SysAgent;
import cn.com.cslc.aw.agent.dto.B_AgentDto;
import cn.com.cslc.aw.settings.agentse... | [
"1028229722@qq.com"
] | 1028229722@qq.com |
286fc0fc588b3a15b0637ed0082bc2969788051b | ce1a693343bda16dc75fd64f1688bbfa5d27ac07 | /system-jmx/src/main/org/jboss/system/microcontainer/ServiceControllerContext.java | a6699666c8ebb3bf8d369c8c3b87daa0224ef4a6 | [] | no_license | JavaQualitasCorpus/jboss-5.1.0 | 641c412b1e4f5f75bb650cecdbb2a56de2f6a321 | 9307e841b1edc37cc97c732e4b87125530d8ae49 | refs/heads/master | 2023-08-12T08:39:55.319337 | 2020-06-02T17:48:09 | 2020-06-02T17:48:09 | 167,004,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,729 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
8681f56f98f757fde4d17351c48e72b5aac18110 | 0e2aa7cc544c31f80b6aabbb4c9a9904bf75afed | /src/main/java/edu/gdit/health/model/SysDict.java | 82a60f060834c4b02dc317a5d12e87ada41b064f | [] | no_license | SimonCaprice/health_19s3 | 5a8253a1d4c279792b2e0c95bae01b29d6d80386 | 2fc8d6376945a94b7b01e16502c4b37a90ee1200 | refs/heads/master | 2023-03-23T17:44:18.033281 | 2021-03-16T11:06:21 | 2021-03-16T11:06:21 | 343,611,110 | 0 | 0 | null | 2021-03-17T05:56:02 | 2021-03-02T01:40:44 | Java | UTF-8 | Java | false | false | 973 | java | package edu.gdit.health.model;
public class SysDict {
private long id;
private String dictKey;
private String dictValue;
private String dictType;
private String remark;
private long status;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String... | [
"1589512343@qq.com"
] | 1589512343@qq.com |
18f91b347e5fd587b3b75a2d6dc96209bbff4a4a | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2019/8/StringHelpers.java | e7af084f53fb5dae404f5063ef1af991f8d26386 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 2,756 | java | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
7eead89c8ab67a988821182005ac7e7950ccbe52 | 4992cac9fe9ade58e4cfbdca5a513d4bc3da2a33 | /src/main/java/com/jarek/datascraper/validation/PasswordMatch.java | a171e76be87a7113075b148e524282226333db64 | [] | no_license | JaroCash/datascraper | 90f1206e86e8e502d61ecc6a4db651a52a165c15 | b400a5f83ad666e55ea55c4dfdd5a8a8d3a7a6c3 | refs/heads/master | 2020-04-22T13:52:52.424241 | 2019-04-01T03:41:37 | 2019-04-01T03:41:37 | 170,421,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.jarek.datascraper.validation;
import javax.validation.Constraint;
import javax.validation.Payload;
import java.lang.annotation.*;
@Constraint(validatedBy = PasswordMatchValidator.class)
@Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interfa... | [
"jaroolimp@gmail.com"
] | jaroolimp@gmail.com |
3dc0af568d62f005e650e8bb7dd155b412e98760 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/TIME-18b-7-8-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/joda/time/DateMidnight_ESTest_scaffolding.java | 7b54bc125c1828517ef1741ea0d3f7e6247b2094 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Feb 15 19:08:45 GMT+k6:14 2020
*/
package org.joda.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7ff82ef01db47984500d4f65feff35172245af06 | 827a3793f1e3efb51065349c878328adba0c2af5 | /COAT/src/servlet/CheckLoginServlet.java | cc96dbc137c62ac7b842604d496e4197c3d3ba2e | [] | no_license | zhangzhengwu/zhangzhengwu.github.io | 76b158b40808736016b7aa96bfac7efacb856ba5 | af6a30f3ffe6081a920b0808f9d5d8f87aa04c9f | refs/heads/master | 2021-07-16T11:20:08.826103 | 2020-07-11T11:23:04 | 2020-07-11T11:23:04 | 187,379,186 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,494 | java | package servlet;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.log4j.L... | [
"zhangzw368319@163.com"
] | zhangzw368319@163.com |
776a4d80348f41e26f657efb4ded762b17a99f49 | 942d8716f8655512b867d315aa5337b41ad42da0 | /app/src/main/java/com/lyz/wayy/bean/BuyDog.java | 4c6243bd65722c0003ef5b5c1ab8c8347a6172bb | [] | no_license | qianchuan2009/yinyu | b844c4a33ff58a710f3cec317fda6264e76a94d0 | a63d65092214871666cb8334ebd81d2c9ccf1819 | refs/heads/master | 2021-05-03T15:15:15.009622 | 2018-03-14T15:52:14 | 2018-03-14T15:52:14 | 120,470,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,804 | java | package com.lyz.wayy.bean;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import org.json.JSONException;
import org.json.JSONObject;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
/**
* Created by helch on... | [
"qianchuan2009@163.com"
] | qianchuan2009@163.com |
a02e68d8b58ec21e4f51832a34172aa08118dcad | 03b329b9bab166bc2d3f1733e7b87b5badce13f7 | /launchertasklib/src/main/java/com/cheng/lib/launchertasklib/DelayInitDispatcher.java | b3cff371c1699785bb8f16e99164eaa9066f0249 | [] | no_license | chenguo4930/LancherTask | 90ccd702c7b1e3dcf27703541149c9a87fcb8efc | d6ca49b660b3b3f0f7a756afa8751755a56ff271 | refs/heads/master | 2020-04-26T02:51:39.977787 | 2019-03-01T06:30:38 | 2019-03-01T06:30:38 | 173,247,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package com.cheng.lib.launchertasklib;
import android.os.Looper;
import android.os.MessageQueue;
import com.cheng.lib.launchertasklib.task.DispatchRunnable;
import com.cheng.lib.launchertasklib.task.Task;
import java.util.LinkedList;
import java.util.Queue;
public class DelayInitDispatcher {
private Queue<Task... | [
"guo.cheng3@zhenai.com"
] | guo.cheng3@zhenai.com |
777e78ec6483c54aa901d9ccbab1998dd6fc7ab9 | b117f7b8c3082e58c6d23e50715c99723e191e57 | /xplayer/src/main/java/com/songlei/xplayer/view/render/effect/PosterizeEffect.java | ec62e4660d906ef6e3ca4be688214f50d02fd744 | [] | no_license | qwwersong/PPPlayer | c57270c720d34f8ce7351319fdc1f72d4ee7dd5b | 1947b458659a30364e9f5eb6bba57f26fd05850e | refs/heads/master | 2023-07-06T21:26:58.316886 | 2019-09-30T09:55:05 | 2019-09-30T09:55:05 | 196,154,791 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,113 | java | package com.songlei.xplayer.view.render.effect;
import android.opengl.GLSurfaceView;
import com.songlei.xplayer.view.render.view.VideoGLView;
/**
* Applies Posterization effect to video.
*
* @author sheraz.khilji
*/
public class PosterizeEffect implements VideoGLView.ShaderInterface {
/**
* Initialize ... | [
"376410376@qq.com"
] | 376410376@qq.com |
7319b0577b1f5625846903e59e9f3ffa9481ee7b | 896a15b7ce0daf77a53d30d703b4eae51cf7c2b1 | /royasoft/WorkHelper/src/main/java/sutdy/fastjson/json/基础使用/model/UserGroup.java | d10b717d4cf6499764e81afb2f53e2bad51320a9 | [] | no_license | youjia10dai/workspace_home | 300a49f9f2556f22c7da4168d89170a24a02a0d2 | 9de444c0104406be47de45caccec3ce71484354f | refs/heads/master | 2022-12-21T11:10:05.393963 | 2019-05-23T07:36:48 | 2019-05-23T07:36:48 | 178,764,927 | 0 | 0 | null | 2022-12-16T04:23:24 | 2019-04-01T01:38:44 | Java | GB18030 | Java | false | false | 819 | java | package sutdy.fastjson.json.基础使用.model;
import java.util.ArrayList;
import java.util.List;
/**
* 用户组测试类
* @author dmego
*
*/
public class UserGroup {
private String name;
private List<User> users = new ArrayList<User>();
public UserGroup(){}
public UserGroup(String name,List<User> us... | [
"chenlj@royasoft.com.cn"
] | chenlj@royasoft.com.cn |
c900481ccc50395caecb9e17ef77fe54852395a0 | 4504333d0173faf6d02f5e5a6ede67af4a69db50 | /test/ir/behinehsazan/gasStation/model/burner/BurnerTest.java | da7d1715d1e6605cab22224dc47216c813ab5f7e | [] | no_license | mhsh88/CGS | 5d424ad1e8b18a5aa4400419d1c670af2118b279 | 56c2d40497cc4e911419fba052edaac652ef90d7 | refs/heads/master | 2021-05-06T23:09:45.935732 | 2018-02-10T00:22:57 | 2018-02-10T00:22:57 | 112,952,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | package ir.behinehsazan.gasStation.model.burner;
import ir.behinehsazan.gasStation.model.burner.Burner;
import ir.behinehsazan.gasStation.model.gas.BaseGas;
import ir.behinehsazan.gasStation.model.gas.Gas;
import ir.behinehsazan.gasStation.model.mathCalculation.MathCalculation;
public class BurnerTest {
public st... | [
"hosseinsharifi@hotmail.com"
] | hosseinsharifi@hotmail.com |
68f2bf7a0e5fd3c53173f378ee39fac5975a931f | 82e2fa3b1128edc8abd2bd84ecfc01c932831bc0 | /jena-arq/src/main/java/org/apache/jena/sparql/util/ResultSetUtils.java | 97f3f99cafec0b19236ef86ec5bc0989ee94abc5 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | apache/jena | b64f6013582f2b5aa38d1c9972d7b14e55686316 | fb41e79d97f065b8df9ebbc6c69b3f983b6cde04 | refs/heads/main | 2023-08-14T15:16:21.086308 | 2023-08-03T08:34:08 | 2023-08-03T08:34:08 | 7,437,073 | 966 | 760 | Apache-2.0 | 2023-09-02T09:04:08 | 2013-01-04T08:00:32 | Java | UTF-8 | Java | false | false | 3,491 | 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 ... | [
"andy@apache.org"
] | andy@apache.org |
16fb1218193b88ee14b6558eef4f65271f099c61 | 81ce2592e5e0003677a89980dea7dd6ce1f8e0c7 | /src/main/java/com/bee/auto/controller/ListController.java | d6d7018eb9a365f26716ed2c90b291f2fd56ed7f | [] | no_license | chuanchuanping/trisome | c33f6ad06ebf234118f96b78c3fa5eaedbc1018d | 230526fc8518ea8bb7f153328989e077be3bb646 | refs/heads/master | 2020-03-29T18:35:09.368051 | 2018-09-25T07:32:52 | 2018-09-25T07:32:52 | 150,221,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,668 | java | package com.bee.auto.controller;
import com.bee.auto.bean.Message;
import com.bee.auto.service.MaintainService;
import com.bee.auto.service.QueryService;
import com.bee.auto.util.ExportPOIUtils;
import com.bee.auto.util.Result;
import com.github.pagehelper.PageInfo;
import net.sf.json.JSONObject;
import org.apache.ib... | [
"626659537@qq.com"
] | 626659537@qq.com |
55e8f23b03a4e78a1cadc3864ae8bf8f587a3c69 | 8b291636c503e7849eb5caac36a65786105afcd0 | /TomP2PTrials/src/main/java/mapreduce/execution/context/IContext.java | ba1fd84b5cf02a1fe88911f8466a0c0d1d7df405 | [] | no_license | ollyblink/mt2 | 8ca817253470fee526edc7956b95bc776caee2df | 5eb9f6258fed769003f291b70c56747a7d160915 | refs/heads/master | 2021-01-21T13:34:20.700841 | 2016-05-03T17:32:58 | 2016-05-03T17:32:58 | 50,658,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package mapreduce.execution.context;
public interface IContext {
public void write(Object keyOut, Object valueOut);
}
| [
"ozihler@ozihler-ThinkPad-T410"
] | ozihler@ozihler-ThinkPad-T410 |
386322097796cafc774b8598963afa681863eb9e | 94dafb3bf3b6919bf4fcb3d460173077bfa29676 | /core/src/main/java/com/wdcloud/lms/core/base/model/ContentViewRecord.java | c6d160efd921e21303a052183dbb00bf26eef6b3 | [] | no_license | Miaosen1202/1126Java | b0fbe58e51b821b1ec8a8ffcfb24b21d578f1b5f | 7c896cffa3c51a25658b76fbef76b83a8963b050 | refs/heads/master | 2022-06-24T12:33:14.369136 | 2019-11-26T05:49:55 | 2019-11-26T05:49:55 | 224,112,546 | 0 | 0 | null | 2021-02-03T19:37:54 | 2019-11-26T05:48:48 | Java | UTF-8 | Java | false | false | 1,504 | java | package com.wdcloud.lms.core.base.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.*;
import lombok.*;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Data
@Table(name = "cos_content_view_record")
public class ContentViewRecord implements Serializable {
@Id
@GeneratedValue(... | [
"miaosen1202@163.com"
] | miaosen1202@163.com |
2edd61c128459726409caff9aa4aacc2a9f74279 | 8bb36b61efadecb557f6b764a1ec16f020ee3230 | /src/test/java/com/artipie/docker/proxy/ProxyManifestsTest.java | 1f742af4266bf03df017c5804c1ee41b75172903 | [
"MIT"
] | permissive | acheshkov/docker-adapter | 2a7bc8a137e01c3407eef390ebe426457cf8828d | dac561ea797a4a3f29207690a42d568c9b168fdc | refs/heads/master | 2022-11-11T15:03:16.136669 | 2020-06-29T10:10:34 | 2020-06-29T10:10:34 | 275,817,919 | 0 | 0 | MIT | 2020-06-29T13:07:05 | 2020-06-29T13:07:04 | null | UTF-8 | Java | false | false | 3,745 | java | /*
* MIT License
*
* Copyright (c) 2020 Artipie
*
* 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, ... | [
"oleg.mozzhechkov@gmail.com"
] | oleg.mozzhechkov@gmail.com |
06f811c3fefa3b5b4283e663a5ead9a60ec99201 | 0d3283a0f57a5ed4751b7ad5cab1771d027448b3 | /app/src/main/java/com/bloodtrackerplus/bloodtracker/AcceptorBloodgroup.java | 41655c33001e1a6580f18ccb9b8a16e87b37969d | [] | no_license | varnika02/Blood-Tracker | d4dc22ff66cc2435a77e4c0aa39dd171c80f511f | cbb11509837a1228e5045dc4ef3e5ddc6db7aa28 | refs/heads/master | 2021-01-19T22:14:48.234724 | 2017-04-19T18:41:44 | 2017-04-19T18:41:44 | 88,778,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package com.bloodtrackerplus.bloodtracker;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class AcceptorBloodgroup extends AppCompatActivity {
ListView listView2;
String[] arrays={"Blood Bank,A.I.I.M.S New Delhi... | [
"saumyajn1994@gmail.com"
] | saumyajn1994@gmail.com |
2669b32b20abb6cc52e6ee9cd232d0f11d8e9fa2 | f61ece41cc79c59f8f56d52cb8a6256978e3041b | /hotelbooking/src/main/java/com/project/hotel/dao/BookingDAOImpl.java | eb0915505293aa7526138ae58a2b5a6dbfca3d1d | [] | no_license | pranayak/spring-hotel-booking | 8afb10ff947c3e7749c8bf4a50987d18c86567aa | 19a62b636fdeaea37b276f1351bc6db40f9a76b1 | refs/heads/master | 2021-06-09T03:46:06.909162 | 2016-11-07T13:27:26 | 2016-11-07T13:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,314 | java |
/**
*
*/
package com.project.hotel.dao;
import java.util.Date;
import java.util.List;
import org.hibernate.Hibernate;
import org.springframework.orm.hibernate4.support.HibernateDaoSupport;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import co... | [
"pnayak@A4AIGMD19462.mindtree_odc01.com"
] | pnayak@A4AIGMD19462.mindtree_odc01.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.