blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3f2fff7a7f121042940f3d63f14e038ceff98cb2 | 40cf40a0c50a44e895703a7705f30c842ed4cbbc | /src/main/java/models/Meta.java | fc4c5d26542dca453a35a5a8da52cbaf03e9885d | [] | no_license | alexcarrdev/azure-demo-poc | 8e2d5c43266451041d4592e760d194dc1952036c | e5755cc14db9a216dd2e8c940c86a872b763afd8 | refs/heads/master | 2023-08-29T22:45:42.523774 | 2021-11-10T15:33:37 | 2021-11-10T15:33:37 | 420,144,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package models;
public class Meta {
private String statementDate;
private String statementBalance;
private String minPaymentDue;
public String getStatementDate() {
return statementDate;
}
public void setStatementDate(String statementDate) {
this.statementDate = statementDate;... | [
"alexcarrdev@gmail.com"
] | alexcarrdev@gmail.com |
023ba44e4905b9c95d53960e56b382bd3ffd5643 | 48128555cb7374621ccb494ecf69e7268c4442e0 | /src/java/com/imsys/admin/struts/action/SingInAction.java | ce0fad5fd9ec823739d116e274485716ee6fe801 | [] | no_license | julianrojas87/Imsys | b777e98631153fcba3d753e9bdbd175ad5fcc94f | fccd57ecd73ce8a3376a377462afda69812da027 | refs/heads/master | 2021-01-15T12:19:02.044999 | 2014-11-10T21:52:16 | 2014-11-10T21:52:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,854 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.imsys.admin.struts.action;
import com.imsys.admin.dao.control.AdminControl;
import com.imsys.admin.dao.entity.Usuario;
imp... | [
"julian.rojas87@gmail.com"
] | julian.rojas87@gmail.com |
9c752199a23db6411279af1472f18baffbaab6a1 | 3998ab9a87c7094915fe39afa418c08baa9eb920 | /src/main/java/com/softsign/graphql/DataFetchers.java | 5ff7445efdcea2531206fa330ac73a21569311be | [] | no_license | MatiasMinian/GraphQL-Test | be169a365d66dcffe62c0f9d74051fce589e8ba9 | 2ceef91df527e865b739336f7ac7af09bf122e16 | refs/heads/master | 2021-06-12T22:19:59.056712 | 2016-12-28T22:32:22 | 2016-12-28T22:32:22 | 76,380,218 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.softsign.graphql;
import com.softsign.model.User;
import graphql.schema.DataFetcher;
public class DataFetchers {
public static DataFetcher userDataFetcher = (environment -> AppDataset.users.get( (Integer)environment.getArguments().get("id") - 1));
public static DataFetcher userTransportsDataFetc... | [
"matias.minian@globant.com"
] | matias.minian@globant.com |
46706abe75472a38339f9bea00d06d1a0dccf348 | 18d0ce394b9138b12d6b5a6c441ea80f408bc6a5 | /plugins/org.jkiss.dbeaver.ext.mssql.ui/src/org/jkiss/dbeaver/ext/mssql/ui/config/SQLServerDatabaseConfigurator.java | 9440934142e67888f7fbd1e55759923b72d76e92 | [
"EPL-1.0",
"Apache-2.0",
"LGPL-2.0-or-later"
] | permissive | ChrisYuan/dbeaver | 851dd6520fbb459f027358a996c2817bd07aaa3d | fb62c59bf96e93ccffa5588f745666ac29ee18c1 | refs/heads/devel | 2021-12-03T21:54:33.813111 | 2021-10-18T16:30:26 | 2021-10-18T16:30:26 | 215,923,469 | 0 | 1 | Apache-2.0 | 2019-10-18T02:16:43 | 2019-10-18T02:16:43 | null | UTF-8 | Java | false | false | 1,691 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | [
"yanuari.channel@gmail.com"
] | yanuari.channel@gmail.com |
64137a1bb4526512035b8e58e73532efb913f561 | 31540fa400c62e3823cd37326e46b1055627843b | /src/main/java/com/sapient/ehcahe/ehcachetutorial/cache/UsersCacheService.java | 324411a8056f5a87d708ea3589db6406fa864f34 | [] | no_license | Susmit07/hibernate-eh-cache | 783236692193f9ec892f6a79d6cf524eec478eba | 4b249c2f417baf573e287478c41366c171fe2881 | refs/heads/master | 2020-04-16T17:48:45.208911 | 2019-01-15T05:28:12 | 2019-01-15T05:28:12 | 165,789,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.sapient.ehcahe.ehcachetutorial.cache;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Component;
import com.sapient.ehcahe.ehcachetutorial.model.Users;
import com.sapient.ehcahe.ehcachetutorial.rep... | [
"“susmitsircar@gmail.com”"
] | “susmitsircar@gmail.com” |
d9fea2237dff7773d386c1f01e88320dcc4f529a | 0d95242f5de24e865ebaf2652bc155e8666ce307 | /app/src/androidTest/java/com/quanlt/vietcomicmvp/ExampleInstrumentedTest.java | 5d105996b203299e6a4abf226f84605d2f9f7720 | [
"Apache-2.0"
] | permissive | quanlt/VietComicMVP | e10e91d5e158df8359d51f29930d9b381cd8f5f0 | 9428468c17196bb58cdf10f93c0ac47c4bca8ec3 | refs/heads/master | 2021-06-07T19:22:06.924950 | 2016-11-23T12:55:50 | 2016-11-23T12:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package com.quanlt.vietcomicmvp;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execut... | [
"quanlt.56@gmail.com"
] | quanlt.56@gmail.com |
935ca72ab41701cbf954d8a1a6800ec4cc392bfb | a257713804c4fa85eef46e47cbc5a0e6cdade150 | /app/src/main/java/com/teambition/talk/entity/Quote.java | cc6fb8dc8ff7a96562dc807c664e17388eb4b47d | [
"MIT"
] | permissive | megadotnet/talk-android | 50aa919b3041840953672fbe588caa59252cd06c | 828ba5c2e72284d7790705bc156cc20d84a605bc | refs/heads/master | 2020-03-09T04:13:54.084431 | 2018-04-08T01:50:57 | 2018-04-08T01:50:57 | 128,582,337 | 0 | 0 | MIT | 2018-04-08T01:05:49 | 2018-04-08T01:05:49 | null | UTF-8 | Java | false | false | 1,963 | java | package com.teambition.talk.entity;
import com.teambition.talk.util.StringUtil;
import org.parceler.Parcel;
/**
* Created by zeatual on 14/11/5.
*/
@Parcel(Parcel.Serialization.BEAN)
public class Quote {
String openId;
String text;
String authorName;
String authorAvatarUrl;
String redirectUrl;... | [
"wlanjie888@gmail.com"
] | wlanjie888@gmail.com |
2a6d3a5b63c68f2e68ffb6d15df5c2b0a818535d | d8b3522a8eb8ed38b64c171ef40aa1378a31276d | /plugin/src/main/java/be/nokorbis/spigot/commandsigns/command/subcommands/VersionCommand.java | 367cc389f584a73127ccd9b53150578243d376a6 | [
"Apache-2.0"
] | permissive | EnocraftMC/ar-command-signs | c38d8fd99f5a8ecc7ae2972b051266a4ca09ebba | f0862d44aef9e0fd25a7010130137f196af427b9 | refs/heads/master | 2022-03-24T05:40:10.814328 | 2019-12-18T19:03:36 | 2019-12-18T19:03:36 | 261,609,588 | 0 | 1 | null | 2020-05-06T00:00:07 | 2020-05-06T00:00:06 | null | UTF-8 | Java | false | false | 848 | java | package be.nokorbis.spigot.commandsigns.command.subcommands;
import be.nokorbis.spigot.commandsigns.CommandSignsPlugin;
import be.nokorbis.spigot.commandsigns.command.Command;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import java.util.List;
/**
* Created by nokorbis on 1/20/16.
*/
publ... | [
"nokorbis@gmail.com"
] | nokorbis@gmail.com |
8adcf8c78b5769b3f19fe83491ed540c0f625d04 | 1cc621f0cf10473b96f10fcb5b7827c710331689 | /Ex6/Procyon/com/jogamp/common/util/RunnableExecutor.java | 0f56e557f673251378dfe3f9d65971ab4353799e | [] | no_license | nitaiaharoni1/Introduction-to-Computer-Graphics | eaaa16bd2dba5a51f0f7442ee202a04897cbaa1f | 4467d9f092c7e393d9549df9e10769a4b07cdad4 | refs/heads/master | 2020-04-28T22:56:29.061748 | 2019-06-06T18:55:51 | 2019-06-06T18:55:51 | 175,635,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | //
// Decompiled by Procyon v0.5.30
//
package com.jogamp.common.util;
public interface RunnableExecutor
{
public static final RunnableExecutor currentThreadExecutor = new CurrentThreadExecutor();
void invoke(final boolean p0, final Runnable p1);
public static class CurrentThreadExecutor imple... | [
"nitaiaharoni1@gmail.com"
] | nitaiaharoni1@gmail.com |
e9f4d56b50d894130f9043691b5f46177825a888 | 3f57c3fa5f95bd552206e37a1c335cd4c0fbd90a | /core/src/dev/ky3he4ik/battleship/ai/AIDummy.java | 08f4ae7df9286e38ef4d907c1e97e1b337a758fb | [
"Unlicense"
] | permissive | Ky3He4iK/battleship | 7eac6a9442a6e27fb4bd91e02bd56a708330d94d | bb0f1dda4527a0b447ee67bbd7855f317ec3eca8 | refs/heads/master | 2023-05-19T09:22:00.510698 | 2021-06-08T13:20:47 | 2021-06-08T13:20:47 | 255,083,023 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | package dev.ky3he4ik.battleship.ai;
import com.badlogic.gdx.Gdx;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Random;
import dev.ky3he4ik.battleship.logic.GameConfig;
import dev.ky3he4ik.battleship.logic.Pl... | [
"ky3he4ik@ky3he4ik"
] | ky3he4ik@ky3he4ik |
2c1cb563055796d2b6be44261eb4759f2779bdc9 | 25b3ebc0cf24a3e28e05c5e76faba9dcc5bd8f88 | /src/org/joshy/gfx/node/control/Textbox.java | f4e92e20340c0cf2a987b02b2bed81eb3f9733fd | [] | no_license | joshmarinacci/aminojava | 24a1683a3994e3985299795ea19a99d3d093700e | 6dcddf6100518a7a7c1cb2027d3bbbd496bd5891 | refs/heads/master | 2016-09-06T17:55:34.673930 | 2013-05-20T23:46:38 | 2013-05-20T23:46:38 | 7,651,569 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,530 | java | package org.joshy.gfx.node.control;
import java.text.AttributedString;
import org.joshy.gfx.Core;
import org.joshy.gfx.css.BoxPainter;
import org.joshy.gfx.css.CSSMatcher;
import org.joshy.gfx.css.CSSSkin;
import org.joshy.gfx.css.SizeInfo;
import org.joshy.gfx.draw.FlatColor;
import org.joshy.gfx.draw.Font;
import or... | [
"joshua@marinacci.org"
] | joshua@marinacci.org |
dce3fb6aa3d1de1c1862c99c6f3c16414c72505d | 6cc096998061db8cb1f13e82ccc899aa04e686ff | /src/main/java/com/vectorsearch/faiss/swig/intArray.java | c6e7be649bd61392db8064ceac5f8a103120636b | [
"MIT"
] | permissive | xuqiong1989/JFaiss-CPU | a02aacca1d6f6999fc59dd9dee3e1d63f0dcc46d | 3f12ff474938954aa34e7d831af821eb14db0e5c | refs/heads/master | 2022-12-25T20:44:50.503752 | 2020-09-15T05:57:52 | 2020-09-15T05:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,652 | java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | [
"ramanrajarathinam@gmail.com"
] | ramanrajarathinam@gmail.com |
8414259c8e7769d2892194a850e3f4282bcbe17a | 62744eff051fa5d7557ee6f74245679338ceaa81 | /src/main/java/com/demidao/notty/command/EditCommand.java | dfafa1d6de08c9eb0aed5ad67125190176d4e450 | [] | no_license | Demidao/PrettyNottyBot | 93a3da90a0233bb4b307d1c70f6954cd4e318181 | 9fa8a6c3199e6d452c86feae8b75677be14353df | refs/heads/master | 2023-08-28T03:28:53.568373 | 2021-10-31T22:59:24 | 2021-10-31T22:59:24 | 423,249,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.demidao.notty.command;
import com.demidao.notty.service.SendBotMessageService;
import org.telegram.telegrambots.meta.api.objects.Update;
public class EditCommand implements Command{
private final SendBotMessageService sendBotMessageService;
public EditCommand(SendBotMessageService sendBotMessage... | [
"Proletarka1"
] | Proletarka1 |
14066f8752cfa152312992de810cf8fdb2e69ca3 | cdc930c5f2ed633b872657705e1b161fbff4c313 | /springboot2-utils/src/main/java/com/letters7/wuchen/springboot2/utils/security/Cryptos.java | e4dbb4214e457197560e1a6fdf217c02c246f32e | [] | no_license | wuchenl/springboot2-scaffold | 56b6a485f7c389c778688b8f327609d61174d8e6 | cf6ef1c7a22405c03bd654e95ccda7562cb8e8f2 | refs/heads/master | 2020-04-27T10:34:21.844066 | 2019-01-16T05:43:08 | 2019-01-16T05:43:08 | 174,260,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,382 | java | package com.letters7.wuchen.springboot2.utils.security;
import com.letters7.wuchen.springboot2.utils.encode.UtilEncode;
import com.letters7.wuchen.springboot2.utils.exception.UtilException;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.Mac;
import javax.crypto.SecretKey;
import j... | [
"mail@letters7.com"
] | mail@letters7.com |
6b5a61ea960befd01c249d88ed76dd163c026408 | 7d940553cf07c8c4c644c6f890328c61c82c16ad | /app/src/main/java/gnosisdevelopment/arduinobtweatherstation/DBHelper.java | 5314b88e9a7c4c7370cb9bef8b411cc990e02510 | [
"CC-BY-3.0"
] | permissive | JamesHarley/BTWeatherStation | d19341293cbf806ba064674ed8b39e4fc40053d3 | 7d76953a0565152b37b12a42a4843b78ef5f206a | refs/heads/master | 2020-03-22T13:09:56.343529 | 2018-08-15T22:10:02 | 2018-08-15T22:10:02 | 140,088,113 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,066 | java | package gnosisdevelopment.arduinobtweatherstation;
import java.util.ArrayList;
import java.util.HashMap;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.DatabaseUtils;
import android.database.sqlite.SQLiteOpenHelper;
import android.database... | [
"jahsnote5@gmail.com"
] | jahsnote5@gmail.com |
9ec328d6c229d2538f28978380908afbbc0e9034 | 65eef6677a132162d8e6ba055c0d1b79982be5a3 | /src/DPLL.java | 4c4d8b2199e0cfa57086bba1c7ec3ab3d086bb64 | [] | no_license | ejmejm/Inferencer | 62cb797773b4321dce5f5f7883a5e86c45e8d873 | e3e42ffbf6e344e5a0450b3191e285aed39ce948 | refs/heads/master | 2020-05-18T14:31:16.880388 | 2017-03-08T02:15:27 | 2017-03-08T02:15:27 | 84,247,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,590 | java | import java.util.ArrayList;
import java.util.LinkedList;
public class DPLL {
public static boolean entails(Model model, Statement statement){
State state = new State(model);
ArrayList<State> leafNodes = state.getLeafNodes(state);
boolean entails = true;
for(State node : leafNodes){
if(!node.entails(st... | [
"ninjaedan@aol.com"
] | ninjaedan@aol.com |
c2e9a9056256e4c3e227452b4d753ca1b21b5fe1 | c90538cd8e95644776a8dd4c8f29c153d6fb71ce | /Common/src/messages/GetStaticMapMsg.java | ca0ba5a0d80e761e36d2d724da94acbb1f82550f | [] | no_license | grimmle/point-n-shoot | 43d9a37e9b027709bdc8c6463ed5b5fc6dea4077 | 7ae96f850a74465e50c146333db70c7b21336e06 | refs/heads/main | 2023-06-18T19:23:33.427961 | 2021-07-12T16:44:00 | 2021-07-12T16:44:00 | 313,705,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package messages;
import common.Msg;
public class GetStaticMapMsg implements Msg {
private static final long serialVersionUID = 8576917706186946304L;
public int id;
public Object staticMap;
public Object dynamic;
}
| [
"lennard@netinn.de"
] | lennard@netinn.de |
4af02b188a9de55975f9765c9cb3a41a933681d4 | f7055526843b8de39ce5678f6fcad903406be5f6 | /server/src/main/java/eu/livotov/labs/webskel/core/quartz/guice/InjectorJobFactory.java | 8f56ff825bf382d9ef9783701bc757a3f9429114 | [] | no_license | lbanas/WebApplicationSkeleton | f39271cb4f524cfacb543558b2c8293a7e1ac55e | 3b44373ee50edca2f2fac6f0eccefec4ed4c68ba | refs/heads/master | 2021-01-18T14:36:49.725803 | 2015-11-04T08:16:38 | 2015-11-04T08:16:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,692 | java | /*
* Copyright 2015 Livotov Labs Ltd.
* Copyright 2009-2012 The 99 Software Foundation
*
* 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.... | [
"dmitri@livotov.eu"
] | dmitri@livotov.eu |
2d557386ebb2132401429e87c685e71e693d9406 | e2bd16f6feb9d64b7e04fca41ae86485b46afa43 | /app/src/main/java/com/example/servicesample/MainActivity.java | 354b15ff5e14b6b42870a8e074bb4cbc3e33f510 | [] | no_license | KoshiDra/android_ServiceSample2 | 69095a9456a89b3c1f3f80539da7d02889ed49b7 | 0df3f680f6ca41e1c111969492340962a04802f0 | refs/heads/main | 2023-06-03T18:07:30.980841 | 2021-06-27T09:53:35 | 2021-06-27T09:53:35 | 380,159,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,988 | java | package com.example.servicesample;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlertDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
@Override
pr... | [
"koshidradev@gmail.com"
] | koshidradev@gmail.com |
4d7a80afb58a006ecdc778af976c6479203a3751 | faef44ab5a4bfceb292fcf8180c19ef94e84c3ec | /src/main/java/reservation_front/service/impl/TableServiceProxy.java | 505c4f5c42e2dce86d86bdc7ace5ea3c119c2acf | [] | no_license | youyou19/restaurant-reservation-front | 1f3501b650218fd17dcf94796502aff192f8d1d4 | 8a3629cd1fcd60464a09c1a2147fadb5ed9b8ed3 | refs/heads/master | 2022-11-04T14:44:10.725570 | 2020-06-24T07:15:30 | 2020-06-24T07:15:30 | 274,586,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package reservation_front.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.spring... | [
"juleswilfrid9@gmail.com"
] | juleswilfrid9@gmail.com |
6ba3b6386ecaf96022cfd6fc836d32be7516cda0 | 306578f3c6d15e0d4b4600c60ce8c827638a3d21 | /src/test/java/insat/gl4/cookme/CookMeApplicationTests.java | 6c775b91e685826e5a118f52f2f7ef43bc8036c5 | [] | no_license | mmmarzouki/cook-me_backend | 982252528869e8e53e4526b36e08204359a02775 | 6ef5728cea986d7bcf809e609c036ed0b5dce429 | refs/heads/master | 2020-04-27T00:24:53.078036 | 2019-05-01T11:38:27 | 2019-05-01T11:38:27 | 173,933,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package insat.gl4.cookme;
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 CookMeApplicationTests {
@Test
public void cont... | [
"mmmarzouki@gmail.com"
] | mmmarzouki@gmail.com |
f56c7eb2081d945611d637cda7b2046c97fd0854 | 989c4e50ab672c4971cdb9052be945a2ebac9984 | /ArraySort.java | d35af9b3890aaec7ff47745f976e1717f9da9ee9 | [] | no_license | NobSirawit/Sorting-Array-JAVA | 6210c2aa3fec48f42aea9e0984bbe6bc837abc22 | 5000f1fc7fa65d7310819e51eb3dd491543b035e | refs/heads/master | 2020-07-10T17:41:58.546132 | 2019-08-25T17:11:58 | 2019-08-25T17:11:58 | 204,325,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | import java.util.Arrays;
public class ArraySort {
public static void main (String [] args) {
int [] array = {45,12,85,32,89,39,69,44,42,1,6,8};
Arrays.sort(array);
for (int i = 0; i < array.length; i++) {
System.out.println(array[i]);
};
}
}
| [
"noreply@github.com"
] | noreply@github.com |
a492a9b2b49fe2a2f432401d0da10322ead89738 | 84f6d0c1cf9afe7a54c1b0e22708a3310c04453c | /src/main/java/com/fmx/tool/hdfsfilemanager/app/treeviewer/action/Rename.java | 3bd12b182e31c30dcf422e2568b4da1146f2eaa2 | [
"MIT"
] | permissive | FMX/HdfsFileManager | e2987273a609676318a89b017c27c71bc593aaed | 77fa02fd27b3b2214e756f725f8c0d06ac264478 | refs/heads/master | 2020-04-03T01:43:33.746493 | 2018-10-31T05:44:54 | 2018-10-31T05:44:54 | 154,938,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package com.fmx.tool.hdfsfilemanager.app.treeviewer.action;
import org.eclipse.jface.action.Action;
/**
*/
public class Rename extends Action {
}
| [
"fmxfmx@outlook.com"
] | fmxfmx@outlook.com |
576ee3a5e8aa4b77c14502b267f0e7815c7b7b02 | e7c48e95f167f37edf8c4f5d9062d4d546211c81 | /chbase-jaxb/src/main/java/com/chbase/thing/oxm/jaxb/healthevent/ObjectFactory.java | 08ed1dd16eee9bf8c9641d3fc7d9ff25c89e8e90 | [] | no_license | CHBase/chbase-java-sdk | 1d6b04e1884cfa20541bfe0d3ff0b7e3c1fcacd8 | 61c6143134162d11f897d446595a26a8abdcacd5 | refs/heads/master | 2023-02-19T09:14:26.321622 | 2023-02-09T07:10:58 | 2023-02-09T07:10:58 | 43,138,403 | 0 | 2 | null | 2023-02-09T07:11:00 | 2015-09-25T12:10:54 | Java | UTF-8 | Java | false | false | 1,392 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.05.07 at 02:21... | [
"rajeev@getrealconsulting.com"
] | rajeev@getrealconsulting.com |
2e5a0eeb6504e6f8361f3f8ef328aaf28bde7a55 | 97d8cb35e0648aa25708146f4cefd4661cdda71a | /Zadanie03_game/src/StrangeWorld.java | 14092467264d49b72d91dde8b4c69f8206278bfe | [] | no_license | JakubKosmaty/java | 5a23e9465344020bcf9f74cee29e00f53f8c5791 | ce3251ade2dbfdc27870d6e5870298fde15fbdc4 | refs/heads/main | 2023-02-27T20:35:24.673052 | 2021-02-03T22:09:27 | 2021-02-03T22:09:27 | 306,304,941 | 0 | 0 | null | 2020-10-22T12:41:41 | 2020-10-22T10:43:23 | Java | UTF-8 | Java | false | false | 4,959 | java | public class StrangeWorld implements StrangeWorldInterface{
private PhysicsInterface[] physicsInterface;
private int mapSize;
@Override
public void setSize(int size) {
if (size <= 0) {
return;
}
mapSize = size;
physicsInterface = new PhysicsInterface[mapSize... | [
"jacobkosmaty@gmail.com"
] | jacobkosmaty@gmail.com |
50d058d6694f851be1d910d665488058e6294404 | 03518d7dc5c799c7db419f3ad7fa15a3a8fe2af6 | /src/main/java/com/sri/ai/expresso/helper/FunctionApplicationContainsArgumentSatisfying.java | d8a3a5cbc0caa712d894c1b8d1162a08e39b6cc6 | [
"BSD-3-Clause"
] | permissive | aic-sri-international/aic-expresso | 35b158baee37fa832b9877c057a1cb6ae3d2f7a9 | 01b0bbc33c2ad37fea12a645cbc6105abc7e5352 | refs/heads/master | 2021-01-23T18:24:18.454471 | 2018-11-01T06:59:38 | 2018-11-01T06:59:38 | 35,304,890 | 9 | 1 | BSD-3-Clause | 2020-10-13T10:06:31 | 2015-05-08T22:27:48 | Java | UTF-8 | Java | false | false | 2,577 | java | /*
* Copyright (c) 2013, SRI International
* All rights reserved.
* Licensed under the The BSD 3-Clause License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Redistribution and use in... | [
"rodrigobraz@gmail.com@3d43a1d2-4736-3da3-5e10-20935d0d7c2c"
] | rodrigobraz@gmail.com@3d43a1d2-4736-3da3-5e10-20935d0d7c2c |
3083a6d62b3280d47555ea81b9aff1e600e43740 | d8ae0563f237551cdfbe707cb367a5dcbae8854c | /bingo-core/src/main/java/org/bingo/security/service/AuthorityService.java | a32f1e037bc17d7ed95e861bc31f57218889f941 | [] | no_license | ERIC0402/bingo | ebda99e1d4f6d14511effc43912927d33d47fce7 | 4782ee19fd54293a0c5f9e0e2da987730ffcc513 | refs/heads/master | 2021-06-16T14:01:38.393305 | 2017-05-11T05:47:44 | 2017-05-11T05:47:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package org.bingo.security.service;
import java.util.List;
import java.util.Set;
import org.bingo.security.model.Authority;
import org.bingo.security.model.User;
public interface AuthorityService {
/**
* 获取该用户所有权限
* @param user
* @return
*/
public Set<Authority> getAuthorities(User user);
/**
* 获取所有... | [
"805494859@qq.com"
] | 805494859@qq.com |
050dd6b08ddb50fee3bd9a7a756f830e32eea542 | d3abbbeac102de77fe50a6d400c6aa7c0a80a97c | /src/com/interview/leetcode/MissingNumber.java | 32460dbdf97dd923c356e6ae8360984370e36765 | [] | no_license | teraliv/interview | 6ce0352d285eac1dc02f34a05dbd028bba2aa2f2 | 4fd2bc80e8cf8fe18e2b0f38385e60b0cb93366f | refs/heads/master | 2020-04-24T06:35:04.608247 | 2019-04-01T04:17:45 | 2019-04-01T04:17:45 | 171,770,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package com.interview.leetcode;
/**
* 268. Missing Number
*
* Given an array containing n distinct numbers taken from
* 0, 1, 2, ..., n, find the one that is missing from the array.
* Your algorithm should run in linear runtime complexity.
*
* https://leetcode.com/problems/missing-number/
*/
public class Missi... | [
"teraliv@gmail.com"
] | teraliv@gmail.com |
c5ca75282003a98ecf1ae4f664c255e5d197c07d | 05f5127477eff81bf362233f617186252eed46ae | /fun/android/tant-card/src/com/shimoda/oa/util/importer/IDataImportResponse.java | 6aa7c96e1c47db996fe3e329edac3c9eb8a250f0 | [] | no_license | wangym/labs | 2473b16d322c0ae070b5d632d5965686903ee1b3 | b29270e8adf777aa8bdd05b4840949159fff1469 | refs/heads/master | 2020-12-19T23:55:37.155115 | 2016-11-21T07:36:33 | 2016-11-21T07:36:33 | 10,281,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.shimoda.oa.util.importer;
import java.util.List;
import com.shimoda.oa.model.SourceContactListVO;
public interface IDataImportResponse {
public void onImportDataComplete(List<SourceContactListVO> contactList, int imported, int current);
public void onImportDataFinish(int imported);
pu... | [
"chinawym@gmail.com"
] | chinawym@gmail.com |
d0798e0d4a39d4e6cad40bdcd5e110f66c120c17 | a69254f9f84bba6facc3ffa940ba2e540627d77b | /core/src/main/java/org/jdal/text/PeriodFormatAnnotationFactory.java | 40db674d04b65b778042e4a315207c62dc959910 | [
"Apache-2.0"
] | permissive | chelu/jdal | 3250423e5eaaf5571d6f85045c759abe12adff1f | 2c20b4a7e506d97487a075cd4fa5809e088670cd | refs/heads/master | 2023-03-07T14:09:26.124132 | 2018-05-22T18:52:30 | 2018-05-22T18:52:30 | 13,729,407 | 21 | 12 | null | 2017-01-25T12:20:48 | 2013-10-21T00:10:59 | Java | UTF-8 | Java | false | false | 1,923 | java | /*
* Copyright 2009-2012 Jose Luis Martin.
*
* 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... | [
"jlm@joseluismartin.info"
] | jlm@joseluismartin.info |
e0b5ffcfb891b84cd3a68236654e4e83f0e5a073 | 79b318ac1e234378169fbf96d62f2d4cfcbb52fd | /phonedrohne/Quaternion/src/ch/sharpsoft/quaternion/util/Quaternion.java | ecd058862dea4b29b81770ad9950fa0afb1373b5 | [] | no_license | helios57/phonedrone | 0e508ced1b91d6ce245cba04031c2e6dab65a16e | 9a23565fa535ccedc0b364ecefea22eadba5fdc9 | refs/heads/master | 2021-01-10T10:44:03.958737 | 2013-07-24T13:15:07 | 2013-07-24T13:15:07 | 36,993,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,283 | java | package ch.sharpsoft.quaternion.util;
import ch.sharpsoft.quaternion.v1.Vector3;
public class Quaternion {
private final float w, x, y, z;
public Quaternion(float[] q) {
this.w = q[0];
this.x = q[1];
this.y = q[2];
this.z = q[3];
}
public Quaternion(float w, float x, float y, float z) {
... | [
"Helios"
] | Helios |
d0276aaa0438f055a98a19cd72b01b6b28d4e0e5 | 9ba4fd0c0fe1227afd139ca2d3622eed98985555 | /src/test/java/com/example/prageet/cavorts/ExampleUnitTest.java | c34ea76750655e097786d52def04a319046758be | [] | no_license | VirZon/cavorts2k17 | bf18467751bb0e53a5244997f530fbc2d44e72e4 | 6bdd1ca422ef024e7cf6e097f34db4d1860be23a | refs/heads/master | 2021-01-23T12:00:07.808358 | 2017-09-26T05:01:06 | 2017-09-26T05:01:06 | 102,642,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.example.prageet.cavorts;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Tes... | [
"noreply@github.com"
] | noreply@github.com |
5cebf08b0b0cf18bdc8faf0f0612385be89bc353 | 97b0fe480c5ec6cc1720b712ffc77cceca35470d | /src/main/java/me/maxct/asset/dto/LoginVO.java | 672bb9a6c63eb97d9380e7f7f163801282e2c8c9 | [] | no_license | MaoLeYuu/asset-1 | a83683d6e71dabf393363e72459973c9c65a6ca0 | da63c366bc0eedf2d9e12695229adfa6dd80dab4 | refs/heads/master | 2020-07-27T18:32:27.379416 | 2019-05-14T14:06:34 | 2019-05-14T14:06:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package me.maxct.asset.dto;
import lombok.Data;
/**
* @author imaxct
* 2019-03-28 19:41
*/
@Data
public class LoginVO {
private Long id;
private String username;
private String name;
private String token;
private Long expireSecond;
private String depName;
private RoleVO role;
pr... | [
"imaxct@hotmail.com"
] | imaxct@hotmail.com |
c98f66c060e2f214c8db073ef49c6206234154ce | d04ff5275808e541ea7c2033e3cb816128a48231 | /chapter_008/src/main/java/ru/job4j/srp/SubtractAction.java | 95a8e1c3d44772527077ee2f8c7245a57de4143c | [] | no_license | VladimirKovtun/job4j | 2b93e25d00f35722c933cb0d480c696f3dc4478d | 0380675efe04d7b714bb5a109e176f99d51318d0 | refs/heads/master | 2022-09-20T07:20:39.631341 | 2020-01-23T13:15:32 | 2020-01-24T06:12:22 | 207,911,194 | 0 | 0 | null | 2022-09-01T23:17:15 | 2019-09-11T21:36:50 | Java | UTF-8 | Java | false | false | 718 | java | package ru.job4j.srp;
import ru.job4j.calculate.Calculate;
/**
* Subtraction action class.
*/
public class SubtractAction extends BaseCalcAction {
public SubtractAction(String number, String text) {
super(number, text);
}
/**
*Execution of subtraction.
*
* @param calculate Class... | [
"vovkammmorkovka@gmail.com"
] | vovkammmorkovka@gmail.com |
8d1dcd014672496fc0ce74197e43f75059a77f47 | 0c8a9b60a6bb4bce19921c0008c9e79c5eb89f31 | /TianTianApp/app/src/main/java/com/tiantianapp/photo/loader/PhotoDirectoryLoader.java | a73d1571df779f9ca83dd5c2f9327a49ea5012ac | [] | no_license | Tareafengye/GankAPi | 9ad0d724c7bb50167bd63c950bb90dfa7da9cd8a | dafd0ef1d9512954c13fcdd69717294edd31aa3b | refs/heads/master | 2021-05-09T05:41:10.848906 | 2018-04-28T08:55:14 | 2018-04-28T08:55:14 | 119,317,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.tiantianapp.photo.loader;
import android.content.Context;
import android.net.Uri;
import android.provider.MediaStore.Images.Media;
import android.support.v4.content.CursorLoader;
import static android.provider.MediaStore.MediaColumns.MIME_TYPE;
/**
* Created by Awen <Awentljs@gmail.com>
*/
public class... | [
"18885640674@163.com"
] | 18885640674@163.com |
710d3fdba96c000a19da5c30b7b948d1547a12fa | ddaede1300f7b125f8c2fd2608e850127b69ffe9 | /JavaExercise/src/main/java/thread/synchronizedDemo/TestMethod.java | 88d5052d8f6477234a342b50915e54807f142746 | [] | no_license | lojack636/DEMO | 6ef57ad454161e3677a8ab8dd4cfa9b284172664 | 3d11c1bc26bfb9478bd9455fce250ef1169a7c49 | refs/heads/master | 2023-01-15T21:40:15.999114 | 2020-11-23T14:58:45 | 2020-11-23T14:58:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package thread.synchronizedDemo;
/**
* 测试Synchronized
*
* @author qiang
*
*/
public class TestMethod implements Runnable {
private static int number;
TestMethod() {
number = 0;
}
// 修饰非静态的方法
public static synchronized void m1() {
for (int i = 0; i < 3; i++) {
try {
System.out.println(Thread.cur... | [
"2422321558@qq.com"
] | 2422321558@qq.com |
5c2885a00683ef38aada972cc6b37b2a20d3bf0b | c085b4593fdbc55337a8112bf7157dc7f0f4c8b0 | /app/src/main/java/edu/illinois/cs465/petlocator/LostPetLocationActivity.java | f96a9785c71f59debc3830bbe973dd3ccaecb682 | [] | no_license | jbuildstuff/PetLocator | ce6c359afa2a62fb8f3cb71c8efc9c5aa98e6cff | 6d6de1a6fb2e595f4669764647702a792215c6a3 | refs/heads/master | 2023-03-02T11:49:15.205897 | 2019-12-31T16:55:31 | 2019-12-31T16:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,227 | java | package edu.illinois.cs465.petlocator;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationManager;
import android.support.annotation.NonNull... | [
"jlee651@illinois.edu"
] | jlee651@illinois.edu |
1da6b3861087983a819e97a6a0009b9d1eacb50f | 4953bb4beb49ae211c4487605668269fb437d2a1 | /src/main/java/com/api/scgapi/models/ApiResponseModel.java | 5d5165d86b97592673d58d43a1e3201f37326c72 | [] | no_license | supacheep-first/scg-api | af09b4aa443d585b0a9243b535b82d09906547bb | c4fe62ade17d6d3348e1baadf41b03fb864319c9 | refs/heads/master | 2023-01-19T01:53:08.923461 | 2020-11-20T06:03:13 | 2020-11-20T06:03:13 | 314,455,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package com.api.scgapi.models;
import lombok.Data;
import org.springframework.http.HttpStatus;
@Data
public class ApiResponseModel {
private HttpStatus status;
private String body;
}
| [
"first.supacheep@gmail.com"
] | first.supacheep@gmail.com |
ee895b8707195071578947c14847f0d79780a7f2 | 9707e95b0b96fccdf3a42f5add5e8ef5a035d843 | /Linked List/deep copy of list with forward pointer.java | ed3a1b003e14130da0262ce61e22054dcef61074 | [] | no_license | fanyang209/data-structure | 09ffa4a8b7026e59cc66f94e749ff8f962498f7d | 2fad37f3bb8fd895326cf2b09f073b0f73f2eab2 | refs/heads/master | 2020-12-12T16:42:59.963240 | 2016-08-02T15:39:44 | 2016-08-02T15:39:44 | 53,741,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | public ListNode deepCopy( ListNode head ) {
if( head == null ) {
return head ;
}
ListNode dummy = new ListNode( 0 ) ;
ListNode cur = dummy ;
Map< ListNode, ListNode> map = new HashMap< ListNode, ListNode>() ;
while( head != null ) {
if( !map.containsKey( head ) ) {
map.put( head, new ListNode( head.value ) ) ;
}
cu... | [
"fanyang209@gmail.com"
] | fanyang209@gmail.com |
487894e8c2c2b71eb3b5b0eae7634deac7da5cb6 | dc3ff4ec1cae3067369437bc92fceb9d142036b6 | /src/main/java/org/springframework/amqp/tutorials/tut1/Tut1Config.java | 009043647ca39fcbef59e7082efbcc52a20770c2 | [] | no_license | a-chauhan/rabbitmq-spring-tutorials | 2e587e719784fcb5cc84b36088d7f29a0a37a321 | 86cfebe55c760431baf729aa93f1b90a1deb08b8 | refs/heads/master | 2020-03-21T02:38:09.013418 | 2018-06-20T09:29:41 | 2018-06-20T09:29:41 | 138,008,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package org.springframework.amqp.tutorials.tut1;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
@Configuration
@Profile({"tut1","hello-world"})
public cl... | [
"a-chauhan@mail.nissan.co.jp"
] | a-chauhan@mail.nissan.co.jp |
f006ba31355a3220bd209139230151d1204d6e20 | bb144a9a3691eda39cf72954c32371b62a87cf34 | /src/weeksix/tuesday/challenges/stock_control_system/Order.java | 5f80611707d3dde21d2a1bc3c7af1955dcea523e | [] | no_license | RobertWatkin/GatesHeadCollege | 6ef500031c1013d30edb3887ed531a80fac3c928 | 90a77338da41248c4ebb0ea5e06ba3d2135f2cef | refs/heads/master | 2022-02-28T20:40:23.370215 | 2019-10-14T09:18:39 | 2019-10-14T09:18:39 | 214,985,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | /*
Written By : Robert Watkin
Date Created : 08/10/2019
*/
package weeksix.tuesday.challenges.stock_control_system;
import java.util.Date;
public class Order {
// Variable Declaration
private int orderID;
private int customerID;
private int quantity;
private Date orderDate;
// Constructor
... | [
"robert.watkin@accenture.com"
] | robert.watkin@accenture.com |
a1f6c0628f94042c8165124423bac569f9253378 | dafb5c3abd51720da10e26872a5d7e59be1c0bf7 | /src/main/java/com/zqbweather/app/model9/XDWeatherDB.java | 0736ae188edf3ee944b410b187d633ab97dfba7b | [
"Apache-2.0"
] | permissive | YJWWZHANG/XDWeather | 210c807e588df078b5828dda54458fd68c95a613 | 42dd28cc0b4c78eb12b705c89382ea76e8063716 | refs/heads/master | 2021-01-01T04:30:52.824953 | 2016-05-21T13:44:17 | 2016-05-21T13:44:17 | 59,361,649 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,421 | java | package com.zqbweather.app.model9;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.zqbweather.app.activity.MyApplication;
import com.zqbweather.app.db.XDWeatherOpenHelper;
import co... | [
"tony@gmail.com"
] | tony@gmail.com |
5103b98279a42ce772ca88df47831093651ca8e7 | 89f9784a63188126ec0be0eed42fc8f5aa558420 | /src/test/java/com/udemy/uat/stepdefs/SignUpStepDefinitions.java | 1373ba2218dbeb83f1a333f86f7a92ad7eee838d | [] | no_license | cgrkhrmn/UdemyMentoringMac | 5f5f6ef55fead780c986e1f44c840cb9dfc7b142 | 35a2bca444cd67394ae929b71248a50e7a36fd9c | refs/heads/master | 2021-07-05T20:54:05.945114 | 2017-09-27T20:15:06 | 2017-09-27T20:15:06 | 105,060,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,729 | java | package com.udemy.uat.stepdefs;
import java.util.Random;
import java.util.Scanner;
import java.util.concurrent.TimeUnit;
import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDrive... | [
"ckahramanqa@gmail.com"
] | ckahramanqa@gmail.com |
a3f0224d29dd2fd97f06d1bc6f4289b84150a5cb | f0757b5f6006d2b413aa9ede33d09f33dc954f23 | /textbook_examples/ch08/fig08_07_09/src/Date.java | 47b8c213e397738a3439667da6f02e63f4aa426d | [] | no_license | rdfarwell/Software-Design-Spring-2020 | 7b53e02bb8d3511d0145dae33fa55910e5cf6952 | 86ae23d5e7954d063b21c448130bd01035912db2 | refs/heads/master | 2022-12-19T00:18:56.763541 | 2020-09-30T23:21:20 | 2020-09-30T23:21:20 | 279,748,324 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | java | // Fig. 8.7: Date.java
// Date class declaration.
public class Date {
private static final int[] daysPerMonth =
{0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
private int month; // 1-12
private int day; // 1-31 based on month
private int year; // any year
// constructor: confirm... | [
"hans.j.johnson@gmail.com"
] | hans.j.johnson@gmail.com |
682c01f605afa372df371767204a9929f7069db3 | 6a5e1c7fd25e38251c19b74ab719f659d767c416 | /plugins/jobentries/delay/src/test/java/org/apache/hop/job/entries/delay/JobEntryDelayTest.java | b1812e8dc3709b63157bd7c5504da18ca7cdc372 | [
"Apache-2.0"
] | permissive | marciojv/hopOLD | d734576991460ee9275602a505a4d806c166b1a3 | 461d0608069fd5c66ac3113ca03f94417353a0c4 | refs/heads/master | 2022-04-13T23:14:29.027246 | 2020-04-08T17:19:13 | 2020-04-08T17:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,558 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... | [
"noreply@github.com"
] | noreply@github.com |
68346cebd6965db5a61122ad436e421003621680 | 020713896789ae44e56e54bfcbe7c494b8d9ae65 | /src/fontMeshCreator/GUIText.java | 62b31c965cf9e49c8a092b9cd66b407d2e2ad6c6 | [] | no_license | Lmntrix18/T-rex-Adventures-3D-Game | e5f82cece25bd781714ccecb473283017ce0e448 | f89a08f5a0e569849c1d0d67ccd2970ce9bb12ab | refs/heads/main | 2023-03-13T06:42:32.616728 | 2021-03-08T08:58:41 | 2021-03-08T08:58:41 | 345,562,586 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,829 | java | package fontMeshCreator;
import org.lwjgl.util.vector.Vector2f;
import org.lwjgl.util.vector.Vector3f;
import fontRendering.TextMaster;
/**
* Represents a piece of text in the game.
*
* @author Karl
*
*/
public class GUIText {
private String textString;
private float fontSize;
private in... | [
"noreply@github.com"
] | noreply@github.com |
2fa9b1f9ddb7955a1426d0524b9f74b257982c49 | 31103a55a8df56417108b2d401395e2c07844cb4 | /base/src/au/id/villar/mp3Sorter/id3/frames/ENCR.java | 8aa98bfb4186ed7fbb2577efe08e22398277f06b | [] | no_license | morgano5/morgano-tags | 92fc81eb8040ccbb2dd3b0c3e6dbe80758a23d99 | bba3e3613ee2388b6454617b60aab40ac585669b | refs/heads/master | 2021-01-01T17:56:58.734068 | 2013-06-29T04:17:21 | 2013-06-29T04:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package au.id.villar.mp3Sorter.id3.frames;
import au.id.villar.mp3Sorter.id3.ID3Reader;
import au.id.villar.mp3Sorter.id3.InvalidTagException;
import java.io.IOException;
public class ENCR extends Frame {
private String ownerId;
private int methodSymbol;
private byte[] encryptionData;
public ENCR(FrameHeader h... | [
"morgano5@gmail.com"
] | morgano5@gmail.com |
2d58c72461a800e6bd12a7c329d33a0669b204d6 | 003d7938bc369519f593b21c477b5b3e68a3d343 | /app/src/main/java/com/feedhenry/armark/Adaptadores/Adaptador_Almacen.java | 8003da63c9d1208b8838d3577661a1b2af18d4f1 | [
"Apache-2.0"
] | permissive | breinergonza/conexion_serv | 1581c1c7b6965adf86787c8471628dce5e6c2c9f | 2052c90442edcdd624b65ff1463d2b950d642e9b | refs/heads/master | 2021-01-11T01:50:53.488192 | 2016-10-23T20:12:32 | 2016-10-23T20:12:32 | 70,848,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,599 | java | package com.feedhenry.armark.Adaptadores;
import android.content.Context;
import android.database.Cursor;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import ... | [
"breinergonza@hotmail.com"
] | breinergonza@hotmail.com |
6c5635f51c586e7a9ab2a82cb7bbb987bd419b07 | dc13b04749065664cbd1edb38cf6148a8d6262f5 | /kwdautomation/src/test/java/operations/ReadXLData.java | b81ed36b8a191ed34a3f389d5b47556c45453509 | [] | no_license | deepthi021/SeleniumTests | 78e10e7b78e0161f8f38b443090473de0a4e3b8b | 2cd6891d739eb43fd252bfa293c7b780e389ad53 | refs/heads/master | 2023-05-08T07:10:51.265605 | 2021-05-29T18:56:49 | 2021-05-29T18:56:49 | 370,114,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package operations;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import org.apache.poi.hssf.usermodel.HSSFSheet;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.userm... | [
"deepthito@gmail.com"
] | deepthito@gmail.com |
29cc013f6119244e8113eee8fadf19be85fef42e | cab20f5d0bc94f5b2db00f5000482b316e5a5522 | /src/main/java/com/youngxpepp/instagramcloneserver/global/error/ErrorCode.java | 80aa408532b7aa8ff637fc12b0a6d6635457af53 | [] | no_license | leesangsuk-cloud/instagram-clone-server | afbf8cd459f9750b75f918e95a9abe9509e34e91 | 9692692ddc99a0bbbee07a2aaacbe2a72eeba0ea | refs/heads/master | 2023-04-03T13:11:41.177142 | 2021-04-15T07:47:43 | 2021-04-15T07:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | package com.youngxpepp.instagramcloneserver.global.error;
import lombok.Getter;
import org.springframework.http.HttpStatus;
@Getter
public enum ErrorCode {
INVALID_INPUT_VALUE(1000, HttpStatus.BAD_REQUEST, "Invalid input value"),
METHOD_NOT_ALLOWED(1001, HttpStatus.METHOD_NOT_ALLOWED, "Method is not allowed"),
EN... | [
"youngxpepp@gmail.com"
] | youngxpepp@gmail.com |
d7ef70c9a0541501cca7a3ec10d3a25cd6abe6f5 | 5aa5db9516419cec1c28846a3e8ee5905f6425d7 | /app/src/main/java/com/malcolm/portsmouthunibus/ui/timetable/TimetableViewModel.java | 648c6671b3c1f45d7299f174f92a11f07ba82282 | [] | no_license | malodita/portsunibusandroid | 27ebf5e7b09c86dc245aa500b1892f3ad42b9e91 | fb8ae060d9d18aee595c448ff78263efb14628e0 | refs/heads/master | 2021-01-11T21:58:28.925500 | 2018-08-28T13:08:29 | 2018-08-28T13:08:29 | 78,887,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,733 | java | package com.malcolm.portsmouthunibus.ui.timetable;
import android.app.Application;
import com.malcolm.portsmouthunibus.App;
import com.malcolm.unibusutilities.entity.Times;
import com.malcolm.unibusutilities.repository.MainRepository;
import java.util.List;
import androidx.annotation.NonNull;
import androidx.lifecy... | [
"malodita@gmail.com"
] | malodita@gmail.com |
bfc3d20a333ce2f2669f8139673815aaf314cf09 | c74a3488129ac10e204bc56b8718c6ff261ee3a7 | /src/main/java/com/chitter/PeepRepository.java | b95277c9dcd16f8026450102641db8c372d18fd9 | [] | no_license | JohnNewman1/chitter-challenge | 2bef6ec5b482e2f6d9893113cb5ebe96a22f3d21 | fccdff3def2a037587c64a9883c03ae650c6947f | refs/heads/master | 2020-03-19T16:29:00.912220 | 2018-06-09T16:02:56 | 2018-06-09T16:02:56 | 136,716,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package com.chitter;
import org.springframework.data.repository.CrudRepository;
public interface PeepRepository extends CrudRepository<Peep, Long> {
}
| [
"newmanj903@gmail.com"
] | newmanj903@gmail.com |
1f33c1ad4fa57b0e53a305801c01f7e77f5d649d | 8be6b27a6cd6d91f56a0568deb249b811eb0e068 | /SampleCode_AndroidStudio/AndroidStudioSampleCode/supermapAR/src/main/java/com/google/ar/core/supermap/java/common/rendering/ShaderUtil.java | 7ad491f09307c089a3e5bab63f159b1f234ce659 | [] | no_license | LittleSpark2018/iMobile-SampleCode | 76daaeaaa907547dfa3e51ac4f226194b76ce8b2 | 3ca4e50831d1fb1029b76618b1e299167a247316 | refs/heads/master | 2022-04-04T21:36:35.864571 | 2020-02-19T07:05:46 | 2020-02-19T07:05:46 | 270,269,483 | 1 | 0 | null | 2020-06-07T10:23:47 | 2020-06-07T10:23:47 | null | UTF-8 | Java | false | false | 3,351 | java | /*
* Copyright 2017 Google Inc. 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 applicable l... | [
"wangli_hbhs@163.com"
] | wangli_hbhs@163.com |
bc042050cdfca87887d90aeb37fd912612037294 | f4ae768f4a7075bb745af3bba676ac7ffb1be1b1 | /src/TestNGFeatures/SoftAsserts.java | 191b422e6df83c9fd8647211c65a14f8b31bc44a | [] | no_license | yahyagit/MyFirst | f6b9a0bbbb4c7b9775fc66c7aae7d80085ce7994 | f6676e1ba92dad0a58179c8408d035220382081c | refs/heads/master | 2020-03-30T18:25:26.622276 | 2017-07-11T07:25:36 | 2017-07-11T07:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | package TestNGFeatures;
import org.testng.Assert;
import org.testng.annotations.Test;
import org.testng.asserts.SoftAssert;
public class SoftAsserts {
private SoftAssert softA = new SoftAssert();
@Test(priority=0)
public void testCase1() {
Assert.assertEquals("Msg", "Msg");
System.out.println("Msg");
... | [
"kdimuthu@gmail.com"
] | kdimuthu@gmail.com |
5856a9790d9e7a4b0c1a00470449234cd86f090e | 741f751c0475eb1a86b46fa449810f7eb3f3d86a | /v2/googlecloud-to-googlecloud/src/main/java/com/google/cloud/teleport/v2/values/PartitionMetadata.java | 34bd28b12910e7cf84a44c212b7e585eabf43801 | [
"Apache-2.0"
] | permissive | mkuthan/DataflowTemplates | 7f844f349cfc589cb899b90de700175975812442 | 0f2353979e797b811727953d3149f50531d87048 | refs/heads/master | 2022-05-21T01:34:52.726207 | 2022-05-05T13:45:52 | 2022-05-05T13:46:26 | 226,102,831 | 0 | 0 | Apache-2.0 | 2019-12-05T12:58:23 | 2019-12-05T12:58:22 | null | UTF-8 | Java | false | false | 2,047 | java | /*
* Copyright (C) 2021 Google LLC
*
* 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... | [
"cloud-teleport@google.com"
] | cloud-teleport@google.com |
d90bee46b1b4db6a0569315194a26e56182a3fa5 | 08be78ee28957fe393bea727228fbe13e5c00df1 | /modules/webcloud/modules/webcloud-pseudocode/src/main/java/com/pseudocode/cloud/zuul/filters/pre/PreDecorationFilter.java | 06b9cf3bca824c2a1b300ce9a7016e4e02c794ce | [] | no_license | javachengwc/java-apply | 432259eadfca88c6f3f2b80aae8e1e8a93df5159 | 98a45c716f18657f0e4181d0c125a73feb402b16 | refs/heads/master | 2023-08-22T12:30:05.708710 | 2023-08-15T08:21:15 | 2023-08-15T08:21:15 | 54,971,501 | 10 | 4 | null | 2022-12-16T11:03:56 | 2016-03-29T11:50:21 | Java | UTF-8 | Java | false | false | 12,283 | java | package com.pseudocode.cloud.zuul.filters.pre;
import java.net.MalformedURLException;
import java.net.URL;
import javax.servlet.http.HttpServletRequest;
import com.pseudocode.cloud.zuul.filters.Route;
import com.pseudocode.cloud.zuul.filters.RouteLocator;
import com.pseudocode.cloud.zuul.filters.ZuulProperties;
imp... | [
"chengz@ccc.com"
] | chengz@ccc.com |
92a03352b357950f63f853757cca7bb62707e6de | 0818a56ae2c4be2c0cd5a5d4ca682091546645d0 | /src/main/java/services/FolderService.java | f29b0d792d9783e5f793fe7dd73d96625189e146 | [
"MIT"
] | permissive | juagarfer4/Condominium-Manager | a68af660e2a9fb8904b8c48ad285db9c69812e8b | 8e944d57af0832aac9bcd9c8331d329ec91d2105 | refs/heads/master | 2021-07-07T11:33:00.207263 | 2017-09-29T22:32:25 | 2017-09-29T22:32:25 | 105,249,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package services;
import java.util.ArrayList;
import java.util.Collection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.Assert;
import domain.Folder;
impor... | [
"juanitogarciaman@gmail.com"
] | juanitogarciaman@gmail.com |
bb9ab754256338c51287913b18b69ba91a5db19b | 12835ef1fa75d48a9da56272918ddb0716952820 | /controle-core/src/org/csi/controle/core/entrega/Correios.java | 72b663f45fc2887e5d88864d95ae07a34b4ed07a | [
"Apache-2.0"
] | permissive | carlettibruno/workorder-control | b56b0ee557fe1d46a6637d0518cfebebe9f0424b | 901a23306fb24c898eed2b1dceed9ebc8bf1eb2e | refs/heads/master | 2022-12-06T08:06:29.077656 | 2019-06-25T16:39:44 | 2019-06-25T16:39:44 | 121,046,073 | 0 | 0 | Apache-2.0 | 2022-11-16T06:24:48 | 2018-02-10T19:18:10 | Java | UTF-8 | Java | false | false | 242 | java | package org.csi.controle.core.entrega;
import java.util.List;
import org.csi.rastreamento.correios.entidade.Evento;
public class Correios extends Entrega {
@Override
public List<Evento> getEventos() {
return null;
}
} | [
"carletti.bruno@gmail.com"
] | carletti.bruno@gmail.com |
f4592420ff7fd39a7911881e9023f3c0e10f28aa | 6ac25b8bdc3b080cd97d0e7d2fdf0f3d472e2024 | /binary-tree-paths/Solution.java | ca4339ddad712f6476de107989cbf6c179dc0263 | [] | no_license | jmazala/leetcode | 852e5fc9e8529ee059fcb031109431cd074d6a8f | 8a3bc5aa8fe827d5f63cab0f680a17500c2f90e0 | refs/heads/master | 2023-08-09T20:45:29.740162 | 2023-08-02T05:57:22 | 2023-08-02T05:57:22 | 252,583,974 | 0 | 0 | null | 2023-01-07T19:14:33 | 2020-04-02T23:06:42 | JavaScript | UTF-8 | Java | false | false | 1,080 | java | import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Definition for a binary tree node. public class TreeNode { int val; TreeNode
* left; TreeNode right; TreeNode(int x) { val = x; } }
*/
class Solution {
List<String> answer;
public List<String> binaryTreePaths(TreeNode root) {
... | [
"mazala.2@osu.edu"
] | mazala.2@osu.edu |
1e363bad7a5b24818d11d82673a33031055c5311 | 4d9dbc6f814dc9aab8990d5bc517846c7545717c | /app/src/main/java/com/garethabrahams/garethabrahamsdevspace/AboutMeActivity.java | b134c8905a65ce0b02d3ce81661cf5a16962e51b | [] | no_license | GarethAbrahams/GarethAbrahamsDevSpace | cf637b63bca72cd37389a4c408a8c25658095967 | 9d282763e63a6de9bba2b65f275d8733287749f5 | refs/heads/master | 2022-11-27T04:40:51.232597 | 2020-07-30T19:05:13 | 2020-07-30T19:05:13 | 283,329,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | package com.garethabrahams.garethabrahamsdevspace;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class AboutMeActivity extends AppCom... | [
"garetha6@gmail.com"
] | garetha6@gmail.com |
b2ef6c7eae671d679b1647491debc755f9c7ad3c | 338c38883ba840234f824fbe054ab6c8b93d175a | /build/generated-sources/jax-rpc/webservice/LyricWikiPortType_getHometown_ResponseStruct_SOAPBuilder.java | 215d4606982a44bd5b288efc2356d6d169357a10 | [] | no_license | prem315/LyricHound | 817491a7de6f5ae058ab4a00c0da8c60b45a9528 | 9013a78e00e2202cd21ba82365f07796a298548d | refs/heads/master | 2020-06-09T04:16:11.341008 | 2015-04-05T11:07:35 | 2015-04-05T11:07:35 | 33,021,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,791 | java | // This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JAX-RPC Standard Implementation (1.1.3, build R1)
// Generated source version: 1.1.3
package webservice;
import com.sun.xml.rpc.encoding.*;
import com.sun.xml.rpc.util.exception.LocalizableExceptionAdapter;
pu... | [
"patel.prem3105@gmail.com"
] | patel.prem3105@gmail.com |
59b10665f158fac588876aabf9e11020c926febe | acf08ff60743111b2e572586b28a1b945952057c | /java-eclipse/FabricaDeCarros/FabricaDeCarros/src/progprinciapl/Principal.java | 1d955eb7f4613aa2110eb3b94e8e40ba16794687 | [] | no_license | nada-pont-com/Arquivos | f24b34536c266b4fff8d8ae5d39cfe3903f06443 | 587b739d2d55d470993c9cf67c3a010dd61097e2 | refs/heads/master | 2020-03-30T02:29:34.844853 | 2019-08-09T04:11:08 | 2019-08-09T04:11:08 | 150,633,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package progprinciapl;
import interfacegrafica.Acao;
public class Principal {
public static void main(String[] args) {
Acao acao = new Acao();
acao.menu();
}
}
| [
"nada.pont.com@gmail.com"
] | nada.pont.com@gmail.com |
da30a6cc3fce470cbd3c4f5d84e38d68fd4636c8 | d8f2f3fe51a3ff82b89b53b53ff9eb1f9e590027 | /hadoop/page_rank/src/main/java/org/mdp/learn/hadoop/page_rank/PrDriver.java | 26585c9b111e44ff2562e7adab5df3e73243135b | [] | no_license | marcodippy/learning_hadoop | 64cc06e91e42003238f72a56070c868d2047f9a4 | 58569ee95688a22942b473c20868cc0809526752 | refs/heads/master | 2021-01-10T07:54:20.865853 | 2015-12-05T16:11:37 | 2015-12-05T16:11:37 | 44,393,404 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,962 | java | package org.mdp.learn.hadoop.page_rank;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.util.Tool;
import org.apache.hadoop.util.ToolRunner;
import org.mdp.learn.hadoop.commons.HdfsUtils;
public class PrDriver extends Configured implements Tool {
public int run(S... | [
"dpl.marco@gmail.com"
] | dpl.marco@gmail.com |
050e7c420d84f38f9ae40061820208ad6a54151b | bf32bc8d88dba3f3fd9e25ee670b44233dce7a46 | /app/src/main/java/com/firatnet/wst/adapter/RecyclerAllPostsCardAdapter.java | 1a724c484bc70af5caee1c82f349acf18e63fe7c | [] | no_license | amroshehk/WTS | af46167b3c1be5cc85c6178f933f4fd68f8fa603 | 2c48314eca0725e67227d78c6beb3f235aaffbe6 | refs/heads/master | 2020-05-30T07:41:20.694714 | 2019-10-16T19:52:41 | 2019-10-16T19:52:41 | 189,602,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,073 | java | package com.firatnet.wst.adapter;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget... | [
"amroshehzen@hotmail.com"
] | amroshehzen@hotmail.com |
b3530bf56b7624d914f6d8f813b2f43e31194a70 | 845661aeac1512abf1b3a0062eef4f432e1f0f3a | /g2-report-engine/src/main/java/com/googlecode/g2re/html/style/Font.java | 3c03dd520b5235295909ec0de492334be6f1b204 | [] | no_license | joshualucas84/g2-report-engine | 491f38f5eb0aa5c41effb674f52a1bac3766cecc | 25b6fd2917351a167ac98d90431224eff9e74e3f | refs/heads/master | 2021-09-08T14:26:44.979345 | 2009-06-15T23:18:37 | 2009-06-15T23:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,522 | java | package com.googlecode.g2re.html.style;
/**
* Defines how an elements font should be rendered
* @author Brad Rydzewski
*/
public class Font implements StyledElement {
private Color color;
private float pixels = -1;
private String fontFamily;
private FontStyle fontStyle;
priva... | [
"brad.rydzewski@81167618-2985-11de-8eb0-8789651ec4da"
] | brad.rydzewski@81167618-2985-11de-8eb0-8789651ec4da |
25f320ccd85a9d7dc4fd941253d689d3fa84501d | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /DVC-AN20_EMUI10.1.1/src/main/java/android/hardware/radio/V1_1/IRadioResponse.java | eec8946eb94bf6efcf407ee6dc56a46a2f63c2a9 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217,297 | java | package android.hardware.radio.V1_1;
import android.hardware.radio.V1_0.ActivityStatsInfo;
import android.hardware.radio.V1_0.Call;
import android.hardware.radio.V1_0.CallForwardInfo;
import android.hardware.radio.V1_0.CardStatus;
import android.hardware.radio.V1_0.CarrierRestrictions;
import android.hardware.radio.V1... | [
"dstmath@163.com"
] | dstmath@163.com |
97333c14d3dcc6b1be0f9c71d6cc2f29f53ab603 | c54062a41a990c192c3eadbb9807e9132530de23 | /solutions/attributes/src/main/java/attributes/book/BookMain.java | f4711ebefe1a21ff03f1327e3cd8680abfc60efa | [] | no_license | Training360/strukturavalto-java-public | 0d76a9dedd7f0a0a435961229a64023931ec43c7 | 82d9b3c54437dd7c74284f06f9a6647ec62796e3 | refs/heads/master | 2022-07-27T15:07:57.915484 | 2021-12-01T08:57:06 | 2021-12-01T08:57:06 | 306,286,820 | 13 | 115 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | package attributes.book;
public class BookMain {
public static void main(String[] args) {
Book book = new Book("Egri csillagok");
System.out.println(book.getTitle());
book.setTitle("1984");
System.out.println(book.getTitle());
}
}
| [
"viczian.istvan@gmail.com"
] | viczian.istvan@gmail.com |
5e876640500aef02f9d5b85c3c3b7aeddf0071ed | f474c2cef8eca505c5546e1d2bf898d886e147e0 | /src/main/command/MonitorableThread.java | 7aaed823969f41dd775558385df5d60152974e2a | [] | no_license | P2LGames/PGFramework | b081a937de4cdd4e4a5ddc76956123c5580f707a | 287523390b5ad5d6890a8c0b5a8992680ef8a021 | refs/heads/master | 2023-07-17T01:40:57.584118 | 2021-01-14T05:45:28 | 2021-01-14T05:45:28 | 314,078,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package main.command;
public interface MonitorableThread {
void run();
void start();
void stop();
int getEntityId();
byte[] compileTimeoutError();
boolean isFinished();
void setTimedOut(boolean timedOut);
}
| [
"sterling.long@lztek.io"
] | sterling.long@lztek.io |
3f89f3ac85fbbf49bd599b54049995e300120fe8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_53fde7739b00630f9767bb7163ae554d28cbb320/GmlHandlerTest/1_53fde7739b00630f9767bb7163ae554d28cbb320_GmlHandlerTest_t.java | b250b18ebf2c9ba83f4477944562c4ddef0c7127 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 9,550 | java | /*
* HUMBOLDT: A Framework for Data Harmonisation and Service Integration.
* EU Integrated Project #030962 01.10.2006 - 30.09.2010
*
* For more information on the project, please refer to the this web site:
* http://www.esdi-humboldt.eu
*
* LICENSE: For information on the license under ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d1a88f3d58d22b3c2c8a9192bb4ba7bd35bccaa1 | c6f0eb41af209775f264da0ae56e21d7b92d8c87 | /src/test/java/misc/migration/v1_1/EHistory3.java | a3756572a2f7e9be0761ef98ab8dd118539f63a2 | [
"Apache-2.0"
] | permissive | JakubPetr/ebean | 464d88fc466ef4e55258645c189923d99ce5d36f | 4fc47fcd19b568d348bd23a35348198092318094 | refs/heads/master | 2021-06-05T01:53:20.477413 | 2021-05-23T15:45:11 | 2021-05-23T15:45:11 | 136,032,319 | 0 | 1 | NOASSERTION | 2023-05-08T07:01:37 | 2018-06-04T13:51:53 | Java | UTF-8 | Java | false | false | 349 | java | package misc.migration.v1_1;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import io.ebean.annotation.History;
import io.ebean.annotation.HistoryExclude;
@Entity
@Table(name = "migtest_e_history3")
@History
public class EHistory3 {
@Id
Integer id;
@HistoryExc... | [
"robin.bygrave@gmail.com"
] | robin.bygrave@gmail.com |
123e8cffd73629c2277fa254e15e2ace55e75cd2 | 3bfe01d2bf6e994730ae1ec3ea2e5c8cc7258253 | /Main.java | 5b8b4fb22fb973de7c242a38187ba6abe79bb47f | [] | no_license | AsadRizvi97/snp-identifier | 63e6ea0599a5597382ed11bd1d377492443372c8 | f9d06e43d10478b6b1a1b031c641d1b0bf88d888 | refs/heads/master | 2022-02-01T12:37:27.891909 | 2019-05-12T00:17:43 | 2019-05-12T00:17:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,648 | java | import java.util.Arrays;
import java.util.LinkedList;
import edu.princeton.cs.algs4.In;
public class Main {
private LinkedList<Chromosome> chromosomes; //Store chromosomes as linked list
private int numberOfSamples; //Store number of samples for print()
public Main(String[] dataFiles) {
LinkedList... | [
"34251237+AsadRizvi97@users.noreply.github.com"
] | 34251237+AsadRizvi97@users.noreply.github.com |
8ea4e828d95add819c50ea16f550fce13b924859 | af6829eaea689efb7336d3cf11a9ddb36b284b92 | /src/com/fh/controller/weal/weal/WealController.java | e3629e10bbc857efb9af3ba753c79208d0efbe18 | [] | no_license | MrXT/erp | f336671aebf9c3f6702a1ca364e56cee64601df4 | c37f53a6183f14e34c3d159e28af56dc5dbcb5de | refs/heads/master | 2021-01-11T09:00:41.561800 | 2017-02-08T06:50:49 | 2017-02-08T06:50:49 | 77,453,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,475 | java | package com.fh.controller.weal.weal;
import java.io.PrintWriter;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.... | [
"di.xiao@karakal.com.cn"
] | di.xiao@karakal.com.cn |
eaf3fbac45354f74a3550f194396ac60d80353d7 | 9479affecbead662a94096e06dc1e5df6058854b | /app/src/main/java/com/pdroid84/deb/locationbyplacesapi/MainActivity.java | f297afb98f0accce7416752fe6b517bc4d7aacda | [] | no_license | pdroid84/LocationByPlacesAPI | f3aa2ad96c5337ff8db1708c4f58921d4d6efb11 | 27da2773cfadd2c1abbbf6119220a3b6547619f9 | refs/heads/master | 2021-01-10T05:30:07.032885 | 2015-06-06T22:17:13 | 2015-06-06T22:17:13 | 36,996,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,489 | java | package com.pdroid84.deb.locationbyplacesapi;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.GoogleApiClient;
imp... | [
"pdroid84@gmail.com"
] | pdroid84@gmail.com |
9f1c950a6234bc3d78dd1f641b8071bb54b7792e | 8889e6727b6210c1f0c5c0cc0ccfd675207b4f1e | /app/src/main/java/com/okawa/pedro/toolbarpagerdemo/di/scope/Fragment.java | ec374433463dbb9c7b6162f9fdaf95652f5aec21 | [] | no_license | PedroOkawa/toolbar-pager-view | aee9bd2a7427ddfea09d747373827ff1904138ec | ad6687ec21eff5bf1b1963f98724cec85f7841a7 | refs/heads/master | 2021-01-10T16:03:22.682169 | 2016-02-28T00:22:56 | 2016-02-28T00:22:56 | 52,692,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package com.okawa.pedro.toolbarpagerdemo.di.scope;
import javax.inject.Scope;
/**
* Created by pokawa on 26/02/16.
*/
@Scope
public @interface Fragment {
}
| [
"pedro.henrique.okawa@gmail.com"
] | pedro.henrique.okawa@gmail.com |
5474fe371349fe55493d9e640f956d983376ffb2 | 76326a5d4a7d74a46a20fb5fbc2be176d5767901 | /src/ChristianA2/OverrideParent.java | c50ea9807b6478d8ff3d50bc38fbde6ef1e21060 | [] | no_license | ChrisgetGit/Java.W2D4.Ekinci.Sander | 9a5511d3f93d11bd02d2f4d20438e0c0ca43d0c9 | 549c928ee869df388e0542b79c35b7811783a37a | refs/heads/master | 2022-11-08T20:52:58.071913 | 2020-07-09T12:55:01 | 2020-07-09T12:55:01 | 278,290,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package ChristianA2;
public class OverrideParent {
public void text (){
System.out.println("This is the parent class");
}
}
| [
"jimmyjaytscheina@gmail.com"
] | jimmyjaytscheina@gmail.com |
4fd9e46b8ae09a2e8a08975b55329d067123af2b | 65595359a577e7b77e532adc60519ba1ba00cbd7 | /app/src/main/java/com/gsplayer/persistance/source/sqlite/CounterSqlite.java | ab96759357555cda520d8d9221d87832a792a56c | [] | no_license | celluloid90/GSPlayer | d347200eb2eda5238348b0be659e85430ac465fe | 38c4c93ed6bc52c09bdf46a063c75fe8b73465f9 | refs/heads/master | 2021-01-10T13:26:29.766086 | 2016-03-24T10:42:16 | 2016-03-24T10:42:16 | 54,632,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.gsplayer.persistance.source.sqlite;
import android.database.Cursor;
import com.gsplayer.persistance.source.relational.Table;
import com.gsplayer.persistance.source.sql.Counter;
/**
* TURTLE PLAYER
* <p/>
* Licensed under MIT & GPL
* <p/>
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIN... | [
"shahinoor.shahin@bjitgroup.com"
] | shahinoor.shahin@bjitgroup.com |
bc7a78a6cd6953cd481bda35c62c7738947cdd45 | 6451616fab02a4b2326c471c52ff432958f44f3d | /conexionDB/src/conexiondb/conexionDB.java | 552c05c8526aad052468e26926b1751a8bc9bc35 | [] | no_license | jahazielBH/Practicas_de_Construcccion_SW | 843c4f034f27cae8843246d26c1c8cd1c2a66946 | 0acbd78b3dde54ac7e44428141a01b9877e74d2e | refs/heads/master | 2022-09-09T11:47:48.245601 | 2020-06-04T23:21:04 | 2020-06-04T23:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package conexiondb;
import java.sql.Connection;
import java.sql.DriverManager;
/**
*
* @author jahaziel, David, Gabriel
*/
public ... | [
"noreply@github.com"
] | noreply@github.com |
333913d5a481b2b724c9be02e4eb52538ef806f6 | f8c8707eeb0719e3f75e745fcbf8597745008b47 | /java code/eclipse-workspace/springboot-data/src/main/java/com/edubridge/springboot/data/service/DepartmentService.java | 2d6c2820eeb4898dbaf3ff120e445aa107ed7246 | [] | no_license | gousiya669/edubridgeprojects | 3dd296d5f83145d59823ad25a2d5239af88c4357 | 363a0cef5d3b4d9e214296e2edad7932fe9701c3 | refs/heads/master | 2023-08-12T20:18:12.974442 | 2021-10-05T16:50:36 | 2021-10-05T16:50:36 | 384,156,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.edubridge.springboot.data.service;
import java.util.List;
import com.edubridge.springboot.data.entities.Department;
public interface DepartmentService {
public Department saveDepartment(Department department);
public List<Department> getAllDepartments();
public Department getDepartmentById(int deptId)... | [
"gousiya.webd@gmail.com"
] | gousiya.webd@gmail.com |
cc275a0cb2cc7060098a37287eab394e36e54422 | 5433952408c865653c6b60212eaaa15c4bbab49c | /Util.java | 6ba0ff9f73977645734cf320533e17d1d20eca1b | [] | no_license | andrew-weinrich/questions | 176c42fcc797f2d95d840afb3a6322d082ada7ab | 03c2e54c61c9fe1b4ae607f286f5413372cbc245 | refs/heads/master | 2020-03-08T22:56:27.755028 | 2018-04-07T01:37:58 | 2018-04-07T01:37:58 | 128,447,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,166 | java |
public class Util {
// Converts a list to a string representation
//
// technically, we could just convert the expected and actual outputs to strings
// and then compare those strings, but that's not going to age well.
// better to just test the actual elements, and use the string rep for deb... | [
"andrew.weinrich@gmail.com"
] | andrew.weinrich@gmail.com |
ad016ecaa3e7ccfe2f46ef9df832c05b204196f2 | 935cb9ac2e91ba4cf5d53746a787c73d4aa1d5b0 | /private_detective/src/privatedetective/FileHandler.java | 1be95160c99b9e170cf41452dba15a414fd915a4 | [] | no_license | galsa/my_play_ground | d568e812ba4c86d2cfc4ad108434be312eed1ec4 | cb53406a490e289a339f433af4bd45f2e3b432f7 | refs/heads/master | 2020-12-02T23:54:31.259804 | 2017-07-01T11:45:34 | 2017-07-01T11:45:34 | 95,960,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,602 | java | package privatedetective;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Set;
public class FileHandler {
public static String readFile(String file) throws Exception {
... | [
"noreply@github.com"
] | noreply@github.com |
5810cfd2eee559abcc24bc8229fe9fb4fc1b8c70 | fdab1c9c2e8325d5568a9c2f6938ae035c5a18ef | /src/chen/study/day07继承与多态/内部类/成员内部类的定义与使用/Demo01InnerClass.java | 5776900c27ba0ceab2808e4a84aa3571088c1cc8 | [] | no_license | 2199830642/Java-JavaWeb-Knowledge-points | 95be9504e925200e83caebf02f0137f09edd72fe | bf7a3c44843cb434550346c731a7faf9f2282962 | refs/heads/master | 2022-12-01T19:39:00.466558 | 2020-08-06T14:46:13 | 2020-08-06T14:46:13 | 284,613,470 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | package chen.study.day07继承与多态.内部类.成员内部类的定义与使用;
/*
* 如果一个事物的内部 包含另一个事物,这就是一个类包括另外一个类
* :身体与心脏的关系,汽车与发动机
*
* 分类
* 1.成员内部类
* 2.局部内部类(包含匿名内部类)
*
* 1.成员内部类的格式:
* 修饰符 class 类名称{ 外部类名称
* 修饰符 class 类名称{} 内部类名称
* }
* 注意:内用外,随意使用,外用内,一定需要借助内部类对象
*
* 如何使用成员内部类:
* 1.间接使用:在外部类的方法中使用内部类,main只是调用外部类方法
* 2.... | [
"2199830642@qq.com"
] | 2199830642@qq.com |
c14455e878121aaf3636f4e7d0b0bdedbba03831 | dba87418d2286ce141d81deb947305a0eaf9824f | /sources/com/lowagie/text/Table.java | 7df6e3d9dbe5e2541fc5dc7a30a1bf7b65d1dacc | [] | no_license | Sluckson/copyOavct | 1f73f47ce94bb08df44f2ba9f698f2e8589b5cf6 | d20597e14411e8607d1d6e93b632d0cd2e8af8cb | refs/heads/main | 2023-03-09T12:14:38.824373 | 2021-02-26T01:38:16 | 2021-02-26T01:38:16 | 341,292,450 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 32,444 | java | package com.lowagie.text;
import com.lowagie.text.pdf.PdfPCell;
import com.lowagie.text.pdf.PdfPTable;
import harmony.java.awt.Dimension;
import harmony.java.awt.Point;
import java.util.ArrayList;
import java.util.Iterator;
public class Table extends Rectangle implements LargeElement {
private int alignment;
... | [
"lucksonsurprice94@gmail.com"
] | lucksonsurprice94@gmail.com |
a53acfd98e857dad47abf9fb8e92f34bcce79655 | 280da3630f692c94472f2c42abd1051fb73d1344 | /src/net/minecraft/src/BetterSnow.java | 6bd40b743afe638806128ccaaa6a901716a764cc | [] | no_license | MicrowaveClient/Clarinet | 7c35206c671eb28bc139ee52e503f405a14ccb5b | bd387bc30329e0febb6c1c1b06a836d9013093b5 | refs/heads/master | 2020-04-02T18:47:52.047731 | 2016-07-14T03:21:46 | 2016-07-14T03:21:46 | 63,297,767 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,913 | java | package net.minecraft.src;
import net.minecraft.block.*;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.resources.model.IBakedModel;
import net.minecraft.init.Blocks;
import net.minecraft.util.BlockPos;
import net.minecraft.util.EnumFacing;
import net.minecraft.world.IBlockAccess;
... | [
"justanormalpcnoghostclientoranyt@justanormalpcnoghostclientoranyt-Aspire-XC-704"
] | justanormalpcnoghostclientoranyt@justanormalpcnoghostclientoranyt-Aspire-XC-704 |
65f64dfd9226aa33143a4a0ed1f7c70f738ab6b5 | 6bb95b6886e4b33701bc7da6f4d34a88c5e3b3b6 | /Observer/src/opcion2/StockGrabber.java | 8f1b369222042c507a9be7515c6c03071dc473de | [] | no_license | SuyenRojas/Patrones-de-Diseno---Ejemplos-java | b09315b2b19b4fa07f9605816fae4140bf0cff19 | 803bd11e959422c52cf85645310aca19c9ebde08 | refs/heads/master | 2020-04-03T09:57:45.166733 | 2016-07-06T22:15:02 | 2016-07-06T22:15:02 | 62,742,588 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package opcion2;
import java.util.ArrayList;
public class StockGrabber implements Subject{
private ArrayList<Observer> observers;
private double ibmPrice;
private double aaplPrice;
private double googPrice;
public StockGrabber(){
observers = new ArrayList<Observer>();
}
public void reg... | [
"noreply@github.com"
] | noreply@github.com |
b229cfaad0f83d8e86a7ef631ae412d54c328108 | 7eca373e07a5a054fb33770f1d2ea958563f6573 | /src/com/csb/dao/meeting/UpdateMeetingQuestionnaireDao.java | fb7b8d26c01146a8791de8e4bd52f6a676e49e53 | [] | no_license | bobchendingli/Tonghang | 5b06582711e6f986de3511f45a99386131a03c61 | 9c1cdd4d5f70a1f19f2e995b4b5a5a1713f5dd1e | refs/heads/master | 2020-05-18T15:17:41.795289 | 2014-10-08T13:47:29 | 2014-10-08T13:47:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package com.csb.dao.meeting;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.csb.bean.ResultBean;
import com.csb.dao.URLHelper;
import com.csb.support.debug.AppLogger;
import com.csb.support.error.WeiboException;
import com.csb.support.http.HttpMethod;
import com.csb.support.http.Htt... | [
"bob.chen.dingli@gmail.com"
] | bob.chen.dingli@gmail.com |
6aec957649750d92a7389324a1462db8e484cb00 | 9566dd099b5eedbfbae60f494cf8e89366969ed9 | /app/src/main/java/com/example/securegatemeet/ResetPasswordActivity.java | b8daf1daa68d619621b2c475532ea48d8db39efb | [] | no_license | MeetMistry/Secure-Gate-Using-Android | 95ac13177cfa84ef872d59e611e513fe04c060d0 | d7414ee07c6820a94c9628b883bbd963d37b2be8 | refs/heads/master | 2022-12-01T11:03:24.473616 | 2020-08-12T18:23:02 | 2020-08-12T18:23:02 | 278,862,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,660 | java | package com.example.securegatemeet;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.wi... | [
"17it003@charusat.edu.in"
] | 17it003@charusat.edu.in |
1ba37a690a15a806165627791a6c4cf247133f20 | f65400893b5d3a80bf1ede506694850a92c05b21 | /JavaStudy/src/ch12/IndexOf.java | 16b56b9cdec2ce2fff5e221d87f3c0e71512e047 | [] | no_license | fire216/JavaStudy | 9795e3d46d72cbdbb3c3be59a87ca26bb05b8b33 | a8f0d73994c6be20ee2b7101b5a12db8e721a614 | refs/heads/master | 2020-04-28T19:41:00.259026 | 2019-04-19T08:12:16 | 2019-04-19T08:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package ch12;
public class IndexOf {
public static void main(String[] args) {
// 0123456789
String text = "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut al... | [
"Student@DESKTOP-EF9PEQ2"
] | Student@DESKTOP-EF9PEQ2 |
e69600ab7bd5554375dbaa92dae2bf5be5010aeb | 7e953bd2ce9f2bf1364e1bd09e2763723b46db65 | /src/main/java/core/utilities/General.java | 8939c8c8197689c3703836d3fd2110f6b0ec6d09 | [] | no_license | KOM-Framework/kom-java | a1f1904a6caa0d5c5b1611836312bb2441589096 | 5a8c4919db5506ba1bd8073fb95c13dce608de5a | refs/heads/master | 2020-04-05T13:01:57.868635 | 2017-07-04T14:25:20 | 2017-07-04T14:25:20 | 95,032,450 | 0 | 0 | null | 2017-07-30T19:50:25 | 2017-06-21T18:07:59 | Java | UTF-8 | Java | false | false | 4,570 | java | package core.utilities;
import org.openqa.selenium.By;
import java.util.ArrayList;
/**
* Created by olehk on 07/04/2017.
*/
public class General {
public static String getMiddleValue(String originalString, String startSubStr, String endSubStr){
String out = originalString.substring(originalString.last... | [
"kuzovkov.oleg@gmail.com"
] | kuzovkov.oleg@gmail.com |
0cb1dfe1ad3d8ffda734ba38ec21ab1e206f18d3 | 803a81cbf3b2c615cbff2bb4a724b3672dd13cdf | /src/main/java/com/cda/gateway/config/CacheConfiguration.java | 47264e83767fca2bbb29aa9d8203c398b0f99052 | [] | no_license | mbobadilla/jhipster-wateway-application | 8ec5238fa4bc04bf1d94961286889962d52cf6bf | 02629cb9e0a6a1e93a3f996063c372d427d57124 | refs/heads/master | 2022-12-21T23:39:24.412381 | 2020-02-20T13:53:18 | 2020-02-20T13:53:18 | 241,896,645 | 0 | 0 | null | 2022-12-16T05:13:12 | 2020-02-20T13:53:02 | Java | UTF-8 | Java | false | false | 2,530 | java | package com.cda.gateway.config;
import java.time.Duration;
import org.ehcache.config.builders.*;
import org.ehcache.jsr107.Eh107Configuration;
import org.hibernate.cache.jcache.ConfigSettings;
import io.github.jhipster.config.JHipsterProperties;
import org.springframework.boot.autoconfigure.cache.JCacheManagerCusto... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
702f14552f3c7bf1937e9d6fcc2c21a50714ed08 | 44dd8907d2533cf57fb16f002989d655208049b4 | /shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/predicate/value/PredicateRightBracketValue.java | 05b2df5a7d35eaae903d4ea122a70a3c7de5fae9 | [
"Apache-2.0"
] | permissive | geomonlin/incubator-shardingsphere | 197b8e1cb12274e3b1bf414bf08270e0e0e990a8 | 33acaa6bb363db6e9126fbcf5ede7bd8b20fea2e | refs/heads/master | 2021-06-24T15:30:00.323233 | 2020-02-23T09:01:50 | 2020-02-23T09:01:50 | 200,510,170 | 1 | 0 | Apache-2.0 | 2019-08-04T15:34:04 | 2019-08-04T15:34:03 | null | UTF-8 | Java | false | false | 1,262 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"noreply@github.com"
] | noreply@github.com |
fe3398fa997be06c0aa69df8063c663cdfe97b04 | 3f16f0318fc0bac3dfc9832f1e817da87db7a8da | /src/jp/co/yuki2006/busmap/route/NewAdvancedDetailActivity.java | 4df4fd3d836715c2bba911ce9cedfe28e30c07c0 | [
"Apache-2.0"
] | permissive | yuki2006/busviewer | 697f392b23ba9c37ee6d5f18f5f02169c0c6cd96 | 15f23cdb505f05dd04d8443da78d146749241ebc | refs/heads/master | 2020-01-21T04:34:25.304012 | 2014-03-27T04:11:38 | 2014-03-27T04:11:38 | 18,097,197 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,283 | java | /**
*
*/
package jp.co.yuki2006.busmap.route;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.LayoutParams;
import android.widget.LinearLayout;
import android.widget.TextView;
import c... | [
"yagfair@gmail.com"
] | yagfair@gmail.com |
1197c91fd13633fa44f7a00429c19e233d2ae461 | c5e208720e683e8cf7718f82f23630cc0076ddf3 | /33/src/Queue.java | 130389973aa98dc4fbe42713104a9c5f5ff94ba9 | [] | no_license | mallika2011/Bowling-Management-System | 2a36f6fbdb58c5a4be6307f27736fc15458eb03b | f7a70ec903bef22793e9b51201e3b5d406d70ab8 | refs/heads/master | 2023-06-21T07:20:40.262461 | 2021-08-11T20:44:56 | 2021-08-11T20:44:56 | 249,407,856 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | /* Queue.java
*
* Version
* $Id$
*
* Revisions:
* $Log$
*
*/
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Vector;
public class Queue {
private Vector v;
/** Queue()
*
* creates a new queue
*/
public Queue() {
v = new Vector();
... | [
"mallika2011@yahoo.com"
] | mallika2011@yahoo.com |
015b9171f8fe0f4b0eab19156c70de0f31ea1a4c | 431ccc0276d045e34c1749782e2d99c1179d219f | /dayOne/DataTypesAndOperators/SampleTestClass.java | d20891afaa7aaf823aa0a8b0f92e247d68e7f6cf | [] | no_license | Abeleencon/Core_java | 16c8daf5bf7df8dd8760bb4f58176e457ccdc162 | 25d6482b56cfe3511112ff231313fd4aebdd715f | refs/heads/master | 2020-04-01T15:32:21.879417 | 2018-10-16T19:26:01 | 2018-10-16T19:26:01 | 153,341,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package dayOne.DataTypesAndOperators;
public class SampleTestClass {
//Scope of the class
//Scope of the Variable
//Global variable
static int num = 10; // We add static if we want to use the variable in the main or other methods
static float f1 = 13.25f;
public static void main(String[] args) {
num ... | [
"abiodunowoseje@gmail.com"
] | abiodunowoseje@gmail.com |
13b1d97bacd3167ff14540c6610ac3fb77449e42 | e63e9c91333471e1a14ee98ace5a0c4f26369a2c | /src/org/campus02/zam/ss2020/threadsandmultithreading/threadstop/example/Worker.java | 00265595693af91b012f9f3a04fb75c7be7dbbbe | [] | no_license | jayanthidd/Programming3 | ff342216c97f0d1e487eb019f909fd679719c942 | a3ee4f7f6b02b1aaa8a5cab08d93a53e88bb38c0 | refs/heads/master | 2023-01-01T22:01:10.341641 | 2020-10-19T16:01:28 | 2020-10-19T16:01:28 | 305,439,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package org.campus02.zam.ss2020.threadsandmultithreading.threadstop.example;
public class Worker implements Runnable {
public int counter= 0;
private final int sleepInterval = 100;
private static Object lock = new Object();
public Worker() {
this.counter = 0;
}
@Override
public voi... | [
"jayanthidhanaraj@yahoo.co.in"
] | jayanthidhanaraj@yahoo.co.in |
2e546e5d7075805561689ac14e6f72dacf9eb351 | 223fa203e25d1882942cf77cc66ce6d54dda0953 | /whoiswho-backend/src/main/java/be/g000glen00b/whoiswho/team/TeamSkillScore.java | aace79eecde3c195833323ddec13999cdb123f8c | [] | no_license | g00glen00b/whoiswho-graphql | 65485afe0306d0f1eac745069087613812a854dd | 802f2c75be84d8874e2aea203e26063ed2bc3b8f | refs/heads/master | 2023-04-06T10:42:41.051600 | 2021-04-25T16:17:40 | 2021-04-25T16:17:40 | 278,083,511 | 41 | 27 | null | 2021-04-25T16:17:40 | 2020-07-08T12:29:45 | JavaScript | UTF-8 | Java | false | false | 848 | java | package be.g000glen00b.whoiswho.team;
import be.g000glen00b.whoiswho.skill.Skill;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.pers... | [
"me@g00glen00b.be"
] | me@g00glen00b.be |
d698a03ef6991cc56825f76d0cda421d2b569daf | 7fc98eb4eb3ba89e6c4a6c4a0bb8a5b917e2077c | /src/com/mingzhao/designpattern/pattern23/p6/builder/example/ActorBuilder.java | 0eaa19f16e6d0e9fe7fabc804819d22ffe522ad0 | [] | no_license | TKMingGit/design-pattern | 7b987cb130f2aa057681537e3c95afaae2297f0d | 2e6f8f3b98e169c722698f82a2e9b281dcef0c89 | refs/heads/master | 2021-04-09T15:38:51.263071 | 2019-03-06T03:46:33 | 2019-03-06T03:46:33 | 125,588,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package com.mingzhao.designpattern.pattern23.p6.builder.example;
/**
* Created by luoyufeng on 2017/3/7.
*/
public abstract class ActorBuilder {
protected Actor actor = new Actor();
public abstract void buildType();
public abstract void buildSex();
public abstract void buildFace();
public abstrac... | [
"ming.zhao@karakal.com.cn"
] | ming.zhao@karakal.com.cn |
d7cb23ad235aeba4340e283a4fefbe07c31d1fc9 | a0fc4cfd646eb59c3fd815d9b7e6ddd801ff14ea | /src/main/java/com/angelantonov/eventmaster/web/models/event/CreateEventModel.java | 0963c23d3dd6c1b53d98fb563839fbe40c9cf1aa | [
"MIT"
] | permissive | angelantonov213/EventMaster | ae9366536420fb0d9bca3a466a93060e1009a482 | 7581137ec0002f481e14f8d5fe21d6697421aba7 | refs/heads/master | 2020-09-27T08:27:23.895165 | 2019-12-14T11:32:07 | 2019-12-14T11:32:07 | 226,474,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.angelantonov.eventmaster.web.models.event;
import com.angelantonov.eventmaster.data.models.Venue;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Getter
@Setter
@NoArgsConstructor
public clas... | [
"angel.antonov@taulia.com"
] | angel.antonov@taulia.com |
56c26bf9fffad3989fe6d1e65ef2cd77f5c2a2ab | 91c3dd7c08ae0a308d0ce657ca84376a69155bf0 | /src/main/java/dai/luis/models/Almacen.java | 83c846d0c5876e40dd076ebd47734e7df8e6c6da | [] | no_license | saibot2/pruebas2018 | fe1b86823fda9efff7af467ccdd25e5371ec83e8 | 55c15f2695dbc6faa4307258635c16a42991acd0 | refs/heads/master | 2022-02-04T09:31:23.748319 | 2018-05-10T10:25:55 | 2018-05-10T10:25:55 | 64,994,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package dai.luis.models;
// Generated 24-oct-2017 8:06:34 by Hibernate Tools 4.0.0
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import... | [
"saibott22@gmail.com"
] | saibott22@gmail.com |
d6f89f7c2a019f6d1d9134ed18047c1210dd4853 | 86899bfb8098531e66dd019f26bbd10caf387fe5 | /src/presentacion/Vista.java | 4356ae8b85825797d166d7cd38d4edcbccb800e7 | [] | no_license | DevOscarFA/SemaforoServidor | 0d5a82cb5c8e9cfb61d5f154d675678527ef2f23 | 6f16e66e626ef68f955a2141c2ddd3e345cb7be6 | refs/heads/master | 2021-07-09T22:13:09.290917 | 2017-10-11T06:26:36 | 2017-10-11T06:26:36 | 105,409,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,321 | java | package presentacion;
import java.awt.BorderLayout;
import java.awt.Graphics;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
public class Vista extends JComponent ... | [
"oscarfdzalz@gmail.com"
] | oscarfdzalz@gmail.com |
c82319f987d8a14c6f13d0e0862fe409f91bffa2 | 8469d2f71bc22fa2acf66a4bb05155c1d85282fa | /SapeStore/src/test/java/com/sapestore/controller/test/AccountControllerTest.java | 2f30b0a7ee7c3c141349a4a1ea5e1334eb119259 | [
"BSD-2-Clause"
] | permissive | rishon1313/sapestore | bce9f33ba16d82eb86be0a2567d92707b340a8c5 | 3f44263799e9abe279c6311a31d4df9209c9b59c | refs/heads/master | 2021-08-17T02:02:18.544939 | 2017-11-20T17:28:41 | 2017-11-20T17:28:41 | 104,585,570 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,729 | java | package com.sapestore.controller.test;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
import org.juni... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.