hexsha stringlengths 40 40 | size int64 3 1.05M | ext stringclasses 1
value | lang stringclasses 1
value | max_stars_repo_path stringlengths 5 1.02k | max_stars_repo_name stringlengths 4 126 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses list | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 5 1.02k | max_issues_repo_name stringlengths 4 114 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses list | max_issues_count float64 1 92.2k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 5 1.02k | max_forks_repo_name stringlengths 4 136 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses list | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | avg_line_length float64 2.55 99.9 | max_line_length int64 3 1k | alphanum_fraction float64 0.25 1 | index int64 0 1M | content stringlengths 3 1.05M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e231060da186b78b670e3ce3ba7ec37e3c5dcef | 260 | java | Java | src/main/java/com/github/matobet/doctor/exception/NotFoundException.java | matobet/DoctorX | 0a87459211240094ab965d50c5b40c3f3a5a919f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/matobet/doctor/exception/NotFoundException.java | matobet/DoctorX | 0a87459211240094ab965d50c5b40c3f3a5a919f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/matobet/doctor/exception/NotFoundException.java | matobet/DoctorX | 0a87459211240094ab965d50c5b40c3f3a5a919f | [
"Apache-2.0"
] | null | null | null | 20 | 61 | 0.688462 | 14,860 | package com.github.matobet.doctor.exception;
public class NotFoundException extends ApplicationException {
public NotFoundException() {
this("Not Found");
}
public NotFoundException(String message) {
super(404, message);
}
}
|
3e2311d6ef69cf3464b72d2c83f3a55ca0b75afe | 826 | java | Java | api/src/main/java/com/zoctan/api/service/impl/NoteServiceImpl.java | Zoctan/WYUOpenJudge | 59c74dc12f22012d6e28f7dffa3cb633c87d4686 | [
"Apache-2.0"
] | null | null | null | api/src/main/java/com/zoctan/api/service/impl/NoteServiceImpl.java | Zoctan/WYUOpenJudge | 59c74dc12f22012d6e28f7dffa3cb633c87d4686 | [
"Apache-2.0"
] | 1 | 2018-05-26T10:39:24.000Z | 2018-05-26T10:39:24.000Z | api/src/main/java/com/zoctan/api/service/impl/NoteServiceImpl.java | Zoctan/WYUOpenJudge | 59c74dc12f22012d6e28f7dffa3cb633c87d4686 | [
"Apache-2.0"
] | 1 | 2018-05-18T10:29:06.000Z | 2018-05-18T10:29:06.000Z | 24.294118 | 83 | 0.753027 | 14,861 | package com.zoctan.api.service.impl;
import com.zoctan.api.core.service.AbstractService;
import com.zoctan.api.mapper.NoteMapper;
import com.zoctan.api.model.Note;
import com.zoctan.api.service.NoteService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
... |
3e231210d13635a49a0808da29e68e9d8e493abc | 1,942 | java | Java | src/main/java/org/nomencurator/gui/swing/event/NameTreeTableModelEvent.java | jmsytow/taxonaut | 8971f63d06676b6ceae12ff118d437020c367045 | [
"Apache-2.0"
] | 9 | 2016-09-30T21:12:19.000Z | 2020-10-04T12:50:14.000Z | src/main/java/org/nomencurator/gui/swing/event/NameTreeTableModelEvent.java | jmsytow/taxonaut | 8971f63d06676b6ceae12ff118d437020c367045 | [
"Apache-2.0"
] | 3 | 2018-01-23T17:59:48.000Z | 2021-06-07T23:34:51.000Z | src/main/java/org/nomencurator/gui/swing/event/NameTreeTableModelEvent.java | jmsytow/taxonaut | 8971f63d06676b6ceae12ff118d437020c367045 | [
"Apache-2.0"
] | 1 | 2016-09-30T14:21:29.000Z | 2016-09-30T14:21:29.000Z | 25.552632 | 75 | 0.714212 | 14,862 | /*
* NameTreeTableModelEvent.java: an EventObject
* telling addition or removal of a TreeModel to an
* NameTreeTableModel.
*
* Copyright (c) 2006, 2015, 2016 Nozomi `James' Ytow
* All rights reserved.
*/
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except ... |
3e23126a69ed399f0a7e46081bb8707e3fc572d0 | 4,579 | java | Java | tracker/lib/src/main/java/com/cyrillrx/tracker/context/TrackerContext.java | cyrillrx/android_logger | 402718426ed0438c1a97e18a256f1eaf4bc85d75 | [
"MIT"
] | null | null | null | tracker/lib/src/main/java/com/cyrillrx/tracker/context/TrackerContext.java | cyrillrx/android_logger | 402718426ed0438c1a97e18a256f1eaf4bc85d75 | [
"MIT"
] | null | null | null | tracker/lib/src/main/java/com/cyrillrx/tracker/context/TrackerContext.java | cyrillrx/android_logger | 402718426ed0438c1a97e18a256f1eaf4bc85d75 | [
"MIT"
] | 1 | 2019-09-17T11:26:36.000Z | 2019-09-17T11:26:36.000Z | 24.1 | 100 | 0.594016 | 14,863 | package com.cyrillrx.tracker.context;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
/**
* @author Cyril Leroux
* Created on 11/11/2015.
*/
public class TrackerContext {
private App app;
private User user;
private Device device;
private Stri... |
3e231270da4b15bfde5f86b3cefb92c51cddec71 | 12,199 | java | Java | instrumented-hsqldb/src/main/java/org/hsqldb/TableDerived.java | reinaldocoelho/evosql | 98f19366130c44898720c5c06e1e35b306a10a78 | [
"Apache-2.0"
] | 70 | 2018-02-26T18:24:10.000Z | 2022-03-14T04:09:25.000Z | instrumented-hsqldb/src/main/java/org/hsqldb/TableDerived.java | reinaldocoelho/evosql | 98f19366130c44898720c5c06e1e35b306a10a78 | [
"Apache-2.0"
] | 40 | 2018-02-06T14:53:46.000Z | 2019-08-23T20:26:02.000Z | instrumented-hsqldb/src/main/java/org/hsqldb/TableDerived.java | reinaldocoelho/evosql | 98f19366130c44898720c5c06e1e35b306a10a78 | [
"Apache-2.0"
] | 9 | 2018-03-06T18:28:50.000Z | 2020-08-03T06:29:02.000Z | 26.693654 | 80 | 0.579802 | 14,864 | /* Copyright (c) 2001-2016, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... |
3e2312742cbeeb36982c6f885c4e34949d77adce | 432 | java | Java | factory-method/src/main/java/logger/Client.java | fengbaoheng/design-pattern | c6d28fdfcf7cb4707364fa0035e9c34ab22e655f | [
"MIT"
] | 1 | 2020-06-29T01:07:59.000Z | 2020-06-29T01:07:59.000Z | factory-method/src/main/java/logger/Client.java | fengbaoheng/design-pattern | c6d28fdfcf7cb4707364fa0035e9c34ab22e655f | [
"MIT"
] | null | null | null | factory-method/src/main/java/logger/Client.java | fengbaoheng/design-pattern | c6d28fdfcf7cb4707364fa0035e9c34ab22e655f | [
"MIT"
] | null | null | null | 19.636364 | 83 | 0.618056 | 14,865 | package logger;
/**
* 客户端
*/
public class Client {
/**
* 工厂类名,实际中可通过配置文件读取
* 用于创建子工厂
*/
private static final String clazz = "factory.method.logger.FileLoggerFactory";
public static void main(String[] args) throws Exception {
// 依据反射创建子工厂
LoggerFactory factory = (LoggerFac... |
3e231363c2413e71187fbc9cab98dfa626db0d92 | 1,936 | java | Java | Tasks_551_600/src/test/java/ru/tasks/task_597/solution/AliensTest.java | AlSidorenko/Acmp.ru | 07a6cb45ed97b4e09d453c22ba0557434e9a9be5 | [
"Apache-2.0"
] | null | null | null | Tasks_551_600/src/test/java/ru/tasks/task_597/solution/AliensTest.java | AlSidorenko/Acmp.ru | 07a6cb45ed97b4e09d453c22ba0557434e9a9be5 | [
"Apache-2.0"
] | null | null | null | Tasks_551_600/src/test/java/ru/tasks/task_597/solution/AliensTest.java | AlSidorenko/Acmp.ru | 07a6cb45ed97b4e09d453c22ba0557434e9a9be5 | [
"Apache-2.0"
] | null | null | null | 37.442308 | 114 | 0.647663 | 14,866 | package ru.tasks.task_597.solution;
import org.junit.Test;
import java.io.IOException;
import java.io.FileWriter;
import java.io.FileReader;
import java.util.Scanner;
import static org.junit.Assert.assertThat;
import static org.hamcrest.core.Is.is;
/**
* Created on 15.02.2018.
*
* @author Aleks Sidorenko (dycjh@... |
3e23137024b32a34aba6b9e47ec0b09c1fa16a05 | 5,554 | java | Java | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/URL.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/URL.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-auditmanager/src/main/java/com/amazonaws/services/auditmanager/model/URL.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 29.231579 | 137 | 0.60731 | 14,867 | /*
* Copyright 2016-2021 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... |
3e2313a6434821392dae232dc62c205156f071ff | 785 | java | Java | examples/src/com/example/lifx_sdk_samples/Alarm.java | jmcgill/lifx-alarm | a1f8a5e1cf459562e1ab8e67608cdaed7c89a600 | [
"MIT"
] | 1 | 2016-12-23T14:58:51.000Z | 2016-12-23T14:58:51.000Z | examples/src/com/example/lifx_sdk_samples/Alarm.java | jmcgill/lifx-alarm | a1f8a5e1cf459562e1ab8e67608cdaed7c89a600 | [
"MIT"
] | null | null | null | examples/src/com/example/lifx_sdk_samples/Alarm.java | jmcgill/lifx-alarm | a1f8a5e1cf459562e1ab8e67608cdaed7c89a600 | [
"MIT"
] | null | null | null | 24.53125 | 115 | 0.644586 | 14,868 | package com.example.lifx_sdk_samples;
import android.util.Log;
public class Alarm {
Alarm(String day, Long hour, Long minute, Boolean active) {
this.day = day;
this.hour = hour;
this.minute = minute;
this.active = active;
}
public String toString() {
return hour.toString() + "," + minute.toString() + "... |
3e2313a9cbd327917dc2353fe3d6833724c5ce3b | 8,555 | java | Java | src/main/java/org/olat/course/statistic/StatisticResult.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 191 | 2018-03-29T09:55:44.000Z | 2022-03-23T06:42:12.000Z | src/main/java/org/olat/course/statistic/StatisticResult.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 68 | 2018-05-11T06:19:00.000Z | 2022-01-25T18:03:26.000Z | src/main/java/org/olat/course/statistic/StatisticResult.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 139 | 2018-04-27T09:46:11.000Z | 2022-03-27T08:52:50.000Z | 29.912587 | 121 | 0.673057 | 14,869 | /**
* OLAT - Online Learning and Training<br>
* http://www.olat.org
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unl... |
3e231487f5444bf2904934bc3196d53e0c22d4d5 | 1,857 | java | Java | libtorch/src/gen/java/org/bytedeco/libtorch/UpsampleOptions.java | doofin/javacpp-presets | ffbe8bb4605713e12dfd7aaea428a0d1f1dab910 | [
"Apache-2.0"
] | null | null | null | libtorch/src/gen/java/org/bytedeco/libtorch/UpsampleOptions.java | doofin/javacpp-presets | ffbe8bb4605713e12dfd7aaea428a0d1f1dab910 | [
"Apache-2.0"
] | null | null | null | libtorch/src/gen/java/org/bytedeco/libtorch/UpsampleOptions.java | doofin/javacpp-presets | ffbe8bb4605713e12dfd7aaea428a0d1f1dab910 | [
"Apache-2.0"
] | 1 | 2021-01-22T05:22:30.000Z | 2021-01-22T05:22:30.000Z | 39.510638 | 119 | 0.699515 | 14,870 | // Targeted by JavaCPP version 1.5.4-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.libtorch;
import org.bytedeco.javacpp.Loader;
import org.bytedeco.javacpp.Pointer;
import org.bytedeco.javacpp.annotation.Namespace;
import org.bytedeco.javacpp.annotation.Properties;
/** Options for the {@code Upsample} modul... |
3e231548c22685a45bb45e735c6cdd699f6a57a1 | 314 | java | Java | src/main/java/com/siddarthaboddu/cache/model/StatsResponse.java | siddarthasiddu/Multi-Level-Cache-LLD | 8aefeb202b6108c5581c5ccf3ba8af1c04cffedc | [
"Apache-2.0"
] | null | null | null | src/main/java/com/siddarthaboddu/cache/model/StatsResponse.java | siddarthasiddu/Multi-Level-Cache-LLD | 8aefeb202b6108c5581c5ccf3ba8af1c04cffedc | [
"Apache-2.0"
] | null | null | null | src/main/java/com/siddarthaboddu/cache/model/StatsResponse.java | siddarthasiddu/Multi-Level-Cache-LLD | 8aefeb202b6108c5581c5ccf3ba8af1c04cffedc | [
"Apache-2.0"
] | null | null | null | 19.625 | 39 | 0.808917 | 14,871 | package com.siddarthaboddu.cache.model;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
@AllArgsConstructor
@ToString
public class StatsResponse {
@Getter private Long avgReadTime;
@Getter private Long avgWriteTime;
@Getter private List<Usage> usage;
}
|
3e231556f9429b2ce64fc6f96860f1d49efd4e8a | 2,460 | java | Java | src/main/java/com/app/models/services/FileService.java | MathiasReker/Delfinen | af9d30a0398882b0c1f70f7d0032d280f62f8e19 | [
"MIT"
] | 3 | 2021-05-12T08:20:04.000Z | 2021-05-18T07:20:38.000Z | src/main/java/com/app/models/services/FileService.java | MathiasReker/Delfinen | af9d30a0398882b0c1f70f7d0032d280f62f8e19 | [
"MIT"
] | 54 | 2021-05-10T08:29:08.000Z | 2022-03-10T14:13:03.000Z | src/main/java/com/app/models/services/FileService.java | MathiasReker/Delfinen | af9d30a0398882b0c1f70f7d0032d280f62f8e19 | [
"MIT"
] | 2 | 2021-05-10T08:04:49.000Z | 2021-05-17T09:35:53.000Z | 23.653846 | 73 | 0.657317 | 14,872 | package com.app.models.services;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Scanner;
public class FileService {
private final File FILE;
private final String PATH;
/**
* A Path gets passed as argument, exc... |
3e23158f93eba9d44958fe5f5c973f9a0dca4e79 | 2,205 | java | Java | CustomMapping/src/main/java/masterex/github/com/custommapping/instrumentation/InstrumentationMain.java | MasterEx/custom-bean-mapping | 6bef6957c865e11a49f500c74457925edf50f5ba | [
"Unlicense"
] | null | null | null | CustomMapping/src/main/java/masterex/github/com/custommapping/instrumentation/InstrumentationMain.java | MasterEx/custom-bean-mapping | 6bef6957c865e11a49f500c74457925edf50f5ba | [
"Unlicense"
] | null | null | null | CustomMapping/src/main/java/masterex/github/com/custommapping/instrumentation/InstrumentationMain.java | MasterEx/custom-bean-mapping | 6bef6957c865e11a49f500c74457925edf50f5ba | [
"Unlicense"
] | null | null | null | 38.719298 | 127 | 0.729497 | 14,873 | /**
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*
* In jurisdicti... |
3e23159f3fdb46027e2778d87cbe03583913295e | 621 | java | Java | src/main/epl/eval/evaluators/list/ConcatenationEvaluator.java | controlflowgraph/EsoPaLa | dd2b629e2d5619533fd2b372d3c4d7d5cf674d6c | [
"MIT"
] | 1 | 2021-11-15T15:36:32.000Z | 2021-11-15T15:36:32.000Z | src/main/epl/eval/evaluators/list/ConcatenationEvaluator.java | controlflowgraph/EsoPaLa | dd2b629e2d5619533fd2b372d3c4d7d5cf674d6c | [
"MIT"
] | null | null | null | src/main/epl/eval/evaluators/list/ConcatenationEvaluator.java | controlflowgraph/EsoPaLa | dd2b629e2d5619533fd2b372d3c4d7d5cf674d6c | [
"MIT"
] | null | null | null | 23.884615 | 86 | 0.694042 | 14,874 | package epl.eval.evaluators.list;
import epl.eval.LanguagePattern;
import epl.eval.evaluators.Evaluator;
import epl.eval.operations.util.Concatenation;
import epl.eval.values.Value;
@LanguagePattern(patterns = { "$a concatenated with $b" })
public class ConcatenationEvaluator implements Evaluator
{
private final ... |
3e231663d3b795eb70487fac7a149494dde0e2a6 | 920 | java | Java | src/diffi8_10/wonderColor.java | snippy066/codeforcess | 0d69be789cf4334f1558305e45c5340bf6cea422 | [
"MIT"
] | null | null | null | src/diffi8_10/wonderColor.java | snippy066/codeforcess | 0d69be789cf4334f1558305e45c5340bf6cea422 | [
"MIT"
] | null | null | null | src/diffi8_10/wonderColor.java | snippy066/codeforcess | 0d69be789cf4334f1558305e45c5340bf6cea422 | [
"MIT"
] | null | null | null | 26.285714 | 63 | 0.469565 | 14,875 | //package diffi8_10;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Scanner;
public class wonderColor {
static StringBuilder sb=new StringBuilder();
public static void main(String ar[]){
Scanner in=new Scanner(System.in);
int t=in.nextInt();
in.nextLine();
... |
3e23170362ca07de9f77a0f2da34010f87d66694 | 3,475 | java | Java | src/java/controlador/TorneoController.java | DANHC/jspServlet | c5ef6d43723b32e8f1e479bf90e6f13410c831c2 | [
"MIT"
] | null | null | null | src/java/controlador/TorneoController.java | DANHC/jspServlet | c5ef6d43723b32e8f1e479bf90e6f13410c831c2 | [
"MIT"
] | null | null | null | src/java/controlador/TorneoController.java | DANHC/jspServlet | c5ef6d43723b32e8f1e479bf90e6f13410c831c2 | [
"MIT"
] | null | null | null | 34.068627 | 124 | 0.594532 | 14,876 |
package controlador;
import java.io.IOException;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java... |
3e23181fbd055bd213fd7b511a344dc14a9ced6e | 1,321 | java | Java | ada-vcs/src/main/java/ada/domain/dvc/protocol/serializers/NamespaceMessageSerializer.java | cokeSchlumpf/ada | a4f091cc00eab66211ee0830e4c2ae50574facca | [
"Apache-2.0"
] | 1 | 2019-06-17T09:01:11.000Z | 2019-06-17T09:01:11.000Z | ada-vcs/src/main/java/ada/domain/dvc/protocol/serializers/NamespaceMessageSerializer.java | cokeSchlumpf/ada | a4f091cc00eab66211ee0830e4c2ae50574facca | [
"Apache-2.0"
] | null | null | null | ada-vcs/src/main/java/ada/domain/dvc/protocol/serializers/NamespaceMessageSerializer.java | cokeSchlumpf/ada | a4f091cc00eab66211ee0830e4c2ae50574facca | [
"Apache-2.0"
] | null | null | null | 34.763158 | 82 | 0.76003 | 14,877 | package ada.domain.dvc.protocol.serializers;
import ada.commons.databind.MessageSerializer;
import ada.domain.dvc.protocol.events.NamespaceCreated;
import ada.domain.dvc.protocol.events.NamespaceRemoved;
import ada.domain.dvc.protocol.queries.RepositoriesInNamespaceRequest;
import ada.domain.dvc.protocol.queries.Repos... |
3e23183f901306165693ba89b20906b306a97cee | 947 | java | Java | jmix-imap/imap/src/main/java/io/jmix/imap/events/EmailSeenImapEvent.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 30 | 2019-02-26T07:42:11.000Z | 2022-03-31T16:46:03.000Z | jmix-imap/imap/src/main/java/io/jmix/imap/events/EmailSeenImapEvent.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 909 | 2019-02-26T08:29:19.000Z | 2022-03-31T16:56:18.000Z | jmix-imap/imap/src/main/java/io/jmix/imap/events/EmailSeenImapEvent.java | pierresj/jmix | df2da30df1e0bb7a10ffba3a98e16e9dc4d31318 | [
"Apache-2.0"
] | 15 | 2019-05-08T19:17:03.000Z | 2022-03-31T06:24:22.000Z | 27.852941 | 90 | 0.732841 | 14,878 | /*
* Copyright 2020 Haulmont.
*
* 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... |
3e2319cffecef2d5383b48d803e040a514030499 | 416 | java | Java | src/main/java/CommonUtilities/Runner.java | kumaromnath14/Quantum-Starter-Kit-master | 94b9d13db89736b7835d806bacd0cf09aa2578c9 | [
"MIT"
] | null | null | null | src/main/java/CommonUtilities/Runner.java | kumaromnath14/Quantum-Starter-Kit-master | 94b9d13db89736b7835d806bacd0cf09aa2578c9 | [
"MIT"
] | null | null | null | src/main/java/CommonUtilities/Runner.java | kumaromnath14/Quantum-Starter-Kit-master | 94b9d13db89736b7835d806bacd0cf09aa2578c9 | [
"MIT"
] | null | null | null | 21.894737 | 144 | 0.742788 | 14,879 | package CommonUtilities;
import org.testng.annotations.Test;
import cucumber.api.CucumberOptions;
import cucumber.api.testng.AbstractTestNGCucumberTests;
@CucumberOptions(features = "scenarios", glue = "com.quantum.steps", tags ={"@navigate_to_flipkart_home_page"}, dryRun = false, strict = false)
publi... |
3e231a4a715f29a0ac11e58b2800e17e8ab0c2e6 | 3,274 | java | Java | src/test/java/com/avides/springboot/springtainer/mysql/EmbeddedMysqlContainerAutoConfigurationWith80IT.java | springtainer/springtainer-mysql | 4e0c3500e8dc251ec2d42a734516bc97bbdb7c45 | [
"MIT"
] | 3 | 2020-01-02T22:18:17.000Z | 2020-01-22T08:38:11.000Z | src/test/java/com/avides/springboot/springtainer/mysql/EmbeddedMysqlContainerAutoConfigurationWith80IT.java | springtainer/springtainer-mysql | 4e0c3500e8dc251ec2d42a734516bc97bbdb7c45 | [
"MIT"
] | 5 | 2020-01-22T09:18:50.000Z | 2022-02-10T13:13:59.000Z | src/test/java/com/avides/springboot/springtainer/mysql/EmbeddedMysqlContainerAutoConfigurationWith80IT.java | springtainer/springtainer-mysql | 4e0c3500e8dc251ec2d42a734516bc97bbdb7c45 | [
"MIT"
] | 1 | 2020-01-20T15:38:25.000Z | 2020-01-20T15:38:25.000Z | 51.15625 | 142 | 0.731216 | 14,880 | package com.avides.springboot.springtainer.mysql;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.c... |
3e231a94592f223ad9782e7e4c66edd3079417b1 | 11,381 | java | Java | javac/com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.java | Domiii/sdt-for-javac | 784c68806ec1836f259231ca2e2264b8767ac3fa | [
"MIT"
] | 2 | 2020-11-18T05:05:49.000Z | 2020-12-03T13:24:47.000Z | javac/com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.java | Domiii/sdt-for-javac | 784c68806ec1836f259231ca2e2264b8767ac3fa | [
"MIT"
] | null | null | null | javac/com/sun/tools/doclets/internal/toolkit/util/DirectoryManager.java | Domiii/sdt-for-javac | 784c68806ec1836f259231ca2e2264b8767ac3fa | [
"MIT"
] | null | null | null | 35.789308 | 93 | 0.600035 | 14,881 | /*
* Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e231ac3cdba400eb355c035baf59c5c341af02b | 4,172 | java | Java | app/src/main/java/com/example/aislechallenge/ui/login/otp/OTPFragment.java | satyajeet4047/AisleChallenge | 4607e8d8c539224a7e5cc7d260ce675c15a50264 | [
"Apache-2.0"
] | 1 | 2021-07-09T14:38:57.000Z | 2021-07-09T14:38:57.000Z | app/src/main/java/com/example/aislechallenge/ui/login/otp/OTPFragment.java | satyajeet4047/AisleChallenge | 4607e8d8c539224a7e5cc7d260ce675c15a50264 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/aislechallenge/ui/login/otp/OTPFragment.java | satyajeet4047/AisleChallenge | 4607e8d8c539224a7e5cc7d260ce675c15a50264 | [
"Apache-2.0"
] | null | null | null | 33.645161 | 138 | 0.678811 | 14,882 | package com.example.aislechallenge.ui.login.otp;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.view.inputmethod.InputMethodManager;
import... |
3e231b23975028510f9945f264508d263c8831a3 | 1,625 | java | Java | Android/dConnectDeviceIRKit/app/src/main/java/org/deviceconnect/android/deviceplugin/irkit/settings/widget/HoldableViewPager.java | TakayukiHoshi1984/DeviceConnect-Old | 96a4f094090105328c55aef8b0b69c494c88f9f4 | [
"MIT"
] | 54 | 2015-05-01T06:41:38.000Z | 2021-12-18T22:10:40.000Z | Android/dConnectDeviceIRKit/app/src/main/java/org/deviceconnect/android/deviceplugin/irkit/settings/widget/HoldableViewPager.java | TakayukiHoshi1984/DeviceConnect-Old | 96a4f094090105328c55aef8b0b69c494c88f9f4 | [
"MIT"
] | 38 | 2015-01-15T09:37:40.000Z | 2022-02-23T00:48:53.000Z | Android/dConnectDeviceIRKit/app/src/main/java/org/deviceconnect/android/deviceplugin/irkit/settings/widget/HoldableViewPager.java | TakayukiHoshi1984/DeviceConnect-Old | 96a4f094090105328c55aef8b0b69c494c88f9f4 | [
"MIT"
] | 32 | 2015-01-15T00:56:57.000Z | 2021-10-15T11:54:09.000Z | 21.103896 | 79 | 0.626462 | 14,883 | /*
HoldableViewPager.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.deviceplugin.irkit.settings.widget;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.AttributeS... |
3e231b696a080bb05500ab47241d3736da54c61f | 1,542 | java | Java | azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ActiveDirectoryUserImpl.java | ljhljh235/azure-sdk-for-java | 9ae308a8f0269120641dd11daaa90786193234ab | [
"MIT"
] | 1 | 2021-09-15T16:38:37.000Z | 2021-09-15T16:38:37.000Z | azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ActiveDirectoryUserImpl.java | ljhljh235/azure-sdk-for-java | 9ae308a8f0269120641dd11daaa90786193234ab | [
"MIT"
] | null | null | null | azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/implementation/ActiveDirectoryUserImpl.java | ljhljh235/azure-sdk-for-java | 9ae308a8f0269120641dd11daaa90786193234ab | [
"MIT"
] | 3 | 2016-07-22T21:28:37.000Z | 2019-05-31T14:38:33.000Z | 24.09375 | 92 | 0.686122 | 14,884 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.graphrbac.implementation;
import com.microsoft.azure.management.apigeneration.LangDefinition;
import com.micros... |
3e231b790c9ded7609a3be49698615a043e06bd1 | 597 | java | Java | src/ConstructorDependencyInjection/CarShops/CarShop3.java | ehabarman/Dependency-Injection-Explained | 5cf5e8b30164607adaf0c2b90a0e4a0dc6f109fe | [
"MIT"
] | null | null | null | src/ConstructorDependencyInjection/CarShops/CarShop3.java | ehabarman/Dependency-Injection-Explained | 5cf5e8b30164607adaf0c2b90a0e4a0dc6f109fe | [
"MIT"
] | null | null | null | src/ConstructorDependencyInjection/CarShops/CarShop3.java | ehabarman/Dependency-Injection-Explained | 5cf5e8b30164607adaf0c2b90a0e4a0dc6f109fe | [
"MIT"
] | null | null | null | 25.956522 | 62 | 0.822446 | 14,885 | package ConstructorDependencyInjection.CarShops;
import ConstructorDependencyInjection.Factory.VehiclesFactory;
import ConstructorDependencyInjection.vehicles.Bicycle;
import ConstructorDependencyInjection.vehicles.Car;
import ConstructorDependencyInjection.vehicles.Truck;
import ConstructorDependencyInjection.vehicle... |
3e231bb689555b89e2f8f28dbf6bc3c24e5c42b1 | 6,417 | java | Java | src/main/java/com/ibm/watson/prometheus/Gauge.java | Lingkar/modelmesh | e5ecf7085a697fbe1414a70ad2cf8f70cbf86cb0 | [
"Apache-2.0"
] | 20 | 2021-08-30T02:17:54.000Z | 2022-01-27T22:34:53.000Z | src/main/java/com/ibm/watson/prometheus/Gauge.java | Lingkar/modelmesh | e5ecf7085a697fbe1414a70ad2cf8f70cbf86cb0 | [
"Apache-2.0"
] | 26 | 2021-09-02T07:43:12.000Z | 2022-03-31T20:59:30.000Z | src/main/java/com/ibm/watson/prometheus/Gauge.java | Lingkar/modelmesh | e5ecf7085a697fbe1414a70ad2cf8f70cbf86cb0 | [
"Apache-2.0"
] | 9 | 2021-09-02T08:09:58.000Z | 2022-03-24T22:42:31.000Z | 27.9 | 111 | 0.666978 | 14,886 | /*
* Copyright 2021 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e231c361733b8e44a14d25d7db5faa33c6a95a5 | 338 | java | Java | src/test/java/com/vadrin/primeart/PrimeArtApplicationTests.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/vadrin/primeart/PrimeArtApplicationTests.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | 1 | 2021-03-31T19:36:38.000Z | 2021-03-31T19:36:38.000Z | src/test/java/com/vadrin/primeart/PrimeArtApplicationTests.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | null | null | null | 19.882353 | 60 | 0.810651 | 14,887 | package com.vadrin.primeart;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class PrimeArtApplicationTests {
@Test
public void conte... |
3e231ce5b89e284521c13354a622198502f1d782 | 2,997 | java | Java | saga/08-03-additional-mapping/src/main/java/rs/saga/domain/Player.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | saga/08-03-additional-mapping/src/main/java/rs/saga/domain/Player.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | saga/08-03-additional-mapping/src/main/java/rs/saga/domain/Player.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | 22.447761 | 94 | 0.65359 | 14,888 | package rs.saga.domain;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import j... |
3e231d3bf97967f26ef8bf47b901cb44cb70138b | 1,803 | java | Java | ui/data/RD findbugs/model/src/edu/umd/cs/findbugs/CategoryFilteringBugReporter.java | fetteradler/Getaviz | 9e80d842312f55b798044c069a1ef297e64da86f | [
"Apache-2.0"
] | null | null | null | ui/data/RD findbugs/model/src/edu/umd/cs/findbugs/CategoryFilteringBugReporter.java | fetteradler/Getaviz | 9e80d842312f55b798044c069a1ef297e64da86f | [
"Apache-2.0"
] | null | null | null | ui/data/RD findbugs/model/src/edu/umd/cs/findbugs/CategoryFilteringBugReporter.java | fetteradler/Getaviz | 9e80d842312f55b798044c069a1ef297e64da86f | [
"Apache-2.0"
] | null | null | null | 35.352941 | 105 | 0.718802 | 14,889 | /*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2003-2006, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, ... |
3e231d5e57709aef28af9c5e90545d9a07786b04 | 674 | java | Java | src/main/java/org/springframework/util/CollectionUtils.java | TruthBean/fake-spring | 52f21d68396217a2e7ac10d2cdcb9ae2eac3966a | [
"MulanPSL-1.0"
] | null | null | null | src/main/java/org/springframework/util/CollectionUtils.java | TruthBean/fake-spring | 52f21d68396217a2e7ac10d2cdcb9ae2eac3966a | [
"MulanPSL-1.0"
] | null | null | null | src/main/java/org/springframework/util/CollectionUtils.java | TruthBean/fake-spring | 52f21d68396217a2e7ac10d2cdcb9ae2eac3966a | [
"MulanPSL-1.0"
] | null | null | null | 35.473684 | 204 | 0.734421 | 14,890 | /**
* Copyright (c) 2021 TruthBean(Rogar·Q)
* Debbie is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT W... |
3e231e6a7577fa5ca9c850ceafdb314feccd300b | 2,193 | java | Java | processor/src/main/java/org/mapstruct/ap/conversion/BigIntegerToPrimitiveConversion.java | larswetzer/mapstruct | 9eec8ad6c99afb612ad8eadf745d5713990535ac | [
"Apache-2.0"
] | 1 | 2017-08-17T07:10:35.000Z | 2017-08-17T07:10:35.000Z | processor/src/main/java/org/mapstruct/ap/conversion/BigIntegerToPrimitiveConversion.java | larswetzer/mapstruct | 9eec8ad6c99afb612ad8eadf745d5713990535ac | [
"Apache-2.0"
] | null | null | null | processor/src/main/java/org/mapstruct/ap/conversion/BigIntegerToPrimitiveConversion.java | larswetzer/mapstruct | 9eec8ad6c99afb612ad8eadf745d5713990535ac | [
"Apache-2.0"
] | null | null | null | 33.738462 | 91 | 0.704058 | 14,891 | /**
* Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/)
* and/or other contributors as indicated by the @authors tag. See the
* copyright.txt file in the distribution for a full listing of all
* contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not ... |
3e231efe03c1257048e60d4c6d76fd554bb10ece | 101 | java | Java | src/main/java/drakonli/jcomponents/ITxtLineEditor.java | drakonli/jcomponents | 172fd01d9ad4fea2335f1c8fe60e46f6aa484304 | [
"Apache-2.0"
] | null | null | null | src/main/java/drakonli/jcomponents/ITxtLineEditor.java | drakonli/jcomponents | 172fd01d9ad4fea2335f1c8fe60e46f6aa484304 | [
"Apache-2.0"
] | null | null | null | src/main/java/drakonli/jcomponents/ITxtLineEditor.java | drakonli/jcomponents | 172fd01d9ad4fea2335f1c8fe60e46f6aa484304 | [
"Apache-2.0"
] | null | null | null | 14.428571 | 33 | 0.782178 | 14,892 | package drakonli.jcomponents;
public interface ITxtLineEditor
{
String editLine(String line);
}
|
3e231f2f192fc36a0a2d1642748fbd6b27868418 | 61 | java | Java | src/Main/java/mvc/view/events/Event.java | dinasv/OGMFinder | 205f2ff3485da1a6b478144a3d87ab2eb867bb39 | [
"Apache-2.0"
] | 16 | 2018-08-22T16:50:48.000Z | 2021-12-23T13:00:16.000Z | src/Main/java/mvc/view/events/Event.java | dinasv/OGMFinder | 205f2ff3485da1a6b478144a3d87ab2eb867bb39 | [
"Apache-2.0"
] | 2 | 2019-10-21T10:22:05.000Z | 2019-12-08T09:48:35.000Z | src/Main/java/mvc/view/events/Event.java | dinasv/OGMFinder | 205f2ff3485da1a6b478144a3d87ab2eb867bb39 | [
"Apache-2.0"
] | 2 | 2021-02-08T12:56:20.000Z | 2021-07-08T07:44:57.000Z | 8.714286 | 24 | 0.655738 | 14,893 | package mvc.view.events;
/**
*/
public interface Event {
}
|
3e231f5e698a3d3ab31b7fc91e823e64030135bd | 2,470 | java | Java | venus-web/src/main/java/com/richur/venus/web/helper/RequestWrapper.java | RichurLiu/venus | b87bbb63326c1f43eb4855d040f6e90fbaad5bd5 | [
"Apache-2.0"
] | null | null | null | venus-web/src/main/java/com/richur/venus/web/helper/RequestWrapper.java | RichurLiu/venus | b87bbb63326c1f43eb4855d040f6e90fbaad5bd5 | [
"Apache-2.0"
] | null | null | null | venus-web/src/main/java/com/richur/venus/web/helper/RequestWrapper.java | RichurLiu/venus | b87bbb63326c1f43eb4855d040f6e90fbaad5bd5 | [
"Apache-2.0"
] | null | null | null | 29.759036 | 107 | 0.576113 | 14,894 | package com.richur.venus.web.helper;
import javax.servlet.ReadListener;
import javax.servlet.ServletInputStream;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
import java.io.*;
/**
* @Author richur
* @Date 2019/9/23 5:41 PM
*/
public class RequestWrapper extends... |
3e231f83c297d5be832ad424668e0a4c111abdcd | 9,105 | java | Java | src/main/java/de/aelpecyem/besmirchment/common/transformation/LichLogic.java | RedThunderG/Besmirchment | ad759ec9d63f74eea6a1ee4b14aa765e27b8ff71 | [
"CC0-1.0"
] | 5 | 2021-02-17T04:30:56.000Z | 2021-07-26T23:47:22.000Z | src/main/java/de/aelpecyem/besmirchment/common/transformation/LichLogic.java | RedThunderG/Besmirchment | ad759ec9d63f74eea6a1ee4b14aa765e27b8ff71 | [
"CC0-1.0"
] | 17 | 2021-04-01T14:28:46.000Z | 2021-10-31T00:38:31.000Z | src/main/java/de/aelpecyem/besmirchment/common/transformation/LichLogic.java | RedThunderG/Besmirchment | ad759ec9d63f74eea6a1ee4b14aa765e27b8ff71 | [
"CC0-1.0"
] | 4 | 2021-09-10T20:13:55.000Z | 2021-10-30T03:50:19.000Z | 65.978261 | 245 | 0.740472 | 14,895 | package de.aelpecyem.besmirchment.common.transformation;
import de.aelpecyem.besmirchment.common.block.entity.PhylacteryBlockEntity;
import de.aelpecyem.besmirchment.common.packet.LichRevivePacket;
import de.aelpecyem.besmirchment.common.world.BSMWorldState;
import moriyashiine.bewitchment.api.BewitchmentAPI;
import m... |
3e231f914a51ff92fe95aa40aac32f3e16777ae8 | 885 | java | Java | coherence-spring-demo-classic/src/main/java/com/oracle/coherence/spring/demo/initializer/AppInitializer.java | ghillert/coherence-spring-demo | 02c89362303017c4737f14be6a145693a88dc614 | [
"UPL-1.0"
] | null | null | null | coherence-spring-demo-classic/src/main/java/com/oracle/coherence/spring/demo/initializer/AppInitializer.java | ghillert/coherence-spring-demo | 02c89362303017c4737f14be6a145693a88dc614 | [
"UPL-1.0"
] | null | null | null | coherence-spring-demo-classic/src/main/java/com/oracle/coherence/spring/demo/initializer/AppInitializer.java | ghillert/coherence-spring-demo | 02c89362303017c4737f14be6a145693a88dc614 | [
"UPL-1.0"
] | null | null | null | 23.918919 | 100 | 0.750282 | 14,896 | /*
* Copyright (c) 2020, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.oracle.coherence.spring.demo.initializer;
import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitia... |
3e232010a1fe46fcd7408cb56a5fca9ad6da812a | 847 | java | Java | library/src/androidTest/java/com/james602152002/multiaxiscardlayoutmanager/ui/MultiAxisCardRecyclerViewTest.java | james602152002/MultiAxisCardLayoutManager | 314b1d48caadc24b20489c094d748beb80779fdf | [
"Apache-2.0"
] | null | null | null | library/src/androidTest/java/com/james602152002/multiaxiscardlayoutmanager/ui/MultiAxisCardRecyclerViewTest.java | james602152002/MultiAxisCardLayoutManager | 314b1d48caadc24b20489c094d748beb80779fdf | [
"Apache-2.0"
] | 1 | 2018-04-04T07:52:12.000Z | 2018-04-04T07:52:12.000Z | library/src/androidTest/java/com/james602152002/multiaxiscardlayoutmanager/ui/MultiAxisCardRecyclerViewTest.java | james602152002/MultiAxisCardLayoutManager | 314b1d48caadc24b20489c094d748beb80779fdf | [
"Apache-2.0"
] | 1 | 2018-04-04T07:40:16.000Z | 2018-04-04T07:40:16.000Z | 27.322581 | 71 | 0.729634 | 14,897 | package com.james602152002.multiaxiscardlayoutmanager.ui;
import android.content.Context;
import android.test.AndroidTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class MultiAxisCardRecyclerViewTest extends AndroidTestCase {
private MultiAxisCardRecyclerView recyclerVi... |
3e23207e3ad4349f5725a6f140d5952cee0c86a9 | 1,256 | java | Java | Implementation/src/main/java/xyz/kvantum/server/implementation/tempfiles/TempFileManagerFactory.java | Sauilitired/IntellectualServer | dbcf99946fc71b43e2bc2689c40a9f62b1dc0439 | [
"Apache-2.0"
] | 13 | 2018-11-21T02:04:25.000Z | 2020-09-08T11:57:39.000Z | Implementation/src/main/java/xyz/kvantum/server/implementation/tempfiles/TempFileManagerFactory.java | Sauilitired/IntellectualServer | dbcf99946fc71b43e2bc2689c40a9f62b1dc0439 | [
"Apache-2.0"
] | 116 | 2018-05-21T12:39:35.000Z | 2020-10-29T04:13:51.000Z | Implementation/src/main/java/xyz/kvantum/server/implementation/tempfiles/TempFileManagerFactory.java | Citymonstret/Kvantum | dbcf99946fc71b43e2bc2689c40a9f62b1dc0439 | [
"Apache-2.0"
] | 4 | 2017-03-22T08:11:00.000Z | 2017-10-15T16:30:22.000Z | 36.941176 | 79 | 0.623408 | 14,898 | /*
* _ __ _
* | |/ /__ __ __ _ _ __ | |_ _ _ _ __ ___
* | ' / \ \ / // _` || '_ \ | __|| | | || '_ ` _ \
* | . \ \ V /| (_| || | | || |_ | |_| || | | | | |
* |_|\_\ \_/ \__,_||_| |_| \__| \__,_||_| |_| |_|
*
* Copyright (C) 2019 Alexander Söderberg
*
*... |
3e2320ac7b58f0b9d6bf5654d25dce93d4c89461 | 2,006 | java | Java | ambry-messageformat/src/main/java/com/github/ambry/messageformat/BlobAll.java | carldea/ambry | bfad53266c1d94950fa1bca460c2a6b959a02d94 | [
"Apache-2.0"
] | 1,671 | 2016-05-04T00:13:08.000Z | 2022-03-28T01:59:19.000Z | ambry-messageformat/src/main/java/com/github/ambry/messageformat/BlobAll.java | carldea/ambry | bfad53266c1d94950fa1bca460c2a6b959a02d94 | [
"Apache-2.0"
] | 1,598 | 2016-05-04T19:17:36.000Z | 2022-03-29T05:15:07.000Z | ambry-messageformat/src/main/java/com/github/ambry/messageformat/BlobAll.java | carldea/ambry | bfad53266c1d94950fa1bca460c2a6b959a02d94 | [
"Apache-2.0"
] | 314 | 2016-05-03T23:27:50.000Z | 2022-03-09T07:13:54.000Z | 27.861111 | 103 | 0.702393 | 14,899 | /*
* Copyright 2016 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
3e2321d8848123b09788bcbec9d31740497a6d5a | 358 | java | Java | src/main/java/dao/StudentDao.java | rg-epicodus/OutdoorSchool | 58c66027d518dbdfa6873a1243a8999532ff26b2 | [
"Unlicense",
"MIT"
] | null | null | null | src/main/java/dao/StudentDao.java | rg-epicodus/OutdoorSchool | 58c66027d518dbdfa6873a1243a8999532ff26b2 | [
"Unlicense",
"MIT"
] | null | null | null | src/main/java/dao/StudentDao.java | rg-epicodus/OutdoorSchool | 58c66027d518dbdfa6873a1243a8999532ff26b2 | [
"Unlicense",
"MIT"
] | null | null | null | 16.272727 | 57 | 0.642458 | 14,900 | package dao;
import models.Student;
import java.util.List;
public interface StudentDao {
//Create
// void add(Student student);
//Read
// List<Student> getAll();
// List<Student> getAllStudentsByCourse(int courseId);
// Student findById(int id);
//Update
// void update(int id);
//De... |
3e2323949055b908bb52f6105d62d135037eeb9c | 322 | java | Java | src/main/java/buildcraft/api/gates/ITriggerProvider.java | VoltzModpack/MFFS-Classic | 7927f4f3d0313e7b7ab270b78c49a38ecf2c6f5b | [
"Unlicense"
] | null | null | null | src/main/java/buildcraft/api/gates/ITriggerProvider.java | VoltzModpack/MFFS-Classic | 7927f4f3d0313e7b7ab270b78c49a38ecf2c6f5b | [
"Unlicense"
] | null | null | null | src/main/java/buildcraft/api/gates/ITriggerProvider.java | VoltzModpack/MFFS-Classic | 7927f4f3d0313e7b7ab270b78c49a38ecf2c6f5b | [
"Unlicense"
] | null | null | null | 21.466667 | 61 | 0.822981 | 14,901 | package buildcraft.api.gates;
import buildcraft.api.transport.IPipe;
import net.minecraft.block.Block;
import net.minecraft.tileentity.TileEntity;
import java.util.LinkedList;
public interface ITriggerProvider {
LinkedList getPipeTriggers(IPipe var1);
LinkedList getNeighborTriggers(Block var1, TileEntity var2);
... |
3e232466ce6c60a8d884b7421ba1d5189c9a42de | 1,198 | java | Java | src/main/java/com/alipay/api/response/AlipayTradeRepaybillBillinConfirmResponse.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 333 | 2018-08-28T09:26:55.000Z | 2022-03-31T07:26:42.000Z | src/main/java/com/alipay/api/response/AlipayTradeRepaybillBillinConfirmResponse.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 46 | 2018-09-27T03:52:42.000Z | 2021-08-10T07:54:57.000Z | src/main/java/com/alipay/api/response/AlipayTradeRepaybillBillinConfirmResponse.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 158 | 2018-12-07T17:03:43.000Z | 2022-03-17T09:32:43.000Z | 21.017544 | 80 | 0.69616 | 14,902 | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.trade.repaybill.billin.confirm response.
*
* @author auto create
* @since 1.0, 2020-09-30 16:28:57
*/
public class AlipayTradeRepaybillBillinConfirmRespon... |
3e23246d59498b7b57ac6378896a0be451e1233d | 9,239 | java | Java | core/cas-server-core-util/src/main/java/org/apereo/cas/util/CollectionUtils.java | xinchufa/cas-5.2.3 | d745a680bb538ab42cf2ba5339b2f62a70fb755a | [
"Apache-2.0"
] | 3 | 2018-10-10T09:05:29.000Z | 2021-02-23T02:29:49.000Z | core/cas-server-core-util/src/main/java/org/apereo/cas/util/CollectionUtils.java | xinchufa/cas-5.2.3 | d745a680bb538ab42cf2ba5339b2f62a70fb755a | [
"Apache-2.0"
] | null | null | null | core/cas-server-core-util/src/main/java/org/apereo/cas/util/CollectionUtils.java | xinchufa/cas-5.2.3 | d745a680bb538ab42cf2ba5339b2f62a70fb755a | [
"Apache-2.0"
] | null | null | null | 30.391447 | 107 | 0.529603 | 14,903 | package org.apereo.cas.util;
import com.google.common.collect.Multimap;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.tuple.Pair;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.H... |
3e232474b4ebd1d7995d8dc8c8fe511a2e58506e | 780 | java | Java | src/Settings/Vet/AVet.java | quentpilot/LiveCurrencyConverter | 0eefdbf8d74a09489b2d8bbed6d5f86fa1dcbc94 | [
"MIT"
] | null | null | null | src/Settings/Vet/AVet.java | quentpilot/LiveCurrencyConverter | 0eefdbf8d74a09489b2d8bbed6d5f86fa1dcbc94 | [
"MIT"
] | null | null | null | src/Settings/Vet/AVet.java | quentpilot/LiveCurrencyConverter | 0eefdbf8d74a09489b2d8bbed6d5f86fa1dcbc94 | [
"MIT"
] | null | null | null | 32.916667 | 106 | 0.592405 | 14,904 | /**
* @Description: Object class would to do some stuff
* @Author: Quentin Le Bian <quentin>
* @Email: upchh@example.com
* @Project: LiveCurrencyConverter
* @About: You're welcome to hack and code as your are each of theses sources files <3:p|--<;
* @Filenam... |
3e23247afb4564c39fc2996490d27630c57b48dc | 1,730 | java | Java | ide/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/issue/ShowLogActionTest.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | ide/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/issue/ShowLogActionTest.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | ide/bugzilla/test/unit/src/org/netbeans/modules/bugzilla/issue/ShowLogActionTest.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 30.892857 | 76 | 0.728902 | 14,905 | /*
* 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 ... |
3e2325a4712f837d9812d9a74b0b77c541a8e6e8 | 1,271 | java | Java | ReplaceVowels.java | sad786/Java | 62ced050b1b94bec9299b57976479632a133b91e | [
"MIT"
] | null | null | null | ReplaceVowels.java | sad786/Java | 62ced050b1b94bec9299b57976479632a133b91e | [
"MIT"
] | null | null | null | ReplaceVowels.java | sad786/Java | 62ced050b1b94bec9299b57976479632a133b91e | [
"MIT"
] | null | null | null | 23.537037 | 83 | 0.601888 | 14,906 | import java.util.Scanner;
public class ReplaceVowels
{
public static void main(String args[])
{
var sc = new Scanner(System.in);
System.out.println("Enter First String");
StringBuilder first = new StringBuilder(sc.nextLine());
System.out.println("Enter Second String ");
StringBuilder second = new Str... |
3e2326cc0b61bf1415053267187045a33e807dab | 6,368 | java | Java | src/main/java/gargoyle/ct/ui/impl/CTAboutDialog.java | etherscan-io/CoffeeTime | ffb52a3cd0d7404952d16a115d4d8dbe5e23cd84 | [
"Unlicense"
] | null | null | null | src/main/java/gargoyle/ct/ui/impl/CTAboutDialog.java | etherscan-io/CoffeeTime | ffb52a3cd0d7404952d16a115d4d8dbe5e23cd84 | [
"Unlicense"
] | null | null | null | src/main/java/gargoyle/ct/ui/impl/CTAboutDialog.java | etherscan-io/CoffeeTime | ffb52a3cd0d7404952d16a115d4d8dbe5e23cd84 | [
"Unlicense"
] | null | null | null | 38.829268 | 114 | 0.689384 | 14,907 | package gargoyle.ct.ui.impl;
import gargoyle.ct.log.Log;
import gargoyle.ct.messages.impl.CTMessages;
import gargoyle.ct.ui.CTApp;
import gargoyle.ct.ui.CTDialog;
import gargoyle.ct.ui.CTIconProvider;
import gargoyle.ct.ui.util.CTDragHelper;
import gargoyle.ct.ui.util.render.GraphPaperLayout;
import gargoyle.ct.ver.CT... |
3e232731bd88d4d439e2d62a9a744d61ad7a5bb0 | 2,709 | java | Java | platform/structuralsearch/source/com/intellij/structuralsearch/plugin/replace/impl/ParameterInfo.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | null | null | null | platform/structuralsearch/source/com/intellij/structuralsearch/plugin/replace/impl/ParameterInfo.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | null | null | null | platform/structuralsearch/source/com/intellij/structuralsearch/plugin/replace/impl/ParameterInfo.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | 1 | 2019-07-18T16:50:52.000Z | 2019-07-18T16:50:52.000Z | 23.556522 | 81 | 0.761166 | 14,908 | package com.intellij.structuralsearch.plugin.replace.impl;
import com.intellij.psi.PsiElement;
public final class ParameterInfo {
private String name;
private int startIndex;
private boolean argumentContext;
private boolean methodParameterContext;
private boolean statementContext;
private boolean variable... |
3e23284db259fbcb81515efdec0607b219f64981 | 5,752 | java | Java | model-semt-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SubBalanceInformation10.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 40 | 2020-10-13T13:44:59.000Z | 2022-03-30T13:58:32.000Z | model-semt-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SubBalanceInformation10.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 25 | 2020-10-04T23:46:22.000Z | 2022-03-30T12:31:03.000Z | model-semt-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/SubBalanceInformation10.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 22 | 2020-12-22T14:50:22.000Z | 2022-03-30T13:19:10.000Z | 27.132075 | 148 | 0.630563 | 14,909 |
package com.prowidesoftware.swift.model.mx.dic;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.bu... |
3e2328758e403cffec33d050965b285b24a0bc0a | 419 | java | Java | src/main/java/io/github/prospector/modmenu/gui/entries/IndependentEntry.java | calmilamsy/ModMenu | dcef643a8ae8e872487226482080d7c92a3c4c00 | [
"MIT"
] | 3 | 2020-03-18T05:46:15.000Z | 2020-09-12T06:19:17.000Z | src/main/java/io/github/prospector/modmenu/gui/entries/IndependentEntry.java | calmilamsy/ModMenu | dcef643a8ae8e872487226482080d7c92a3c4c00 | [
"MIT"
] | null | null | null | src/main/java/io/github/prospector/modmenu/gui/entries/IndependentEntry.java | calmilamsy/ModMenu | dcef643a8ae8e872487226482080d7c92a3c4c00 | [
"MIT"
] | 3 | 2020-06-28T07:45:33.000Z | 2020-11-02T16:28:46.000Z | 29.928571 | 84 | 0.818616 | 14,910 | package io.github.prospector.modmenu.gui.entries;
import io.github.prospector.modmenu.gui.ModListEntry;
import io.github.prospector.modmenu.gui.ModListWidget;
import net.fabricmc.loader.api.ModContainer;
import net.minecraft.client.Minecraft;
public class IndependentEntry extends ModListEntry {
public IndependentEn... |
3e2328da2e527eaea082e97c09788e65e02c6d61 | 2,017 | java | Java | src/main/java/org/manuel/mysportfolio/controllers/query/TeamQueryController.java | manuelarte/mysportfolio-backend | e41d1e8ff7d35c3c0e3cd13875aac33a6f212592 | [
"MIT"
] | null | null | null | src/main/java/org/manuel/mysportfolio/controllers/query/TeamQueryController.java | manuelarte/mysportfolio-backend | e41d1e8ff7d35c3c0e3cd13875aac33a6f212592 | [
"MIT"
] | null | null | null | src/main/java/org/manuel/mysportfolio/controllers/query/TeamQueryController.java | manuelarte/mysportfolio-backend | e41d1e8ff7d35c3c0e3cd13875aac33a6f212592 | [
"MIT"
] | null | null | null | 42.020833 | 77 | 0.819038 | 14,911 | package org.manuel.mysportfolio.controllers.query;
import io.github.manuelarte.mysportfolio.exceptions.EntityNotFoundException;
import io.github.manuelarte.mysportfolio.model.documents.team.Team;
import io.github.manuelarte.mysportfolio.model.dtos.team.TeamDto;
import org.bson.types.ObjectId;
import org.manuel.mysport... |
3e232923d85c58574ef6c95bc908e9b3f989725c | 5,531 | java | Java | core/src/test/java/de/mirkosertic/bytecoder/classlib/java/util/ArrayListTest.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 543 | 2017-06-14T14:53:33.000Z | 2022-03-23T14:18:09.000Z | core/src/test/java/de/mirkosertic/bytecoder/classlib/java/util/ArrayListTest.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 381 | 2017-10-31T14:29:54.000Z | 2022-03-25T15:27:27.000Z | core/src/test/java/de/mirkosertic/bytecoder/classlib/java/util/ArrayListTest.java | Suyashtnt/Bytecoder | d957081d50f2d30b3206447b805b1ca9da69c8c2 | [
"Apache-2.0"
] | 50 | 2018-01-06T12:35:14.000Z | 2022-03-13T14:54:33.000Z | 35.455128 | 75 | 0.641475 | 14,912 | /*
* Copyright 2017 Mirko Sertic
*
* 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 ... |
3e232a85faf30c5ab52cc9a19e9475fcf29dd0ac | 1,239 | java | Java | modules/jaxws/src/org/apache/axis2/jaxws/core/controller/impl/InvocationControllerFactoryImpl.java | sameeragunarathne/wso2-axis2-1 | 9e3827fb0136a0cb79252bec933bdc01629c03db | [
"Apache-2.0"
] | 1 | 2020-01-05T04:46:29.000Z | 2020-01-05T04:46:29.000Z | modules/jaxws/src/org/apache/axis2/jaxws/core/controller/impl/InvocationControllerFactoryImpl.java | sameeragunarathne/wso2-axis2-1 | 9e3827fb0136a0cb79252bec933bdc01629c03db | [
"Apache-2.0"
] | null | null | null | modules/jaxws/src/org/apache/axis2/jaxws/core/controller/impl/InvocationControllerFactoryImpl.java | sameeragunarathne/wso2-axis2-1 | 9e3827fb0136a0cb79252bec933bdc01629c03db | [
"Apache-2.0"
] | null | null | null | 38.71875 | 86 | 0.756255 | 14,913 | /*
* 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"); ... |
3e232b17aa97b9f287bb76948717c14c528620bb | 1,993 | java | Java | PTJob_Company/app/src/main/java/com/example/lenovo/ptjob_company/com/Model/Pluralist.java | jenkin-du/Android | b000b8046c07850d8f7f57ca5d67bf2b1c2486d2 | [
"Apache-2.0"
] | null | null | null | PTJob_Company/app/src/main/java/com/example/lenovo/ptjob_company/com/Model/Pluralist.java | jenkin-du/Android | b000b8046c07850d8f7f57ca5d67bf2b1c2486d2 | [
"Apache-2.0"
] | null | null | null | PTJob_Company/app/src/main/java/com/example/lenovo/ptjob_company/com/Model/Pluralist.java | jenkin-du/Android | b000b8046c07850d8f7f57ca5d67bf2b1c2486d2 | [
"Apache-2.0"
] | null | null | null | 20.978947 | 73 | 0.696939 | 14,914 | package com.example.lenovo.ptjob_company.com.Model;
import android.os.Parcel;
import android.os.Parcelable;
import java.io.Serializable;
public class Pluralist implements Serializable{
private String pId;
private String name;
private String phone;
private String password;
private String gender;
private int ag... |
3e232bd31768bcea7635893937df5130b3776a1c | 1,766 | java | Java | app/src/main/java/io/apicurio/registry/rules/compatibility/ProtobufFdCompatibilityChecker.java | paoloantinori/apicurio-registry | 97fc7c16af717345996c8117e2e1b1f332e5914b | [
"Apache-2.0"
] | 1 | 2021-03-03T07:09:06.000Z | 2021-03-03T07:09:06.000Z | app/src/main/java/io/apicurio/registry/rules/compatibility/ProtobufFdCompatibilityChecker.java | paoloantinori/apicurio-registry | 97fc7c16af717345996c8117e2e1b1f332e5914b | [
"Apache-2.0"
] | null | null | null | app/src/main/java/io/apicurio/registry/rules/compatibility/ProtobufFdCompatibilityChecker.java | paoloantinori/apicurio-registry | 97fc7c16af717345996c8117e2e1b1f332e5914b | [
"Apache-2.0"
] | null | null | null | 36.791667 | 147 | 0.738958 | 14,915 | /*
* Copyright 2020 Red Hat
*
* 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 ... |
3e232c6f94dc42508a93bb082bd0e33ec8ddd7af | 1,907 | java | Java | src/ch/epfl/tchu/game/Card.java | matthias-wyss/tCHu | ce470085fa500417114a718c448f1313adc08955 | [
"MIT"
] | null | null | null | src/ch/epfl/tchu/game/Card.java | matthias-wyss/tCHu | ce470085fa500417114a718c448f1313adc08955 | [
"MIT"
] | null | null | null | src/ch/epfl/tchu/game/Card.java | matthias-wyss/tCHu | ce470085fa500417114a718c448f1313adc08955 | [
"MIT"
] | null | null | null | 24.766234 | 106 | 0.563713 | 14,916 | package ch.epfl.tchu.game;
import java.util.List;
/**
* Enumération des différentes cartes du jeu
* @author Thibault Czarniak (327577)
* @author Matthias Wyss (329884)
*/
public enum Card {
BLACK(Color.BLACK),
VIOLET(Color.VIOLET),
BLUE(Color.BLUE),
GREEN(Color.GREEN),
YELLOW(Color.YELLOW),
... |
3e232cbb15ea85478a0dd1d81e35e5bba808583a | 1,302 | java | Java | src/org/jruby/ext/ffi/jffi/FastIntMethodOneArg.java | vsosrc/jruby | 10c02bc7630ef568241baa4fb903e3935f9de89d | [
"Ruby",
"Apache-2.0"
] | null | null | null | src/org/jruby/ext/ffi/jffi/FastIntMethodOneArg.java | vsosrc/jruby | 10c02bc7630ef568241baa4fb903e3935f9de89d | [
"Ruby",
"Apache-2.0"
] | null | null | null | src/org/jruby/ext/ffi/jffi/FastIntMethodOneArg.java | vsosrc/jruby | 10c02bc7630ef568241baa4fb903e3935f9de89d | [
"Ruby",
"Apache-2.0"
] | null | null | null | 39.454545 | 140 | 0.741935 | 14,917 |
package org.jruby.ext.ffi.jffi;
import com.kenai.jffi.Function;
import org.jruby.RubyModule;
import org.jruby.runtime.Block;
import org.jruby.runtime.ThreadContext;
import org.jruby.runtime.builtin.IRubyObject;
final class FastIntMethodOneArg extends FastIntMethod {
private final IntParameterConverter c1;
pu... |
3e232ce5082b064ec19a3d6cdb7c8d3b3c6e35f9 | 1,565 | java | Java | extensions-core/druid-bloom-filter/src/main/java/org/apache/druid/query/aggregation/bloom/LongBloomFilterAggregator.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 5,813 | 2015-01-01T14:14:54.000Z | 2018-07-06T11:13:03.000Z | extensions-core/druid-bloom-filter/src/main/java/org/apache/druid/query/aggregation/bloom/LongBloomFilterAggregator.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 4,320 | 2015-01-02T18:37:24.000Z | 2018-07-06T14:51:01.000Z | extensions-core/druid-bloom-filter/src/main/java/org/apache/druid/query/aggregation/bloom/LongBloomFilterAggregator.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 1,601 | 2015-01-05T05:37:05.000Z | 2018-07-06T11:13:04.000Z | 34.777778 | 107 | 0.760383 | 14,918 | /*
* 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 ... |
3e232d252ef1d0bcc1af2fdff0b6834d4529d289 | 5,875 | java | Java | SensorProcessing/src/us/ihmc/sensorProcessing/encoder/processors/StateMachineTwoEncoderProcessor.java | wxmerkt/ihmc-open-robotics-software | 2c47c9a9bd999e7811038e99c3888683f9973a2a | [
"Apache-2.0"
] | null | null | null | SensorProcessing/src/us/ihmc/sensorProcessing/encoder/processors/StateMachineTwoEncoderProcessor.java | wxmerkt/ihmc-open-robotics-software | 2c47c9a9bd999e7811038e99c3888683f9973a2a | [
"Apache-2.0"
] | null | null | null | SensorProcessing/src/us/ihmc/sensorProcessing/encoder/processors/StateMachineTwoEncoderProcessor.java | wxmerkt/ihmc-open-robotics-software | 2c47c9a9bd999e7811038e99c3888683f9973a2a | [
"Apache-2.0"
] | null | null | null | 30.440415 | 158 | 0.600681 | 14,919 | package us.ihmc.sensorProcessing.encoder.processors;
import us.ihmc.robotics.dataStructures.registry.YoVariableRegistry;
import us.ihmc.robotics.dataStructures.variable.DoubleYoVariable;
import us.ihmc.robotics.dataStructures.variable.EnumYoVariable;
import us.ihmc.robotics.dataStructures.variable.IntegerYoVariable;
... |
3e232e0e6c6999aeccb8bc3f49ac94b4addb31eb | 895 | java | Java | src/main/java/com/xy1m/amplify/model/performance/reporting/periodic/Result.java | lorddct/outbrain-amplify-api-java-client | ccb17221f0745f0895fd746b854d1270ef18276f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/xy1m/amplify/model/performance/reporting/periodic/Result.java | lorddct/outbrain-amplify-api-java-client | ccb17221f0745f0895fd746b854d1270ef18276f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/xy1m/amplify/model/performance/reporting/periodic/Result.java | lorddct/outbrain-amplify-api-java-client | ccb17221f0745f0895fd746b854d1270ef18276f | [
"Apache-2.0"
] | null | null | null | 23.552632 | 62 | 0.719553 | 14,920 | package com.xy1m.amplify.model.performance.reporting.periodic;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@JsonInclude(JsonInclude.In... |
3e232f2073259dcde22da7050b3a20d4f0181903 | 2,323 | java | Java | core/src/main/java/org/trimou/util/ImmutableSet.java | ThierryCurtil/trimou | 316c87bdfc5ee48bd65115e3e9ee8c5fd13f5be5 | [
"Apache-2.0"
] | 60 | 2015-02-15T13:27:46.000Z | 2022-03-30T21:00:52.000Z | core/src/main/java/org/trimou/util/ImmutableSet.java | ThierryCurtil/trimou | 316c87bdfc5ee48bd65115e3e9ee8c5fd13f5be5 | [
"Apache-2.0"
] | 75 | 2015-01-23T22:28:13.000Z | 2022-02-22T16:53:51.000Z | core/src/main/java/org/trimou/util/ImmutableSet.java | ThierryCurtil/trimou | 316c87bdfc5ee48bd65115e3e9ee8c5fd13f5be5 | [
"Apache-2.0"
] | 21 | 2015-01-23T22:17:50.000Z | 2020-06-11T12:15:16.000Z | 24.197917 | 75 | 0.60353 | 14,921 | /*
* Copyright 2016 Martin Kouba
*
* 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 ... |
3e232f2d5529fdf48a04e409083e83335433c0b0 | 7,000 | java | Java | IDS/src/main/java/de/tub/insin/ss17/grp1/evaluation/Evaluater.java | flyingdutchman23/simple-IDS-analysis | fecef396a31f31687e5deeac5b5333a3d103d319 | [
"MIT"
] | null | null | null | IDS/src/main/java/de/tub/insin/ss17/grp1/evaluation/Evaluater.java | flyingdutchman23/simple-IDS-analysis | fecef396a31f31687e5deeac5b5333a3d103d319 | [
"MIT"
] | null | null | null | IDS/src/main/java/de/tub/insin/ss17/grp1/evaluation/Evaluater.java | flyingdutchman23/simple-IDS-analysis | fecef396a31f31687e5deeac5b5333a3d103d319 | [
"MIT"
] | null | null | null | 39.106145 | 93 | 0.637429 | 14,922 | package de.tub.insin.ss17.grp1.evaluation;
import weka.core.Instance;
import weka.core.Instances;
import weka.classifiers.Classifier;
import weka.classifiers.Evaluation;
import java.text.DecimalFormat;
import java.util.Arrays;
import java.util.Iterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... |
3e232f76beb51995b3f4b57c59dfac13566a348c | 2,504 | java | Java | src/main/java/de/wolc/gui/KonfettiObjekt.java | jsdelivrbot/sim-locher | 40b32a6fdc631328645bf66bd3465be33484bdbe | [
"MIT"
] | 3 | 2018-10-24T19:37:37.000Z | 2018-10-24T20:03:33.000Z | src/main/java/de/wolc/gui/KonfettiObjekt.java | jsdelivrbot/sim-locher | 40b32a6fdc631328645bf66bd3465be33484bdbe | [
"MIT"
] | 32 | 2018-10-12T18:43:54.000Z | 2018-12-13T18:50:51.000Z | src/main/java/de/wolc/gui/KonfettiObjekt.java | jsdelivrbot/sim-locher | 40b32a6fdc631328645bf66bd3465be33484bdbe | [
"MIT"
] | 2 | 2018-12-08T17:42:30.000Z | 2020-09-30T19:19:11.000Z | 29.116279 | 93 | 0.644569 | 14,923 | package de.wolc.gui;
import de.wolc.MultiUse;
import de.wolc.spiel.papier.Konfetti;
import javafx.scene.image.Image;
import javafx.scene.paint.ImagePattern;
import javafx.scene.shape.Rectangle;
import javafx.scene.effect.Light;
import javafx.scene.effect.Lighting;
/**
* Stellt ein Konfetti in der Welt da.
*/
publi... |
3e232f827931f5153e9fcea8ecf3147703449d8c | 251 | java | Java | Game_01/src/com/fkstudio/entities/Lifepack.java | Fabipmfilho/Game-2d-Java | 61dbb2ef218ac87d14754bc55d12e5741ce509e2 | [
"MIT"
] | 2 | 2020-08-27T07:16:54.000Z | 2020-08-27T07:16:58.000Z | Game_01/src/com/fkstudio/entities/Lifepack.java | Fabipmfilho/Game-2d-Java | 61dbb2ef218ac87d14754bc55d12e5741ce509e2 | [
"MIT"
] | null | null | null | Game_01/src/com/fkstudio/entities/Lifepack.java | Fabipmfilho/Game-2d-Java | 61dbb2ef218ac87d14754bc55d12e5741ce509e2 | [
"MIT"
] | null | null | null | 20.916667 | 80 | 0.681275 | 14,924 | package com.fkstudio.entities;
import java.awt.image.BufferedImage;
public class Lifepack extends Entity{
public Lifepack(int x, int y, int width, int height, BufferedImage sprite) {
super(x, y, width, height, sprite);
}
}
|
3e232f8ed8174b81fa329ad4830463269b6b38c8 | 3,625 | java | Java | app/src/main/java/com/ittianyu/mobileguard/dao/PhoneLocationDao.java | yosianonymous31/MobileGuard | 21b7553691a75dba5433e3d78804a89b2aadac85 | [
"MIT"
] | 327 | 2016-10-25T13:15:29.000Z | 2021-12-17T01:42:45.000Z | app/src/main/java/com/ittianyu/mobileguard/dao/PhoneLocationDao.java | androidGeniusCode/MobileGuard | 38c820efde3e77738656db1fd27ec02827610f2f | [
"MIT"
] | 3 | 2017-03-04T02:29:42.000Z | 2017-05-07T13:30:36.000Z | app/src/main/java/com/ittianyu/mobileguard/dao/PhoneLocationDao.java | androidGeniusCode/MobileGuard | 38c820efde3e77738656db1fd27ec02827610f2f | [
"MIT"
] | 85 | 2016-11-01T03:55:08.000Z | 2020-12-25T07:24:13.000Z | 37.371134 | 163 | 0.649379 | 14,925 | package com.ittianyu.mobileguard.dao;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.ittianyu.mobileguard.utils.FileUtils;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by yu.
* Provide service ... |
3e232fa4bc105451be558925a4e272cb80d80bd9 | 19,733 | java | Java | src/org/iguana/grammar/transformation/DesugarAlignAndOffside.java | YaccConstructor/iguana | 8b32f3ce39a01e554c0451ea45374c6dce567152 | [
"BSD-2-Clause"
] | 14 | 2021-12-01T13:05:36.000Z | 2022-03-21T12:19:47.000Z | src/org/iguana/grammar/transformation/DesugarAlignAndOffside.java | YaccConstructor/iguana | 8b32f3ce39a01e554c0451ea45374c6dce567152 | [
"BSD-2-Clause"
] | 1 | 2021-06-28T12:09:16.000Z | 2021-06-28T12:09:16.000Z | src/org/iguana/grammar/transformation/DesugarAlignAndOffside.java | JetBrains-Research/GLL4Graph | 062f1d8ad18fed1281a2b4abd6e3a5f11f88eca2 | [
"BSD-2-Clause"
] | 1 | 2021-02-04T10:04:08.000Z | 2021-02-04T10:04:08.000Z | 28.891654 | 151 | 0.650889 | 14,926 | /*
* Copyright (c) 2015, Ali Afroozeh and Anastasia Izmaylova, Centrum Wiskunde & Informatica (CWI)
* 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 mu... |
3e232ffce996cc87c2d100aa752d07d53c032b79 | 22,059 | java | Java | data/work/androidstudio/AndroidStudioProjects/ssr/app/src/main/java/ui/activity/LogisticsReportActivity.java | liyanippon/working | 056dd5c7fec7492c4daf5697098ccdfb5dcd69fa | [
"Apache-2.0"
] | null | null | null | data/work/androidstudio/AndroidStudioProjects/ssr/app/src/main/java/ui/activity/LogisticsReportActivity.java | liyanippon/working | 056dd5c7fec7492c4daf5697098ccdfb5dcd69fa | [
"Apache-2.0"
] | null | null | null | data/work/androidstudio/AndroidStudioProjects/ssr/app/src/main/java/ui/activity/LogisticsReportActivity.java | liyanippon/working | 056dd5c7fec7492c4daf5697098ccdfb5dcd69fa | [
"Apache-2.0"
] | null | null | null | 47.850325 | 229 | 0.613128 | 14,927 | package ui.activity;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Color;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AlertDialog;
import ... |
3e232ffef07bca889676584eedd1a3fc563c9297 | 3,773 | java | Java | app/src/main/java/com/example/asus/paishow/pojo/User.java | jasonxwz/paishow | b56129a931453d090d6d6d92b072259568d24620 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/asus/paishow/pojo/User.java | jasonxwz/paishow | b56129a931453d090d6d6d92b072259568d24620 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/asus/paishow/pojo/User.java | jasonxwz/paishow | b56129a931453d090d6d6d92b072259568d24620 | [
"Apache-2.0"
] | null | null | null | 25.153333 | 80 | 0.732574 | 14,928 | package com.example.asus.paishow.pojo;
import java.io.Serializable;
public class User implements Serializable {
private Integer userId;
private String userName;
private String userSex;
private String userLocation;
private String userTouxiang;
private String userBackground;
private String userJianjie;
private ... |
3e2330ec9aa6fb009fdf82dca0bc554eb382f8d6 | 11,094 | java | Java | src/main/java/com/pku/smart/modules/sys/service/impl/SysUserServiceImpl.java | zhunian2003/smart-pay-plus | c5ad6874530d1c58ca6d422464a3254bf489fcab | [
"Apache-2.0"
] | 2 | 2020-11-14T14:15:07.000Z | 2021-09-14T03:21:41.000Z | src/main/java/com/pku/smart/modules/sys/service/impl/SysUserServiceImpl.java | zhunian2003/smart-pay-plus | c5ad6874530d1c58ca6d422464a3254bf489fcab | [
"Apache-2.0"
] | 1 | 2021-02-03T19:35:27.000Z | 2021-02-03T19:35:27.000Z | src/main/java/com/pku/smart/modules/sys/service/impl/SysUserServiceImpl.java | zhunian2003/smart-pay-plus | c5ad6874530d1c58ca6d422464a3254bf489fcab | [
"Apache-2.0"
] | 1 | 2020-09-13T10:35:51.000Z | 2020-09-13T10:35:51.000Z | 28.229008 | 101 | 0.551289 | 14,929 | package com.pku.smart.modules.sys.service.impl;
import com.pku.smart.common.annotation.DataScope;
import com.pku.smart.common.constant.UserConstants;
import com.pku.smart.common.exception.CustomException;
import com.pku.smart.common.mylog.MyLog;
import com.pku.smart.modules.sys.entity.*;
import com.pku.smart.mo... |
3e23318c517099b47d107433a3f522ee9a538100 | 1,176 | java | Java | src/chapter3/exercises/Invoice.java | ostakhovsky/JavaExercises | 88e618ccd62584ae99df5f35712b9a1973515887 | [
"MIT"
] | null | null | null | src/chapter3/exercises/Invoice.java | ostakhovsky/JavaExercises | 88e618ccd62584ae99df5f35712b9a1973515887 | [
"MIT"
] | null | null | null | src/chapter3/exercises/Invoice.java | ostakhovsky/JavaExercises | 88e618ccd62584ae99df5f35712b9a1973515887 | [
"MIT"
] | null | null | null | 18.666667 | 89 | 0.655612 | 14,930 | package chapter3.exercises;
/*
ex. 3.13
*/
public class Invoice {
private String partNumber;
private String partDescription;
int quantity;
double price;
public String getPartNumber() {
return partNumber;
}
public void setPartNumber(String partNumber) {
this.partNumber = partNumber;
}
publ... |
3e233196b30a1c1eb0d060bc1d7185d9089c3255 | 5,682 | java | Java | agp-7.1.0-alpha01/tools/base/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/api/ReadOnlyBaseConfig.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | 1 | 2020-10-04T19:30:22.000Z | 2020-10-04T19:30:22.000Z | agp-7.1.0-alpha01/tools/base/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/api/ReadOnlyBaseConfig.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | null | null | null | agp-7.1.0-alpha01/tools/base/build-system/gradle-core/src/main/java/com/android/build/gradle/internal/api/ReadOnlyBaseConfig.java | jomof/CppBuildCacheWorkInProgress | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | [
"Apache-2.0"
] | 2 | 2020-10-04T19:30:24.000Z | 2020-11-04T05:58:17.000Z | 33.423529 | 101 | 0.694298 | 14,931 | /*
* Copyright (C) 2015 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... |
3e2332c777ed19b3ff1a6b292a544512116ca5fb | 567 | java | Java | src/main/java/Human.java | hoangbui2711997/myjpa | d94d08f86efcb25ca507d84f3f6488384649c423 | [
"MIT"
] | null | null | null | src/main/java/Human.java | hoangbui2711997/myjpa | d94d08f86efcb25ca507d84f3f6488384649c423 | [
"MIT"
] | null | null | null | src/main/java/Human.java | hoangbui2711997/myjpa | d94d08f86efcb25ca507d84f3f6488384649c423 | [
"MIT"
] | null | null | null | 22.68 | 81 | 0.671958 | 14,932 | import javax.persistence.*;
//@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
//@DiscriminatorColumn(name = "name", discriminatorType = DiscriminatorType.CHAR)
//@DiscriminatorValue("H")
@MappedSuperclass
public class Human {
protected String name;
protected int age;
@Id @GeneratedValue
prote... |
3e23332ba2e72467a62ba5ec27d912c430ca6034 | 54,779 | java | Java | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | nikvaessen/camel | a9d093faf22c57b18777b5f6de6b03731157146b | [
"Apache-2.0"
] | 3 | 2016-10-31T14:14:30.000Z | 2017-10-16T03:21:42.000Z | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | shoaibjdev/camel | 845ce7b149e477d214187272b72a83283925fcc7 | [
"Apache-2.0"
] | 12 | 2019-11-13T03:09:32.000Z | 2022-02-01T01:05:20.000Z | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | shoaibjdev/camel | 845ce7b149e477d214187272b72a83283925fcc7 | [
"Apache-2.0"
] | 3 | 2017-08-16T14:26:57.000Z | 2019-10-24T06:47:18.000Z | 44.57201 | 190 | 0.604922 | 14,933 | /**
* 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... |
3e233336d5c6380457bcaca2465fad2e920c1b6a | 3,637 | java | Java | src/test/java/io/reactivex/internal/operators/observable/NbpOperatorSwitchIfEmptyTest.java | louqianzyq220808/ReactiveX_RxJava_0 | 92281376dbf8b75bc9b310ab10a4a9be30cde54f | [
"Apache-2.0"
] | null | null | null | src/test/java/io/reactivex/internal/operators/observable/NbpOperatorSwitchIfEmptyTest.java | louqianzyq220808/ReactiveX_RxJava_0 | 92281376dbf8b75bc9b310ab10a4a9be30cde54f | [
"Apache-2.0"
] | null | null | null | src/test/java/io/reactivex/internal/operators/observable/NbpOperatorSwitchIfEmptyTest.java | louqianzyq220808/ReactiveX_RxJava_0 | 92281376dbf8b75bc9b310ab10a4a9be30cde54f | [
"Apache-2.0"
] | null | null | null | 32.473214 | 112 | 0.593896 | 14,934 | /**
* Copyright 2016 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
3e2333ba78caaa1c8aa144fb5c6a426d848088ea | 9,917 | java | Java | runtime/com/redhat/ceylon/compiler/java/runtime/metamodel/meta/MemberClassInitializerConstructor.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | runtime/com/redhat/ceylon/compiler/java/runtime/metamodel/meta/MemberClassInitializerConstructor.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | runtime/com/redhat/ceylon/compiler/java/runtime/metamodel/meta/MemberClassInitializerConstructor.java | unratito/ceylon.language | 18fca576ea1b900df53649e428cb6fdd42a7a17c | [
"Apache-2.0"
] | null | null | null | 41.843882 | 191 | 0.712514 | 14,935 | package com.redhat.ceylon.compiler.java.runtime.metamodel.meta;
import java.util.List;
import ceylon.language.Map;
import ceylon.language.Sequence;
import ceylon.language.Sequential;
import ceylon.language.empty_;
import ceylon.language.meta.declaration.CallableConstructorDeclaration;
import ceylon.language.meta.mode... |
3e2335e91a00fa81a3907236dcca242d057b756e | 6,579 | java | Java | components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.agent/app/src/main/java/org/wso2/carbon/iot/android/sense/util/SenseDataHolder.java | hasuniea/carbon-device-mgt-plugins | a948a7d69a2e99d6dc1351ae18daf750145d0d32 | [
"Apache-2.0"
] | 9 | 2015-10-29T05:24:20.000Z | 2018-01-09T08:14:28.000Z | components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.agent/app/src/main/java/org/wso2/carbon/iot/android/sense/util/SenseDataHolder.java | hasuniea/carbon-device-mgt-plugins | a948a7d69a2e99d6dc1351ae18daf750145d0d32 | [
"Apache-2.0"
] | 50 | 2015-08-04T06:06:51.000Z | 2022-01-10T16:17:16.000Z | components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.agent/app/src/main/java/org/wso2/carbon/iot/android/sense/util/SenseDataHolder.java | hasuniea/carbon-device-mgt-plugins | a948a7d69a2e99d6dc1351ae18daf750145d0d32 | [
"Apache-2.0"
] | 170 | 2015-02-12T05:56:29.000Z | 2020-02-11T16:39:22.000Z | 32.092683 | 101 | 0.691746 | 14,936 | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless requ... |
3e233672660cb910e0b3ef9e810fd882d20a808d | 6,497 | java | Java | TeamCode/src/main/java/RoboRaiders/Autonomous/StevesAutonomousOptions.java | FTC6567RoboRaiders/RoboRaiders_2018_2019_ftc43_app | 1d4dcd808d30862fac68af403f160f7bdf539bb6 | [
"MIT"
] | 1 | 2018-11-26T02:04:48.000Z | 2018-11-26T02:04:48.000Z | TeamCode/src/main/java/RoboRaiders/Autonomous/StevesAutonomousOptions.java | FTC6567RoboRaiders/RoboRaiders_2018_2019_ftc43_app | 1d4dcd808d30862fac68af403f160f7bdf539bb6 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/RoboRaiders/Autonomous/StevesAutonomousOptions.java | FTC6567RoboRaiders/RoboRaiders_2018_2019_ftc43_app | 1d4dcd808d30862fac68af403f160f7bdf539bb6 | [
"MIT"
] | null | null | null | 41.916129 | 153 | 0.632292 | 14,937 | package RoboRaiders.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import RoboRaiders.AutonomousMethods.AutoOptions.AutoOptions;
import RoboRaiders.AutonomousMethods.NostromoAutonomousMethods;
import RoboRaiders.Logger.Logger;
import Rob... |
3e2336a831dfb469bc496afb9ff0b57c9a68ea1b | 224 | java | Java | realspace/paintsurface.java | iconstudio/Real-Space | 5a79128be6737141e663e0591fb93a18aa4b1c7b | [
"MIT"
] | 1 | 2021-03-02T23:31:53.000Z | 2021-03-02T23:31:53.000Z | realspace/paintsurface.java | iconstudio/Real-Space | 5a79128be6737141e663e0591fb93a18aa4b1c7b | [
"MIT"
] | null | null | null | realspace/paintsurface.java | iconstudio/Real-Space | 5a79128be6737141e663e0591fb93a18aa4b1c7b | [
"MIT"
] | null | null | null | 22.4 | 62 | 0.727679 | 14,938 | package realspace;
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: star_y
class paintsurface {
}
|
3e2336ccf0f5da9bd86ff5346ab31ee4aef43a4b | 1,263 | java | Java | modules/utilities/utils/src/main/java/de/marx_labs/ads/base/utils/render/impl/freemarker/test/FmTest.java | herno/ToolBox | c7d77921bdc7cdf3a1e48375d1e5889f26fe99be | [
"Apache-2.0"
] | 1 | 2017-08-04T09:41:20.000Z | 2017-08-04T09:41:20.000Z | modules/utilities/utils/src/main/java/de/marx_labs/ads/base/utils/render/impl/freemarker/test/FmTest.java | herno/ToolBox | c7d77921bdc7cdf3a1e48375d1e5889f26fe99be | [
"Apache-2.0"
] | null | null | null | modules/utilities/utils/src/main/java/de/marx_labs/ads/base/utils/render/impl/freemarker/test/FmTest.java | herno/ToolBox | c7d77921bdc7cdf3a1e48375d1e5889f26fe99be | [
"Apache-2.0"
] | null | null | null | 34.054054 | 118 | 0.746032 | 14,939 | /**
* Mad-Advertisement
* Copyright (C) 2011-2013 Thorsten Marx <upchh@example.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
*
* ... |
3e2336d5665c37a9ffa30699e6c79c924f7d90e9 | 603 | java | Java | transaction-example/src/test/java/com/example/routing/RoutingDataSourceTest.java | backpaper0/spring-boot-sandbox | 5e306cb7b137d2bf4198d23aefbd559bef7345d7 | [
"MIT"
] | 1 | 2017-11-04T05:12:44.000Z | 2017-11-04T05:12:44.000Z | transaction-example/src/test/java/com/example/routing/RoutingDataSourceTest.java | backpaper0/spring-boot-sandbox | 5e306cb7b137d2bf4198d23aefbd559bef7345d7 | [
"MIT"
] | 2 | 2020-07-05T16:03:52.000Z | 2020-08-03T13:14:06.000Z | transaction-example/src/test/java/com/example/routing/RoutingDataSourceTest.java | backpaper0/spring-boot-sandbox | 5e306cb7b137d2bf4198d23aefbd559bef7345d7 | [
"MIT"
] | null | null | null | 18.272727 | 62 | 0.674959 | 14,940 | package com.example.routing;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import com.example.routing.component.Bar;
import com.example.routing.component.Foo;
@SpringBootTest(classes = RoutingDataSourceAp... |
3e2338b71a913eea26b48aad85cc86ec57a0b41c | 1,185 | java | Java | src/StockIT-v2-release_source_from_JADX/sources/com/google/android/gms/internal/ads/zzcmh.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-11-23T10:12:35.000Z | 2021-11-23T10:12:35.000Z | src/StockIT-v2-release_source_from_JADX/sources/com/google/android/gms/internal/ads/zzcmh.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | null | null | null | src/StockIT-v2-release_source_from_JADX/sources/com/google/android/gms/internal/ads/zzcmh.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-10-01T13:14:19.000Z | 2021-10-01T13:14:19.000Z | 38.225806 | 156 | 0.673418 | 14,941 | package com.google.android.gms.internal.ads;
import android.content.Context;
/* compiled from: com.google.android.gms:play-services-ads@@19.4.0 */
public final class zzcmh implements zzeoy<zzcmi> {
private final zzeph<Context> zzesu;
private final zzeph<zzdow> zzeuo;
private final zzeph<zzcmu> zzeup;
... |
3e233911bc558b37c5b78c01f4868951bd841208 | 1,268 | java | Java | restli-common/src/main/java/com/linkedin/restli/common/ResourceProperties.java | sangm/rest.li | e2b59e19d7e845f0047c7640344be97960bcd6bf | [
"Apache-2.0"
] | 1,682 | 2015-01-07T03:29:42.000Z | 2022-03-30T22:50:53.000Z | restli-common/src/main/java/com/linkedin/restli/common/ResourceProperties.java | sangm/rest.li | e2b59e19d7e845f0047c7640344be97960bcd6bf | [
"Apache-2.0"
] | 312 | 2015-01-26T18:27:08.000Z | 2022-03-28T16:23:12.000Z | restli-common/src/main/java/com/linkedin/restli/common/ResourceProperties.java | sangm/rest.li | e2b59e19d7e845f0047c7640344be97960bcd6bf | [
"Apache-2.0"
] | 441 | 2015-01-07T09:17:41.000Z | 2022-03-26T23:14:12.000Z | 28.818182 | 100 | 0.759464 | 14,942 | /*
Copyright (c) 2014 LinkedIn Corp.
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... |
3e2339365c5761b3234fe1bd634b3f7406712a14 | 1,056 | java | Java | src/test/java/io/github/jonestimd/hibernate/MappedClassFilterTest.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 2 | 2017-12-20T11:41:47.000Z | 2022-02-06T16:28:11.000Z | src/test/java/io/github/jonestimd/hibernate/MappedClassFilterTest.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 25 | 2018-03-04T19:26:50.000Z | 2022-01-17T17:56:01.000Z | src/test/java/io/github/jonestimd/hibernate/MappedClassFilterTest.java | jonestimd/finances | d4d7ee8d40a034f8a7362ef232cea4fefc6f67cf | [
"MIT"
] | 2 | 2019-12-22T13:35:45.000Z | 2022-03-19T13:41:29.000Z | 27.789474 | 81 | 0.732955 | 14,943 | package io.github.jonestimd.hibernate;
import javax.persistence.Entity;
import javax.persistence.MappedSuperclass;
import org.junit.Test;
import static org.assertj.core.api.Assertions.*;
public class MappedClassFilterTest {
@Test
public void testClassWithEntityIsTrue() throws Exception {
assertThat(... |
3e233a31045d02ec84bde4205ab55e4f0f8c3121 | 604 | java | Java | ProvaBin1/src/br/edu/fatecfranca/ex3/Testa.java | MatheusFerreira71/POOJava | 0c1e1bb6eeb329f7f0cf5fdbe552e52c6968718d | [
"Apache-2.0"
] | null | null | null | ProvaBin1/src/br/edu/fatecfranca/ex3/Testa.java | MatheusFerreira71/POOJava | 0c1e1bb6eeb329f7f0cf5fdbe552e52c6968718d | [
"Apache-2.0"
] | null | null | null | ProvaBin1/src/br/edu/fatecfranca/ex3/Testa.java | MatheusFerreira71/POOJava | 0c1e1bb6eeb329f7f0cf5fdbe552e52c6968718d | [
"Apache-2.0"
] | null | null | null | 28.761905 | 99 | 0.675497 | 14,944 | package br.edu.fatecfranca.ex3;
import javax.swing.JOptionPane;
public class Testa {
public static void main(String[] args) {
Notebook not = new Notebook(1000, "Notebook bom");
Desktop desk = new Desktop(400, "Desktop Bom");
LanHouse lan = new LanHouse();
lan.addComputador(not);
... |
3e233b2a84cdd0be58ba727674254f99db963a9f | 859 | java | Java | ccbs-common/src/test/java/team/yingyingmonster/ccbs/image/QrCodeUtilTest.java | czhmater/CompanyBodyCheckSystem | b29c40af691cd90aaf864fb40cf7af1ffe48ea62 | [
"MIT"
] | null | null | null | ccbs-common/src/test/java/team/yingyingmonster/ccbs/image/QrCodeUtilTest.java | czhmater/CompanyBodyCheckSystem | b29c40af691cd90aaf864fb40cf7af1ffe48ea62 | [
"MIT"
] | null | null | null | ccbs-common/src/test/java/team/yingyingmonster/ccbs/image/QrCodeUtilTest.java | czhmater/CompanyBodyCheckSystem | b29c40af691cd90aaf864fb40cf7af1ffe48ea62 | [
"MIT"
] | null | null | null | 30.678571 | 97 | 0.748545 | 14,945 | package team.yingyingmonster.ccbs.image;
import com.google.zxing.WriterException;
import org.junit.Test;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Base64;
/**
* @author Ju... |
3e233b371cc843015f67c90d4da8213478027d6d | 710 | java | Java | mail-service/src/main/java/com/apssouza/eventsourcing/events/EmailDeliveredEvent.java | samuelteixeiras/java-microservice | cadc98106fe02dd1d4213799d0f47722114fef85 | [
"MIT"
] | null | null | null | mail-service/src/main/java/com/apssouza/eventsourcing/events/EmailDeliveredEvent.java | samuelteixeiras/java-microservice | cadc98106fe02dd1d4213799d0f47722114fef85 | [
"MIT"
] | null | null | null | mail-service/src/main/java/com/apssouza/eventsourcing/events/EmailDeliveredEvent.java | samuelteixeiras/java-microservice | cadc98106fe02dd1d4213799d0f47722114fef85 | [
"MIT"
] | null | null | null | 17.317073 | 57 | 0.623944 | 14,946 | package com.apssouza.eventsourcing.events;
import java.time.Instant;
import java.util.UUID;
/**
* Email delivered event
*
* @author apssouza
*/
public class EmailDeliveredEvent implements DomainEvent {
private final UUID uuid;
private final Instant when = Instant.now();
private final String type = "s... |
3e233b558ab5a9f829be83dece9df1ef068e8e5c | 989 | java | Java | src/main/java/org/tarrio/debloat/codecs/CodecFactory.java | jtarrio/debloat | 6990d7806e3f2620d211206b20895c50259fd0b7 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/tarrio/debloat/codecs/CodecFactory.java | jtarrio/debloat | 6990d7806e3f2620d211206b20895c50259fd0b7 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/tarrio/debloat/codecs/CodecFactory.java | jtarrio/debloat | 6990d7806e3f2620d211206b20895c50259fd0b7 | [
"Apache-2.0"
] | null | null | null | 24.121951 | 76 | 0.680485 | 14,947 | /**
* Copyright 2012 Jacobo Tarrio
*
* 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 o... |
3e233bcc7e958cb18cbf213c693b670dec493990 | 1,723 | java | Java | sample-spring-boot-echo/src/main/java/com/example/bot/spring/echo/pojo/Article.java | c963951/brianBot | 81e9e8fa88230b89be7c88603cef0b040be80689 | [
"Apache-2.0"
] | null | null | null | sample-spring-boot-echo/src/main/java/com/example/bot/spring/echo/pojo/Article.java | c963951/brianBot | 81e9e8fa88230b89be7c88603cef0b040be80689 | [
"Apache-2.0"
] | null | null | null | sample-spring-boot-echo/src/main/java/com/example/bot/spring/echo/pojo/Article.java | c963951/brianBot | 81e9e8fa88230b89be7c88603cef0b040be80689 | [
"Apache-2.0"
] | null | null | null | 19.579545 | 52 | 0.630876 | 14,948 |
package com.example.bot.spring.echo.pojo;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Article {
@SerializedName("source")
@Expose
private Source source;
@SerializedName("author")
@Expose
private String author;
@SerializedName... |
3e233c0a5baa502f989671452c62a21c5a20c020 | 398 | java | Java | test/com/skey/designpattern/template/TemplateTest.java | AlionSSS/DesignPatterns | b68a9249e3d3e3ea35d44f0c5e98dd263ebfefad | [
"Apache-2.0"
] | null | null | null | test/com/skey/designpattern/template/TemplateTest.java | AlionSSS/DesignPatterns | b68a9249e3d3e3ea35d44f0c5e98dd263ebfefad | [
"Apache-2.0"
] | null | null | null | test/com/skey/designpattern/template/TemplateTest.java | AlionSSS/DesignPatterns | b68a9249e3d3e3ea35d44f0c5e98dd263ebfefad | [
"Apache-2.0"
] | 1 | 2020-09-03T07:51:41.000Z | 2020-09-03T07:51:41.000Z | 18.952381 | 63 | 0.673367 | 14,949 | package com.skey.designpattern.template;
/**
* 模板方法模式测试
*
* @author ALion
* @version 2019/2/17 23:03
*/
public class TemplateTest {
public static void main(String[] args) {
Restaurant seafoodRestaurant = new SeafoodRestaurant();
seafoodRestaurant.haveAMeal();
Restaurant noodleRestaur... |
3e233c97f263bbec0802def8337664b91f336f2f | 1,162 | java | Java | JavaTests/src/test/java/SeleniumTests/LiteCartShop.java | ShyikaAnna/Selenium-WebDriver-Complete-guide | 06190dbe9f15fe45e4037ee6bdd52eb861a62fb0 | [
"Apache-2.0"
] | null | null | null | JavaTests/src/test/java/SeleniumTests/LiteCartShop.java | ShyikaAnna/Selenium-WebDriver-Complete-guide | 06190dbe9f15fe45e4037ee6bdd52eb861a62fb0 | [
"Apache-2.0"
] | null | null | null | JavaTests/src/test/java/SeleniumTests/LiteCartShop.java | ShyikaAnna/Selenium-WebDriver-Complete-guide | 06190dbe9f15fe45e4037ee6bdd52eb861a62fb0 | [
"Apache-2.0"
] | null | null | null | 33.2 | 93 | 0.634251 | 14,950 | package SeleniumTests;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
public class LiteCartShop extends... |
3e233d23d18dd2bd8ec8af1511f11cc49313dbc8 | 4,173 | java | Java | src/test/java/seedu/address/model/classroom/ClassroomTest.java | weikiat97/main | c28c868ae1a84b9f286f9c3a8b1eed7a7cecbd32 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/model/classroom/ClassroomTest.java | weikiat97/main | c28c868ae1a84b9f286f9c3a8b1eed7a7cecbd32 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/model/classroom/ClassroomTest.java | weikiat97/main | c28c868ae1a84b9f286f9c3a8b1eed7a7cecbd32 | [
"MIT"
] | null | null | null | 33.653226 | 114 | 0.727295 | 14,951 | package seedu.address.model.classroom;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.logic.commands.CommandTestUtil.VALID_ADDRESS_BOB;
import static seedu.ad... |
3e233d5bf3c2e9e2af075d0577e49d60d0662d81 | 2,685 | java | Java | xs2a-impl/src/main/java/de/adorsys/psd2/xs2a/service/mapper/spi_xs2a_mappers/SpiToXs2aPaymentMapper.java | keilw/xs2a | fd5bdcad3cafe7a15f3917e871ea989776c1e387 | [
"Apache-2.0"
] | null | null | null | xs2a-impl/src/main/java/de/adorsys/psd2/xs2a/service/mapper/spi_xs2a_mappers/SpiToXs2aPaymentMapper.java | keilw/xs2a | fd5bdcad3cafe7a15f3917e871ea989776c1e387 | [
"Apache-2.0"
] | null | null | null | xs2a-impl/src/main/java/de/adorsys/psd2/xs2a/service/mapper/spi_xs2a_mappers/SpiToXs2aPaymentMapper.java | keilw/xs2a | fd5bdcad3cafe7a15f3917e871ea989776c1e387 | [
"Apache-2.0"
] | null | null | null | 47.946429 | 181 | 0.793296 | 14,952 | /*
* Copyright 2018-2018 adorsys GmbH & Co KG
*
* 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 ... |
3e233e2c987153ab0c1b049740f550ed2fdce624 | 1,034 | java | Java | causality/src/main/java/net/graphical/model/causality/model/ConditionalDistribution.java | lisongshan/causalGraphicModel | a1d853ea733e8ed0e5fd4817e430b33bfec4709a | [
"Apache-2.0"
] | null | null | null | causality/src/main/java/net/graphical/model/causality/model/ConditionalDistribution.java | lisongshan/causalGraphicModel | a1d853ea733e8ed0e5fd4817e430b33bfec4709a | [
"Apache-2.0"
] | null | null | null | causality/src/main/java/net/graphical/model/causality/model/ConditionalDistribution.java | lisongshan/causalGraphicModel | a1d853ea733e8ed0e5fd4817e430b33bfec4709a | [
"Apache-2.0"
] | null | null | null | 27.210526 | 115 | 0.72824 | 14,953 | package net.graphical.model.causality.model;
import net.graphical.model.causality.scoreFunction.NodesConfiguration;
import net.graphical.model.causality.graph.model.Node;
import net.graphical.model.causality.interventionData.NodeProb;
/**
* Created by sli on 12/4/15.
*/
public abstract class ConditionalDistribution... |
3e233e3d773390e6181a1c4763b37a48c6f637ba | 11,191 | java | Java | src/main/java/com/github/robtimus/junit/support/collections/UnmodifiableListTests.java | robtimus/junit-support | bf9bcfa918809f21ba91078afae78202fa9e9567 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/robtimus/junit/support/collections/UnmodifiableListTests.java | robtimus/junit-support | bf9bcfa918809f21ba91078afae78202fa9e9567 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/robtimus/junit/support/collections/UnmodifiableListTests.java | robtimus/junit-support | bf9bcfa918809f21ba91078afae78202fa9e9567 | [
"Apache-2.0"
] | null | null | null | 34.647059 | 133 | 0.62729 | 14,954 | /*
* UnmodifiableListTests.java
* Copyright 2020 Rob Spoor
*
* 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 ... |
3e233f8f30a86974a7d066b0ef3c9a9de160a9e9 | 10,581 | java | Java | src/main/java/com/williamfiset/algorithms/datastructures/segmenttree/MinQueryAssignUpdateSegmentTree.java | groupsvkg/algorithms | 2eed08cd0de39ce73d445e83e6aa1476741edc51 | [
"MIT"
] | 12,964 | 2017-05-12T03:37:24.000Z | 2022-03-31T22:30:15.000Z | src/main/java/com/williamfiset/algorithms/datastructures/segmenttree/MinQueryAssignUpdateSegmentTree.java | JiangnanVL/Algorithms | 86661d3daf3063eae2ea9329b069456b87490b62 | [
"MIT"
] | 230 | 2017-06-03T00:05:18.000Z | 2022-03-29T21:33:00.000Z | src/main/java/com/williamfiset/algorithms/datastructures/segmenttree/MinQueryAssignUpdateSegmentTree.java | JiangnanVL/Algorithms | 86661d3daf3063eae2ea9329b069456b87490b62 | [
"MIT"
] | 3,708 | 2017-05-06T11:56:17.000Z | 2022-03-31T11:11:02.000Z | 34.973597 | 100 | 0.579221 | 14,955 | /**
* Run with: ./gradlew run -Palgorithm=datastructures.segmenttree.MinQueryAssignUpdateSegmentTree
*
* <p>Several thanks to cp-algorithms for their great article on segment trees:
* https://cp-algorithms.com/data_structures/segment_tree.html
*
* <p>NOTE: This file is still a WIP
*
* @author William Fiset, env... |
3e2342c987a6645778aec34d4f1bdcf7151a6896 | 3,632 | java | Java | trinidad-impl/src/test/java/org/apache/myfaces/trinidadinternal/context/RequestContextTest.java | pervasync/myfaces-trinidad | 0eaa7c977cefbd54b42024b233664891265aade7 | [
"Apache-2.0"
] | 4 | 2017-08-18T08:21:39.000Z | 2019-05-21T21:06:55.000Z | trinidad-impl/src/test/java/org/apache/myfaces/trinidadinternal/context/RequestContextTest.java | pervasync/myfaces-trinidad | 0eaa7c977cefbd54b42024b233664891265aade7 | [
"Apache-2.0"
] | 2 | 2019-04-14T08:51:28.000Z | 2019-04-14T10:11:18.000Z | trinidad-impl/src/test/java/org/apache/myfaces/trinidadinternal/context/RequestContextTest.java | pervasync/myfaces-trinidad | 0eaa7c977cefbd54b42024b233664891265aade7 | [
"Apache-2.0"
] | 9 | 2017-10-06T15:15:58.000Z | 2021-11-08T13:55:28.000Z | 27.515152 | 78 | 0.709802 | 14,956 | /*
* 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 ... |
3e23431aa7eb3a85447b36f83f42493e5fce3390 | 987 | java | Java | COMP1006/a4/Question8/BibliographyDatabase.java | hansolo669/Class | cf05e0aad68ccc53311cda2c945b6ac5cd5faf2b | [
"MIT"
] | null | null | null | COMP1006/a4/Question8/BibliographyDatabase.java | hansolo669/Class | cf05e0aad68ccc53311cda2c945b6ac5cd5faf2b | [
"MIT"
] | null | null | null | COMP1006/a4/Question8/BibliographyDatabase.java | hansolo669/Class | cf05e0aad68ccc53311cda2c945b6ac5cd5faf2b | [
"MIT"
] | null | null | null | 22.431818 | 66 | 0.732523 | 14,957 | import java.util.ArrayList;
public class BibliographyDatabase {
private ArrayList<Journal> journals;
public BibliographyDatabase() {
this.journals = new ArrayList<Journal>();
}
public BibliographyDatabase(ArrayList<Journal> j) {
this.journals = new ArrayList<Journal>();
this.journals.addAll(j);
}
public... |
3e234469f26f3029f29f07f76b839c07f87b6012 | 1,667 | java | Java | app/src/main/java/com/example/xiaoweirobot/MsgAdapter.java | DevilShen/xiaoweirobot | ce58de14b355157888b6c3c8f18590f43c7dc964 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/xiaoweirobot/MsgAdapter.java | DevilShen/xiaoweirobot | ce58de14b355157888b6c3c8f18590f43c7dc964 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/xiaoweirobot/MsgAdapter.java | DevilShen/xiaoweirobot | ce58de14b355157888b6c3c8f18590f43c7dc964 | [
"Apache-2.0"
] | null | null | null | 28.741379 | 88 | 0.686263 | 14,958 | package com.example.xiaoweirobot;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.RelativeLayout;
import android.widget.TextView;
import java.util.List;
/**
* Created by Administrato... |
3e2344a8a3b60e6eaa9f420ca692dd0c9c76a273 | 428 | java | Java | core/src/main/java/org/hisp/dhis/android/core/sms/domain/repository/internal/SubmissionType.java | Hamza-ye/dhis2-android-sdk | dfb5f2b3d656eb4494230c5f0250b46d55f64c61 | [
"BSD-3-Clause"
] | null | null | null | core/src/main/java/org/hisp/dhis/android/core/sms/domain/repository/internal/SubmissionType.java | Hamza-ye/dhis2-android-sdk | dfb5f2b3d656eb4494230c5f0250b46d55f64c61 | [
"BSD-3-Clause"
] | null | null | null | core/src/main/java/org/hisp/dhis/android/core/sms/domain/repository/internal/SubmissionType.java | Hamza-ye/dhis2-android-sdk | dfb5f2b3d656eb4494230c5f0250b46d55f64c61 | [
"BSD-3-Clause"
] | null | null | null | 21.4 | 66 | 0.654206 | 14,959 | package org.hisp.dhis.android.core.sms.domain.repository.internal;
public enum SubmissionType {
SIMPLE_EVENT("simple"),
TRACKER_EVENT("tracker"),
ENROLLMENT("enrollment"),
DATA_SET("dataset"),
RELATIONSHIP("relationship"),
DELETION("deletion");
private final String text;
SubmissionTyp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.