blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
142fd693f905a81751cc4212cd1feff17c95033e | f6f319c3087a0101ae33ddd10fbe3d7d0960eeb1 | /app/src/main/java/ppe/ece/fr/newwheels/DeviceList.java | a7b2b5298b9b2c5886029a7a1a2e1da5098a4a35 | [] | no_license | Baladas/NewWheels | 0b578252299b99beec6c8b2559f9dd06f7dfe9f6 | 263ce72a570fff4c10d3b3d75558c38ec940060e | refs/heads/master | 2021-01-19T10:13:55.430357 | 2017-06-06T19:58:06 | 2017-06-06T19:58:06 | 82,168,764 | 0 | 0 | null | 2017-06-06T19:37:00 | 2017-02-16T10:27:15 | Java | UTF-8 | Java | false | false | 3,574 | java | package ppe.ece.fr.newwheels;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.wi... | [
"gilles.hoarau@edu.ece.fr"
] | gilles.hoarau@edu.ece.fr |
d7ffcfd93761a92ab36859b395571ea7c1c40ae1 | e251534ffee715c1b5e7dfde41f37afaadcad839 | /java/java-tests/testData/inspection/duplicateBranchesInSwitchFix/beforeContinue.java | a61416708468c103a3280108ff4e4c40ba06de0e | [
"Apache-2.0"
] | permissive | iamzken/intellij-community | 88e1719e881435dc2672082658eac13801b6ab63 | ddf5753f87bfe3b3ac29da63256031f90a4cbb56 | refs/heads/master | 2020-04-15T09:17:44.129885 | 2019-01-07T19:33:53 | 2019-01-07T19:33:53 | 164,543,829 | 0 | 1 | Apache-2.0 | 2019-01-08T02:49:28 | 2019-01-08T02:49:27 | null | UTF-8 | Java | false | false | 517 | java | // "Merge with 'case 1:'" "GENERIC_ERROR_OR_WARNING"
class C {
int foo(int n) {
int s = 0;
for (int i = 0; i < n; i++) {
switch (i % 4) {
case 1:
s += i;
continue;
case 2:
continue;
... | [
"pavel.dolgov@jetbrains.com"
] | pavel.dolgov@jetbrains.com |
a8246cc95ceb5fa730553c7e2dd03d0fd36d8f89 | 339061e3a250d14e709e21f6b814cebedf0ffd3f | /spring-mvn-admin/spring-mvn-core/spring-mvn-core-amain/src/main/java/cn/spring/mvn/core/amain/PageEntity.java | 03c2a6d803057fc59102a714c3586adc100a2d9f | [] | no_license | liutao1024/github-mvn | f277daeabfdd58835d0c466c01a5b39107cc21fe | 0b58abc929c0d7ad771a8eeccdfdddc75d999b3f | refs/heads/master | 2021-07-08T16:51:46.482698 | 2019-01-30T05:24:20 | 2019-01-30T05:24:20 | 139,798,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package cn.spring.mvn.core.amain;
import java.util.Map;
public class PageEntity {
private Integer page; //目前是第几页
private Integer size; //每页大小
private Map<String, Object> params; //传入的参数
private String orderColumn;
private String orderTurn = "ASC";
public String getOrderColumn() {
return orderCol... | [
"979497772@qq.com"
] | 979497772@qq.com |
48f46bb3448585fd03fdbe0aad3b4ab0ff6db7c7 | f0931730552b4f15c3b30e1a9709dbcbd6b8c0b2 | /decompiled apk/app_source_from_JADX/android/support/v7/widget/aq.java | 8f4ec3fa02eb0e47af6be70d1f7d62b8be75f7a4 | [] | no_license | VictoriaVan/GoogleCTFStuff | 78a842578f5fb86e4e24cf3c4189a46583d5924d | 1b58bf8fc8628f00361ac4e4e6f8ec5c81407f73 | refs/heads/master | 2020-03-21T09:59:31.083027 | 2018-06-23T19:35:02 | 2018-06-23T19:35:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,481 | java | package android.support.v7.widget;
import android.app.SearchManager;
import android.app.SearchableInfo;
import android.content.ComponentName;
import android.content.Context;
import android.content.pm.ActivityInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;... | [
"vv0011@uah.edu"
] | vv0011@uah.edu |
64a4895a7634a05cd30346cc02fc3fe22361717f | 0746f05bb81c6c0fc504dea774f1170c6ab64b21 | /GasPumpSystem/src/com/iit/cs586/david/java/Model/EFSM/S0.java | edc2417c799c6d2039ef58fa7dd8594bb1b3f7da | [] | no_license | davidghiurco/SSA-GasPump-MDA-System | 327b565bc2464ffc514e7b7a8dd5e4d96013574f | 158eb4477e8324d508816c58a8985cba587c47ce | refs/heads/master | 2021-01-19T19:06:21.376136 | 2017-06-03T17:15:37 | 2017-06-03T17:15:37 | 86,649,556 | 1 | 6 | null | 2017-04-12T19:46:26 | 2017-03-30T02:23:23 | Java | UTF-8 | Java | false | false | 405 | java | package Model.EFSM;
/*
State S0 in the EFSM model
*/
class S0 extends State {
S0(StateMachine model) {
super(model);
}
/*
Transition to State S1 and call the PayMsg() meta-action
*/
@Override
void start() {
if (model.s == model.LS[0]) {
... | [
"dm.ghiurco@gmail.com"
] | dm.ghiurco@gmail.com |
7d231ccf2228d42656b67cadfcbcc9e6c1b839d5 | 0e2601f11ca659923e425f10e87da3cba01db70f | /src/Round458/D.java | 6ffba31c5ddae18a4314a7813a5453191a2a079d | [] | no_license | sharoha/Codeforces | 0ef47a59dc1ed37d2eecb6fdd6e1dc7c4d0cd69f | 387c9b696f2f7ac9688cb1fe41778d8f55d20321 | refs/heads/master | 2021-09-06T21:02:02.777754 | 2018-02-11T10:59:01 | 2018-02-11T10:59:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,571 | java | package Round458;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.InputMismatchException;
public class D {
String INPUT = "5\n" +
"1 2 3 4 5\n" +
"6\n" +
... | [
"sharmarohan136@gmail.com"
] | sharmarohan136@gmail.com |
8e524082d22ea7812beeeb0adb9128f43efcc52f | b2f0af50fee2e195b953a7295c688f55e6d14e81 | /core/src/main/java/com/sdu/spark/utils/colleciton/KVArraySortDataFormat.java | 92e6cbf458d3e9c13f9e9343501aa4b1374ac37c | [] | no_license | nishuihanqiu/spark-java | f756eb69b26ab65fd0f280e6c9957dd7a794722b | 8469746291064493e24e338f74487e44024d82fa | refs/heads/master | 2022-11-19T18:40:31.875758 | 2019-04-15T15:18:21 | 2019-04-15T15:18:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | package com.sdu.spark.utils.colleciton;
import com.sdu.spark.utils.scala.Tuple2;
/**
* Supports sorting an array of key-value pairs where the elements of the array alternate between
* keys and values, as used in {@link AppendOnlyMap}.
*
* K Type of the sort key of each element
*
* T Type of the Array we're sort... | [
"zhanghan13@meituan.com"
] | zhanghan13@meituan.com |
c14d66a6ff2629b6e041f663a021173bbee0bc58 | c3ec9e0d1457965dd4d0f9b3be0d99ca8eeccfc5 | /src/main/java/com/codeoftheweb/salvo/Interface/ScoreRepository.java | 21a672068617dd0fa9347eb4f461475c61e24b9d | [] | no_license | MarianoMazza/Salvo | 5fa9c002bee491d618e5000006e43fd2abdd0edb | 398bb64ede24ebcab17fcc974ade836e3037e7f2 | refs/heads/main | 2023-04-17T02:42:11.349654 | 2021-05-07T15:26:58 | 2021-05-07T15:26:58 | 350,039,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.codeoftheweb.salvo.Interface;
import com.codeoftheweb.salvo.Model.Score;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource
public interface ScoreRepository extends JpaRepository<Score, Long> {
... | [
"mazza.mariano@hotmail.com"
] | mazza.mariano@hotmail.com |
87b4dd93ab0e11378ebc16826ec670e04d71af97 | fd045b26aee40d67364b78dadaca734bbb21e506 | /pa165-sportEvent-POM/pa165-sportEvent-Api/src/main/java/com/pa165/sportEventservice/service/SportService.java | dac13ba865b4ce56a89e47e8371ddc6cc4b71300 | [] | no_license | mashadmm/sportEvent | 7bb139e705a6e5ca781520b2051e9f1b36c73dbd | 76900eaf2f6c3d7d17e20dd1cdc3edd44cbf3870 | refs/heads/master | 2020-05-30T04:14:17.950138 | 2014-01-23T20:47:57 | 2014-01-23T20:47:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pa165.sportEventservice.service;
import com.pa165.sportEventpersistence.Exceptions.ServiceFailureException;
import com.pa165.sportEventservice.DTO.EventDTO;
import com.pa165.sportEventservice.DTO.SportDTO;
... | [
"Maria@147.251.232.121"
] | Maria@147.251.232.121 |
c96bc58123f79306278e0b253bd167ad1fb7397c | f8d8149111b66f5c6c65c89def42b88fd932c1c6 | /src/main/java/com/example/casestudymodule6nhomculiee/model/User/AppRole.java | b3f5f655621e8c7829935fc2cb073c5e6f467e97 | [] | no_license | TrungDucMai/WebtimviecModule6.BE | 3074e767effd2f0e5b33d944d11a53f8334edc39 | 72e536c8fcc55e72a2de31e7f4d38483dc9a306e | refs/heads/master | 2023-09-02T03:21:17.722229 | 2021-11-11T04:25:11 | 2021-11-11T04:25:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.example.casestudymodule6nhomculiee.model.User;
import com.fasterxml.jackson.annotation.JsonIdentityInfo;
import com.fasterxml.jackson.annotation.ObjectIdGenerators;
import lombok.Data;
import org.springframework.security.core.GrantedAuthority;
import javax.persistence.Entity;
import javax.persistence.Gene... | [
"sauvole75@gmail.com"
] | sauvole75@gmail.com |
159e16fa7230fe539924a2b93998e2581edc7799 | df48dd3f6009770f595d837290e84cab5b494031 | /ST-WEB/src/main/java/com/studyhelper/domain/matching/entity/Matching.java | 7b34c23606c797bb3cc630c98da583718c9885f0 | [] | no_license | AsherByun/Studyhelper-real | 2a5f0c9097c4ec4c589d6a9ef64a8338c151c785 | 5ad04cd61cd957ec196842a2185424b71f69acb9 | refs/heads/master | 2023-08-24T01:21:12.768382 | 2021-10-25T07:10:30 | 2021-10-25T07:10:30 | 334,935,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package com.studyhelper.domain.matching.entity;
import org.springframework.data.annotation.Id;
import org.springframework.data.redis.core.RedisHash;
import org.springframework.data.redis.core.index.Indexed;
import com.studyhelper.domain.matching.entity.enums.Region;
import com.studyhelper.domain.matching.entity.enum... | [
"dfdo333@naver.com"
] | dfdo333@naver.com |
94fded428a2f4a9e751adc3789083c9cf760ebe4 | ac019c07e7098617e575a235e923bd8242dcac1a | /LED_Array/app/src/main/java/com/example/russell_test/led_array/FlashActivity.java | ef43184c8386a233d757bb26dfd9b681bc2700ff | [] | no_license | Original-heapsters/RT-Mods | 33f1ddb1bd06a42abbea4a7e5b4b0844f5aba9c5 | bea8bcd89a38c33b4bb3847bc94782804bf2ea8e | refs/heads/master | 2021-05-01T08:07:31.170429 | 2017-01-22T15:17:55 | 2017-01-22T15:17:55 | 79,677,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,964 | java | package com.example.russell_test.led_array;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support... | [
"sell_nat@yahoo.com"
] | sell_nat@yahoo.com |
856866c1544f7d6fff2dfd3d1e20216510b68d00 | 6fab2731cdacab795d36e4be70a078f4a1d62303 | /src/main/java/com/deerinc/cloud/service/CountryService.java | 810ae6f713d7493a9eb0b5bb2457248f64709d39 | [] | no_license | LrWm3/jhipster-experiments-deerDash | 558ed57ce427aa69f77bc82b0794f7ec0effc223 | 19b8783dbbbc5d021be0ba25650f1bd8a2f5001e | refs/heads/master | 2022-07-24T20:46:55.832776 | 2020-03-21T14:57:08 | 2020-03-21T14:57:08 | 248,997,583 | 0 | 0 | null | 2022-07-07T17:43:07 | 2020-03-21T14:53:38 | Java | UTF-8 | Java | false | false | 1,051 | java | package com.deerinc.cloud.service;
import com.deerinc.cloud.service.dto.CountryDTO;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing {@link com.deerinc.cloud.domain.Country}.
*/
public interface CountryService {
/**
* Save a country.
*
* @param countryDTO t... | [
"william.marsman@gmail.com"
] | william.marsman@gmail.com |
c76e222e7544da93162ea7bf581eaa944b320c57 | 3e9617cef027e9c5220b4dd88962062f2f4697d0 | /Family/GeofenceService.java | da328ee40ecd0f12c6ea494ed4a96a513acbab91 | [] | no_license | basilisfou/AndroidDevelopment | e34bfd335795498463dcc4bd9dc60c0067c7b81a | d7704c8237c58aa82ca5ea943e2efea4436c6196 | refs/heads/master | 2021-01-23T00:29:04.122666 | 2017-06-02T09:19:14 | 2017-06-02T09:19:14 | 92,816,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,442 | java | package services;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.location.Geocoder;
import android.location.Location;
import android.os.AsyncTask;
import android.os.IBinder;
import android.support.annotation.Nullable;
... | [
"vasilis.fouroulis@veriah.com"
] | vasilis.fouroulis@veriah.com |
04ec366d93ec4f9cc85630df83688edf9b5ff76e | c94f888541c0c430331110818ed7f3d6b27b788a | /yunqing/java/src/main/java/com/antgroup/antchain/openapi/yunqing/models/QuerySolutioninstanceRequest.java | 3b9961d590cd5ec6d35f1c00738f754d9d929bb0 | [
"MIT",
"Apache-2.0"
] | permissive | alipay/antchain-openapi-prod-sdk | 48534eb78878bd708a0c05f2fe280ba9c41d09ad | 5269b1f55f1fc19cf0584dc3ceea821d3f8f8632 | refs/heads/master | 2023-09-03T07:12:04.166131 | 2023-09-01T08:56:15 | 2023-09-01T08:56:15 | 275,521,177 | 9 | 10 | MIT | 2021-03-25T02:35:20 | 2020-06-28T06:22:14 | PHP | UTF-8 | Java | false | false | 1,942 | java | // This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.yunqing.models;
import com.aliyun.tea.*;
public class QuerySolutioninstanceRequest extends TeaModel {
// OAuth模式下的授权token
@NameInMap("auth_token")
public String authToken;
@NameInMap("product_instance_id")
... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
540b91488e512166375eb00e6f38f47df7ecfb16 | f13418785e3717a5745a153f1802e9a7e9da1900 | /Cultural-content-app/src/test/java/com/ktsnwt/Culturalcontentapp/controller/CulturalOfferSubtypeControllerIntegrationTest.java | 44e2d8e4a4d568369d6acba18a92339fcfbe00b1 | [] | no_license | lebozan/KTS-NWT-2020 | fd4aa6dea8a191ca01308d8bb55ac14eaaeef217 | abf2374e6fcbc469c85f7361cca734d1b4715168 | refs/heads/main | 2023-02-22T13:54:30.466801 | 2021-01-27T22:48:36 | 2021-01-27T22:48:36 | 309,730,427 | 0 | 0 | null | 2021-01-27T22:48:38 | 2020-11-03T15:33:55 | Java | UTF-8 | Java | false | false | 6,515 | java | package com.ktsnwt.Culturalcontentapp.controller;
import com.ktsnwt.Culturalcontentapp.dto.AuthTokenDTO;
import com.ktsnwt.Culturalcontentapp.dto.CulturalOfferSubtypeDTO;
import com.ktsnwt.Culturalcontentapp.dto.CulturalOfferTypeDTO;
import com.ktsnwt.Culturalcontentapp.dto.LoginDTO;
import com.ktsnwt.Culturalcontenta... | [
"cakicbojan@gmail.com"
] | cakicbojan@gmail.com |
29f9b1286d2347feb2266f3cc5400b91a3d9b8fb | 0a54300b63ca08a611b320498adcdc9dbf5b2142 | /Java Fundamentals/Main Task/3.Вывести заданное количество случайных чисел с переходом и без перехода на новую строку/RandomNumber.java | ec2b50b8f448d4983818673190affa80fdf2d9c4 | [] | no_license | igralex1/EPAM_AutomatedTesting | 8374125ac29aba1d5730b710637c15432e87639e | c350fbbd7f591ea18f47e4d52198abbc10afd83e | refs/heads/master | 2020-11-24T07:39:16.984564 | 2019-12-15T04:28:11 | 2019-12-15T04:28:11 | 228,033,140 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | // 3. Вывести заданное количество случайных чисел с переходом и без перехода на новую строку
import java.util.ArrayList;
import java.util.Random;
import java.util.Scanner;
public class RandomNumber {
public static void main(String[] args) {
ArrayList<Integer> randomNumbers = new ArrayList<Integer>();
... | [
"igralex1@gmail.com"
] | igralex1@gmail.com |
291a674745a1c618ecd778277de9cce41520e088 | 4fe625fd6958fc1bcff1e94c31717ce25a8ca603 | /src/main/java/com/lj/iproduct/IproductApplication.java | 9829bf310ba13fd8cb4de5cc71437c3d6bae91df | [] | no_license | Frankeleyns/iproduct | ab3865a59f209cb4d07d86073267a8ccd34d0dc5 | 6adc626fae209398de2104fb32ec3bae140b65e1 | refs/heads/master | 2022-01-24T04:32:27.114139 | 2018-10-27T11:50:14 | 2018-10-27T11:50:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.lj.iproduct;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class IproductApplication {
public static void main(String[] args) {
SpringApplication.run(IproductApplication.class, args);
}
}
| [
"2582726641@qq.com"
] | 2582726641@qq.com |
7a53a0e279186f8304f602be18d58e8f361bb9c0 | 3eb44f346aeda6e34021e678c6ea09a9a5e577cc | /app/build/generated/source/buildConfig/debug/com/granitemountainbhc/recoverytoolkit/BuildConfig.java | af10d0c46c38d428e43171aba4eea00a537f1806 | [] | no_license | granitedev/RecoveryToolKit | 5e32109a26f8ce1b8fedde72a5c172188ad1c78e | f05547d771fa475825019558d146ea93879034c2 | refs/heads/master | 2021-07-09T17:08:44.606512 | 2017-10-11T16:50:45 | 2017-10-11T16:50:49 | 105,476,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.granitemountainbhc.recoverytoolkit;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.granitemountainbhc.recoverytoolkit";
public static final Strin... | [
"michael.lewis@granitemountainbhc.com"
] | michael.lewis@granitemountainbhc.com |
64554495211220beadf9758a1d31dbc135d0fe90 | 0b4dcb28cd8047d6b778d0ca54fb31edbc0a053a | /src/main/java/MartinMod/relics/PlaceholderRelic.java | c80b021c3f9cef405605c781e412fb11489a4a45 | [] | no_license | subsistencefarmer/MartinMod | d2431fc7400e4479aa8e8f168a896d2a37def6f7 | 359483e10bdd096b4b207e4e97e59237c7691e92 | refs/heads/master | 2022-10-24T20:27:37.401361 | 2020-06-14T20:53:59 | 2020-06-14T20:53:59 | 272,281,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,450 | java | package MartinMod.relics;
import basemod.abstracts.CustomRelic;
import com.badlogic.gdx.graphics.Texture;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import MartinMod.DefaultMod;
import MartinMod.util.TextureLoader;
import static MartinMod.DefaultMod.makeRelicOutlinePath;
import static MartinMod.DefaultMo... | [
"subsistencefarmer@hotmail.com"
] | subsistencefarmer@hotmail.com |
aadccff4aa9b63d95036966bbde0faa76dc06891 | 61b012e7e15012b74705656a2817d3856b5bba23 | /src/main/java/com/czareg/DataProviders.java | 5ff49ce7ae9ecd69e4c147987ef6f16925e8c780 | [] | no_license | czarecoo/FunctionalTestNgFramework | 7662495eae646670bbcab8aa4129c1dfe6452ce8 | 5caa235a894c8b9e2644e094e680ce794205af1f | refs/heads/master | 2020-12-21T04:19:43.174941 | 2020-02-16T11:57:26 | 2020-02-16T11:57:26 | 236,304,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.czareg;
import org.testng.annotations.DataProvider;
public class DataProviders {
@DataProvider
public static Object[][] BxAndCx() {
return new Object[][] {
{ Configuration.BX },
{ Configuration.CX }
};
}
@DataProvider
public static Object... | [
"czarecoo@gmail.com"
] | czarecoo@gmail.com |
902f3f0c2d9e80d6b93afeac8e05b6d6aa9f639f | 52910e4ae17dd531dfc5e38c906c7a436ec5fb4b | /Madisonsite/src/test/java/com/htc/madison/extentreport/ExtentManager.java | 42b587ac94d9a525636625049461e1dbe1e43513 | [] | no_license | prashant231996/madison | 01b380d5cab0d4a24b26693db887c25296d17129 | 3846d68f9797f741710c25910b25fea5c09e2e5f | refs/heads/master | 2023-04-10T21:58:14.960941 | 2021-04-08T09:07:20 | 2021-04-08T09:07:20 | 350,316,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,088 | java | package com.htc.madison.extentreport;
import java.io.File;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
import com.aventstack.extentreports.reporter.configuration.ChartLocation;
import com.aventstack.extentreports.reporter.configuration.Theme;
imp... | [
"h@hp"
] | h@hp |
6b3adaf54d0b01862728733c6f649ca1d93f7e03 | 84cad0afa643c446a51123831dbcfde6c9d926a9 | /mes-root/mes-auto-core/src/main/java/com/hengyi/japp/mes/auto/interfaces/jikon/event/JikonAdapterSilkCarInfoFetchEvent.java | bd6e219aedb02923e59eae6728e2ac708f60830d | [] | no_license | HengYi-JAPP/mes | 280e62a92703c926a9cb5002b25365af9e498fe8 | c34aa362df7972a5c5ed0c65a7eb1a8b24a9437b | refs/heads/master | 2023-03-10T07:41:43.617327 | 2022-11-15T03:11:17 | 2022-11-15T03:11:17 | 164,339,876 | 1 | 1 | null | 2023-03-02T19:48:58 | 2019-01-06T19:46:43 | Java | UTF-8 | Java | false | false | 2,917 | java | package com.hengyi.japp.mes.auto.interfaces.jikon.event;
import com.fasterxml.jackson.databind.JsonNode;
import com.github.ixtf.japp.vertx.Jvertx;
import com.hengyi.japp.mes.auto.application.event.EventSource;
import com.hengyi.japp.mes.auto.application.event.EventSourceType;
import com.hengyi.japp.mes.auto.domain.Ope... | [
"ixtf1984@gmail.com"
] | ixtf1984@gmail.com |
b371701f49561fd8f449bf53ac8cb0b06b4d8474 | 04e336f3f6bb883b00d0ce0585d30109ab8ded62 | /main/java/com/github/alexthe666/rats/client/model/ModelPinkie.java | 033dfa6b4cb2f15c5231b413ba843f0717132216 | [] | no_license | FuzWig/RatsModUpdate | 2d50658a9262b5af3b2a0fb175d51bf576cd8508 | 43e7fb00e47d613edc496b07e9a879208bfa4b34 | refs/heads/main | 2023-07-19T18:40:50.160339 | 2021-09-07T01:38:56 | 2021-09-07T01:38:56 | 403,805,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,553 | java | package com.github.alexthe666.rats.client.model;
import com.github.alexthe666.citadel.animation.IAnimatedEntity;
import com.github.alexthe666.citadel.client.model.AdvancedEntityModel;
import com.github.alexthe666.citadel.client.model.AdvancedModelBox;
import com.github.alexthe666.rats.server.entity.EntityRat;
import c... | [
"90226960+FuzWig@users.noreply.github.com"
] | 90226960+FuzWig@users.noreply.github.com |
5ca346feb4c5698617251aeafc51ff3c50a12e68 | d4005a7e9ee5e8421bfa5e614c67c06350df0fa5 | /Programmierung/Transshipment/src/applications/transshipment/model/schedule/scheduleSchemes/priorityrules/operations/EarliestFinishTimeRule.java | c1d3ffd54210560a11f52b27eda6c1c115705496 | [] | no_license | matthiasbode/multiskalen | cccf4ea7473f5362fd4d015881304d03baf15b79 | fb555ce9aa49a0e8d80a5688e5106701c36e737f | refs/heads/master | 2021-01-18T23:26:29.775565 | 2016-07-08T20:11:19 | 2016-07-08T20:11:19 | 34,849,433 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | 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 applications.transshipment.model.schedule.scheduleSchemes.priorityrules.operations;
import applications.mmrcsp.model.basics.Ac... | [
"mail@matthiasbo.de"
] | mail@matthiasbo.de |
fe666214501111670a279e2ed099c7fe398fd07c | 070f699f435bf666f0d2f1960119924068fad0b3 | /projects/jzbot2-old/src/net/sf/opengroove/common/proxystorage/Search.java | df652803a6e70765b7c4a5d6e10f4832a3f38cdb | [] | no_license | javawizard/afn | 049e510069b2eaf39ac10560f8c706ff5aa74277 | d9d95e24673794a20bb8138ce44d5bac236e07ed | refs/heads/master | 2016-09-06T06:53:28.872368 | 2013-09-19T08:12:52 | 2013-09-19T08:12:52 | 3,390,850 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,085 | java | package net.sf.opengroove.common.proxystorage;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Methods on an object annotated with ProxyBean can be annotated with this to
* indicate that the method is a search method. When the... | [
"javawizard@trivergia.com@9038e2a8-f00e-11dd-89c5-9df526a60542"
] | javawizard@trivergia.com@9038e2a8-f00e-11dd-89c5-9df526a60542 |
6bd63760649321e21db7d1575ba99a570a86a667 | d2a2af81c9c10ea78b4e69f5439d89eade407fed | /app/src/test/java/com/example/day9homework/ExampleUnitTest.java | 50383b8f57606b34a98e7782407db1d1dc75f50a | [] | no_license | ShangShuang/day9homework | 4ab9ef3f772e723749ffe2c248cee4b52df4f352 | 26be209b17fee6cf2ce77bf97d7bbcca3ece59dd | refs/heads/master | 2022-11-26T01:26:31.124434 | 2020-07-21T08:01:27 | 2020-07-21T08:01:27 | 281,334,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.example.day9homework;
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 vo... | [
"www.2224745900@qq.com"
] | www.2224745900@qq.com |
bf60e86431af277e197c12e477bdbdb83285ee6e | 84dad2fa8e7a1be1841ef9985254af539bcac3de | /src/com/hiasenna/shejimoshi/Single.java | 6e54dd9ebab918d04119f9afbc0d2c6966c1535a | [] | no_license | zhanghaoyu2017/Leetcode | cf18c326f0b800643109ce573ec866c23ee7dba7 | 9ebc402dafa80859fd77c61056e801cabcb9baae | refs/heads/master | 2023-02-24T12:21:33.461183 | 2021-02-02T03:28:22 | 2021-02-02T03:28:22 | 335,156,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.hiasenna.shejimoshi;
/**
* @ClassName Single
* @Description T0D0
* @Author zhanghaoyu
* @Date 2020/8/12-10:15
* @Version 1.0
**/
public class Single {
public static void main(String[] args) {
Singleton singleton1 = Singleton.getInstance();
Singleton singleton2 = Singleton.getInst... | [
"273903932@qq.com"
] | 273903932@qq.com |
428c3d303f5f9b46595b76ec1b14913b3dfaa398 | 5d7b7c9c49c3808bb638b986a00a87dabb3f4361 | /boot/security-redis-jpa-restdoc-swagger-jwt-email-angular-thymeleaf-multi/cores/core/src/main/java/com/ceragem/iot/core/domain/base/UserBase.java | 1651ca733c4a76a72803207e4f5804107e70cbc5 | [] | no_license | kopro-ov/lib-spring | f4e67f8d9e81f9ec4cfbf190e30479013a2bcc1c | 89e7d4b9a6318138d24f81e4e0fc2646f2d6a3d5 | refs/heads/master | 2023-04-04T07:56:14.312704 | 2021-02-15T01:59:59 | 2021-02-15T01:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,603 | java | package com.ceragem.iot.core.domain.base;
import com.ceragem.iot.core.model.ModelBase;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.PrePersist;
import java.... | [
"visualkhh@gmail.com"
] | visualkhh@gmail.com |
e8ed25ee1e68da7824aa200fc296b70b75763fad | 2f7606008e13ff31f1bff9a65835488c333fe8c5 | /avrora/src/main/java/avrora/avrora/syntax/atmel/AtmelParser.java | d31f1ddde0970779df4554e29c8a0bfceab402d7 | [] | no_license | avrora-framework/avrora-cvsimport-with-branch-merged | 2613c398dee1ec22a4c2b8fca5061d797b539917 | 78ec289ec4f2142e008c3b5ec858f1bf753447d0 | refs/heads/master | 2020-12-11T04:06:49.715675 | 2015-07-01T16:16:02 | 2015-07-01T16:16:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,399 | java | /* Generated By:JavaCC: Do not edit this line. AtmelParser.java */
package avrora.avrora.syntax.atmel;
import java.io.InputStream;
import java.util.Enumeration;
import java.util.Vector;
import avrora.avrora.syntax.AbstractParser;
import avrora.avrora.syntax.Expr;
import avrora.avrora.syntax.ExprList;
import avrora.av... | [
"rubienr@gmail.com"
] | rubienr@gmail.com |
fea3e2203ad33525ce8682c19fee8bc497c41bca | ff2ee33bd124c73aaa130459bf64c1fc605f931c | /JavaProgramming_EU5/src/day6_logicaloperators/C1_logicalOperators.java | a52fe5ec6170d0010c13dc08fb2025b03d776365 | [] | no_license | SAkkaya/EU_5_Self_Practice--Deneme | 312bd522dcb78277d1533c781e2f2698965e7d1d | 3ce756e0bec3cda7615addb1778aaaf4477599f4 | refs/heads/master | 2023-06-17T08:18:09.171393 | 2021-07-17T20:11:16 | 2021-07-17T20:11:16 | 365,317,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package day6_logicaloperators;
public class C1_logicalOperators {
public static void main(String[] args) {
char c1 ='A';
char c2= 65;
int i1 =5;
int i2=10;
boolean res1 = (i1==i2) & (c1==c2); // False & True = False
boolean res2 = (i1==i2) && (c1==c2); // False & -- second exp I dont car... | [
"JACK1@192.168.0.4"
] | JACK1@192.168.0.4 |
a8e8e64fd8378ab991fd0ad64a74906e3bb81570 | 68a8f866acba7d1af5838b11692a6e75053d307c | /src/main/java/net/onrc/openvirtex/packet/TCP.java | 28fe398f01dffbe8fb9073452fd808fb3b03a0cd | [
"Apache-2.0"
] | permissive | praveingk/bnvirt | 06d658ba9f7417df298557390895a69448d02934 | fbc6bbdcf64e0e62801313f3ea361c327843d2d0 | refs/heads/master | 2021-12-14T02:13:40.886230 | 2021-12-13T05:45:08 | 2021-12-13T05:45:08 | 141,460,348 | 0 | 0 | Apache-2.0 | 2021-12-13T05:45:10 | 2018-07-18T16:19:53 | Java | UTF-8 | Java | false | false | 10,061 | java | /*******************************************************************************
* Copyright 2014 Open Networking Laboratory
*
* 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:... | [
"praveingk@gmail.com"
] | praveingk@gmail.com |
4125c9d341f7c90fb296fe1f277b8f64d49a955f | 93d42fca0cb566af8319a13e80185588cb698680 | /src/main/java/com/springcore/ref/A.java | 1b4fd48b8b960dfd0be3cba596453f09b7d1480f | [] | no_license | Aishwaryatidke/Spring | a3b18c407ba4ae6bbb55d0841a4bb9eda1177cd9 | e2e707940d646dfe7b49bf97c4aa6e3614447ffd | refs/heads/master | 2023-04-28T08:58:57.955601 | 2021-05-09T16:12:24 | 2021-05-09T16:12:24 | 359,196,348 | 0 | 0 | null | 2021-05-09T16:12:24 | 2021-04-18T16:26:35 | Java | UTF-8 | Java | false | false | 482 | java | package com.springcore.ref;
public class A {
private int x;
private B obj;
@Override
public String toString() {
return "A [x=" + x + ", obj=" + obj + "]";
}
public A() {
super();
// TODO Auto-generated constructor stub
}
public A(int x, B obj) {
super();
this.x = x;
this.obj = obj;
}
public int... | [
"Aishwarya@DESKTOP-SPDK205"
] | Aishwarya@DESKTOP-SPDK205 |
4bcf2c71fa66e1456baadc5865869f3c2fdc2064 | a120b89c66e4183c64dfecc71cd462d73167f6b1 | /app/src/main/java/com/tool/jizhang/base/db/entity/SearchRecord.java | a90a1b381588ec9203527ab7f46151b36d8b9937 | [] | no_license | xiaoyue904118851/jizhangapp | 3f230f0508a26aab1046c6f82ee534a3fd7c31aa | 0fcbd5fee6bfb1c62cb7b224dd720feec4c16147 | refs/heads/master | 2023-01-02T01:55:52.543348 | 2020-10-26T06:42:53 | 2020-10-26T06:42:53 | 305,249,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java | /*
* Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com)
*
* 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 a... | [
"904118851@qq.com"
] | 904118851@qq.com |
532e7456b094fc1fa8f31b3aa43683c44d27f3b0 | a70dc6b56e540f2ef39ce42f69aa87907517ea56 | /src/main/java/com/hjh/controller/PatrolRecordController.java | 29a8267e3e92aa42de093966036dba80a59add2a | [] | no_license | CallmeJeRrYHo/admanger | ce7aa5d05ae9b2edef991a2824bc44d28137441c | 103c9fee1557b9667d82f66357c842ab7caa2630 | refs/heads/master | 2020-03-28T12:23:16.042647 | 2018-12-16T09:33:17 | 2018-12-16T09:33:17 | 148,292,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,951 | java | package com.hjh.controller;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.hjh.constant.Constant;
import com.hjh.dao.PatrolRecordDao;
import com.hjh.dao.PicFileDao;
import com.hjh.entity.PatrolRecord;
import com.hjh.service.IPatrolRecordService;
import com.hjh.utils.BaseController;
import com.hjh.uti... | [
"410734465@qq.com"
] | 410734465@qq.com |
7507580851d44c556ea5df50dd8a7d36d60f0e08 | fd521cd83c9ba598a1db67c77a5dc7660c4923a6 | /src/br/com/nakano/teste/loja/padronizado/CategoryDAO.java | 0f85419a096bab009a1e90d0410e865f6c74cc0f | [] | no_license | alenakano/jdbc-studies | 50e9b2d778a2d6e87ec897a0880da79680d11e0c | eef98bb59eb83edc4c322753553825aa3a7ff1b1 | refs/heads/main | 2023-01-31T20:46:14.810268 | 2020-12-10T20:48:17 | 2020-12-10T20:48:17 | 320,386,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,831 | java | package br.com.nakano.teste.loja.padronizado;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import br.com.nakano.teste.loja.padronizado.model.Category;
import br.com.nakano.teste.loja.padroniza... | [
"alexandre.nakano1@ibm.com"
] | alexandre.nakano1@ibm.com |
b5cd29ac4bc6ee20a0903e4ba95a1e40792d3b6f | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Time-2/org.joda.time.Partial/BBC-F0-opt-70/tests/1/org/joda/time/Partial_ESTest.java | a9315b71e1683acda6dc4785b21b114b5246c91b | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 78,179 | java | /*
* This file was automatically generated by EvoSuite
* Tue Oct 19 22:19:29 GMT 2021
*/
package org.joda.time;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.Locale;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.Ev... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
4285f27fd63284794aa8d27640bc672ebe7f6ce2 | d6aba592c1eb0ece01e76c562fb3bae11bf7143d | /app/src/main/java/com/ullas/SignInPackage/session_id.java | 2fbed42306b59df5ff538aeeda8d182cff35e639 | [] | no_license | ullasms/omdb-ullas | 8d7b6709ad89cfa3cc28657766f5e9a1120f007f | 4ccd289f173da5fd37a7fa17a7b6f6b4daa8cb93 | refs/heads/master | 2020-07-10T03:41:08.515028 | 2019-08-24T13:36:18 | 2019-08-24T13:36:18 | 204,158,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 86 | java | package com.ullas.SignInPackage;
public class session_id {
String session_id;
}
| [
"ullasms91@gmail.com"
] | ullasms91@gmail.com |
35d27fad0e7605912cb13cf20574a368005cfd09 | 194d183d29234081fe860a8664f173659f58929b | /src/com/jhlabs/image/GradientWipeFilter.java | d2e7e977b62bb1c4133ad99229ced4f665f49d3f | [] | no_license | Darkxell/EDMHouse | 38d6b472315b787afb73f8dc2791b6d9bd3f837b | 2e2a9c440ddb73d9c37c5c6661b9ec9eacf614dc | refs/heads/master | 2021-01-23T18:49:35.639760 | 2015-10-14T11:54:39 | 2015-10-14T11:54:39 | 38,841,086 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,025 | java | /*
Copyright 2006 Jerry Huxtable
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... | [
"darkxell.mc@gmail.com"
] | darkxell.mc@gmail.com |
acf2fead3d64eb567db03d412405f6fe62f34705 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_5f93ea0b746c1f06e951b671d2771c8f1a63f7fa/CmsIndex/31_5f93ea0b746c1f06e951b671d2771c8f1a63f7fa_CmsIndex_t.java | c3d5c36da73178bfbebfaa0d1844f75333270295 | [] | 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 | 6,993 | java | package org.alt60m.cms.servlet;
import org.alt60m.util.ObjectHashUtil;
import java.io.IOException;
import java.util.*;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.lucene.index.*;
import org.apache.lucene.analysis.*;
import org.apache.lucene.docum... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ad1942efa7efbfd02664c68d565030ac01738fd8 | 94bcbb9b3051298e0644109a28dd3afa461fa638 | /06-KataRover/java/session2/src/main/java/com/capgemini/coedevon/codingdojo/lunarrover/East.java | 96e04d8aeb789144c36e91984c33e6f3aa99d989 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | acuestav/codingDojo | 3a5fe4ca171143c76e17fe7b57675dfcb61566fb | a127d47965df25bb5fc15815fff3969a1f7fc158 | refs/heads/master | 2020-08-27T03:54:13.450097 | 2019-10-23T09:01:16 | 2019-10-23T09:01:16 | 217,237,263 | 0 | 0 | MIT | 2019-10-24T07:23:43 | 2019-10-24T07:23:43 | null | UTF-8 | Java | false | false | 853 | java | package com.capgemini.coedevon.codingdojo.lunarrover;
import java.util.Objects;
/**
* @author pajimene
*
*/
public class East implements Orientation {
private static Orientation instance;
private East() {
}
public static Orientation getInstance() {
if (Objects.isNull(instance)) {
instance = n... | [
"pablo.jimenez-martinez@capgemini.com"
] | pablo.jimenez-martinez@capgemini.com |
3ba4b6576b570e8545354b6bf761df6f37766fab | a1bab855fe03f76d5f01ea43bd8eaebf9798c645 | /state/src/main/java/com/evelyn/design/pattern/state/AfternoonState.java | c4a683b7f1923bdf4dd49486493ef0c56a8f0126 | [] | no_license | EvelynJone/javapattern | bb0a20126cfab0a86ef924cf1bcafb0df0df2a87 | 75c2407d5503ad0b1a5defbd3a8fa957dd712dbd | refs/heads/master | 2020-03-17T07:02:18.513832 | 2018-06-04T11:15:02 | 2018-06-04T11:15:02 | 133,380,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package com.evelyn.design.pattern.state;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 功能说明:TODO
*
* @auther by zhaoxl
* @return <br/>
* 修改历史:<br/>
* 1.[2018年05月22日上午20:12]
*/
public class AfternoonState extends State {
private static final Logger LOG = LoggerFactory.getLogger(AfternoonSta... | [
"waner@tsign.cn"
] | waner@tsign.cn |
33d08d0831f1de98c232e237ae0d9f28fd2ffcbd | 06bb1087544f7252f6a83534c5427975f1a6cfc7 | /modules/admin-gui/src/org/ejbca/ui/web/admin/approval/ApprovalDataVOView.java | 98ba5347c3a8f3cc40286c6bf91a125258062af1 | [] | no_license | mvilche/ejbca-ce | 65f2b54922eeb47aa7a132166ca5dfa862cee55b | a89c66218abed47c7b310c3999127409180969dd | refs/heads/master | 2021-03-08T08:51:18.636030 | 2020-03-12T18:53:18 | 2020-03-12T18:53:18 | 246,335,702 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,899 | java | /*************************************************************************
* *
* EJBCA Community: The OpenSource Certificate Authority *
* *
* This software is... | [
"mfvilche@gmail.com"
] | mfvilche@gmail.com |
e3b4bf298c00e15d399e6801eb535d0d25fca2f9 | dc519cd920d3fa9014af4da171de63ca82186996 | /Booking System/src/Excursion.java | f1105da743097f5aa5b9ba2b8224fdcfd7a150b6 | [] | no_license | LeonardRoll/Java-database-SSD | 8cf7f7346c551f714dc8f6afb274753ded7d3e42 | c9070bd3fb4029150dbc840aac352491e97488d5 | refs/heads/master | 2020-12-24T17:53:54.542702 | 2015-06-11T19:37:48 | 2015-06-11T19:37:48 | 37,282,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | java | import java.io.*;
public class Excursion implements Serializable {
private static final long serialVersionUID = 1L;
//Attributes
private int E_ID;
private double Price;
private Location Location;
private String Information;
private Transportation Transport;
//Brochure
private Date Date;
private Time Times;
... | [
"leonard_roll@yahoo.co.uk"
] | leonard_roll@yahoo.co.uk |
509574294b13ec6b84074407663beca4c3eecd3b | 610d642d5b9d3b7774c8ba3f1bcc4fc6dcda9457 | /src/com/ga/folding/utils/RouletteWheel.java | 640936b206bcb098f0058dd25baafe5fb34333b5 | [] | no_license | PaulSchult/GeneticAlgorithms | 8bd0cf579d3da9db64c36b229f1a5778ff21a60f | c6e70108825b67f2c0dd99a14a8d8d3fb7aa2ffc | refs/heads/master | 2022-11-09T00:25:06.255610 | 2020-06-25T08:05:20 | 2020-06-25T08:05:20 | 266,339,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package com.ga.folding.utils;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class RouletteWheel {
private List<Double> probabilities = new ArrayList<Double>();
public RouletteWheel() {
}
public void addProbability(double value) {
probabilities.add(value);
}
pu... | [
"paul.schult@stud.h-da.de"
] | paul.schult@stud.h-da.de |
a7eca33108529a1c9b8132dea97c497dcd9d9d91 | 665e2a823e04b7c9238cd3fd22349c1b2ff280d0 | /app/src/main/java/com/example/nimish/technews/MainActivity.java | 61612c7534d1a3c6103647d16ab9449ab61d9d94 | [] | no_license | nimisane/TechNews | dbb0108d15c2bac865726b5e018556c59f95518f | c876053fcbe02e99768e60339fcb865161ee5cb0 | refs/heads/master | 2021-06-25T15:18:17.715369 | 2021-02-15T14:51:36 | 2021-02-15T14:51:36 | 203,003,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,001 | java | package com.example.nimish.technews;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;... | [
"nimishsane9@gmail.com"
] | nimishsane9@gmail.com |
3492f75b7db74328285976663f56b8d328507881 | 6a182f3c3e0e653c5fbefb603b9a2b6cdbdd6e7a | /src/test/java/ptrmarcowski/springframework/converters/NotesToNotesCommandTest.java | 14049cd423bbfb6b21161d419eace57614e4cabc | [] | no_license | ptrmarcowski/spring5-recipe-app | 30afb762b1938a43ba38432b352835ba255a3fad | ca00f43e7bf63234f0c971cd7497ef60f4b4efd3 | refs/heads/master | 2023-05-06T12:14:34.290318 | 2021-05-24T19:44:18 | 2021-05-24T19:44:18 | 335,255,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package ptrmarcowski.springframework.converters;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import ptrmarcowski.springframework.commands.NotesCommand;
import ptrmarcowski.springframework.domain.Notes;
import static org.junit.jupiter.api.Assertions.*;
class NotesToNotesCommandTest {
... | [
"piotr.marcowski@gmail.com"
] | piotr.marcowski@gmail.com |
931835c34ab07a9327d7ce4d9c870bbfc6424ed0 | ee5aefd578e1c466b6b42eef90e5d85344880df3 | /src/main/java/com/vahundos/service/menu/MenuServiceImpl.java | d21b5fb05420d3d1eaf9683e4942cda5bb1979ed | [] | no_license | vahundos/Restaurant-voting-system | 780bf2a78a9160e7e5cc0ee78837a15828a699c4 | caf637f3609f34e74c48ef8acd368d32471dbaf3 | refs/heads/master | 2022-04-05T02:40:23.416128 | 2018-02-27T06:07:58 | 2018-02-27T06:07:58 | 116,108,811 | 0 | 0 | null | 2020-01-12T15:09:13 | 2018-01-03T07:54:44 | Java | UTF-8 | Java | false | false | 2,581 | java | package com.vahundos.service.menu;
import com.vahundos.model.Menu;
import com.vahundos.model.MenuMeal;
import com.vahundos.repository.CrudMealRepository;
import com.vahundos.repository.CrudMenuRepository;
import com.vahundos.repository.CrudRestaurantRepository;
import com.vahundos.to.menu.MenuTo;
import org.springfram... | [
"vahundos@gmail.com"
] | vahundos@gmail.com |
2289c13059fbc73d817ee37e7f20f3f1f36358ef | 1fb1ce0ec9216fc3c17ade26d1ed9d6230f808a1 | /toutiao/src/main/java/com/toutiao/dao/UserDAO.java | 7c19e424c8f0bd8dfe5ec4f4910e8e6425e83410 | [] | no_license | lcandyl/toutiao | f055f3c4ab4030140857935945ee91b665f0c571 | 1f50c7bdf4fb211978104a4d028b254b9ac32de9 | refs/heads/master | 2021-01-20T19:36:15.095147 | 2016-08-02T06:40:37 | 2016-08-02T06:40:37 | 64,729,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,006 | java | package com.toutiao.dao;
import ch.qos.logback.classic.db.names.TableName;
import com.toutiao.model.User;
import org.apache.ibatis.annotations.*;
import javax.annotation.ManagedBean;
/**
* Created by admin on 16-7-7.
*/
@Mapper
public interface UserDAO {
String TABLE_NAME = "user";
String INSERT_FIELDS = "... | [
"zhangqi920503@163.com"
] | zhangqi920503@163.com |
212f675019d3312c49c9031acb23c3d01c989eb8 | dfbae0a74fcb2434f2f58d7ccaccc618f3d503ca | /core-api/src/main/java/org/lemarche/core/shop/loyalty/LoyaltyPoints.java | d91d5b2de1ad6217c8dc5b832b7b40f0694190aa | [
"Apache-2.0"
] | permissive | rocher50/lemarche | ec391909507f124039e5c5455c44caccd70c802b | 479c2b9fc0e8b342f33e68b3949977335bc4d370 | refs/heads/master | 2021-07-06T11:23:28.907382 | 2017-10-03T23:02:19 | 2017-10-03T23:02:19 | 105,398,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | /*
* Copyright 2017 Oleksiy Lubyanskyy and other contributors as indicated by
* the @author tags.
*
* 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/... | [
"olubyans@redhat.com"
] | olubyans@redhat.com |
f5796f6732aaf9a695854f5838633c4f2fc99f92 | f692c5bde90457f729cebf6add1eca72acf91b12 | /week9/ClockTest.java | c5aba5986761edeed24990a7700c85416a973512 | [] | no_license | prdickson/coursera-pp | f66f774a633b8abb3d73c47ab413411f1fe10c31 | 3238d91e3a7b71420db6b153a0dd77106131b31a | refs/heads/master | 2023-03-25T01:16:39.230923 | 2021-03-24T22:53:05 | 2021-03-24T22:53:05 | 317,804,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,606 | java | import org.junit.Test;
import static org.junit.Assert.*;
public class ClockTest {
@Test
public void testThrowsWhenInstantiatedWithInvalidHours() {
assertThrows(IllegalArgumentException.class, () -> new Clock(-1, 0));
assertThrows(IllegalArgumentException.class, () -> new Clock(24, 0));
}
... | [
"3018673+prdickson@users.noreply.github.com"
] | 3018673+prdickson@users.noreply.github.com |
8774645c8bfd982e4cdf91cfaf67a223ad3a4a00 | 968a33e4f521cf389cfb8cb8fd73afcb1aab9ad4 | /src/assignments/A4.java | 403c72b29f542e79d36059ea00cc2013bb8f6bf3 | [] | no_license | Mohamed-Fathy-Salah/Datastructures | 00827670b58750a2cb371d4ba7a61a5fdc16300d | 3890421cee965d68df44f871f136d5c5e1a4564e | refs/heads/master | 2023-03-26T18:09:14.465357 | 2021-03-13T15:50:07 | 2021-03-13T15:50:07 | 340,441,259 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,227 | java | package assignments;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
public class A4 {
public String decimalToBinary(int n) {
StringBuilder s = new StringBuilder();
while (n > 0) {
s.append(n & 1);
n >>= 1;
}
return s.reverse().t... | [
"mofasa.peace@gmail.com"
] | mofasa.peace@gmail.com |
19902aa402ca298169db00b7252ce8f20420c5aa | 8ae88d7958e058e1f5bb2b67d6a657ca89ba26d6 | /app/src/androidTest/java/com/example/xlo/walletforandroid/settingTest/SettingTest.java | 083c2097859bcb717ff7817f96ee020b837000f6 | [] | no_license | xloypaypa/WalletForAndroidOld | 1aaf6cf13afff41522f56995332c10f014ddb893 | 1a17bfbec4de5e51277118a36b191324b7d32151 | refs/heads/master | 2021-01-18T01:43:42.263298 | 2015-06-16T05:49:59 | 2015-06-16T05:49:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.example.xlo.walletforandroid.settingTest;
import com.example.xlo.walletforandroid.baseTool.MainPageTest;
import com.example.xlo.walletforandroid.baseTool.TestCase;
import com.example.xlo.walletforandroid.userTest.LoginTest;
/**
* Created by LT on 2015/3/24.
*
*/
public class SettingTest extends TestCas... | [
"245532675@qq.com"
] | 245532675@qq.com |
3948226712df08c3498cabffcfef7badcbfb1dc2 | fc4638f5f6c31feb065b21b0f04cdd8b1dcf1395 | /src/main/java/EmcapsulamentoGetSet/automoveis.java | 1bd6825e62b18819136d736baa5de9d14bf735bd | [] | no_license | jmarcos9/Matrizes | 849dc9683ba7be4e07e30a1c540266b4ce10c4b0 | 4807ceb23677385709697a097b9f47d9ca916bf4 | refs/heads/master | 2022-11-23T22:24:28.921084 | 2020-07-30T00:07:12 | 2020-07-30T00:07:12 | 274,016,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package EmcapsulamentoGetSet;
public class automoveis {
public static void main(String[] args) {
Veiculos van = new Veiculos(10, 30, 4 );
van.setMarca("Fiat");
van.setModelo("Ducato");
System.out.println(van.getMarca());
System.out.println(van.getModelo());
Syst... | [
"jmarcos9@gmail.com"
] | jmarcos9@gmail.com |
ab97e84c10af0e05a445214985650723e39011f4 | 768a1e26fb19e9e7a29b211b2c247940483af7b8 | /api/src/main/java/milesahead/api/service1/Service1.java | 3eaee7eae47a4ba652d7dca6c5163b992beeb1b0 | [] | no_license | Miles-Ahead-Digital/cucumber-apidep | c504fe9d1c9bcfb357762ab739a8e68fa735b920 | 2cc6615fe19eef2c7d2d91ab72307add61710119 | refs/heads/master | 2023-04-19T12:06:12.741032 | 2021-05-08T06:57:07 | 2021-05-08T06:57:07 | 364,502,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package milesahead.api.service1;
public class Service1 {
private final long id;
private final String content;
public Service1(long id, String content) {
this.id = id;
this.content = content;
}
public Service1() {
this.id = 0;
this.content = null;
}
public... | [
"devops@miles-ahead.digital"
] | devops@miles-ahead.digital |
114f81043eab6120a20a6a14830cbb5ef9c31435 | d60e189ad944dcfe5dd086581475dc905be4042a | /src/main/java/random/DefaultRandom.java | 0322ce357a6a601fb3a2e82be499343c8ba49c21 | [] | no_license | xiaoxiaodexiao/JavaNote | 32ba07dfa99ff768efaedec8ae6d19b69e4d5e08 | e85b7684e5ef14fce46ebec0d6cb339f78e3b7aa | refs/heads/master | 2022-11-28T13:55:20.761817 | 2020-08-16T12:18:57 | 2020-08-16T12:18:57 | 287,649,709 | 0 | 0 | null | 2020-08-16T09:41:27 | 2020-08-15T00:31:17 | Java | UTF-8 | Java | false | false | 4,411 | java | package random;
import lang.StringUtil;
import java.util.Random;
/**
* 产生随机数的接口,使用了默认实现
*
* @author shu
*/
public interface DefaultRandom {
/** int类型的长度限制为10(不超过9个)*/
int LIMIT_INT_LENGTH = 10;
// 使用到Algerian字体,系统里没有的话需要安装字体,字体只显示大写,去掉了1,0,i,o几个容易混淆的字符
String VERIFY_CODES =... | [
"271638742@qq.com"
] | 271638742@qq.com |
efcedb919e79cd758857d0dbe8e952276c7fb82c | 505a88da99d66667348c70edd2422085e277a167 | /csTask46/Die.java | 42331c819afeb23874716b3cb327f7fb747b7c18 | [] | no_license | AbtahiChowdhury/APCS | bed996154a67b6e3dd30e5a69a37338653004d49 | 6c35b0d2a686b634e063078c6e9758ee22eec246 | refs/heads/master | 2020-05-03T11:08:24.107238 | 2019-03-30T18:15:18 | 2019-03-30T18:15:18 | 178,594,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | public class Die
{
private int numFaces;
private int faceValue;
public Die()
{
numFaces = 6;
faceValue = 1;
}
public int roll()
{
faceValue = (int) (Math.random() * numFaces) + 1;
return faceValue;
}
public int getFaceValue()
{
... | [
"abtahichowdhury@gmail.com"
] | abtahichowdhury@gmail.com |
bb8354d7da2c4f7da81dcd3bfdb70a2b00fb8294 | a77b193d0cf7c4fa0e5655f33ade9d374541aed4 | /JAVA LEC/L4/Prt2.java | 44ea16fd508ce35f973a804c1418cda1b7cb7581 | [] | no_license | pagotarane/program_for_reffer | 05297a443954b20a493a44df3a9b8cea9be0a300 | de3e48488be7e1a3878c98d36258c3961738fed8 | refs/heads/main | 2023-06-19T05:31:21.655389 | 2021-07-17T02:58:17 | 2021-07-17T02:58:17 | 386,659,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | //wap using while loop to find the sum of the digit
class Prt2
{
public static void main(String args[])
{
int num=Integer.parseInt(args[0]);
if (num < 0)
System.out.println("b+ ve");
else
{
int sum=0, digit = 0;
while (num > 0)
{
digit = num % 10;
sum = sum + digit;
num = ... | [
"pagotarne@gmail.com"
] | pagotarne@gmail.com |
4001a8ba588aaed960c94e38c9ea8f4fd4d5a1e3 | eaa8060a9d4f0d3737790a802f4de9e908a86cc7 | /src/main/java/com/example/demo/security/JwtTokenProvider.java | b63635ed0f3788049d42aebef42c053186dbbd70 | [] | no_license | makimaliev/demo | 70ae7a203ddf1c82edfb8d0c716eb32fc1fb648d | ddd9209f09e89ff3edcc6a3371ec5087bb95e2d1 | refs/heads/master | 2023-04-14T10:17:57.798765 | 2021-04-18T15:33:37 | 2021-04-18T15:33:37 | 359,084,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,059 | java | package com.example.demo.security;
import io.jsonwebtoken.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.core.Authentication;
import org.springframework.stereotype.Component;
import java.util.Date;
@Component
... | [
"makimaliev@gmail.com"
] | makimaliev@gmail.com |
89fe0010a5b88d8f2dd5fd85c826f9c47c555cf9 | d11858d5864b38ef71a499f9e570c446f644f068 | /src/test/java/com/jbariel/example/springboot/HelloWorldTest.java | f9cd615cd26b335b1f2dcfd6c8306d3ea760255b | [
"Apache-2.0"
] | permissive | komalkubsad/spring-boot-example | 3c416095f3cf38afb7c62f2a604da658321b0078 | 4aa748fed87050854ff983d9876ad416e98a5674 | refs/heads/master | 2020-04-30T01:57:48.504378 | 2019-03-19T21:33:58 | 2019-03-19T21:33:58 | 176,544,742 | 0 | 1 | Apache-2.0 | 2019-03-19T15:35:31 | 2019-03-19T15:35:31 | null | UTF-8 | Java | false | false | 2,179 | java | package com.jbariel.example.springboot;
import static org.hamcrest.Matchers.containsString;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static org.springframework.test.web.servlet.... | [
"swathi.rao.pejakala@gmail.com"
] | swathi.rao.pejakala@gmail.com |
b504db29127c271ef7b301b283224210fed00ab0 | bddad72d9421793b54fe89d65ecaaadcbfed6fda | /src/main/java/com/salvador/runners/progress/PageProgress.java | 2faa7f992c03ca2ea5303c7b590c31dcecb7372c | [] | no_license | mearlam/salvador | c15d97f7bd81102b4458fbb13d28be10d709967a | 847129935747f8d6df1e4c985086c8d3fd45599b | refs/heads/master | 2016-09-05T17:38:05.138166 | 2013-02-27T14:41:04 | 2013-02-27T14:41:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 174 | java | package com.salvador.runners.progress;
/**
* Created by IntelliJ IDEA.
* User: mearlam
* Date: 27/02/13
* Time: 08:00
*/
public class PageProgress extends Progress {
}
| [
"mark.earlam@gmail.com"
] | mark.earlam@gmail.com |
4f337ed5fa79cbf6630095a5418d853772f6c27a | 55dca62e858f1a44c2186774339823a301b48dc7 | /code/my-app/functions/3/isNotifiable_ChangeSet.java | fefa839bf9493c4095f9d7286b37fed429165f44 | [] | no_license | jwiszowata/code_reaper | 4fff256250299225879d1412eb1f70b136d7a174 | 17dde61138cec117047a6ebb412ee1972886f143 | refs/heads/master | 2022-12-15T14:46:30.640628 | 2022-02-10T14:02:45 | 2022-02-10T14:02:45 | 84,747,455 | 0 | 0 | null | 2022-12-07T23:48:18 | 2017-03-12T18:26:11 | Java | UTF-8 | Java | false | false | 75 | java | public boolean isNotifiable(ServerPlayer serverPlayer) {
return true;
} | [
"wiszowata.joanna@gmail.com"
] | wiszowata.joanna@gmail.com |
12a7a5274a03287a7f810a1665637adcd011c980 | 2f88a4c3357ca697b3666e7758548a93984884a8 | /src/main/java/com/miaoshaproject/service/impl/CacheServiceImpl.java | eca48598f84cac6861563135b037f2be2c78c5c8 | [] | no_license | ben1247/miaosha | 30b44a0b0c09af41dad86b9a5b4c0fb4b14bd74c | 72186119eac26afa38b5b643ddab1f494b30eb0d | refs/heads/master | 2022-07-08T07:45:19.558091 | 2021-03-22T07:00:22 | 2021-03-22T07:00:22 | 250,992,841 | 0 | 0 | null | 2022-06-21T03:05:20 | 2020-03-29T09:10:46 | Java | UTF-8 | Java | false | false | 1,118 | java | package com.miaoshaproject.service.impl;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;
import com.miaoshaproject.service.CacheService;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;
import java.util.concurrent.TimeUnit;
@Service
public class... | [
"yue.zhang@shuyun.com"
] | yue.zhang@shuyun.com |
176bda7b84c65ca66a19e338cfb3575b19379fa9 | c7ac06fe9c6d77eaba71126f9e61ebbf1b5d4abe | /mohamed-youssfi-pocs-courses/kafka-spring-tut/src/test/java/org/sid/kafkaspringtut/KafkaSpringTutApplicationTests.java | d33348b6b4973303bde059b7384371fff8a186fc | [] | no_license | amirensit/pocs | e0ecf709ea2d4d0a28d300b56674933ff321b7cf | 77cb1f02cf65abfc3f87fcafe0721901f1427972 | refs/heads/master | 2023-08-15T22:42:24.312352 | 2023-08-09T14:10:33 | 2023-08-09T14:10:33 | 224,437,606 | 1 | 3 | null | 2023-03-05T09:16:47 | 2019-11-27T13:30:10 | Java | UTF-8 | Java | false | false | 222 | java | package org.sid.kafkaspringtut;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KafkaSpringTutApplicationTests {
@Test
void contextLoads() {
}
}
| [
"amirensit@gmail.com"
] | amirensit@gmail.com |
9eec835a9a92e4c39c2b1989bc9be66b878ec05e | 8c86b30a8ba05db82fcd98ada5c0ff092f352318 | /app/src/main/java/mi/song/weekand/farm/util/TimeUtils.java | d81850f944d01e9d7eb71d88eb2a154a2a77e600 | [] | no_license | songmilee/weekand-farm | 2736321f43211c59869e7266a0ae415eca6259f0 | dedfa130fd1444356c0ce695a14f5ca815624870 | refs/heads/master | 2021-05-19T07:46:31.747351 | 2020-07-21T05:53:53 | 2020-07-21T05:53:53 | 251,590,834 | 0 | 0 | null | 2020-06-03T12:58:20 | 2020-03-31T12:04:40 | Java | UTF-8 | Java | false | false | 268 | java | package mi.song.weekand.farm.util;
import java.text.SimpleDateFormat;
public class TimeUtils {
public static String parseLongTime(Long timeMillis){
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
return sdf.format(timeMillis);
}
}
| [
"lsm941010@gmail.com"
] | lsm941010@gmail.com |
1afec16762ef9d49b6f7469750b502d1c6aabbf8 | 128eb90ce7b21a7ce621524dfad2402e5e32a1e8 | /laravel-converted/src/main/java/com/project/convertedCode/includes/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/file_NoCallsException_php.java | 37e786027f78126760b7f53b077bcfcf85741e72 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | RuntimeConverter/RuntimeConverterLaravelJava | 657b4c73085b4e34fe4404a53277e056cf9094ba | 7ae848744fbcd993122347ffac853925ea4ea3b9 | refs/heads/master | 2020-04-12T17:22:30.345589 | 2018-12-22T10:32:34 | 2018-12-22T10:32:34 | 162,642,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package com.project.convertedCode.includes.vendor.phpspec.prophecy.src.Prophecy.Exception.Prediction;
import com.runtimeconverter.runtime.RuntimeStack;
import com.runtimeconverter.runtime.interfaces.ContextConstants;
import com.runtimeconverter.runtime.includes.RuntimeIncludable;
import com.runtimeconverter.runtime.in... | [
"git@runtimeconverter.com"
] | git@runtimeconverter.com |
6098a9f122e25747874e5198a4b3c4958bc7a465 | 4aa5ddab58c4b8eeed9157b88b8fa78eb69a636b | /aterwebsrv/src/main/java/br/gov/df/emater/aterwebsrv/importador/sisater/SisaterCh.java | f817c1d40e4de77e5ee03b07e3222ed65db7802b | [] | no_license | Zanguient/projeto | 9ccb6abce99fafd39a9faf4f84756cc05c2db764 | fcb36908ec617334db52f6772ff6beba9e81fccc | refs/heads/master | 2020-03-17T10:35:42.256533 | 2018-04-02T15:08:17 | 2018-04-02T15:08:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package br.gov.df.emater.aterwebsrv.importador.sisater;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.gov.df.emater.aterwebsrv.bo._Cadeia;
@Service("SisaterCh")
public class SisaterCh extends _Cadeia {
@Autowired
public SisaterCh(SisaterPen... | [
"pt2ferreira@gmail.com"
] | pt2ferreira@gmail.com |
7363c318e56fc2c2c69a5e86fa597aa89f1c6775 | 0a8b2140c796097e515e583b1647ca0a34398e65 | /src/main/java/com/example/Annotating_Relationships/models/Folder.java | 78f4ec139e02aecacdec0e638beee743cdd391aa | [] | no_license | atrp87/Annotating_Relationships_RECAP | f515d0861574ef142407ab2759135572f6c9453c | 6c166fd8e4faf5d6b604af2f28d75bd1aa37f36b | refs/heads/master | 2022-06-20T04:08:00.985084 | 2020-05-13T07:54:55 | 2020-05-13T07:54:55 | 263,458,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | package com.example.Annotating_Relationships.models;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name="folders")
public class Folder {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
pr... | [
"drewpeattie@hotmail.com"
] | drewpeattie@hotmail.com |
fd5ca991668437fdbc6651c06f27bb35af0707f1 | 0e9d214b8d3bab0c6c11065579a2840d022fc67e | /src/com/braggae/DeluxeBurger.java | 18a01ca4820b795aa2de0e020b2a75fc3764abd1 | [] | no_license | braggae/java_course_oop_master_chalange | 6460a01a77f525b8e34ae4c4de7ada36a8201e3e | 9f5cd9c94a8512114543e98673ba1b3e1585b2b6 | refs/heads/master | 2021-01-19T08:29:46.747977 | 2017-04-08T14:03:11 | 2017-04-08T14:03:11 | 87,637,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.braggae;
public class DeluxeBurger extends Hamburger {
public DeluxeBurger(String name, String meat, String breadRollType, double price, boolean isVegan) {
super(name, meat, breadRollType, price, isVegan);
this.additionsLimit = 2;
this.addAddition(new Addition(1.20, "Chips"));
... | [
"bregman.y@gmail.com"
] | bregman.y@gmail.com |
47aeb726d6a4a8ba5bc3d6035f405642b722fbad | cefa05f01f29ee39f79acc05465b3125195e1d12 | /src/main/java/com/hiring/jobs/controller/RoleController.java | ca7f16562a15877ffae74891adcf8b4aabc1a6c4 | [] | no_license | mochwira/HiringMerger | f518af01b593fbb1c82921d7ad80cd52c3c65b40 | 58c77f9c2960fde7af469b92c97592ccee1d8e6c | refs/heads/master | 2023-06-05T14:52:45.207388 | 2021-06-18T04:04:38 | 2021-06-18T04:04:38 | 378,028,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,532 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.hiring.jobs.controller;
import com.hiring.jobs.entity.TblRole;
import com.hiring.jobs.services.RoleService;
import java.ut... | [
"mochamadwirasanjaya@gmail.com"
] | mochamadwirasanjaya@gmail.com |
91e58de35f74b28c5ed9699c37e77c54a659f1a6 | 7180670aff354166c0cfddff8af4d64f64a24274 | /src/main/java/com/tissue/core/Node.java | 6bdac91a76c0230efc261de68343cdba70611c90 | [] | no_license | guoyingshou/tissue-coreutils | a40c6a12063c67fd84a864b315d9c696186ec90a | b981b0d8ec1b5103400597dbb6df8b378e56a95b | refs/heads/master | 2021-01-16T18:46:21.027736 | 2013-07-03T06:01:18 | 2013-07-03T06:01:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,498 | java | package com.tissue.core;
import org.joda.time.DateTime;
import org.joda.time.Period;
import java.util.Set;
import java.util.List;
import java.util.ArrayList;
import java.util.Date;
import java.security.AccessControlException;
public class Node {
protected String id;
protected String type;
protected Date... | [
"guoyingshou@tianji.com"
] | guoyingshou@tianji.com |
d390111e68c990982d12ce960c6da093e989d82f | 6e5aa5ca493dc659bddf9e0d3b7676b75592b529 | /platform-manager/platform-manager-dao/src/main/java/com/lanou3g/platform/dao/SysUserMapper.java | 07b4f34222e461bd801e958e3d5a7bb4095a11ae | [] | no_license | sandishui/xiaoqufuwupingtai | 6b469f9b82e10fdca80540d3c89c6ce6b135d10e | c5a8893880d7a0864a8e2039784b7056b5dc3571 | refs/heads/master | 2021-09-06T19:17:43.121856 | 2018-02-10T09:21:21 | 2018-02-10T09:21:21 | 118,703,410 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | package com.lanou3g.platform.dao;
import com.lanou3g.platform.pojo.SysUser;
import com.lanou3g.platform.pojo.SysUserExample;
import com.lanou3g.platform.pojo.SysUserExt;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SysUserMapper {
int countByExample(SysUserExample... | [
"san_dishui@163.com"
] | san_dishui@163.com |
2cd5fc36764c81c2c24d5cb95d349b72e079bc21 | af05dcaf7fd3ad0f606928fc290c75e961e7c301 | /src/main/java/com/liangxu/effectivejava/chapter04/paragraph01/demo04/Chooser.java | 17cefdccbd672a5d4a79fb7237e49f78933c7143 | [] | no_license | tomsprxl/effective-java | 0cd345b039ae9209faf6e68349f0752d02f84d12 | 77ff52a16041afcc69118096f3ed29500fca64d3 | refs/heads/master | 2020-07-09T14:59:08.160212 | 2019-09-27T08:22:18 | 2019-09-27T08:22:18 | 204,001,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.liangxu.effectivejava.chapter04.paragraph01.demo04;
import java.util.Collection;
// A first cut at making Chooser generic - won't compile
public class Chooser<T> {
private final T[] choiceArray;
public Chooser(Collection<T> choices) {
choiceArray = (T[]) choices.toArray();
}
// c... | [
"xuliang@efunong.com"
] | xuliang@efunong.com |
a69f2f5babf6b9f7df8767d72060ba4fb09d1091 | 4efb0150cbaaa73a2f1925f15884c580f33d7807 | /cp.obd.evdatautility/src/cp/obd/evdatautility/GPSDataStream.java | 794bfb6a879e2ab7bc6c9e20b0ac8d1d727ccf0a | [
"MIT"
] | permissive | philiptyler/EVDataAndroidApp | ae493deb4d8363dfc7943af70131b427151879c5 | 89cd559cb1277b471e980aed3595efcefc73af11 | refs/heads/master | 2021-01-15T14:02:05.646679 | 2013-11-30T01:09:51 | 2013-11-30T01:09:57 | 14,812,637 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,988 | java | package cp.obd.evdatautility;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import cp.obd.evdatautility.MyLocation;
import cp.obd.evdatautility.MyLocation.LocationResult;
import android.location.Location;
import android.os.Environment;
import android.text.f... | [
"philip.b.tyler@gmail.com"
] | philip.b.tyler@gmail.com |
0d568fd23f31216a4cf76e56caa3568ee29afcb9 | 1e0d2613af81362370a59fc99bde1429088d4f2c | /src/test/java/tests/java/nio/file/FilesTest.java | 03ae1e5cae783b3b88940e5dc558246b97d426d7 | [
"Apache-2.0"
] | permissive | jjYBdx4IL/java-evaluation | 3134605ae4a666cabf41494dd4261a0d21585a16 | 744dc4f4a26e264eb1aeab9383babb505aeae056 | refs/heads/master | 2021-07-01T16:25:16.416416 | 2021-06-19T14:44:44 | 2021-06-19T14:44:44 | 88,812,127 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package tests.java.nio.file;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import org.apache.commons.io.FileUtils;
import org.junit.Before;
import org.junit.Test;
import com.github.jjYBdx4IL.utils.env.Maven;
/**
*
* @author Github jjYBdx4I... | [
"jjYBdx4IL@github.com"
] | jjYBdx4IL@github.com |
0e101c89359fc684720afc1337ff36cea8940831 | 58cdae2013497b89a2294dda5614b09c24d91618 | /app/src/androidTest/java/com/example/positioningble/ExampleInstrumentedTest.java | af49f6adbb4366dadd4fdeae3b27dc6ad4fbe53a | [] | no_license | Aditi-hande/PositioningBle | 55befbd5e3832b035a553a65851f10d26271d399 | e78a8a2577dd9b2ce5acb45adabc1fe8f4593e75 | refs/heads/master | 2020-12-08T17:45:18.597112 | 2020-01-10T13:23:18 | 2020-01-10T13:23:18 | 233,051,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.example.positioningble;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute... | [
"aditi321hande@gmail.com"
] | aditi321hande@gmail.com |
a429a7ffaf8f17f144b8b54991c8eff7f38ee667 | d593ad37a82a6396effceaf11679e70fddcabc06 | /sangnung/chap09/bitmapfun/src/com/example/android/bitmapfun/ui/ImageGridFragment.java | fb18d07f705ce0a462fd5fc62dc06f1a1206aca5 | [] | no_license | psh667/android | 8a18ea22c8c977852ba2cd9361a8489586e06f05 | 8f7394de8e26ce5106d9828cf95eb1617afca757 | refs/heads/master | 2018-12-27T23:30:46.988404 | 2013-09-09T13:16:46 | 2013-09-09T13:16:46 | 12,700,292 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 12,338 | java | /*
* Copyright (C) 2012 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... | [
"paksan@daum.net"
] | paksan@daum.net |
60913350048463db67cd238450e81853af69b325 | fb2c996f1864b04811dfd2ee847687e97a2cd071 | /src/main/java/net/nifoo/myswing/render/tab/ColorRenderer.java | 88ef522b739778284055726f892d99306c37ab82 | [] | no_license | LinkNing/MyUI | 0cfba11161c6395760fbdf39b33ac022f7f16aa1 | 1b2a90925f8ad4ce1601c1a8acf82d5d00c5dfe5 | refs/heads/master | 2016-08-04T23:28:40.526117 | 2013-12-05T08:10:30 | 2013-12-05T08:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package net.nifoo.myswing.render.tab;
import java.awt.Color;
import java.awt.Component;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JTable;
import javax.swing.plaf.basic.BasicComboBoxRenderer;
import javax.swing.table.TableCellRenderer;
public class ColorRenderer extends BasicC... | [
"LinkNingZH@gmail.com"
] | LinkNingZH@gmail.com |
a192ad66ace0d78885cbd728cfdd7c137f45136b | d0094600f42b68016a22d8c1ee9f5d99337da421 | /src/main/java/us/ihmc/simulationconstructionset/gui/dialogConstructors/ExportGraphsToFileGenerator.java | 72bd1b60dcc5bdcf08566e6613fbd2cd17c82465 | [
"Apache-2.0"
] | permissive | loulansuiye/simulation-construction-set | fbfa6faaaa09c71950eef7306701146796fdb33d | ae0250ec1febaad21d7b18f3522c76ef13b40984 | refs/heads/master | 2020-04-04T12:58:01.134556 | 2018-09-07T19:35:30 | 2018-09-07T19:35:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,182 | java | package us.ihmc.simulationconstructionset.gui.dialogConstructors;
import java.awt.BorderLayout;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import javax.swing.JCheckBox;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
import javax.swing.JPanel;
... | [
"dragon_ryderz@maillist.ihmc.us"
] | dragon_ryderz@maillist.ihmc.us |
dc8d147f74fa5c293c959d43b478ae6246e0c9b3 | 184f96a225cdfe80aa85b06eba030cc7b7a0bbcc | /src/main/edu/vanderbilt/codeview/BlockComboBoxListener.java | 24f6559d0ab283203726b9b63e8d2f5bb462a8bf | [] | no_license | vimapk12/ViMAP | 595d7978c3ac7a52ec20c451875d5525ae90aab2 | 2b9cd9b8ef730423649a79718e49b35064c56a4f | refs/heads/master | 2020-12-24T17:44:18.769806 | 2015-06-15T21:24:01 | 2015-06-15T21:24:01 | 23,327,238 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,206 | java | //--//--//--//--//--//--//
//
// Copyright 2014
// Mind, Matter & Media Lab, Vanderbilt University.
// This is a source file for the ViMAP open source project.
// Principal Investigator: Pratim Sengupta
// Lead Developer: Mason Wright
//
// Simulations powered by NetLogo.
// The copyright informati... | [
"jordan.doug.nelson@gmail.com"
] | jordan.doug.nelson@gmail.com |
9041dfc7a6cb4017cf5d657a52b8cfe793415876 | 45b38469bfb9f3388e5905e16cef0d994475136c | /Afb88/src/main/java/com/nanyang/app/main/home/sport/poll/PoolOutRightState.java | 12aaa5aef4affb4481a5c951e144fb985ece5765 | [
"Apache-2.0"
] | permissive | q197585312/testApp | e0f1357baa01e8627f52d237d98eea186de4ecd6 | af19577a99a962efb97f1a8beadf9fceb25b2f76 | refs/heads/master | 2023-06-11T00:32:27.893459 | 2021-03-12T05:08:21 | 2021-03-12T05:08:21 | 78,402,432 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,509 | java | package com.nanyang.app.main.home.sport.poll;
import com.nanyang.app.AppConstant;
import com.nanyang.app.MenuItemInfo;
import com.nanyang.app.R;
import com.nanyang.app.main.home.sport.main.OutRightState;
import com.nanyang.app.main.home.sport.main.SportContract;
/**
* Created by Administrator on 2017/3/13.
*/
publ... | [
"yangjiechao945@qq.com.com"
] | yangjiechao945@qq.com.com |
f56c60502cae287f7e6dac8c1311ba8b00be67e2 | 35d268ca22949452d1edc33bd770e89b79e57aa7 | /project/src/main/java/main/controllers/DefaultController.java | ba91b335aafd4db342c7701f22d3dc863303007b | [] | no_license | AlewBrex/WaveAccess | 34b147da8acf4bfde3a54bc1b1b9687b310ec5b4 | 8ab08a41aad9ad6a69efd2900834b5b5ec15aa53 | refs/heads/main | 2023-02-05T10:40:42.296399 | 2020-12-23T07:39:59 | 2020-12-23T07:39:59 | 322,531,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package main.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class DefaultController
{
@RequestMapping("/")
public String index()
{
return "index";
}
} | [
"alewbrex@gmail.com"
] | alewbrex@gmail.com |
e29539cbcb0accffdb429fadac92656e388a5bfd | 7d75743204d83bda289e987f594e9c805a2c3041 | /WS-JAVABASICO/OBJETO/OBJ_Heranca/src/heranca/animal/Animal.java | 7514327913145a3a09aa948598f05dd5c4b059bd | [] | no_license | LucasDrovere/Projetos | 53526cae031de43de5f9edf8540f4f09167a573d | 2334b6070accbaebce9e0501192c47b7afc8706d | refs/heads/master | 2020-04-01T18:33:16.113653 | 2018-10-17T17:50:37 | 2018-10-17T17:50:37 | 153,499,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package heranca.animal;
public abstract class Animal {
protected String nome;
public abstract void exibir() ;
public void setNomeAnimal(String nome) {
this.nome = nome;
}
public String getNomeAnimal() {
return nome;
}
}
| [
"lucasdrovere@gmail.com"
] | lucasdrovere@gmail.com |
7081a6e614ea587fa9f2e8492311329209c2e4c9 | 2b6c9949423b0cc932c40a8beadd45669699c5a4 | /src/main/java/com/visionarysoftwaresolutions/smacker/api/physique/BMI.java | a916f2db51d8062aa508d3f7546d8031787a09c8 | [
"MIT"
] | permissive | Byter/smacker | c05d9b77860ce867b2d85ebaccfd1b3e679b378d | 4f50c78e9aabfd7a1978b8b7d447a303f542d8f0 | refs/heads/master | 2016-08-08T06:57:24.053372 | 2014-10-05T04:53:39 | 2014-10-05T04:53:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package com.visionarysoftwaresolutions.smacker.api.physique;
public interface BMI {
}
| [
"visionary.software.solutions@gmail.com"
] | visionary.software.solutions@gmail.com |
a35d6db93c09a4bf998c94c84130f66df6bd5afd | 25aa09263571a5074d3bd5655e83429b12103d6f | /EjerciciosJDBC/src/ej10_manipulacion_de_datos/InsertarDep.java | 78a15fbbc37ce4a0fab6f3f2b018afffd8a3e011 | [] | no_license | gasparpd/ADT | 3de815cacf6a47f20244dfbc77243a4f8d4518c8 | 4fa498dfe7c2c631b6b76f20668b10d0b28ab6c2 | refs/heads/master | 2022-07-20T23:56:23.857092 | 2020-03-20T20:12:46 | 2020-03-20T20:12:46 | 233,665,830 | 0 | 0 | null | 2022-06-21T04:13:02 | 2020-01-13T18:33:55 | Java | ISO-8859-1 | Java | false | false | 1,803 | java | package ej10_manipulacion_de_datos;
import java.sql.*;
public class InsertarDep {
public static void main(String[] args) {
try {
Class.forName("com.mysql.jdbc.Driver");// Cargar el driver
// Establecemos la conexion con la BD
Connection conexion = DriverManager.getConnection
("jdbc:mysql://localhost/... | [
"you@example.com"
] | you@example.com |
7735764186cc32e88a2b3bc37e2053bb87130c79 | 3a5eb78af18a5d03c368b48ed13123d2c65d3d17 | /src/com/ace/capitalflows/db/model/DaoModelFactory.java | dda5598f815e8f8d6def3f80f174f0394465029f | [] | no_license | AceLee39/Ace | cca282948922e31b8abe48aa25d65173cc629b03 | 528ed740480af0f7a101f6454236b812481d4abe | refs/heads/master | 2021-01-23T19:35:12.961944 | 2014-05-26T06:25:01 | 2014-05-26T06:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | // Copyright (c) 2014 All rights reserved.
// ============================================================================
// CURRENT VERSION 1
// ============================================================================
// CHANGE LOG// 1 : 2014-XX-XX, Administrator, creation
// =====================================... | [
"liyx_ice@126.com"
] | liyx_ice@126.com |
fcc9095de166b90f084e5a0b4f5dde81d3959d51 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-forecast/src/main/java/com/amazonaws/services/forecast/model/transform/DeleteDatasetRequestProtocolMarshaller.java | 00b66040546b8652f5fad08c11986e2eafaed05d | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 2,669 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
3c056077f55a3fb0ad6a6d4376617247a1557cff | f37f678a4ca48eb837d879ec14cb4d94f4e0e941 | /Java Projects/J2EEProjectsAN/21-SpringInWeb/src/com/training/ui/EmployeeServlet.java | fbdd380f0e85ba369585bb84b2acef4570bba36b | [] | no_license | Ameerameex/JAVA | 4177bbaaf1998241902f776d41cfce7efe7fd6f7 | cde7f3c7eab789e8c82e369ad88b085d2b2cd0ee | refs/heads/master | 2020-03-28T03:51:20.705890 | 2018-09-06T13:49:20 | 2018-09-06T13:49:20 | 147,676,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,278 | java | package com.training.ui;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.... | [
"ameer.syed@ameexusa.com"
] | ameer.syed@ameexusa.com |
b46b714aeb4abdb3769bea65104120660a983438 | 61ab75473c05ddbd46c44d91959302dce3bfaedf | /elasticfile/src/main/java/com/nikoyo/ucontent/elasticfile/local/LocalFileSystem.java | c76a97fef4f8a1147dce309ae33df78c5a316e05 | [
"Apache-2.0"
] | permissive | nkowh/UC8 | ebd6eaf25e1a0e8a7e36afda41a6a4a622a92648 | f4b5fe92b4e3ff88fc98227bb5591eff5a067af1 | refs/heads/master | 2021-01-01T18:28:35.227134 | 2015-06-01T06:23:35 | 2015-06-01T06:23:35 | 35,146,244 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,728 | java | package com.nikoyo.ucontent.elasticfile.local;
import com.nikoyo.ucontent.elasticfile.Configuration;
import com.nikoyo.ucontent.elasticfile.FileSystem;
import com.nikoyo.ucontent.elasticfile.Utils;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.FilenameUtils;
import java.io.File;
import java.io... | [
"xiaoqlster@gmail.com"
] | xiaoqlster@gmail.com |
888d8c2070c7aaaf18e1d9a43d1ef81d9a262c77 | 0f418db6b70a199c969bbbd354964e47adee30fd | /IT-DSS/src/main/java/com/web/bl/dao/EmailsHome.java | 9e1519ce5f023044ac689d8262bb8b01e7daccf1 | [] | no_license | reazulhaque20/itdss | b8bec704b7cbd84383c539a08c9e72de37841613 | 08fe1c6ce35712c1c658c41494f74a5d8e7f6bb3 | refs/heads/master | 2020-03-28T23:03:54.144152 | 2018-05-07T10:02:20 | 2018-05-07T10:02:20 | 149,274,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package com.web.bl.dao;
// Generated Apr 15, 2018 10:36:42 AM by Hibernate Tools 4.3.5.Final
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.transaction.Transactional;
import org.apache.commons.logging.Log;
import org.apache.co... | [
"reazul.haque@reazul-haque.banglalinkgsm.com"
] | reazul.haque@reazul-haque.banglalinkgsm.com |
8a44382825928b405b34d14d936183279cf65cb2 | 2d5c00d38e838fefa8c84375b2f8f7e49a93a23f | /src/com/analogics/dao/AlarmDataDao.java | dd2dd0c80afca51e99ccfd2d8ebaa4f3c126e547 | [] | no_license | achyuthkanth/NEPAL_BILLING | 14a56dcd3526e9a7d183c6fb50acb0b3db4bc83c | cde39d61537edc0ad80f2b3eb637f02ed1cdd51e | refs/heads/main | 2023-02-28T04:01:13.936700 | 2021-01-20T11:26:44 | 2021-01-20T11:26:44 | 317,815,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,294 | java | package com.analogics.dao;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import com.analogics.um.dao.BaseHibernateDAO;
import com.analogics.um.vo.LevelIndexMaster;
import com.analogics.utils.CommonQueryFrameUtils;
import com.analogics.utils.UserHierarchy... | [
"softwaresupport@analogicgroup.com"
] | softwaresupport@analogicgroup.com |
3b9c7e8f22427001fd30b4f3dd197fd96d0bbe82 | 42c7788b116c8b5a2eb58508242c50302020d0f1 | /backend/src/main/java/com/example/addd/myapplication/backend/UserRecond.java | de905fecf967a799fad85fb1907e5a7a3860b568 | [] | no_license | PutraNasri/Coba | e0bde3c0c44c308b631463675ccc92a739f9ec59 | 7537f2de3f526b43995da01d18f00fda28501ca5 | refs/heads/master | 2021-01-10T16:08:59.982429 | 2015-10-23T10:06:23 | 2015-10-23T10:06:23 | 44,731,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,335 | java | package com.example.addd.myapplication.backend;
import com.googlecode.objectify.annotation.Cache;
import com.googlecode.objectify.annotation.Entity;
import com.googlecode.objectify.annotation.Id;
import com.googlecode.objectify.annotation.Index;
/**
* Created by addd on 10/22/2015.
*/
@Entity
@Cache
public class User... | [
"nasrisyawaldi@gmail.com"
] | nasrisyawaldi@gmail.com |
dba78bdc1d4704d9c889962ad77263ea7c139317 | fdc0fea15ee5bd12b18dbb53691aebe76aeae404 | /design_pattern/src/main/java/com/xyw55/gof/singleton/Singleton.java | 2df85e02a3065e7d07d0d83496379be58ef38ab0 | [] | no_license | xyw55/study | 355b23760ed2999ed9b148a07765b1c93d8cdfe2 | ad0d9b15141265c17dc84e6bb6441d71584851b3 | refs/heads/master | 2022-06-23T05:38:35.475112 | 2020-04-19T17:19:15 | 2020-04-19T17:19:15 | 105,488,825 | 0 | 0 | null | 2022-06-17T01:47:21 | 2017-10-02T01:48:38 | Java | UTF-8 | Java | false | false | 106 | java | package com.xyw55.gof.singleton;
/**
* Created by xiayiwei on 11/27/16.
*/
public class Singleton {
}
| [
"yiwei.xia@ele.me"
] | yiwei.xia@ele.me |
f3e876ea84dbb9375b05d019851240c975db2ded | 550c9f4a04efeba80ee4df6aaafcbd2e244caf87 | /src/main/java/com/tanjiaming99/myblog/service/impl/BlogServiceImpl.java | d9653d8b49c66d5f80672204a048e03e61f6f1c6 | [] | no_license | Jammillk/My-Blog | 6198e1b3b35a3c7863ccbeed58fe48f4e418dce2 | c1fca35249cfc989ee52118f26db2f1d00eae5eb | refs/heads/main | 2023-06-09T10:29:00.951587 | 2021-06-27T07:45:23 | 2021-06-27T07:45:23 | 380,680,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.tanjiaming99.myblog.service.impl;
import com.tanjiaming99.myblog.entity.Blog;
import com.tanjiaming99.myblog.mapper.BlogMapper;
import com.tanjiaming99.myblog.service.BlogService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
... | [
"im@tanjiaming99.com"
] | im@tanjiaming99.com |
fe0b0fb0df1eb60c5fe77ac7c99f33bb19305e3d | 4c1fa530c96b7cf4af3d9c12d10fcda8397f8bc2 | /src/main/java/com/geekbrains/book/store/controllers/CartController.java | 69641501aae307d832c698540e6740710f99d5f1 | [] | no_license | arzek357/book-store | 69a29986d5d5de22a8dcf6ca27442a4fb62279cb | e59c66d2911b9c1424ae4ed44f83801f1dba2bad | refs/heads/master | 2022-12-12T07:21:24.714635 | 2020-08-28T09:53:27 | 2020-08-28T09:53:27 | 286,846,024 | 0 | 0 | null | 2020-08-30T11:23:01 | 2020-08-11T20:55:18 | Java | UTF-8 | Java | false | false | 1,919 | java | package com.geekbrains.book.store.controllers;
import com.geekbrains.book.store.beans.Cart;
import com.geekbrains.book.store.services.BookService;
import com.geekbrains.book.store.services.orderServices.OrderService;
import com.geekbrains.book.store.utils.BookFilter;
import lombok.AllArgsConstructor;
import org.spring... | [
"arzek357@gmail.com"
] | arzek357@gmail.com |
a83f52be29a8b2de97bcb498e6d9fe7c65b86572 | 7b3830a17ea50ff54e503f4d30bb1a29ec97a8d7 | /jhipster/src/main/java/com/videogen/videogen/security/SecurityUtils.java | 76308f58a54e31fc76cc19fae785044c82ce9bf1 | [] | no_license | FAMILIAR-project/VideoGen | d6c30a23efcaaf1b0df13fc709033870f2c56fc6 | 14441a7a41399ee28befa781bdf514ebf5d20a63 | refs/heads/master | 2021-05-04T10:02:02.130831 | 2017-02-13T10:25:10 | 2017-02-13T10:25:10 | 44,157,659 | 4 | 52 | null | 2017-02-13T11:04:02 | 2015-10-13T06:52:00 | HTML | UTF-8 | Java | false | false | 2,590 | java | package com.videogen.videogen.security;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
/**
* Utility cl... | [
"git-account@loicguegan.fr"
] | git-account@loicguegan.fr |
395e36a41bbb81f7c884d368eec98f1f83e02fed | b6c6d3de910b2a72bb3b54b4df32397f1679c3db | /casadocodigo/src/main/java/br/com/zup/casadocodigo/autor/AutorController.java | 9dc177dfe8c856d4ba854b8ca3428c4637f3863d | [
"Apache-2.0"
] | permissive | adamcoutinho/orange-talents-01-template-casa-do-codigo | 517c5836c03effa6de22c47de09f8d3b07e3d996 | fdf710c40b7055a10c0703d6d8a5730357880fa8 | refs/heads/main | 2023-02-24T05:46:11.004552 | 2021-01-29T22:38:19 | 2021-01-29T22:38:19 | 331,656,088 | 0 | 0 | Apache-2.0 | 2021-01-21T14:39:21 | 2021-01-21T14:39:21 | null | UTF-8 | Java | false | false | 963 | java | package br.com.zup.casadocodigo.autor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
impor... | [
"adamcoutinho@gmail.com"
] | adamcoutinho@gmail.com |
e5bce746df05a31f689a181a022ac620855bf4fc | ef2211e24ba5412627de1bfea0018bab4769be75 | /app/src/androidTest/java/com/example/muhammed/calculatesum/ExampleInstrumentedTest.java | 61045127286b4de8d2dcab8b7631ed8860806370 | [] | no_license | flyingbutter/CalculateSum | 7f59aa5e8840bf5b7dce3fc292cad088d1f835e5 | ea0bbac6a89113ef13123f4ae7aac57b980a5335 | refs/heads/master | 2021-01-25T07:54:28.591000 | 2017-06-09T14:04:25 | 2017-06-09T14:04:25 | 93,679,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.example.muhammed.calculatesum;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute ... | [
"mtanir22@gmail.com"
] | mtanir22@gmail.com |
dd33d76001cfad3cd4850f080f80300eb6ca6e03 | 1c9f7c7426051a15342a19b22e732f46f6b2a99e | /src/main/java/kata/domain/film/Film.java | f88b544787a05e156e36e66e58102864a1f57fec | [
"MIT"
] | permissive | chaabani-anis/mocks-fakes-spies-and-stubs-kata | 2581a17b2f48ab4c4224f7ce2e298a244b8139cc | cf186a837ceca2e78c5f5d0fe7ab9abd98eabd34 | refs/heads/master | 2022-12-17T11:52:10.349549 | 2020-09-16T20:10:09 | 2020-09-16T20:10:09 | 296,120,764 | 1 | 0 | MIT | 2020-09-16T18:51:40 | 2020-09-16T18:51:39 | null | UTF-8 | Java | false | false | 1,366 | java | package kata.domain.film;
import java.time.Duration;
import java.util.List;
import java.util.Objects;
public class Film {
public final String title;
public final Duration duration;
public final List<String> categories;
public final Integer releaseDate;
Film(String title, Duration duration, List<S... | [
"aleixmp@users.noreply.github.com"
] | aleixmp@users.noreply.github.com |
6e852dbf641631da16ea0e0c25d5ce18b785e505 | 3a3afe2608f59ed4b03c3813a47428c7a16e729d | /src/main/java/sandbox/velocity/example/module/Transformer.java | 5d4f46e64dc25a89bcff792c28d9473ae3fd37e5 | [] | no_license | seonghoonkang/DataTypeManager | 5d5e38f50a0b6c0d85722c6031b65c1cf255bdaa | 6c6165bf9184728a8a296fd2d3b209af7e2afcb0 | refs/heads/main | 2023-03-23T16:50:10.281284 | 2021-02-27T07:22:45 | 2021-02-27T07:22:45 | 342,430,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package sandbox.velocity.example.module;
import org.apache.velocity.Template;
import org.apache.velocity.VelocityContext;
import org.apache.velocity.app.VelocityEngine;
import org.apache.velocity.runtime.RuntimeConstants;
import org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader;
import sandbox.veloci... | [
"skang@bizflow.com"
] | skang@bizflow.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.