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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc1c0f5782909a56d5c3f748da6ee367c91b9f95 | dc763e17704111591dc11adc2c876390615644b2 | /legstar-mule-generator/src/main/java/org/mule/transport/legstar/gen/AbstractCixsMuleGenerator.java | ac96518f67fd5aa34195875d02f344796939052d | [] | no_license | safwen32/legstar-mule | 5067e402e1823dd1144c207a6d2cb565f41b3c24 | 9a021556c9539967e246327c08670f875f40583b | refs/heads/master | 2021-01-10T20:57:46.038532 | 2013-11-15T12:44:04 | 2013-11-15T12:44:04 | 34,785,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,944 | java | /*******************************************************************************
* Copyright (c) 2009 LegSem.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v2.1
* which accompanies this distribution, and is available at
... | [
"fady@6810f1fe-32b5-efba-0c3f-87fbb5f72bdc"
] | fady@6810f1fe-32b5-efba-0c3f-87fbb5f72bdc |
1deb625592c2c72cb2362c38a276034b8c307063 | fdd1b8738402be798ca4720ab4a9014088846abc | /gui/src/test/java/com/nabla/project/fronter/selenium/tests/helper/WindowsRegistry.java | 87c509c5e95ddc9f1d67cada7139e76e351bc1e1 | [] | no_license | AlbanAndrieu/nabla-projects-interview-fronter | 828638b282cfd46ee497bbf8f51998f0c2baca27 | 5f9028b46c8f3a0d6418a9d3cf834e77eefbcba6 | refs/heads/master | 2016-09-05T09:42:21.805606 | 2015-01-26T21:14:25 | 2015-01-26T21:14:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,376 | java | /*
* Copyright (c) 2002-2004, Nabla
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the following... | [
"root@localhost"
] | root@localhost |
22422f1b6286a0319c949c1f527b584ab4930b70 | 67ca48a06547b7166a3cb9edc83aa28435890546 | /demos/ipservice-demo/kubernetes/ipclient-boot/src/main/java/com/capgemini/demos/ms/ipservice/client/Config.java | 270de34932d9a377ab3249fb9248a0a7e3275b62 | [
"Apache-2.0"
] | permissive | ksobkowiak-talks/capgemini-open-days-201706 | 530e9992a7a78edc0372a0297d12fd05a4c1b3a8 | 2d8e3ab42383d37e731413e34b3e31ba0e8d21b6 | refs/heads/master | 2020-12-25T18:32:30.809057 | 2017-08-31T22:14:45 | 2017-08-31T22:14:45 | 93,958,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.capgemini.demos.ms.ipservice.client;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties(prefix = "ipclient")
public class Config {
private String message;
private String s... | [
"krzys.sobkowiak@gmail.com"
] | krzys.sobkowiak@gmail.com |
72ba03137422221691bee66863b2dd054d4a683a | ebee2dba9db595e4027bb3a2a4198c4c22a5b407 | /src/main/java/com/iris/earsiv/model/testmodels/firm2Repository.java | d2cc7c4ab2d560ab391bcc4896a42907c66c53f6 | [] | no_license | apdmrl/earsiv | c4fd3c5da0fca4a159ef038e98c94e0f61b3708b | c6929aa387d6a9f0b5206ed493e588e64f034a75 | refs/heads/master | 2022-04-04T08:07:12.678307 | 2019-12-10T21:40:25 | 2019-12-10T21:40:25 | 226,709,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | package com.iris.earsiv.model.testmodels;
import org.springframework.data.mongodb.repository.MongoRepository;
public interface firm2Repository extends MongoRepository<firm2,String> {
}
| [
"apdmrl@gmail.com"
] | apdmrl@gmail.com |
4234465ef5940f679dac886cb4098e13db5dbeb3 | e51916a63462c19d6f425b9c40a618eb2c1ab459 | /micro-grizzly-with-jersey/src/test/java/app/custom/binder/resource/objects/BinderTest.java | 9d650b19e01dd4e97df29f97619e443cfbf74b53 | [
"Apache-2.0"
] | permissive | morrowgi/micro-server | acb4835090054d25a134819ea3d10a448f80b584 | b473f2ce699200834e338a181551be88520191a2 | refs/heads/master | 2021-01-18T03:42:07.805252 | 2017-11-01T14:08:16 | 2017-11-01T14:08:16 | 40,002,764 | 0 | 0 | null | 2015-07-31T11:43:02 | 2015-07-31T11:43:02 | null | UTF-8 | Java | false | false | 1,262 | java | package app.custom.binder.resource.objects;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import java.util.concurrent.ExecutionException;
import cyclops.collections.immutable.PersistentSetX;
import cyclops.collections.mutable.SetX;
i... | [
"john.mcclean@teamaol.com"
] | john.mcclean@teamaol.com |
a7b3fb34b89d4cf0f223f18468a6130ca6aaeae5 | ead326685405305998f1c5a7f4fa60be487630f3 | /rto-service/src/main/java/net/thirdfoot/rto/model/VideoStream.java | 1d300be38df817dcb977a92879f4a2b2299e421f | [] | no_license | laszlocsontos/ringtube | 93910edb59e09a67249c384f23989e9a30e8e809 | 286ccbf53e1079d79e73f3de89927bf9d76bed7b | refs/heads/master | 2020-03-15T11:49:29.720895 | 2018-05-04T11:06:40 | 2018-05-04T11:06:40 | 132,129,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,453 | java | package net.thirdfoot.rto.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Transient;
import jodd.util.StringUtil;
import net.thir... | [
"csontos.blaszlo@gmail.com"
] | csontos.blaszlo@gmail.com |
c66bc14a2a5298c51dd988d26a8d377c2c425c56 | dacd75e4b48ed93511f127fcfa63ebc06ef82e45 | /design-pattern/src/main/java/com/yuliyao/growthdemo/factory/BenzFactory.java | 676fbc6303f14fd008c77f2c7a50ac10c379b442 | [] | no_license | myloveyuvip/growth-demo | f2f45cf1323214cd7733db2ccfe86435014eda55 | 43df1480377e7fe714ec82e297b0bc779f852aea | refs/heads/master | 2022-06-21T12:13:15.560425 | 2020-12-29T02:06:58 | 2020-12-29T02:06:58 | 163,428,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.yuliyao.growthdemo.factory;
import com.yuliyao.growthdemo.factory.Benz;
import com.yuliyao.growthdemo.factory.Car;
import com.yuliyao.growthdemo.factory.FactoryMethod;
/**
* @author YuLiyao
* @date 2019/1/28
*/
public class BenzFactory implements FactoryMethod {
@Override
public Car getCar() {... | [
"myloveyuvip@qq.com"
] | myloveyuvip@qq.com |
d82d89081131b5cc35a696be90808daa762b96e5 | 079ca0da2c1ab66569894f2a73d7375fca579c2b | /utils-apl-derived-core/src/main/java/org/omnaest/utils/structure/map/adapter/SortedMapToSortedMapAdapter.java | 6d3cfee5156001b38a320a482c884d5cfe2c58c4 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zizopen/utils-apl-derived | 63666ccb6eb19502f73e19a1086283f7452d4626 | f97f31bd4f0b86c930f15ee53e6dc742a158bdba | refs/heads/master | 2021-01-23T19:45:42.197296 | 2015-02-01T16:10:05 | 2015-02-01T16:10:05 | 34,396,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,813 | java | /*******************************************************************************
* Copyright 2011 Danny Kunz
*
* 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.a... | [
"awonderland6@googlemail.com@4c589bc5-3898-6224-771f-302820b144f8"
] | awonderland6@googlemail.com@4c589bc5-3898-6224-771f-302820b144f8 |
00558ce10ac08dd65d3aacb12e32509f3ca24444 | e31981de62cec344cfae7349640d7406d5e74478 | /app/src/main/java/hk/ust/cse/comp3021/pa1/model/GameBoard.java | 0c64bbba805ec79acce3510a74801d6733a63243 | [] | no_license | CastleLab/COMP3021-2021Fall-PA1-Student-Version | 0b0850ba5f6a1ffac69d969be245b8392ea75e01 | 70733891d759236687a96c91300b355e1448f181 | refs/heads/main | 2023-08-26T19:23:18.408749 | 2021-09-29T11:16:34 | 2021-09-29T11:16:34 | 402,304,404 | 1 | 10 | null | null | null | null | UTF-8 | Java | false | false | 5,012 | java | package hk.ust.cse.comp3021.pa1.model;
import org.jetbrains.annotations.NotNull;
/**
* The main game board of the game.
*
* <p>
* The top-left hand corner of the game board is the "origin" of the board (0, 0).
* </p>
*/
public final class GameBoard {
/**
* Number of rows in the game board.
*/
... | [
"david.18.19.21@gmail.com"
] | david.18.19.21@gmail.com |
b3292251d8df5a8eb6b46662b12159eb42c060b8 | d185c52934402d960f601f6e44409e0e5d2d07d9 | /app/src/main/java/com/bacon/demo/service/FcmInstanceIdService.java | bf943416bb114ec9777350ff7275e2a75a32d05c | [] | no_license | ganny26/staggered-android | c633156e27c1dcbcf3c1a763540efbbe96723a9d | 7d28ab6cd4f34c2118bb1f4b8e82ac65963a8952 | refs/heads/master | 2021-01-25T11:27:26.479982 | 2017-10-18T17:05:01 | 2017-10-18T17:05:01 | 93,922,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package com.bacon.demo.service;
import android.util.Log;
import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.FirebaseInstanceIdService;
/**
* Created by serajam on 7/23/2017.
*/
public class FcmInstanceIdService extends FirebaseInstanceIdService {
public final static String TAG ... | [
"selvaganeshrajam@gmail.com"
] | selvaganeshrajam@gmail.com |
11d37ba66886553577a73cc3f3376bd34e69c9e8 | f9d4b68ae092a20b179b49b17a84da770879011b | /src/main/java/com/xdbigdata/subsidize_zjut/common/dto/GrantsHistoryDto.java | e474d0bc6e88f1c8f4bbf9fc84d6e9491e0b5c24 | [] | no_license | ChenJun6436/angular-allProject | 2f1460ffd0330bb86583cc90523026c230a0be6d | b268fbc3e49733d7f3e4bd16720257adb1ab6918 | refs/heads/master | 2021-07-01T10:31:33.693418 | 2017-09-20T15:21:46 | 2017-09-20T15:21:46 | 104,230,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package com.xdbigdata.subsidize_zjut.common.dto;
import com.xdbigdata.subsidize_zjut.anno.ExcelAnno;
import lombok.Data;
/**
* Created by sky on 2017/5/25.
*/
@Data
public class GrantsHistoryDto {
@ExcelAnno(head = "姓名")
private String name;
@ExcelAnno(head = "学号")
private String sn;
@ExcelAnno(... | [
"1057035497@qq.com"
] | 1057035497@qq.com |
7118edee199b21ff46f5f536bb08d6290445eed0 | bd3a4d76c71cb3e8d5a302d054c040d036ed5de9 | /CT6013LibrarySystem/src/model/ModelBookLoan.java | f695b342915cb31a0d9584792fea7f8e87b09124 | [] | no_license | SilvT1/CT6013-Java-Library-Systems-Database- | 94d05267fe6aeb9a3d25122b8155071202a5ecf3 | 2fac716def79b05aa1a2ba1cc403374ba671cd48 | refs/heads/master | 2020-04-07T20:33:49.510700 | 2018-11-22T12:30:20 | 2018-11-22T12:30:20 | 158,693,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,486 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import java.util.ArrayList;
import java.util.Date;
/**
*
* @author TSilva
*/
public class ModelBookLo... | [
"noreply@github.com"
] | SilvT1.noreply@github.com |
56eca5685cd6f5a2364e02dc8b1264cae2a9cbe2 | 17220043262f26a71d4f43965ab90183e7be83d0 | /app/src/main/java/aleksey/khokhrin/ru/translator/custom/CustomViewPager.java | aa3658af43b004a24cbad823ea0974573e82c473 | [] | no_license | aleksey-ho/translator-mvp | b6b6e2a251b53271368bb4e340091d0fbd9713eb | 9a2052dbab5a4cbf48d88a601bcb48d64a9b9c05 | refs/heads/master | 2020-09-12T08:42:33.915527 | 2017-06-26T11:20:07 | 2017-06-26T11:20:07 | 94,460,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package aleksey.khokhrin.ru.translator.custom;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Doesn't allow swiping to switch between pages
*/
public class CustomViewPager extends ViewPager {
public CustomViewPa... | [
"aleksey_ho@list.ru"
] | aleksey_ho@list.ru |
f9fa6e1fda87e395178c417203d69a54e24dee77 | b6c7009fc699c7db5483248f1ad7005b91904b19 | /androidhttp/src/main/java/com/hawker/yangtianqi/androidhttp/PicCrop.java | 0db5e4e3a020be2657a25a08d7d323ade8bcccec | [] | no_license | 410566413/Demo | edf2174dfd30416883676d9b96fcc6a6badf1b67 | 8c4fe277f0c5473397755decfb899dba7596a943 | refs/heads/master | 2021-05-09T17:27:16.966592 | 2018-03-22T00:08:33 | 2018-03-22T00:08:33 | 119,137,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package com.hawker.yangtianqi.androidhttp;
import android.graphics.Bitmap;
import com.squareup.picasso.Transformation;
/**
* Created by yangtianqi on 2018/3/21.
*/
public class PicCrop implements Transformation {
@Override
public Bitmap transform(Bitmap source) {
int size = Math.min(source.getWidt... | [
"410566413@qq.com"
] | 410566413@qq.com |
66753216b2271b0a1967ec497af730effde6322a | 73603b965d549da58f5762e24e440637fb07798a | /juc/src/main/java/com/wey/juc_1/pool/MonitorUtil.java | 8903ab5d6818bfddc5a81727587fd6219aab88e7 | [] | no_license | weiyi51520/java-learning | 7b7cfec7e459706cb882083868b1ca0379f74466 | b2121a6a43835f542e5e6cee692f5f89eedc582b | refs/heads/master | 2020-04-02T05:44:51.515367 | 2019-01-13T07:07:03 | 2019-01-13T07:07:03 | 154,101,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | package com.wey.juc_1.pool;
import java.util.concurrent.ThreadPoolExecutor;
/**
* @author Yale.Wei
* @date 2018/10/18 下午4:08
*/
public class MonitorUtil implements Runnable {
private ThreadPoolExecutor executor;
private int delay;
private boolean flag = true;
public MonitorUtil(ThreadPoolExecutor ... | [
"445194631@qq.com"
] | 445194631@qq.com |
a27928e0c3fd4c134ce1e982014e081a6a988531 | 84fef71eb4d7407c3bdc899405405e8a8ca558c5 | /changgou-parent/changgou-service/changgou-service-order/src/main/java/com/changgou/order/service/ReturnCauseService.java | bf65e34caff9fc4943467b98e09afa7281ec925c | [] | no_license | lijiaze12/mall-project | 6094ad1874e8ffb0ac9af1da921ca4d25734820c | 978d663931894e34f7692b20a6e403df1a287cd0 | refs/heads/master | 2023-06-05T15:44:12.281313 | 2021-06-23T01:58:24 | 2021-06-23T01:58:24 | 379,454,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package com.changgou.order.service;
import com.changgou.core.service.CoreService;
import com.changgou.order.pojo.ReturnCause;
/****
* @Author:admin
* @Description:ReturnCause业务层接口
* @Date 2019/6/14 0:16
*****/
public interface ReturnCauseService extends CoreService<ReturnCause> {
}
| [
"l2608936693@163.com"
] | l2608936693@163.com |
b3a18f8240f9c9b3fd0a09d4436aca9743df3d9b | fa814acf7d32d598a23c2d9fc9b930ae761563a9 | /mix-recall-core/src/main/java/com/ifeng/recom/mixrecall/core/channel/impl/PositiveFeedDocpicNewChannelImpl.java | bb3200c767c174dc25ce9f87b61494ed1e57237f | [] | no_license | yuxiao11/mixPub | b6639ef71409b5ef54110ae5cfbb281393f73f16 | a5825a7061469b6c0d08d066c40b475e2922f1a4 | refs/heads/master | 2022-10-17T14:59:34.010867 | 2020-02-27T12:19:50 | 2020-02-27T12:19:50 | 243,510,007 | 1 | 4 | null | 2022-10-04T23:56:35 | 2020-02-27T12:07:14 | Java | UTF-8 | Java | false | false | 6,162 | java | package com.ifeng.recom.mixrecall.core.channel.impl;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import com.ifeng.recom.mixrecall.common.model.Document;
import com.ifeng.recom.mixrecall.common.model.RecallResult;
import com.ifeng.recom.mi... | [
"yuxiao1@ifeng.com"
] | yuxiao1@ifeng.com |
eb0db68233e64acd3c478b8f37bee0193b964667 | 4c4527bce51443498425125c2be9b8d084b81c02 | /app/src/main/java/com/hubli/imperium/imaperiumdiary/Profile/ProfileContent.java | 58976a8a18d1dd1dcb3d045cde3f53908aaa5d13 | [] | no_license | FaheemMujale/ImaperiumDiary | a1b50f13b92e57bb8cb0ca8829a8cec18aaef3e2 | bc4fed65c3ffdf0e00b55ea5f1814f1503fab76d | refs/heads/master | 2020-12-30T14:57:27.995448 | 2017-07-16T11:54:45 | 2017-07-16T11:54:45 | 91,100,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,692 | java | package com.hubli.imperium.imaperiumdiary.Profile;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import... | [
"faheem.mujale@gmail.com"
] | faheem.mujale@gmail.com |
359a10fc80b31f2dbf88398c717946e8c37195b5 | 4e2f16f2904d75e55cce1b2cef54acf79aa21280 | /gradle-core/src/main/java/com/android/build/gradle/DynamicFeaturePlugin.java | 47b18021eac87c465e26863d0cb98ba464f4e81b | [
"Apache-2.0"
] | permissive | yuweiguocn/build-system | 0e49a836728614efd30e9bae8c7e92b0d8371f2e | bc4c85f7b25770caa4c565176b8f92e1cdd9cf70 | refs/heads/master | 2020-09-21T16:20:14.670290 | 2019-11-29T12:07:13 | 2019-11-29T12:07:13 | 224,846,645 | 13 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,767 | java | /*
* Copyright (C) 2018 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... | [
"yuweiguocn@gmail.com"
] | yuweiguocn@gmail.com |
fa71157a0233156b9b934899513ffdc81543d9a4 | f989811ecac30258de6455e57ff4a567f6c23a3f | /common-lib/src/main/java/com/example/common/config/RedisConfig.java | 0cbaf60f27aadc1c45959d4c01a8af00105df46c | [
"Apache-2.0"
] | permissive | xinlc/springcloud-microservices-template | ab00fdfe3cbb0e7034bd9cf501c80df8a3298ba4 | eae392a57f406c3665f1d41d818d5ec4b6e66312 | refs/heads/master | 2022-06-26T06:30:39.464728 | 2020-08-04T05:23:17 | 2020-08-04T05:23:17 | 252,953,965 | 1 | 0 | Apache-2.0 | 2022-06-21T03:59:50 | 2020-04-04T09:11:55 | Java | UTF-8 | Java | false | false | 3,415 | java | package com.example.common.config;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.example.common.lock.RedisLockClient;
import com.example.common.redis.FastJson2JsonRedisSerializer;
import o... | [
"xinlichao2016@gmail.com"
] | xinlichao2016@gmail.com |
b340242b671269f8f571c8b210699f49f430d282 | 8cd2fd71cbe071304fe1f6f883a99197654dfaed | /finalprojectnbweb/src/main/java/edu/northeastern/kinnarkansara/finalprojectnbweb/controller/DailyCancelController.java | 1b3f709056c1fc97364c02d5ee0581da3dec1616 | [] | no_license | kinnarrk/INFO7250BigData | fcd1a7670c22680e4e1d2773d7c462323477ec5d | ada35ffde3492a3655421896cf1c7ff9fdfc52b8 | refs/heads/master | 2020-10-01T22:21:29.649016 | 2019-12-15T20:02:25 | 2019-12-15T20:02:25 | 227,635,530 | 1 | 0 | null | 2019-12-15T20:02:26 | 2019-12-12T15:16:29 | Java | UTF-8 | Java | false | false | 4,944 | java | package edu.northeastern.kinnarkansara.finalprojectnbweb.controller;
import edu.northeastern.kinnarkansara.finalprojectnbweb.model.DailyDelayTuple;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.URI;
import java.util.ArrayList;
i... | [
"kinnarrk@gmail.com"
] | kinnarrk@gmail.com |
a3af59ce65bf5a5bc8c9acd1b62fa6d569c4d338 | 25b41a9b1adf03cf9d3349ce219f33e476cfd981 | /11-spring-data/bookkeeper/src/main/java/ru/dartilla/bookkeeper/service/UserInterfaceImpl.java | f38ae563d35659f00bad4e301bd8b45c85fa3b06 | [] | no_license | dartilla/2020-11-otus-spring-sokolov | caacf2028c9e6a73eb4f934d15ce15a1c8047f58 | ef6a4a460107108118edc12e8dcbe450e66735c4 | refs/heads/master | 2023-04-23T07:41:07.264958 | 2021-05-02T07:45:05 | 2021-05-02T07:45:05 | 270,190,771 | 0 | 0 | null | 2021-05-05T03:57:13 | 2020-06-07T04:23:14 | Java | UTF-8 | Java | false | false | 6,506 | java | package ru.dartilla.bookkeeper.service;
import lombok.AllArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import ru.dartilla.bookkeeper.book.vo.BookOverviewVo;
import ru.dartilla.bookkeeper.book.vo.BookInsertVo... | [
"agsokolov@diasoft.ru"
] | agsokolov@diasoft.ru |
0052a7bc4f7faf6a42f3693fcd7be09214f7bc6f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_df791ffe05be03436768000ff2f2916099139747/TableDataManager/1_df791ffe05be03436768000ff2f2916099139747_TableDataManager_s.java | 913befea18ed0a9d721bdfb62f88ded22725f65b | [] | 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 | 10,950 | java | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* d... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f8178b8bfa44e2ce3ea5c45a00651455f6d8c6cf | bcbe286ea7fcb15081aafa670760910043e4955f | /src/main/java/by/kostyahubarau/booking/model/Reservation.java | 4a3cc029dd71d715d7ab13a20ffea7a2191aa20c | [] | no_license | nicelady2004/se-assignment-booking | bbac9e0e740838e69c8b53df4394faedda6937ff | 9ebd307b4b234ffce3091ee0cec4750306800c90 | refs/heads/master | 2022-09-17T08:05:04.785838 | 2019-06-25T23:14:56 | 2019-06-25T23:14:56 | 193,795,405 | 0 | 0 | null | 2022-09-08T01:01:08 | 2019-06-25T23:12:47 | Java | UTF-8 | Java | false | false | 468 | java | package by.kostyahubarau.booking.model;
import lombok.Data;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "reservations")
@Data
public class Reservation {
@Id
@Column(name = "reservation_id")
private Long id;
@ManyToOne
@JoinColumn(name = "customer_id")
private Cu... | [
"kostyahubarau@gmail.com"
] | kostyahubarau@gmail.com |
1e7ba24c9e21a1291980987fdde2c634a4323129 | d969d66a07dbccb96db6ca9be738ea7d3674c4f6 | /src/main/java/com/taskmanager/security/oauth2/OAuth2AuthenticationFailureHandler.java | 0f232f7cc94277adaf4521c4623c2adc5897d8b6 | [] | no_license | KOS91Q/TM_backend | f482567395acaa1a9d7275c2ccfb1237fdf94317 | 3e27626a2ec211206b691ef5befb1e9f8204dc7c | refs/heads/master | 2023-01-14T07:48:33.229477 | 2020-11-07T17:09:58 | 2020-11-07T17:09:58 | 307,446,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,675 | java | package com.taskmanager.security.oauth2;
import com.taskmanager.util.CookieUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler;
import org.spr... | [
"kos91q@gmail.com"
] | kos91q@gmail.com |
d32521ee01df8b061eb922c4e429a6da9cf34077 | 5a0223dd2c348f3056b0b428d6bc7e3585821efa | /mylibs/src/androidTest/java/com/arundavid/mylibs/ApplicationTest.java | 83cb471e79563b080b37599193d323968bbb656b | [] | no_license | anagri/intellicar | 420c1d843d49416ecc94173a9ddecbe36fad9d91 | 53c534c58ab7cd27dc92d0cdaf802398735bf18d | refs/heads/master | 2021-01-15T10:47:13.998330 | 2015-08-29T18:27:17 | 2015-08-29T18:27:17 | 41,603,172 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.arundavid.mylibs;
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() {
su... | [
"arundavid.info@gmail.com"
] | arundavid.info@gmail.com |
2e5ee6a07b70cce4030d0fc149cf4301d4616fca | 03f2358616bf13a15869ae692d58c74202441d82 | /src/cn/abble/jblog/pojo/User.java | c1cd00dd42e1f266b42af3234433d9626351591d | [] | no_license | ant2288/jBlog | 027c623af1801202440b5ff9dfdafe74d02cec43 | e355ea59283b8716870322f809490d3d82c7ed3c | refs/heads/master | 2021-08-24T10:53:10.819296 | 2017-12-09T09:59:46 | 2017-12-09T09:59:46 | 112,316,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package cn.abble.jblog.pojo;
public class User {
private Integer uid;
private String uusername;
private String upassword;
public Integer getUid() {
return uid;
}
public void setUid(Integer uid) {
this.uid = uid;
}
public String getUusername() {
return uusern... | [
"1248207321@qq.com"
] | 1248207321@qq.com |
7776e866eedf27de7c0b924624a954a0770079f4 | 3bcf293340e6f18392d685a540ef05c221711cbc | /app/src/main/java/com/gizwits/opensource/gokit/UserModule/GosForgetPasswordActivity.java | f7ed2c29a36663601889d694f93995634f3fc543 | [] | no_license | aierjun/GokitLBT | 2fc4f954223be485e92370e59543cae2acb7bc31 | b17acc8673d6a8b1087ed120e7224b258076c171 | refs/heads/master | 2021-01-11T07:41:34.325560 | 2016-11-03T02:14:37 | 2016-11-03T02:14:37 | 72,699,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,740 | java | package com.gizwits.opensource.gokit.UserModule;
import java.util.Timer;
import java.util.TimerTask;
import com.gizwits.gizwifisdk.api.GizWifiSDK;
import com.gizwits.gizwifisdk.enumration.GizUserAccountType;
import com.gizwits.gizwifisdk.enumration.GizWifiErrorCode;
import com.gizwits.gokitlbt.R;
import com.gizwits.o... | [
"378592175@qq.com"
] | 378592175@qq.com |
12b35613290989dba8bda6696f03c71538ee8b5d | 68ee068f2a8f44f6c469a70d8ba47eb667591e8a | /datasets/styler/auto/files/1/130/BuilderMethodClassifier.java | 7128e87f6bd932b04419b5e325560ebf6d6dfe2c | [] | no_license | aqhvhghtbtb/styler | 261032390ef39224ab1fdfd51a70ba556e5f81d4 | e2881daa6bbc7763ad4a9ba704c4d834316ed9c1 | refs/heads/master | 2021-03-07T16:50:11.364844 | 2020-02-28T10:00:47 | 2020-02-28T10:00:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,957 | java | /*
* Copyright (C) 2015 Google, Inc.
*
* 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... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
ebdd850148858a0468f9b56652c5dfd17ba04458 | 11262fbba25e95475c41c4abd5fa8a007100cae1 | /app/src/main/java/com/igniva/genererics/sqliteMySample/model/ContactsPojo.java | 07fe7c416c1069539b451e6d2419d7ce8da6b59c | [] | no_license | rajwinderbhullar75/Generics | ba4eb41f56783e3439b725e827ef4d7a36523159 | 20ce273bcc879762bf3547da907f2a554b8cec70 | refs/heads/master | 2021-09-01T00:11:31.800575 | 2017-12-23T18:09:27 | 2017-12-23T18:09:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package com.igniva.genererics.sqliteMySample.model;
import java.io.Serializable;
/**
* Created by Biri Infotech on 12/17/2017.
*/
public class ContactsPojo implements Serializable{
String name;
String contact;
String interest1;
String interest2;
String interest3;
String createdAt;
Stri... | [
"rajwinderbhullar75@gmail.com"
] | rajwinderbhullar75@gmail.com |
a0890ea9f87f3fc78da10382beca71732709b80a | a92b0c51e3d96dab46dac4251dbb68d1c0d49631 | /app/src/main/java/ru/macdroid/timetoholliday/adapters/EventsListViewholder.java | c434c04793dc9531363f779b25c83aca0f9502a6 | [] | no_license | blogsylar/TimeToHolliday | abef0154885475311db3a5a4fe518b9473cc33f4 | 9ff196a803756389a4a51c8dc5aac7ab6f4e3e05 | refs/heads/master | 2020-03-27T00:58:57.743610 | 2018-08-22T07:21:53 | 2018-08-22T07:21:53 | 145,671,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | java | package ru.macdroid.timetoholliday.adapters;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import ru.macdroid.timetoholliday.R;
public class Event... | [
"blogsylar@gmail.com"
] | blogsylar@gmail.com |
d709f38f0dc300f7c23e043199da50be65c9168b | 9d7afd61ca199faff03ba81933f7f825d618da04 | /src/main/java/it/gestioneordini/dao/categoria/CategoriaDAO.java | f00d05774d403d6b9daafad119b105a2e62c8883 | [] | no_license | MoinUddinHasib/GestioneOrdini | 3b42873e9b2caa481bfb06b575b459ba309fd050 | f68ecd72e78d474e5906863e2830ed8dd1c42e56 | refs/heads/master | 2023-01-11T08:54:22.345841 | 2020-11-16T13:00:34 | 2020-11-16T13:00:34 | 313,302,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package it.gestioneordini.dao.categoria;
import java.util.List;
import it.gestioneordini.dao.IBaseDAO;
import it.gestioneordini.model.*;
public interface CategoriaDAO extends IBaseDAO<Categoria>{
public List<Ordine> findAllOrdiniByCategoria(Categoria categoria) throws Exception;
public int sommaTotale(Categori... | [
"moinuddinhasib@gmail.com"
] | moinuddinhasib@gmail.com |
9033599b5e8b905395772500386ea5066486fdac | d712481949caf7400062205f96e16d78697e74e5 | /NCWITMOBILEAPP-AppEngine/src/com/ncwitmobileapp/server/TechicksmemberLocator.java | fcdaeb9597be18b4417659185c43aab68c788a75 | [] | no_license | ncwitmobileapp/Application | 2085ae1e8db68543d13b542916387c710a008504 | c414bb62da4b62b581e783b5e53486a105ab8a7e | refs/heads/master | 2021-01-10T21:19:07.200317 | 2012-10-28T22:15:01 | 2012-10-28T22:15:01 | 3,593,025 | 3 | 10 | null | 2020-10-01T09:11:57 | 2012-03-01T15:17:38 | Java | UTF-8 | Java | false | false | 780 | java | package com.ncwitmobileapp.server;
import com.google.web.bindery.requestfactory.shared.Locator;
public class TechicksmemberLocator extends Locator<Techicksmember, Void> {
@Override
public Techicksmember create(Class<? extends Techicksmember> clazz) {
return new Techicksmember();
}
@Override
pub... | [
"ncwitmobileapp@gmail.com"
] | ncwitmobileapp@gmail.com |
a5d8b1372d9c5e945ced145d77d725b72100b546 | 4294e40b060baaba734d535c539c259f57a7b055 | /pet-clinic/pet-clinic-data/src/main/java/guru/springframework/petclinic/model/NamedEntity.java | 37cd1a1426615a25d05045401a0a037b96ffb456 | [] | no_license | songk1992/Spring-Framework-5-Beginner-to-Guru | 662da72481919744bdefd778960abcd1e7711948 | 463aa689954420bf46b0e33b4010417c544065ff | refs/heads/main | 2023-08-27T19:21:22.568975 | 2021-11-08T15:05:26 | 2021-11-08T15:05:26 | 409,848,680 | 0 | 0 | null | 2021-10-31T04:21:15 | 2021-09-24T05:56:29 | Java | UTF-8 | Java | false | false | 581 | java | package guru.springframework.petclinic.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@MappedSuperclass
public clas... | [
"zuppiy@naver.com"
] | zuppiy@naver.com |
f41044f69aa460f40463955a2e707f366dcdc879 | ffd4aebc30424b6bef68c6af47bd830e9ce03a4e | /src/main/java/org/moskito/demo/burgershop/burgershopstripped/counters/OrderCounter.java | ac0b7227040cd36fbd2b8da67bb8694ede25472c | [] | no_license | JPLeoRX/moskito-demo-burgershop-spring | 53ae4282061d9a8c48a0a4148718bbff1aed0b32 | 3be5e3bc2ff29ec0153858f4a2765840323c77a8 | refs/heads/master | 2021-08-29T17:22:22.096948 | 2017-12-14T12:50:49 | 2017-12-14T12:50:49 | 114,138,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package org.moskito.demo.burgershop.burgershopstripped.counters;
import net.anotheria.moskito.aop.annotation.Count;
@Count(category = "business", producerId = "orders")
public class OrderCounter {
public void orderPlaced() {
}
} | [
"leo.ertuna@gmail.com"
] | leo.ertuna@gmail.com |
b78927937332ec63291c8c4692f13bfaab89176a | e50881f9f8042cb7e92c0a02770243ba36d4e404 | /src/servlet/Tops.java | 01e15a1ebf4c9e22a7bde78e5d442d0576ad8a15 | [] | no_license | haniehtn/Web-Based_Sliding_Puzzle | 5a577a91f0137c73739933050e742fb7fabddf44 | 9c9fe7298a139f9196793510f7842eb4ec901da9 | refs/heads/main | 2023-07-15T23:32:43.384606 | 2021-08-23T17:23:07 | 2021-08-23T17:44:32 | 399,191,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,688 | java | package servlet;
import layer.bl.BLImpl;
import layer.pl.PLException;
import layer.pl.UserDataBean;
import layer.pl.db.PGDBImpl;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOE... | [
"hanieh@Haniehs-MacBook-Pro-2.local"
] | hanieh@Haniehs-MacBook-Pro-2.local |
dfae111910f3b18871d79a742c384f1a074b72a1 | ccb9ff4e25440bbf2f569211b781607960994794 | /practica4/parte_1/Reponedor.java | 13d31f027b9a812f8c19c27f1f8027a7a9533f6e | [] | no_license | rastmails/computers | df1ed154fcbe5a28d0614c09f8bc405c36d6e668 | f5c09a1eb17b4946c02983cc75d0fa84a571d38c | refs/heads/master | 2021-01-18T17:28:43.025174 | 2014-02-25T16:02:00 | 2014-02-25T16:02:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 790 | java | package practica_4.parte_1;
import java.util.Random;
public class Reponedor extends Thread {
private static final int TIEMPO_MAX_DURMIENDO = 20000;
private static final int TIEMPO_MIN_DURMIENDO = 10000;
private static final int TURNOS_DE_TRABAJO = 3;
private HabitacionDeLaImpresora habitacion;
public Reponedor(... | [
"rastmails@gmail.com"
] | rastmails@gmail.com |
fc200c6c0904bb31fc064234b0d85c48fe42f92c | 2b3577af2f8580e58176e20ee9a9d896bf84f599 | /subprojects/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/artifact/FileDependencyResults.java | 315457c2252a26af37620e2c2a17fa5b52307471 | [
"MIT",
"LGPL-2.1-only",
"Apache-2.0",
"CPL-1.0"
] | permissive | allanim/gradle | 2200acc8c0bd543d2b53a5215e40f7bdf54f802e | db59ec1696f023753afa3311d9dc3278dc01bd70 | refs/heads/master | 2021-01-18T02:29:25.594703 | 2016-10-27T08:53:44 | 2016-10-27T08:53:44 | 72,090,245 | 0 | 0 | Apache-2.0 | 2020-10-13T23:38:03 | 2016-10-27T08:59:49 | Java | UTF-8 | Java | false | false | 1,553 | java | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"adam@gradle.com"
] | adam@gradle.com |
b2a62b3e5cf35d15565100c48254478b00cdefb0 | cbd39bfae9b72ea864a41b2a30fc092d6ad9a7cf | /app/src/main/java/com/example/walker/myhencoder/fragment/DrawAnimatorSetFragment.java | 5cda136ee48fd096a94ec85a40d7d23808c2be3b | [] | no_license | SingleWolf/MyHenCoder | aa16c718888b567d7830d224f42cdfdf43102195 | cff117511af2ef82fd10a9ef7ee85a1b6343b333 | refs/heads/master | 2021-06-07T22:22:28.045036 | 2020-01-09T06:29:25 | 2020-01-09T06:29:25 | 138,259,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package com.example.walker.myhencoder.fragment;
import android.os.Bundle;
import android.view.View;
import com.example.walker.myhencoder.R;
import com.example.walker.myhencoder.base.BaseFragment;
public class DrawAnimatorSetFragment extends BaseFragment {
@Override
protected void buildView(View baseView, Bun... | [
"feitianwumu@163.com"
] | feitianwumu@163.com |
7b59e82a6758821a098c096d37b687bf066c3d0a | fcc7dbb13429d61145edcaef1d54ef352647a2b7 | /src/Ventana.java | f56bb1de286145e04ef25cb29911c0621bd497e8 | [] | no_license | valerix/EjemploventanaCalcu | 9afd48c98ab9bad33168a992bfa16218f97a3408 | ed5a768e464c067d35d1eb044d9e4afa460b9d1c | refs/heads/master | 2021-01-04T14:07:26.294272 | 2013-06-13T22:47:42 | 2013-06-13T22:47:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JFrame;
public class Ventana extends JFrame {
public Ventana(){
this.setSize(500,500);
this.setTitle("MI CALCULADORA");
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
//this.setVisible(true);
}
... | [
"Valery@Valery-PC"
] | Valery@Valery-PC |
2d2ed5e03f7257a42d86ba5de2978c5c5a74c96a | 5d52905ba4586fae2ec957179ff6cc8bc94eff90 | /ssq-ucenter/src/main/java/com/ssq/ucenter/config/DataSourceNames.java | 744669df5463c5054d05db275d3e7422022bc845 | [] | no_license | sunshq0503/springcloud-ssq | 02f6772bd1c8a970c4a1758c61413ee818e49494 | f014ea482c130499c9385e777cd829b1132d6ea9 | refs/heads/master | 2023-04-18T15:17:29.910518 | 2021-04-29T01:15:55 | 2021-04-29T01:15:55 | 330,596,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package com.ssq.ucenter.config;
/**
* 增加多数据源,在此配置
*
*/
public interface DataSourceNames {
String FIRST = "first";
String SECOND = "second";
}
| [
"sunshq0503@163.com"
] | sunshq0503@163.com |
c23bb792defcefb348e47dd6619ebcb7fb7d2ae5 | e0b974967eb103e16809226e8927b4bb49a531b3 | /finissons_en/project-java-l2ti/Catégorie.java | 03fb50c760741264079781df77f2e4b57c503873 | [] | no_license | Rimao416/JavaFile | 043eacef88e491095c83d15bc78a532c61d8b941 | d785e36f3e4d7dad45b9107e9c8ea333ffaf50a4 | refs/heads/master | 2023-03-19T16:37:34.639140 | 2021-03-12T10:31:37 | 2021-03-12T10:31:37 | 347,027,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java |
public class Catégorie {
public static int ID_Categorie=0;
private String LibelleCategorie;
public int getID_Categorie() {
return ID_Categorie;
}
public String getLibelleCategorie() {
return LibelleCategorie;
}
public void setLibelleCategorie(String libelleCategorie) {
LibelleCategorie = libelleCateg... | [
"omarkayumba12345@gmail.com"
] | omarkayumba12345@gmail.com |
d83f8b0511144e362f202d5e49aa223fdd78d8b3 | 40999abb3b0045d733f8c2aafb2af90181b40e28 | /omega/omega-connector/omega-connector-grpc/src/main/java/org/apache/servicecomb/saga/omega/connector/grpc/GrpcCoordinateStreamObserver.java | 20f5974baa22354e3ede8ecc2841585780ac15b1 | [
"Apache-2.0"
] | permissive | ziqew/incubator-servicecomb-saga | 8b155ab459c2c48e0d5afa230c8b7427e74a5e96 | 5d0c36187d51e1e9b3b35e1412dba56b8f205016 | refs/heads/master | 2020-03-28T10:28:01.150172 | 2018-09-05T07:32:42 | 2018-09-05T07:32:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,129 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"jiangning9@huawei.com"
] | jiangning9@huawei.com |
530b0f1c6aa241cf457d1bbfd8aedf279a89a9c3 | 294989f8ea8ad6cf1c1151be81fe12e94bc7a1cc | /AulaJava/src/br/edu/ifro/Aula.java | 8dbdad5329d0f465255569b0a30984ba1c6f25da | [] | no_license | AntonyCaldas/3b-aula | 8f0ee6f364521282a71391f29d65757dc17b38ac | c2263d34bdb582692d13953ba45f83064a73d1ad | refs/heads/master | 2021-04-05T23:37:43.755538 | 2018-04-09T17:31:08 | 2018-04-09T17:31:08 | 124,588,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 886 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.edu.ifro;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
impor... | [
"01543386210@JIPA-LABIN03-11.ifro.local"
] | 01543386210@JIPA-LABIN03-11.ifro.local |
587b5ef3aa7ae266f1612111243d0c8c511fea48 | 1bcaf0a34b4779d951a554d77b4fcb11f76da692 | /MyApplication 3 2 2/app/src/main/java/com/example/macstudent/myapplication/tab2.java | 5e056e44ef620f9d41a2869758ba77706ec42a88 | [] | no_license | swathisanti/android-test1 | 35b27e33bf4c6417ae4c076b55d227a4fe086ad3 | 1ba42c714bc1b8c44c13d68adc686aaf5f1f3020 | refs/heads/master | 2021-01-02T22:47:16.768006 | 2017-08-05T00:55:35 | 2017-08-05T00:55:35 | 99,389,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.example.macstudent.myapplication;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by macstudent on 2017-04-22.
*/
public class tab2 extends Fragment {
@Override
public Vi... | [
"noreply@github.com"
] | swathisanti.noreply@github.com |
be135f665cdb093af0e2224bca0eed28c6409f6d | c8688db388a2c5ac494447bac90d44b34fa4132c | /sources/com/google/android/gms/internal/measurement/C2915z2.java | 24b293ac50f7d458784eef68c41a092f6e59a1d7 | [] | no_license | mred312/apk-source | 98dacfda41848e508a0c9db2c395fec1ae33afa1 | d3ca7c46cb8bf701703468ddc88f25ba4fb9d975 | refs/heads/master | 2023-03-06T05:53:50.863721 | 2021-02-23T13:34:20 | 2021-02-23T13:34:20 | 341,481,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.google.android.gms.internal.measurement;
/* renamed from: com.google.android.gms.internal.measurement.z2 */
/* compiled from: com.google.android.gms:play-services-measurement-base@@17.6.0 */
final class C2915z2 extends C2894w2 {
/* renamed from: a */
private final C2908y2 f17551a = new C2908y2();
... | [
"mred312@gmail.com"
] | mred312@gmail.com |
8a9c4be6892da61d628a5d20c7e10a02e6a047db | 2f1b55d14b3b9884f692fd09bd351d0dd8d3451f | /app/src/main/java/com/example/a10953/blackcard/activity/Club/shootvideo/videoprevideo/TCVideoView.java | 4daf6dd6ccc1497d795af38065e7fb969bc9207a | [] | no_license | banbutianya/BlackCard | 0b3c6bc7c4ec2386493516450ed8a792d351767d | 7cc1d2be2eedfcfcb04555b656d021a43acdb9ab | refs/heads/master | 2021-08-26T07:28:30.035131 | 2017-11-22T08:36:23 | 2017-11-22T08:36:23 | 107,947,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,360 | java | package com.example.a10953.blackcard.activity.Club.shootvideo.videoprevideo;
import android.content.Context;
import android.os.Bundle;
import android.util.AttributeSet;
import com.example.a10953.blackcard.activity.Club.shootvideo.utils.TCLogView;
import com.tencent.rtmp.ui.TXCloudVideoView;
/**
* TCVideoView在TXClou... | [
"1095344523@qq.com"
] | 1095344523@qq.com |
abebb898f8b6ce5be8ed4ba5d87852c3f6b68fd1 | bfb7f40de0e6219713c0487ba3761de92834f8d1 | /src/main/java/com/example/demo/interceptor/CurrentUserMethodArgumentResolver.java | 3c204db71446f87184016758dad62fa89447eb41 | [] | no_license | xjq9426586/spring-demo | a01b497dba07c9df4efdc846f701152ad4139e06 | 04aa22ae741d713fe3ef11a2bf53a5135c59add0 | refs/heads/master | 2022-07-15T01:29:15.926659 | 2020-11-09T09:46:57 | 2020-11-09T09:46:57 | 163,811,249 | 0 | 0 | null | 2022-06-29T17:08:40 | 2019-01-02T07:55:08 | JavaScript | UTF-8 | Java | false | false | 1,165 | java | package com.example.demo.interceptor;
import org.springframework.core.MethodParameter;
import org.springframework.web.bind.support.WebDataBinderFactory;
import org.springframework.web.context.request.NativeWebRequest;
import org.springframework.web.context.request.RequestAttributes;
import org.springframework.web.meth... | [
"931408673@qq.com"
] | 931408673@qq.com |
4559eb7cf17900634644a6c23f4dc52d86f75396 | b59980b5180a121af7157aa75a8170242795353b | /ChessVariants/src/com/marklarwill/chessVariants/StalemateObserver.java | 6c097dba979476700ce20919212818c033c1e646 | [] | no_license | mjl3434/chessvariants | 4eaf6abb32654c819de963d1d3bffcecd0f0f442 | d51bbd41b3476bfd1a1415a2c3fa767a7697b2e5 | refs/heads/master | 2021-01-17T15:18:09.709477 | 2016-10-10T04:14:53 | 2016-10-10T04:14:53 | 25,447,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package com.marklarwill.chessVariants;
public interface StalemateObserver {
void updateStalemate();
}
| [
"larwill@gmail.com"
] | larwill@gmail.com |
88d992cb4b629306e6ec9b5845f83efdd682b11f | a14a1d50f8af170497845af7e6a8cbcee4b55e89 | /documentformwork/src/com/documentformwork/model/UserRoot.java | 77d7c74cf305cf780425c8c2f4e90435adb1f270 | [] | no_license | wukele/seasjalor | 72b1729e4dfe40898c2a5586fa63240910f0dd64 | 5b0aee029ff8aa39d42aa8726ac5d792c47616a8 | refs/heads/master | 2021-01-20T10:35:53.525378 | 2011-09-21T09:25:01 | 2011-09-21T09:25:01 | 33,711,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package com.documentformwork.model;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.UUID;
public class UserRoot {
private String name;
private String password;
private List<Module> modules;
public List<Module> getModules() {
return modules;
... | [
"xiaohewoai@gmail.com@7e1240fc-ebe8-11de-a75d-bbceaaa5444e"
] | xiaohewoai@gmail.com@7e1240fc-ebe8-11de-a75d-bbceaaa5444e |
6126570c66deba648c602d302e585d9d424f6162 | d5d380f811691aff2f4eefe0149f60c6aeb27e0d | /Projects and Exercises/exercise/exercise3/Exercise40_02RegisterWithRMIServer.java | 7be1794e46a5ccf2f7d35bfbfaa400df2ec1f649 | [] | no_license | cloudylc/Introduction-to-Java-Programming-and-Data-Structures-Comprehensive-Version-Eleventh-Edition | 9d8ad6629b90a898bb633a5b623d9daa0413fcc4 | 0e900b204811c5fa9e11dc13dee46835c3bf98ac | refs/heads/master | 2022-11-08T05:44:37.187087 | 2020-06-27T05:51:01 | 2020-06-27T05:51:01 | 286,211,641 | 1 | 2 | null | 2020-08-09T10:06:37 | 2020-08-09T10:06:36 | null | UTF-8 | Java | false | false | 870 | java | /**
* Instructions on how to run this exercise:
* 1. Step RMI registry from the class directory for this exercise
* C:\exercise>start rmiregistry
* 2. Register Server with RMIRegistry
* C:\exercise>start java Exercise40_02RegisterWithRMIServer
* 3. Run a client (multiple times)
* C:\exercise>star... | [
"2502124889@qq.com"
] | 2502124889@qq.com |
dcf0702430e28e90726b88eb575a06988346f314 | ca0488f9216836b89032f0c78f76507d85ddb45a | /app/src/main/java/com/coolweather/android/activitys/MainActivity.java | e061e846c48a0a5ff4a8df0bb139349f64bb4c5b | [
"Apache-2.0"
] | permissive | wangtinghao1998/coolweather | f55d4a8cbf337b335b04486ee3fc04f2d39e58f3 | 82081aca439a36d102d10aa8329cc187d1dd395f | refs/heads/master | 2020-06-25T01:19:57.395963 | 2020-04-07T04:09:31 | 2020-04-07T04:09:31 | 199,151,775 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package com.coolweather.android.activitys;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.coolweather.android.R;
public class MainActivity extends AppCompatActi... | [
"wth19980423@163.com"
] | wth19980423@163.com |
f02fc3163c5899fa6e66e54d9824c2f9fee57b25 | 057dcf47ca228471e7d236605b9be6593880a068 | /src/java/ModelClass/Emergency.java | 6121e35072f4872d84b3d1f9d60f5848c55f7e32 | [] | no_license | GlitchBox/Tour-Planner | 1cfd13378227a5ce0556c2726c005e2196f81295 | bd58b4a6250c7a6b9108144084b8eea70a9db888 | refs/heads/master | 2021-09-06T17:37:58.576486 | 2018-02-09T05:12:10 | 2018-02-09T05:12:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,080 | java | package ModelClass;
import java.io.Serializable;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
imp... | [
"Asus@Zami-PC"
] | Asus@Zami-PC |
16772bb1a86d73e9856ab7e0d7c1c9921799765f | 22396b2e711f96d21636519efd2b7cc4f72f93ed | /KadabraAPI/src/autotuner/configs/knobs/tuples/linear/Linear5D.java | 637232b1e6813f4f833fd7c28bc782fd2e049eea | [
"Apache-2.0"
] | permissive | specs-feup/kadabra | 44efa670ff020409a7819c5f835ea0ae3f8f9e96 | a4aa20d607b5f71583a9f9ff670f120455372a2d | refs/heads/master | 2023-08-31T12:00:42.472690 | 2023-07-22T16:43:36 | 2023-07-22T16:43:36 | 194,742,059 | 4 | 1 | Apache-2.0 | 2023-08-21T22:07:14 | 2019-07-01T20:57:44 | Java | UTF-8 | Java | false | false | 3,431 | java | /**
* Copyright 2017 SPeCS.
*
* 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... | [
"tiagodrcarvalho@gmail.com"
] | tiagodrcarvalho@gmail.com |
9fab0a7aa45a28febf8d32c5dd61376bf8d6ba73 | 65af3e509b0f1977c4a95835460117df45a001dd | /app/src/main/java/anticlimacticteleservices/sic/JavascriptWebviewInterface.java | 117bf4728524776ae8613e5aca0c9c70a3c5990b | [
"LicenseRef-scancode-public-domain"
] | permissive | dhk2/sic | aab62caa339e89c7d9bc6654197957ee78e5cfae | 0eac7c351468d53e668d924a79645ac2fee50699 | refs/heads/master | 2020-06-19T15:50:59.127007 | 2019-12-05T19:39:48 | 2019-12-05T19:39:48 | 196,769,783 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | package anticlimacticteleservices.sic;
import android.content.Context;
import android.os.Build;
import android.webkit.JavascriptInterface;
import android.widget.Toast;
public class JavascriptWebviewInterface {
Context mContext;
// Instantiate the interface and set the context
JavascriptWebviewInterface(C... | [
"donkimberlin@hotmail.com"
] | donkimberlin@hotmail.com |
33d446257cdb768efaf0dfad61075882dd1d6466 | 830c1c8935fcbc97f5b9eeee29a0dd39d89767b9 | /main/java/database/GameListener.java | d6e8097881170b6083b6ba4f58b68f287f5ac8b6 | [] | no_license | rayyan808/asteroids | d33e1a3988682bf0ffb4d3d9c0a24a21d0a45fbf | acecd7e761f760e3954916e436527ecdb00cd08c | refs/heads/master | 2022-11-19T00:35:50.589047 | 2020-07-20T13:46:10 | 2020-07-20T13:46:10 | 281,127,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package database;
import aoop.asteroids.Asteroids;
import aoop.asteroids.game_observer.GameDeathListener;
import aoop.asteroids.model.Spaceship;
public class GameListener implements GameDeathListener {
Player player;
AsteroidsDAO data;
Spaceship spaceship;
public GameListener(Spaceship spa... | [
"noreply@github.com"
] | rayyan808.noreply@github.com |
8e62c0acb4818196533a1452967f9ed1d42bc67e | 58c072a6b0396d7c797ae235b2a796648976b66f | /Lab13_김지원_1711412/VibratingFrame.java | 264e6ecc7dce9593a70bac8760e7007ba32c9cd6 | [] | no_license | annie1004619/Java | a3ca1036b6638bbcaa414f595b6fd28aeb9cc97e | 388900da9566290d4b3f502619b04cadf5923c3b | refs/heads/master | 2022-12-10T13:40:30.655662 | 2020-09-07T08:54:44 | 2020-09-07T08:54:44 | 293,473,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | import java.awt.Component;
import java.util.Random;
import javax.swing.JFrame;
public class VibratingFrame extends JFrame {
public VibratingFrame() {
// title 설정
super("1711412 김지원-VibratingFrame");
// default close operation 설정
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
// 창 size 400, 200
setSize(4... | [
"annie1004619@aver.com"
] | annie1004619@aver.com |
bfdbe88e1b62f0a7ec27a46a797c30e51b78508a | e0f8d62a6ae22a8119db404d8b298ea2ea81490c | /order/src/main/java/com/learn/order/rest/api/OrderController.java | a7f4cf9aba85b3a0243370aebc5b9ae9af124700 | [] | no_license | clockworm/spring-cloud-demo | 225d9ce8a998dfb4913e15ffd470897a73557496 | 446cdbeb3ee85d5fa45f55a71652c7264ea04168 | refs/heads/master | 2020-03-18T08:57:21.556157 | 2018-05-26T10:38:55 | 2018-05-26T10:38:55 | 134,537,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.learn.order.rest.api;
import java.util.HashMap;
import java.util.Map;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.CollectionUtils;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.ann... | [
"345684180@qq.com"
] | 345684180@qq.com |
3e64a2f0e0a0487a42cad8f94e6c442750156bcf | c8fb877deabb3d901f04728179e8ba15003e205e | /Splatoon/src/de/dodori/splatoonPlugin/Main.java | 0e8440a9902cb459cd3397cfc805e62fc9424c9b | [] | no_license | TestingDC/Splatoon | 79a4e15bc4197315a3ecdcd2d7c4ee1218acf6c8 | 488a9f85d65f479e884cc40b2a01baf2cf170de0 | refs/heads/master | 2020-12-03T00:14:13.737737 | 2017-07-02T05:53:45 | 2017-07-02T05:53:45 | 96,002,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package de.dodori.splatoonPlugin;
import org.bukkit.event.Listener;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin implements Listener {
String pluginName = "splatoonPlugin";
String pluginCoder = "dodori";
double version = 1.0;
public void onEnable() {
getLogger().info(this.plug... | [
"eseth3@yahoo.com"
] | eseth3@yahoo.com |
870872649841c8712d47044f8a339586f3061701 | 1443b28f586a44e4bd0b421f9dd24acd42ecb4cb | /app/src/main/java/com/example/pratheesh/madfest_sample/ImageData.java | 15bc8f7d3b768558d1a9f3cee189194ea0f41bbd | [] | no_license | TestLeaf-Deepak/Mad_fest | 71f5a2b69cab12318886959e6fff9772ce412106 | 583a4186fd28f044168a78296b8e9397e62f3f84 | refs/heads/master | 2021-01-21T18:53:16.473575 | 2017-05-22T18:57:45 | 2017-05-22T18:57:45 | 92,090,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package com.example.pratheesh.madfest_sample;
/**
* Created by pratheesh on 11/17/2016.
*/
public class ImageData {
private String imageurl;
private String imagetimestamp;
private String imagedetails;
private String imageid;
public ImageData(String u1,String t1,String d1,String i1)
{
... | [
"deepaknair1989@gmail.com"
] | deepaknair1989@gmail.com |
3f1bc5994937f62b3446b4552969a2681c4ef787 | 1c263bf21233a3d37b0f2ca7473bc5de71306fd7 | /src/com/skilldistillery/jets/CargoPlane.java | 65fe8edb378ce9fbded55fde4b08cd18778ae90f | [] | no_license | markmahowald/JetsProject | 28a0242458f364220dc0184d9fb4969414492ca3 | b05d1cdf850e08a160cdf89299d3dc3475587f63 | refs/heads/master | 2020-04-17T09:58:47.690533 | 2019-05-01T03:08:40 | 2019-05-01T03:08:40 | 166,482,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package com.skilldistillery.jets;
public class CargoPlane extends Jet {
public CargoPlane(String model, double speed, int range, long price, Pilot pilot) {
super(model, speed, range, price, pilot);
this.setSpeed(speed);
this.setModel(model);
this.setPilot(pilot);
this.setPrice(price);
this.setRange(range... | [
"markmahowald0328@gmail.com"
] | markmahowald0328@gmail.com |
681c8234805cf181ceabe9d11b1ade5cf7b1541e | 83199e6dde9217dcfcae5b6ec1a19f3081595949 | /JavaTestMahesh/src/com/mahesh/stringHandelling/StartsWith.java | 7691c0109c6f72e43e6fa50c14ddb5dafed446f3 | [] | no_license | bindurajendra/JavaSoftgen2nd | 2818be68b67a79b7ad0e2aeb87c2b51d66d26cc8 | 45ad7d280701bb683da0b199a500293c18e0c5c1 | refs/heads/master | 2021-01-19T13:36:50.061168 | 2016-10-23T07:37:14 | 2016-10-23T07:37:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package com.mahesh.stringHandelling;
public class StartsWith {
public static void main(String[] args) {
String str = "softgen";
System.out.println(str.startsWith("gen",2));
System.out.println(str.startsWith("sof"));
System.out.println(str.endsWith("gen"));
}
}
| [
"mahesha@nalashaa.com"
] | mahesha@nalashaa.com |
bd8d5499c9e4d572dd40a4b8764dd205c2e02725 | cf02b038935a6dd88fe518fc4125470ec83a16af | /Week_03/105.Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.java | 47e7493708989f0afbf4db31793cbd2fdecd825a | [] | no_license | huangpan2507/algorithm022 | 9db9ac52f2bac8a970bc254bc194115add1cc958 | 16d3cd96cff4cf596f2788993604cd481f8b0432 | refs/heads/main | 2023-03-08T11:35:44.758602 | 2021-02-21T12:41:24 | 2021-02-21T12:41:24 | 326,187,937 | 0 | 0 | null | 2021-01-02T13:24:22 | 2021-01-02T13:24:21 | null | UTF-8 | Java | false | false | 1,581 | java | /*
* @lc app=leetcode.cn id=105 lang=java
*
* [105] 从前序与中序遍历序列构造二叉树
*/
// @lc code=start
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
private TreeN... | [
"huangpan2507@126.com"
] | huangpan2507@126.com |
12485213f5cb4fdd37d98f33931909df34f4e7f4 | 2963c830cef408af6af5e3b5bdb55bbd934a65fa | /src/main/java/com/cos/costagram/model/Image.java | 364552684c0dc5c0098dfe6dd4b5aef9222dfdc8 | [] | no_license | SEOK8561/project_costagram | 3c4bff2cdfeaaae03b09e1dbbc96734a2494971c | 82cef79c73565e82f74fda984becc092041975f4 | refs/heads/master | 2020-05-25T18:36:00.610870 | 2019-05-31T00:29:34 | 2019-05-31T00:29:34 | 187,932,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | package com.cos.costagram.model;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.... | [
"water8561@gmail.com"
] | water8561@gmail.com |
e3d77ce0a37eb9c91a4900854f9dd6d2d24436bd | d11c32bb53987c9ec1066922239653c8c10d855a | /src/vn/toancauxanh/gg/model/enums/NhomGopY.java | 3f304de34ab0b5f381cc0c2c172d1ec14d45c3ea | [] | no_license | vanphuoc369/gjApp | 1b293bf7abd482f861e85c28ba5a04e565acfe1a | 0313d990e10c0b591fff8ccba49025027e2d7f1e | refs/heads/master | 2020-04-11T01:37:49.141793 | 2018-12-12T02:41:17 | 2018-12-12T02:41:17 | 161,421,159 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package vn.toancauxanh.gg.model.enums;
public enum NhomGopY {
NHOM_GYHDND("Góp ý cho Hội đồng nhân dân"),
NHOM_GYĐB("Góp ý cho Đại biểu"),
NHOM_GYKHAC("Góp ý khác");
String text;
NhomGopY(final String txt){
text = txt;
}
public String getText(){
return text;
}
}
| [
"vanphuoc369"
] | vanphuoc369 |
5efedc475b10d4da2d5ebe318b74b7ca1db38be0 | 244bd7c3f4a65c209cea98e6a4b0ec08a1618d2e | /ast/MyString.java | 9efb12ce07e800b2996731cb7f80feaaa65a1bd4 | [] | no_license | bmart36/Java_compiler | 9596018cb861c7f6125d342605887cc07a61939f | cebd68e4e880b678a27525e0cd0594b6441406cd | refs/heads/master | 2021-08-29T19:44:30.227032 | 2017-12-14T20:18:26 | 2017-12-14T20:18:26 | 114,292,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package ast;
import visitor.*;
public class MyString extends Exp
{
public String val_;
public MyString(String val)
{
val_ = val;
}
public Object accept(TreeVisitor t)
{
return t.visit(this);
}
}
| [
"bibiana.martinez@dpschool.io"
] | bibiana.martinez@dpschool.io |
a55c25f7602400566f30829d1b9af8add79d18e0 | 1a821d8663e741c5a1feebfe9945eab44b606f3c | /springBoot-8/src/main/java/com/project/springBoot/entity/SysRole.java | 167ca6af4239b25336f16bedaf3bb6fee7262989 | [] | no_license | maytakeer/springboot | 7a8d6b271134e5a2f4a77b5cfa2e9dffe9ef6bdf | 5d949da46c0b512fcd6d5771e8436349fa8b8a66 | refs/heads/master | 2020-04-13T07:48:40.769324 | 2019-01-17T10:02:12 | 2019-01-17T10:02:12 | 163,063,072 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package com.project.springBoot.entity;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
@Enti... | [
"759683824@qq.com"
] | 759683824@qq.com |
997e5d21ecb3936be92747e3196f62194945f5f0 | e23e9564defbf2a333eaa2c27e5c3469f32d26ef | /dynamodb-spring-data/src/test/java/net/shyshkin/study/dynamodbspringdata/repository/ProductInfoRepositoryTest.java | 97a824047ad1378ca015b22e7b954e6c908edaff | [] | no_license | Krishnamurtyp/aws-certified-developer-associate | ea4da4a51443b49a5d70f6d889e7518f88aaa244 | 71b11d1dc212cdf85ccec53a5ce4fc03261dc749 | refs/heads/main | 2023-02-23T03:40:57.311783 | 2021-01-27T15:45:55 | 2021-01-27T15:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,452 | java | package net.shyshkin.study.dynamodbspringdata.repository;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper;
import com.amazonaws.services.dynamodbv2.model.CreateTableRequest;
import com.amazonaws.services.dynamodbv2.model.ProvisionedThroughpu... | [
"d.art.shishkin@gmail.com"
] | d.art.shishkin@gmail.com |
6a2a5637387df67f6bd7eab42966615bc323e2a5 | 2d666482da5e0ceb978f78033498950def8c8ac7 | /app/src/main/java/de/michiruf/scalor/capture/monitor/Monitor.java | 08af804e4e3d2d3cbb8d839ae0be34aef2424684 | [
"Apache-2.0"
] | permissive | dtbinh/Scal0r | a03972f53f28eae0e84ad55169cb5985770e48ff | 931e0f1951d0c81cc89b706e0eefc4ee6fa08d22 | refs/heads/master | 2021-01-21T16:18:40.278536 | 2016-03-29T21:43:17 | 2016-03-29T21:43:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package de.michiruf.scalor.capture.monitor;
import java.util.Observer;
/**
* @author Michael Ruf
* @since 2016-03-23
*/
public interface Monitor extends Observer {
Object captureScreen();
}
| [
"Ruf_Michael@gmx.de"
] | Ruf_Michael@gmx.de |
ea21468bc02d4f0c8efac09089c5279dc66120f8 | 91068fdfcff61c4352b24fb1a25ef94840bb0f09 | /MyApplication/src/main/java/com/ecs/foursquare/model/Location.java | 593c9895f1699346c021984173793cb9c942373c | [] | no_license | ddewaele/AndroidStudioApplicationProject | cec1f0ef261d5297c2cce0f2f0708c4638a63df4 | cd6154c15a11d26d3ba6e6cfdb9d12d414604b1d | refs/heads/master | 2020-05-30T16:04:06.124855 | 2013-08-20T20:16:13 | 2013-08-20T20:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.ecs.foursquare.model;
import com.google.api.client.util.Key;
import java.io.Serializable;
public class Location implements Serializable {
private static final long serialVersionUID = -5917868159728094798L;
@Key
public java.lang.String address;
@Key
public java.lang.String city;
@Key
public... | [
"ddewaele@gmail.com"
] | ddewaele@gmail.com |
9053f34acd8bfd84c9748570280f608c3fc99df6 | 279ab00946ead99292e2ce17bda94ec39d52e70c | /src/test/java/com/adactin/stepdefinition/Hookes.java | 630dd48dc5424422abf9d2c855472e4800e3c25c | [] | no_license | leninkumar12/testdatas | 3eddf6e13c9f869339801251da67e26b31129647 | 44cce62029a7f2ed610f8130787c159b4df2541e | refs/heads/master | 2023-04-19T01:41:08.454758 | 2021-04-10T08:15:43 | 2021-04-10T08:15:43 | 353,292,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.adactin.stepdefinition;
import java.io.IOException;
import com.frame_work.org.Cucumberframework.BaseClass1;
import cucumber.api.Scenario;
import cucumber.api.java.After;
import cucumber.api.java.Before;
public class Hookes extends BaseClass1 {
@Before
public static void beforehookes(Scenario scenerio) ... | [
"leninashok1206@gmail.com"
] | leninashok1206@gmail.com |
a3b892367bbb030f30606854534f72c641b65f3e | 105fe9f7fcb7b98f938cf109502aab04279ba969 | /Nanodegree/QuizzApp/app/src/main/java/com/example/android/quizzapp/MainActivity.java | b6edc69ad5076febf3a40ee78e728421f90763b7 | [] | no_license | misiasobiekodzi/GoogleScholarshipAndroidBasics | 55082ec7a648f76175c14587aaaaf4716c841437 | b4dab38caf596f337e9ca0a66daeda4e399e2648 | refs/heads/master | 2021-09-19T11:46:25.716911 | 2018-07-27T16:10:32 | 2018-07-27T16:10:32 | 112,959,428 | 0 | 0 | null | 2018-06-10T15:48:38 | 2017-12-03T20:04:47 | Java | UTF-8 | Java | false | false | 6,177 | java | package com.example.android.quizzapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.Toast;
import android.view.*;
public class MainActivity extends AppCompatActivity {
... | [
"michalina.rajczyk@gmail.com"
] | michalina.rajczyk@gmail.com |
c450cd771bc7f13a51e6270122ee37885afa25ef | cb12269a3946d18d66e90914729f007b2e06f74c | /week-01/day-4/src/FindTheSubstring.java | 35352a8ac045444e1666908b55334884aa948601 | [] | no_license | green-fox-academy/kelletlen | 8a96c3738531ee06a4914da18f62ca08fe22b26c | 870f4488d0c4a4a8626bd8608e24813fcfc1bccb | refs/heads/master | 2023-03-14T16:11:32.868845 | 2021-03-13T11:44:48 | 2021-03-13T11:44:48 | 265,585,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | public class FindTheSubstring {
public static void main(String[] args) {
// Create a function that takes two strings as a parameter
// Returns the starting index where the second one is starting in the first one
// Returns `-1` if the second string is not in the first one
// Example:
// sho... | [
"vinczefanny@gmail.com"
] | vinczefanny@gmail.com |
d8f511cb8c9ca32418b4650226aa3fb0573bff21 | 4daecc44942759bcbc47bfce44f0bdcb0b78ccf3 | /src/jd/plugins/decrypter/LiveMeCom.java | 513d23671cb573b1cde9f2a63fa755c1d9d99a5d | [] | no_license | madnight/jdownloader | de7b98edeba951ae6b9ea2d5205d9a870849abaa | 6cb84609157ff0163c37993ceb083499e8942bb4 | refs/heads/master | 2021-01-19T10:16:48.746791 | 2017-04-11T10:01:20 | 2017-04-11T10:01:20 | 87,842,989 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,991 | java | package jd.plugins.decrypter;
import java.util.ArrayList;
import java.util.Map;
import jd.PluginWrapper;
import jd.controlling.ProgressController;
import jd.plugins.CryptedLink;
import jd.plugins.DecrypterPlugin;
import jd.plugins.DownloadLink;
import jd.plugins.PluginForDecrypt;
import org.appwork.storage.JSonStora... | [
"jiaz@ebf7c1c2-ba36-0410-9fe8-c592906822b4"
] | jiaz@ebf7c1c2-ba36-0410-9fe8-c592906822b4 |
3e998b974fd9bc966879e938322eab8a429553c1 | 8f7d4714cdcdb16cd9d7bd12ed413e769f19ff57 | /app/src/main/java/com/cesi/library_project/tableau/OeuvreForm.java | c6cc8f3f892bca2d9f2e9b676ffcb32aac7e49df | [] | no_license | DomHaHmoD/library_project | afe3a29e04f6e414e986bbc324b8b0d4fb735df5 | 1b3c6fc758f4c63246cd8aa81f0ea5c7f611ec7c | refs/heads/master | 2021-04-29T21:35:57.222711 | 2018-02-27T20:38:17 | 2018-02-27T20:38:17 | 119,572,809 | 0 | 0 | null | 2018-01-30T17:54:11 | 2018-01-30T17:54:11 | null | UTF-8 | Java | false | false | 21,505 | java | package com.cesi.library_project.tableau;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableModel;
/**
*
* @author dubs
*/
//public class OeuvreForm extends ... | [
"dominique.hathi@wanadoo.fr"
] | dominique.hathi@wanadoo.fr |
554f85bd5186390845cf9f1d282e91d02546e415 | fb900475edba916d86f02b0683883b8228f47804 | /RecycleTest/app/src/main/java/com/example/pch/recycletest/MainActivity.java | 0a5d01df95c7848b02e3505df85dd3e4982a4347 | [] | no_license | pch45/tae | 2509bfe6871828a3114b5dd2bd394c9ec08f2345 | 64fc3b04dfde8e8c626efe14682734bda33758a3 | refs/heads/master | 2020-09-11T06:10:07.205310 | 2019-11-19T12:06:20 | 2019-11-19T12:06:20 | 221,966,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | java | package com.example.pch.recycletest;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import androidx.recyclerview.widget.DividerItemDecoration;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import java.ut... | [
"ckdgks45@cnu.ac.kr"
] | ckdgks45@cnu.ac.kr |
7d0db1a6c5aff97203c0d6e37fa245e8af1413b3 | e5107dc23b7fdede75f72d2df8da9e4684086cd9 | /Iteracion1/Implementacion/Diaketas_v3/Codigo Fuente/Aplicacion/src/Visual/DatosUsuario.java | a53ee3dda5d175d69c732ae12e7424ac316071a7 | [] | no_license | olmo/ISIII | 083e85187534581b02cc67bd4251849e0f312d57 | 271a61a2d40517ce791fb9f40187fde8e86d2bfa | refs/heads/master | 2021-01-22T05:21:04.519705 | 2012-06-10T20:47:12 | 2012-06-10T20:47:12 | 3,629,810 | 1 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 40,862 | java | package Visual;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JButton;
import javax.swing.JPasswordField;
import javax.swing.JTextField;
import javax.swing.JLabel;
import javax.swing.table.TableModel;
import GestionPersona.Beneficiario;
import GestionPersona.CodificacionPW;
import Ges... | [
"jcasty89@gmail.com"
] | jcasty89@gmail.com |
65f18d2325000ac18371582102bb61f9563b905c | b6663c53066eb28bcf2c6f179376fc7eb01ac4ee | /MyPlaceFinal/app/src/main/java/com/example/user/myplace/fragments/MapFragment.java | 97787f6d9e5a5f95ec0a63ba04ae666cf53522b4 | [] | no_license | yaelfish/my-place | cf9d3401c48ba114fc786b3f61d5acfef119009d | 1820d97e8ca38ad4ca7bb48f524738da684ef77b | refs/heads/master | 2021-01-20T04:22:11.544520 | 2017-04-28T08:46:40 | 2017-04-28T08:46:40 | 89,678,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,486 | java | package com.example.user.myplace.fragments;
import android.Manifest;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import androi... | [
"noreply@github.com"
] | yaelfish.noreply@github.com |
b7746156c0c4f2b4feffcb85a0847d351a25820e | a00fe007ff66e23b4aacf08a66835129c9475cf4 | /app/src/main/java/com/example/weatherapp/model/citylocationmodel/CitiesLocationWeather.java | 631b54cad60f6798d2ba2016501ef81286a1f911 | [] | no_license | fathyshawat/WeatherApp | 8725d8b706efc4bc587bab9be6466e027116acb1 | db05bd7baaddbe913d1cec1ec67492113e399295 | refs/heads/main | 2023-03-22T14:35:02.417282 | 2021-03-22T12:49:20 | 2021-03-22T12:49:20 | 338,465,463 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.example.weatherapp.model.citylocationmodel;
import java.util.List;
public class CitiesLocationWeather {
private String city;
private String country;
private List<CityWeatherInfo> cityWeatherInfoLs;
public CitiesLocationWeather(String city, String country, List<CityWeatherInfo> cityWeath... | [
"fathy@pharous.com"
] | fathy@pharous.com |
4c0a4a8fbc992c8860fbd36089718fd182d3a216 | 4627d514d6664526f58fbe3cac830a54679749cd | /results/randoop5/time-org.joda.time.Period-2/RegressionTest1.java | 7d56d5e9016d1b4d7c2e5b61fd23c3173a2efca9 | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 1,225,628 | java | import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class RegressionTest1 {
public static boolean debug = false;
@Test
public void test0501() throws Throwable {
if (debug)
System.out.forma... | [
"P.Derakhshanfar@tudelft.nl"
] | P.Derakhshanfar@tudelft.nl |
8c70c881ffbd25d5a18660052114b06b0b9650c0 | ea33e8c996ce520fd199808f80b15bc9475b8a4a | /src/main/java/com/yyy/shop/controller/UserController.java | 64fd9ab1c4dda085fef43596e78cc0647814aac1 | [] | no_license | phanvietdung2101/online-shop-web | 6e561fc52879a584e81be29dac9f31efb3c290b8 | 0c15aacbacfdc50c25bbe4312e2298ff8f6ab583 | refs/heads/master | 2022-08-02T12:50:52.150744 | 2020-05-20T16:40:26 | 2020-05-20T16:40:26 | 265,527,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package com.yyy.shop.controller;
import com.yyy.shop.model.Role;
import com.yyy.shop.model.User;
import com.yyy.shop.service.RoleService;
import com.yyy.shop.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.... | [
"59188700+phanvietdung2101@users.noreply.github.com"
] | 59188700+phanvietdung2101@users.noreply.github.com |
ae43885013bad039c834b590d16caa580bb8f455 | 21757f1230e575e8118e23177b34f6b25b4b24b4 | /code/broker-web/src/main/java/com/htw/master/prog/broker/rest/ApplicationContainer.java | ce2044cad111b3406093dec9881593042e1905f6 | [] | no_license | SergejMeister/htw-programming | 42993184f95411a9c811c15e6e922c6d0ff2df7b | e1406532c25dcc4bcad5d12a046023843ab26c2d | refs/heads/master | 2021-01-09T07:40:39.836107 | 2016-01-22T14:00:30 | 2016-01-22T14:00:30 | 46,640,101 | 0 | 0 | null | 2015-11-22T00:31:52 | 2015-11-22T00:31:52 | null | UTF-8 | Java | false | false | 4,234 | java | package com.htw.master.prog.broker.rest;
import com.sun.net.httpserver.HttpServer;
import de.sb.java.TypeMetadata;
import de.sb.java.net.HttpModuleHandler;
import org.glassfish.jersey.jdkhttp.JdkHttpServerFactory;
import org.glassfish.jersey.message.filtering.EntityFilteringFeature;
import org.glassfish.jersey.moxy.js... | [
"sergej_meister@gmx.net"
] | sergej_meister@gmx.net |
1710cc2377f91b4d3e1fb2d95009e4e19ced57ec | 4b4aea463d7ff0677889145cdf9d1a002d069032 | /Main.java | 16bffe07ed41780245b93bdfbe3a79bafeb531ef | [] | no_license | trp216/LabZoo2 | 3807672fb9fdbdd795530dae0053e2ab585e531b | 1cea25e243a16a1a208a2834344100c0137c69ce | refs/heads/master | 2020-04-25T23:12:17.760728 | 2019-02-28T15:42:14 | 2019-02-28T15:42:14 | 171,954,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,315 | java | package userInterface;
import model.*;
import java.util.Scanner;
public class Main{
private Zoo zooCali;
private String message;
public Main(){
Zoo zooCali = new Zoo("Zoo of Cali", "Bosque municipal, a orillas del rio Cali, barrio Santa Teresita", "1969");
}
public static void main (St... | [
"noreply@github.com"
] | trp216.noreply@github.com |
789453e8983e6f453a05e59b7df9462fba9973ea | ea5ffd1e5a72bb3c8ed88c6f223a6e7c81776cf7 | /Algorithm/src/test/java/TestSolution.java | 73096f7063a01eecfc2fc4cd0cd9b9c019172d1b | [] | no_license | yanghaogn/CommonCode | 7bd95ec107edf16f37e97e0369c4fffe4121c3cd | 46d5c1f95b4b1b9a3a406259d80cbc01217b9c01 | refs/heads/master | 2021-01-21T21:49:05.342202 | 2017-12-29T01:21:20 | 2017-12-29T01:21:20 | 21,678,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | import junit.framework.Assert;
import org.junit.Test;
/**
* Created by yang on 2015/4/15.
*/
public class TestSolution {
@Test
public void testGetShortestSubString() {
Solution solution = new Solution();
System.out.println(Runtime.getRuntime().totalMemory());
}
private ThreadLocal<Integer> tl = new ... | [
"yanghaogn@163.com"
] | yanghaogn@163.com |
69e4770b465a98122810e8d7d16844bedbfe634d | 9042adcdf57f229ebcf4d5d643aa31c1c919133f | /src/main/java/org/broad/igv/synteny/BlastParser.java | 5aa38b7c3c9ff01429a03c6c662b64ff0616368a | [
"MIT"
] | permissive | Weeks-UNC/igv | db3db79f81157bd9856da8b7e68fdcca9159e4c3 | 79a79e140fd2d629a44e2bb22ce0eb2ab9206615 | refs/heads/master | 2020-03-11T11:07:46.761994 | 2018-04-19T20:20:01 | 2018-04-19T20:20:01 | 129,961,372 | 0 | 0 | MIT | 2018-04-17T20:28:48 | 2018-04-17T20:28:48 | null | UTF-8 | Java | false | false | 5,939 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2007-2015 Broad Institute
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
*... | [
"jrobinso@broadinstitute.org"
] | jrobinso@broadinstitute.org |
2a7a62db6204e0d1275f6f8f443d793b4119d34a | 9190adb13dcbcaba303a699e9d6e39f5fd174b01 | /app/src/main/java/ir/kcoder/cooldevicestats/Theme/ThemeProvider.java | 56047392536eba0054cab024f6c295136708e584 | [
"MIT"
] | permissive | mnvoh/CoolDeviceStats | b430791df86e9f4d80aa35a522cae33de974f797 | f22ff75d15a264b0e342242c94540e2007c4a662 | refs/heads/master | 2020-07-05T11:16:17.469178 | 2017-06-02T21:18:48 | 2017-06-02T21:18:48 | 74,120,839 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,546 | java | package ir.kcoder.cooldevicestats.Theme;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import an... | [
"mnvoh90@gmail.com"
] | mnvoh90@gmail.com |
345e558ec8ff65a4a8f8860118594a98b21769d2 | 510c1dbef2d708caf24b43064490a48f06f8a86d | /core/src/main/java/com/sequenceiq/cloudbreak/service/blueprint/BlueprintValidatorFactory.java | 34cedc449ad15c7e614079554b5bb5d77608bee6 | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD",
"CDDL-1.0",
"bzip2-1.0.6",
"Zlib",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-jdbm-1.00",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | benyoka/cloudbreak | b0a5a30b1c0f0d6770944c9d6d49923fd8f28737 | 48d26aa05c0133ebe6b4e5e606d89ec5ff09a15b | refs/heads/master | 2021-07-10T05:43:25.947752 | 2019-09-26T09:35:26 | 2019-09-26T09:35:26 | 211,061,721 | 0 | 0 | Apache-2.0 | 2019-09-26T10:22:22 | 2019-09-26T10:22:21 | null | UTF-8 | Java | false | false | 1,405 | java | package com.sequenceiq.cloudbreak.service.blueprint;
import static com.sequenceiq.cloudbreak.cluster.api.ClusterApi.AMBARI;
import static com.sequenceiq.cloudbreak.cluster.api.ClusterApi.CLOUDERA_MANAGER;
import javax.inject.Inject;
import org.apache.commons.lang3.NotImplementedException;
import org.springframework.... | [
"keyki.kk@gmail.com"
] | keyki.kk@gmail.com |
2c7ceb2b969c32fedcbae5eeb152f60af4870fce | 3e555f0dddb74f8d698012547c0f6b98e9b2402b | /app/src/main/java/com/example/amal_pc/test/fragments/SignBook.java | 09e47ff3fa54e1c5b2da4f16b3673e8ebd0a1018 | [] | no_license | amalx/Book-s-Row- | d9ef54fbde32de5c2515ac7ed782166818de457a | 14dac59116b8503d7f8b3d98e2b47bb733bfa96f | refs/heads/master | 2021-09-18T19:51:38.257417 | 2017-10-22T10:26:19 | 2017-10-22T10:26:19 | 107,853,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,439 | java | package com.example.med.test.fragments;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
impor... | [
"amalrahal@outook.fr"
] | amalrahal@outook.fr |
3fdb2eb6adf286e62e51403a35a310a7e8f55536 | 9e17e2c24d6a7db86699f483eec1fb5b6376ff59 | /catalogue_service/src/main/java/app/models/Song.java | 8f431398584010b184c7da015d48740c36868674 | [] | no_license | dvdmlgn/oscen_music | b0e3c457cf870f735f080e3b11dcea894bd3592e | 3a2774b2c564627afc2705cbdd701df340cee4a1 | refs/heads/master | 2020-05-09T19:18:19.432662 | 2019-04-18T22:34:57 | 2019-04-18T22:34:57 | 181,373,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package app.models;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Song {
@JsonProperty("id")
public int id;
@JsonProperty("name")
public String name;
private Song() {}
public static class Builder {
private int id;
private String name;
public Builder() {}
public... | [
"s00155368@mail.itsligo.ie"
] | s00155368@mail.itsligo.ie |
b0c1005ce569b488a54008d0afd5aae66ed45301 | 07c0b10085b81bf10c7f730c32bd167d4b1866e9 | /src/week4/day1/enums/Shop.java | 69bf364047b5e10528ca8480defad14c5dee089b | [] | no_license | presly808/oop4 | 77d068ba9544594e3deb42bd7246621963c558c6 | f66252996f490704c09f479118ba79f42be3d541 | refs/heads/master | 2016-09-06T09:46:20.200229 | 2014-06-03T12:53:09 | 2014-06-03T12:53:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package week4.day1.enums;
public class Shop {
public static void main(String[] args) {
// sell(Sizes.MIDDLE);
// sell(25);
// Sizes[] allValues = Sizes.values();
// for(Sizes s : allValues){
// System.out.println(s);
// }
Sizes mySize = Sizes.valueOf("SMALL");
System.out.println(mySize);
... | [
"presly808@gmail.com"
] | presly808@gmail.com |
6f85ab6d6d5dbd6652055e0720100adb9e44ddf0 | d2e6d0dfd032a02bedab6f3a13293d8837abfc76 | /src/main/java/com/ekaqu/cumulus/pool/KeyedPool.java | 37ef02050093e5ace391ef3e2bb500d0c8decaf1 | [] | no_license | sjroot/Cumulus | 396cf98e611aa98cee8f58587e62da02b2fbbd87 | 5723852443bccadab1f438d17a25ba1cec686295 | refs/heads/master | 2021-01-18T13:41:25.991955 | 2012-11-20T18:33:26 | 2012-11-20T18:33:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,422 | java | package com.ekaqu.cumulus.pool;
import com.google.common.annotations.Beta;
import com.google.common.base.Optional;
import java.util.Map;
import java.util.concurrent.TimeUnit;
/**
* Defines a Pool that is essentially a map of {@code Key -> Pool<V>}.
* <p/>
* A KeyedPool is also a pool and should act just like any ... | [
"d.capwell@sisa.samsung.com"
] | d.capwell@sisa.samsung.com |
ce6e2376cb026d7a1cbc47ac76b7e8a156b8849b | bbdba888e9ba5ca87a1a8235cf4fd19276c9292d | /NumberOfValleys/src/myPackage/MyClass.java | c2ad208ba86a5017ceb99ea0366bb621eb693acc | [] | no_license | alessyleblanc/Number-Of-Valleys | 4ec0b853b0feadcf1a4a4373ad4ce9314211d079 | 5e3ec1333aee7d40c642460f087cdcfe1a0c54fe | refs/heads/master | 2020-11-29T16:33:49.187649 | 2019-12-26T01:07:01 | 2019-12-26T01:07:01 | 230,169,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,429 | java | package myPackage;
/*
import java.io.*;
import java.math.*;
import java.security.*;
import java.text.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.*;
public class MyClass {
// Complete the countingValleys function below.
static int countingValleys(int n, String s) {
String... | [
"56284325+alessyleblanc@users.noreply.github.com"
] | 56284325+alessyleblanc@users.noreply.github.com |
7cc21800d5997693daa46d09c2c829d5d350e969 | a1c48a7444d9f46540800dd28f735eecf268ad82 | /app/src/main/java/com/guowei/android/widght/reflesh/BattleCityView.java | 45ce03816747bfa39c361e03ba3d33cb590d3974 | [] | no_license | davisliuu/myknowledgesummary | 8059c7b30b165206e05f87d581e7ce24e9c9ca73 | 809faa510d0682782c684e9e65a61dd7b115005d | refs/heads/master | 2021-04-26T15:24:40.025726 | 2018-02-11T17:34:33 | 2018-02-11T17:34:33 | 121,227,951 | 1 | 0 | null | 2018-02-12T09:43:30 | 2018-02-12T09:43:29 | null | UTF-8 | Java | false | false | 10,943 | java | package com.guowei.android.widght.reflesh;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Point;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.util.SparseArray;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Random;
/**... | [
"553096041@qq.com"
] | 553096041@qq.com |
a309f5d4b6fc8b841f2eaeb391192e2547c4b534 | 595c83c28a1a51e53dd0707f46957294dc3b3c4f | /src/test/java/be/ceau/querymapper/test/model/WhereFilter.java | 215fd83eb77959e26d4f9e051d83be34a0981337 | [
"Apache-2.0"
] | permissive | mdewilde/querymapper | 1bd87ca4c217f6380e8b6a1c53ec10b09ecf2b22 | e8670df305421e0c07e51a0bdb12969d9bf203c3 | refs/heads/master | 2020-04-24T17:46:23.088425 | 2015-08-08T09:25:55 | 2015-08-08T09:25:55 | 40,019,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package be.ceau.querymapper.test.model;
import be.ceau.querymapper.annotations.Where;
public class WhereFilter {
@Where(column = "field1Name")
private String field1;
public String getField1() {
return field1;
}
public void setField1(String field1) {
this.field1 = field1;
}
}
| [
"m@ceau.be"
] | m@ceau.be |
b09245777889d2a3b40e63d1bea84a4391f0969d | 23a79a66872dde2f65e81800418ed2dc0bcc265b | /app/src/test/java/com/tsubu_nagoya/ilike/ilike/ExampleUnitTest.java | 7cf91ebed3d152e09d67ae8bb6e56429bb4fb720 | [] | no_license | rytmrt/iLike | 47f878f739e552ec62e984a94040538b66581f85 | 091446646373865843d162261fd967f0fcfab7fb | refs/heads/master | 2021-01-10T04:31:45.779651 | 2015-11-08T03:00:44 | 2015-11-08T03:00:44 | 45,763,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.tsubu_nagoya.ilike.ilike;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
... | [
"ryota.morita.3.8@gmail.com"
] | ryota.morita.3.8@gmail.com |
02db2dbd87acd35f853ebbdc94aaf2d360240c46 | ac47b79f1c748092ccb733a28579673b4a758c52 | /src/comThree/Main.java | ab2613fad51aed345b8a64ca7b5086cdb4ba7c37 | [] | no_license | JarikDev/JL66Multithreading | df2c91c9f698d0d8ea1433ea4abc2fcf893d7678 | 6da64430057e7081b2cf0941fc6f04d16a83b883 | refs/heads/master | 2020-04-03T21:36:54.626072 | 2018-10-31T15:31:30 | 2018-10-31T15:31:30 | 155,575,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package comThree;
public class Main {
public static void main(String[] args) {
new MyThread().start();
new MyThread().start();
new MyThread().start();
}
}
class MyThread extends Thread {
@Override
public void run() {
for (int i = 0; i < 400; i++) {
System... | [
"sxln1@mail.ru"
] | sxln1@mail.ru |
fb7c8d1329856dfbf90f1ede1eb6dc91b7fdbb56 | 1cdfeacf3999663d27606b5ee805c4bd02fab05c | /src/telas/menu/MenuProfessor/ControllerMenuProfessor.java | ea88a788ecd9e62042476e051604322e4d30e69e | [] | no_license | AlvanirJr/SimuladoJava | 82749bc0a5e6543623c2236e8d9b9ee82603635e | 68c8699b1d882a3160113a269f4adcc6d76a65e9 | refs/heads/master | 2023-03-08T20:53:58.981368 | 2021-02-26T18:23:27 | 2021-02-26T18:23:27 | 342,663,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package telas.menu.MenuProfessor;
import javafx.event.ActionEvent;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import telas.menu.mainMenu;
import java.net.URL;
import java.util.ResourceBundle;
public class ControllerMenuProfessor implements Initializable {
public Button cadQ;... | [
"alvanirjr95@gmail.com"
] | alvanirjr95@gmail.com |
9d8cf49b8999f7bcde1ad2486197ce181f44b1c0 | e206a3de9cd8e8826b1a2ab1ec82a2dbddea4e85 | /self-server/self-activity/src/main/java/cn/kepu/self/activity/mybatis/mapper/ActivityTypeMapper.java | cb13ffd14971057b46172cee40fa40fc24a62066 | [] | no_license | overmaker/self | ffdb76acd1eab64dfeb4746de6225a03187c3eac | 93094c0589e96ef5a1655ec985e1208e151f1ee9 | refs/heads/master | 2020-03-28T22:17:26.171156 | 2018-09-18T03:26:42 | 2018-09-18T03:26:42 | 149,221,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 913 | java | package cn.kepu.self.activity.mybatis.mapper;
import cn.kepu.self.activity.entity.ActivityType;
import java.util.List;
import org.apache.ibatis.annotations.Param;
/**
*
* @author 李成志
*/
public interface ActivityTypeMapper {
/**
* 新增活动分类
*
* @param name 活动分类名称
*/
void insertActivityType... | [
"shimingxiang@139.com"
] | shimingxiang@139.com |
421eea09c65d0f201db111b7f0665c958da528b1 | 79b933ae2cf12e2e6776231fbc1971f70358cd87 | /src/main/java/com/indihx/activiti/entity/ActNodeCfg.java | 8202892c9cc22f3df890d97db8fb68cf6123cc64 | [] | no_license | svcgv/vote | 4e41338495acf89e9791d91e6e8d2ee312a07a8e | c84b5245eef2be369ef6be54e34fe28b2f9bf58a | refs/heads/master | 2020-04-01T22:55:44.931246 | 2018-11-30T10:46:15 | 2018-11-30T10:46:15 | 153,733,177 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | /**
*
*/
package com.indihx.activiti.entity;
import java.io.Serializable;
/**
* <p>标 题: 物业管理信息系统(PMS)</p>
* <p>描 述: ActNodeCfg.java</p>
* <p>版 权: Copyright (c) 2018 </p>
* <p>公 司: 上海泓智信息科技有限公司</p>
* <p>创建时间: 2018年2月24日下午12:40:27</p>
* <p>@author zhengwei</p>
* <p>@version 1.0</p>
* <p>ActNode... | [
"hb1230123@hotmail.com"
] | hb1230123@hotmail.com |
e4853ebef6489647aaed05da3259450ee0350faa | 840692343eeb59c0dba62d93bce0c12866e564ee | /DesignTask5/UnitTests/design05/Triple4Processor.java | 66e47bb587e3217cb6ef08b1c03994c9d08332bb | [] | no_license | alexisshaw/cs2911p2 | 65ac324ab2d32dd707e9a4a346a814e568fdb58d | 6ce0099220137796b3985ba234a731b4690131c7 | refs/heads/master | 2021-01-19T13:25:33.512312 | 2012-05-06T12:22:40 | 2012-05-06T12:22:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,414 | java | package design05;
public class Triple4Processor implements Processor {
//Processor state holders
ProcessorState myState;
boolean isInitialised;
private boolean isHalted;
//CPU Commands - 4 bit
private final uint_4 halt = new uint_4(0x0);
private final uint_4 addR0R1 = ... | [
"damonstacey0@gmail.com"
] | damonstacey0@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.