blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98605a4f1b98f9e9038a64cf05045e07a245e7be | 54e8b235492766869beff975a3699922ad7437f0 | /src/com/leo/sword/problem/problem31/BinarySortTree.java | f0b962ebffe789d3d31d47260a75550b69a34f73 | [] | no_license | liloqian/Algorithms-and-Data-Structures | a38c736ec8b1c473f70e610860577e14bebc1e6c | 5886fdeb6c6ab728d050238d0d8d4d32e47afd43 | refs/heads/master | 2018-11-12T06:28:46.486498 | 2018-05-29T14:03:07 | 2018-05-31T14:32:34 | 112,622,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,355 | java | package com.leo.sword.problem.problem31;
/**
* @Author: qian
* @Description: 输入一颗二叉搜索树,将二叉搜索树转换为一个排序的双向链表
* @Date: Created in 22:06 2018/3/21
**/
public class BinarySortTree {
//递归实现
public TreeNode Convert(TreeNode pRootOfTree) {
if (pRootOfTree == null) {
return null;
}
... | [
"1768031241@qq.com"
] | 1768031241@qq.com |
7e50c2edf880e4bc638650069a0927781096f15f | 101c45474750b58b7de09c094d90e2b0d1fd6ce2 | /src/main/java/com/wj/lottery/aop/logging/LoggingAspect.java | 284034ac90d5185ae675ba71976b850664b6436a | [] | no_license | wj245135/test | ef8aa79a5c3debee88f76fc06bd59a7aff45fe55 | 5a4661e8ecb9b5debf30ea443f1832abd1e335ba | refs/heads/master | 2020-03-18T05:40:41.368956 | 2018-05-22T04:06:13 | 2018-05-22T04:06:13 | 134,355,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,806 | java | package com.wj.lottery.aop.logging;
import io.github.jhipster.config.JHipsterConstants;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.asp... | [
"11111111"
] | 11111111 |
1966dccd00c418d69e7bf8eb83f555e654d9ddaf | 28570940f9dee73dee7a086fcd8b32f2a861b794 | /imchatlibrary/src/main/java/com/yst/im/imchatlibrary/utils/EmojiFilter.java | 6a557d53e694a40e0075a0c9cf508ff54971f063 | [] | no_license | luxc1992/OptimalWorking | b0b0ec1eab68b02de826a6efe5b21769ed1a532b | 434a23c09a30b909f4e85e729b6de92f78306cd6 | refs/heads/master | 2020-05-18T04:58:12.369288 | 2019-04-30T06:55:08 | 2019-04-30T06:55:08 | 184,185,029 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,904 | java | package com.yst.im.imchatlibrary.utils;
import android.text.InputFilter;
import android.text.Spanned;
import java.util.HashSet;
import java.util.Set;
/**
* 过滤emoji表情
*
* @author lierpeng
* @date 2018/03/28
* @version 1.0.0
*/
public class EmojiFilter implements InputFilter {
private static Set<String> fil... | [
"15942932581@163.com"
] | 15942932581@163.com |
d902913f6b1503f38986e0de7f9e42bff3276d6c | 70e0eb8fc30e249d1654587299def1742840ddb2 | /cloud/src/main/java/com/houyongju/cloud/service/impl/JobServiceImpl.java | c1be80de506edce6ab885fd5ffdcb6954b02c7b1 | [] | no_license | WindCloud66/OASystem | 43ce709946ad08f58ce92263a486a305d212c404 | de111cb0314576262e3c47ac01f6f5f72223eee6 | refs/heads/master | 2023-08-25T11:58:46.284606 | 2021-10-11T13:24:12 | 2021-10-11T13:24:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,768 | java | package com.houyongju.cloud.service.impl;
import com.houyongju.cloud.bean.Job;
import com.houyongju.cloud.bean.Job;
import com.houyongju.cloud.bean.Page;
import com.houyongju.cloud.dao.JobMapper;
import com.houyongju.cloud.dao.JobMapper;
import com.houyongju.cloud.service.JobService;
import org.springframework.beans.f... | [
"1092630073@qq.com"
] | 1092630073@qq.com |
85aea7968c1a27a9b676ed709f69d7a8f896ed0c | f1bca26c5ae63e6210d403c0f4d2b02d12f8a33a | /src/com/baidu/push/motu/Tag_3_None_en.java | 9394464b971857e6eefcfa101d68a673b3b3d3e5 | [] | no_license | wuxianjin/Push | 3e2ed8bc98d848b791b3e3e0b16a32320d008590 | 6f6b2157e8d36247d3c73b164e28cbf5d76148b1 | refs/heads/master | 2020-05-18T11:42:19.814811 | 2015-08-18T08:02:45 | 2015-08-18T08:02:45 | 38,697,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.baidu.push.motu;
import java.io.File;
import java.io.IOException;
import com.android.uiautomator.core.UiObject;
import com.android.uiautomator.core.UiObjectNotFoundException;
import com.android.uiautomator.core.UiSelector;
import com.android.uiautomator.testrunner.UiAutomatorTestCase;
public cl... | [
"wuxianjin@163.com"
] | wuxianjin@163.com |
0ce895fa40dd2c6d11c158c6f62f2297cbe46098 | 9a722bc9197bf65854bdc8e761c151e6b4cf80e0 | /gatling-http-client/src/test/java/io/gatling/http/client/proxy/HttpsProxyTest.java | ff21c4ce1a47711281d853c7e5dae00f976d616e | [
"Apache-2.0",
"GPL-2.0-only",
"BSD-2-Clause",
"EPL-1.0",
"BSD-3-Clause",
"MIT",
"MPL-2.0"
] | permissive | NeatNerdPrime/gatling | 6c7f6231baee47aa706baecd527be7af12b35483 | a5469735b2b7ca0241e7a3768c886fe874bbed7f | refs/heads/master | 2023-04-18T23:39:12.751305 | 2020-12-06T10:15:52 | 2020-12-06T10:18:20 | 303,316,965 | 0 | 0 | Apache-2.0 | 2020-12-06T12:20:51 | 2020-10-12T07:49:38 | Scala | UTF-8 | Java | false | false | 3,193 | java | /*
* Copyright 2011-2020 GatlingCorp (https://gatling.io)
*
* 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 appli... | [
"slandelle@gatling.io"
] | slandelle@gatling.io |
7c3127ac8575b4b5bbd43ce6ed31941b2078dd61 | 6ec5bd63abc79c68ef25fbe56da16e51485ddf7f | /app/src/main/java/com/kemble/explodingsoda/MainActivity.java | e2975f45049f6e3e8a1af8816eebca9b655f2007 | [] | no_license | pkemble/exploding_soda | 2b8175e9a62771a93e03db165831c7597075502d | 19de33c61361673f6d8efce3e1668a8ee97b2c74 | refs/heads/master | 2021-01-10T06:16:04.638399 | 2016-03-03T20:18:37 | 2016-03-03T20:18:37 | 51,666,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,022 | java | package com.kemble.explodingsoda;
import android.app.Fragment;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import ... | [
"pkemble@gmail.com"
] | pkemble@gmail.com |
663f7a4244d9002a6b76e80b722a0051aef8930d | 943e9e3f123195e225b695cc1e5238056f4c30b4 | /src/main/java/Gensokyo/cards/Evolve/TarnishedGold.java | 03095f36b46b16332c481cfa070aaacd43c6b91f | [] | no_license | Rita-Bernstein/Gensokyo | 0ee0556a29a2326864111c5968f7b3817b3dc41e | b0a279149f081bde2d79c30e12b02c10e45a9460 | refs/heads/master | 2023-02-21T14:17:39.817381 | 2021-01-28T22:55:57 | 2021-01-28T22:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package Gensokyo.cards.Evolve;
import Gensokyo.CardMods.EvolveMod;
import Gensokyo.GensokyoMod;
import basemod.helpers.CardModifierManager;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import com.megacrit.cardcrawl.monsters.AbstractMonster;
import com... | [
"30379754+Darkglade@users.noreply.github.com"
] | 30379754+Darkglade@users.noreply.github.com |
6ee3669be61bb32784b3593f2761e81b590736e0 | da46101d9d9dac2da97ccb6200a487af813dbcf7 | /labs/02-homework/stubs/pricenotificationservice/src/main/java/com/bol/pricenotificationservice/external/api/customerservice/CustomerAPI.java | dbba80d6895e75e4e9248ec571d0df9b78f47013 | [] | no_license | MelvinV/student-dojo | 6991f73cada628db7774c15eae2ae8b2af6fcc57 | 31554d50c6f47a0959bef12d6c0abf7b4f69c1b3 | refs/heads/master | 2021-01-18T21:12:53.980775 | 2017-04-09T21:01:44 | 2017-04-09T21:01:44 | 87,013,179 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package com.bol.pricenotificationservice.external.api.customerservice;
import com.bol.pricenotificationservice.external.api.utils.HttpRequestXML;
/**
* Created by melvin on 6-4-2017.
*/
public class CustomerAPI {
private static HttpRequestXML<Customer> httpRequestHandler = new HttpRequestXML<>(Custome... | [
"melvin.devalk@student.hu.nl"
] | melvin.devalk@student.hu.nl |
fe4c0a814f6029a37bf837d01537bdfcf5531a59 | 43403cabfec77b2c0d86d99d660599f9d9ca082e | /findtojapan/res/custom_plugins/jp.makoto.keyboard/src/android/makoto/tejima/KeyboardPlugin.java | 2bb8404a3a33d4ce1dbd780904cb8a07be5d2268 | [
"MIT"
] | permissive | blackdragon610/findtojapan_dev | bd176cc02d80ba7e2833bea5c337518c2e239bca | 34c9d07864eaabc2073c886342f048636fa7f5a8 | refs/heads/master | 2023-01-13T13:31:03.127327 | 2020-11-21T11:46:46 | 2020-11-21T11:46:46 | 314,798,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package makoto.tejima;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONException;
/**
* This class echoes a string called from JavaScript.
*/
public class KeyboardPlugin extends CordovaPlugin {
@Override
public boolean execut... | [
"xiaoen.706@gmail.com"
] | xiaoen.706@gmail.com |
f37dbf6ce83a247a058a35da1d8be33bb8bcd1e9 | 3ff7b2a9ab077e07884513ab5d9aaf5ddccf7310 | /DengLuDemo/app/src/main/java/com/example/yang/dengludemo/fragment/RepairFragment.java | f6fd14ea031d87ebfd571646ab43fdff1cd47c64 | [] | no_license | Sup-yang/MyApplication | d532cea3989e0d87c98c350d2612a5d34531706f | 94564cca4881b22be718fdcd886d57aea9571926 | refs/heads/master | 2021-06-22T18:22:02.039666 | 2017-08-14T01:52:01 | 2017-08-14T01:52:01 | 100,346,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | java | package com.example.yang.dengludemo.fragment;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.GridLayoutManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vi... | [
"670016275@qq.com"
] | 670016275@qq.com |
56c30d278565b3cc25a0ade563a00ca595af0ce4 | eecce0741782b0d2514fd0595ee7395aa1434af0 | /PushupsAtDawn/app/src/androidTest/java/memorytrainer/jwise200/com/pushupsatdawn/ApplicationTest.java | 6e5f0ac506de99a5bff8aefdf39a314309dbeb90 | [] | no_license | wise200/Apps | 24509a5f4d145154b76edba6069af72d245069a5 | b4ade3a6789d7bb3d8fc387fe81e5ee611a7f02d | refs/heads/master | 2020-03-29T08:03:07.601470 | 2018-11-09T21:55:16 | 2018-11-09T21:55:16 | 149,691,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package memorytrainer.jwise200.com.pushupsatdawn;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public Applicatio... | [
"jrwise200@gmail.com"
] | jrwise200@gmail.com |
f177f44e94eb4b6448f9702672a6ea09f8ea1aaf | cc340e70d612aa41e01201a44f0d4b382f0cc4af | /src/main/java/pad/ijvm/Short.java | d9115ca41ff3cb2777f1da05a47808325167d010 | [] | no_license | sabenoist/IJVM-Emulator | 16ec24c63531ca13549dd224966bec64793664c9 | 109dc3122d9324c55333affde13d7f784cc728fc | refs/heads/master | 2023-05-12T07:34:13.983510 | 2021-06-01T01:08:58 | 2021-06-01T01:08:58 | 50,048,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package pad.ijvm;
public class Short {
private byte[] bytes;
public Short(byte[] input) {
bytes = input;
}
public int toInteger() {
return ((bytes[0] & 0xFF) << 8) | (bytes[1] & 0xFF);
}
public int getByte(int pos) {
return bytes[pos];
}
public String toString() {
... | [
"sabenoist5@gmail.com"
] | sabenoist5@gmail.com |
272730d47a45220ea79e2fca58143762ed52d204 | 5d22064497af6d81623b8fd42e2125e9cfa4cf24 | /app/src/main/java/com/example/boon_android_app/SearchActivity.java | 0a7a0264392c99e40809a3ac7a61b330cd040974 | [] | no_license | Anuragsingh691/BoonAndroidApp | 95657b156e7d583fe4236806dad098cbe79da986 | 326264b91677c2986b282c97b689c236eea2189b | refs/heads/master | 2023-01-24T08:23:08.111898 | 2020-12-02T03:49:41 | 2020-12-02T03:49:41 | 294,193,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,601 | java | package com.example.boon_android_app;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.... | [
"anuragshishodia691.gzb@gmail.com"
] | anuragshishodia691.gzb@gmail.com |
a3e708d9e3107ede7f0f96a70b890b21c5f2fe43 | b6c5d2bdbe6740111c2375a3d38a78875eaa49dc | /Ch07_ReusingClasses/src/ex10/Component1.java | 9883f5271be6d147a9145cb23657971a35375765 | [] | no_license | rediska8118/ThinkingInJava | 7b6ac2fb4153bf858776f60de8a8d3a7f8f8cdb8 | b9b854ce1daf7e0fdc4f0ea84eeac37f9a695993 | refs/heads/master | 2021-01-19T03:14:35.321440 | 2016-06-09T10:05:40 | 2016-06-09T10:05:40 | 48,924,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package ex10;
public class Component1 {
public Component1(int i) {
System.out.println("Component1 non-def constructor");
}
}
| [
"jero8118@gmail.com"
] | jero8118@gmail.com |
5b382a7f382b8fbbca59e0a59b049f66845352c4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_2a86b82f842c1aae4697cd4b524b6d4fa540eb94/AffineKernelTest/3_2a86b82f842c1aae4697cd4b524b6d4fa540eb94_AffineKernelTest_s.java | af2731461830af4a2ca39b9a4f5dd4234e8c4b48 | [] | 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 | 5,086 | java | package math.nyx.codecs;
import static org.junit.Assert.assertEquals;
import math.nyx.affine.AffineKernel;
import math.nyx.affine.AffineTransform;
import math.nyx.framework.SignalBlock;
import math.nyx.framework.square.SquareDecimationStrategy;
import math.nyx.utils.TestUtils;
import org.apache.commons.math... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9be5d28dc17e354e0fe37e821f656a4735eac792 | b8d61803676be1e6e81e5391492aa43fc84d89bc | /src/main/java/org/springframework/cloud/cluster/test/SimpleCandidate.java | 862a6ffa43b26104c7cca3a49c32921f0a3da970 | [] | no_license | kuguobing/spring-cloud-cluster | 9a55915b18e25f8f81343057f41e9151f948a130 | 5080d40d87ac7b7adba2a563547d01927f2fd4db | refs/heads/master | 2021-01-21T17:03:24.470801 | 2014-11-17T10:29:14 | 2014-11-17T10:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,926 | java | /*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | [
"pperalta@pivotal.io"
] | pperalta@pivotal.io |
de8f787c48ae03fb8fc86512b7939cd6a4daa988 | 56319e53f4155b0f0ae4ab249b1d3249fc8ddd98 | /apache-tomcat-8.0.39/converted/org/apache/tomcat/util/descriptor/web/MainForTestWebXmlOrdering_testOrderWebFragmentsRelative7.java | 0931989abd54ac2c88e40a1b60828cf53332777b | [] | no_license | SnowOnion/J2mConvertedTestcases | 2f904e2f2754f859f6125f248d3672eb1a70abd1 | e74b0e4c08f12e5effeeb8581670156ace42640a | refs/heads/master | 2021-01-11T19:01:42.207334 | 2017-01-19T12:22:22 | 2017-01-19T12:22:22 | 79,295,183 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package org.apache.tomcat.util.descriptor.web;
import org.apache.tomcat.util.descriptor.web.TestWebXmlOrdering;
public class MainForTestWebXmlOrdering_testOrderWebFragmentsRelative7 {
public static void main(String[] args) {
try {
TestWebXmlOrdering objTestWebXmlOrdering = new TestWebXmlOrderi... | [
"snowonionlee@gmail.com"
] | snowonionlee@gmail.com |
77f814584bd7a53f98c44d8c4fea7008790c0d82 | 484bd1ecbe79dccea322ba5c4676125399f5298b | /spex-beans/src/org/spex/beans/factory/support/DefaultListableBeanFactory.java | b406ab6ff9197c513db9785bf79176f8652a8c4b | [] | no_license | Smile-Liu/spex | 2412f4c88399b601ea812eb4d9239a8399d572c6 | 6dcab81b80da246a127c5148a8192c904ebe1192 | refs/heads/master | 2020-07-03T03:41:01.739924 | 2019-08-11T14:30:43 | 2019-08-11T14:30:43 | 201,772,413 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 40,632 | java | package org.spex.beans.factory.support;
import java.beans.PropertyDescriptor;
import java.io.Serializable;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.ParameterizedType;
import jav... | [
"ye_wu_xi@sina.cn"
] | ye_wu_xi@sina.cn |
a720e1f70d745e46cb6322805263d5308b3eae79 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonDatabind-103/com.fasterxml.jackson.databind.introspect.BasicBeanDescription/BBC-F0-opt-10/tests/10/com/fasterxml/jackson/databind/introspect/BasicBeanDescription_ESTest_scaffolding.java | 40897e45b161c1f710f3c7f8ec38ca6043e21d5b | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 72,264 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 13 15:33:58 GMT 2021
*/
package com.fasterxml.jackson.databind.introspect;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
im... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
ca43755e34a52f9b9f6a65d6a9e3e4a970802139 | 763b969678370050c9b26603bf6cd1617570056f | /DS_2.java | 1bb74995bb55aa7635a9e14a074afb85bf1e8eea | [] | no_license | zoeyxiaoli/Design_GasPumpSystem | b64bed25f6309d3362ca3eaff6ffb55cd8b20c1e | 3f467525072a13f14740deeac97b6e5567d08f76 | refs/heads/master | 2020-03-18T10:33:25.139466 | 2018-05-23T20:36:58 | 2018-05-23T20:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,397 | java | //Data for the gas pump 2
public class DS_2 extends DS{
private int aa;
private int bb;
private int cc;
private int aa_temp;
private int bb_temp;
private int cc_temp;
private int cash;
private int cash_temp;
private float price;
private int num;
private float total;
public void setaa(int a){
this.aa... | [
"xli232@hawk.iit.edu"
] | xli232@hawk.iit.edu |
edb9d86af647d39fdfdc8694a3221bd9f9dde967 | 37db8f6b2e7907b71f748808ea9ff8e8d033d564 | /JavaSource/org/unitime/timetable/gwt/shared/MenuInterface.java | dee95672458fab899c376d7850d78b9572e61b2e | [
"Apache-2.0",
"EPL-2.0",
"CDDL-1.0",
"MIT",
"CC-BY-3.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-freemarker",
"LGPL-2.1-only",
"EPL-1.0",
"BSD-3-Clause",
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-generic-cla",
... | permissive | UniTime/unitime | 48eaa44ae85db344d015577d21dcc1a41cecd862 | bc69f2e18f82bdb6c995c4e6490cb650fa4fa98e | refs/heads/master | 2023-08-18T00:52:29.614387 | 2023-08-16T16:08:17 | 2023-08-16T16:08:17 | 29,594,752 | 253 | 185 | Apache-2.0 | 2023-05-17T14:16:13 | 2015-01-21T14:58:53 | Java | UTF-8 | Java | false | false | 9,327 | java | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... | [
"muller@unitime.org"
] | muller@unitime.org |
527cadcbf4ab0bf6ff42c616b4b90753bb2da017 | f64c6f03810211fab709bc5d9771de1f4ff6e4da | /app/src/main/java/com/example/kb/lab5_2/ui/AddNewActivity.java | a07302896ddc631604f3a928dae856977cd34c1c | [] | no_license | Splenish/ToDoListAndroid | ca8c3bfd7b1d76388d6f20c30153e35d9f9cb9a3 | a230be3682a2b73133aafbd6cce7e5b64508b030 | refs/heads/master | 2020-04-26T03:30:23.935707 | 2019-03-01T08:58:06 | 2019-03-01T08:58:06 | 173,268,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,947 | java | package com.example.kb.lab5_2.ui;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.DatePicker;
import android.widget.EditText;
import com.example.kb.lab5_2.R;... | [
"35207606+Splenish@users.noreply.github.com"
] | 35207606+Splenish@users.noreply.github.com |
e1360b8ca112950ae4d2eeef04c27d972b318aba | 2ae25775d0056a550c40f54fe1f8120a39694a26 | /src/main/java/org/orlounge/bean/InstrumentPrefListBean.java | 32a48889367f935039b71295f19180c3d4c3faa1 | [] | no_license | PoojaShimpi/orlounge | b5c79cd87a13ea255556ca6a5d23e54317671ee6 | 2d1ca847426e736b0ca93d367c750519b8620349 | refs/heads/master | 2023-03-17T20:28:18.260983 | 2021-03-06T06:03:24 | 2021-03-06T06:03:24 | 337,763,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,877 | java | package org.orlounge.bean;
import javax.persistence.*;
/**
* Created by Satyam Soni on 1/1/2016.
*/
@Entity
@Table(name = "instrument_pref_list")
public class InstrumentPrefListBean {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer id;
@Column(name = "pref_id")
private Int... | [
"shimpipooja11@gmail.com"
] | shimpipooja11@gmail.com |
853037e948a7d4480ca96eeeb44a81181ead4178 | b35e42618890b01f01f5408c05741dc895db50a2 | /opentsp-dongfeng-modules/opentsp-dongfeng-system/dongfeng-system-core/src/main/java/com/navinfo/opentsp/dongfeng/system/service/IRoleService.java | d9bac90429dfaca02e4f850c0a6c9d54ca19ce91 | [] | no_license | shanghaif/dongfeng-huanyou-platform | 28eb5572a1f15452427456ceb3c7f3b3cf72dc84 | 67bcc02baab4ec883648b167717f356df9dded8d | refs/heads/master | 2023-05-13T01:51:37.463721 | 2018-03-07T14:24:03 | 2018-03-07T14:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.navinfo.opentsp.dongfeng.system.service;
import com.navinfo.opentsp.dongfeng.common.result.CommonResult;
import com.navinfo.opentsp.dongfeng.common.result.HttpCommandResultWithData;
import com.navinfo.opentsp.dongfeng.system.commands.role.*;
/**
* Created by yaocy on 2017/03/13.
* 角色Service接口
*/
@Suppr... | [
"zhangtiantong@aerozhonghuan.com"
] | zhangtiantong@aerozhonghuan.com |
b0315060b2d6052f02fb14fdd2c258378aa9fbfe | 5c7c4022201dec4dfb534955568f06af1a1d8729 | /src/com/techjar/ledcm/gui/GUITextField.java | e4e15e7ed6d95e2b4b76c7694c3adf40bb808552 | [
"MIT"
] | permissive | M3gaFr3ak/LEDCubeManager | d31f9d44163a1e4f783095936d44a1c7b393d2ab | 19d5b9387bfd8b4dd23efc89d1c1ad5232c945dd | refs/heads/master | 2021-01-22T06:28:45.151876 | 2015-11-10T16:52:19 | 2015-11-10T16:52:19 | 39,269,181 | 0 | 0 | null | 2015-07-17T18:26:20 | 2015-07-17T18:26:19 | null | UTF-8 | Java | false | false | 12,945 | java | package com.techjar.ledcm.gui;
import com.techjar.ledcm.LEDCubeManager;
import com.techjar.ledcm.util.MathHelper;
import org.lwjgl.util.Color;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.util.Dimension;
import org.newdawn.slick.UnicodeFont;
import org.newdawn.slick.geom.Rectangle;
i... | [
"tecknojar@gmail.com"
] | tecknojar@gmail.com |
aa2fe80341315bf451ce500a88560a58deda3224 | 62773640657b6f4530c264213ef72021e30f4670 | /microserviceA/src/main/java/com/happypanda/feignclient/microserviceA/web/HelloMicroserviceA.java | 773039d038430ab937fc21a9b632a2bb98ebcd3c | [] | no_license | FlorinAlexandru/DemoMicroservices | cd6c30dbb87b4a996945c6df137dc1f2b6fb462c | 7ec1f84f25d241309368ef92ec3b9fe302b11495 | refs/heads/master | 2021-04-04T13:45:47.490830 | 2020-03-20T10:28:34 | 2020-03-20T10:28:34 | 248,462,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.happypanda.feignclient.microserviceA.web;
import com.happypanda.feignclient.microserviceA.model.HelloMessage;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.sp... | [
"marinescu.florin.alexandru@gmail.com"
] | marinescu.florin.alexandru@gmail.com |
cddad49f76eb4646b3256b4b6e953d335c9f7b1d | 8a65dd04f516ed1488b6dbd5bb14c73fd3874e02 | /org.eclipse.buckminster.cspecxml/src/org/eclipse/buckminster/cspecxml/IDocumentRoot.java | 5ed65e5d810664b567056f9c1ddff240dc73fd70 | [] | no_license | PalladioSimulator/buckminster | ffb173c7734d24ac7fa542b6c27171d53c80a4a8 | ecd4575c37c76888fc9bf4714fd6438b10621a30 | refs/heads/master | 2021-04-18T22:10:25.856251 | 2018-03-26T12:21:04 | 2018-03-26T12:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,885 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.buckminster.cspecxml;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Document Root</b></... | [
"thallgren@ee007c2a-0a25-0410-9ab9-bf268980928c"
] | thallgren@ee007c2a-0a25-0410-9ab9-bf268980928c |
b40e409d1dd5df16f542ab4e3ffd79341a3631dd | 0a2680f26a9868aec40ed5f315c29d9c167a6df9 | /src/main/java/com/hongqiang/shop/modules/user/web/shop/LogoutController.java | 94bf1f4d919ad393788d671b96a160cb1c178242 | [] | no_license | hongqiang/shop_format | 6c599decd6871efa1ba52ad97c64c5b46abe85ed | 007b16447ff22e6170057ee1fe454cff63a9124d | refs/heads/master | 2020-06-01T03:54:23.770336 | 2014-04-24T12:39:28 | 2014-04-24T12:39:28 | 14,840,544 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package com.hongqiang.shop.modules.user.web.shop;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | [
"jiangyang118@163.com"
] | jiangyang118@163.com |
6284cdd4a6eaa22971e92e4e90d29b16a1efdfc4 | 520dd9a2baa355faac003c2ac84d28fb4a0340c9 | /src/com/cetp/view/FavoriteView.java | 88441d03c31988211a334aa1870b718472305f11 | [] | no_license | gubojun/cetpv2.0.0 | 99c6c1e82ef8aab994e116dd8f7ea946b57e2c99 | bd2e5b38beed70e401342a0abb2e6b5361fbf136 | refs/heads/master | 2021-01-13T01:46:00.353524 | 2015-04-17T15:06:38 | 2015-04-17T15:06:38 | 30,029,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,782 | java | package com.cetp.view;
import com.cetp.R;
import com.cetp.action.SkinSettingManager;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.RelativeLayout;
p... | [
"gubojungubojun@163.com"
] | gubojungubojun@163.com |
e95ec04ee4d6d33329e43c5d5b084d4d3b350835 | d38819cc340feb41fdea2f2f57b6914ba8786ca6 | /ChefsFrontEnd/src/main/java/sample/User.java | c3abbb7913e894476b0eeff219a3a84e3447b074 | [
"MIT"
] | permissive | Kobrestad/ChefsApprentice | c85f01db13ab272a3774057ee316f6ac23b59bb9 | e9e78f096d4d560c56d396f1c0eca9aa708a09dd | refs/heads/master | 2022-06-22T04:59:53.364592 | 2020-10-15T15:13:07 | 2020-10-15T15:13:07 | 180,764,968 | 2 | 1 | MIT | 2022-06-21T01:03:26 | 2019-04-11T10:01:05 | Java | UTF-8 | Java | false | false | 1,252 | java | package sample;
import java.io.Serializable;
/**
* Denne klassen brukes for aa holde styr paa brukerprivilegier.
*/
public class User implements Serializable {
/**
* Brukernavnet til brukeren.
*/
private final String username;
/**
* Hvilken grad av systemprivilegier brukeren har.
*... | [
"kaare@obrestad.net"
] | kaare@obrestad.net |
c38347aa2520aeec24ff230c87a9bdd9b57425f0 | 3b9402ecdd3fa0ed49ca7795511269a83a078177 | /src/test/java/com/atguigu/easyexcel/QRcode/service/qrcode.java | ef4ac6234a96cc7974579966012b0e8ea99b34e5 | [] | no_license | fjy-lwj/easyexcel | 894ff01eb7df763dadc72faee1aef0e10dcc843d | 0c31daf3e6ffde836ba685dc04599acaa584cf5a | refs/heads/master | 2023-08-16T00:45:17.790791 | 2021-10-22T10:11:22 | 2021-10-22T10:11:22 | 341,763,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | package com.atguigu.easyexcel.QRcode.service;
/**
* @author fjy
* @date 2020/12/29 9:53
*/
public class qrcode {
// @Override
// public String qrcode(String orderNo) {
// ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
// HttpServlet... | [
"1159213392@qq.com"
] | 1159213392@qq.com |
4eb8e34a560838a04f2edf9b3ed7546022a09e53 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /plugins/lombok/testData/before/logger/LoggerLog4j2.java | 9f7b79b808c6c73dca3a6505dacbfdf602567abe | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 180 | java | import lombok.extern.log4j.Log4j2;
@Log4j2
class LoggerLog4j2 {
}
@Log4j2
class LoggerLog4j2WithImport {
}
@Log4j2(topic="DifferentName")
class LoggerLog4j2WithDifferentName {
} | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
cd08ff20461403e850eefc6464746a456a89c726 | e8063490a4f62b197d121e532f9b353fb224dc6e | /src/main/java/itacademy/model/Engine.java | 0ebef9135e727a94f776907cf004f01ffe82d41d | [] | no_license | AlexeyYanul/SpringRentCar | 5a4636b42004cd42c63430ddcc1534667aae667e | d1063638eeddf3c6a101752c8bffe9e21f087e63 | refs/heads/master | 2022-12-29T11:11:05.183904 | 2020-02-06T12:50:49 | 2020-02-06T12:50:49 | 218,053,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,398 | java | package itacademy.model;
import javax.persistence.*;
@Entity
public class Engine {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(nullable = false)
private Double volume;
@Column(nullable = false)
private String fuel;
@Column(name = "fuel_economy", ... | [
"alexey.yanul@gmail.com"
] | alexey.yanul@gmail.com |
c3dcca175f2f05103acdaeb7d2dc9e1e58b80e69 | b52ae144b4ff51c6176488808032100faf47bf1d | /app/src/test/java/com/arkinnov/happybirthday/ExampleUnitTest.java | c92ed7967f81410c8a88b8e05adacf0d039fedb6 | [] | no_license | pjithinshaji/HappyBirthday | b5a134dfb0a365399c0ff7766697e5367c3849a4 | 280fa7d7e7c661d146732a1d892bf07927d90134 | refs/heads/master | 2021-09-03T14:11:29.759308 | 2018-01-09T17:47:32 | 2018-01-09T17:47:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.arkinnov.happybirthday;
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 ... | [
"jithinshaji1298@gmail.com"
] | jithinshaji1298@gmail.com |
c68adf26657534158ead2d2a51f1bf674835d273 | cbc61ffb33570a1bc55bb1e754510192b0366de2 | /ole-app/olefs/src/main/java/org/kuali/ole/fp/document/validation/impl/DisbursementVoucherPayeeStateCodeValidation.java | 844a8205be98db38113bf99147df4366f6f581ce | [
"ECL-2.0"
] | permissive | VU-libtech/OLE-INST | 42b3656d145a50deeb22f496f6f430f1d55283cb | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | refs/heads/master | 2021-07-08T11:01:19.692655 | 2015-05-15T14:40:50 | 2015-05-15T14:40:50 | 24,459,494 | 1 | 0 | ECL-2.0 | 2021-04-26T17:01:11 | 2014-09-25T13:40:33 | Java | UTF-8 | Java | false | false | 4,970 | java | /*
* Copyright 2009 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless require... | [
"david.lacy@villanova.edu"
] | david.lacy@villanova.edu |
ae898e9abab2ec034a7edf1db011eb82258fd653 | aa700b45e181e37f07742a860e28fa6c89ebc125 | /Backend/src/main/java/capstone/p2plend/repo/RequestRepository.java | 3a13aa12bc793f98b343ed24ca9a57f238a7cb72 | [] | no_license | avatarprvip/peer-to-peer-lending-system | 62d56e342e374f4e32dbb9443a69b58b6985f816 | 52daacba937178c24f2dad5591003a499223f976 | refs/heads/master | 2020-06-27T02:15:40.645191 | 2019-07-31T08:11:40 | 2019-07-31T08:11:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | package capstone.p2plend.repo;
import capstone.p2plend.entity.Request;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.sp... | [
"adlerkov@gmail.com"
] | adlerkov@gmail.com |
ee88c6ddce125d770866ffa0808ad48044a4c368 | a81e72ee504a382c496e491aedff955b541d3dc4 | /day01-08/src/com/itstar/demo01/ForDemo.java | e2826548f19216fb04760e47ca0e7bd9dc2aee44 | [] | no_license | hengyufxh1/javase | d5f0dc9f1a1663e798a15018cc9f54a02925d105 | 2d5ea79c39bcb23c7c0d4817efa74d81a31c910a | refs/heads/master | 2020-04-18T08:19:18.197699 | 2019-01-24T16:31:05 | 2019-01-24T16:31:05 | 167,392,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.itstar.demo01;
/**
* 99乘法表
* @author dxw
* @version 1.0
*/
public class ForDemo{
public static void main(String [] args){
for(int i = 1; i < 10;i++){
for(int j = 1;j <= i;j++){
// 计算 \t 制表符
System.out.print(j +"*"+ i +"="+ (i*j) +"\t" );
}
//换行
System.out.println();
}
}
}
| [
"hengyufxh1@163.com"
] | hengyufxh1@163.com |
78c4b25f38a1de8e9a43a10d6cc3b50b86780866 | c81340901371a2026dc26aed82bfbd2d0a7e8485 | /src/main/java/com/eu/habbo/threading/runnables/PetEatAction.java | fc390299c03dd1d805868d47af3eda7775650de4 | [
"Apache-2.0"
] | permissive | Re4yz/ArcturusEmulator | f9cbe520809eb36fc370a1d285182e083dfbb4ef | a039967aa27e5340ac2997822142f4eaa9caafe4 | refs/heads/master | 2023-04-19T03:49:05.138800 | 2021-05-05T20:35:20 | 2021-05-05T20:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,295 | java | package com.eu.habbo.threading.runnables;
import com.eu.habbo.Emulator;
import com.eu.habbo.habbohotel.achievements.AchievementManager;
import com.eu.habbo.habbohotel.items.interactions.InteractionPetFood;
import com.eu.habbo.habbohotel.pets.GnomePet;
import com.eu.habbo.habbohotel.pets.Pet;
import com.eu.habbo.habboh... | [
"orracosta@icloud.com"
] | orracosta@icloud.com |
5a9b46b3df445d1198468be1b8abab6926fa15f2 | baea0bc30c0cfabd99edc056213370c9133aaa46 | /company-frontend/Model/src/br/com/tqi/company/domain/package-info.java | 7130fb937a540f5f09e075c49e10b520397be0bf | [] | no_license | alexandrefvb/company-poc | 030bc09f87d028893afa969c5b71c01b84b4da31 | ac4a41ebbb33d9340690974f4f3e81a4752aa81f | refs/heads/master | 2020-05-19T22:32:15.809396 | 2011-08-26T16:51:50 | 2011-08-26T16:51:50 | 2,265,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36 | java | package br.com.tqi.company.domain;
| [
"alexandrefvb@gmail.com"
] | alexandrefvb@gmail.com |
436c611ee4b16a2e6432984627ca85112f24977c | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/AdGroupExtensionSettingServiceInterfacegetResponse.java | 1e7782fca251ec38d1a3a56cf86db119b0b3d93d | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690975 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | Java | UTF-8 | Java | false | false | 2,233 | java | // Copyright 2018 Google LLC
//
// 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 writi... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
1fc0ea791783e6d21153cbfe833a117389047337 | 3526132361e6a57d7991e1844cb8742e67e985bf | /app/src/main/java/org/twinone/locker/ui/AddressUpdate.java | 3df13617c2f7bd0cbab532372a0cdaec894803c7 | [
"Apache-2.0"
] | permissive | miworking/xfactor_demo | df8fa2e0b1865af320da4c855160d1d2d64bc907 | d8b1b6c0f7806f018b268871f8d789c5bcf70758 | refs/heads/master | 2020-05-31T18:50:47.794410 | 2015-09-16T03:00:49 | 2015-09-16T03:00:49 | 41,344,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,044 | java | package org.twinone.locker.ui;
import android.annotation.TargetApi;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.location.Geocoder;
import android.location.Location;
import android.os.Build;
import android.os.Bundl... | [
"julie@Julies-MacBook-Air.local"
] | julie@Julies-MacBook-Air.local |
f4f47d92c27b3f79355733dffa9ec1be6f97d394 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Codec-16/org.apache.commons.codec.binary.Base32/BBC-F0-opt-40/tests/30/org/apache/commons/codec/binary/Base32_ESTest.java | d24000d4a0d78cd5f4060ac574da5b88aa4d3874 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 15,417 | java | /*
* This file was automatically generated by EvoSuite
* Sun Oct 24 02:50:15 GMT 2021
*/
package org.apache.commons.codec.binary;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.codec.binary.Base32;
import org.apache.commons.cod... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
799b9491c678ef8694ebd356c6f23d785911c0f6 | 7caaf0ea93b2e2af944e4e0949c3b8ad5337c94d | /src/main/java/module/Contract.java | 64dc142dca4d1dc39ba7ff26024c084b86f191c8 | [] | no_license | tianwei99/poipdf | 4fda3133fdb345231469f1716f1b5c2d5ccb877f | ce413f7cb603550d329d7c5432d43ede9f7ede0d | refs/heads/master | 2021-06-25T12:30:22.935631 | 2017-08-26T07:45:45 | 2017-08-26T07:45:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package module;
/**
* Created by Administrator on 2017/8/25.
*/
public class Contract {
private String name;
private String phone;
private String idcard;
private String address;
private String money = "17600.00";
private String moneyText = "壹万柒仟陆百元整";
private String month = "6";
... | [
"546016981@qq.com"
] | 546016981@qq.com |
60bd233b1893fe665d4bc8462b965ab55add1a48 | 0c3939076076bef23d31fc2e02da9a5948a14b0e | /src/main/java/com/zenika/zencontact/persistence/objectify/UserDaoObjectify.java | 8ce7920f9a900d895a36119efabd7d63e16fd53b | [] | no_license | MaximeAnsquer/TP_App_Engine | edebfdcbe8ff3a2120aae03c84de9e2e866bc3e4 | 2e7e56cc43b547844ac95860321525a012f48d64 | refs/heads/master | 2020-06-12T20:27:16.941480 | 2016-12-07T15:20:04 | 2016-12-07T15:20:04 | 75,753,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.zenika.zencontact.persistence.objectify;
import com.google.appengine.api.blobstore.BlobKey;
import com.googlecode.objectify.Key;
import com.googlecode.objectify.ObjectifyService;
import com.zenika.zencontact.domain.User;
import com.zenika.zencontact.persistence.UserDao;
import java.util.List;
public clas... | [
"maximeansquer@gmail.com"
] | maximeansquer@gmail.com |
c49c284f393517570ac9b8d29585062761bd85bf | bf390e6589e240c6ccc325355cfd0c21fbe9d884 | /3.JavaMultithreading/src/com/javarush/task/task27/task2710/MailServer.java | 186dbed991825c23d6d946768150714183c15958 | [] | no_license | vladmeh/jrt | 84878788fbb1f10aa55d320d205f886d1df9e417 | 0272ded03ac8eced7bf901bdfcc503a4eb6da12a | refs/heads/master | 2020-04-05T11:20:15.441176 | 2019-05-22T22:24:56 | 2019-05-22T22:24:56 | 81,300,849 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.javarush.task.task27.task2710;
public class MailServer implements Runnable {
private Mail mail;
public MailServer(Mail mail) {
this.mail = mail;
}
@Override
public void run() {
long beforeTime = System.currentTimeMillis();
//сделайте что-то тут - do something h... | [
"vladmeh@gmail.com"
] | vladmeh@gmail.com |
293864ad10074b401ec0d2b4285284b17b33dc93 | 829126367560dc4964f6ec5860a97261916fc8ac | /app/src/main/java/com/example/chillapp/App.java | 1e2927f04dd8f0049dcef3b1cf35e1097fcdaa04 | [
"MIT"
] | permissive | CodeBellum/hakvelonchillapp-mobile | 45b87da2198cb5734f95576a95180372f8f200d6 | d8ab1114a453a1700f2fa7609ec076dc5ce2b296 | refs/heads/master | 2020-04-07T22:37:03.382217 | 2018-11-24T07:01:35 | 2018-11-24T07:01:35 | 158,777,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.example.chillapp;
import android.app.Application;
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
}
}
| [
"meowththatsright6@gmail.com"
] | meowththatsright6@gmail.com |
bc3b2946fa857448d111c1343d467c81d1f0e30b | ac1ba9fc04a04fc54c0372830228e4f2a5a4689c | /src/main/java/day5/classroom/PocoPhone.java | 3871dd272279e110637c63236fbd773b381ff1bb | [] | no_license | Dhanalakshmi1602/selenium-java | 6155b2ead276a92a851d92d0b76f5c500f158fea | ddfb5315f9aae204f41a81a7b6a2ce578ab093b9 | refs/heads/master | 2023-05-27T13:23:51.969943 | 2020-01-15T13:19:41 | 2020-01-15T13:19:41 | 223,636,281 | 0 | 0 | null | 2023-05-09T18:37:37 | 2019-11-23T18:40:21 | HTML | UTF-8 | Java | false | false | 459 | java | package day5.classroom;
public class PocoPhone extends Redmi
{
@Override
public void takeAIPhoto()
{
System.out.println("Taking Special AI photo for poco");
}
public void takePocoPhoto()
{
System.out.println("Taking Special Poco photo for poco");
}
public String getModelName() {
... | [
"dhana.lakshmi1710@gmail.com"
] | dhana.lakshmi1710@gmail.com |
b52dbdb2727d9ee17d121cd12ebd7e9438ee07a0 | 63e23a109d0cff367c4aa13bf9131380dda850a9 | /app/src/main/java/com/example/jordy/geo/inicioFragment.java | ef2bc45bc22dd79844aa879c83edc895a8ef6e04 | [] | no_license | jomora24/GeoCLient | 50791c6b98b392b721ad2762f02b0f65d77cd3e1 | 8324a8daec7bc12cf292c62c834dedbe6e2c3c17 | refs/heads/master | 2020-03-27T22:30:09.037199 | 2018-09-03T17:48:23 | 2018-09-03T17:48:23 | 145,958,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,631 | java | package com.example.jordy.geo;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* A simple {@link Fragment} subclass.
* Activities that contain t... | [
"jomora24@gmail.com"
] | jomora24@gmail.com |
0df862593ad7ae018428e4065896e6034983dafe | 536790f9860e8d809a5faf2c3ae72d8893182b51 | /UDPEchoServer.java | fa5420b0c68f363f6ae0bcf22f12093215309def | [] | no_license | HamzaMasharqa/UDPServer-clientComunication | 3f2f4ed896079bfefc10acf1f85bb7c4a61e0328 | 63b7d1f2ae46538ddd286f2116a08f371cae0ecb | refs/heads/master | 2023-06-26T02:26:18.864546 | 2021-07-05T17:07:30 | 2021-07-05T17:07:30 | 383,212,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package clientserver;
import java.net.*;
import java.io.*;
public class UDPEchoServer {
public static void main(String args[]) {
int port = 8000;
DatagramSocket serverDatagramSocket = null;
try {
serverDatagramSocket = new DatagramSocket(port);
System.out.println(... | [
"ham.ham258951@gmail.com"
] | ham.ham258951@gmail.com |
bffdb0640255265c22cc7ebb30fe010e7d55d37c | ef5bea450f69e1d16dee0cd15e9076da2a427e8f | /app/src/main/java/cn/longmaster/hospital/doctor/core/entity/consult/record/BaseDiagnosisInfo.java | 28438a8a8664de737a62d9c027521e5f589d944e | [] | no_license | chengsoft618/Internet_Hospital_Doctor | c9e37e8ce80bf3c303f799406644f1adf4cb10df | b6486de17b2246113bcee26d0ec3f2586828d5f7 | refs/heads/master | 2021-02-07T20:55:11.939929 | 2020-01-16T09:10:08 | 2020-01-16T09:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,762 | java | package cn.longmaster.hospital.doctor.core.entity.consult.record;
import java.io.Serializable;
import cn.longmaster.doctorlibrary.util.json.JsonField;
/**
* 医嘱基类
* Created by yangyong on 16/8/24.
*/
public class BaseDiagnosisInfo implements Serializable {
@JsonField("appointment_id")
private int appointme... | [
"wangyangguiyang@163.com"
] | wangyangguiyang@163.com |
7536e25ab92c7a15d19cb5e245c7f040e840ec67 | 16809d10f1b835f8da032eca17d7ac20814b4a47 | /MainProject/gen/game/section_16/BuildConfig.java | f7f249fceb3970490276a971aeb41d063e6ae9b7 | [] | no_license | CS307-Section-16/Section-16 | 869169f62c46578762c559946dad482b25806b1e | 8d57df90c7b703ce1fcee527806caa0c0c869862 | refs/heads/master | 2016-09-06T09:00:45.811809 | 2014-05-01T01:36:09 | 2014-05-01T01:36:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | /** Automatically generated file. DO NOT MODIFY */
package game.section_16;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"jshetler@purdue.edu"
] | jshetler@purdue.edu |
967aa22c155650e526194345b3aff6edf1753831 | ee1b40e5f1d7ced4e2303a56b81834e9b45693a5 | /src/main/java/com/athena/test/App.java | 376c678010bb37cad6f581c8b1a9fb78b509d4f4 | [] | no_license | maharsuresh/sonarqube1 | b5dafe80770d50f737f212fc3c4cafad7042284f | f3f77c759cdb2c6d1cbfd13ddc5cdd3515ddcbcb | refs/heads/master | 2020-11-25T00:27:16.924380 | 2020-01-21T15:22:27 | 2020-01-21T15:24:59 | 228,408,010 | 0 | 0 | null | 2020-10-13T18:59:35 | 2019-12-16T14:42:19 | Java | UTF-8 | Java | false | false | 178 | java | package com.athena.test;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"suresh.kumar@athenagt.com"
] | suresh.kumar@athenagt.com |
f72acc8fa0f1b92c7c182782df0c4bd3d99a28e5 | 77d9a4cca1b93b9f68520cc1d9a1c948acc50710 | /peachJob-core/src/main/java/com/ld/peach/job/core/constant/TaskConstant.java | 554164db10b6b3da524635ee1b465e0b57cc911e | [
"Apache-2.0"
] | permissive | superHeroLD/peachJob | 4190aebd9e685f9a086385c31ea185b6aba97f50 | eedbf776208d053bf9911abcf0d4c281cc342ed1 | refs/heads/master | 2023-01-09T23:23:23.718994 | 2020-11-18T11:48:06 | 2020-11-18T11:48:06 | 290,934,985 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.ld.peach.job.core.constant;
/**
* @InterfaceName JobConstant
* @Description 常量
* @Author lidong
* @Date 2020/9/8
* @Version 1.0
*/
public interface TaskConstant {
/**
* 成功
*/
int CODE_SUCCESS = 1;
/**
* 失败
*/
int CODE_FAILED = -1;
/**
* 心跳时长
*/
... | [
"superhero_L@163.com"
] | superhero_L@163.com |
32c3ad724fc8ceb5317cc0e668424c74d25e7e4b | 99b91e3e1a6bb7e9f20a1f2195d606f298db46ea | /JavaTest/src/generics/coffee/Coffee.java | 4e9d736fb8e12137e71b8cfe5a9a0f0f47fe8425 | [] | no_license | xinyuesy/ThinkingInJava | 93be8f48f8090586b95833ff0b141bf784bc5e36 | eff150c9707f143451cf651ae3cd1851f2a0ce0e | refs/heads/master | 2020-05-29T14:39:27.437007 | 2016-08-26T04:17:41 | 2016-08-26T04:17:41 | 59,836,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package generics.coffee;
public class Coffee
{
private static long counter = 0;
private final long id = counter++;
public String toString()
{
return getClass().getSimpleName() + " " + id;
}
}
| [
"xinyuesy@qq.com"
] | xinyuesy@qq.com |
3592a73d34a285a31786a42ace1f6c97ccd7825b | 731b43348e9f1082c5106d08f72cc6064944b941 | /HW5/DiningThread.java | bce5fe2be251849fd14d081d33a7021c08b65383 | [] | no_license | dhhines/OS-concepts | c5bd4a24b3ad560eaad80f8c7d8fafb407df3dbb | 830e517cea13db40550414d66074c02dbfff7586 | refs/heads/master | 2023-04-16T18:58:26.833959 | 2021-04-29T12:00:10 | 2021-04-29T12:00:10 | 348,361,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | public class DiningThread extends Thread{
private Barrier barrier;
private String task; //e.g. "Task A"
private int id;
public DiningThread (Barrier b, String work, int threadid) {
barrier = b;
task = work;
id = threadid;
}
public void run ( ) {
}
public static void main (String [] args)throws ... | [
"dhhines@ncsu.edu"
] | dhhines@ncsu.edu |
8d0b5f8f312e2efd2e777ea9cf466a5c40bda525 | 662f33fb68aafd080a97cb2b78ad7d560daae53e | /spring-test/src/test/java/org/springframework/test/context/junit4/annotation/DefaultConfigClassesBaseTests.java | c0541504739f1a2d74f42d5ff645bbeea214bb7e | [
"Apache-2.0"
] | permissive | 1392517138/springSCode | d416c89b5da4272771bde8aef608e2ceb333937f | b0ecdd958753d493f90db3a4b69c1ed7b2a7b036 | refs/heads/master | 2022-12-19T04:10:53.294600 | 2020-09-24T06:54:45 | 2020-09-24T06:54:45 | 284,914,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,198 | java | /*
* Copyright 2002-2013 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... | [
"1392517138@qq.com"
] | 1392517138@qq.com |
e19b8f7f6353c2c70baa1630cfb0ed654f4216f8 | 671c3d2c9da0451908703b23c7691d8de3528106 | /WP6/robust-stream-data-model-gibbs-sampler/src/main/java/pl/swmind/robust/stream/gibbs/dto/Message.java | 58d318152092252270946978be633ef6b5dbca68 | [
"Apache-2.0"
] | permissive | robust-project/platform | 0ee4d163a57f4cae8ef8b760aa04dcac5e2e6254 | 020d98b4277e897892d5c02fb0a1cce7125e6c76 | refs/heads/master | 2021-01-01T05:50:09.636856 | 2013-12-10T14:01:50 | 2013-12-10T14:01:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,769 | java | package pl.swmind.robust.stream.gibbs.dto;
import pl.swmind.robust.streaming.model.RobustStreamMessage;
import javax.persistence.*;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
@Entity
@Ta... | [
"rajn@softwaremind.pl"
] | rajn@softwaremind.pl |
d32431f9827e98276c8e798757a42a0df357d9c6 | 00eda6f9492ff482223356f65353a8b036f1ee90 | /Agenda/src/com/ambimetrics/agenda/ModificarPerfilActivity.java | e9bcf2934978b5a1fa167ca1cd98f1108398a99e | [] | no_license | Kahosk/penta-amb | 0430bf2292165c8a6830e333644959ecb803d2b4 | f1a250284f93f13bbced7c9197626c03b10d8afb | refs/heads/master | 2021-01-10T21:40:21.692554 | 2013-04-09T07:12:35 | 2013-04-09T07:12:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.ambimetrics.agenda;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class ModificarPerfilActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity... | [
"takato1@gmail.com"
] | takato1@gmail.com |
8ab5ab817d6dfc3152949b6ceaecddbc77ad4754 | 018e8d5f9e6482b80c0dfd6f501dd1fe11b9073c | /src/com/safay/api/demo01/Person.java | df712ee9d9d165177d7e622eef880a67005ef0d1 | [] | no_license | wqf-c/javapractice | 5b0bf6ff32fb733004dbc1593afc68c31aa6e640 | b177513e9ebc8f9bb1dda4c1bc078b82a3b3859a | refs/heads/master | 2022-10-13T14:38:31.864306 | 2020-06-02T12:24:22 | 2020-06-02T12:24:22 | 268,793,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package com.safay.api.demo01;
import java.util.Objects;
/**
* Author: wqf
* Date: 2019/10/27
* Time: 11:13
*/
public class Person {
String name;
int age;
Person(String name, int age){
this.name = name;
this.age = age;
}
@Override
public String toString() {
return "Person{" +
"name=... | [
"284660487@qq.com"
] | 284660487@qq.com |
09eac5f8ab377d128a0dd89e93e40e19ce6d0df0 | df24f1a8e6f0404229002987805e398d1444df12 | /Client/src/main/java/models/WatchResponse.java | daa38de3a0eba54344b69aab703c2dc3576f3843 | [] | no_license | reza2002801/BattleShipGame | 442ab4592e0b3b78dcbde079f5e0bd9b0aea24be | 313e0d58af80a61013fc0cf1316e04a8f8470fc0 | refs/heads/master | 2023-08-18T11:05:46.729640 | 2021-09-25T10:03:05 | 2021-09-25T10:03:05 | 409,996,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package models;
public class WatchResponse {
int[][] myMatrix;
int[][] oppMatrix;
int[][] myShips;
int[][] oppShips;
int time;
public int turn;
public String player1;
public String player2;
public boolean isfinished=false;
WatchResponse(int[][] matrix,int[][] oppMatrix,int[][]... | [
"40692752+reza2002801@users.noreply.github.com"
] | 40692752+reza2002801@users.noreply.github.com |
ac3497d9346f9b8b00db16609190282b808594d1 | 109f5fd1a4042672529c7cccad394afe38473bd1 | /src/com/fourkkm/citylife/control/activity/SubjectMapMarkerActivity.java | 236aa6b318f833f8c955462611a74abd0cd9b158 | [] | no_license | ShanZha/CityLife | 3e436d36254d306755a7b4e015a0b5d5ab0cd5f5 | 2f09b68b34b4fc6c9425f8c6206a87de1a248871 | refs/heads/master | 2016-09-09T18:44:10.978495 | 2014-05-05T02:00:46 | 2014-05-05T02:00:46 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,865 | java | package com.fourkkm.citylife.control.activity;
import android.util.Log;
import android.view.View;
import com.andrnes.modoer.ModoerSubject;
import com.fourkkm.citylife.R;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.Go... | [
"xingrjing@sina.com"
] | xingrjing@sina.com |
002d9a13ffa3de5405195707acd7186b2d792be4 | 139d8ec99bc59cf33637e3062cb21fcd0f86648d | /src/main/java/com/github/mars05/crud/intellij/plugin/ui/CrudList.java | 5338ed3cbd54d69de326f497634fb4fc994ca2e7 | [
"Apache-2.0"
] | permissive | mars05/crud-intellij-plugin | b4cef1a030776b9645719c8e9ae1f6e8eb7e7458 | 011dd2aa8328d5fe5ffd6a77dbdf47d7a9b03b29 | refs/heads/master | 2022-10-30T14:26:07.644085 | 2022-09-13T03:20:19 | 2022-09-13T03:20:19 | 184,971,390 | 323 | 87 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package com.github.mars05.crud.intellij.plugin.ui;
import com.intellij.ui.ListSpeedSearch;
import com.intellij.ui.SpeedSearchComparator;
import com.intellij.ui.components.JBList;
import javax.swing.*;
import java.awt.*;
import java.util.List;
/**
* @author xiaoyu
*/
public class CrudList extends JBList<ListElement... | [
"xiaoyucoder@163.com"
] | xiaoyucoder@163.com |
ea32c91871c020880daa97377e19cc9cfb88082e | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/davemorrissey/labs/subscaleview/c/a.java | 82d3c7da83803f6e82db525e051b672ba89f0549 | [] | no_license | jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532494 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package com.davemorrissey.labs.subscaleview.c;
import android.content.Context;
import android.net.Uri;
import com.davemorrissey.labs.subscaleview.a.d;
import com.davemorrissey.labs.subscaleview.view.SubsamplingScaleImageView;
public abstract interface a
{
public abstract b a(SubsamplingScaleImageView paramSubsampli... | [
"526687570@qq.com"
] | 526687570@qq.com |
b6d7bd8a9211907a6681b0a954d1d3cffaeceb81 | a6296ad3ab1aadc4405065edd4b4543751d13289 | /src/main/java/de/javastream/netbeans/ansible/nodes/ProjectFilesNodeFactory.java | 9709822d02370035ad7ad883e861c09a67b3a906 | [
"Apache-2.0"
] | permissive | 6PATyCb/netbeans-ansible | ade5ee853b94e06b63d4ca3144cb43245aa0079d | 62c611080f1abb3f0e297c3f1740a66d2e2dbc7b | refs/heads/master | 2021-07-14T07:19:08.643694 | 2020-10-08T13:11:17 | 2020-10-08T13:11:17 | 206,423,402 | 0 | 0 | Apache-2.0 | 2019-09-04T22:06:09 | 2019-09-04T22:06:09 | null | UTF-8 | Java | false | false | 6,471 | java | package de.javastream.netbeans.ansible.nodes;
import de.javastream.netbeans.ansible.AnsibleProject;
import static de.javastream.netbeans.ansible.nodes.SourcePackagesNodeFactory.SOURCE_PACKAGES_ICON;
import java.awt.Image;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import javax.swi... | [
""
] | |
7f5ffad937bbc7a83b001f5c565ecd98eaa4481d | a86f16aaa10d4aaf87249b32ee4513d353e8adfe | /goal-explorer/src/android/goal/explorer/analysis/value/factory/ReturnFlowFunctionFactory.java | 96448ac8c8ab7d8835c6f6a898c616dc66c29bba | [
"MIT"
] | permissive | BWLuo/GoalExplorer | d0457b7b2e41347aa60c5fd3ebde12161eb9fa6d | 96f4382b1951c8aae3a1ee94f2b5f74221c470a8 | refs/heads/master | 2022-11-06T10:12:39.244879 | 2020-05-12T15:40:26 | 2020-05-12T15:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,651 | java | /*
* Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin
* Systems and Internet Infrastructure Security Laboratory
*
* Author: Damien Octeau
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... | [
"laiduling@gmail.com"
] | laiduling@gmail.com |
8cc060be840aca2d0d611a7d5b01c2c9585bc195 | 827185727f28e1a732700b5bfa2925f68e664aa8 | /app/src/main/java/com/cd/dnf/credit/ui/borrow/fragment/BorrowStepFourFragment.java | 3d4f993a682e30bebb3c1dfaf097ea85766fb0d3 | [] | no_license | andylihang/DanaBerkat | aca12e7b31bc5b9b4dd27e1900e935ff1a531ff4 | 8a5fab7fe30cc4377678fddc94a729f2ee915ba9 | refs/heads/master | 2020-03-19T02:49:36.053480 | 2018-05-18T03:45:26 | 2018-05-18T03:49:02 | 135,664,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,559 | java | package com.cd.dnf.credit.ui.borrow.fragment;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.os.Parcelable;
import android.text.Editable;
import android.text.TextUtils;
import android.te... | [
"dnf.hli@pinjamplus.com"
] | dnf.hli@pinjamplus.com |
2d4d4bde931c6b61254b8130f6d535b9f0759f45 | 2a457d1d5bad4e9b894bf84b4892426946c4597b | /Submissions-3/src/tests/Testsubmitdesigns.java | 93d1a05ea90f1b8fa337adb7539920bdb606581f | [] | no_license | vcramach/Zephyr | d0f157b490fdc092d9e242dc4976e0446b3ee809 | 216945cb19ba78b2900955f1d4297779ddfb0758 | refs/heads/master | 2022-01-28T19:49:47.983479 | 2014-11-23T04:10:16 | 2014-11-23T04:10:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | import junit.framework.TestCase;
public class submitdesignsTest extends TestCase {
submitdesigns sd = new submitdesigns();
public void testsubmitdesign(){
try{
sd.submit("filename.txt");
assertTrue(true);
}catch(Exception e){
assertFalse(true);
}
}
public void testsubmitdesignwrong(){
try{
... | [
"pratyushpatel.1995@gmail.com"
] | pratyushpatel.1995@gmail.com |
5c986c03003dd56d749fa3c5e03a0d1e81967ea0 | ae1513dfbf9a6d94b8aaa8db701b19b9defd3f1b | /Auction_Narubina/Auction_Narubina-ejb/src/java/entity/Rating.java | 1371d6c0c9c96dc6327c625af1c5c01f28468544 | [] | no_license | Tanjusja/KURSACH | e51c4a1d14bc46be3a240edcfc09f2485c894d2a | 9326f5bdab3bd14cd98d33c4b8a05fd27920ea2d | refs/heads/master | 2021-01-23T14:05:29.824363 | 2013-11-25T22:45:37 | 2013-11-25T22:45:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,685 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package entity;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;... | [
"tanyxxxl91@mail.ru"
] | tanyxxxl91@mail.ru |
97c0aa886980e9a5402f75434e23d2f76ae382b5 | 2633fb1280a23e747162d44ae7e8694401b4da54 | /VidyoPortal/src/com/vidyo/portal/ucclients/GetUserStatusResponse.java | 0f551011789fb568beff88161fe1ac0aaf33afbb | [] | no_license | rahitkumar/VidyoPortal | 2159cc515acd22471f484867805cd4a4105f209f | 60101525c0e2cb1a50c55cbb94deb7c44685f1ab | refs/heads/master | 2020-06-16T20:16:33.920559 | 2019-07-07T19:47:47 | 2019-07-07T19:47:47 | 195,687,237 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 15,878 | java | /**
* GetUserStatusResponse.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.0 Built on : May 17, 2011 (04:21:18 IST)
*/
package com.vidyo.portal.ucclients;
/**
* GetUserStatusResponse bean class
*/
@SuppressWarnings({ "unchecked", "unused" })
public class GetUserStatusRespon... | [
"rahitkumar@crap.com"
] | rahitkumar@crap.com |
0dc3f56497892cab38c9d3ae630f57b61f524a84 | e8c831669c90f4635e49ea3053cdaebbaa343fcd | /EnsembleLearning/src/ensemblelearning/knn.java | 8d69ef6ab8e189ab93c0eb3c8bea28e36656b048 | [] | no_license | sandeep2/Ensemble-Learning | db3ce16f444e29700741a023440599ffe617afbf | 481fbca3a59308e8a20c8f8cddb39274b08e4382 | refs/heads/master | 2021-01-10T04:00:37.785703 | 2015-10-23T17:48:58 | 2015-10-23T17:48:58 | 43,528,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | import java.io.BufferedReader;
import java.io.FileReader;
import weka.classifiers.lazy.IBk;
import weka.core.Instances;
public class knn {
private final String train_file;
public knn(String train_file){
this.train_file = train_file;
}
public IBk knnclassifier() throws Exception{
BufferedReader traindata... | [
"srinivasan.p@husky.neu.edu"
] | srinivasan.p@husky.neu.edu |
c1e4e46c861e7500ea554d992f1ee0a656d7ab98 | 6039140d132a5a83e639c23ec3d13fc8ebcc48d7 | /com.Itcast/InnerClassPractice/src/InterfaceAsVars/SkillImpl.java | eccd875c18fdb4805f3e650ccb2622cba532ea05 | [] | no_license | zzdpk2/Java_Practice | 2d2f1b0cfea44bccad26a01e1273b7a26bc008cb | 3c32a53b2d97ba13c10867d63318ebc1f22142bd | refs/heads/master | 2020-03-10T12:55:23.350120 | 2020-01-21T06:33:22 | 2020-01-21T06:33:22 | 129,388,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package InterfaceAsVars;
public class SkillImpl implements Skill{
@Override
public void use() {
System.out.println("Biu~biu~biu~");
}
}
| [
"zhu00100@umn.edu"
] | zhu00100@umn.edu |
be92ad08f45e4e4c7ef589d1e12d92ecc0a9a1e2 | e933b208678823da1c596f01479d4a28afeafd0c | /src/com/lukassestic/interviewQuestions/q4/Q4.java | c7550af08e7e16c69b9c3029baace5a5e2801152 | [] | no_license | drlukas6/CTCI-ArraysAndStrings | 34d8d1c7ad48990b59a87b86484d481bae2973cd | 790cc9bc0f12083126face6877bbfc6c14cccf3b | refs/heads/master | 2020-08-29T13:08:28.772947 | 2019-11-11T20:53:58 | 2019-11-11T20:53:58 | 218,040,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,014 | java | package com.lukassestic.interviewQuestions.q4;
/**
* Implement an algorithm to check if it is a permutation of a palindrome
*
* IDEA:
*
* Time complexity: O(n)
*/
public class Q4 {
private static int lastLowercaseValue = Character.getNumericValue('z');
private static int firstLowercaseValue = Character.g... | [
"lukas.sestic@photomath.net"
] | lukas.sestic@photomath.net |
2d3a2e66733f06cc67895ebaf998c65acff6c085 | 72868428a8a92d60a1d68590f49068ba023e263d | /gui/ExitListener.java | fbfdcb1a1c6d2e7909701eaa4d3be5e79e06ac2f | [] | no_license | abstracta/DBMonitor | ed32c13ed005ca25013859c9420b25117e6ee958 | 71b57d374edc43428ab9a203f5aa601953c87bca | refs/heads/master | 2021-01-21T13:48:22.133552 | 2014-08-04T23:42:23 | 2014-08-04T23:42:23 | 22,623,438 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package gui;
import java.awt.event.*;
/**
* A listener that you attach to the top-level Frame or JFrame of your
* application, so quitting the frame exits the application. 1998 Marty Hall,
* http://www.apl.jhu.edu/~hall/java/
*/
public class ExitListener extends WindowAdapter
{
public void windowClosing(Window... | [
"sdeuvarow@gmail.com"
] | sdeuvarow@gmail.com |
c96a4abc36ee5ad23ab688a8e1dbd4f1bea6c7aa | 7008108f72cab0242bd5a2a5027ac45badcdfac8 | /DtoToEntityConversion/src/main/java/com/mapper/DtoToEntityConversionApplication.java | f46da4c82aead66daeac5777bc2e3be243659000 | [] | no_license | davijsouza/youtube | 874c076c49fbf4a435198cab52215421f37897fb | bb1c75ab4e08426d22286a800ef4296dc2216455 | refs/heads/master | 2023-01-23T20:10:33.958354 | 2020-11-25T08:05:41 | 2020-11-25T08:05:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.mapper;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DtoToEntityConversionApplication {
public static void main(String[] args) {
SpringApplication.run(DtoToEntityConversionApplication.class, ... | [
"pratik.dandare@outlook.com"
] | pratik.dandare@outlook.com |
f0ef17f72e40cb1823dbe4f4c853bba5cc2296e3 | f1b918933b6ff23c460c0a94d406202413ca2d20 | /P3_Ingenieria_Software/src/salidaTardia.java | 935bb62efa909adb3579f53eaacf4420f24a6ca4 | [] | no_license | jopelle/Practica3_Ingenieria_Software | 24cd1771d39e620bc256aa15463bc2e31ce888d9 | 60ea4d54953a6ec7a11b7c333f2d0841ccec96bf | refs/heads/master | 2021-08-19T20:32:21.211380 | 2020-05-20T21:44:31 | 2020-05-20T21:44:31 | 184,725,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java |
public class salidaTardia extends extrasDecorator {
public salidaTardia(Alojamiento a) {
this.alojamiento=a;
}
public int coste() {
return this.alojamiento.coste()+100;
}
public String getDescripcion() {
return this.alojamiento.getDescripcion()+", salida tardia";
}
}
| [
"jopelle@CCTL130-02.unirioja.loc"
] | jopelle@CCTL130-02.unirioja.loc |
a1192afd1ae9a7123d0de09efe9106358dbfa454 | 60488a984a38eb7fea59acc09f8a9c43e3b28d3e | /src/product/model/OrderDAO.java | fe38938c8717cc31acedafcc2c54dde5cffd40e7 | [] | no_license | ortemis94/Covengers | 332b4e50eb390381162589e7dfaba30962cf4679 | 1038177704060e72d62989a8b12e419cc5d73f04 | refs/heads/master | 2023-02-13T16:09:40.653938 | 2021-01-14T08:53:37 | 2021-01-14T08:53:37 | 313,332,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,507 | java | package product.model;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.*;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import jav... | [
"luckkog@hanmail.net"
] | luckkog@hanmail.net |
a4d651d1fa303e7d86d992f6d1b0863086589391 | f4d8f789541888f81cadcb0fb34e807926e673bc | /chapter_002/src/main/java/ru/job4j/tracker2/start/interfaces/Input.java | 0a6de95eb3641a73aa117fcf34ec1784d8a82d95 | [
"Apache-2.0"
] | permissive | Massimilian/Vasily-Maslov | 844cc913e78463a06b961c9890d4d8188d85e793 | c741c19831fcb9eabd6d83ba0450e931925f48de | refs/heads/master | 2021-06-14T03:39:15.012034 | 2020-02-28T22:13:23 | 2020-02-28T22:13:23 | 111,004,725 | 0 | 1 | Apache-2.0 | 2020-10-12T17:45:26 | 2017-11-16T18:01:06 | Java | UTF-8 | Java | false | false | 164 | java | package ru.job4j.tracker2.start.interfaces;
public interface Input {
String ask(String question);
int ask(String question, int[] range); // overloading
} | [
"vasalekmas@gmail.com"
] | vasalekmas@gmail.com |
44995adea41d0c7544a76e07903c8118cfa65cce | 4ea1afec746384694ecbd08efad6b94fe198bd33 | /spring-03-ioc2/src/main/java/com/kuang/pojo/User.java | 26b66bc98892d87011afc714e5c8d63b904e3af8 | [] | no_license | lirulei/sprint-study | cbd07e6f969f1e1c1b133afb5181f3097a4b7b99 | af4b2cd69a35a89d6da7317ddc0bd86ec3ba511d | refs/heads/master | 2023-03-14T10:21:10.806701 | 2021-02-23T11:56:20 | 2021-02-23T11:56:20 | 329,032,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.kuang.pojo;
/***
* @author lee
*/
public class User {
private String name;
/***
* 构造器(有参)方式注入
*/
public User(String name) {
this.name = name;
}
public String getName() {
return name;
}
/***
* setter方式注入
*/
public void setName(String n... | [
"lirulei@baixing.com"
] | lirulei@baixing.com |
99f0a84700f179de5b8b7a6827985241493d6715 | 3c63907025075a4eb5554b3cb4a2bbcce6d04cc9 | /itsnat_featshow/src/main/webapp/WEB-INF/src/org/itsnat/feashow/features/core/domutils/PersonExtended.java | 5fadb6107b01ef3ff08feebb8a45af28e48ec9e6 | [] | no_license | jmarranz/itsnat_server | 36da4d7c2c91c7d07c4a6c639b6513f16def639d | 49337e09adda04ad120eecf9eea614ac4e44c8ab | refs/heads/master | 2020-04-10T15:52:49.481387 | 2016-04-13T18:04:28 | 2016-04-13T18:04:28 | 6,872,297 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | /*
* This file is not part of the ItsNat framework.
*
* Original source code use and closed source derivatives are authorized
* to third parties with no restriction or fee.
* The original source code is owned by the author.
*
* This program is distributed AS IS in the hope that it will be useful,
* but ... | [
"jmarranz@innowhere.com"
] | jmarranz@innowhere.com |
969258588cc0bde75d9e90b7eff09979bef53317 | 4ba39581e024360f3aa7684f3d3af101378574d9 | /app/src/main/java/com/example/timesheetforemployees/EmpProfile.java | 9b9cd5f36eae14bd067ba3f5d1665b8c2ab8a82a | [] | no_license | manohar-poduri/Timesheet_for_employees | 0b1b3d6e2185dd3b0bbab1767e38fdc4c3a3e416 | 6676f38dd2bed068e5df2b83d7299f2e501bafc4 | refs/heads/master | 2022-12-20T18:11:20.824561 | 2020-09-09T03:45:33 | 2020-09-09T03:45:33 | 287,578,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,081 | java | package com.example.timesheetforemployees;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.EditText;
import android.widget.TextView;
import com.google.android.material.textfield.TextInputLayout;
import... | [
"poduri.manohar46@gmal.com"
] | poduri.manohar46@gmal.com |
72c55b7a1557ee91f71a88b927f0ff6c5c6a1bdd | c3ba29f19ff7c961dfd5b1b28fad3e64530d4076 | /src/main/java/com/database/in28minutes/entity/Review.java | 973c03e1c41b4fb25dc16ac5e89366ab15852aa4 | [] | no_license | abhaykhati/Hibernate-JPA-IN-100-STEPS | 46c007ac70652c53214ad058793684261895ef7b | 862146954bcf865f84d72f7b80ea6803296a5580 | refs/heads/master | 2022-03-20T03:46:04.231239 | 2019-12-17T07:20:33 | 2019-12-17T07:20:33 | 227,175,599 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package com.database.in28minutes.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "review")
public class Review {
... | [
"Bak-Pc@BAK-Labs"
] | Bak-Pc@BAK-Labs |
23a943b90d6f06c9d5d15aaacdd98e97a9819c61 | 2304063a4e203a63f200aab9e3a7d7db7eb0d2e9 | /app/src/main/java/com/example/nai/app/MyApplication.java | 171fa1c702a9cc31ce5dd800c4aac8916bc52c84 | [] | no_license | marijoip/NaI | f01b26d74bc0bccb6b3c2023898c9a328732cdc3 | b039928aabd4bbd5a14aab9875e0aa5402fedc95 | refs/heads/master | 2020-05-23T19:16:21.144284 | 2019-05-17T03:51:03 | 2019-05-17T03:51:03 | 186,907,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package com.example.nai.app;
import android.app.Application;
import android.text.TextUtils;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
public class MyApplication extends Application {
public static final String TAG = MyApplication.class
... | [
"majoibarra1022@gmail.com"
] | majoibarra1022@gmail.com |
42b9666058e491858379545ed3ae7e5633c543fc | 621cd97b26a7cf929a8fdab78b5db992dab27f9e | /src/main/java/edu/teilar/jcrop/domain/builder/graph/node/NodeBuilder.java | a0ba0cbc46798082871a47d28527a42b26d936ea | [] | no_license | tsiakmaki/jcrop-core | dc9b8ca8eee1513112fa59173108f6ce653163cb | e60f701ec9876836258c8f92ba24bc09c5c280b3 | refs/heads/master | 2022-11-20T08:00:06.829234 | 2019-11-13T08:16:59 | 2019-11-13T08:16:59 | 36,111,782 | 0 | 0 | null | 2022-11-16T08:58:10 | 2015-05-23T07:19:08 | Java | UTF-8 | Java | false | false | 1,119 | java | /*
* (C) Copyright 2010-2013 m.tsiakmaki.
*
* This file is part of jcropeditor.
*
* jcropeditor is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License (LGPL)
* as published by the Free Software Foundation, version 3.
*
* jcropeditor is distribut... | [
"m.tsiakmaki@gmail.com"
] | m.tsiakmaki@gmail.com |
d3579272d1521cdb4d26ef5720f2289449c7e7f1 | 052228ac8c5aef2e94770398268180b2f1326cff | /src/REST/esdk_ec/src/main/java/com/huawei/esdk/ec/north/rest/bean/eserver/multiapponline/GetIMGroupResponse.java | a27c2132cd4eff83cf4a21f82cd4380f494d849f | [
"Apache-2.0"
] | permissive | Hr2013/eSDK_EC_SDK_Java | 091ee3828cd0e0f2959a3cfc6fff9d660d7999ff | 99adf0dc17add9cab47ef8e47e677340b84e746f | refs/heads/master | 2020-06-14T15:13:03.844905 | 2016-09-06T01:35:17 | 2016-09-06T01:35:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,970 | java | package com.huawei.esdk.ec.north.rest.bean.eserver.multiapponline;
import java.util.List;
import com.huawei.esdk.ec.business.professional.rest.multiapponline.callback.AbstractCallbackMsg;
import com.huawei.esdk.ec.domain.model.multiapponline.IMGroupInfo;
import com.huawei.esdk.ec.domain.model.multiapponline.MultiAppO... | [
"13262212358@163.com"
] | 13262212358@163.com |
7f788a58f6a114826a09c9ee79b4ef4fb7293191 | d1b2327a2f8e476637b1fa7c147c26f5113c2366 | /src/la/devcode/capitulo2/Ejemplo4.java | 58b56fe0ac277c17a22ce17d2a4248041443575e | [] | no_license | ivanlopezbreaperez/curso-java-8 | 1183462124ed0335e5a26a8588d17652daadbdab | 153ddbbd06d20611839cca271ae7c513cba27f43 | refs/heads/master | 2021-01-06T15:18:19.020517 | 2018-04-24T22:15:11 | 2018-04-24T22:15:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,454 | java | package la.devcode.capitulo2;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
// Capítulo 2: limitar y combinar streams
public class Ejemplo4 {
public static void main(String[] args) {
Stream<Double> randoms = Stream.generate(Math::random).limit(100);
show("randoms... | [
"enrique7mc@gmail.com"
] | enrique7mc@gmail.com |
ae00d8fdbd1e546d506b3a6046541e28ac20bdd7 | 0b4844d550c8e77cd93940e4a1d8b06d0fbeabf7 | /JavaSource/dream/asset/rpt/maintcost/dao/sqlImpl/AssetRptMaintCostListDAOSqlImpl.java | d5a9befbf13d7e68f32d64fb9ee25f9416ef9fad | [] | no_license | eMainTec-DREAM/DREAM | bbf928b5c50dd416e1d45db3722f6c9e35d8973c | 05e3ea85f9adb6ad6cbe02f4af44d941400a1620 | refs/heads/master | 2020-12-22T20:44:44.387788 | 2020-01-29T06:47:47 | 2020-01-29T06:47:47 | 236,912,749 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 8,421 | java | package dream.asset.rpt.maintcost.dao.sqlImpl;
import java.util.List;
import common.bean.User;
import common.spring.BaseJdbcDaoSupportSql;
import common.util.DateUtil;
import common.util.QuerySqlBuffer;
import dream.asset.rpt.maintcost.dao.AssetRptMaintCostListDAO;
import dream.asset.rpt.maintcost.dto.AssetR... | [
"HN4741@10.31.0.185"
] | HN4741@10.31.0.185 |
c79a29d9be278a8170d061c0145303d29370b567 | f31402c778b0838c679a6a61fb57e09d11f9b074 | /app/src/main/java/com/rfstar/kevin/main/BatteryActivity.java | 895a180997bf78cbf53307cb52399f0e3a56476e | [] | no_license | xinggede/CubicBLEOpen | 23f4a7aa5c2c1f3f9595784d3999f854ea8a3d17 | 9c604b25b10ce7b10a664ae079040ccf3a7be8fb | refs/heads/master | 2020-05-29T20:40:25.612140 | 2019-11-25T11:02:56 | 2019-11-25T11:02:56 | 189,358,200 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,062 | java | package com.rfstar.kevin.main;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.rfstar.kevin.R;
import com.rfstar.kevin.app.App;
import com.rfstar.kevin.params.BLEDevice.RFStarBLEBroad... | [
"445871128@qq.com"
] | 445871128@qq.com |
688d99e402e1a8199058308b16a22b4543d8f3c5 | aa2d419d40713a5ff02b62bbf5cb5c3e7a39e48b | /src/main/java/shapes/Circle.java | 4f37c4c00addf762a696794a4a53c9bb0d9fc11c | [] | no_license | efoxblack/javaClassWork | 90fba59cb8ae244dc35b82db10e5318f73dd169a | eac9425adc7d985ac7fc940f6bd1ba4a9291eb15 | refs/heads/master | 2021-03-13T12:11:32.048094 | 2020-04-27T20:16:42 | 2020-04-27T20:16:42 | 246,680,033 | 0 | 0 | null | 2020-10-13T20:51:26 | 2020-03-11T21:06:33 | Java | UTF-8 | Java | false | false | 192 | java | package shapes;
public class Circle extends Shape {
public Double radius;
//method
public void calculateArea() {
System.out.println(Math.PI * radius * radius);
}
}
| [
"erikmichaelfox@gmail.com"
] | erikmichaelfox@gmail.com |
0d7497c3defda51f088ef9adefa7e095de5dc17b | 101e1cc5c4b4b2b9c384e7f98dc8ba2be1ace444 | /app/src/main/java/com/msy/rrodemo/app/MyApp.java | a82f1956e0d3b334baf7315c5e7ea08f1098d851 | [] | no_license | androidMsy/misy_RRO | e109729cb7fb0f46d1b27e057e216544b5690ddf | bb9b1dd4a3b1a741f6fc43ca4f85ac1c1770c779 | refs/heads/master | 2020-10-01T12:29:26.123565 | 2019-12-12T07:26:13 | 2019-12-12T07:26:13 | 227,538,816 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.msy.rrodemo.app;
import android.app.Application;
import com.msy.rrodemo.di.component.AppComponent;
import com.msy.rrodemo.di.component.DaggerAppComponent;
import com.msy.rrodemo.di.module.AppModule;
import com.msy.rrodemo.di.module.HttpModule;
/**
* Created by Administrator on 2019/9/27/027.
*/
public... | [
"scdjc2019@163.com"
] | scdjc2019@163.com |
69b65550042cba585c0b0d5a0e52490766731f90 | 204ed7097c2eca124ba44a4b8ec32825bc61dcd0 | /nms-biz-client/src/java/com/yuep/nms/biz/client/topo/view/AddDomainOrGroupView.java | 55aa466d21bdc408f5079fdb9b704a937bd0bf29 | [] | no_license | frankggyy/YUEP | 8ee9a7d547f8fa471fda88a42c9e3a31ad3f94d2 | 827115c99b84b9cbfbc501802b18c06c62c1c507 | refs/heads/master | 2016-09-16T13:49:11.258476 | 2011-08-31T13:30:34 | 2011-08-31T13:30:34 | 2,299,133 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 6,475 | java | /*
* $Id: AddDomainOrGroupView.java, 2011-4-19 ÏÂÎç03:50:12 aaron Exp $
*
* Copyright (c) 2010 Wuhan Yangtze Communications Industry Group Co.,Ltd
* All rights reserved.
*
* This software is copyrighted and owned by YCIG or the copyright holder
* specified, unless otherwise noted, and may not be reprod... | [
"wanghu-520@163.com"
] | wanghu-520@163.com |
f8e1f7fbea8003d97408de9f67c29688566e9ee1 | 4e4e6fae8a814c4b47870d3ff4b43741687c737d | /src/main/java/org/algodev/jeux/batailleNavale/CaseNavale.java | 66efa4312e8d1b2d60bf1773d2d02ea26a3c5d89 | [] | no_license | lucienleclercq/algodev | 803f2d7279263ea9023886e87d5f3d3101617085 | bda7d9bdd1fb163f12402d69332a7c57607f3388 | refs/heads/master | 2020-07-27T03:23:48.921409 | 2019-12-13T09:18:48 | 2019-12-13T09:18:48 | 208,850,210 | 1 | 1 | null | 2019-11-20T22:34:06 | 2019-09-16T16:45:49 | Java | UTF-8 | Java | false | false | 443 | java | package org.algodev.jeux.batailleNavale;
import org.algodev.jeux.Case;
public class CaseNavale extends Case {
protected boolean etat;
//Initialise l'état de la case qui correspond a n'a pas été toucher
public CaseNavale (){
super();
etat = true;
}
//change l'état en a été touche... | [
"leclercq.lucien18@gmail.com"
] | leclercq.lucien18@gmail.com |
ea203dd03f303653d17f1570451521babfcf6aac | b7eab1bc2c0ffd9d6689df9d803db375326baf56 | /common/src/com/mediatek/camera/common/mode/photo/heif/HeifWriter.java | 63f4e171dddc3cf278edf00c634ddc0acaca9341 | [
"ISC",
"Apache-2.0"
] | permissive | cc-china/MTK_AS_Camera2 | 8e687aa319db7009faee103496a79bd60ffdadec | 9b3b73174047f0ea8d2f7860813c0a72f37a2d7a | refs/heads/master | 2022-03-09T08:21:11.948397 | 2019-11-14T09:37:30 | 2019-11-14T09:37:30 | 221,654,668 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 23,018 | java | /*
* Copyright 2018 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"com_caoyun@163.com"
] | com_caoyun@163.com |
4b06c0ad0ddd1ec8ad14781e42fb7fa8a517be17 | e3fbca1cbc2f69a00d9b02d315fd39abdadcb1ba | /xmall-admin/src/main/java/com/yzsunlei/xmall/admin/service/impl/PmsBrandServiceImpl.java | 58419847120f661dbf0b8896d8eee36ca2d0b2ce | [
"MIT"
] | permissive | pipipapi/xmall | 27b63e8f06359dd627ee35e1d67f74f1307bd8d0 | 79a9d9ba77e92cc832063114c5a520cf111bff1f | refs/heads/master | 2020-09-23T20:52:23.766180 | 2019-12-03T17:28:56 | 2019-12-03T17:28:56 | 225,584,553 | 0 | 0 | MIT | 2019-12-03T09:47:11 | 2019-12-03T09:47:10 | null | UTF-8 | Java | false | false | 4,179 | java | package com.yzsunlei.xmall.admin.service.impl;
import com.github.pagehelper.PageHelper;
import com.yzsunlei.xmall.admin.dto.PmsBrandParam;
import com.yzsunlei.xmall.db.mapper.PmsBrandMapper;
import com.yzsunlei.xmall.db.mapper.PmsProductMapper;
import com.yzsunlei.xmall.db.model.PmsBrand;
import com.yzsunlei.xmall.db.... | [
"sun4763"
] | sun4763 |
9609f7e16a83abf87b300178360a098a2865f38f | 0e4ba903a2452880937855e7bdde7b96347288da | /app/src/main/java/com/lidaofu/android/presenter/LoginPresenter.java | 860cd107ccf30645b23e5abd1cbce0be6621fe2f | [] | no_license | shenzhaoxiang/AndroidTemplet | 02ffb428b1b844b09c2d673abbfb0a0dec25c9ac | 765c2bc9fbf5c28b6a4b795149b125a127c7ccd7 | refs/heads/master | 2021-01-19T08:28:10.489913 | 2016-08-14T13:14:29 | 2016-08-14T13:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.lidaofu.android.presenter;
import com.lidaofu.android.presenter.base.BasePresenter;
import com.lidaofu.android.presenter.base.BaseView;
/**
* Created by LiDaofu on 16/7/10.
*/
public interface LoginPresenter extends BasePresenter{
interface LoginView extends BaseView{
/**
* 添加vie... | [
"lidaofu_zlx@163.com"
] | lidaofu_zlx@163.com |
a68ec39699a26a5801cb3b13b1d24dc3a0b05579 | 8ee34f10125f246535e9840726f695203a758c11 | /payctr/busi/baofudf/bens/req/BaofudfReqBF0040002.java | 63c5e6a82fb8fbade51009722b0f6dd7f3985894 | [] | no_license | zom110/alipay | b0fc70b0c762f2ed5fbf11a70939e6717c530b85 | f370fe11c70394fb5fb91ff7bdb8bc6bb1034b2b | refs/heads/master | 2020-05-22T11:49:09.271687 | 2019-05-13T02:33:45 | 2019-05-13T02:33:45 | 186,331,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | package com.sdhoo.pdloan.payctr.busi.baofudf.bens.req;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.sdhoo.pdloan.payctr.busi.baofudf.bens.rsp.BaofudfRspBF0040002;
/**
*
* 交易状态查询接口
* @author SDPC_LIU
*
*/
public class BaofudfReqBF0040002 extends B... | [
"842247661@qq.com"
] | 842247661@qq.com |
02b9dbde0bb0d850684d59a074de427bcd4e0c1d | 823fdb3df50c8be782ee0bed774d4dd146cebb89 | /src/graph/GraphFactory.java | 114689676a7c932025e78b72b160d123dfc4a8d7 | [
"MIT"
] | permissive | pawelkopec/Scheduling | 0b2894078f0fd3833e2782bb53f114bc6ee3076a | 321ef1a07f2e3310d13e23da6b27b519e76dc8c8 | refs/heads/master | 2021-01-12T06:32:35.068304 | 2018-09-02T19:05:39 | 2018-09-02T19:05:39 | 77,377,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,124 | java | package graph;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
/**
* Created by Paweł Kopeć on 26.12.16.
*
* Class providing universal interface
* for constructing instances of Graph subclasses.
*/
public class GraphFactory {
private static final String NO_SUCH_CONSTRUCTOR = ... | [
"pawelkopec10@gmail.com"
] | pawelkopec10@gmail.com |
cdf4c579525afd773e93feda2fb2b9c80cbed5bd | b15aa778fd9f945d129c88387cf7927402daeda8 | /src/main/java/com/jonvallet/twitter/Main.java | 31b526f06fe875adda08c65078c3c697cdde2bfa | [] | no_license | jonvallet/twitter | b346fee92e65a5e7c96ca33423e320ef98856660 | 3516753522326ca06d9598687ebf573eb9419e45 | refs/heads/master | 2021-01-24T20:40:20.345927 | 2018-02-28T08:39:36 | 2018-02-28T08:39:36 | 123,255,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package com.jonvallet.twitter;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
ImmutableList<Post> posts = ImmutableList.of();
ImmutableS... | [
"jon.vallet@clicktravel.com"
] | jon.vallet@clicktravel.com |
19eed8a3cd51da7beef686c808d82f71da2b6fc5 | 53d6a07c1a7f7ce6f58135fefcbd0e0740b059a6 | /23Code/XCL-Charts-master/XCL-Charts-master/XCL-Charts/src/org/xclcharts/event/zoom/ChartZoom.java | 6322ef9bc65afbcc39b08a5d3b29bf4fd7033244 | [
"Apache-2.0"
] | permissive | jx-admin/Code2 | 33dfa8d7a1acfa143d07309b6cf33a9ad7efef7f | c0ced8c812c0d44d82ebd50943af8b3381544ec7 | refs/heads/master | 2021-01-15T15:36:33.439310 | 2017-05-17T03:22:30 | 2017-05-17T03:22:30 | 43,429,217 | 8 | 4 | null | null | null | null | UTF-8 | Java | false | false | 3,519 | java | /**
* Copyright 2014 XCL-Charts
*
* 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... | [
"jx.wang@holaverse.com"
] | jx.wang@holaverse.com |
d565283085a4ec17f4c3d38b8d38f1afc365f05d | ac7129e9e72b2e7a4c5564fea217735838f811e0 | /src/NodeMonHoc.java | d4af0c46f2d33dd9dae36bb1a10cc73c66234bae | [] | no_license | nnhuy86/CTDL_Demo | 543b5436769bb7e27eb91a0ec2708feb00762611 | 5f2e42337abd4e67d9685454484759f0c3e59bfe | refs/heads/master | 2020-09-04T20:19:54.895419 | 2019-11-14T15:48:40 | 2019-11-14T15:48:40 | 219,787,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java |
public class NodeMonHoc {
MonHoc data;
NodeMonHoc next;
NodeMonHoc(MonHoc _data)
{
data = _data;
next = null;
}
}
| [
"nguyenhuy.86nt@gmail.com"
] | nguyenhuy.86nt@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.