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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3071a027b9babd09d4105e0973b062e5973850f2 | 73525733c03ca712d201c0e123161ff3889c05c0 | /rabbitmq/src/main/java/com/forezp/rabbitmq/test/Consumer1.java | a7121e9cc580f8683c1c2086f5c76829ff1de70f | [] | no_license | zhoumiaode/SpringCloudConfigTest | b986dc03e3bf1e2c9f37a25f93474e01c29b74ca | adf198f53c87da3f0c383b8911ed0ba81f26791c | refs/heads/master | 2020-04-01T00:49:21.419134 | 2019-10-15T06:29:16 | 2019-10-15T06:29:16 | 152,714,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package com.forezp.rabbitmq.test;
import com.forezp.rabbitmq.util.RabbitMqConnectionUtil;
import com.rabbitmq.client.*;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.TimeoutException;
/**
* @ProjectName: scfchapter6
* @Package: com.forezp.rabbitmq.test
* @... | [
"1010467470@qq.com"
] | 1010467470@qq.com |
84e0d6cdf625464f6389c04d3e272ea0278b106a | 6c87c8fbad2af5d46c4a0c26b6e2316c17abfb99 | /TareaChat/app/src/main/java/com/example/estilos/tareachat/MainActivity.java | 0ad68d2396ce4449226da415c95558e323316701 | [] | no_license | harudes/Desarrollo-Basado-En-Plataformas | 63a00d5b08be36c4a1735c98d3a07664ef753b17 | d64142cb47dc011cb1acf359689273065d856a21 | refs/heads/master | 2021-01-20T01:12:10.702417 | 2017-07-13T13:58:51 | 2017-07-13T13:58:51 | 89,237,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,505 | java | package com.example.estilos.tareachat;
import android.animation.Animator;
import android.content.Intent;
import android.database.Cursor;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
i... | [
"Luis Rendon Zuniga"
] | Luis Rendon Zuniga |
844fd0643e2c24bc6ff98aa149c93f4643c7f868 | de101b04abfbd850e502756622c8e77fb1fcea97 | /StudentProjects/2015/Individual/M3113116_Ramadhani_Bella_Husada/Praktikum_2/src/androidTest/java/com/example/bella/praktikum_2/ApplicationTest.java | 784560487d5697e9fa72bcd194c9d492a9765d03 | [] | no_license | ivankusuma07/UNS_D3TI_ANDROID_CLASS | be5babf16db533ac3af0b7286d36ed5ecd218809 | 297392ed03d7e5675104970a9035273eb0a0589c | refs/heads/master | 2022-11-18T20:44:21.259809 | 2016-01-05T03:01:09 | 2016-01-05T03:01:09 | 41,787,680 | 0 | 0 | null | 2015-09-02T07:51:35 | 2015-09-02T07:51:35 | null | UTF-8 | Java | false | false | 360 | java | package com.example.bella.praktikum_2;
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 ApplicationTest() {
... | [
"bella.husada@gmail.com"
] | bella.husada@gmail.com |
589a9ab5dcd2edcc55edb78cfef939b66643e3a8 | 4b0ce6a0320c934bbb5606f23b21241c1d9a15d9 | /Classes/src/App.java | 1e0ce328dd2f9f6c8fbb816edadf5065db36e2b4 | [] | no_license | elarsaks/Java-Fundamentals | e35af3a8cb7ae4d536bcfa36a127eba5cef3d979 | 05c9f48c900f34260062cf3e193353ddd7bca22d | refs/heads/master | 2023-06-19T02:45:13.358263 | 2021-07-20T18:22:15 | 2021-07-20T18:22:15 | 380,316,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | class Methods {
String animal;
int value;
int month;
void run() {
System.out.println("Running!");
System.out.println("My " + animal + " is " + value + " years old.");
}
int calculateMonthsToBirthday() {
int monthsLeft = 12 - month;
return monthsLeft;
}
void talk(String text) {
System.out.println... | [
"elarsaks@gmail.com"
] | elarsaks@gmail.com |
e82962bf806ea42b3ae04f0455283e89241b1e2f | 29b6a856a81a47ebab7bfdba7fe8a7b845123c9e | /dingtalk/java/src/main/java/com/aliyun/dingtalkstorage_1_0/models/MoveDentryResponse.java | b9be107ff7da2c5425cac5316501a58ce2e47727 | [
"Apache-2.0"
] | permissive | aliyun/dingtalk-sdk | f2362b6963c4dbacd82a83eeebc223c21f143beb | 586874df48466d968adf0441b3086a2841892935 | refs/heads/master | 2023-08-31T08:21:14.042410 | 2023-08-30T08:18:22 | 2023-08-30T08:18:22 | 290,671,707 | 22 | 9 | null | 2021-08-12T09:55:44 | 2020-08-27T04:05:39 | PHP | UTF-8 | Java | false | false | 1,325 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkstorage_1_0.models;
import com.aliyun.tea.*;
public class MoveDentryResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
d90686112876db3447e9128252c0b773365e0ccf | 91aa08045d78b0aa1c855512b53ed481026e1173 | /SearchRange.java | 6386e03f18f85435f3f3bae850664e9c1fe3a9a0 | [] | no_license | purlin07/leetcode | 9a470b883b95ddb646c44361f8f486313bd24732 | b99305641fd6df27f77aa4bc0c6e4353d8a11abe | refs/heads/master | 2021-01-02T22:39:00.269520 | 2015-01-13T00:00:09 | 2015-01-13T00:00:09 | 28,541,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | class SearchRange
{
public static void main(String[] args){
int[] test1 = {5,7,7,8,8,9,9};
int[] test2 = {8,8,8,8};
int[] test3 = {5,7,7,7,7};
int[] test4 = {8};
int[] test5 = {7};
print(search(test1,8));
print(search(test2,8));
print(search(test3,8));
print(search(test4,8));
print(search(test5,8)... | [
"ghan@g.clemson.edu"
] | ghan@g.clemson.edu |
b45b1d879fb75912392ca2b7a7642f067b136927 | 493a8065cf8ec4a4ccdf136170d505248ac03399 | /org.mindswap.owls-api/src/test/java/impl/jena/OWLReaderTest.java | 5ec50d8aeaf0095bf6cecfaebbc0b517b4146131 | [] | no_license | ignasi-gomez/aliveclipse | 593611b2d471ee313650faeefbed591c17beaa50 | 9dd2353c886f60012b4ee4fe8b678d56972dff97 | refs/heads/master | 2021-01-14T09:08:24.839952 | 2014-10-09T14:21:01 | 2014-10-09T14:21:01 | null | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 13,485 | java | /*
* Created 26.03.2009
*
* (c) 2009 Thorsten M÷ller - University of Basel Switzerland
*
* The MIT License
* 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, includi... | [
"salvarez@lsi.upc.edu"
] | salvarez@lsi.upc.edu |
871c091a1e9b61885395ae96db62d3853a44cf1b | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/doanduyhai-Achilles/nonFlakyMethods/info.archinnov.achilles.internal.proxy.wrapper.ListWrapperTest-should_mark_dirty_on_remove_all.java | 2785e45434bff9bd7f8d4754cf51e6d1a6d437a8 | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | @Test public void should_mark_dirty_on_remove_all() throws Exception {
List<Object> target=Lists.<Object>newArrayList("a","b","c");
ListWrapper wrapper=prepareListWrapper(target);
wrapper.setProxifier(proxifier);
Collection<String> list=Arrays.asList("a","c");
when(proxifier.removeProxy(Mockito.<Collection<St... | [
"aalsha2@masonlive.gmu.edu"
] | aalsha2@masonlive.gmu.edu |
fb167f6cc12580801a8c36a5ff51d3f2e0c1e4b1 | 996ecef192a6798ed8a5c25640569a709cb44126 | /LibAndroid/src/main/java/com/violet/lib/android/event/EventLinearLayout.java | f545be73e1b21b2f43f18294baaedcae48d8a7ed | [] | no_license | VioletGlobal/VioletAndroid | 8032225901cf815c7528272c50d5125daeb9a4fd | bb723a5de6f8414b61e23c04017a56ec6c026462 | refs/heads/master | 2020-03-11T08:16:01.682750 | 2018-09-05T06:41:26 | 2018-09-05T06:41:26 | 129,879,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package com.violet.lib.android.event;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.widget.LinearLayout;
import com.violet.core.util.LogUtil;
/**
* Created by kan212 on 2018/6/5.
*/
public class EventLi... | [
"yaoyao1@staff.sina.com.cn"
] | yaoyao1@staff.sina.com.cn |
8ac551d2896d417cf7fee2206784b40ecbb19612 | 1b72958ab7d8749594fd0dca20e3d9e793151b4e | /application-ocps/contentBridge-core/src/main/java/com/ctb/contentBridge/core/publish/hibernate/persist/ItemSetProductCompositeId.java | fd4da500c3fc3e2250eab570200153fc8c7033a0 | [] | no_license | sumit-sardar/GitMigrationRepo01 | d0a89e33d3c7d873fac2dd66a7a5e59fd2b1bc3a | a474889914ea0e9805547ac7f4659c49e1a6b712 | refs/heads/master | 2021-01-17T00:45:16.256869 | 2016-05-12T18:37:01 | 2016-05-12T18:37:01 | 61,346,131 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | package com.ctb.contentBridge.core.publish.hibernate.persist;
import java.io.Serializable;
public class ItemSetProductCompositeId implements Serializable {
private Long itemSetId;
private Long productId;
/**
* @hibernate.property
* column="ITEM_SET_ID"
* not-null="tr... | [
""
] | |
78870e9fb8e7cacd4df3a2e76f6d85ed63af0edd | 757d26ebd3e7e881f8bb0f935e442957030a52fe | /src/main/java/DFIT/fitness2d/controllers/ClientController.java | e20f62ed536e010569f9d17a656722cfd9ca3b7e | [] | no_license | leo4135/fitness2d_test | 40e2fea8a553c1ff4ce7d521b08c344bf78e92c6 | dccb0dd9b9dca96f58decf7faeaa067aca2f8447 | refs/heads/master | 2023-04-01T12:17:08.017090 | 2021-04-01T12:40:36 | 2021-04-01T12:40:36 | 353,695,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,059 | java | package DFIT.fitness2d.controllers;
import DFIT.fitness2d.entity.Abonements;
import DFIT.fitness2d.entity.Client;
import DFIT.fitness2d.entity.ClientAbon;
import DFIT.fitness2d.repository.AbonementsRepository;
import DFIT.fitness2d.repository.ClientRepository;
import DFIT.fitness2d.repository.RoleRepository;
import or... | [
"yuo@gmail.com"
] | yuo@gmail.com |
2b8db922b6a6df4cf95744c76592574deabef330 | 62ec9da51d9dcd19c5c2bf07ac69c96902b17c5e | /src/main/java/comte/ui/model/event/TurnResultListener.java | ba5c55dce77c68c10f88b11e6bd7578273cc7a96 | [] | no_license | comtef/rock-paper-scissors | 09ef6285b14bd0ba4bed1cd428561d410cad88b2 | dca90c7a338c89c071f21d865bbab4378ce4a87f | refs/heads/master | 2021-01-19T07:03:16.443663 | 2016-07-21T13:39:35 | 2016-07-21T13:39:35 | 63,870,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package comte.ui.model.event;
import java.util.EventListener;
/**
* Listener for turn results
*/
public interface TurnResultListener extends EventListener {
/**
* Notify of a new turn result
*
* @param event turn information
*/
void onTurnResult(TurnResultEvent event);
}
| [
"comtef@gmail.com"
] | comtef@gmail.com |
afb093963d72acf70b2d85e6cf80e6b0639e7810 | d2b2c559cb3c514346e7b3645f5f7a0036bd1b0f | /Kalkulator/app/src/main/java/com/example/mariolaroznaska/kalkulator/LogicService.java | 22948448dff64115a9ae814f1c860083390472a2 | [] | no_license | RozanskaMariola/Android_home | 5dc19d3124dc7dd19f01597f0791eada15d92a2b | 2f26a62697f618a37622213342d6c1c768964811 | refs/heads/master | 2020-04-16T08:45:18.674207 | 2019-01-12T21:18:32 | 2019-01-12T21:18:32 | 165,436,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.example.mariolaroznaska.kalkulator;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
public class LogicService extends Service {
public LogicService() {
}
@Override
public IBinder onBind(Intent intent) {
// TODO: Return the communication channe... | [
"mariolaroznaska@Mariolas-MacBook.local"
] | mariolaroznaska@Mariolas-MacBook.local |
949f15c8d8626377e075991a0d14f0a7120c7658 | 4961f4c272e8f7470d486075408d9ff6e3180e9f | /jpdftweak/gui/PreviewPanel.java | 87cfd2b295153e2875a0381fb8aaa910121b0677 | [] | no_license | Tz3entch/jpdftweak | b38e981e76a60a510283e975196e92a2ce716a35 | 92778e79c801dc3ea8db034285d6fe8160da6819 | refs/heads/master | 2020-12-24T19:36:23.670638 | 2016-04-21T00:55:55 | 2016-04-21T00:55:55 | 58,152,142 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,767 | java | package jpdftweak.gui;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import javax.swing.JPanel;
import jpdftweak.core.PageDimension;
import jpdftweak.core.ShuffleRule;
public class PreviewPanel extends JPanel {
private floa... | [
"grayjoy1@gmail.com"
] | grayjoy1@gmail.com |
f06f30aba25af7ea2d7d115380edf20474c27b66 | 10fa7f6e09c73a4c7734d36ce8849d944c1aa467 | /app/src/main/java/com/yoshione/fingen/model/SimpleDebt.java | 2af362ac43c1b507fe3d32c741a5df3c26554bbf | [
"Apache-2.0"
] | permissive | kasimms/fingen | 5c486d4c4a88583c759acbb021708fe36ccf7b51 | 1ce78aa7f33411491d490cf4fc34662195193498 | refs/heads/master | 2022-11-29T16:08:49.844145 | 2020-08-13T16:29:42 | 2020-08-13T16:29:42 | 254,844,160 | 0 | 0 | Apache-2.0 | 2020-04-11T10:31:48 | 2020-04-11T10:31:48 | null | UTF-8 | Java | false | false | 4,383 | java | package com.yoshione.fingen.model;
import android.content.ContentValues;
import android.os.Parcel;
import com.yoshione.fingen.DBHelper;
import com.yoshione.fingen.interfaces.IAbstractModel;
import java.math.BigDecimal;
/**
* Created by slv on 13.08.2015.
*
*/
public class SimpleDebt extends BaseModel implements... | [
"sulevi82@gmail.com"
] | sulevi82@gmail.com |
1a9adc8a5a6aa209cb67519d3c884b51572a4aa9 | 5d83b528dba9b707cf73f3d5a102059da72f8419 | /src/main/org/microsys/core/mapper/HwDao.java | 1dbad582f398c229cc0ffe58a560fb56037952af | [] | no_license | hexianmin-mac/ERPSystem | 43e380539910c552442c98042a70aea678d9d8c2 | 5ba4a64af3ba0cd2f38200898c5c158639f68348 | refs/heads/master | 2020-05-15T22:41:03.098591 | 2019-04-26T14:49:43 | 2019-04-26T14:49:43 | 182,534,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package main.org.microsys.core.mapper;
import java.util.List;
import main.org.microsys.core.entity.Hw;
public interface HwDao {
List<Hw> sp(Hw hw);
int spxj(Hw hw);
int xjrk(Hw hw);
int jj(int id);
Hw dy(int id);
int ckkk(Hw hw);
Hw dys(String name);
int updateHw(Hw hw);
}
| [
"15521221434@163.com"
] | 15521221434@163.com |
f22bafdfae9ceb50624ab458bde86b6deb01e228 | 101d979ce7d950289345cd5d36635a890e8b2db5 | /src/fmss/common/util/ColBean.java | e92a4fb2b2f8b3a599c218d96171429522ca4675 | [] | no_license | byxfvmss/vmss | a3bcbe864c6f57079a8035c92d73d0ac082a1c66 | 0b54852b2feb79ea20b982d1728754917a82e3ca | refs/heads/master | 2022-12-06T13:19:51.010451 | 2020-09-04T08:24:56 | 2020-09-04T08:24:56 | 292,790,355 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,608 | java | package fmss.common.util;
import java.util.ArrayList;
import java.util.List;
public class ColBean {
private String name;
private String nullable;//是否可为空
private String deft;//默认值
private String type;//类型
private String length;//长度
private String scale;//精度
private String constraint_type;//约束类型
private List... | [
"15231500531@163.com"
] | 15231500531@163.com |
6924b14a8edb68f5a5f7122aeb0d3ddae670133c | 26e89fbd9e6423a927912b44daf8f9d6582ebae8 | /src/main/java/com/dao/TestMapper.java | cf7221a801de19d499e4f5fc3e1741daad299a7f | [] | no_license | 321gaojiaming/ssmdemo | 9135cc980deb114dde18d10a48aac153b49a7035 | c922e6bcc9e25f99e2de37cff9ec7efbf7fb946a | refs/heads/master | 2020-03-28T20:33:52.184190 | 2018-09-18T01:23:05 | 2018-09-18T01:23:05 | 149,083,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package com.dao;
import com.entity.Test;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface TestMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database ta... | [
"1026800016@qq.com"
] | 1026800016@qq.com |
01f4f7011709d7da44e8e4b1da886649b97330e7 | 1607da7867f483b3cdd6d097c61a35c285f24303 | /src/main/java/com/ericsson/oss/dao/IOssProblemsDao.java | 511cfe1882d93a7e1e6a85576279e69f9c5e35e9 | [] | no_license | abidarlahcen/OLAI | c7b25c930dbaafbe262d6730e70b185ab553fbc0 | cd091f753a9184513fe9fa70c01368d30bd364e0 | refs/heads/master | 2021-04-29T13:16:44.230906 | 2018-05-22T10:54:34 | 2018-05-22T10:54:34 | 121,747,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package com.ericsson.oss.dao;
import com.ericsson.oss.entites.OssProblems;
public interface IOssProblemsDao extends IGenericDao<OssProblems>{
}
| [
"abidar.lahcen@gmail.com"
] | abidar.lahcen@gmail.com |
445fec0d1361c2246876ce59774d3a590ccadba7 | 53b2483d5351f6b726bc17e9e812bc9ee63f7bd9 | /src/main/ICollectionTest.java | df0796da3a4ad87cf71a700b350533b1e1fc9cd5 | [
"Unlicense"
] | permissive | drapl-homework/java-homework5 | 20a4df56becfd07b74c85424deeb804ef90c3d3c | d8b5df4468157b93dd4cd2da44b000480bcecb8e | refs/heads/master | 2021-01-10T12:18:41.762337 | 2016-04-11T15:23:55 | 2016-04-11T15:23:55 | 55,897,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 172 | java | package main;
import static org.junit.Assert.*;
import org.junit.Test;
public class ICollectionTest {
@Test
public void test() {
fail("Not yet implemented");
}
}
| [
"s.susie123@gmail.com"
] | s.susie123@gmail.com |
6b2f1ee512376ab37059bd1caf12a69a2fae8dbf | 500a7f122972eb6a9f25c902121884836ca80ad4 | /CodeTool/src/Complexity/ControlStructures/CodeIdentifer.java | 4052ff8f218b7b939cb7aefb48c72f383a3f336a | [] | no_license | YasiruPriyadarshana/IT-Project-Management | ed507a05f787477512084fc0cd1a460c4d0c05d6 | b73f414bf3b1a20c12e60fdb28b65091c6301534 | refs/heads/master | 2022-07-02T12:23:11.215650 | 2020-05-09T10:59:37 | 2020-05-09T10:59:37 | 258,094,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,898 | java | package Complexity.ControlStructures;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
public class CodeIdentifer {
private static Set<String> keywords;
private static Set<String> operators;
// for control structures and datatypes
private static Set<String> da... | [
"Yasiru Priyadarshana@DESKTOP-V9RBE98"
] | Yasiru Priyadarshana@DESKTOP-V9RBE98 |
45e8c40e8fd9ae3ea7ad57f3928c4337475a0ca7 | 03757edf03027f2096113e0b2daab7a3c5894c50 | /src/main/java/app19a/controller/BookController.java | c3dd16d80141be81fb42ea921b66e0772f9481e9 | [] | no_license | AlexHu66/app19a | 2e51485a21847b50d81f9aa81fabe650f4783013 | 3f96bd0f83bd1f7a35ad0f2859e1b8e9ce946713 | refs/heads/master | 2021-09-02T09:15:42.030641 | 2018-01-01T10:28:46 | 2018-01-01T10:28:46 | 115,912,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,046 | java | package app19a.controller;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bi... | [
"direc.fu@gmail.com"
] | direc.fu@gmail.com |
223111195f98c43f04847b36cda1306bb861fed8 | 3bb932947a00b2f77deb1f9294340710f30ed2e0 | /data/comp-changes-client/src/mainclient/classLessAccessible/ClassLessAccessiblePub2PrivExt.java | 3b86ddcfa2bf71c80c8d748743a6c76a18683641 | [
"MIT"
] | permissive | crossminer/maracas | 17684657b29293d82abe50249798e10312d192d6 | 4cb6fa22d8186d09c3bba6f5da0c548a26d044e1 | refs/heads/master | 2023-03-05T20:34:36.083662 | 2023-02-22T12:21:47 | 2023-02-22T12:21:47 | 175,425,329 | 8 | 0 | null | 2021-02-25T13:19:15 | 2019-03-13T13:21:53 | Java | UTF-8 | Java | false | false | 635 | java | package mainclient.classLessAccessible;
import main.classLessAccessible.ClassLessAccessiblePub2Priv;
public class ClassLessAccessiblePub2PrivExt extends ClassLessAccessiblePub2Priv {
public void instantiatePub2Priv() {
ClassLessAccessiblePub2PrivInner c1 = new ClassLessAccessiblePub2PrivInner();
ClassLessAccess... | [
"lina.m8a@gmail.com"
] | lina.m8a@gmail.com |
491a42c0965a5afd6c3a54568a77cbfeb33481f3 | 5677a14f609cdc692329d1aeb35631ee4e4176d1 | /myTPSD/src/Cliente.java | b0c88778030b35ef04b099505c2144e49ddb2e3e | [] | no_license | nelson31/SD | e35e2c1f6badf67276a3c83ac493d26546fcb891 | e339b8b0fd3fc04eaf2cb30783f644d0c7e647ed | refs/heads/master | 2022-03-27T03:30:13.028164 | 2020-01-13T17:15:25 | 2020-01-13T17:15:25 | 233,646,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,001 | java | import java.io.*;
import java.net.Socket;
/**
* Classe cliente que serve para comunicar com o Servidor
*
* @author nelson
*/
public class Cliente {
// Porto do socket
private final static int PORTSOCKET = 12345;
// Endereco do servidor(localhost)
private final static String SERVER = "127.0.0.1";
... | [
"noreply@github.com"
] | nelson31.noreply@github.com |
91c84c4d9e081bd90ac14aa079455c39c888a71d | fcb7aa3d72ae4ec05aa8a27a75a2a22b2edaced3 | /src/java/org/apache/cassandra/db/CompactionManager.java | 50c1ff508575ce17e66cb08c6b126f73ba8f568b | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | HyczZhu/dtcassandra | 0f2d7f63a5ccd9f0c3bea6659a686faa7c6e4a2c | abb8c73828ae94eaf8bd1be7f5c5bb7c9b6bec71 | refs/heads/master | 2021-01-17T16:51:18.873739 | 2012-12-16T17:13:27 | 2012-12-16T17:13:27 | 32,314,162 | 0 | 1 | Apache-2.0 | 2023-03-20T11:52:23 | 2015-03-16T09:27:31 | Java | UTF-8 | Java | false | false | 56,646 | 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... | [
"hyczzhu@gmail.com@36054c91-6fe2-1485-663b-42a6e16799a3"
] | hyczzhu@gmail.com@36054c91-6fe2-1485-663b-42a6e16799a3 |
bb219d772063e1933d640a1a150f25699666e97d | 4479a44d222573148b2c37ca980bc0ccbc5c7e07 | /src/Request_Message.java | ef442621cedcadb96138ad9622bff71e26a9404c | [] | no_license | BSJAIN92/IN4150_2 | ffd9c8b1f586742c6b15883461275caf08678d61 | 38778fe15f1f38e2ddc1f5228c80c6009690de3a | refs/heads/master | 2021-08-22T19:48:51.654857 | 2017-12-01T04:26:22 | 2017-12-01T04:26:22 | 112,664,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java |
import java.io.Serializable;
public class Request_Message implements Serializable {
/*
* source url
*/
private String sourceUrl;
/*
* index of source server
*/
private int sourceServerIndex;
/*
* clock of source server
*/
private int sourceClock;
/*
* Default Constructor
*/
pub... | [
"contact.jain.bhavya@gmail.com"
] | contact.jain.bhavya@gmail.com |
8bedda8e630438f069fe220f59eec70c99124baf | de752b1dab1d9ed20c44e30ffa1ff887b868d2b0 | /user/user-server/src/main/java/com/gapache/user/server/dao/repository/UserRepository.java | 307f115afd3f9ea110e391bbc799224b56481ee9 | [] | no_license | KeKeKuKi/IACAA30 | 33fc99ba3f1343240fe3fafe82bee01339273b80 | 6f3f6091b2ca6dd92f22b1697c0fbfc7b9b7d371 | refs/heads/main | 2023-04-07T21:18:49.105964 | 2021-04-08T08:41:57 | 2021-04-08T08:41:57 | 352,832,814 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.gapache.user.server.dao.repository;
import com.gapache.jpa.BaseJpaRepository;
import com.gapache.user.server.dao.entity.UserEntity;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author HuSen
* @since 2020/9/8 11:29 上午
*/
public interface UserRepository extends BaseJpaR... | [
"2669918628@qq.com"
] | 2669918628@qq.com |
1b1392b06595e3b3b3223919a4581417eb602da7 | c5eace7651044009fa1b74f362cab619a5b79027 | /krusty-skeleton/src/main/java/krusty/ServerMain.java | 404ae58f7d9ba663f47eb31f974ace410f2d85f7 | [] | no_license | annamajken/krusty-kookies | 4e2709aac7dc49a18710ae67d178f5283c576740 | 17141c088bd50d706d87accfaf264684d1b0f41b | refs/heads/main | 2023-04-20T22:15:30.689483 | 2021-05-04T21:41:57 | 2021-05-04T21:41:57 | 342,835,864 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,449 | java | package krusty;
import java.io.IOError;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import static spark.Spark.*;
public class ServerMain {
public static int PORT = 8888;
public static String API_ENTRYPOINT = "/api/v1";
private Database db;
public void startServer() {
staticFiles.l... | [
"an7151be-s@student.lu.se"
] | an7151be-s@student.lu.se |
0d072505cdbf25f2fbc46e2fbda1b0c11af61b41 | 6f7f0f022d0a696c25764f4f046e943dfeade7bc | /test_thread/src/com/fis/task/Task.java | 36497fbfd8b94fbf8b868d7a4db2ead45aa9faf3 | [] | no_license | yxzyh/firstIdeaProject | f6d1879c80dae6123c360a96ee9c850568798d15 | 74a5c21f75642cfbe255f4552319bdfec455bce4 | refs/heads/master | 2021-05-12T06:46:07.373217 | 2018-01-15T09:34:19 | 2018-01-15T09:34:19 | 117,225,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,550 | java | package com.fis.task;
public class Task {
/**
* 1. (多线程)代码实现火车站4个卖票窗口同时买票的场景,输出示例:
窗口1卖票
窗口2卖票
窗口1卖票
...
2. (线程同步)代码实现火车站4个窗口同时卖100张票的代码逻辑,同一个窗口不能卖同一
张张票。
3. (线程通信)小明打算去提款机上取钱,发现卡上没钱,这时候他告知妈妈去存钱,妈妈
存了钱了,告知小明存好了可以取钱了。(PS:小明分多次取钱,每次取100,当发现钱不够
100,就等待妈妈存钱,小明他妈每次存2000... | [
"892873967@qq.com"
] | 892873967@qq.com |
ebbd254b666d9379804d49e03ea3b8f3b1144fee | 8cb1752acec0400400c0b33737e982f980a4eb9e | /aosp/android-4.0.1_r1/frameworks/base/core/tests/coretests/src/android/os/storage/AsecTests.java | 5efbd88530609ff87430960163f655e4184728ec | [] | no_license | jollen/android-framework-mokoid | 80c1698743dac66df0ba6ba9db480731386d92c0 | 1075260ce25d320a73a3519af686e615c044d9fe | refs/heads/master | 2023-04-02T12:58:40.057364 | 2021-04-15T01:24:15 | 2021-04-15T01:24:34 | 6,413,284 | 29 | 16 | null | null | null | null | UTF-8 | Java | false | false | 20,773 | java | /*
* Copyright (C) 2006 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
*
* Unless required by app... | [
"jollen@jollen.org"
] | jollen@jollen.org |
f1968bcd6f09b363317d62d796b350de2ef38b1d | 8609976e42491c0f6efbb9b3bf082a9b204b2f73 | /src/cn/itcast/shop/categorysecond/dao/CategorySecondDao.java | 2ebb6abce33a3ecf497b45a70cf52d624563d8da | [] | no_license | liyongchang/shop | c4e206fdd77c08d90ec5952e299fc1ed456466bf | d785a5f3bdfcb76ae53000bb3ea3d25b017d4801 | refs/heads/master | 2021-01-19T04:34:39.512576 | 2016-07-11T07:34:21 | 2016-07-11T07:34:21 | 63,044,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package cn.itcast.shop.categorysecond.dao;
import cn.itcast.shop.categorysecond.vo.CategorySecond;
import cn.itcast.shop.utils.PageHibernateCallback;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import java.util.List;
/**
* 二级分类的Dao层的代码
*
* @author 传智.郭嘉
*
*/
public class CategorySec... | [
"995849945@qq.com"
] | 995849945@qq.com |
8746829bd96459f8e94c41f26d7191ceca678e88 | 16f89faf08d59270e57ec83c390def525d081b39 | /SampleAPIPrj/src/test/java/services/wsdlversion/SingleRunnerGetWSDL.java | da03a625a32ff829666e0a1eacfd5e8854ae3368 | [] | no_license | pranesh517/karateAPI | d148270cdfc1dd292be46cd12e716afd9be975f6 | 7dd156f48815c33c432a040a5b831f269bd778ee | refs/heads/main | 2023-01-06T12:36:35.422148 | 2020-10-29T11:32:48 | 2020-10-29T11:32:48 | 308,299,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package services.wsdlversion;
import org.junit.runner.RunWith;
import com.intuit.karate.KarateOptions;
import com.intuit.karate.junit4.Karate;
@RunWith(Karate.class)
@KarateOptions(features = "classpath:services/wsdlversion/API_GetWsdlVersion.feature")
public class SingleRunnerGetWSDL {
}
| [
"Pranesh.Gaikwad@thoughtworks.com"
] | Pranesh.Gaikwad@thoughtworks.com |
a1d6dfed9a4575c59a105fe84b286db16594b9c6 | 4fe106927ff1bf6274b61c1a1ec00671514c5ce3 | /src/com/chinasofti/util/jdbc/template/specialsqloperation/OracleSpecialOperation.java | 3f5d654436aecdb2dd4a0e9f6f1e44b407c34791 | [] | no_license | Cass-D/OrderSys | e96438a91ff600a15413b6613c91880e171e3ffa | ce95719a4d1366cb3beb35402beb6c312dd04195 | refs/heads/master | 2021-01-20T15:50:50.274821 | 2016-08-06T14:17:04 | 2016-08-06T14:17:04 | 65,085,832 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,413 | java | /**
* Copyright 2015 ChinaSoft International Ltd. All rights reserved.
*/
package com.chinasofti.util.jdbc.template.specialsqloperation;
import java.sql.PreparedStatement;
/**
* <p>
* Title: OracleSpecialOperation
* </p>
* <p>
* Description:Oracle数据库特定操作抽象
* </p>
* <p>
* Copyright: Copyright (c) 2015
* </... | [
"1790887746@qq.com"
] | 1790887746@qq.com |
c8becc44d6454ca96b9c095bca67aab5d535d4f1 | af50c50851d5027fafaf084c105397cf8cc3d07f | /src/SimpleFactory/Fruit.java | c855546ada46551abaadd18c79a5f51b1d557fea | [] | no_license | LYQkeke/DesignPatternsInJava | cf63a51c06d4b3334996e08780fb7df7ad8c8b05 | bc620c773613cde8426375be0ca895866eb7180d | refs/heads/master | 2020-05-20T20:13:19.256978 | 2019-05-15T09:23:28 | 2019-05-15T09:23:28 | 185,739,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package SimpleFactory;
/**
* Created by KEKE on 2019/5/9
*/
public interface Fruit {
/**
* 采集
*/
void get();
}
| [
"493006007@qq.com"
] | 493006007@qq.com |
c3af9313e3074442f8a02f9ee0611d020700c41e | 818fc566816ea6ff7a3c3ef756d08095037eccc3 | /banner/src/main/java/com/marsthink/banner/transformer/ZoomOutTranformer.java | 10e91146f791cb9e8de9133b3e39d193380337aa | [] | no_license | woshizmxin/banner | b93b624f89cf7ef7cbf025c5855ffda1d6b03d8b | 0a6dc49bdaecc6a4b1047b0344e88b3d2684e79d | refs/heads/master | 2021-01-22T02:25:12.459018 | 2017-05-26T09:22:11 | 2017-05-26T09:22:11 | 92,360,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | /*
* Copyright (c) 2016 Meituan Inc.
*
* The right to copy, distribute, modify, or otherwise make use
* of this software may be licensed only pursuant to the terms
* of an applicable Meituan license agreement.
*
*/
package com.marsthink.banner.transformer;
import android.view.View;
public clas... | [
"zhoumao@meituan.com"
] | zhoumao@meituan.com |
3ce38256238917f31058e9701eab76d87482c32b | 41848f87199b44077424597315e1d67a6dd5ff80 | /app/src/main/java/com/anshi/hjsign/PlaybackVideoFragment.java | 30f73bb063982bc0152a6ae99bb4bc56fe22acd2 | [] | no_license | yulu1121/HJSign | 0b433adb15b3e18fe46df9c4588e24b2e3e3bb67 | 635915217f2feeec50208bae0c5520ffc3749c1c | refs/heads/master | 2020-03-25T19:37:32.877364 | 2018-08-17T01:07:04 | 2018-08-17T01:07:04 | 144,092,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,326 | java | /*
* Copyright (C) 2017 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
*
* Unless required by applicable ... | [
"626899174@qq.com"
] | 626899174@qq.com |
f356c68bd296fed60185327c75d5e3a11737a6a2 | a2afeb121e60dd889621d4ab6d719fd613f2a56a | /src/zadatak13/Zadatak13.java | e353d58a41fbd1034aef8852f7235f138349d753 | [] | no_license | erazmojava/JavaPrograming | 117686ee5ec7f382a20713f75b9cc51b6f80ddb8 | c16c52a5e3999eabf95fbb3dcc8ffa9e60be5f7e | refs/heads/master | 2020-12-30T12:54:39.262463 | 2017-06-21T17:30:03 | 2017-06-21T17:30:03 | 91,361,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 86 | java | package zadatak13;
/**
* Created by osman on 6/5/17.
*/
public class Zadatak13 {
}
| [
"you@example.com"
] | you@example.com |
4fc14ebaa0fbf1ac447995a1c28a80887dc78838 | 896797a503200c39cdd67bc93474d34bfac2a2cc | /.history/src/main/java/fr/romgrm/Game_20201106173009.java | 0a54202a4e2f86197b14d9dcce989ba5c0c10062 | [] | no_license | romgrm/jeuDuMorpion | 35c289c8bb2720925512c05db76cea55d9ffd710 | 290f555627989d7223aaa6df8f55adc728d88182 | refs/heads/master | 2023-01-11T00:56:58.678606 | 2020-11-11T11:32:23 | 2020-11-11T11:32:23 | 310,265,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,576 | java | package fr.romgrm;
import java.util.Scanner;
public class Game {
Planche planche; // J'apelle ma class Planche pour avoir une vue dessus
Player joueur_1 = new Player("Joueur 1", 'X'); // je créer l'instance de mon joueur 1
Player joueur_2 = new Player("Joueur 2", 'O'); // je créer l'instance de mo... | [
"romaingreaume@gmail.com"
] | romaingreaume@gmail.com |
fbcfcb73e4f13e700015c707e35cfe770c7d2f41 | e7c75550524f50a404cc6fa30fa72d67f71af420 | /ConcesionarioCoches/ConcesionarioCoches/utiles/Teclado.java | 3cf1266025e6a0c40fbbf6d2b7c35fecca7e3e1e | [] | no_license | DavidPeralvo/Concesionario-de-Coches | 98a352f60e31de65484a6d8246ca0fd4c1605977 | 29fecfbc873a8ea82afbfed4465b768a4728315a | refs/heads/master | 2020-06-01T13:38:11.990692 | 2015-05-17T17:45:08 | 2015-05-17T17:45:08 | 35,773,001 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 2,290 | java | package utiles;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* Permite lectura desde teclado
*/
public class Teclado {
/**
* Lee un carácter del teclado
*
* @return carácter introducido por el usuario
*/
public static char leerCaracter() {
char caracter;
try {
caracter = l... | [
"davidperalvo@gmail.com"
] | davidperalvo@gmail.com |
9bd0277ae94b84246ba64b03f33041e4b1f94136 | 280fcf363fd1e56da910a676835fdc5d1d17ecac | /SpringSecurity01/src/main/java/com/springsecurity01/dto/NoteDTO.java | a7ed6f08223058a26ed5222106344d0ef1645455 | [] | no_license | MyNameIsToan/Repository12102021 | 7af23ac490f221252ffcbcf24a6e10b92cad5f79 | 8e35fcb00ab6d128735bdc3303bbe1ff781d7df5 | refs/heads/main | 2023-08-10T15:59:08.468450 | 2021-10-12T09:45:30 | 2021-10-12T09:45:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package com.springsecurity01.dto;
import lombok.Data;
@Data
public class NoteDTO {
private Long id;
private Long parentid;
private String content;
private String username;
private int haschild;
private int isfinish;
}
| [
"18110055@student.hcmute.edu.vn"
] | 18110055@student.hcmute.edu.vn |
8df3da9e37045928d7e398cab89cfc4579384fd8 | 8f92ea8f594a2f7624ff09d392fe0cea13878dcd | /src/TestNG/Sample.java | 78f7716eb14e354fa4ac917aebbe383f4eb03918 | [] | no_license | vasanreddy/Selenium | d33585ddfbd6d6a9cb8c00c86aebc7eb06e0094e | d1540c966643661662dbe27a8d94d660bc57a6f1 | refs/heads/master | 2021-08-14T08:45:35.984917 | 2017-11-15T05:18:33 | 2017-11-15T05:18:33 | 110,787,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package TestNG;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.firefox.FirefoxProfile;
public class Sample {
public static void main(String[] args) {
// TODO Auto-generated method stub
FirefoxProfile profile=new FirefoxProfile();
profile.s... | [
"vasanreddy31@gmail.com"
] | vasanreddy31@gmail.com |
a59db9997a76f8ac695d451ff8af8eace4f1d5ec | 68d0db8809f41f2258418ab1051b51298ab1f4f0 | /components/paint_preview/player/android/javatests/src/org/chromium/components/paintpreview/player/PaintPreviewPlayerTest.java | 654f1237774bfd5b578b77714a12a1964f6bc7fb | [
"BSD-3-Clause"
] | permissive | nemux000/chromium | 28d7688138c7b6a41210f6def0bde7791710723f | 9b62934f4c7b14c8680fd788c19c80c4ec67717d | refs/heads/master | 2022-11-25T02:25:32.920431 | 2020-07-30T14:47:51 | 2020-07-30T14:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,892 | java | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.paintpreview.player;
import android.graphics.Rect;
import android.os.Build.VERSION_CODES;
import android.support.test.Ins... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
1af21338c3e3eb7a33e8fb03af3a7991568a637c | c7061fd9015065d556ab1dc65e65a9460159a14c | /src/main/java/com/yifan/controller/TestController.java | 4e4cfa691ea6050010973b72cfbba66d6127a538 | [] | no_license | yifan2333/yifan-security | 8cc46a3c6a44f4a6babfd4b84af3db3a2c7499c2 | 33d7a0e8832829df272e68f956ad3320a709f0a3 | refs/heads/master | 2022-06-27T13:03:42.812402 | 2019-12-06T07:25:38 | 2019-12-06T07:25:38 | 226,270,182 | 0 | 0 | null | 2022-06-17T02:41:54 | 2019-12-06T07:22:43 | Java | UTF-8 | Java | false | false | 445 | java | package com.yifan.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseBody;
/**
*
*
* @author: wuyifan
* @since: 2019年11月18日 下午2:34
* @version 1.0
*/
@Controller
public class TestControl... | [
"wuyifanc@enn.com"
] | wuyifanc@enn.com |
16ea80b9d1caae30bdfd6731e2d767220491bd86 | d31081ee2af56a4245d639ec71cb6d6b62968318 | /src/main/command/ExtendSubscriptionCommand.java | 4531fa90b77b5e305f3fe91082eb32a8d23ef6db | [] | no_license | antoxafreezen/periodical_publications | 3c32511392a23de865d8e55d944321e7e5fc8e66 | 3c87a4d9cdefeb6e4f27eb8704d9944600755088 | refs/heads/master | 2021-01-10T13:52:27.306442 | 2016-01-25T22:13:59 | 2016-01-25T22:13:59 | 50,381,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,473 | java | package main.command;
import main.dao.PersistException;
import main.entities.Subscription;
import main.entities.SubscriptionPart;
import main.entities.User;
import main.helper.Page;
import main.helper.RequestHelper;
import main.manager.SubscriptionManager;
import org.apache.log4j.Logger;
import javax.servlet.ServletE... | [
"babak.anton@yandex.ua"
] | babak.anton@yandex.ua |
9bf62194220ae0fd8f9150f60a37062c308d6a71 | 8ed5583d1af3dbc84b9be7aea6092c4b853ca94e | /src/test/java/com/rahul/demo/TestJustificationTest.java | 5221be4116e944e7d2c2266d0b1bb4a4941fc5a8 | [] | no_license | thatrahul/legendary-eureka | e69458c25d41a1a2785789ee7d5b596679245128 | 544146f4e428f158480b34194104c1b4a49ba105 | refs/heads/master | 2021-07-05T02:25:49.351857 | 2017-09-27T05:11:23 | 2017-09-27T05:19:49 | 104,973,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.rahul.demo;
import org.junit.Test;
/**
* Created by xbbl129 on 5/30/17.
*/
@Ignore
public class TestJustificationTest {
@Test
public void textJustification() throws Exception {
String[] words = {"This", "is", "an", "example", "of", "text", "justification."};
int length = 16;
... | [
"rahul.phadnis@bnymellon.com"
] | rahul.phadnis@bnymellon.com |
b0fb95137dc794503a6cb611ab1b4ba22712dcd3 | 4d38472b3e597ed61c6c9278e4b47012bb12c862 | /lineagehw/org/lineageos/hardware/HighTouchSensitivity.java | 17dda5a26410978bdb784273e34f6408486d5e2a | [
"Apache-2.0"
] | permissive | cm-3470/android_device_samsung_kminilte | 0cf58a9ad519d9c759557f15c2cc87c85940db32 | 2ce5a9d80c83f14e8faa6bd7348568251e8dd6fa | refs/heads/lineage-15.1 | 2020-05-21T13:53:24.385991 | 2018-03-10T13:30:37 | 2018-03-10T13:30:37 | 31,184,980 | 35 | 56 | null | 2018-07-28T12:59:16 | 2015-02-22T22:58:20 | C++ | UTF-8 | Java | false | false | 3,471 | java | /*
* Copyright (C) 2014 The CyanogenMod Project
* Copyright (C) 2017 The LineageOS 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/LICE... | [
"hennymcc@yahoo.de"
] | hennymcc@yahoo.de |
ee5c0ced1706aba8d4b33f4ef074eb92927fcd47 | de7b67d4f8aa124f09fc133be5295a0c18d80171 | /workspace_xfire/xfire-autoGeneration/chi/cn/chimelong/agent/ws/QueryAllEspecialTicketResponse.java | 307e68bc673bdd02b52c596a511386922daeef10 | [] | no_license | lin-lee/eclipse_workspace_test | adce936e4ae8df97f7f28965a6728540d63224c7 | 37507f78bc942afb11490c49942cdfc6ef3dfef8 | refs/heads/master | 2021-05-09T10:02:55.854906 | 2018-01-31T07:19:02 | 2018-01-31T07:19:02 | 119,460,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,632 | java |
package cn.chimelong.agent.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import cn.grgbanking.apt.pojos.ticket.ArrayOfEspecial... | [
"lilin@lvmama.com"
] | lilin@lvmama.com |
ea24b6e49a60dc49bbb25f315f35e18649ffa379 | 50a606165ab25f79fb7f2070517fd5b17cd0fb29 | /_03_form_databinding/practice/form_and_databinding/src/main/java/model/Employee.java | 4d74029d86c5cf713e826440e1403facfaaa79ab | [] | no_license | thangdinh1607/C1220G2_NguyenThanhCong_Module4 | e6fccd7106f0d1e490565b51d01ff56f6c1e29ea | 34496df56e77fbd1379f1f10416570e83afc5820 | refs/heads/main | 2023-05-04T17:17:57.465757 | 2021-05-27T01:07:59 | 2021-05-27T01:07:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package model;
public class Employee {
private String id;
private String name;
private String contactNumber;
public Employee() {
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getName() {
return nam... | [
"sirrin1991@gmail.com"
] | sirrin1991@gmail.com |
16b08645962aa97462db04e448e24598871aaaaa | 98f3b57549676445f233cdc3f0bfee1db3bf009a | /tyyh/src/cn/tyyhoa/service/OaRlzybEmployeeService.java | 5f1130807792e653fa3919d93a2a7c4a0adb5002 | [] | no_license | wangadmin123/httpApp | 015fba335042bacfce963445496389aba38a1f52 | 0babecddd587743a2aba04dd775ff1289f9485ac | refs/heads/master | 2021-08-30T19:59:21.731037 | 2017-12-19T07:35:05 | 2017-12-19T07:43:46 | 114,734,553 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,224 | java | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: OaRlzybEmployeeService.java
package cn.tyyhoa.service;
import cn.tyyhoa.pojo.OaRlzybEmployee;
import java.util... | [
"1010249952@qq.com"
] | 1010249952@qq.com |
f4062c9dd0456ca5eacc736750f974005f2c1050 | 31f77df547a63f320df8aaee43d7ef621fc6461c | /src/main/java/persistence/TipoDispositivoManager.java | 5cc2cd66cd2ffa410a96696c219899ca08525555 | [] | no_license | derekfernandez/tpdds2018 | 09e0a80882ad5cbb2711f6188e62fdf7bb7604d7 | 9b43693091dcfb97ef7dc4aebde4c02aa8fabcdf | refs/heads/master | 2020-04-30T11:18:33.586582 | 2019-03-20T18:57:22 | 2019-03-20T18:57:22 | 176,798,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package persistence;
import dominio.dispositivo.TipoDispositivo;
import org.uqbarproject.jpa.java8.extras.WithGlobalEntityManager;
import org.uqbarproject.jpa.java8.extras.transaction.TransactionalOps;
public class TipoDispositivoManager implements WithGlobalEntityManager, TransactionalOps {
private static TipoDisp... | [
"derekfernandez182@gmail.com"
] | derekfernandez182@gmail.com |
6902ae05756247a7dfad11c74c16eeb3d0e91c4a | 9aaaffbddb205dba973ece59da34ae43cc4112c6 | /src/main/java/org/uniworks/groupware/admin/domain/UserInfo.java | 9fc41900ae9765bbee51d500bf0367db30e9be0e | [] | no_license | linuxwan/uniworks-admin | d4c1ba51593e3bc712634ce3c54fd2d85e2f56c4 | 227ca3bb97c31f1e560b9e147d373ff5474300d0 | refs/heads/master | 2023-07-09T05:18:28.208162 | 2021-07-30T09:04:32 | 2021-07-30T09:04:32 | 115,481,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,718 | java | /**
* 박충완(Park Chungwan)이 작성한 코드 입니다.
* Uniworks라는 개인적 프로젝트를 완성하기 위해서 작성 중 입니다.
* 이 소스의 코드를 사용하실 경우에는 꼭 출처를 명시해 주시기 바랍니다.
*/
package org.uniworks.groupware.admin.domain;
import java.io.Serializable;
import java.util.Collection;
import java.util.List;
import org.springframework.security.core.GrantedAuth... | [
"chungwan.park@gmail.com"
] | chungwan.park@gmail.com |
93e3ec721d733d449199450ff959dcc4931b54cd | 3b8215663b541f7487b5f20cef1c3d24ad7ded00 | /app/src/main/java/com/muhaiminur/videocall_voximplant_android/MainActivity.java | c27d6a7ae7a0f96dc493d6e6d1270b82812e1178 | [] | no_license | Muhaiminur/VIDEOCALL_VOXIMPLANT_ANDROID | 10e28331cfe7e93b3c2cb4a6714a576499f17e3b | bde889d1a20400d4b941de00cfcad1de681e1c1a | refs/heads/master | 2020-04-07T19:35:26.175902 | 2018-11-22T06:47:40 | 2018-11-22T06:47:40 | 158,654,651 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | package com.muhaiminur.videocall_voximplant_android;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.Button;
import com.karan.churi.PermissionManager.PermissionManager;
import butterknife.BindView;
import butterknife.ButterKnife;
import ... | [
"muhaiminurabir@gmail.com"
] | muhaiminurabir@gmail.com |
02be18d429eb65d2e2d616c88a914f5b2e8db464 | 462117f8f15d4032c64e812296f983a14495f8e4 | /app/src/test/java/org/difly/testandroidapp1/ExampleUnitTest.java | 82dc7d5308755d353662061a5f381843f750fbfa | [] | no_license | DiFly/TestAndroidApp1 | 2a15191ee28f4058d7c257baa857c20c607a9214 | 7751c6de41c1233d4cc49149376db4eb3ea11b36 | refs/heads/master | 2020-11-30T05:13:33.425014 | 2019-12-26T19:15:17 | 2019-12-26T19:15:17 | 230,313,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package org.difly.testandroidapp1;
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... | [
"kryshen.yaroslav@gmail.com"
] | kryshen.yaroslav@gmail.com |
615b8a153aa1f7a29c173538368666858c27041d | 7f53ff59587c1feea58fb71f7eff5608a5846798 | /temp/ffout/client/net/minecraft/src/BlockPortal.java | 98d76bb3c1642725e67be25022a32f8a94d0a22a | [] | no_license | Orazur66/Minecraft-Client | 45c918d488f2f9fca7d2df3b1a27733813d957a5 | 70a0b63a6a347fd87a7dbe28c7de588f87df97d3 | refs/heads/master | 2021-01-15T17:08:18.072298 | 2012-02-14T21:29:14 | 2012-02-14T21:29:14 | 3,423,624 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,386 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst
package net.minecraft.src;
import java.util.Random;
// Referenced classes of package net.minecraft.src:
// BlockBreakable, Mater... | [
"Ninja_Buta@hotmail.fr"
] | Ninja_Buta@hotmail.fr |
f140de6728e52de1de86bcbe3bf92f233b485908 | 524486c65d7ed1481f9b0f8294674a0327a698c9 | /trunk/Fair_Helper/src/fairhelper/panels/UpdateUserPanel.java | bacda9acb951ea4462705972c1870d25c94553d5 | [] | no_license | BGCX067/fairhelper-svn-to-git | 4c5013a863b4f1eaac79ce68fc2dc640f5895965 | 84d8fd84bd1aba595c95dceaa31e0fb698d96495 | refs/heads/master | 2016-09-01T08:56:50.641241 | 2015-12-28T14:38:27 | 2015-12-28T14:38:27 | 48,836,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,797 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* UpdateUserPanel.java
*
* Created on 18.Kas.2009, 20:47:44
*/
package fairhelper.panels;
import fairhelper.User;
import fairhelper.UserManager;
import fairhelper.language.Language;
import fairhelper.theme.Them... | [
"you@example.com"
] | you@example.com |
4773f77028d91ea038171aace30e8acaa74dd092 | f0094829f498afba8f79d3b08ebe290f06d23350 | /src/main/java/com/microwise/api/blackhole/UserAction.java | 7e5e8f1378c67116d3deccdf32ba0033e8ecbe3a | [] | no_license | algsun/galaxy | 0c3c0bb6302c37aacb5a184343bc8c016a52631d | c5f40f2ed4835c803e7c2ed8ba16f84ad54f623e | refs/heads/master | 2020-03-15T20:05:07.418862 | 2018-05-06T09:45:29 | 2018-05-06T09:45:29 | 132,314,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,143 | java | package com.microwise.api.blackhole;
import com.microwise.api.bean.ApiResult;
import com.microwise.api.bean.UserVo;
import com.microwise.blackhole.bean.User;
import com.microwise.blackhole.service.UserService;
import com.wordnik.swagger.annotations.ApiOperation;
import com.wordnik.swagger.annotations.ApiResponse;
impo... | [
"algtrue@163.com"
] | algtrue@163.com |
f6435154836310483c38c818274fedacb33688c7 | f630dfac1b7235d22ee4ff672584b104ef400e4f | /src/main/java/com/oem/util/StringUtil.java | d188036506d733130e5b710bd6a14e34db92959c | [] | no_license | MaYunGuo/oem-test | fcb8c77a18fd311bdb3d1792ef3b27dbe134ef95 | 60d5ee55bd84c692710c9d217343fafb05225212 | refs/heads/master | 2022-07-28T11:27:22.345740 | 2019-06-21T10:14:16 | 2019-06-21T10:14:16 | 197,700,743 | 0 | 0 | null | 2022-06-21T01:28:24 | 2019-07-19T04:16:26 | JavaScript | UTF-8 | Java | false | false | 1,811 | java | package com.oem.util;
import java.io.PrintWriter;
import java.io.StringWriter;
public class StringUtil {
public static boolean isSpaceCheck(String str) {
if (null == str || str.length() <= 0 || ("").equals(str)) {
return true;
}
return false;
}
public static String st... | [
"374295981@qq.com"
] | 374295981@qq.com |
cc26aa646d5b424bf78e8436866123f9ace2d4ea | b8f487de1c3071351739887291db153c3199ec0e | /src/main/java/com/broadcom/apdk/objects/Workflow.java | 8672ae780b60167ee5dba2f925630dc69e45c809 | [
"MIT"
] | permissive | wody/action-pack-sdk | eaed5aa95eab9230f6713594eaec5fea6908849f | 5f4984f826f1a92bc95891ea8f5f6285144cc7ef | refs/heads/master | 2022-07-17T06:09:15.764506 | 2020-05-15T13:42:36 | 2020-05-15T13:42:36 | 264,159,859 | 0 | 0 | MIT | 2020-05-15T10:03:51 | 2020-05-15T10:03:50 | null | UTF-8 | Java | false | false | 14,348 | java | package com.broadcom.apdk.objects;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.Xml... | [
"mg685065@broadcom.net"
] | mg685065@broadcom.net |
1e0c67e308b26c0d3c0f8d9e7ca411e99db21550 | b284cfdc28d651a7c5f41c9708d7cde8f72df36e | /src/main/java/de/intarsys/pdf/pd/PDAnyAnnotation.java | a96e218edead2248397f472eb1a91e6a0810eec0 | [
"BSD-3-Clause"
] | permissive | scireum/jpod | 0fd36b8792b041354c862f2a460dbde4fe05a805 | 59cf81c768948308b42852e483d85d9d49f9c67c | refs/heads/master | 2023-08-31T15:57:59.417443 | 2023-07-28T15:35:36 | 2023-07-28T15:35:36 | 45,109,359 | 8 | 0 | BSD-3-Clause | 2021-03-25T12:30:54 | 2015-10-28T12:00:16 | Java | UTF-8 | Java | false | false | 2,447 | java | /*
* Copyright (c) 2007, intarsys consulting GmbH
*
* 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,
* this list of conditions and the f... | [
"sbi@scireum.de"
] | sbi@scireum.de |
136bec60d39d91bb4b8cb6dbdf2943387f31a961 | 2b6941b92c50f4249cae69ba78da255f533addda | /src/main/java/cooptool/utils/MapResourceBundle.java | 5a2d9bc62641993abf22bf6f66b6bbd2bcfed827 | [] | no_license | LBiasibetti/coopToolProject | 25c4d476c0a5f98e247078bfc47d80c21d56b163 | 271604fbefa294b0f3f1da26b5122c9252e4013d | refs/heads/master | 2023-02-12T03:59:20.248862 | 2021-01-12T17:58:39 | 2021-01-12T17:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package cooptool.utils;
import java.util.*;
/**
* MapResourceBundle class
*/
public class MapResourceBundle extends ResourceBundle {
/**
* Map that stores the resources
*/
private final Map<String, Object> map;
/**
* Constructor
* @param objects Resources
*/
public MapReso... | [
"46460244+Guillaume-Dufour@users.noreply.github.com"
] | 46460244+Guillaume-Dufour@users.noreply.github.com |
323187d67a2ebb62aabd615d42478e1f3c5bd3e3 | df026e70b4fe4a10bb3da9d8096803808e076958 | /bak_001/jszx-spider/jszx-spider-platform/src/main/java/com/jszx/spider/platform/module/service/impl/ExampleServiceImpl.java | 5261e2166af02bc6d9ba07819efa14324965db25 | [] | no_license | ljt821226/spider | d0b1764d4219b096506bc19d99e5709932bdd19d | 00fe33fdcc9bcdbf2a412ae9b9960c6fa1b06cc6 | refs/heads/master | 2020-03-23T14:15:52.377235 | 2018-07-20T05:51:12 | 2018-07-24T08:41:13 | 141,666,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,385 | java | package com.jszx.spider.platform.module.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.jszx.spider.platform.code.ReturnCode;
import com.jszx.spider.platform.exception.ServiceException;
import com.jszx.spider.platform.module... | [
"lvjt_821226@users.noreply.github.com"
] | lvjt_821226@users.noreply.github.com |
063e9e0b7e5bccc179517c0cab7f6e72facb202b | 2b806805edffc32ec7ec783d0f45c6a9825fb12c | /app/src/main/java/com/example/administrator/helloworld/HelloWorldActivity.java | 2839cf665f70d65c94ceeccb1219767cd9eda111 | [] | no_license | EvaMmw/HelloWorld | b6c47f8f8ebbf23c6dadc925e3af1c696928ff0c | b45f3bc5b17d599cf1e310202253c15c1d2c66e3 | refs/heads/master | 2021-04-09T15:10:03.117151 | 2018-03-18T14:44:11 | 2018-03-18T14:44:11 | 125,733,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.example.administrator.helloworld;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class HelloWorldActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentVie... | [
"1376240765@qq.com"
] | 1376240765@qq.com |
f015470dafa90046d2d85f68738baf57e8671063 | 6c887ace72a567f4344b8f1b1073b2be507ac949 | /app/src/main/java/com/rakshit/COPS/enums/ItemType.java | 893f5860a1d0e0585181f8925401d10033a04606 | [] | no_license | mighty-phoenix/COPS-app | 69df980c17cb0bb93d8b161248398143a0f8ed12 | 60b461012407286eaa382bc50b15f9f92ae8b7f4 | refs/heads/master | 2020-03-20T03:15:40.445046 | 2018-06-13T00:14:16 | 2018-06-13T00:14:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.rakshit.COPS.enums;
/**
* Created by Alex on 21.07.16.
*/
public enum ItemType {LOAD(10), ITEM(11);
private final int typeCode;
ItemType(int typeCode) {
this.typeCode = typeCode;
}
public int getTypeCode() {
return this.typeCode;
}
} | [
"rakshit.kumar.cse17@itbhu.ac.in"
] | rakshit.kumar.cse17@itbhu.ac.in |
cacc2b2a66d5c31ee2b2f8f21c9ce4f25429fe07 | 319f4da54086cec5bbea530c6a3dcb6db89fc105 | /yangdi-base-search/src/main/java/com/ewandian/b2b2c/search/domain/document/AdsEntity.java | bf8741e96b41bca9b1a3098b1e060f99b8c92fe2 | [] | no_license | YangDiA/yangdi-elasticsearch | b6a75fa99607d241a93d0b8b57c44662a99bc498 | e0e40c15a26cc09fb344d6a594aba1ac37866a95 | refs/heads/master | 2021-01-19T17:05:07.612032 | 2017-08-22T09:42:30 | 2017-08-22T09:42:30 | 101,045,836 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,636 | java | package com.ewandian.b2b2c.search.domain.document;
import com.ewandian.b2b2c.search.app.constant.MmsegAnalyzerConstant;
import org.springframework.data.elasticsearch.annotations.Document;
import org.springframework.data.elasticsearch.annotations.Field;
import org.springframework.data.annotation.Id;
import org.springfr... | [
"yangdi@1wandian.com"
] | yangdi@1wandian.com |
3d17cfb4c9e4fb488521a7ea114327de337a1925 | 7f4ac22c6a06c99f13b08731d92f3b477ab72b5d | /dao/src/main/java/com/hotpot/searcher/OrderSearcher.java | 254e6e52654b1195f6ee70bd903721cef75da8f0 | [] | no_license | marstianna/serial-manage | 7181ef8adb72a381ec0488ba7ccda3fa0b88c9be | bc76f1342e33c0a0de818cd02d6c61b6743cb402 | refs/heads/master | 2021-01-10T07:18:01.851178 | 2016-02-16T10:00:23 | 2016-02-16T10:00:23 | 48,519,329 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,632 | java | package com.hotpot.searcher;
/**
* Created by zoupeng on 15/12/26.
*/
public class OrderSearcher {
private Integer id; //订单号
private Integer vipId; //会员 ID
private Integer payType;//支付方式
private Integer storeId;//店铺 ID
private String cardId; //储值卡编号
private String startTime; //查询起始时间
... | [
"peng.zou@dmall.com"
] | peng.zou@dmall.com |
6a2b6d4a86841110a2700685acc9ffaa2eed03c9 | f1cd06451147cfec88909e2648736dc3b3911f1c | /src/main/java/com/projects/ApplicationSpringConfig.java | 52dc9e18b06c958d24686339080e42e8fc4e6179 | [] | no_license | IdoAlon/webserver1 | 6153f7e803de56c743758a5e0eee89d787702761 | 385d768fdeaffad9c6d8a8ed6343a25275e5b193 | refs/heads/master | 2020-07-12T22:42:56.817807 | 2016-11-16T08:06:26 | 2016-11-16T08:06:26 | 73,897,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.projects;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class ApplicationSpringConfig {
private static String DB_FILE_NAME = "/tmp/students.db";
@Bean
public StudentsController studentsController() ... | [
"ido.galon@gmail.com"
] | ido.galon@gmail.com |
5db240ac43582c9aa7519cc6237511907ac77f45 | 12bb49769a72df1826a9dbc83f7f85254c581acb | /IIMJOBSTest/src/test/java/com/iimjobs/qa/testcases/JobFeedTest.java | 6521becda5648f8f58f88d99d053c8518929447e | [] | no_license | Yatendra21/IIMJOBS | b74da89cf98ce958f676b082cc575f317d833cff | 8746153b91d252025a298d2afc80ca95569afb20 | refs/heads/master | 2022-07-22T11:59:17.179657 | 2019-09-02T08:47:05 | 2019-09-02T08:47:05 | 167,133,172 | 0 | 0 | null | 2022-06-29T17:10:47 | 2019-01-23T06:53:25 | HTML | UTF-8 | Java | false | false | 1,262 | java | package com.iimjobs.qa.testcases;
import java.io.IOException;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.iimjobs.qa.base.Testbase;
import com.iimjobs.qa.pages.Createyourjobfeed;
import com.iimjobs.qa.... | [
"32636877+Yatendra21@users.noreply.github.com"
] | 32636877+Yatendra21@users.noreply.github.com |
716aa8105916406d36abd44031ade6086eca6715 | 80403ec5838e300c53fcb96aeb84d409bdce1c0c | /server/modules/study/src/org/labkey/study/query/SpecimenPivotByDerivativeType.java | 8449817ddf0a2196e87b4df8d18cb7800aa5442a | [] | no_license | scchess/LabKey | 7e073656ea494026b0020ad7f9d9179f03d87b41 | ce5f7a903c78c0d480002f738bccdbef97d6aeb9 | refs/heads/master | 2021-09-17T10:49:48.147439 | 2018-03-22T13:01:41 | 2018-03-22T13:01:41 | 126,447,224 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,012 | java | /*
* Copyright (c) 2012-2015 LabKey Corporation
*
* 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 app... | [
"klum@labkey.com"
] | klum@labkey.com |
817d8870141ba2889021eccb179ef41ff4eb371f | 73308ecf567af9e5f4ef8d5ff10f5e9a71e81709 | /jaso78256/server/src/main/java/com/example/jaso78113/MyController.java | 60ca37ba4aa68ef0cc0f81bab96f079e8f2ef4b6 | [] | no_license | yukihane/stackoverflow-qa | bfaf371e3c61919492e2084ed4c65f33323d7231 | ba5e6a0d51f5ecfa80bb149456adea49de1bf6fb | refs/heads/main | 2023-08-03T06:54:32.086724 | 2023-07-26T20:02:07 | 2023-07-26T20:02:07 | 194,699,870 | 3 | 3 | null | 2023-03-02T23:37:45 | 2019-07-01T15:34:08 | Java | UTF-8 | Java | false | false | 461 | java | package com.example.jaso78113;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("")
public class MyController {
@RequestMapping(value = "/", con... | [
"yukihane.feather@gmail.com"
] | yukihane.feather@gmail.com |
6de78ef5f9ad9073919e2a1808674a220fe0e7d2 | 417794e62c9edeeb509e4d931ad5b52ca5e54674 | /back/src/test/java/fr/certification/tp2/acceptance/jbehave/stories/send_substract_operation/SubstractStory.java | 84150c37a731cdebd60916f678370e98daf27db2 | [] | no_license | Reynault/TP_Certif_Spring | 2df4703ee8479a6d7b6d8830bbbe1735ae35dc06 | 53f285bd8cd9c29b79dee772757f08a1fe08ab8b | refs/heads/master | 2023-01-22T10:30:47.324919 | 2020-12-10T12:24:45 | 2020-12-10T12:24:45 | 312,567,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package fr.certification.tp2.acceptance.jbehave.stories.send_substract_operation;
import fr.certification.tp2.acceptance.steps.OperationsControllerSteps;
import org.jbehave.core.annotations.Given;
import org.jbehave.core.annotations.Then;
import org.jbehave.core.annotations.When;
import net.thucydides.core.annotations... | [
"reynault.sies@gmail.com"
] | reynault.sies@gmail.com |
a1236930b895f2ae1406db776b44a48ac25cab24 | bbca5701b310ebf07a8def09156acf4f70381fa9 | /security/security.core/src/main/java/com/gwtjs/icustom/springsecurity/support/CustomUserDetailsService.java | 25b9a1bb1d280c24e584091ab2ad5ac7ad8cd4cc | [
"Apache-2.0"
] | permissive | flash8627/icustom-boot | 4ed6f4393e7a384658a5d29c10f992c379ec5195 | ec68cadf54ae7a2b2f8b1c5c61be8e7feaf8e695 | refs/heads/master | 2021-01-19T00:49:51.423273 | 2017-11-10T13:52:12 | 2017-11-10T13:52:12 | 87,210,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,918 | java | package com.gwtjs.icustom.springsecurity.support;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.inject.Inject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.cor... | [
"flash8627@hotmail.com"
] | flash8627@hotmail.com |
7337706ad0d41db70693e72ac13b8155a907a0b9 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project39/src/test/java/org/gradle/test/performance/largejavamultiproject/project39/p197/Test3943.java | 383e8976f4b24de2d8dd274295c76e6972c0fbb9 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,171 | java | package org.gradle.test.performance.largejavamultiproject.project39.p197;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test3943 {
Production3943 objectUnderTest = new Production3943();
@Test
public void testProperty0() {
Production3940 value = new Production3940();
... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
add731c4ca245ab601d7b6aa326017c02c9361c5 | d6a6fcd59778cd2bdf3de8a11b6995405edf7715 | /pris/src/main/java/br/com/pris/pris/controllers/FuncionarioController.java | 0bdee4bcae10ae81bc06306e65670b1d8f4bfa57 | [] | no_license | pi-gestao-pedidos/BackEnd | ac0821993ce5de89728e1dbdd278da0ad0a2217f | 110989676cc3f699a9ec4a1c6638abd46c9bd1bb | refs/heads/master | 2023-01-21T13:34:32.989679 | 2020-11-21T14:20:04 | 2020-11-21T14:20:04 | 308,710,137 | 0 | 0 | null | 2020-11-21T16:34:26 | 2020-10-30T18:15:31 | Java | UTF-8 | Java | false | false | 1,901 | java | package br.com.pris.pris.controllers;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.sprin... | [
"dreis.gti@gmail.com"
] | dreis.gti@gmail.com |
4be25f57d69eb9d530d7c0af62728c2d513c0f08 | 33a895621939aaf90bcd258295edfa7e3794cd37 | /SLEUTH-rest/src/main/java/be/moac/sleuth/person/web/PersonRestController.java | dc9c904c1c3fb79f3c70337f42bf6d276b359244 | [] | no_license | janvanrensbergen/sleuth-demo | 04709dcceb688060a855ae084c4a9774c89a012d | 78521cbf1af29c33bf419c1ebd0035e0962cb73f | refs/heads/master | 2021-01-17T19:08:50.760283 | 2016-06-24T05:38:43 | 2016-06-24T05:38:43 | 61,319,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | package be.moac.sleuth.person.web;
import be.moac.sleuth.person.PersonForm;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.spri... | [
"jan.vanrensbergen@gmail.com"
] | jan.vanrensbergen@gmail.com |
4665dcc9a37c8e88a4cb469197feec497473c0bc | d0b84a7fbcea5a4903bc1369e86716c4af1fafde | /DesignPatterns/src/designpattern/creational/singleton/BillPughSingleton.java | 3cdbafc535ec74d0c8c27301b1d5d0dfbc78aaae | [] | no_license | TheAbhishekKumarSinha/CodingDevelopment | 1a3ed3ae8e6afeb1141fe3c3392bbcf1a88a171e | 4b543f37198547984d98035b20de4a80bac6fd2e | refs/heads/master | 2022-07-28T00:34:13.717371 | 2022-07-16T15:49:37 | 2022-07-16T15:49:37 | 126,588,512 | 0 | 0 | null | 2018-10-14T10:54:39 | 2018-03-24T10:25:28 | Java | UTF-8 | Java | false | false | 399 | java | package designpattern.creational.singleton;
/**
* @author Abhishek Kumar Sinha
*
*/
public class BillPughSingleton {
private BillPughSingleton() {
}
private static class SingletonHelper {
private static final BillPughSingleton INSTANCE = new BillPughSingleton();
}
public static Bill... | [
"abhishekkumar.sinha@misys.com"
] | abhishekkumar.sinha@misys.com |
84634eb4bda5792f303ef99defb25adac026a6fd | b90382aea9fd27a7ee8c9d3198c7f6e57ecdad8c | /gmall-mbg/src/main/java/com/topjia/gmall/sms/service/FlashPromotionSessionService.java | 3a3dfd08d0ab13c1067f8ff4ffee8e08a65c3b12 | [] | no_license | topjia-vip/gmall | 7a26a78dbd33beb99ce836a5e6b50336dd78827a | 29b1cc2eda939a34dafd3c4a5e887730fcbb5929 | refs/heads/master | 2022-06-22T17:44:54.470948 | 2019-11-24T07:46:15 | 2019-11-24T07:46:15 | 223,708,602 | 0 | 0 | null | 2022-06-21T02:18:06 | 2019-11-24T07:34:43 | Java | UTF-8 | Java | false | false | 343 | java | package com.topjia.gmall.sms.service;
import com.topjia.gmall.sms.entity.FlashPromotionSession;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 限时购场次表 服务类
* </p>
*
* @author wjh
* @since 2019-11-24
*/
public interface FlashPromotionSessionService extends IService<FlashPromotionSession> ... | [
"1256957450@qq.com"
] | 1256957450@qq.com |
d8fc5957ab63fdf2ccb818284cb75fa45859e7b4 | 6377e2dc472eeb5ccfb985cde037be45209dfdd4 | /Final Project/Server/src/gvsu457/ServerClientThreadOperations.java | ef99a4ea763ed8d36ab031d0d2dff49be85289f2 | [] | no_license | ThunderKick/CIS457 | 1a5c85bf2ab6b8c7072e894717f57600287acca5 | 87c3982fc71be19968c2c8bb6832b95cb22536c5 | refs/heads/master | 2021-04-29T23:05:04.745103 | 2016-12-05T14:15:40 | 2016-12-05T14:15:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,213 | java | package gvsu457;
import java.io.File;
import java.io.IOException;
import java.net.ServerSocket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* ServerClientThreadOperations
*
* @author Taylor Coleman, David Fletcher
*/
public class ServerClientThreadOperations extends Thr... | [
"colemata@mail.gvsu.edu"
] | colemata@mail.gvsu.edu |
59f3d76c447aab75a8eefdcac900d2a73d7c0625 | f2eb081b15b21d801927cab1c734dfb18a230dd8 | /changgou-parent/changgou-service/changgou-service-goods/src/main/java/com/wk/goods/service/ParaService.java | b83125121c95037f89e0227b4877af05ad690a44 | [] | no_license | wk-001/changgou | e7be9524a075e774e7e157c99ada3d0e9c4a4050 | 2f9ea55775f56482e4b2a6a345a2c9a6641bdb81 | refs/heads/master | 2022-07-06T01:30:21.177309 | 2020-03-14T07:55:19 | 2020-03-14T07:55:19 | 239,932,807 | 1 | 2 | null | 2022-06-21T02:47:16 | 2020-02-12T05:15:04 | JavaScript | UTF-8 | Java | false | false | 1,326 | java | package com.wk.goods.service;
import com.github.pagehelper.PageInfo;
import com.wk.goods.pojo.Para;
import java.util.List;
/****
* @Author:admin
* @Description:Para业务层接口
* @Date 2019/6/14 0:16
*****/
public interface ParaService {
/**
* 根据分类ID查询template_id,再用template_id查询参数集合
* @param categoryId
... | [
"123@qq.com"
] | 123@qq.com |
089a635e9e991a182f3f9abe611a78a2797d0ec6 | 28c444100fd19fb9fd58bad46542f5bcf3892cbd | /tron-math/src/main/java/com/migtron/tron/math/color/ColorSimilarity.java | 159f46804d4e6b86d8fbfaa62a5aef8d5226e9a9 | [] | no_license | albarral/migtron3 | bf6213ca54c3f238a867cde82fd592e83a1aea87 | ed39a84499b49326f21d76a23ab69b33bf8931ac | refs/heads/master | 2021-07-06T04:29:29.557680 | 2019-06-13T17:45:10 | 2019-06-13T17:45:10 | 191,623,462 | 0 | 0 | null | 2020-10-13T13:51:19 | 2019-06-12T18:20:42 | Java | UTF-8 | Java | false | false | 1,202 | java | /*
* Copyright (C) 2019 by Migtron Robotics
* albarral@migtron.com
*/
package com.migtron.tron.math.color;
import com.migtron.tron.math.Vec3f;
import com.migtron.tron.math.Vec3s;
/**
* Utility class to perform color similarity computations using local RGB color and global hsv essence.
* @author albarral
*/
... | [
"albarral@migtron.com"
] | albarral@migtron.com |
f3646a57cf45dbcd8e04fc9505cb8dd94e0346b8 | 6da98bd81e0133ee13f6b4574ce87012f3a867ef | /libserialhelper/src/main/java/com/ewedo/libserialhelper/util/CmdBuilder.java | c7e341108d5c4ca3f08eb54cd077650dc5a39f43 | [] | no_license | Fozei/CommonLib | 4d78b5b435b65e2f16af2215778ea82ce98a7dc3 | 37324281fe2ed18e8a5dcc8e14b4f7e84dd7270a | refs/heads/master | 2020-03-19T23:25:34.604243 | 2018-06-12T02:19:18 | 2018-06-12T02:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,003 | java | package com.ewedo.libserialhelper.util;
import com.ewedo.libserialhelper.Constants;
/**
* Created by fozei on 17-11-16.
*/
class CmdBuilder {
/**
* 拼接没有数据包的简单命令
*
* @param cmd 要发送的指令
* @return 拼接结果
*/
public static byte[] buildSimpleCmd(byte[] cmd) {
//STX + Length + Length... | [
"fozei@qq.com"
] | fozei@qq.com |
697e8783822859b03de9bcaa5c94ce89377359fa | 82cc2675fdc5db614416b73307d6c9580ecbfa0c | /eb-service/quartz-service/src/main/java/cn/comtom/quartz/job/EBRSTInfoReportJob.java | d0cf36ea7bac4a23a72a08d3aae99bc2670de37e | [] | no_license | hoafer/ct-ewbsv2.0 | 2206000c4d7c3aaa2225f9afae84a092a31ab447 | bb94522619a51c88ebedc0dad08e1fd7b8644a8c | refs/heads/master | 2022-11-12T08:41:26.050044 | 2020-03-20T09:05:36 | 2020-03-20T09:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package cn.comtom.quartz.job;
import cn.comtom.quartz.service.ILinkageService;
import cn.comtom.quartz.utils.SpringContextUtils;
import cn.comtom.tools.response.ApiResponse;
import lombok.extern.slf4j.Slf4j;
import org.quartz.DisallowConcurrentExecution;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
im... | [
"568656253@qq.com"
] | 568656253@qq.com |
2057d8406c180f66a8bc23384b54875f99ad7d7e | 158ed2906743f3f8e3bf27e6adcb4c0a6d5fbef9 | /src/test/java/com/ltanner/inventoryManagement/AppTest.java | 27c65e524cacec13860023d655b4f6a22e8118c1 | [] | no_license | AstroEL/InventoryManagementAPI | a86bfeddf156837256855f9951e2d76e7c76901d | fccff5cdd526cd3ea17b6e6a72c9c638478babed | refs/heads/master | 2022-07-23T22:58:20.192747 | 2019-11-08T00:15:42 | 2019-11-08T00:15:42 | 220,352,730 | 1 | 0 | null | 2022-06-21T02:11:39 | 2019-11-08T00:13:34 | Java | UTF-8 | Java | false | false | 659 | java | package com.ltanner.inventoryManagement;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
... | [
"leiland12@gmail.com"
] | leiland12@gmail.com |
b40b99c64269dae954c82af4827d552c453b06a7 | 3140584b31299bcf49c88563d847ece40d77d1b9 | /user-service/src/main/java/com/yzhao66/cloud/service/UserService.java | 943514fecd667b76036df39cffaed28906f21802 | [] | no_license | yzhao66/springcloud-demo | 5ece44863ccdb7ca29a4ab3f83a5ee7b4298a2f0 | 35d83cb068b63693eb27590e8d3f5e5beab69e98 | refs/heads/master | 2023-03-25T04:43:15.392543 | 2021-03-26T03:23:00 | 2021-03-26T03:23:00 | 264,128,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.yzhao66.cloud.service;
import com.yzhao66.cloud.domain.User;
import java.util.List;
/**
* Created by macro on 2019/8/29.
*/
public interface UserService {
void create(User user);
User getUser(Long id);
void update(User user);
void delete(Long id);
User getByUsername(String usern... | [
"yangzhuohao@cecii.cn"
] | yangzhuohao@cecii.cn |
193ed9fa0d9b1c1aa0dd7797e40cf089a11908f2 | 3be06fef3717172e972021a617e2e6396090df40 | /component/viewer/restfulobjects/tck/src/test/java/org/apache/isis/viewer/restfulobjects/tck/domainobjectorservice/id/action/invoke/Get_givenEtag_whenIfMatchHeaderDoesMatch_ok_TODO.java | 00b5a15bdb14a8fec88e4b94fa6575311c955317 | [
"Apache-2.0"
] | permissive | fengabe/isis | a7479344776a039e141ac7a74be072f321f73193 | e5e5a72867c5a6fb20f6eb008fcf4423afeca68a | refs/heads/master | 2020-04-08T07:19:10.689819 | 2013-05-06T15:28:35 | 2013-05-06T15:28:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package org.apache.isis.viewer.restfulobjects.tck.domainobjectorservice.id.action.invoke;
public class Get_givenEtag_whenIfMatchHeaderDoesMatch_ok_TODO {
}
| [
"danhaywood@apache.org"
] | danhaywood@apache.org |
d2034ca2344da1147a58a1276a861764cd17a640 | b35e42618890b01f01f5408c05741dc895db50a2 | /opentsp-dongfeng-modules/opentsp-dongfeng-openapi/dongfeng-openapi-core/src/main/java/com/navinfo/opentsp/dongfeng/openapi/core/service/impl/PositionReportService.java | a819d1d2b06731273a2923d2f33d3b1e838dc49a | [] | 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,836 | java | package com.navinfo.opentsp.dongfeng.openapi.core.service.impl;
import com.navinfo.opentsp.dongfeng.common.result.HttpCommandResultWithData;
import com.navinfo.opentsp.dongfeng.common.service.BaseService;
import com.navinfo.opentsp.dongfeng.common.util.StringUtil;
import com.navinfo.opentsp.dongfeng.openapi.core.pojo.... | [
"zhangtiantong@aerozhonghuan.com"
] | zhangtiantong@aerozhonghuan.com |
a614e5856d731f9bd741e2e0531700b112c0d8b7 | bbce4f9ec2de93f540809ff09c7e6b25f76a564e | /app/src/main/java/com/amin/fastandroidnetworkingdemo/model/MovieGenre.java | e93afc56170ab3dab0fe686e707997b9a12593d8 | [] | no_license | amin200x/MovieBuff | ae2eb2be5b849ee7dc5912020b60ec401a10506f | 441288a8de93f579e4f4118206d890908821ebcd | refs/heads/main | 2023-02-01T17:14:53.530533 | 2020-12-15T10:11:16 | 2020-12-15T10:11:16 | 321,589,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java |
package com.amin.fastandroidnetworkingdemo.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class MovieGenre implements Parcelable
{
@SerializedName("id")
@Expose
private Integer id;
@... | [
"amin@gmail.com"
] | amin@gmail.com |
32f7d616f7a0f4bda086c144f770834d0abfdaa3 | 2b71fc9dee9d0d55a451ad9e26f29d1d91ee4c4e | /core/src/test/java/org/goldian/ccfin_core/ExampleUnitTest.java | 7da8fd3cf1f17c7db2b08c4b8e707fede469065c | [] | no_license | ruokwangpawn/Latte | 0c7748383f749951d75903e70e64568189a2e8ce | d1c3fe0e81eb04be4216ad627f0e6beed6fc4597 | refs/heads/master | 2022-02-21T02:49:11.062756 | 2022-02-09T08:14:34 | 2022-02-09T08:14:34 | 110,524,875 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package org.goldian.ccfin_core;
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... | [
"240527800@qq.com"
] | 240527800@qq.com |
261b754ce407edf3cd6cd78f3f3e278ba60e2f12 | 4780edea7365473879760459fb5a4dea3c93ca94 | /src/bd2/controllers/LoginController.java | 41aea1ac4531cf4eafd53cbfccfa07795357402c | [] | no_license | KPucilowski/pwr_bd2 | 28e1090826025aeeb3acd502cb2f705a6f99ae1e | a0669cedbf67845ad16bc06c05e9a9ebdc23dbca | refs/heads/main | 2023-02-20T03:30:59.429692 | 2021-01-19T14:48:26 | 2021-01-19T14:48:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package bd2.controllers;
import bd2.App;
import bd2.models.LoginModel;
import bd2.tools.LoginTools;
import bd2.views.LoginView;
import javax.swing.*;
import java.security.NoSuchAlgorithmException;
import java.sql.SQLException;
public class LoginController implements IController {
private final LoginView view;
... | [
"addanik@gmail.com"
] | addanik@gmail.com |
b81907d013b40ec382c5f7c3c6647ea42c9468f5 | 8acff4c2a4817b9de82f95db92a77a1382b96d27 | /src/main/java/br/com/zupacademy/neto/casadocodigo/erros/ResourceNotFoundException.java | 3c03d6a6c88b117931067d832f49f37dd88d3bb9 | [
"Apache-2.0"
] | permissive | netomantonio/orange-talents-05-template-casa-do-codigo | b9da0a7632d2bf314a5370e789b6382d1b070923 | 4387bb2f3402bf1aa67670f71f385e7652eb5f62 | refs/heads/main | 2023-05-04T16:50:37.741974 | 2021-05-23T00:44:04 | 2021-05-23T00:44:04 | 368,201,313 | 0 | 0 | Apache-2.0 | 2021-05-17T13:45:54 | 2021-05-17T13:45:54 | null | UTF-8 | Java | false | false | 338 | java | package br.com.zupacademy.neto.casadocodigo.erros;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.NOT_FOUND)
public class ResourceNotFoundException extends RuntimeException{
public ResourceNotFoundException(String message) {
su... | [
"netomantonio@gmail.com"
] | netomantonio@gmail.com |
7761233ec83a6c771efa81d3d06933f3eab7769f | d4cb139d0a72eaf9511baf8f2435f1024ee29023 | /src/android/com/missiveapp/openwith/Serializer.java | 0a6c2f981e418517e9342fec569d5268c1bef0a5 | [
"MIT"
] | permissive | yosuke/cordova-plugin-openwith | c5d2c9badbf67ac55553cf7dc2dfd91455ad63c6 | 0c135085d1c55b151531412b25a1e3092857631e | refs/heads/master | 2020-03-26T08:27:08.472113 | 2019-10-19T22:11:41 | 2019-10-19T22:11:41 | 144,703,008 | 0 | 0 | null | 2018-08-14T10:06:54 | 2018-08-14T10:06:54 | null | UTF-8 | Java | false | false | 5,572 | java | package com.missiveapp.openwith;
import android.content.ClipData;
import android.content.ContentResolver;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Base64;
import java... | [
"etienne@heliom.ca"
] | etienne@heliom.ca |
61bd324b66450e3b7b957495cc356277d2340eee | bfcf51666d966dddf0429d988ca2ffe10f2f92a4 | /dubbo-mvc-web/src/main/java/com/vcooline/demo/dubbo/web/DemoController.java | 52b7ce7941612a0461e1e0bccf06749ec7386ef9 | [] | no_license | emac/dubbo-demo-mvc | a5b60fd68d692bd36676754433af53bfd85ec5ea | 11d70a070e859a82cfc6cd444361f676673d26d6 | refs/heads/master | 2021-03-12T20:28:10.546651 | 2015-07-24T15:39:58 | 2015-07-24T15:39:58 | 41,414,811 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package com.vcooline.demo.dubbo.web;
import com.vcooline.demo.dubbo.api.DemoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBod... | [
"shen.b@vcooline.com"
] | shen.b@vcooline.com |
44f17b4da8b86bfb42c9dff2afae142be2952359 | 5e24dc1aa3f71f38bdc6b0f31cea2cff4fd6355a | /src/main/java/com/mcakir/core/base/repository/BaseRepository.java | 4d68cb9b86fbaac318ec8fea5de37b55b09b809b | [] | no_license | ByKIRTAN/SpringMVC | 7b5fabff64a00fd124697927c003a86ac61152b5 | dd9fbe2cd1c047f691db9395ff147a43a5d1d79e | refs/heads/master | 2020-04-06T06:49:17.389243 | 2015-11-06T13:48:41 | 2015-11-06T13:48:41 | 46,125,566 | 1 | 0 | null | 2015-11-13T14:10:53 | 2015-11-13T14:10:52 | null | UTF-8 | Java | false | false | 176 | java | package com.mcakir.core.base.repository;
import org.springframework.data.jpa.repository.JpaRepository;
public interface BaseRepository<T> extends JpaRepository<T, Long> {
}
| [
"mcakir.web@gmail.com"
] | mcakir.web@gmail.com |
7a7eb438b33d4a9991390766ed52e98361532850 | b53d98c4ac7227dd93d4b7408907bc1296d04ad0 | /com/media/common/model/video/BoxOfficeTotal.java | 0cffd69ea09b3cf2706bbae14ac713a00e07f433 | [] | no_license | yangmeichenlei/demo | 0f5dd02a4e4016d022a98662e0e6dcd8d58b1d41 | 3804ef064245d6d4efe4672b2fa4a22512ea121c | refs/heads/master | 2020-04-13T07:52:02.599651 | 2018-12-25T08:50:05 | 2018-12-25T08:50:05 | 163,064,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,414 | java | package com.media.common.model.video;
import com.media.common.base.BaseModel;
import java.math.BigDecimal;
import java.util.Date;
/**
* @author zhaoRong
*
*/
public class BoxOfficeTotal extends BaseModel {
private static final long serialVersionUID = 1L;
private String pkBoxOfficeTotalId;
private Str... | [
"lilinyang@qq.cmd"
] | lilinyang@qq.cmd |
6a0df8d40cb476da3a96977abff53ef2faa35f60 | 94e5880912d9d9f90dee123277261fd95156e387 | /src/local/JPL/ch22/ex22_03/Luncher.java | abdc1eda719e24aaf5b037dd5b23485b301782df | [] | no_license | mikan/java-training-course | 5135bc940061e2832ba8a743d41629e73db6bc74 | c4a3528bfdc6308f548f069cfdd5966d0105b061 | refs/heads/master | 2021-01-09T20:52:08.314015 | 2014-08-02T16:12:28 | 2014-08-02T16:12:28 | 13,364,128 | 1 | 0 | null | 2020-01-28T19:11:53 | 2013-10-06T15:21:40 | Java | UTF-8 | Java | false | false | 226 | java | /*
* Copyright(C) 2014 Yutaka Kato
*/
package local.JPL.ch22.ex22_03;
public class Luncher {
public static void main(String[] args) {
System.out.println(new WhichChars("Testing 1 2 3").toString());
}
}
| [
"yutakakato@icloud.com"
] | yutakakato@icloud.com |
d4fd1b4319c19fb9d7d8026bd55811f0d4366cea | 8a428922c320d214518e52f59c2a84fed9999928 | /src/main/java/com/sda/pizzeria/service/UserRoleService.java | 2b9925f4ba8b83d4da3e038957d939413668bbf2 | [] | no_license | SaintAmeN/java_12_pizzeria | 82e49ef77fa247ea7513da4f61953318ea123fe5 | 0684837b5a251b7fa199ec87e59863d0475194ec | refs/heads/master | 2020-04-09T02:08:09.423966 | 2018-12-02T14:48:26 | 2018-12-02T14:48:26 | 159,929,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.sda.pizzeria.service;
import com.sda.pizzeria.model.UserRole;
import com.sda.pizzeria.repository.UserRoleRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import java.util.Has... | [
"pawel.reclaw@gmail.com"
] | pawel.reclaw@gmail.com |
41f3c0c4e05e7d04aa3c701268ee7e26f3ee2191 | 905e2896a76fa634f0684ad07b641b4e76778c94 | /hibernatetutorial/src/main/java/com/vivek/myhibernate/UserApp1.java | 52f4da7923f663c7ceb7c9d737b3039a81a5fcd7 | [] | no_license | vivekdubeydeveloper/hibernate | 8556692b66ffbf616b74e9c35c86644e2af36ff4 | 3d9cdb492c209d92ec87976c7df3c5bb8efc03f6 | refs/heads/master | 2022-06-24T19:49:32.007308 | 2019-12-03T17:30:55 | 2019-12-03T17:30:55 | 225,419,662 | 0 | 0 | null | 2022-06-21T02:22:12 | 2019-12-02T16:27:02 | Java | UTF-8 | Java | false | false | 1,152 | java | package com.vivek.myhibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import com.vivek.myhibernate.entity.UserDetails;
/**
* Hello world!
*
*/
public class UserApp1
{
public static void main( String[] args )
{
//create entity this i... | [
"vivek.dubeydeveloper@gmail.com"
] | vivek.dubeydeveloper@gmail.com |
ec78189c25a9f3ed91591abc7e3c544018851d75 | ad597acefb5ee65c39731a1035f4f1a642514891 | /Expeciall_2016_12_11/LikeException.java | 234527206c205cf4db4e1f593dc2c058aefd2d97 | [] | no_license | congrobot123/Huangss | 2b4a6f4828091a53c4add497d2d2ac94cb280fa7 | e59418ffdd8efc6aa765479a5d55bc366e5df67a | refs/heads/master | 2020-08-03T14:59:36.025164 | 2016-12-13T14:16:36 | 2016-12-13T14:16:36 | 73,545,219 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 531 | java | import java.util.Scanner;
public class LikeException
{
public static void main(String[] args) throws Exception
{
Scanner scan =new Scanner(System.in);
System.out.println("请输入一个字符串:");
String[] st = new String[3];
for(int i =0; i < st.length; i++)
{
st[i] = scan.next();
}
if(st[0].equalsIgnoreCas... | [
"770363228@qq.com"
] | 770363228@qq.com |
170fb2879600ddd41345a85a82fec761d850c323 | 59359f96e193b5801a4f4679db6629e60b1b19aa | /1902SE/src/io/Person.java | fee03dcadc17db4cf07172d042f03e075a2716ed | [] | no_license | Conwie/Study | 90af41fec60b9683a18680363c3a5dd885652ab6 | 06ce79ec7d3b5dfa4f90194f53ab163a05236fd0 | refs/heads/master | 2020-06-18T11:52:42.468411 | 2019-08-10T07:32:27 | 2019-08-10T07:32:27 | 196,295,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package io;
import java.io.Serializable;
import java.util.Arrays;
/**
* 使用当前类测试对象流的对象读写操作
*
* 一个类若希望被对象流读写,那么这个类必须要
* 实现接口:Serializable
* @author soft01
*
*/
public class Person implements Serializable{
private static final long serialVersionUID = 1L;
private String name;
private int age;
private String g... | [
"zhaokangwei@163.com"
] | zhaokangwei@163.com |
5bc268c5132900e83e839bcf7e2218be87c6221a | 5a555ceb202f0b96191b539099de0b80315268bb | /app/build/generated/source/buildConfig/androidTest/debug/com/virupawadegmail/sdhmancharpune/test/BuildConfig.java | 321ba565eb7fd64118e1963a3811cc9c8243378f | [] | no_license | amitiwary999/Blogerlove | 60eea9872d92bf136ad78bc17c4e43f9450bd1c9 | c06e4fc93d6bb66a9de20b1953c9622bcbd05936 | refs/heads/master | 2021-06-09T03:49:25.555075 | 2016-12-08T20:59:58 | 2016-12-08T20:59:58 | 68,702,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.virupawadegmail.sdhmancharpune.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.virupawadegmail.sdhmancharpune.test";
public static final Str... | [
"tiwarya9@gmail.com"
] | tiwarya9@gmail.com |
2462db5387b3e112df5c215a60ef2db2c47cf468 | 2b236a8a50d4b3fc8144f9c0ad57d7691a505b16 | /MultiDataSource-portlet/docroot/WEB-INF/src/com/meera/multidatasource/service/impl/TableFromDefaultDataSourceLocalServiceImpl.java | 50af92df45f1bb17bcdc1aaa49bd9f13c04bdd06 | [] | no_license | LiferaySavvy/Liferay-Plugin-Portlet-Connecting-Multiple-Datasources | d972b7f6280db645f4978a0267cfd3137e711043 | d044ef3faf71ec0871b4d088a693f51aef6885d9 | refs/heads/master | 2021-01-10T16:55:44.279116 | 2015-11-23T13:09:59 | 2015-11-23T13:09:59 | 46,720,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"meera.success@gmail.com"
] | meera.success@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.