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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
380b395cfc4a269ffee6d033da6d4bbb859606d6 | f0749246184688d8af2b309a29be8ae32c5d04ee | /src/main/java/genepi/imputationserver/util/GenomicTools.java | df8746c1e8cf4ca4c3bd488a02319b52e8d2ccfb | [] | no_license | cfuchsberger/imputationserver | 71f75520139aef400b4b822271b624f3f89bc4d8 | 554ad0797bba5687c4cce7b842da23836a617e40 | refs/heads/master | 2021-01-15T10:51:37.115708 | 2016-05-12T18:37:27 | 2016-05-12T18:37:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,325 | java | package genepi.imputationserver.util;
import genepi.imputationserver.steps.qc.QualityControlMapper;
import genepi.io.legend.LegendEntry;
import org.broadinstitute.variant.variantcontext.VariantContext;
public class GenomicTools {
public static boolean isValid(String allele) {
return allele.toUpperCase(... | [
"c703456@uibk.ac.at"
] | c703456@uibk.ac.at |
fecbc774a9e171f22f16f235c958b213844b448f | 47fb243836c3a1709f6abc2a6f0bf7467e1eeafc | /src/main/java/com/youndevice/app/bootstrap/ApplicationReadyEventHandlerService.java | 81c2454edc5649c7a94cdffd27236f573c816fbd | [] | no_license | youndevice/main-ynd-app | d401b0f540ce4e5f3653ebd3c0bf0515a7cfaec7 | 80785050001322b5a571f294b782859cabab1ae5 | refs/heads/master | 2020-07-22T05:21:58.507682 | 2019-09-21T14:52:37 | 2019-09-21T14:52:37 | 207,085,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,580 | java | package com.youndevice.app.bootstrap;
import com.youndevice.app.domain.Appliance;
import com.youndevice.app.domain.Device;
import com.youndevice.app.domain.Role;
import com.youndevice.app.domain.User;
import com.youndevice.app.enums.DeviceType;
import com.youndevice.app.enums.RoleType;
import com.youndevice.app.servic... | [
"tushar.saxena@outlook.com"
] | tushar.saxena@outlook.com |
0d9431b4429b981a0b0b02196b26ee7854960261 | 8d86599c933ef1f52b6a980871207d54b4417cf9 | /Modul3/11.MVC/Thuc_hanh/src/controller/CustomerServlet.java | 9ba1221d0c4befb01c74d57d9b040871e75fe068 | [] | no_license | vphuc0601/C0920G1-Nguyen-Van-Phuc | 38b4e13c817588fd629c133165d8d9df069f6be7 | 71a3a6f89bd745779b20e31fdfcef029ce6547dc | refs/heads/master | 2023-04-23T22:31:58.472256 | 2021-05-07T09:26:32 | 2021-05-07T09:26:32 | 295,303,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package controller;
import model.Customer;
import service.CustomersService;
import service.CustomersServiceImpl;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletReques... | [
"nguyenvanphuc0601@gmail.com"
] | nguyenvanphuc0601@gmail.com |
16d118fa277e528dea77b6d25cb708d0b54ba543 | d4a9ef8bcbb8ab77a4327fb11b78db16658588d2 | /TestExercise/src/utl/Grades.java | 0593c51f79302cdcf9524262801f581499022b01 | [] | no_license | KwokShing/Java | 431e83bba016305df77f5a98b1b6193ba30246fc | 266172d07b18cb0a9e9172f55f8f5fae77833d04 | refs/heads/master | 2016-09-11T13:05:36.816186 | 2016-01-13T05:17:28 | 2016-01-13T05:17:28 | 22,006,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package utl;
public class Grades {
public static String Grade(int exam, int course) {
String result = "null";
long average;
average = Math.round((exam + course) / 2);
if ((exam < 0) || (exam > 100) || (course < 0) || (course > 100))
result = "Marks out of range";
else {
if ((exam < 50) || (course < 50... | [
"kwokshingchan92@gmail.com"
] | kwokshingchan92@gmail.com |
c3f3718babb863699ae1d47c390734e7f61f4f5f | d437c3d5c18105c891de75e17ff1a16044b660fa | /src/main/java/com/kharchenko/university/model/Subject.java | f90ade612d89fb7642792a81b0f027faf46421c0 | [] | no_license | OlessiaKharchenko/university | bc25d61c2fec72acf63a8bd1918702b7fdfeb13c | 0f628fc80d376a13ee634c684a78e0688a535e1d | refs/heads/main | 2023-06-02T15:56:30.891453 | 2021-06-16T18:48:23 | 2021-06-16T18:48:23 | 370,108,213 | 0 | 0 | null | 2021-06-16T18:48:23 | 2021-05-23T16:56:38 | Java | UTF-8 | Java | false | false | 280 | java | package com.kharchenko.university.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Subject {
private Integer id;
private String name;
private String description;
} | [
"olessia.kharchenko@gmail.com"
] | olessia.kharchenko@gmail.com |
3709229c52d4bdcbccc6c1a7902029d1c9f07eb1 | 56c5f8fdf5a2c6d99b9e7bf4f5025852f83f249e | /src/com/marocgeo/als/utils/GpsTrackerLatLng.java | 5e8f08b00ae3a6a267c58a25461f5d47eeb642e7 | [] | no_license | karouani/DoliDroidALS | d8e8e759f63cf7e3a5dde3a9e888653bb44235de | aa61d95ce1c1b29f62ecab1a1922f9e576ea528b | refs/heads/master | 2021-03-12T23:43:16.723768 | 2015-07-28T10:50:00 | 2015-07-28T10:50:00 | 39,825,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package com.marocgeo.als.utils;
import android.app.Activity;
import android.content.Context;
import android.location.LocationManager;
import com.google.android.gms.location.LocationListener;
import com.marocgeo.als.models.GpsTracker;
public class GpsTrackerLatLng extends Activity{
private GpsTracker gps;
public ... | [
"ykarouani@gmail.com"
] | ykarouani@gmail.com |
f75d712147f45a1f198ce7b98e547f051bed952a | 17fcfd39f6d9ea9943fb5d73077694256b23c744 | /Ex1/Part1/app/src/test/java/com/example/tuanle/retrofitexample/ExampleUnitTest.java | 2730dbe6f2c4e0e027e11ed23f458c0eae77e463 | [] | no_license | boyluv/mobile_application_development | c15de655934495b3a8f411979f06396017db0ad9 | 996944d6e1643ae770a95f041feb83a7efd487f3 | refs/heads/master | 2021-04-06T09:26:25.424558 | 2018-04-20T06:11:38 | 2018-04-20T06:11:38 | 124,719,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package com.example.tuanle.retrofitexample;
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
... | [
"tuanlean1996@gmail.com"
] | tuanlean1996@gmail.com |
0df5850231c45f3a7e0b061e1212aff5045404d2 | d50b6ac201e8898560ae6c2c59dfd0371ca1fd88 | /app/src/main/java/com/example/readshare/Activity/ui/main/TracabiliteAdapter.java | 0b736d58ac873bada8701ec0dd74abf21c7eee52 | [] | no_license | widadWatawi/ReadShare | 8d94159f2284698c1036537b8a4860b5ab753dfa | e10f456abcf31001fb726579a8fae90a5e849d28 | refs/heads/master | 2020-09-20T13:27:00.365971 | 2020-01-06T17:52:50 | 2020-01-06T17:52:50 | 224,495,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,661 | java | package com.example.readshare.Activity.ui.main;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.example.readshare.R;
public class TracabiliteAdap... | [
"essafi.aziza@gmail.com"
] | essafi.aziza@gmail.com |
ecf5fc9e3d0e35b555252fb9f5d661b0ad1f39c7 | 9f8154fac4127beb39e15ad8235a25cbea68de6c | /app/src/main/java/jgg/com/jdemo/view/CustmView4.java | 75f22a8ecf27088a397fe691528612fe93e57ba0 | [] | no_license | 345127607/JDemo | 5558f572e478395ea1d8a802e9b350e5ca1afcec | e4a2371188c1a745bec96aabd396d3a7675b5fd2 | refs/heads/master | 2020-03-22T06:50:25.362511 | 2018-08-08T01:25:50 | 2018-08-08T01:25:50 | 139,661,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,578 | java | package jgg.com.jdemo.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.os.Build;
import android.support.annotation.Nullable;
import android.support.annotation.RequiresApi;
import android.util... | [
"345127607@qq.com"
] | 345127607@qq.com |
16fef2ba4515a6b48cffc42234d430f05cac1add | c89b21232f0c7737237a5e56f041eb0043f3cd88 | /library/src/main/java/me/donnie/adapter/BaseAdapter.java | eb21c5860023f01f72ea929f2d2c936915f2ed78 | [] | no_license | donniesky/BaseAdapter | 1b6abb086d570da8e0eb8a7f070a432833611b2b | 5ffc8d5858f3a5779f89c21a04ae64c5b80bb32f | refs/heads/master | 2020-12-02T21:23:01.006478 | 2018-07-03T03:12:31 | 2018-07-03T03:12:31 | 96,305,192 | 1 | 1 | null | 2017-07-06T06:39:40 | 2017-07-05T10:00:32 | Java | UTF-8 | Java | false | false | 3,706 | java | package me.donnie.adapter;
import android.support.annotation.IntRange;
import android.support.annotation.LayoutRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import java... | [
"qmhs414@gmail.com"
] | qmhs414@gmail.com |
146a28ae1c75388e202a93e87c19bd30ac7541c4 | 0c98cf3f64a72ceb4987f23936979d587183e269 | /services/sms/src/main/java/com/huaweicloud/sdk/sms/v3/model/DeleteTaskResponse.java | caa63b90e4c57ca88eeda068ddf77a1cdf22b1a5 | [
"Apache-2.0"
] | permissive | cwray01/huaweicloud-sdk-java-v3 | 765d08e4b6dfcd88c2654bdbf5eb2dd9db19f2ef | 01b5a3b4ea96f8770a2eaa882b244930e5fd03e7 | refs/heads/master | 2023-07-17T10:31:20.119625 | 2021-08-31T11:38:37 | 2021-08-31T11:38:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package com.huaweicloud.sdk.sms.v3.model;
import com.huaweicloud.sdk.core.SdkResponse;
import java.util.Objects;
/** Response Object */
public class DeleteTaskResponse extends SdkResponse {
@Override
public boolean equals(java.lang.Object o) {
if (this == o) {
return true;
}
... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
9b36a1d2beaa58594b1541816d0e70dc37f30135 | 2093c2f8c79ea54b69834580cbdee2933cd7db26 | /project_h6t2b/src/main/persistence/Writable.java | 43f3570b0aec88e5398cc0de7fd3de56789b431c | [] | no_license | mayjang/Hydropathy_Plot | d6723a8f6f22833be5228873a7066a3a142caf1b | af7407eeae9856fbb17405308d3558e11122d08e | refs/heads/main | 2023-06-18T08:29:33.164981 | 2021-06-29T07:13:42 | 2021-06-29T07:13:42 | 370,842,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package persistence;
import org.json.JSONObject;
//Citation: https://github.students.cs.ubc.ca/CPSC210/JsonSerializationDemo
public interface Writable {
// EFFECTS: returns this as JSON object
JSONObject toJson();
}
| [
"noreply@github.com"
] | mayjang.noreply@github.com |
d8f93a98d59d14100f31d5b9f290b37aa0d8aa16 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_4d242db502b5b96fc3d5ddbbe7066577c202d078/GatewayLoopActivityBuilder/30_4d242db502b5b96fc3d5ddbbe7066577c202d078_GatewayLoopActivityBuilder_s.java | b54c19cb2afbfe0fc16f381a532e3a4f00a66f56 | [] | 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 | 3,409 | java | /**
* Approved for Public Release: 10-4800. Distribution Unlimited.
* Copyright 2011 The MITRE Corporation,
* Licensed under the Apache License,
* Version 2.0 (the "License");
*
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6058775cb1f8352a04d4e5d35c48a59b5ca3367f | 0bc3bc1abe8c0949ca09b9661e0c0fd6e106bee2 | /AndroidStudioProjects/VIVO/AndroidStudioProjects/GlobalSearchDemo/app/src/main/java/com/vivo/globalsearchdemo/model/SearchModel.java | 241d3b8599389b2e74bb4e837216b16d9c3b6ea8 | [] | no_license | x554536080/GlobalSearchDemo | d39e54fe192afa31c06c683e761181124bfe4665 | 67cd6158e2eb78b87e1edd3f9649783ad12c1428 | refs/heads/master | 2020-04-08T04:35:22.987072 | 2018-12-13T08:52:16 | 2018-12-13T08:52:19 | 159,023,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package com.vivo.globalsearchdemo.model;
public interface SearchModel {
void doSearch(String input);
}
| [
"554536080@qq.com"
] | 554536080@qq.com |
65b395d18afb55f2d2cfce9788b37adf960b3e57 | 256f4bed8d8f42560a168364056acf47893ddc2c | /bin/custom/merchandisefulfilmentprocess/testsrc/org/merchandise/fulfilmentprocess/test/actions/consignmentfulfilment/AllowShipment.java | de27e0f3fd2af3e435358fe39a7461cd2ed55658 | [] | no_license | marty-friedman/e-commerce | 87d5b4226c9a06ca6020bf87c738e6590c071e3f | 5c56f40d240f848e234f430ce904d4483ffe8117 | refs/heads/master | 2021-09-20T13:55:37.744933 | 2018-08-10T03:51:06 | 2018-08-10T03:51:06 | 142,566,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"egor.pgg@gmail.com"
] | egor.pgg@gmail.com |
bf710b5049ac59e6c9ac534f22611d865cca83d0 | 373cb1aa9b227313e9f696965b885941a9e5a195 | /Series2/src/Series2.java | f91560cf0e92d37e35ae9620abcbc24145c8399e | [] | no_license | atanbhardwaj/BasicJavaPrograms | 8d579379b7ef23e3a8e98e63a1c8c653714d5ebc | 47a52fe144e50ef1ad179ed2e4c6145590aa9879 | refs/heads/master | 2023-02-06T22:22:54.083094 | 2021-01-01T17:48:23 | 2021-01-01T17:48:23 | 326,027,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 972 | java | import java.util.Scanner;
public class Series2 {
public static void main(String st[])
{
Scanner x = new Scanner(System.in);
int n,ch;
System.out.print("Press 1 for S=1/22+1/33+1/44...upto n terms \nPress 2 for S=1/1!+22/2!+33/3!+...upto n terms");
System.out.print("\nEnter the value of n:");
n=x.nextInt();
... | [
"atanbhardwaj@gmail.com"
] | atanbhardwaj@gmail.com |
abc2a618d5d37e50ef024d0fd63791734620ffc1 | d2e4af8b4876edcb49f1b7cdfaf3074363edb285 | /src/com/xu/observer/WeatherData.java | 953ee672011699a87d18edca606d5ab7725fe5c1 | [] | no_license | xuhewei/design_partten | ad415ab239cdf4ef27a9b8d71ef86209560581f7 | 51df17f89b9266c0bcaa5f87e7bfe47e5f4d1fd8 | refs/heads/master | 2021-09-09T19:33:28.709489 | 2018-03-19T08:57:03 | 2018-03-19T08:57:03 | 125,020,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.xu.observer;
public class WeatherData {
private float mTemperatrue;
private float mPressure;
private float mHumidity;
private CurrentConditions mCurrentConditions;
public WeatherData(CurrentConditions mCurrentConditions)
{
this. mCurrentConditions= mCurrentConditions;
}
public f... | [
"1037901372@q.com"
] | 1037901372@q.com |
35adf8561f35ca7b8bae028d7d0a417aa355deb3 | 90f68055a914df0839f5dd92cae3a5863a630040 | /OTPService/src/main/java/com/phatlt/OTPService/model/APIResponse.java | f3c4b8dc3c7a1c4f94b2bfd7932a9cafce3a1c8d | [] | no_license | AntonyLe23/nab-challenge | 04f3305171b2fec29e8b9b19f22c4f1de69a0807 | 154a89982db973ef9183c7c6e3f2b3fe4f8138ac | refs/heads/master | 2023-02-22T00:26:28.033230 | 2021-01-22T07:56:20 | 2021-01-22T07:56:20 | 329,576,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.phatlt.OTPService.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
@Getter
@Setter
@AllArgsConstructor
public class APIResponse implements Serializable {
private int codeStatus;
private String messageStatus;
private Object data;... | [
"phatlt01@acb.com.vn"
] | phatlt01@acb.com.vn |
90a7c58d86317afed42514f1b80a934baeeb0ef5 | 5f9ad033fbd9131b712bc0f188fde4e4753aefaf | /src/test/java/com/the/dark/side/crew/fejsbuk/FejsbukApplicationTests.java | 0b00f9e11997b7080b5c1d00fb1989dfd2aa37b4 | [] | no_license | TheDarkSideCrew/fejs-buk | ba712c583e0b35a26d03f3da9e203a28e16f26ab | b76e3af36e7883ea3d91b9bd1cdf1175487ed0f6 | refs/heads/master | 2023-03-18T01:24:05.498893 | 2021-03-12T17:50:30 | 2021-03-12T17:50:30 | 321,744,003 | 0 | 0 | null | 2021-03-12T17:50:33 | 2020-12-15T17:43:51 | Java | UTF-8 | Java | false | false | 223 | java | package com.the.dark.side.crew.fejsbuk;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class FejsbukApplicationTests {
@Test
void contextLoads() {
}
}
| [
"rmaj91@gmail.com"
] | rmaj91@gmail.com |
e07e7eebe7b81d5da25edbd7fbd54b827dc1c44c | 3fe8e5db53dc425afdb24303f2f6926cade14f04 | /user/ezt_hall/src/main/java/com/eztcn/user/hall/model/UpLoadAvatarResponse.java | cf334289dbf359e651b7effdebd6e02a4a92f042 | [] | no_license | llorch19/ezt_user_code | 087a9474a301d8d8fef7bd1172d6c836373c2faf | ee82f4bfbbd14c81976be1275dcd4fc49f6b1753 | refs/heads/master | 2021-06-01T09:40:19.437831 | 2016-08-10T02:33:35 | 2016-08-10T02:33:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package com.eztcn.user.hall.model;
/**
* @Author: lizhipeng
* @Data: 16/6/25 下午6:03
* @Description:
*/
public class UpLoadAvatarResponse {
/**
* data : http://images.eztcn.com.cn/images/patient/eztcn2.0/7BA88A782515F9E7B78ACAD1A6C0E5A6.jpeg
* detailMsg : 数据修改成功!
* flag : true
* msg : 数据修改成... | [
"liangxing@eztcn.com"
] | liangxing@eztcn.com |
0c4480d79b5c8eea36fbed915564a6dbdb38bfb0 | 956d0dfe725a50cdfea6059c0483289b7c507842 | /app/src/main/java/com/uav/autodebit/vo/StatusVO.java | 0784b3155b19c14b85d636534d510b9c02f461cd | [] | no_license | anku1207/AutoDebit-Android_Hundi_07-11-2020 | c0e9778aae219b8eebb2f7c7299d24e1fd40b787 | e03d14719b0eaa625656040951f4fcd1b0c5205d | refs/heads/master | 2023-03-13T00:55:49.505761 | 2021-02-25T07:23:54 | 2021-02-25T07:23:54 | 310,817,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package com.uav.autodebit.vo;
public class StatusVO extends BaseVO {
public static Integer ACTIVE=1;
public static Integer INACTIVE=2;
public static Integer CREATED=3;
public static Integer COMPLETED=4;
public static Integer INITIATIED=5;
public static Integer FAIELD=6;
public static Integ... | [
"manojshakya1207@gmail.com"
] | manojshakya1207@gmail.com |
057d9879637b0645a7f996c0928891622897998e | 2c55167b086b19933d5a28e03c9d210dc26caf4c | /commercetools-sdk-base/src/main/java/io/sphere/sdk/annotations/NotOSGiCompatible.java | ec7f02c4dd36b6dd5e8e8fc6826db98f9dcca95e | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | commercetools/commercetools-jvm-sdk | 02a1b6162aff245dce35a2e17b41c5fc8481cf33 | 9268215185628611ad12502cb9c844e8b65c2944 | refs/heads/master | 2023-08-31T20:04:34.331396 | 2023-08-11T07:43:29 | 2023-08-11T07:43:29 | 20,855,247 | 46 | 50 | NOASSERTION | 2023-08-11T09:27:43 | 2014-06-15T12:46:24 | Java | UTF-8 | Java | false | false | 418 | java | package io.sphere.sdk.annotations;
import java.lang.annotation.*;
/**
* This annotation marks the classes that are selected to run outside an OSGi container
* either for latency reason or for dependency issue ...,the runner used in that case
* is {@link org.junit.runners.BlockJUnit4ClassRunner}
*/
@Retention(Rete... | [
"achraf.beniasaad@commercetools.de"
] | achraf.beniasaad@commercetools.de |
ab494328e881e6c81b9d9d7abae7a15109b2ba16 | ac7e6719811aa3ade91c3c2f878ffa5617da1f02 | /java_basic/kadai/kadai/BookUse.java | 77688da69b269f69d66f5176e4b5c0441431451f | [] | no_license | sakiko-senba/JavaBasic | cc5c0103b95cb40d9c6da4daed21fadf1f8a2f12 | fc6701c804f1c50df52f2131a9907c2e2e7b54b9 | refs/heads/main | 2023-08-29T13:53:14.993780 | 2021-10-25T02:40:12 | 2021-10-25T02:40:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package kadai;
public class BookUse {
public static void main(String[] args) {
Book1 booka = new Book1();
booka.setBook("3月のライオン");
booka.disp();
System.out.println();
Book1 bookb = new Book1();
bookb.setBook("銀の匙","荒川弘");
bookb.disp();
System.out.println();
Book1 bookc... | [
"noreply@github.com"
] | sakiko-senba.noreply@github.com |
72aa5303f0af3df1f4d92224343632ca7d340fdf | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/132/163/CWE191_Integer_Underflow__int_random_sub_13.java | a7704f9ba953038ef27a3fc36ce5234c3f9cc52a | [] | no_license | Lanhbao/Static-Testing-for-Juliet-Test-Suite | 6fd3f62713be7a084260eafa9ab221b1b9833be6 | b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68 | refs/heads/master | 2020-08-24T13:34:04.004149 | 2019-10-25T09:26:00 | 2019-10-25T09:26:00 | 216,822,684 | 0 | 1 | null | 2019-11-08T09:51:54 | 2019-10-22T13:37:13 | Java | UTF-8 | Java | false | false | 5,898 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int_random_sub_13.java
Label Definition File: CWE191_Integer_Underflow__int.label.xml
Template File: sources-sinks-13.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: random Set data to a random value
* GoodSource: A hardcod... | [
"anhtluet12@gmail.com"
] | anhtluet12@gmail.com |
c5deb5819b0fd36ddbb264cbf9e054ad86cc44fa | c0645a2ad02123de03a7fc039858cf219f4b21f7 | /src/main/java/com/mmall/service/impl/UserServiceImpl.java | 22a47fe3e77c85ec58f6fe59f8c88b996665011d | [] | no_license | ChungYikHawn/happyMall | 1408394df7b774b5808c51d8021c662cc3a10940 | 4503bfcbab8820c62ddb250393293be8535e1ce6 | refs/heads/main | 2023-02-08T22:22:52.718041 | 2020-12-30T06:59:26 | 2020-12-30T06:59:26 | 319,195,311 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,308 | java | package com.mmall.service.impl;
import com.mmall.common.Const;
import com.mmall.common.ServerResponse;
import com.mmall.common.TokenCache;
import com.mmall.dao.UserDao;
import com.mmall.pojo.User;
import com.mmall.service.IUserService;
import com.mmall.util.MD5Util;
import org.apache.commons.lang3.StringUtils;
import ... | [
"51699461+ChungYikHawn@users.noreply.github.com"
] | 51699461+ChungYikHawn@users.noreply.github.com |
2cdc393e84597fadd46fb3238df9150f4df37f7e | 0aabae7d26fcdca07439756d2a2ade3dd37daf17 | /app/src/main/java/com/ismail/gads/ui/MainActivity.java | dc89e712906d7466d302b563eef83a88c1d8048e | [] | no_license | Mohamedismail77/GadsProject | 23b46da89d9ccf6b095fb623636b323fbd0ef9ac | 639e1aaa19741b7d3ecf02ce86c9fa0f487a01f4 | refs/heads/master | 2022-12-11T13:35:53.266809 | 2020-09-11T09:21:36 | 2020-09-11T09:21:36 | 294,650,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package com.ismail.gads.ui;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.databinding.DataBindingUtil;
import androidx.lifecycle.ViewModelProvider;
import androidx.navigation.NavController;
import androidx.navigation.fragment.NavHostFragment;
import android... | [
"mohamedismail77@yahoo.com"
] | mohamedismail77@yahoo.com |
64b761d88836f791758ac58cd1122145df29f070 | d16e2e6f22ca16be7a1fc07e2c89000ddb1622ab | /src/main/java/com/mbugajski/springrevision/SpringRevisionApplication.java | 9e5443566d09468e7d66a83d884c404413b7a035 | [] | no_license | MBugajski/spring-revision | 42383e309578ceabaea96b1e596303495420766f | bf4b0dba0c85fd1e259904ddcb7386f7244c6ae7 | refs/heads/master | 2023-02-18T08:53:54.108184 | 2021-01-21T22:44:09 | 2021-01-21T22:44:09 | 317,052,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.mbugajski.springrevision;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringRevisionApplication {
public static void main(String[] args) {
SpringApplication.run(SpringRevisionApplic... | [
"“michalbugajski@outlook.com"
] | “michalbugajski@outlook.com |
e29b194869c00bd0cdab6c5a555c7019a74e0b55 | b95c26cdbfedb089900ccc43e486c37b940044f5 | /ProgramacionOOMichelleZhanay/src/conversor/deci.java | a1e3097906342b3834145fb0e3e3592f5486c4ff | [] | no_license | Michelle-Zhanay-1994/Proyecto | 46eb302070cb1fb9f6a9a8a29b181fddd87b7fcc | 0a8fa29c84e6245dc8c8188c7a21e9b75b6c832d | refs/heads/master | 2022-11-29T23:14:08.671801 | 2019-09-03T13:41:07 | 2019-09-03T13:42:05 | 287,618,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | 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 conversor;
/**
*
* @author Usuario
*/
public class deci extends Conversor {
public double CalcularM_deci(double cant3){... | [
"LENOVO@LAPTOP-39EC5ES9"
] | LENOVO@LAPTOP-39EC5ES9 |
88683417fcbc504cac16ed641ca389fdf783b485 | 6bd632f9cf06534226644c35e99ae28ee2f6c45f | /app/src/main/java/com/example/rxflight/network/ApiService.java | e4f06bbe2670f4fb9f701d1a32a03e0ab10f3b1d | [] | no_license | virendersran01/RxFlight | f6db8bf508b2f96e82471936a801080467dcc02c | 518da35517772fa16d393c9f604f2af13c53dfb5 | refs/heads/master | 2020-09-19T02:04:06.041952 | 2019-11-26T07:51:47 | 2019-11-26T07:51:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package com.example.rxflight.network;
import com.example.rxflight.network.model.Price;
import com.example.rxflight.network.model.Ticket;
import java.util.List;
import io.reactivex.Single;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface ApiService {
@GET("airline-tickets.php")
Single<L... | [
"ashishmohite1996@gmail.com"
] | ashishmohite1996@gmail.com |
4cf0901e67c39d1e2e6ac7b1bbce14fb95738728 | 0736b64c91d1cf872ca9f191ca45a34d625c3705 | /flickrgallery/src/com/flickrgallery/activity/TitleFragment.java | 3aeb6f17f08791f6b53643f6957f05f93396301a | [] | no_license | udand/Flickr_Gallary | 06efebece5a4936042afba3645c91b8730ade5f5 | 9d4460e9470ee07d9c1059d932eb7cda78a7e21d | refs/heads/master | 2021-05-30T17:05:10.342809 | 2014-08-04T03:34:15 | 2014-08-04T03:34:15 | 21,713,032 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,181 | java | package com.flickrgallery.activity;
import java.io.File;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Bi... | [
"umang12desai@gmail.com"
] | umang12desai@gmail.com |
219f7fb22e0166df9d142e862d0b742e01359e69 | b2854b4c00a0faf27cbe7655e89db8c3591418c9 | /material-elements/java/com/zeoflow/material/elements/transformation/FabTransformationBehavior.java | dc4c655432b9bf37bba8b091ed9c8c5c3d1f8645 | [
"Apache-2.0"
] | permissive | pittayabuakhaw/material-elements | 1eddc95416944198a6aa34b913192735e48375dc | 28519b2375177afff39d64b9b816c40392f074bb | refs/heads/main | 2023-04-30T13:22:55.906142 | 2021-04-23T17:42:04 | 2021-04-23T17:42:04 | 363,487,347 | 0 | 0 | Apache-2.0 | 2021-05-01T19:24:55 | 2021-05-01T19:07:03 | null | UTF-8 | Java | false | false | 28,979 | java | /*
* Copyright 2020 ZeoFlow
*
* 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 w... | [
"grigor.teodor@gmail.com"
] | grigor.teodor@gmail.com |
6d628ec725f60d9d2bbec44533132f803c8d31b2 | 7c7108c3f9882b27b642ba4c85540d7201f6c278 | /app/src/main/java/com/tarek/vaccins/model/Plan.java | 14d33b6b14526b434311f9e562c094d030675579 | [] | no_license | TAREK199/VacDz_Android_App | 2940fa423b31fea726303bfeb6907cae0e3cdd85 | 4820db9324d08c70e6b586deae283087cfc78b21 | refs/heads/master | 2022-04-01T17:32:59.457479 | 2019-07-05T14:33:19 | 2019-07-05T14:33:19 | 231,661,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,113 | java | package com.tarek.vaccins.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Plan {
@SerializedName("id")
@Expose
private Integer id;
@SerializedName("jour")
@Expose
private Integer jour;
@SerializedName("vaccin")
@Expos... | [
"tarek.rebai@univ-constantine2.dz"
] | tarek.rebai@univ-constantine2.dz |
f9fa615afffa55f59c4d884eec2d69ff95479780 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_a396d15834ecb391527c4446c417fef2053f471c/NavigationTable/8_a396d15834ecb391527c4446c417fef2053f471c_NavigationTable_t.java | 90ae5b54d60ec365e96ab3bc57651c0997ce2f52 | [] | 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,460 | java | // Copyright (C) 2009 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 ap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3564d6af0f2becbded81a3d2b0487f1e4c4d5aa0 | 737c667bb50030cf9f9b3d834f86eb2e711d46fd | /app/src/main/java/com/mudrichenko/evgeniy/flickrtestproject/ui/launcher/LauncherActivity.java | 60c7361d68625bb2b240700b80d0bd24bbf69984 | [] | no_license | 001loop/Flickr_test_project | 16b3f0ca3807a9f67a484a65cf4d97f06ae12876 | 2711f45bbd5d1878c73dcccc0ac2acb9de0c922b | refs/heads/master | 2020-05-25T17:21:48.777165 | 2019-10-24T18:10:15 | 2019-10-24T18:10:15 | 187,907,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | package com.mudrichenko.evgeniy.flickrtestproject.ui.launcher;
import android.content.Intent;
import android.os.Bundle;
import com.arellomobile.mvp.MvpAppCompatActivity;
import com.arellomobile.mvp.presenter.InjectPresenter;
import com.mudrichenko.evgeniy.flickrtestproject.App;
import com.mudrichenko.evgeniy.flickrte... | [
"001loop@gmail.com"
] | 001loop@gmail.com |
27b4f4a4bd53f417ea5b1610b3b0f0092a57a438 | 174f7ee970692cd71a54529620f779b061ef966a | /src/main/java/org/knowhowlab/osgi/monitoradmin/job/MonitoringJobVisitor.java | 4b1161c8d7277d7807a50324137d1b680a80cb6d | [
"Apache-2.0"
] | permissive | knowhowlab/org.knowhowlab.osgi.monitoradmin | 5730f91456444933f092224798bd292db43a48d9 | c593bc6889dfa229de19235e1d6b3b765de05e5a | refs/heads/master | 2021-07-04T00:19:16.068067 | 2019-08-21T10:15:35 | 2019-08-21T10:15:35 | 51,601,433 | 0 | 3 | Apache-2.0 | 2021-06-07T16:32:39 | 2016-02-12T16:38:43 | Java | UTF-8 | Java | false | false | 1,716 | java | /*
* Copyright (c) 2009-2016 Dmytro Pishchukhin (http://knowhowlab.org)
*
* 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
*
* Unl... | [
"demon@Demons-MBP.fritz.box"
] | demon@Demons-MBP.fritz.box |
d362ad782b759bc37da256fe6e26625cd90e553a | 9200fdf9540b35d1f64b793ab3717d0f73bd3fbe | /src/main/cz/kucera/services/currency/rate/ExchangeRateService.java | dd3b1ef3a9e489b038d6a4481067fee3fdc87f51 | [] | no_license | kuceraf/ExchangeRatesProject | 5d6b68b2ff08c074b5d2cde08f706510a975258b | 4b53e048f135d35e79b1bb3f1d452e86b80c645f | refs/heads/master | 2021-01-18T21:29:20.129947 | 2015-05-24T12:56:37 | 2015-05-24T12:56:37 | 35,365,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package main.cz.kucera.services.currency.rate;
import main.cz.kucera.parser.exchangereate.ExchangeRateMap;
/**
* Created by Filip on 18. 4. 2015.
*/
public interface ExchangeRateService {
ExchangeRateMap getExchangeRatesAll();
ExchangeRateMap getExchangeRatesByDate();
}
| [
"kucerafilip@gmail.com"
] | kucerafilip@gmail.com |
d747b8cdd7d54a6516dda897456a8acef94742d9 | 88212d606d353e9584249cd8fd0cba83af546290 | /Jax-rs/src/main/java/i/jaxrscms/Loader.java | 38338b94f60879fb5ac3cbffa600cdba29185cea | [] | no_license | AlexAasen/SpringData-JaxRs | 68ecb81fb7960d3379a8f969399d22f6f988b96c | a1eff54bf7f552b35ee60a770d7ba339576103f6 | refs/heads/master | 2020-12-01T08:34:04.183405 | 2016-09-05T21:34:28 | 2016-09-05T21:34:28 | 67,449,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package i.jaxrscms;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("/*")
public class Loader extends Application {
@PostConstruct
public void init() {
// initialization
}
@PreDestroy
public v... | [
"alexaasen@outlook.com"
] | alexaasen@outlook.com |
79188e0de0f8e408f65a570606e20859a0e4a280 | 8152a5253515c028f3e28d4b628b6892ce4e1108 | /src/main/java/com/yzxie/rockcat/protocol/Protocol.java | 6d9560ef9745a9c61c16f71f3b71ad346c07db3a | [] | no_license | yzxie/rockcat | ef6e121884324044f3ad5ba242d148fb5dc7447b | 5d45cd6dfc4e82a1be3509258ab53a690075f833 | refs/heads/master | 2020-04-15T09:30:21.391978 | 2019-01-08T04:12:02 | 2019-01-08T04:12:02 | 164,552,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.yzxie.rockcat.protocol;
/**
* @author xieyizun
* @date 8/1/2019 12:11
* @description:
*/
public interface Protocol {
}
| [
"xieyizun@tigerbrokers.com"
] | xieyizun@tigerbrokers.com |
4be608eb19148e8cf45f20bd12cd5e4a29661c2a | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/asm/3.1/test/conform/org/objectweb/asm/commons/JSRInlinerAdapterUnitTest.java | 3afe0b3a8369051c6278033115f815e1eca0d25c | [
"BSD-3-Clause"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49,799 | java | /***
* ASM tests
* Copyright (c) 2002-2005 France Telecom
* 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... | [
"vivekp@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | vivekp@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
19812d7c5002745597ec0f935335cb0f105fbb33 | 2d76e26665f9b5fdf9794752f72d6ff99401f6b7 | /mp01/src/main/java/com/aiguigu/mp/mapper/EmployeeMapper.java | 08ed654a874b41f91d79f3036b1a416614b3ec6b | [] | no_license | GalileoPushpin/JekinsDemo | 5ff33843ea1d64a0f2bfd5477ed8771f41d1fafa | 5b1cde653feaf79d634e904d2a1928b762edd000 | refs/heads/master | 2020-04-29T17:16:46.141853 | 2019-03-21T09:38:53 | 2019-03-21T09:38:53 | 176,292,204 | 1 | 0 | null | 2019-03-21T06:12:57 | 2019-03-18T13:28:37 | null | UTF-8 | Java | false | false | 283 | java | package com.aiguigu.mp.mapper;
import com.aiguigu.mp.beans.Employee;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* MP
* 继承BaseMapper
* 泛型:对应的实体类
* @author Administrator
*
*/
public interface EmployeeMapper extends BaseMapper<Employee>{
//
}
| [
"you@example.com"
] | you@example.com |
1dfa48e91370f5ae4367623fc5406038b4919d0f | 35d53041fb01f222c86f3121bf5045923ea688b4 | /base/src/main/java/org/xillium/base/model/TextResources.java | 3969fb78dc28d6e81d13767216a82805e7bb0923 | [
"Apache-2.0"
] | permissive | brianwhu/xillium | b9c0c6ba46280882aee56ffc8fda651063d9bea1 | a50985f741ba91bd24f6f4ae6ae43168b5550e21 | refs/heads/master | 2023-08-14T15:58:35.348548 | 2020-01-30T20:24:06 | 2020-01-30T20:24:06 | 4,109,644 | 0 | 1 | Apache-2.0 | 2022-07-11T21:04:41 | 2012-04-23T04:34:39 | Java | UTF-8 | Java | false | false | 516 | java | package org.xillium.base.model;
import java.util.*;
/**
* A collection of TextResource objects registered under unique names.
*/
public class TextResources {
public static Map<String, String> map;
private final String _name;
public TextResources(String namespace) {
_name = namespace;
}
... | [
"brianwhu@gmail.com"
] | brianwhu@gmail.com |
274082eac5ce00d5b2d55fc17df7495b54d451ea | 0314ec6b45d526ef1530d4cb21544832c4e0ffff | /src/main/java/dice/Main.java | 7524c92f916f3d8b0e5fa855eaf30324e4a5e0c3 | [] | no_license | willlowery/antlr-intro-dice-notation | 0772283be253c0a9b30a62b9f7a7af52fa21767e | 8d8a0fd19fb715786f274f279048c4d8274d59d8 | refs/heads/master | 2021-01-25T06:56:08.512422 | 2017-02-16T22:53:37 | 2017-02-16T22:53:37 | 80,672,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package dice;
import dice.sm.DieExpressionFactory;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
String roll = "6d6";
System.out.printf("Roll [%s] %d%n", roll, eval(roll));
}
private static Integer eval(String toParse) throws ... | [
"william.lowery@rocky.edu"
] | william.lowery@rocky.edu |
ac40e5779b7490bd17c55f1f4deddb3550d0cff4 | f6899a2cf1c10a724632bbb2ccffb7283c77a5ff | /hibernate-core/5.2.15/src/main/java/org/hibernate/type/ManyToOneType.java | d44b8baf4fa333f7eba8c560de5d204097e1d91e | [] | no_license | Appdynamics/OSS | a8903058e29f4783e34119a4d87639f508a63692 | 1e112f8854a25b3ecf337cad6eccf7c85e732525 | refs/heads/master | 2023-07-22T03:34:54.770481 | 2021-10-28T07:01:57 | 2021-10-28T07:01:57 | 19,390,624 | 2 | 13 | null | 2023-07-08T02:26:33 | 2014-05-02T22:42:20 | null | UTF-8 | Java | false | false | 9,571 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.type;
import java.io.Serializable;
import java.sql.ResultSet... | [
"varsha.abhinandan@appdynamics.com"
] | varsha.abhinandan@appdynamics.com |
b885df9abe0d4a8997b414049e516801ed7fd473 | 0803259ff60f66cf5d0fe42b7e0ece6a70689a8d | /AP CSA HW/src/ashwin/manur/APCSA/hw/Chapter2/HelloGui/HelloGraphics.java | f87e0a1a12dbf5609e0635efeb5e92212280eb31 | [] | no_license | MeepManur383/Source-Code | 714f0843297b8969f5203b8ed016958ddd8db9f4 | 685583abf9ce95723a5805076f4c2f65876bf8d9 | refs/heads/master | 2020-04-24T20:22:13.373816 | 2019-06-09T21:08:53 | 2019-06-09T21:08:53 | 172,240,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,287 | java | package ashwin.manur.APCSA.hw.Chapter2.HelloGui;
// This program displays simple graphics
import java.awt.Graphics;
import java.awt.Color;
import java.awt.Container;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class HelloGraphics extends JPanel
{
public void paintComponent(Graphics g)
... | [
"ashwin.manur@gmail.com"
] | ashwin.manur@gmail.com |
0ff9137e3bfc7130f6fb6e25b66f8185d3538e6c | bacd2beb8d5f9c3d19e6219d24c5d8dc73245d08 | /library/src/main/java/com/fanchen/zxing/camera/CameraConfigurationManager.java | 0e492cb7945143a2f6ffd26e2595e77fe23b9d25 | [] | no_license | nino9012/Imui | aa5a3d1037835dcb1d63b0d62cb9872ab32057a1 | 0750fa0f68fdb3ed637065c77ab40e70b015ca84 | refs/heads/master | 2022-12-06T00:11:24.866824 | 2020-08-25T01:59:11 | 2020-08-25T01:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,212 | java | /*
* Copyright (C) 2010 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"happy1993_chen@sina.cn"
] | happy1993_chen@sina.cn |
75fd23c9605b18e3d4710368aadc37c4fc0ae867 | b9a17e089dbfdd8d2b519593232aec2003c54e02 | /com/comcast/test/app/testCases/userManagement/userRegistration/UserRegistrationTestCasesForCreditCardDetails/UserRegWithNoPINCode/RegisterToXidioApplicationWithNoPinCode.java | 3ecc55ab3451ee98713d908db18072a77a012e7a | [] | no_license | sandeeptiku2012/ComcastNewFW | a7f6146b6a0fb0161a413b29eebd6102c08cb5c8 | 30620b76c8181360934d1de735aa65f2dcdb12d0 | refs/heads/master | 2021-01-19T15:33:33.511448 | 2013-07-10T14:51:25 | 2013-07-10T14:51:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java | package comcast.test.app.testCases.userManagement.userRegistration.UserRegistrationTestCasesForCreditCardDetails.UserRegWithNoPINCode;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.openqa.selenium.By;
import comcast.test.config.configServices.DataServiceProperties;
import comcast.test.c... | [
"sandeep.t@valtech.co.in"
] | sandeep.t@valtech.co.in |
96422dea1d390623afe61abc7d29f6958029c1dd | eaecaa951bc07dc583e17541c21ea7382c057695 | /app/src/main/java/com/techmighty/rupeeexchangeprocess/ContentFragment.java | a9002cb5703eb3844e15a878cf3b045564b751cc | [] | no_license | variaankitb/RupeeExchangeProcess | 791b2e2f8226b0081847c844ec33ab7779745a17 | 0e52974b048e347518a0f159bcebd1cddfb013d5 | refs/heads/master | 2021-06-07T20:18:32.035440 | 2016-11-10T17:07:24 | 2016-11-10T17:07:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package com.techmighty.rupeeexchangeprocess;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.L... | [
"avaria@avaria.local"
] | avaria@avaria.local |
43084b1d5ccfb524a1a0008fc46375bf0eb650e8 | 0c9e245c8cac1b0553c5450983243e313b081dd8 | /src/main/java/file_randomaccessfile/TestFile.java | 3fae0cf0b9ab706f3735d1c1cb202b97850bbe01 | [] | no_license | simonZ0919/JSD1902_SE | 4ac92ccbc7b08ab2597260fcad7e0090fab25b54 | b9053e1d70959e4fc4bcdadb65726f49a6d592e4 | refs/heads/master | 2021-08-17T19:40:10.112036 | 2019-06-09T12:47:02 | 2019-06-09T12:47:02 | 191,005,623 | 0 | 0 | null | 2020-06-06T05:53:46 | 2019-06-09T12:47:59 | Java | UTF-8 | Java | false | false | 1,421 | java | package file_randomaccessfile;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
public class TestFile {
public static void main(String[] args) throws IOException {
/**
* file properties: getname(), length, canRead, isHidden....
*/
File file1=new File("./test.txt");
... | [
"simon"
] | simon |
04ad32a15d281beed137f9a81e9af12f3cd2ff9e | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.2.1-stable/code/base/common/tests.base/com/tc/config/schema/test/SpringApplicationConfigBuilderImpl.java | 83963a807fea684f37aba13425b8d30d5fad067e | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tc.config.schema.test;
import com.tc.config.schema.builder.SpringApplicationConfigBuilder;
import com.tc.config.schema.builder.SpringApplicationContextConfi... | [
"jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864 |
f364c058ae1e9846506cdc249760c30bf48731bd | fe42eac3d625fb8bb0ec4e5c9027e582cf00e176 | /mneg-infra/mneg-infra-seguridad/src/test/java/test/mx/mneg/infra/seguridad/util/SeguridadUtilTest.java | 2258205961fedd583c830750c7ab754af1c329cd | [] | no_license | alex-pi/plataforma-spring-mnegocio | 94925c6e748e18e820e549bb5f6c87f17f31691a | b85f4b15be09f49c83dcb38ee274b2b743319934 | refs/heads/master | 2021-01-22T01:58:02.080683 | 2012-11-19T05:12:18 | 2012-11-19T05:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package test.mx.mneg.infra.seguridad.util;
import org.junit.Assert;
import org.junit.Test;
import test.mx.mneg.infra.seguridad.SeguridadBaseTest;
import com.mx.mneg.infra.modelo.UsuarioSeguridad;
import com.mx.mneg.infra.utils.seguridad.SeguridadUtil;
public class SeguridadUtilTest extends SeguridadBaseTest {
@Te... | [
"alejandro.pimentel@gm3s.com.mx"
] | alejandro.pimentel@gm3s.com.mx |
e5de2572733ec27709c0b05d1646937f80f03501 | 9cf7f6b8108a0927b4a6c429c6d8d64552288838 | /ql_hs/app/src/main/java/com/example/administrator/ql_hs/hocsinh.java | 3667f9ebb4e0c12872abf5cbcba81a9c798ca95e | [] | no_license | tuanhuy333/Android | afce425c361a99eee401616281f1ffc8d597c38e | fe21981c180e81c71f29f10025ea94669e108382 | refs/heads/master | 2020-12-01T17:20:01.038476 | 2020-07-10T00:40:33 | 2020-07-10T00:40:33 | 230,707,242 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package com.example.administrator.ql_hs;
import java.io.Serializable;
public class hocsinh implements Serializable {
private int id;
private String ten;
private String lop;
private float diem;
public hocsinh(int id, String ten, String lop, float diem) {
this.id = id;
this.ten = t... | [
"tuanhuy030799@gmail.com"
] | tuanhuy030799@gmail.com |
d45e196040e05b11204ba8fd4217ae764bf1bbbf | fe12be554f4a0595c6832f6b5b6e9f0f706a0721 | /src/main/java/bammerbom/ultimatecore/bukkit/commands/CmdDelwarp.java | 1b42d994dc9da94d5ab6cf3a9086b91a1b26b02c | [] | no_license | UnfixableExploit/UltimateCore | 9150cb5ca8b3e9e6b5356b53ad575bc14b0fb8e9 | 71022cb421e6393eb2bfb2edbf980f939f727f56 | refs/heads/master | 2020-12-25T20:42:22.533579 | 2015-12-05T17:18:47 | 2015-12-05T17:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,664 | java | /*
* This file is part of UltimateCore, licensed under the MIT License (MIT).
*
* Copyright (c) Bammerbom
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, includi... | [
"j.brouwer@filternet.nl"
] | j.brouwer@filternet.nl |
a05e1989d7a6e57403879a1e23038b40e486cd6e | 25fe97be9ab07f6583aa1548433db99ef8aaaf3d | /src/com/example/batterymeasure/BatteryService.java | 9f391b16db627391930a634203ebf9bde497fd75 | [] | no_license | wzWang1991/AndroidBattery | 4c7231e4dfc85a7184b26822728a6ce1e4f60d86 | 20393d95aed94482b844f1819aaf38e83eb80160 | refs/heads/master | 2020-04-09T05:24:13.751240 | 2013-12-03T04:06:56 | 2013-12-03T04:06:56 | 12,939,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | package com.example.batterymeasure;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import android.app.AlertDialog;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
impo... | [
"wzwang1991@gmail.com"
] | wzwang1991@gmail.com |
cd752bc62b48618db41eb2b7a54cd3b4df0e696c | 68c8f743c31322dfd5c9a56ca0089a646fbcb86b | /src/com/secondhand/fragment/FragmentMessage.java | 5811e5406970a8c1f95e11dcec49c94d2f4beaaf | [] | no_license | CapLuo/SecondHandMarket | aa5ffd27bbd7defd5e3087d12180bd4c7de5316d | 466aeec917dba25ffde791c76d07d08815081811 | refs/heads/master | 2016-09-05T22:13:00.945644 | 2015-05-05T08:23:24 | 2015-05-05T08:23:24 | 31,377,132 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package com.secondhand.fragment;
import com.secondhand.market.R;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class FragmentMessage extends Fragment {
private View mContentView;
@Override
pub... | [
"331701335@qq.com"
] | 331701335@qq.com |
31b9b2e842ee7fcfa5432e7c27a8c2ec79ee697f | da509de2632c4720eb51ef928e07e86bd8974e1a | /bizamo-services/src/test/java/com/e3/bizamo/services/tomcat/NameDouble.java | 482f656649dfc94b3eb2c87712410784481a1d3a | [] | no_license | evgenycherny/bizamo | 9f6d3f085094e937269dc8b3231c831fe7b6261b | 65f0de94e011789e87bee24d6a7b7a111b28b2f2 | refs/heads/master | 2016-08-11T06:52:01.013707 | 2015-10-24T20:07:08 | 2015-10-24T20:07:08 | 44,881,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package com.e3.bizamo.services.tomcat;
import java.util.Enumeration;
import javax.naming.CompositeName;
public class NameDouble extends CompositeName {
private static final long serialVersionUID = 1L;
public NameDouble(Enumeration<String> comps) {
super(comps);
}
}
| [
"etshiorny@griddynamics.com"
] | etshiorny@griddynamics.com |
bbbab178a6bfc65346415b09e91f03f815345628 | a924c03aeb11ebdbf7548fe63132ee9544b230e5 | /app/src/main/java/com/support/android/ukenya/Message.java | f5890dd957df5a8745cd9bcb1c4432d2e60b0ace | [
"Apache-2.0"
] | permissive | jeffandeko/ukenya | be6d86b422de9b57857673f82fce85364cdf66f0 | a722c863c106724202f41b42ae84d0855b362686 | refs/heads/master | 2021-01-24T23:58:00.135314 | 2018-03-05T17:54:37 | 2018-03-05T17:54:37 | 123,285,433 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package com.support.android.ukenya;
/**
* Created by Nyeri Baptist on 2/26/2018.
*/
public class Message {
private String content, username;
public Message() {
}
public Message(String content, String username) {
this.content = content;
this.username = username;
}
public... | [
"j.andeko.j@gmail.com"
] | j.andeko.j@gmail.com |
22b9f6c127e843d07a01e87a18dbbc6f46c93cc3 | 1cdcb223dc1b6320fbfd69752d3477d8f9c564ce | /MPP_Project/src/view/LibrarianHomepage.java | 10d3391dff1f16719c4e4effe48804ecdae76183 | [] | no_license | AvenashKumar92/MPP_Project | 19d4937141b86454d5d682749c51fd219038780c | 8979730ebe149c4bf73847ef50a9a4421090f2b8 | refs/heads/master | 2020-03-25T08:53:57.325791 | 2018-08-05T18:36:21 | 2018-08-05T18:36:21 | 143,636,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package view;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class LibrarianHomepage extends Application {
@Override
public void start(Stage primaryStage) throws Exception {
Parent root = FXMLLoader.lo... | [
"av.kumar@mum.edu"
] | av.kumar@mum.edu |
9134f5b206a1b20e33bded40c649ea936f4f785a | 76d569f42ce4b0ff0f00bd1972564bb80e5a19a5 | /src/edu/fjut/fundsys/exception/ClientException.java | 0a0063e0c7b7db13f11879619082b2552cb6b321 | [] | no_license | tianyuyzip/FundTradingSys | 03c713bf369c3b34bce86dc39e63b3162236dc51 | 30698966a7eb6fa66478d9aee5cc53572c55275e | refs/heads/master | 2021-07-01T04:15:55.648502 | 2017-09-22T05:58:46 | 2017-09-22T05:58:46 | 104,343,077 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,003 | java | /**
*
*/
package edu.fjut.fundsys.exception;
/**
* @author ÌïÓî
*
*/
public class ClientException extends RuntimeException {
/**
*
*/
public ClientException() {
// TODO Auto-generated constructor stub
}
/**
* @param message
*/
public ClientException(String message) {
super(message);
// TODO... | [
"30584005+tianyuyzip@users.noreply.github.com"
] | 30584005+tianyuyzip@users.noreply.github.com |
ddb24971089e14fc21668c652ada82c4392d3b63 | e1817d23fd89d57e0f31927202d2a4732328e129 | /reliable-messaging-service/src/main/java/com/honghao/cloud/message/client/hystrix/OrderFallbackFactory.java | ec99e05d9149d6a1f0751fb11c8a7056bc4d80f1 | [] | no_license | chenhonghaovip/spring-project | d25b20a42af6eb9fe61f266a8fa410ddba929ada | 38a18e96c60a0b7dd89dded1ea65586be11c03b1 | refs/heads/master | 2022-07-02T22:55:38.479939 | 2020-12-22T01:46:29 | 2020-12-22T01:46:29 | 197,159,775 | 0 | 0 | null | 2022-06-21T04:05:41 | 2019-07-16T09:08:25 | Java | UTF-8 | Java | false | false | 716 | java | package com.honghao.cloud.message.client.hystrix;
import com.honghao.cloud.basic.common.base.BaseResponse;
import com.honghao.cloud.message.client.OrderClient;
import feign.hystrix.FallbackFactory;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
/**
* 熔断降级配置
*
* @author chenhongh... | [
"949206605@qq.com"
] | 949206605@qq.com |
737d3812141807a913965a09526b1b2927f2622a | 5102f47e6c26ea57c33187066c5354588c8d908f | /app/src/main/java/com/winwang/wanandroid/http/RetrofitCache.java | 11110cc60ca9cb840a51c1314b47b85a333b5445 | [] | no_license | WinWang/wanAndroid | df2e73e779aa21f3fed993933adb4c676b4982f9 | 369eb79150a5d276e86e7909118567d455c208b6 | refs/heads/master | 2022-11-15T16:05:03.258641 | 2022-11-01T14:49:09 | 2022-11-01T14:49:09 | 141,439,743 | 20 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,326 | java | package com.winwang.wanandroid.http;
import android.content.Context;
import android.text.TextUtils;
import cn.droidlover.xdroidmvp.cache.DiskCache;
import io.reactivex.BackpressureStrategy;
import io.reactivex.Flowable;
import io.reactivex.FlowableEmitter;
import io.reactivex.FlowableOnSubscribe;
import io.reactivex.... | [
"1256242870@qq.com"
] | 1256242870@qq.com |
2a245c7575b1e27b06c63c25c4de7c97edee13c3 | 31f609157ae46137cf96ce49e217ce7ae0008b1e | /bin/ext-commerce/commercefacades/src/de/hybris/platform/commercefacades/voucher/impl/DefaultVoucherFacade.java | 5d369e2624478d0c63b23b97237d4ca3a012ba26 | [] | no_license | natakolesnikova/hybrisCustomization | 91d56e964f96373781f91f4e2e7ca417297e1aad | b6f18503d406b65924c21eb6a414eb70d16d878c | refs/heads/master | 2020-05-23T07:16:39.311703 | 2019-05-15T15:08:38 | 2019-05-15T15:08:38 | 186,672,599 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,985 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"nataliia@spadoom.com"
] | nataliia@spadoom.com |
b936f61e46f52a970e220ebec013f9f59d363f2e | a38f1e804a41b846c1f9dc4698e90822c89e26b4 | /src/me/lordusan/Dice.java | a33ac271519edaab72fe3fd8deb2c2b536ddefe0 | [] | no_license | jsutaria/Dice-Plugin-Minecraft | 3db24b7e2105248ca8bd39d4c71c5bfbc4b98d36 | c7ec7ec55d66ba5a66c6378b4913ea00bc11412b | refs/heads/master | 2021-01-10T09:26:21.220776 | 2016-03-06T02:24:32 | 2016-03-06T02:24:32 | 53,233,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,196 | java | package me.lordusan;
import java.util.Random;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
public class Dice extends JavaPlugin {
Random rand = new Random();
public void onEnable()... | [
"yankeesmonkey@gmail.com"
] | yankeesmonkey@gmail.com |
f16da1af472cb8aa97df03810d0e698513c31c44 | 446e27c64b09d03480e3031ea866500a79623dc3 | /src/TestPoint.java | 7d31c9e43efa02818b05c064f2a400b76e37f12c | [
"MIT"
] | permissive | git-ning/thinking-in-java | a4c5831de7c5f218b53442797670d1f08e38312f | c3d6e873d0fce33a7e733af2ee24108e1c403eb4 | refs/heads/master | 2020-03-17T05:18:30.872217 | 2018-08-31T01:54:07 | 2018-08-31T01:54:07 | 133,310,850 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | /**
* 计算三维空间的点到原点/空间中任意两点之间的距离
* @author ning
* @date 2018/03/23
*/
class Point {
double x, y, z;
//构造方法
Point(double x1, double y1, double z1) {
x = x1;
y = y1;
z = z1;
}
public void setX(double x1) {
x = x1;
}
public void setY(double y1) {
y ... | [
"wangningc@foxmail.com"
] | wangningc@foxmail.com |
601670885afe6eaa1cf08176002e972123ea7154 | 3852db4b581b359898d30acf2f57a4c17e9001a9 | /dice-server/src/main/java/com/bihell/dice/service/AuthApiService.java | c38807730c00ffb5ffddf4073c9341c6f65351ab | [
"MIT"
] | permissive | HowChuang/Dice | 56e6aea3458be4c02ba503cd8a0522d59ea376c9 | c36c508f5d7cd812a898b6192977d6cfa15b50fd | refs/heads/master | 2020-12-14T20:47:19.711321 | 2020-01-16T11:00:06 | 2020-01-16T11:00:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.bihell.dice.service;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.bihell.dice.model.domain.AuthApi;
import com.bihell.dice.model.params.QueryParam;
/**
* @author haseochen
*/
public interface AuthApiService {
/**
* 增加 api
* @param authApi
* @return
*/
voi... | [
"tpxcer@outlook.com"
] | tpxcer@outlook.com |
0f7fa47a83d888113b958daace555cbb7152fcae | 09daa3887c373e23b150e170cb68650c913fb8ed | /src/main/java/com/lyc/concurrency/HttpFilter.java | 438ede687fce4c122fe312c317ab57e0d495bb1d | [] | no_license | liyaochu/Concurrency | 42503bcdb91d47cba49f0e5513ce211cb981419b | ad8dc4a244e7d3ed80a008207b9f2ae9a51bcbc4 | refs/heads/master | 2020-04-17T03:46:08.848885 | 2019-01-26T08:31:26 | 2019-01-26T08:31:26 | 166,199,556 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package com.lyc.concurrency;
import com.lyc.concurrency.example.threadlocal.RequestHolder;
import lombok.extern.slf4j.Slf4j;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
/**
* @Auther: Jhon Li
* @Date: 2018/12/10 21:19
* @Description:
*/
@Slf4j
public class Ht... | [
"li_yaochu@163.com"
] | li_yaochu@163.com |
e89bdc58f611797aa275d962ff59d1da5713fbe5 | bd867538718f93e4576c097798d3008b87804b92 | /react_book/TotoList/android/app/src/main/java/com/totolist/MainApplication.java | c724b5cc5e1e29d877459cb080e13c0f0c1688f9 | [] | no_license | seungjinhan/react_native_study | c33dbffe0bb7495769a71470250f7e8c8e16551e | 6c3091b620ae9e9446423e14892b6222c0a88d65 | refs/heads/master | 2023-01-09T01:14:07.278051 | 2020-02-21T12:54:16 | 2020-02-21T12:54:16 | 238,958,951 | 0 | 0 | null | 2023-01-05T07:24:49 | 2020-02-07T15:36:10 | TypeScript | UTF-8 | Java | false | false | 2,275 | java | package com.totolist;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.lang.reflect.Inv... | [
"hanblues@gmail.com"
] | hanblues@gmail.com |
185b7133b3139f1e061a1d09734902914588dc34 | 2352a68af42217acb7aca075455ae572d474c4dc | /pinyougou-pojo/src/main/java/entity/Result.java | 98f408f9126e75889512617961561f9c4da6eaa7 | [] | no_license | liyili123/gtb | 95be5f71eda6073f5748f2becfe0b23d87be3566 | 98ce97b67506710af9ded67d82a84418e8381f8d | refs/heads/master | 2022-12-22T11:51:18.803513 | 2020-06-01T14:02:23 | 2020-06-01T14:02:23 | 213,006,625 | 1 | 0 | null | 2022-12-16T07:17:37 | 2019-10-05T13:44:29 | JavaScript | UTF-8 | Java | false | false | 549 | java | package entity;
import java.io.Serializable;
public class Result implements Serializable {
private String message;//返回信息
private boolean success;//是否成功
public Result(String message, boolean success) {
super();
this.message = message;
this.success = success;
}
public String getMessage() {
return mess... | [
"1270993539@qq.com"
] | 1270993539@qq.com |
16ce70793f44302a2d06cf203187fb27d7cce218 | 1ef3d5154e6e1d249bee202c111ce528f64dba47 | /tests/org/miradi/migrations/TestMigrationTo26.java | b96de27441db8c3a23a3077a74fe0ec05fe5a457 | [] | no_license | Blychro/miradi-client | bcab8e6d845213582028799a553a879315a8664a | 4a1cc521d2eda7b2f0e51ad9011d649302bda857 | refs/heads/master | 2022-01-22T20:02:42.043641 | 2019-07-17T08:49:32 | 2019-07-17T08:49:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,768 | java | /*
Copyright 2005-2018, Foundations of Success, Bethesda, Maryland
on behalf of the Conservation Measures Partnership ("CMP").
Material developed between 2005-2013 is jointly copyright by Beneficent Technology, Inc. ("The Benetech Initiative"), Palo Alto, California.
This file is part of Miradi
Miradi is free softwa... | [
"andy.phenix@gmail.com"
] | andy.phenix@gmail.com |
9e17f3ca2d205bb8b4c26f5a9de0ca8f6f509b59 | bcdbfbec231b76d60ee0da4f46835f53f9588f2e | /Hello World/src/HelloWorld.java | 53a4f23effb3b2d38e44131ee5a5dfedf0d082f4 | [] | no_license | Aortz/CZ2002 | 68dbcb102044a12e04c426c86ecc631cb942cc60 | bdd07c020d3e9000c842cfd33e4ac5c83f857e60 | refs/heads/master | 2023-08-25T02:51:32.207379 | 2021-10-11T15:30:20 | 2021-10-11T15:30:20 | 415,968,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | public class HelloWorld {
public static void main(String[] args) {
int result = 1+2; // result should be 3
// this is a comment
System.out.println("1 + 2 = " + result);
result++;
System.out.println(result%3);
double first = 20.00d;
double second = 80.00d;
... | [
"leejunwei2@gmail.com"
] | leejunwei2@gmail.com |
b55e6d8f3150fd591ec918a5bf3cc2ba5075f8ff | 33694bd693c6a3985a7194b5b20017791432dc61 | /3 java file scraped.java | 0f22cba62b37dcae2454a067d393a762ab672c80 | [] | no_license | heros1sport/SimpleJavaPrograms | 083d4b70a00dfdb13f3569ba8ad4225b5d3571b6 | 702482815ad854032b2f5e2391783d63205a63c3 | refs/heads/main | 2023-01-09T23:57:37.523109 | 2020-11-15T11:20:46 | 2020-11-15T11:20:46 | 313,014,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | import java.util.Scanner;
public class Count_One
{
public static void main(String[] args)
{
int n, m, count = 0;
String x = "";
Scanner s = new Scanner(System.in);
System.out.print("Enter the Decimal Number:");
n = s.nextInt();
while(n > 0)
{... | [
"noreply@github.com"
] | heros1sport.noreply@github.com |
c0461bfbc2c5e861a518c585e9a25c1e3a728007 | 4f8132a0096046eeb91da006e8757f975ce68f27 | /sentry-binding/sentry-binding-hive-v2/src/main/java/org/apache/sentry/binding/hive/v2/HiveAuthzBindingHookV2.java | febe133642d3d2314367ab422572de3b7d456d38 | [
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"MIT"
] | permissive | sundapeng/incubator-sentry | f015e1b2bbc63831b2a135e22ca8c30c6e8ff9ad | 866de365d29e219b261b56fbebdedae47cff52c8 | refs/heads/hive_plugin_v2_dp | 2021-01-21T02:37:49.714174 | 2015-11-24T02:20:45 | 2015-11-24T02:20:45 | 39,749,330 | 0 | 0 | null | 2016-02-22T03:07:33 | 2015-07-27T01:37:28 | Java | UTF-8 | Java | false | false | 7,799 | 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 ... | [
"sdp@apache.org"
] | sdp@apache.org |
b43a0aaedfd6ef7cbf4c5c44305d2a61f1d4ef3e | ab4624141cc69c5b7627ed543a086241c4169ab2 | /src/main/java/com/jc/admin/dao/DictionaryMapper.java | 8ac774a9cd74cb88571966c9a9fd69f1c9d996fc | [] | no_license | jiachong1106/jcyun | 5ecca977d701170e4d7362421e864c1ac72cf9f3 | 64d10e05c89fb03d269e6785fbdd1ca6a408aadc | refs/heads/master | 2022-12-27T20:34:39.689119 | 2020-03-21T07:40:48 | 2020-03-21T07:40:48 | 247,887,797 | 0 | 0 | null | 2020-03-18T01:40:26 | 2020-03-17T05:35:19 | null | UTF-8 | Java | false | false | 911 | java | package com.jc.admin.dao;
import com.jc.admin.bean.Dictionary;
import com.jc.admin.bean.DictionaryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface DictionaryMapper {
long countByExample(DictionaryExample example);
int deleteByExample(DictionaryExample exa... | [
"PC@DESKTOP-CNFJG5K"
] | PC@DESKTOP-CNFJG5K |
3b12ede2922b9ac73494eb4f4560f9e7a51ecb69 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java | dea84ca22686792246f177b5f68ad302207b2dcf | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-google-patent-license-webm",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | Java | false | false | 16,047 | java | /*
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"slacealic@nate.com"
] | slacealic@nate.com |
c9b9ef768329953e54358f71058d0ea27a778ce3 | ffa0407a1196ae2b17a8ae7c02ea58a3f357456b | /app/src/main/java/com/example/abhishek/rideon/callback/DefaultCallback.java | b2f11c7895db2fead63ea0a9ba28941529c1d868 | [] | no_license | abhis9031/RideOn | 924a649929dd72317fadb796d0255e491884822f | 2f87f0f149f9da61a3810402483366208dfedfed | refs/heads/master | 2021-01-10T14:49:44.962847 | 2016-02-27T04:53:11 | 2016-02-27T04:53:11 | 51,543,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,196 | java | package com.example.abhishek.rideon.callback;
import android.app.ProgressDialog;
import android.content.Context;
import android.widget.Toast;
import com.backendless.async.callback.BackendlessCallback;
import com.backendless.exceptions.BackendlessFault;
/**
* Created by Abhishek on 31-01-2016.
*/
public class ... | [
"zsingh160000@gmail.com"
] | zsingh160000@gmail.com |
83704789f1b9d9a99bde89b332213f551a14b493 | 5153fec29ba9518244d4605116428ef4ff59cb63 | /src/perfect/db/BDBConfig.java | aa078187d5c3dc8e57b7d06d6b1f65fcd17e42a4 | [] | no_license | stallboy/perfect | 507c5756ea8db0653186de8c25b8326cc99eae29 | 0ab70dd801f251322542fb6a69883667b84096cf | refs/heads/master | 2020-04-30T06:27:25.453436 | 2017-09-13T06:17:20 | 2017-09-13T06:17:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | package perfect.db;
import com.sleepycat.je.Durability;
public final class BDBConfig {
private String envRoot;
private long cacheSize;
private Durability envDurability;
private Durability txnDurability;
private String backupRoot;
private int incrementalBackupInterval;
private int fullBackupInterval;
publi... | [
"taojingjian@gmail.com"
] | taojingjian@gmail.com |
1ee6c776fc8b4fa6c2d76e0d14cca9f50cd8738d | 441ed345bd9fe2c80ffb44b0397f14454d85ba21 | /spring-boot-demo/src/test/java/com/chunfen/wx/BootTest.java | dd69455f0cfcb6f199cdc9b13ef27d54c25c56cc | [] | no_license | ariesandx/chunfenwx | 8d6e4ca819e8a844b52fbf86c0c553dca56335d2 | e5d784f4760b43c2c65367bba44f49b52f0ed2c0 | refs/heads/master | 2022-07-22T12:36:07.834573 | 2019-10-11T02:37:51 | 2019-10-11T02:37:51 | 195,645,761 | 0 | 0 | null | 2022-06-21T01:25:08 | 2019-07-07T12:00:14 | Java | UTF-8 | Java | false | false | 2,424 | java | package com.chunfen.wx;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
import com.chunfen.wx.domain.User;
import com.chunfen.wx.domain.UserMapper;
import com.chunfen.wx.mq.sender.HelloSender;
import com.chunfen.wx.mq.sender.TopicSender;
import... | [
"870999277@qq.com"
] | 870999277@qq.com |
be14402a64a41b4efaeeedd8084639d4afaafc1d | 226560d54418df7ddb2b64f5add91056668a4cbf | /src/main/java/crimson/application/repository/CartRepository.java | 992430166b5e26ef78e6090ecc42157644a34348 | [] | no_license | ebinezerp/crimson | 938df76f0ac25d0d7ca45d4f83b7797d94021ddb | afbe0736a7233599675d63b4e22a37172e30b965 | refs/heads/master | 2021-06-13T01:46:38.593740 | 2019-08-14T10:47:22 | 2019-08-14T10:47:22 | 182,284,668 | 0 | 2 | null | 2021-04-26T19:00:07 | 2019-04-19T15:21:03 | CSS | UTF-8 | Java | false | false | 441 | java | package crimson.application.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import crimson.application.model.Cart;
import crimson.application.model.User;
public interface CartRepository extends JpaRepository<Cart, Long>{
public Cart fin... | [
"ebinezer.p87@gmail.com"
] | ebinezer.p87@gmail.com |
544f7afbb9c07f7e02a862c8cc7f97009c9b024f | e406e6cb1253843399ef616a4b0e562f7cc7707b | /test/model/gamemodes/PointBuilderTest.java | d4ce31c6c4c6e8011a698b23eaa4f66e950a84b6 | [] | no_license | apapadoi/BuzzQuizWorld | a909fce33b6e85efeaa1eb83e9694813b4cb7e84 | 66e704f0ed40bb928a1827a168285c187b52f520 | refs/heads/master | 2023-05-27T02:35:54.633560 | 2021-01-15T20:04:52 | 2021-01-15T20:04:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,888 | java | package model.gamemodes;
import controller.FrontController;
import controller.requests.*;
import javafx.embed.swing.JFXPanel;
import model.Model;
import model.fileHandler.FileHandler;
import model.gamemodes.factories.GamemodeFactory;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import vi... | [
"apapadoi@csd.auth.gr"
] | apapadoi@csd.auth.gr |
36c47a98082cb427de985aa3fe50c8bce817796c | 7df9e78d0cb05a6ebf394f16f3c4fc9e39c5a8e3 | /app/src/main/java/com/example/assigndeliveryperson/MainActivity.java | dd8719a36599bdc8b4f093dcea5aa1de21d04349 | [] | no_license | tchankamie/AssignDeliveryPerson | c9d01a4cf9feacff62a76b5297de25d6371bd1a5 | 00ce549452cba78f154c708c90ccb013b1882b84 | refs/heads/master | 2020-06-29T17:35:00.369067 | 2019-08-05T04:12:20 | 2019-08-05T04:12:20 | 200,580,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 827 | java | package com.example.assigndeliveryperson;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onC... | [
"tharushachankamie97@gmail.com"
] | tharushachankamie97@gmail.com |
c48acdc0ccda9ec0fecc36d8c387212cfee1177b | 87d0cc373afae0903882060c3b32c277f5bbaba7 | /src/main/java/cz/nlfnorm/quasar/dto/EvaluatedEacCode.java | f9a29721cf0f4fbbdf2f1beb2672943c9ea43af9 | [] | no_license | chomman/cpr | 55ada67f6beeaeea630e15365983e743a2e4742e | cb082dfc5cd81f6480e005f3c4544e6198064c00 | refs/heads/master | 2016-09-05T12:30:41.189957 | 2014-08-20T18:28:01 | 2014-08-20T18:28:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package cz.nlfnorm.quasar.dto;
import cz.nlfnorm.quasar.entities.AuditorEacCode;
public class EvaluatedEacCode extends EvaludatedCode{
private AuditorEacCode auditorEacCode;
public EvaluatedEacCode(final AuditorEacCode code){
this.auditorEacCode = code;
}
public AuditorEacCode getAuditorEacCode() {
retur... | [
"petojurkovic@gmail.com"
] | petojurkovic@gmail.com |
eaa2eac8af597970569f3b800a5d4d543a3721d3 | 002140e0ea60a9fcfac9fc07f60bb3e9dc49ab67 | /src/main/java/net/ibizsys/paas/core/IDEDataQuery.java | aed424e5e526eec4896fbe17d4595de953e24037 | [] | no_license | devibizsys/saibz5_all | ecacc91122920b8133c2cff3c2779c0ee0381211 | 87c44490511253b5b34cd778623f9b6a705cb97c | refs/heads/master | 2021-01-01T16:15:17.146300 | 2017-07-20T07:52:21 | 2017-07-20T07:52:21 | 97,795,014 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package net.ibizsys.paas.core;
/**
* 实体数据查询接口
*
* @author lionlau
*
*/
public interface IDEDataQuery extends IDataEntityObject {
/**
* 初始化
*
* @param iDataEntity
* @throws Exception
*/
void init(IDataEntity iDataEntity) throws Exception;
/**
* 获取实体数据库代码
*
* @param strDBType
* @return
* ... | [
"dev@ibizsys.net"
] | dev@ibizsys.net |
2a6d538ab1a98c1245505b119bb8b3c4e2040417 | 1220159472ed475d59187d0f845474020dc1bb25 | /src/main/java/com/imove/AutoTest/lib/DateLib.java | b1104557ead92b14c00a7d9da207173ed8f39b5d | [] | no_license | fxlysm/apitest | a9283eb57ceb928c71fa2a9b0797b747e6106a76 | 9e27c46964452631ec7e9e8aff4a0480ee62bc43 | refs/heads/master | 2020-03-29T04:56:55.013214 | 2018-09-20T05:59:42 | 2018-09-20T05:59:42 | 149,557,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,324 | java | package com.imove.AutoTest.lib;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class DateLib {
/**
* 将'yyyyMMddHHmmss' 转成 yyyy-mm-dd hh:mm:ss
*
* @param source
* @return
*/
public static String forma... | [
"liuyong@imovie.cn"
] | liuyong@imovie.cn |
a9daab3069a37a8361ddabc9d875dad5b72562b6 | 38af5b79171a1e1e4d100cc1c7196551826deb82 | /SQliteDB/src/com/example/sqlitedb/DBHack.java | ad7cea0cb1f2aa9943d753d676be54c53d68fd41 | [] | no_license | azam20104u/Android-Class | 980f4311d47d4bd593453152808633a642b51e70 | 47fe16a91cf8c81bb8b2918c3e008943538597b4 | refs/heads/master | 2020-04-10T08:09:28.360433 | 2019-04-29T08:08:23 | 2019-04-29T08:08:23 | 160,898,772 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,569 | java | package com.example.sqlitedb;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
import android.database.sqlite.SQLiteOpenHelper;
public class DBHack extends S... | [
"macbook@macbook-Lenovo-B40-80"
] | macbook@macbook-Lenovo-B40-80 |
7f6e0a3931353cc9c7a98e51cd1a5771b3f181c8 | 8f0ae91a5055ac51733b9c0c4694c89fa7466635 | /mycloud-configdeptclient8001/src/main/java/com/gpw/springcloud/controller/DeptController.java | 36f1dd2e9185dee56e2e5aa5e08cd2c65379c48d | [
"MIT"
] | permissive | gpw1126/microservice | aa683250072a6301c7cc3fbf132effc234b0df7e | 4c487f594569873ebd24ce0d2a9b1992ce9676af | refs/heads/master | 2022-06-22T04:16:26.554728 | 2019-06-12T13:11:08 | 2019-06-12T13:11:08 | 191,164,639 | 0 | 0 | MIT | 2020-07-01T23:24:37 | 2019-06-10T12:33:35 | Java | UTF-8 | Java | false | false | 928 | java | package com.gpw.springcloud.controller;
import com.gpw.springcloud.entities.Dept;
import com.gpw.springcloud.service.DeptService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @Author: Gpw
* @Date: 2019/6/7
* @Descript... | [
"admin@gpw.com"
] | admin@gpw.com |
3139a856dd419933c4a3305255af6db5a54592cf | 828a4351e3741b3f3371ee2f84ac271c88cba2d3 | /LabA14/src/Rolling.java | e94673ca86bdd011a89bdaaf6a1546ee78b85a09 | [] | no_license | pdkainth/APCSA | 973e52d3fdd60f773c150408fb1c12f8335229b7 | cea72e9fbdfd6a720a48e8b1c6eb272f6af22fe3 | refs/heads/master | 2020-03-29T10:21:05.449289 | 2019-04-14T18:05:53 | 2019-04-14T18:05:53 | 149,800,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | java | import java.util.*;
/**
*
* @author Prabhdeep Kainth
* period # 4
*/
public class Rolling {
Random rand;
/**
* constructor to initilize the random number
* generator
* @param s - seed for the random number generator
*/
public Rolling(int s)
{
rand = new Random(s);//makes new number generator
}
... | [
"pdkainth@gmail.com"
] | pdkainth@gmail.com |
a5f64ea4ff5170ca424a4bce8d8e697134a29000 | 0b778b573b3eaaefe92953e29bbe6da0088e636d | /src/main/java/com/tsystems/tshop/domain/User.java | 53c75d0cdbc3776b7f25bfa1c331c61711ea8d82 | [] | no_license | leriil/tjavaschool | 4d953ebaa577d04229659cce688acffa94d30e91 | 2f1227a47e7be92eaa6f7d9a71e4f38269cba815 | refs/heads/master | 2020-03-29T02:10:44.954129 | 2018-12-08T18:16:55 | 2018-12-08T18:16:55 | 149,423,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,106 | java | package com.tsystems.tshop.domain;
import com.tsystems.tshop.domain.util.LocalDateConverter;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.secu... | [
"leriil@mail.ru"
] | leriil@mail.ru |
32a9b3bf572624665a5eefa36c5dca4361396680 | 6aa0a9a0333c9aeb5b0cbaa000122ee7d597be55 | /app/src/main/java/com/john/jmusicstore/ui/RegisterActivity.java | f3c70c8466860773eeb85b092e487f99d8b9e6b0 | [] | no_license | JohnhoJ1/JMusicStore | 6d043545d0d35cdf42b9484796b951c7ed02693c | b66674f5a95ecbb6053248d2a3861ba362dc1791 | refs/heads/master | 2021-01-13T21:52:10.609636 | 2020-02-23T13:31:00 | 2020-02-23T13:31:00 | 242,506,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,420 | java | package com.john.jmusicstore.ui;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.... | [
"email [at] johnyonjan1234@gmail.com"
] | email [at] johnyonjan1234@gmail.com |
93c42e882f9c57de8bf104fda0afab83ae6f7956 | 3eae40691a6cd509c9c07e03c9d4654441497ea2 | /src/infpp/Fish.java | 0a14c674ffd72f3082b414ba33ae0663e082d70c | [] | no_license | Hope1282/oceanLife | 33594063c560de654fdbe322b58e01af7d6b902a | 440aecf394d36d909cf37fa5255407d383f54393 | refs/heads/master | 2021-01-19T15:33:09.329286 | 2014-10-13T07:05:57 | 2014-10-13T07:05:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,350 | java | package infpp;
public class Fish extends OceanObject {
/**Bewegung in x-Richtung invertieren*/
private boolean invX = false;
/**Bewegung in y-Richtung invertieren*/
private boolean invY = false;
/**Erbt Konstruktoren von Oceanobject*/
public Fish() {
}
public Fish(int[] position, String name... | [
"jannes.dittmann@gmail.com"
] | jannes.dittmann@gmail.com |
c980b985cfa4348519f1a23afc7b55edfec48f34 | 02dc2110c96a8b1b2294fdfa86d28cb93937e9a0 | /src/main/java/com/example/muza10k/services/SongServiceImpl.java | fa0e19dcdb757633a819a69054c0901d818b2f09 | [] | no_license | CWAN1ACZEK/MuzyczkaV3 | e6fb8b15ff17f3005d1859a6fbeb9b259f76d693 | fd6f510a0929a711f3b859ea04702103f11fa9be | refs/heads/main | 2023-03-06T13:22:31.955718 | 2021-02-20T17:12:22 | 2021-02-20T17:12:22 | 340,705,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package com.example.muza10k.services;
import com.example.muza10k.api.domain.SongDTO;
import com.example.muza10k.api.mapper.SongMapper;
import com.example.muza10k.repositories.SongRepository;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.stream.Collectors;
@Service
... | [
"noreply@github.com"
] | CWAN1ACZEK.noreply@github.com |
26cc99b76727797b6c635532964d945461ca12b9 | 28a4e0b601b556a2ad17652f5ea2b6e35b77b61d | /src/main/java/shanghai/shu/config/Protocol.java | 9e10276f6034b5e17a9455be24abd85d1107453a | [] | no_license | jacob12122/SimpleDuubo | d7dbb52475da1cd87b8e5f92ea1cb537473f527f | 8f49dee46432d24f1a481b4a8d899d08e3f8fb0d | refs/heads/master | 2023-01-13T11:45:18.700012 | 2020-11-20T07:33:35 | 2020-11-20T07:33:35 | 314,479,451 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,488 | java | package shanghai.shu.config;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import... | [
"825258680@qq.com"
] | 825258680@qq.com |
79ec25346bd06444cb17c0458983626a9f3099ba | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_61cb9a1016d9ab6d6c28c65c757de473f28e3b5e/InsertBatchAction/1_61cb9a1016d9ab6d6c28c65c757de473f28e3b5e_InsertBatchAction_t.java | e7363dc26cd62a72bfe06298e82376f296aacf4b | [] | 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 | 1,371 | java | package org.javasimon.testapp;
import org.javasimon.testapp.test.Action;
import org.javasimon.testapp.model.Tuple;
import org.javasimon.testapp.model.Tuples;
import org.javasimon.testapp.model.TupleDAO;
import org.javasimon.Split;
import org.javasimon.SimonManager;
import java.sql.Connection;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
039e6448b654f0c0b0b0c18ad9190d8bf6c1fe4b | 72c6e5bf7e0145d3e10fc983f801abafa9d77e0c | /src/main/java/ru/inbox/savinov_vu/core/scheduler/resetGuest/ResetGuestJob.java | 4845cfdc6ca0f50e22da854a6d0b2c6af360067a | [] | no_license | savinovvu/reg-exp | 76d7c66942e5a424e2709079b738fbc6ffb605db | 5191c9708830851bfecb13d3f268dd84f8370a32 | refs/heads/master | 2023-03-09T15:51:34.888190 | 2022-04-01T08:10:06 | 2022-04-01T08:10:06 | 130,526,896 | 1 | 0 | null | 2023-03-03T03:15:51 | 2018-04-22T01:59:30 | Java | UTF-8 | Java | false | false | 493 | java | package ru.inbox.savinov_vu.core.scheduler.resetGuest;
import lombok.RequiredArgsConstructor;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
@RequiredArgsConstructor
public class ResetGuestJob {
@Resource
pr... | [
"savinov_vu@inbox.ru"
] | savinov_vu@inbox.ru |
a6fba63c0a7619d7ab0305395b6c78632c215538 | 3c293c8d912fc862958bfce1e6cf7b783e5f7225 | /src/khosro/views/RankPage.java | 7068f430cce873f69a0111f9cfe854aa953911f4 | [] | no_license | khosravi-am/plants-vs-zombie | d1e3f89bcde98a0c6a99cb25a482c2dfe48324dd | f02fd2d60caafc854e14a7691b62f34019f17b61 | refs/heads/master | 2023-05-02T23:41:44.756642 | 2021-02-03T19:01:19 | 2021-02-03T19:01:19 | 328,310,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,245 | java | package khosro.views;
import javax.swing.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
public class RankPage extends JFrame implements MouseListener, MouseMotionListener {
/**
* Invoked when the mouse button has been clicked (pre... | [
"noreply@github.com"
] | khosravi-am.noreply@github.com |
d5992885d7e5c61706fe20e16c0d18a092da0e23 | 7461b52f428467c37ff51b84c6751c7e1b481c71 | /src/Frame1.java | 81aef73d497013abe6a20ca42e5fea3854710e3f | [] | no_license | miftah789/modul7 | 8558f2a6d057b3a0c3941ab71d5360b913b1f790 | 0ff671988202bf84f7328900341f8f1b3f9ed46c | refs/heads/master | 2020-07-18T04:59:00.424534 | 2016-11-16T13:52:01 | 2016-11-16T13:52:01 | 73,923,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,671 | 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.
*/
/**
*
* @author Asus
*/
public class Frame1 extends javax.swing.JFrame {
/**
* Creates new form Frame1
*/
public... | [
"miftah074@gmail.com"
] | miftah074@gmail.com |
d0cd51c628cd863dfbf4fbe4c155cd38f74e5799 | 9daf83e02ad3fc504f57932cb3f6ffe132d862ec | /lib/client/src/main/java/net/i2p/client/DomainServerSocket.java | fca062d17b47f4b9298e866afee6830ac085e2f9 | [
"LicenseRef-scancode-infineon-free",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | i2p/i2p.android.base | 2374ea3363d217b9fd9061f4f3e89038ebc72634 | 41ca3fe527cc0d28a2d1902b78d796f4001c423c | refs/heads/master | 2023-07-23T19:46:10.283475 | 2023-07-05T22:18:32 | 2023-07-05T22:18:32 | 11,885,610 | 104 | 47 | NOASSERTION | 2023-06-15T17:30:33 | 2013-08-04T21:50:12 | Java | UTF-8 | Java | false | false | 3,809 | java | package net.i2p.client;
import android.net.LocalServerSocket;
import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketAddress;
import java.net.SocketException;
import java.nio.channels.ServerSocketChannel;
/**
* Bridge to LocalServerSocket... | [
"str4d@mail.i2p"
] | str4d@mail.i2p |
3bd34b662fc0c741bc13ad5714939adeaa4b2c6e | a39543d6df647d0590e4944497c285e199e51a36 | /task4/src/main/java/PersonTask/FileOps.java | 48fb33c530d463449c16c9ef4eb5d54a83cd1119 | [] | no_license | DmPerepechko/JD2-Course | f27bb2392a50fcf792a6e2b124028e03932ea509 | febb9d9258108413010b9ad1994e646183640ceb | refs/heads/master | 2023-08-19T05:30:22.354869 | 2021-10-04T15:55:54 | 2021-10-04T15:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package PersonTask;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
public class FileOps implements Writable {
static final String FILE = "TaskTest.txt";
@Override
public void write(List<Person> list) {
try (ObjectOutputStream output = new ObjectOutputStream(new FileOutputStr... | [
"dimitriper8@gmail.com"
] | dimitriper8@gmail.com |
b98b8193b9285912b0bff0a8774a90a12e8f3f0e | 7afd20edbed4e378a8d576a3a18ae2a59df96e47 | /app/src/main/java/com/xiaowei/android/wht/ui/TransferTreatmentFragment.java | e48fe6ae04563b592e2468117dbf49deafeb549d | [] | no_license | fsh596847/wht | 343a23b591ad38ab88b9fc616dff086a8d0015eb | 69e4583e46133975ae3e64454e48f16d55e919e7 | refs/heads/master | 2020-12-24T06:43:12.686968 | 2017-01-13T05:42:26 | 2017-01-13T05:42:26 | 73,458,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,929 | java | package com.xiaowei.android.wht.ui;
import java.util.ArrayList;
import java.util.List;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
i... | [
"fsh596847@163.com"
] | fsh596847@163.com |
956a069015c2b5ba6dc5d28ce1f5436fae0d3f02 | a132731ad6ee9cec47691b8a6167d67de7535b45 | /src/main/java/com/mb/model/rental/RentalStatus.java | feedff227a542ae6c5dd66642f23a1b9bf2b87eb | [
"MIT"
] | permissive | srfunksensei/video-rental-store | 923c911b1321f24df34c3bbea516ce36584909c1 | f481c9081689e619b7eecbb939f425bf851e4e08 | refs/heads/master | 2021-08-16T13:11:13.707381 | 2021-07-27T12:30:49 | 2021-07-27T12:30:49 | 174,097,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 77 | java | package com.mb.model.rental;
public enum RentalStatus {
RENTED, RETURNED
}
| [
"sr.funk.sensei@gmail.com"
] | sr.funk.sensei@gmail.com |
d83da79ee2a820fd71bf0a8a42d5644e9c439df8 | edf21ca5a0b2b06a13f4f30a97e3a698a870f5d2 | /app/src/main/java/com/golaspico/vanhyori/prov_hv3/CommunicatorTabb.java | 70257f3d5227e68c0a7692486a8fa36a33e96f58 | [] | no_license | AizenIlang/PROVHv3 | 417f219ca21a8c0abc13b6622a6346ac0421b259 | 1c2d3276113c29087f39178df1b1ffcb2dbb3c86 | refs/heads/master | 2020-03-31T05:05:12.511666 | 2019-02-05T19:46:42 | 2019-02-05T19:46:42 | 151,932,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package com.golaspico.vanhyori.prov_hv3;
import modules.Doctor;
interface CommunicatorTabb {
public void changeDoctor(Doctor doctor);
}
| [
"aizen@live.com.ph"
] | aizen@live.com.ph |
968510f8af4bdffd8fcc06d7da127c4824b8b6f3 | cacf9f692ac35c14f6af7510bc19fa40ca65dc8d | /Pedidos/Logica/src/main/Java/InterfazLogica/VerEstadoPedidoLocal.java | c4d8c78f9652bf86d1e4b239ddf43497dec92dd7 | [] | no_license | SantiagoCaroprese/Arquitectura-de-software | faf21a2a7be9a8cdb0255b8882f3cd848c642697 | 89faf81fd63128bb4df00b72ffa31151b6ddd636 | refs/heads/main | 2023-05-13T14:05:47.855446 | 2021-06-03T20:11:49 | 2021-06-03T20:11:49 | 345,441,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package InterfazLogica;
import javax.ejb.Local;
@Local
public interface VerEstadoPedidoLocal {
String execute(String idPedido);
}
| [
"66383253+SantiagoCaroprese@users.noreply.github.com"
] | 66383253+SantiagoCaroprese@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.