blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
841da968dd58428840599527b7341e622512d422 | c2388237306567a933b8a4133cda73633844e95e | /implementaciones/ColaPrioridadUno.java | 9f77db163b316886cf3b66f80fd9447007337aba | [] | no_license | PabloLefort/uade-programming-II | 0f233d436005f535bb1c933f722b75d2c3fe72a3 | a3c3a80b219b1b764280fbbd8c45dc427072fd40 | refs/heads/master | 2020-03-30T06:32:54.881796 | 2018-10-09T02:59:47 | 2018-10-09T02:59:47 | 150,869,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | public class ColaPrioridad implements ColaPrioridadTDA {
int[] valores;
int[] prioridades;
int cantidad;
public void InicializarCola(){
valores = new int[100];
prioridades = new int[100];
cantidad = 0;
}
public void Acolar(int x, int prioridad){
int i = this.cantidad;
for (; i > 0 && t... | [
"lefortpablo@gmail.com"
] | lefortpablo@gmail.com |
5b5995f7213813fe33edf0527ae1a400b732160e | a6f37e9c63b011074755f941c32cf8ee242828cb | /src/main/java/tree/MathExpTreeMaker.java | 4ae044fe1bdd29faf35fe2373652d071d06a5c76 | [] | no_license | VafaTarighi/DataStructure | af6fdab22defc82ea3e94582801172e68489a1dc | 68377462f1f0c33ff18f576181aaf80a8cb2dde4 | refs/heads/master | 2023-02-22T13:29:54.472371 | 2021-01-19T20:30:21 | 2021-01-19T20:30:21 | 315,920,157 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,965 | java | package tree;
import calculator.Calculator;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.math.BigInteger;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class MathExpTreeMaker extends Calculator {
public stat... | [
"55409304+VafaTarighi@users.noreply.github.com"
] | 55409304+VafaTarighi@users.noreply.github.com |
c4d293efc690abe4eabdaf75d19bea5c5b28433f | f82f8ddbba4f6e8f8d2a7d1339966398913968bb | /Lecher/형남/java31/st1swing/frmAlert.java | c16b83c71b116e1d2a4241d24cf937cbd8ecc094 | [] | no_license | gunee7/workspace | 66dd0e0151f1f1e3d316c38976fadded6da70398 | c962907b6e0859062fc05078e9c9f43e6b62dcff | refs/heads/master | 2021-05-07T15:14:04.814560 | 2018-02-20T09:07:17 | 2018-02-20T09:07:17 | 114,836,940 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package java31.st1swing;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.a... | [
"gunee7@naver.com"
] | gunee7@naver.com |
52f288dfc7a7d1402b6cb51b394e821af782fea2 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/26828018ddfe307bc785b66ef8602ffad16d3604/after/PyConvertModuleToPackageAction.java | 81fdd990b42cc86d3a9b2b9ad619cdcc911fdcc9 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,759 | java | package com.jetbrains.python.refactoring.convert;
import com.google.common.annotations.VisibleForTesting;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.command.WriteCommandAction;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.editor.Editor;
import com.in... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3dd7f2184d9a18c790709ebfc76f223a3b4faa75 | 22769f92bfcee4afa631e39b7ad5e6c5b95eeab5 | /src/test/java/com/dBank/tests/RegistrationFirstTest.java | 14d1fbf63079e43f8c96f53b7da42e57ffd21657 | [] | no_license | anjukumaris/automation_Dbank | a945b4e42e3a4515addc80ad4dd643f875a56425 | e5a53317604275eb466501d66039439ac0656b24 | refs/heads/main | 2023-02-25T09:09:14.567725 | 2021-01-30T07:08:42 | 2021-01-30T07:08:42 | 334,349,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.dBank.tests;
import com.dBank.library.BaseClass;
import com.dBank.pages.Registration_FirstPage;
import com.dBank.pages.SignUpPage;
import org.testng.annotations.Test;
public class RegistrationFirstTest extends BaseClass {
// public LoginTest(WebDriver driver) {
// super(driver);
// }
@... | [
"sreejithsipvr@gmail.com"
] | sreejithsipvr@gmail.com |
57e2ca97706ec0b1ac4fddc456afa5b3d89a4367 | 2fe968e7d50a7e7691ab371bb67c76ac7aec7916 | /src/main/java/org/tikv/operation/KVErrorHandler.java | 5e4a6566b38618124986024448477773c50cdb60 | [
"Apache-2.0"
] | permissive | KenyonZ/tidb-client-java | fa1510088a90644033dca224dbeb75b62a6390ce | 1d62d71ed3a9a8907c21bc072e10c9c733a39348 | refs/heads/master | 2023-06-08T08:16:45.941263 | 2018-11-28T12:35:56 | 2018-11-28T12:35:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,586 | java | /*
*
* Copyright 2017 PingCAP, 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 agre... | [
"samuelwyf@hotmail.com"
] | samuelwyf@hotmail.com |
6c91bb1f5440dafac2aa7cb400af86c504423058 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-14263-34-16-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest_scaffolding.java | 996e5116f5bc4f66bc15f396ec920b0b528a7d2f | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Apr 05 03:06:24 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.j... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
1ac086404fafc2e3bcd005a8e39d7b0c0450f14c | bca3acebfec4345036f495867a7599c7793ddaa1 | /level4_subtract.java | aedb3537e7818f91f73903a790e4d54833b24e26 | [] | no_license | SharedMocha/JavaI-Interview-Questions-Answers-from-interviewbit.com | f0e99f0ee92ebecf81094254c6be758a4065585b | fc3b864b4d7a7ba34cd6a0c2659b57ae5b9bad2d | refs/heads/master | 2021-06-19T12:49:26.585125 | 2017-07-19T18:21:30 | 2017-07-19T18:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | /**
Given a singly linked list, modify the value of first half nodes such that :
1st node’s new value = the last node’s value - first node’s current value
2nd node’s new value = the second last node’s value - 2nd node’s current value,
and so on …
NOTE :
* If the length L of linked list is odd, then the first half ... | [
"noreply@github.com"
] | SharedMocha.noreply@github.com |
d67731d872ede80ccbe00f83cfeb167adb31d799 | 16bd4e214cccbb931d32d610490214aee017b5eb | /training/trainingcore/src/com/sri/pal/training/core/assessment/ValueIssue.java | 0b54a6cb5e7e3ed0db321c807133c18e65f60e02 | [
"Apache-2.0"
] | permissive | SRI-SAVE/ESE | df081e0f974fc37c1054f0a6d552d3fbf69fe300 | e06ec5cd47d69ee6da10e0c7544787a53189a024 | refs/heads/master | 2021-01-10T15:31:33.086493 | 2016-07-26T17:05:01 | 2016-07-26T17:05:01 | 54,749,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,263 | java | /*
* Copyright 2016 SRI International
*
* 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 t... | [
"christian.jones@sri.com"
] | christian.jones@sri.com |
d236a7dfe4d6bb1342edb1852eebce9e03b5aacd | a1631fb61ced7ce300a5185346ebf1201ff72e35 | /SCM_Water_frontDesk/src/main/java/util/RandomUtil.java | 4f5055ce19247b9c1ff9797bd5063e3e447f2013 | [] | no_license | tiancai1111/SCM_Water | 54465e7cd63f3c51921b7845474c77f164ba709a | bde2c9399c5b3fd3cdf86a05538a4e0f5aa90405 | refs/heads/master | 2020-04-13T21:58:28.026537 | 2019-01-18T11:11:28 | 2019-01-18T11:11:28 | 163,261,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package util;
/**
* 随机数类
*/
public class RandomUtil {
/**
* 返回前时间戳作为随机数 13位
* @return
*/
public static String getRandomNum() {
String str=String.valueOf(System.currentTimeMillis());
return str;
}
}
| [
"1760532400@qq.com"
] | 1760532400@qq.com |
e5b422730d83c98681a353253b8737cc08247913 | 9412cd1fc2ae3151f8516b7c141787a45da1cde6 | /pp-workspace/webadmin/src/main/java/com/pengpeng/admin/stargame/manager/impl/PlayerSaleActionModelManagerImpl.java | 5e9b1b3c679a357a56ef4fd65d911537e9c3485b | [] | no_license | imjamespond/java-recipe | 2322d98d8db657fcd7e4784f706b66c10bee8d8b | 6b8b0a6b46326dde0006d7544ffa8cc1ae647a0b | refs/heads/master | 2021-08-28T18:22:43.811299 | 2016-09-27T06:41:00 | 2016-09-27T06:41:00 | 68,710,592 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,094 | java | package com.pengpeng.admin.stargame.manager.impl;
import org.springframework.beans.factory.annotation.Qualifier;
import java.io.Serializable;
import org.apache.commons.logging.LogFactory;
import org.springframework.stereotype.Repository;
import org.apache.commons.logging.Log;
import java.util.List;
import org.springfr... | [
"imjamespond@gmai.com"
] | imjamespond@gmai.com |
6d61013ec7e2e13aa1e80b89eecc0b5eadc4bde2 | 4b0a833e9d32eb0b2c2a28c90040454c8bb7bd8f | /platforms/android/src/com/plugin/gcm/GCMIntentService.java | 9a46aa4a64f4a218b33cbffed9912ef1c12563e1 | [] | no_license | hollyschinsky/PushNotificationSample30 | de1adbb4d995b776693980a745fb8d6ff1decd71 | 438d03f0ffdcc7da4aed8e09cce4011d4430f471 | refs/heads/master | 2020-04-27T00:11:20.043102 | 2013-09-22T20:40:10 | 2013-09-22T20:40:10 | 13,020,540 | 8 | 27 | null | 2015-01-29T22:20:08 | 2013-09-22T20:35:45 | JavaScript | UTF-8 | Java | false | false | 4,633 | java | package com.plugin.gcm;
import java.util.List;
import com.google.android.gcm.GCMBaseIntentService;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningTaskInfo;
import android.app.Notification... | [
"hollyschinsky@gmail.com"
] | hollyschinsky@gmail.com |
00dd0eaad20547183dff773694ff28674c92bf4a | 7571a87a644bd5a0256fb9cd6b2c9657a6d358cb | /src/main/java/com/rover/domain/EnvironmentDomain.java | 637ac4f9ca2c0f6d0f418ee9ca45d6c8d1444bb9 | [] | no_license | muthumkp13/RoverServices | a82aab3c44f455d15ba101658e394416fb2861b2 | 86515909a29a762190c42b7de97edffe1881d4c2 | refs/heads/main | 2023-06-22T13:45:18.752301 | 2021-07-29T07:11:16 | 2021-07-29T07:11:16 | 321,244,982 | 0 | 0 | null | 2021-07-29T07:11:17 | 2020-12-14T05:38:15 | Java | UTF-8 | Java | false | false | 552 | java | package com.rover.domain;
import java.util.List;
import com.rover.model.Environment;
import com.rover.model.TerrainType;
import lombok.Data;
import lombok.experimental.Accessors;
@Data
@Accessors(chain = true)
public class EnvironmentDomain {
long temperature;
long humidity;
boolean solarFlare;
boolean ... | [
"muthukumar.r@skava.com"
] | muthukumar.r@skava.com |
d91c36f04d697e72bc6770f270e928e170f15d11 | 3341ab3a9e719d182305fd362f6fbb8ca1caba91 | /app/src/test/java/com/yilang/lemon/yilang/ExampleUnitTest.java | ba74c31f1bbc33bae77ddae07e2c0a797685b928 | [] | no_license | Lemonqsj/YiLang | 2cff817e905b5e7324d88920a6fcace949258f8d | b94e2877aec224c6ccb97b8ab5013e7f7c8e0463 | refs/heads/master | 2021-01-25T06:55:55.159557 | 2017-06-07T11:55:09 | 2017-06-07T11:55:09 | 93,626,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.yilang.lemon.yilang;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public voi... | [
"shangji.qi@kuang-chi.org"
] | shangji.qi@kuang-chi.org |
4951aa0d0646248ce655f708f1eeb859bcef2cc4 | e8146efc6a9e5095316aac2760125ba600886c8d | /app/src/main/java/com/brightkidmont/brilla/my_bright_brain/visual/colors/black/Black3.java | bcaaa74ef0798a4e28f95e5ab9fc1945df833846 | [] | no_license | alijawdat/Brilla-pre | 8cfb84f12abee03f0ed0d17e4ef87e73927bf638 | 85c5c1958cdd2822a394cbbd2d56b316151fe53e | refs/heads/master | 2020-06-30T16:57:35.249991 | 2018-03-28T05:56:21 | 2018-03-28T05:56:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,912 | java | package com.brightkidmont.brilla.my_bright_brain.visual.colors.black;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.an... | [
"sagarzpro@gmail.com"
] | sagarzpro@gmail.com |
7425918f596e7aa06d111b7a33406df5e4375304 | eb5008a7b2076d039bdc7a742a4d14f8f82af612 | /member/member/src/main/java/com/aristotle/member/service/MemberService.java | 450437cb58ca5263223a90563e2f3143f463004b | [] | no_license | ModernAristotle/aristotle | 49a57530c7b61a80bc3d72ef754f560dd5fb3f84 | 0e68dd81af123bdc20ddf00dab860b1969d384bf | refs/heads/master | 2020-04-04T04:13:26.780390 | 2017-05-21T07:17:09 | 2017-05-21T07:17:09 | 35,366,339 | 0 | 3 | null | 2016-08-03T17:40:01 | 2015-05-10T10:19:25 | Java | UTF-8 | Java | false | false | 415 | java | package com.aristotle.member.service;
import com.aristotle.core.exception.AppException;
import com.aristotle.core.persistance.User;
public interface MemberService {
public User login(String userName, String password) throws AppException;
public User register(String userName, String password, String passwordConfir... | [
"ping2ravi@gmail.com"
] | ping2ravi@gmail.com |
2db69d795ddc5f0568923a0f409d67dd22fc62c7 | eff9a71fdec8f23f241602d0009d1217eb991b39 | /src/main/java/com/vinculomedico/sinergis/api/config/LoggingConfiguration.java | 616d59b2632aa1fa131de5dc7f47f27cd88f0932 | [] | no_license | gpalli/jhipstermicroservice | fd7f19dddcf3ea213ab2465b0b175ab7ff78da22 | d28681a90844d90ec1ceeea4ecba8f47a6089aa3 | refs/heads/master | 2021-01-15T17:15:26.985917 | 2017-08-08T22:50:10 | 2017-08-08T22:50:10 | 99,742,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,489 | java | package com.vinculomedico.sinergis.api.config;
import io.github.jhipster.config.JHipsterProperties;
import ch.qos.logback.classic.AsyncAppender;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.spi.LoggerContextListener;
import ch.qos.logback.core.spi.Con... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
16063482ebef1cf25d9636d68bb53444aaf12b6c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_b570104118b6354efadbdd09267ae82568fac5ef/AtmosphereResponse/7_b570104118b6354efadbdd09267ae82568fac5ef_AtmosphereResponse_t.java | 78f24dd2a505e554b873c4653e32a2ef8246a48d | [] | 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 | 37,936 | java | /*
* Copyright 2013 Jeanfrancois Arcand
*
* 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a61b85b5256edc3e3ff77212d078e696f7bfd41a | 6fcbc86f5538954529bec5b550661b2531396a9c | /src/main/java/com/tests/helpers/ui/Fill.java | d5be8141122ac70738fe4487598a2739d9534193 | [] | no_license | hemantjanrao/codingRound | 31233a36ea4f5e3217fa079ed66d5ff971d882c9 | 2aa8ce8cff9ac94cc60f55691d2f54dd221e3d9e | refs/heads/master | 2021-08-08T13:33:54.474087 | 2017-11-10T12:22:59 | 2017-11-10T12:22:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.tests.helpers.ui;
import org.openqa.selenium.WebElement;
public class Fill {
private Page page;
WebElement element;
public Fill(Page page, WebElement element)
{
this.page = page;
this.element = element;
}
public Page with(String value)
{
... | [
"Hemant_Navnath_Janrao@external.mckinsey.com"
] | Hemant_Navnath_Janrao@external.mckinsey.com |
0aa1d654ab417c27690da480234a857bc7938fc9 | f79dffd995910a4459dfada727f633d10dbacd2f | /src/main/java/com/yyt/wuziqi/ChessTest.java | 210ab14e88276372edc4369f055a28cf43257872 | [] | no_license | 964849768qq/wuziqiAI | 70c5f2fe783a4864ea4f41b1be225c25b268f16c | 106f2fa82d555005799e49d1b27dfbbd513de1a8 | refs/heads/main | 2023-01-08T11:45:09.156529 | 2020-11-15T09:22:10 | 2020-11-15T09:22:10 | 312,993,128 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.yyt.wuziqi;
public class ChessTest {
public void test(int[][] board){
for (int i=0;i<15;i++){
for (int j=0;j<15;j++){
if(board[i][j]!=0){
System.out.println("(i,j):"+i+","+j+" "+board[i][j]);
}
}
}
... | [
"noreply@github.com"
] | 964849768qq.noreply@github.com |
83d2954a8163ba81a9cd47fa93616cbf1fab0851 | 3f243991d3176769c1ab236f77ba82375873aca2 | /app/src/main/java/br/com/simplepass/cadevanmotorista/ui/PathEvaluator.java | b3a032a353469ba4653edbdb6c58378bcd840002 | [] | no_license | leandroBorgesFerreira/CadeVanMotorista | bcadca3d13dffb9fcf429a89553723399321d4fb | f294d5c8e2d475640d574868a84aab0b98fd7b5f | refs/heads/master | 2021-01-12T16:03:14.075962 | 2017-10-27T12:12:15 | 2017-10-27T12:12:15 | 71,927,124 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,165 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"lehen01@gmail.com"
] | lehen01@gmail.com |
8fcfdfd1a7bcdc0a49bcdcdfb7195dcb4cd47bfe | 4c4610a4fffe6a3a0488b57a3333bb420187a215 | /app/src/main/java/com/rishavyaduvanshi/online_insurance_app/activity_login.java | 8b153246417a4e222708de59d9f5abb297f8b830 | [] | no_license | RishavYaduvanshi/Online-Insurance-App | 6451f6077ea16133351652c097948b9229f11bd9 | d46c6f2d89c46b1aeb60988fbc18e4cb10b5ed96 | refs/heads/main | 2023-08-14T00:47:21.204717 | 2021-09-13T12:07:01 | 2021-09-13T12:07:01 | 332,671,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,848 | java | package com.rishavyaduvanshi.online_insurance_app;
//login page
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
impor... | [
"67699808+RishavYaduvanshi@users.noreply.github.com"
] | 67699808+RishavYaduvanshi@users.noreply.github.com |
c2df0ecdc5b51373162b73a9c9acb3f49f87b791 | 506f208747b6d40bf7584d2bf837775dbe4f0468 | /src/main/java/com/huazhao/mapper/UserMapper.java | 1ccf29498e88e75efb3252228f6f9171454fb19a | [] | no_license | huazhao666/lucky-draw | e819c696657112112b39d9f9ffbd5ab966679b7d | c5b8acc7181f09b362c52d1908bfc40a0926011a | refs/heads/master | 2023-03-06T22:53:37.071949 | 2021-02-19T02:34:25 | 2021-02-19T02:34:25 | 340,237,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package com.huazhao.mapper;
import com.huazhao.base.BaseMapper;
import com.huazhao.model.User;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserMapper extends BaseMapper<User> {
User selectByUsername(String username);
} | [
"2602474620@qq.com"
] | 2602474620@qq.com |
27daebef8e29934d9659083b80169ffe2a364889 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /plugins/kotlin/idea/src/org/jetbrains/kotlin/idea/KotlinIdeaBundle.java | aeaf0d62c2ae21bcd8bbd5cee22e06c72a9e8dcf | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 1,029 | java | // Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package org.jetbrains.kotlin.idea;
import com.intellij.DynamicBundle;
import org.jetbrains.annotations.*;
import java.util.function.Supplier;
public final class KotlinIdeaBundle {
private sta... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
847d2cf4411c49e5c903d61c5139a3f39beff875 | 35e5081f308b3c5e402bb99387b34861bede4b44 | /Factorial.java | 9d39252c86f6ddbc971af45bdd9cbdf864ba6f49 | [] | no_license | niharika95/Java-Programs | f428c12e4e07aec2f07dcb5b82d20b9e0ae7dd4e | dcfac52c5dc94368016848915518cc5c3cac5a46 | refs/heads/master | 2020-07-22T11:27:39.389036 | 2017-02-25T09:12:08 | 2017-02-25T09:12:08 | 73,814,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | // Factorial of a number
package codingbat;
import java.util.Scanner;
public class Factorial {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Enter a number: ");
int num = sc.nextInt();
int fac = 1;
if(num == 1){
... | [
"niharika13dalal@gmail.com"
] | niharika13dalal@gmail.com |
7b84ce581194dd05396f1267452b7a0ce1db2a40 | d8398d50f044d43b72d3d09acd3e94da5111f2ae | /spring-boot-demo/src/main/java/com/myke/springboot/demo/config/TaskSchedulerConfig.java | cfac50bb59418b9fb5ce62d194fa46144573455d | [] | no_license | zhangjianbinJAVA/spring-boot-zhang | d54aa588fefc5fb3a6ee3844477f1cf755e35d61 | 3972af29e8c9ab9576a3e0edc047fa8faa9ca8b8 | refs/heads/master | 2021-05-09T20:55:17.912902 | 2018-11-12T09:59:14 | 2018-11-12T09:59:56 | 118,711,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package com.myke.springboot.demo.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* user: zhangjianbin <br/>
* date: 2018/1/30 13:03
*/
@Configuration
@EnableSched... | [
"xyz@163.com"
] | xyz@163.com |
d4a96ff5d0c6b4f7b89b98b0376a0bd383335955 | 4d627fe5508fbffb2df7f8d18176a73ec04d033d | /app/src/main/java/com/archstud/architecturestudyapp/model/DataObjectDiffUtilCallbackImpl.java | a7685ff1ac69b0dc469f617218611304c71ba292 | [] | no_license | Oleksandr49/MVPStudyApp | efef5e685ce353ad46575fd44d7d1d8a8b8c3c4b | f2d516c71f67cf6b824609794679360073b42a6e | refs/heads/master | 2023-03-22T12:48:55.045821 | 2021-03-18T08:10:35 | 2021-03-18T08:10:35 | 346,119,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package com.archstud.architecturestudyapp.model;
import androidx.recyclerview.widget.DiffUtil;
import com.archstud.architecturestudyapp.model.domainModels.DataObject;
import java.util.List;
public class DataObjectDiffUtilCallbackImpl extends DiffUtil.Callback {
private final List<DataObject> oldList;
priva... | [
"64898093+Oleksandr49@users.noreply.github.com"
] | 64898093+Oleksandr49@users.noreply.github.com |
9779eb3735a286dc7994804c54062f3a76414a0f | 0386dd72896464326174b50eb6743a02d1a87c3f | /sandbox/core20/src/main/java/org/apache/myfaces/custom/effect/EffectToggleClientBehaviorRenderer.java | 73f3eb6c160a761ffeeb8804d33590df0f553242 | [] | no_license | bschuette/tomahawk | f6922930bbb54e6914325fce11764eeeff63ef07 | 8e300e4adbadeb7221df00c3bb2e71ead86b656f | refs/heads/master | 2023-01-04T06:06:33.733606 | 2020-11-05T20:33:48 | 2020-11-05T20:33:48 | 310,410,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,744 | 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")... | [
"bjoern@schuette.se"
] | bjoern@schuette.se |
1fe9c0e7805bed344f08948f6da92837a59757f2 | 3c459042e52ddbc75b39a6d79587412927b787be | /PillEatNow/app/src/main/java/com/example/pilleatnow/CalendarPage.java | e083df32caa4ee95aa09cc06154d4cea9a8ec6c0 | [] | no_license | Hanju18/PillEatNow | 65eb2733e1fe0747a0e69710647b18dd2824ba45 | 559db9310995adcac11e5f791676e39b89434608 | refs/heads/master | 2022-12-08T17:56:14.964727 | 2020-09-04T01:18:59 | 2020-09-04T01:18:59 | 269,339,149 | 0 | 1 | null | 2020-07-15T11:59:42 | 2020-06-04T11:16:23 | null | UTF-8 | Java | false | false | 7,271 | java | package com.example.pilleatnow;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActiv... | [
"66356753+Hanju18@users.noreply.github.com"
] | 66356753+Hanju18@users.noreply.github.com |
a502061c1c160418abfa2ee490871420ba60c43c | 5c27db2047bd39b7dc0b614564a0a026549587ff | /Services/transparencia/src/main/java/br/com/mobibike/transparencia/main/exceptions/HttpStatusCode.java | edc73985550ec90cbe2c093452ba41f15948f2f3 | [] | no_license | roberson-miguel/mobi-bike | 1411e0b5b7d0a43b9141d9523ad0f0df7646a834 | b5d2fd17dfe066ce581149f4506da391f77191a4 | refs/heads/master | 2020-03-23T05:17:13.316491 | 2018-06-24T00:27:53 | 2018-06-24T00:27:53 | 141,135,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package br.com.mobibike.transparencia.main.exceptions;
public abstract class HttpStatusCode {
private HttpStatusCode() {
throw new IllegalStateException("Utility class");
}
public static final int VALIDACAO_CAMPOS = 422;
public static final int RECURSO_NAO_ENCONTRADO = 404;
public static final int NAO_AUTOR... | [
"jsn.piata@gmail.com"
] | jsn.piata@gmail.com |
3f7b6de9b1f0d6d36b54a6cde6dd338b56b89311 | cf7704d9ef0a34aff366adbbe382597473ab509d | /src/net/sourceforge/plantuml/graphic/TextBlockMarged.java | 1e1102d3d9010763a4785bb7bc39e308bd897fad | [] | no_license | maheeka/plantuml-esb | 0fa14b60af513c9dedc22627996240eaf3802c5a | 07c7c7d78bae29d9c718a43229996c068386fccd | refs/heads/master | 2021-01-10T07:49:10.043639 | 2016-02-23T17:36:33 | 2016-02-23T17:36:33 | 52,347,881 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,563 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2014, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part of... | [
"maheeka@wso2.com"
] | maheeka@wso2.com |
a66538449e57aa274152464f2f377cfe1763473e | c8b94af863892bb8871a12166d7b2c24fe1588f0 | /GreatSmallGiv.java | 5e2a4e065fcabe07d4af0f1c011986b1b345d1d3 | [
"MIT"
] | permissive | flick-23/JAVA-Programs | 57e6658a7b6d7ef66ac03879a642ba11b91cac2b | 5c7f082809ef63b41f372f9ba18565075a8f0c0f | refs/heads/master | 2021-10-10T17:50:55.501817 | 2021-10-05T17:43:30 | 2021-10-05T17:43:30 | 216,357,681 | 1 | 1 | MIT | 2021-10-05T17:43:31 | 2019-10-20T12:23:22 | Java | UTF-8 | Java | false | false | 697 | java | /* Program to read a floating number and print a small number not less the number & given number & largest
number not greater than the number */
import java.io.*;
import java.lang.*;
class GreatSmallGiv
{
public static void main(String []args) throws IOException
{
BufferedReader venki=new BufferedReader(new ... | [
"venkigd8@gmail.com"
] | venkigd8@gmail.com |
1e29680a5b1bdc74ea288c987844153b4df3d617 | 9a20f24f89f7b47725a55066d72c808d2a05ce68 | /src/khanhnoi/com/server/Server.java | 5d9949f4055bce55f693d7870269545686f2abde | [] | no_license | khanhnoi/xem-tu-vi-java | 693abec150041fc98889669aa7a2bed9e3b2cd06 | da16a24b67a83ad1515ff2d1b64f8d5007627794 | refs/heads/master | 2023-02-22T18:15:41.479626 | 2021-01-25T22:48:54 | 2021-01-25T22:48:54 | 327,388,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,252 | java | package khanhnoi.com.server;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.... | [
"nqkhanh1998@gmail.com"
] | nqkhanh1998@gmail.com |
5aca4b8ab35c2cdc380ca57b9f923b96db0ce871 | bb366cb444664834987f4b8439dc8ddac795f42e | /ysy-point/src/main/java/com/yunsunyun/point/controller/PtSmsController.java | b836186f18f7911aac64abf942d051a1f87d9c03 | [] | no_license | yunsunyunGit/admin | b454151dc7f7e7726dad375c5f923f37ed771f57 | 6a9d7e84214db94f1ccd001f4e620f4e17a04af7 | refs/heads/master | 2020-03-21T02:58:45.630934 | 2018-06-20T12:52:18 | 2018-06-20T12:52:18 | 138,009,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,601 | java | package com.yunsunyun.point.controller;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.plugins.Page;
import com.yunsunyun.point.po.PtSms;
import com.yunsunyun.point.service.IPtSmsService;
import com.yunsunyun.xsimple.api.common.DataTable;
import com.google.common.base.Strings;
i... | [
"lvyou@yunsunyun.com"
] | lvyou@yunsunyun.com |
953386e5ac668dcdbd8ed8504bfc83fc8ea894c6 | 1305baafc401bb367036cb61b50409047c530254 | /security/src/main/java/com/zp/security/authentication/sms/SmsCodeAuthenticationToken.java | 92b500881ed0d8a0f21ab2dc4f6b42c1489fa585 | [] | no_license | zp253908058/fcs | fe9f4bb0272fb4cda219e5a0c50534ade374fafc | b9cfbf3b03ead0dca57edf547a5541d7c1a12b86 | refs/heads/master | 2020-05-25T09:21:07.572771 | 2019-05-30T10:34:23 | 2019-05-30T10:34:23 | 187,732,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package com.zp.security.authentication.sms;
import org.springframework.security.authentication.AbstractAuthenticationToken;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.SpringSecurityCoreVersion;
import java.util.Collection;
/**
* Description: im
* Created by ... | [
"253908058@qq.com"
] | 253908058@qq.com |
4c9d7b788a03d13cc066b6e301080fbf66bbdf29 | e3d707b39ad07706e29929bbe6f81d03b38e2668 | /app/src/main/java/com/aiteu/training/teach4/dialog/PopupWin.java | d776a6f81b451cb953d7c91b6ab416a12c7e4037 | [
"Apache-2.0"
] | permissive | aiteu/AndroidTrainingDemo | 68300408b81715166beeb8b8da47990bae327f32 | ebdba0bb271adb04ad54c9b6b453097041f07f35 | refs/heads/master | 2020-05-02T11:55:51.739745 | 2019-08-30T06:19:26 | 2019-08-30T06:19:26 | 177,945,429 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package com.aiteu.training.teach4.dialog;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.PopupWindow;
import com.aiteu.training.R;
public ... | [
"leo@bbb96"
] | leo@bbb96 |
c50aac162b5a253400ce6d68a4fdfb2b13ceb369 | 19adc3cc56126e4746186f8a49b0b7d27568d7d5 | /HibernateConfig/src/main/java/com/shop/Product.java | 86fb12151c221f3f8941239d727f798ea40baab6 | [] | no_license | amydosh/Phase2-BackEnd | 242caab46d3242e52952d253d6ba390012b3b983 | 6ceb2e99bb5efb2ccb7322a49585abdc90c7627b | refs/heads/master | 2023-08-18T10:15:08.470926 | 2021-10-03T21:58:25 | 2021-10-03T21:58:25 | 403,084,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.shop;
import java.math.BigDecimal;
import java.math.BigInteger;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="tbl_product")
public class Product {
@Id
... | [
"87882809+amydosh@users.noreply.github.com"
] | 87882809+amydosh@users.noreply.github.com |
66f29fcef0dcd68ab81681559b86202ee2552679 | 4a4c1228a3e1d16ee2243e4e40e095bbdeb13f93 | /super-devops-common/src/main/java/com/wl4g/devops/common/exception/ci/PipelineDeployingException.java | 43c8ce17cff2e2a6d779345ac16a04ada7f1e0e6 | [
"Apache-2.0"
] | permissive | August2016/super-devops | fcdf2d713965faadfcb3030abe80b1a270dcd510 | 9a03245da3d9c3bc758bf61aecb8888b336c79aa | refs/heads/master | 2021-02-22T09:02:55.955105 | 2020-02-27T09:54:30 | 2020-02-27T09:54:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,099 | java | /*
* Copyright 2017 ~ 2025 the original author or authors. <wanglsir@gmail.com, 983708408@qq.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/license... | [
"983708408@qq.com"
] | 983708408@qq.com |
47c74d0bd3f49d8f1824cfc5fc0de5f2f9b75ef0 | 898f513d9cc6027486a29d5fcf7ae78ba1b706a3 | /src/com/lishunan/gpm/People.java | ebe1b450e9a4a85148f7775e8aa9ca52e77677c7 | [] | no_license | lishunan246/srtp | e5c7220fdd63f488b8fbe774da1d26a78ae2ea6d | fe135f8b8941fc03daa97606c86c64132da71afe | refs/heads/master | 2020-04-09T05:50:51.704245 | 2015-11-27T05:21:43 | 2015-11-27T05:21:43 | 30,059,772 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.lishunan.gpm;
/**
* Created by Administrator on 2015/2/2.
*/
public class People {
private String account;
private String password;
private String name;
private String type;
public void setAccount (String account) {
this.account = account;
}
public void setPassword (S... | [
"332422832@qq.com"
] | 332422832@qq.com |
c4bb2bf12627c128d93aa5d395cf2cf242730dc0 | af29709faf48b2cfeeac344b9fb62ff2ad41aa6c | /src/main/java/com/calypso/SampleWebUiApplication.java | 40bcf82702ecc8aab12c70ec86c610b6536a5ae8 | [
"Apache-2.0"
] | permissive | hbrahi1/calypso_cnc | 0aeaabcdd28fe3dcdf7c918c69bca1cbb088a622 | 4f6f4eefae4a70395e9b5fb0e3203e01cf41c37f | refs/heads/master | 2021-01-19T02:38:09.859076 | 2016-07-25T23:30:59 | 2016-07-25T23:30:59 | 64,171,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | /*
* Copyright 2012-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"extradisk@yahoo.com"
] | extradisk@yahoo.com |
d1090225771e807a54b45467fba59acf7a0a00f0 | 176d8a531aab283760f89d1a64db5a672a050f27 | /detect-doctor/src/main/java/com/synopsys/detect/doctor/DoctorException.java | 9c867e3833466a87420486bd798ade121838e444 | [
"Apache-2.0"
] | permissive | blackducksoftware/hub-detect | 432e968ec8ff7433615bd377562cca4a71951428 | dc528aa57240fc849f19a19d666564176a6b9679 | refs/heads/master | 2021-06-03T08:38:19.811849 | 2021-01-05T15:39:41 | 2021-01-05T15:39:41 | 87,969,126 | 48 | 56 | Apache-2.0 | 2019-09-24T16:04:31 | 2017-04-11T18:59:32 | Java | UTF-8 | Java | false | false | 166 | java | package com.synopsys.detect.doctor;
public class DoctorException extends Exception {
public DoctorException(final String s) {
super(s);
}
}
| [
"jordanp@synopsys.com"
] | jordanp@synopsys.com |
f86d52c5b69f2501e108322984be6b3527b520c4 | a002c836246e172486a2953492e9e8bdeadaf2e3 | /app/libs/library/src/main/java/com/google/android/exoplayer/hls/HlsChunkSource.java | dc70320f0dd8a22e55f2fe50097b435f7380c2ba | [] | no_license | VitaliyLytvyn/android_iptv | 6a1f53dcb5027497557da76e06cdce1d4c8243f9 | 106a6b21d39bc50b8a6e71e77caaf0cc05d24e65 | refs/heads/master | 2021-04-15T12:38:36.003238 | 2017-06-18T10:35:09 | 2017-06-18T10:35:09 | 94,578,850 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 24,653 | java | /*
* Copyright (C) 2014 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... | [
"vitaliy.lytvyn.2@gmail.com"
] | vitaliy.lytvyn.2@gmail.com |
25315ed557ad1c7c003d043aa556d6d4653fc09c | aba071e2f2b4f57724c3f1829cf629cbe76c201f | /src/com/library/Web/Servlet/Normal/LoginServlet.java | 1f32ecf7887fc607aee1c9e28a35e962c51743d2 | [] | no_license | Remilia-NULL/javaee_simple_library_crm | f66640d08abb93afc7caa4e3ad3daac958001e33 | 12ba5b47abfd6b96a20e3278e499247108531c27 | refs/heads/master | 2023-02-10T10:37:28.297462 | 2021-01-07T02:52:08 | 2021-01-07T02:52:08 | 327,486,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package com.library.Web.Servlet.Normal;
import com.library.Domain.NormalUser;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class LoginServlet extends HttpSe... | [
"edward123580@hotmail.com"
] | edward123580@hotmail.com |
197ea89489087982155c792b8a0538d52fd43a17 | 0576ff5ae33977de639362dc3b100ff076f0ffea | /mod-webapp-codebase/src/main/java/com/cebedo/pmsys/bean/OrderingEstimateCost.java | 6fbed573c80ad4f73592b39daddb52973b09d6e3 | [] | no_license | lawrenceshava/Chimera | f7cc28d0a615fc15406a166009729ec05b839c64 | ada6c3434a3679c53da789681d17135ee512444e | refs/heads/master | 2022-02-26T20:00:59.284308 | 2016-05-16T09:02:36 | 2016-05-16T09:02:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package com.cebedo.pmsys.bean;
import com.cebedo.pmsys.domain.EstimateCost;
import com.cebedo.pmsys.enums.TypeEstimateCost;
import com.cebedo.pmsys.enums.SortOrder;
import com.google.common.collect.Ordering;
public class OrderingEstimateCost extends Ordering<EstimateCost> {
private int subType = TypeEstimateCost... | [
"cebedo.vii@gmail.com"
] | cebedo.vii@gmail.com |
fdff153848f5a37324a5b884c7d1176e037ac6e4 | bd3915904e8281477e9fa89ea24fa8b832a5668f | /app/src/main/java/com/azens/searchlyrics/MainActivity.java | c9f87e240ac61d4c0b8eb80fecddff0757e70c07 | [] | no_license | azens1995/SearchLyrics | 2ff571eeebf1882482b548f4adb7bfbfde9747c8 | cbb4a643212bd3a558dca8e6a2e59a842475d9f3 | refs/heads/master | 2020-03-25T19:06:11.209128 | 2018-08-08T23:02:45 | 2018-08-08T23:02:45 | 144,064,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,097 | java | package com.azens.searchlyrics;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget... | [
"azens1995@gmail.com"
] | azens1995@gmail.com |
ddad5d79dd3e537e9310928c302c71d4d1155e65 | 58992baff16ea41356bfb962bbfa632b4d6aae03 | /src/main/java/com/mali/interfaces/DeliveryRepository.java | 3f18386d7b7b3553af8fc4cae45916edd34caa7d | [] | no_license | Aharonabadi/Supplytrack-unsafe | beb7022f0b3a55b45a4c06dc817d59fe21105cc0 | 14d1dbdcb721a196b87d8399974b091de51c2d26 | refs/heads/main | 2023-01-21T17:23:11.782042 | 2020-11-16T11:38:04 | 2020-11-16T11:38:04 | 313,282,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.mali.interfaces;
import org.springframework.data.jpa.repository.JpaRepository;
import com.mali.model.Delivery;
public interface DeliveryRepository extends JpaRepository<Delivery, Long> {
}
| [
"34122871+abadiwhitesource@users.noreply.github.com"
] | 34122871+abadiwhitesource@users.noreply.github.com |
0bdf804a29d7c811d1d2e0730b7abad3ad240c56 | 9b60184e23ac02c978a23c4784b533349a645ca8 | /src/main/java/com/weibo/ad/sdk/constant/CreativeConfiguredStatusConstant.java | 9a7f1f58be28d02710c3aeb782809882dc591d16 | [] | no_license | weiboad/weibo-ads-java-sdk | c9cbd0482029b0bc59a600722a28610f7f625729 | 77d45711e5c79f6ccd6f54726eb7d21cc7850452 | refs/heads/master | 2020-04-05T03:19:49.766259 | 2018-12-19T07:02:11 | 2018-12-19T07:02:11 | 156,510,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.weibo.ad.sdk.constant;
/**
* Package: com.weibo.ad.sdk.constant
*
* @Author: yongqiang7@weibo.com
* @Date: Creatd at 2017/7/20 下午5:20
*/
public class CreativeConfiguredStatusConstant
{
public static final String PAUSE = "pause";
public static final String OPEN = "open";
public stat... | [
"yongqiang7@staff.weibo.com"
] | yongqiang7@staff.weibo.com |
eeed02225f3006cb9c22aa6044bd7589f9e70656 | dbf5adca095d04d7d069ecaa916e883bc1e5c73d | /x_crm_assemble_control/src/test/java/x_crm_assemble_control/Test.java | 07282193485d0fd8ad55fbc077b19a016ba06950 | [
"BSD-3-Clause"
] | permissive | fancylou/o2oa | 713529a9d383de5d322d1b99073453dac79a9353 | e7ec39fc586fab3d38b62415ed06448e6a9d6e26 | refs/heads/master | 2020-03-25T00:07:41.775230 | 2018-08-02T01:40:40 | 2018-08-02T01:40:40 | 143,169,936 | 0 | 0 | BSD-3-Clause | 2018-08-01T14:49:45 | 2018-08-01T14:49:44 | null | UTF-8 | Java | false | false | 487 | java | package x_crm_assemble_control;
import java.util.ArrayList;
import java.util.List;
import java.util.ListIterator;
public class Test {
public static void main(String[] args) {
List<String> list = new ArrayList<String>();
list.add("java");
list.add("world");
list.add("android");
ListIterator lit = list.list... | [
"caixiangyi2004@126.com"
] | caixiangyi2004@126.com |
ccb91f34254dbc5682f4a3e581c6ced7e50c146c | f9d466aeeaa98b391ef6f8f4dfbde02270845c3e | /src/main/java/cn/authing/sdk/java/dto/CreateAsaAccountsBatchDto.java | 7ae14b1f506abbaf89607f0a23349899a696b287 | [
"MIT"
] | permissive | Authing/authing-java-sdk | 2be7eb849b052d1ff49bbf251e4ec49103b0be79 | 69586520aa0ecad1bd86b53dc4456533cc0f5380 | refs/heads/master | 2023-08-28T14:10:33.506537 | 2023-08-15T07:21:30 | 2023-08-15T07:21:30 | 122,724,916 | 217 | 15 | MIT | 2023-08-15T07:21:31 | 2018-02-24T09:25:56 | Java | UTF-8 | Java | false | false | 750 | java | package cn.authing.sdk.java.dto;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
import cn.authing.sdk.java.dto.CreateAsaAccountsBatchItemDto;
public class CreateAsaAccountsBatchDto {
/**
* 账号列表
*/
@JsonProperty("list")
private List<CreateAsaAccountsBatchItemDto> li... | [
"yu18371919563@163.com"
] | yu18371919563@163.com |
dbc81885164bdd032fec81c19aaffaad9ac92884 | 8aea95c114e07d043d217f51a30807b4642d49a7 | /core/typesystemEngine/source/jetbrains/mps/lang/typesystem/runtime/SubstituteType_Runtime.java | 024ac936e4ab4a90ca7f92099fde908b5a38b5a7 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JetBrains/MPS | ec03a005e0eda3055c4e4856a28234b563af92c6 | 0d2aeaf642e57a86b23268fc87740214daa28a67 | refs/heads/master | 2023-09-03T15:14:10.508189 | 2023-09-01T13:25:35 | 2023-09-01T13:30:22 | 2,209,077 | 1,242 | 309 | Apache-2.0 | 2023-07-25T18:10:10 | 2011-08-15T09:48:06 | JetBrains MPS | UTF-8 | Java | false | false | 1,070 | java | /*
* Copyright 2003-2015 JetBrains s.r.o.
*
* 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 agre... | [
"fisakov@gmail.com"
] | fisakov@gmail.com |
88572af4a054fd002810b92e82ad08d11f89782f | 8d3c54983e1e57e166b0e946baeda38e2b7aeb15 | /jnpf-datareport/report-core/src/main/java/com/bstek/ureport/definition/Scope.java | 7424a12c0253710425c0cc7280fad58986c1ef6b | [] | no_license | houzhanwu/lowCodePlatform | 01d3c6f8fc30eb6dfd6d0beea55c705231fd97a5 | 88c0822c974b129d6c5423fec59d7de9fa907527 | refs/heads/master | 2023-08-30T04:07:23.106710 | 2021-11-17T02:33:20 | 2021-11-17T02:33:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | /*******************************************************************************
* Copyright 2017 Bstek
*
* 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/lic... | [
"stvrandolph@icloud.com"
] | stvrandolph@icloud.com |
b0594b31f43ef08a529fdb0424dd3791eb3fe0a0 | 02ed16f0d6b3b19ee11e1efd46d9c7b9fbace9d4 | /chattingus-support/src/main/java/com/chattingus/dao/Result.java | f9a1a272c192ebcf22261482e01bc23631526137 | [] | no_license | lifengboy/chattingus | 247d2fbfca33804a8f934517b2edd3de9081b5c1 | 8e9cf81a320b786b5ad8d00e01845e3e92700251 | refs/heads/master | 2021-01-20T08:06:31.325783 | 2017-05-26T04:19:47 | 2017-05-26T04:19:47 | 90,094,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.chattingus.dao;
import java.util.List;
import java.io.Serializable;
/**
*
* @author
*/
public class Result<T> implements Serializable {
/**
* 序列化ID
*/
private static final long serialVersionUID = 1L;
private boolean isSuccess = true;
private List<T> list;
private int count;
private Strin... | [
"lifeng@raycloud.com"
] | lifeng@raycloud.com |
d207a4b87e8b2dc48e0b02fd64082cd042891b09 | 4e223d8eafae42cf44233ee3fdeca7a895016ed4 | /app/src/main/java/com/example/admin/service_test_app/display/menu/MenuFactory.java | 31e1300aeb229c4bbf841c0021ec5245c70383b9 | [] | no_license | oschumac/Service_test_app | 8bd2d3c5d96145f987e3b2d57f4cab43e8be7a71 | 4a948c969865be9b3173692eabeb72ab8020b18d | refs/heads/master | 2021-08-15T12:22:06.668977 | 2017-10-13T15:56:55 | 2017-10-13T15:56:55 | 105,177,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87,461 | java | package com.example.admin.service_test_app.display.menu;
import com.example.admin.service_test_app.display.Menu;
import com.example.admin.service_test_app.display.MenuAttribute;
import com.example.admin.service_test_app.display.MenuType;
import com.example.admin.service_test_app.display.Symbol;
import com.example.admi... | [
"olli@schumis-net.de"
] | olli@schumis-net.de |
18fb633b7fcd4d014562f93c99d76743cec3c078 | 51cc76927e0026b51bcbf9cc4ae53f24214f28cf | /src/main/java/kr/ac/kopo/account/controller/AccountController.java | 9ecf020407fc59896118e2a52b17ed8dafd8af9e | [] | no_license | miheeee/hanati_final_project | de1c8276e48865efc176babaa91ba68bf4cb7f1c | 058db9e57d985b027a05baf9c01a6fa4e885f0ba | refs/heads/master | 2022-12-23T11:10:10.317365 | 2020-10-07T03:21:15 | 2020-10-07T03:21:15 | 297,259,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java | package kr.ac.kopo.account.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import or... | [
"answer_lm@naver.com"
] | answer_lm@naver.com |
9343ad453e083a67b3a56fc2a8a3e3973c5f8e7a | 59cda0429c2e1ee28862273b26bdd244de700ccd | /src/main/java/me/webapp/support/statistics/MethodTimingAspect.java | e5be0c88ca6c748f46b392cf307493f88a0f4606 | [] | no_license | paranoidq/archetype-springmvc | 5c48b75cac86fae3daa95d169cd5725be9e5834c | 5ec3c4dd3d82fb35e2b9f07aaf360b30ec796ccf | refs/heads/master | 2020-03-17T09:55:03.800794 | 2018-06-06T13:02:01 | 2018-06-06T13:02:01 | 133,493,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,183 | java | package me.webapp.support.statistics;
/*-
* ========================LICENSE_START=================================
* springmvc
* %%
* Copyright (C) 2018 Wei Qian
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwa... | [
"paranoid.qian@gmail.com"
] | paranoid.qian@gmail.com |
19b11d86645d8a68e4748c1c46dff34431a56e97 | 22752c19622bdd957a88ef9aedd63bc0043cacee | /src/main/java/org/iota/ict/api/RestApi.java | e3f37b093cb4a8d4b402ee10933b50e03eae28cf | [
"Apache-2.0"
] | permissive | ben-75/ict | 570b7b7aa8c38921399910c0bcf4197ab274f0f9 | d938f746f71eaca68581326e8bf5096eebbd6ba3 | refs/heads/master | 2020-04-29T11:15:13.659321 | 2019-04-09T22:12:53 | 2019-04-09T22:12:53 | 176,090,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,067 | java | package org.iota.ict.api;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.iota.ict.IctInterface;
import org.iota.ict.utils.*;
import org.iota.ict.utils.properties.FinalProperties;
import org.iota.ict.utils.properties.Properties;
import org.iota.ict.utils.properties.Proper... | [
"lukas.tassanyi@iota.org"
] | lukas.tassanyi@iota.org |
d0c9c44793af6332eb9f7af3257bafd3c93ce9ed | 219bc641c2e4c0e6647bac7cb885ede493bf9140 | /src/main/java/com/stelo/simpleops/common/exception/GlobalExceptionHandler.java | ec20e2d117bfa7fcf2a718487e40e6090a1203af | [] | no_license | Stel000/simpleops | 0ef83dcaa990cb1e30648ae76d2b7c3a6d3fede2 | 815a2315df3a1fd5435c52f9043892c1f4aedf84 | refs/heads/master | 2020-09-23T21:01:24.491167 | 2019-12-03T09:57:33 | 2019-12-03T09:57:33 | 225,585,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,689 | java | package com.stelo.simpleops.common.exception;
import com.stelo.simpleops.common.dto.BaseResponse;
import com.stelo.simpleops.common.enums.BusinessError;
import com.stelo.simpleops.common.enums.CustomHttpStatus;
import com.stelo.simpleops.utils.LanguageHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | [
"kkcyc1996@gmail.com"
] | kkcyc1996@gmail.com |
49fdd8437e24e8e7e6db8ba9624f1e1f0dba7fa9 | 90a4c5f89565692313b4540f3e8eaf9df2411a48 | /1/test2.java | c598245070bac3bc0d208c194f6fec4347650e57 | [] | no_license | rohitner/MA39011 | f1468fbe74ae99859578381e3cf1f4f3931de127 | 2db8ff7fbfd1c6c9ad74e9f00339824e440e90a0 | refs/heads/master | 2020-04-05T11:51:55.147605 | 2018-11-20T15:13:45 | 2018-11-20T15:13:45 | 156,847,716 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | import java.io.*;
class test2
{
public static int palindrome(String i)
{
Integer count = 0, flag =0;
char a[] = i.toCharArray();
for (int j = 0 ; j<i.length() ; j++)
{
if(a[j] != a[i.length()-j-1])
{
flag = 1;
break;
}
}
if(flag == 1) return 0;
return 1;
}
public static void main(St... | [
"rohitner1@gmail.com"
] | rohitner1@gmail.com |
85f409b2104f3eed04f419ef0e618ae438a8bb5c | cdf939bd8fcd02d22df1dd35ad54cea32022a7fd | /130-Surrounded-Regions/solution.java | e5682b59c6ecee153c830cee1980234200467bf6 | [] | no_license | AnthonyShuyu/My-LeetCode | f93535f95e8a134cbc8ca521e20083a5fcc4af27 | 0d9377e426d874012de221cdb54e3fef853af21e | refs/heads/master | 2021-03-22T04:40:27.579017 | 2016-10-13T00:11:57 | 2016-10-13T00:11:57 | 46,031,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,689 | java | /**
*
* 130. Surrounded Regions
* Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'.
*
* 3 solutions
*
*/
// s1: dfs again
// O(m * n), O(m * n)
// tricky, from the edges 'O', change all the adjacent 'O' to 'D', then change back at last
// stack overflow error
/*
... | [
"ys2530@nyu.edu"
] | ys2530@nyu.edu |
1cbc6bc2766c1576e04f2401f8cbb373704f5e66 | 98e5cb60a3dbc5943aca813fb19caa53a1ee4802 | /djisktra&co/Java/src/lab8/Main.java | 51003d22713aa7528a2f83f77abf10e9abeb5484 | [] | no_license | OanceaLucian/Lab-pa-2014 | 16d32bb36b4255fbf6266db571d1bdb5176745f2 | fecc1c8badc9e1deadb9a1b750fef17523d89afb | refs/heads/master | 2021-01-01T18:42:49.867712 | 2014-06-16T12:01:00 | 2014-06-16T12:01:00 | 20,886,877 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,907 | java | /**
* Proiectarea Algoritmilor, 2014
* Lab 8: Drumuri minime
*
* @author Radu Iacob
* @email radu.iacob23@gmail.com
*/
package lab8;
import java.util.ArrayList;
import minCost.BellmanFord;
import minCost.Dijkstra;
import minCost.RoyFloyd;
import graph.Graph;
import graph.Node;
public class Main{
public enu... | [
"oancealucian1993@gmail.com"
] | oancealucian1993@gmail.com |
01d26f62a103cbeddebbb28ec3f3ccfa60fa002a | 09b61cdfa3ef985b4518677d00b875a782702949 | /app/src/main/java/com/example/weather/base/BaseRecyclerAdapter.java | 71253e414c048dad984679e492291b2ee59901d6 | [] | no_license | kangliangup/KWeather | 39a9ddb69ae29a19b232bcc195f4a57f89f9a087 | 96b25fb3eeb37b470b69ed33731659951cf80a2e | refs/heads/master | 2020-03-17T09:16:39.664687 | 2019-05-09T06:41:30 | 2019-05-09T06:41:30 | 133,468,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,908 | java | package com.example.weather.base;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import java.util.List;
/**
* RecyclerView adapter基类
*
* @p... | [
"kl"
] | kl |
c76d1c5fa4f781722b7e93b0d79e4941b23764fa | daca0c2b13506d19ee4eb5d78f730df84bbc2014 | /PinLockout.java | 80005561609c67a4ebac84b823d5e1aea36596ce | [] | no_license | jordanarcherdev/ProgrammingByDoingSolutions | daf81ba446f6f7e89a513702307c43b27a432e36 | fcfdb08b10b330f8ddb64f5ea08cd09023fbe836 | refs/heads/master | 2021-04-09T11:33:56.648215 | 2018-03-17T00:01:17 | 2018-03-17T00:01:17 | 125,582,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | import java.util.Scanner;
public class PinLockout
{
public static void main(String[] args)
{
Scanner keyboard = new Scanner(System.in);
int pin = 1234;
int tries = 0;
System.out.println("WELCOME TO THE BANK OF ARCHER.");
System.out.print("YOUR PIN: ");
i... | [
"jordanarcherdev@gmail.com"
] | jordanarcherdev@gmail.com |
4ccef1b9d34404df550b01a38b73cf98075b4c92 | 5e2cab8845e635b75f699631e64480225c1cf34d | /modules/core/org.jowidgets.api/src/main/java/org/jowidgets/api/widgets/blueprint/builder/ITreeViewerSetupBuilder.java | f05738039709be8e76da204856250108b8a95980 | [
"BSD-3-Clause"
] | permissive | alec-liu/jo-widgets | 2277374f059500dfbdb376333743d5507d3c57f4 | a1dde3daf1d534cb28828795d1b722f83654933a | refs/heads/master | 2022-04-18T02:36:54.239029 | 2018-06-08T13:08:26 | 2018-06-08T13:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,136 | java | /*
* Copyright (c) 2014, Michael Grossmann
* 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 of ... | [
"herrgrossmann@users.noreply.github.com"
] | herrgrossmann@users.noreply.github.com |
e3152af230d9e1ef72d3fca3cfee333bccc280f7 | ce98390f6defff92df53d049c1f2a27d4886690b | /java_src/InsertionSort.java | 0c11ad05fc16ca4c60568370a55daeea9165af06 | [] | no_license | jucimarjr/jaraki | 03439fa816a89af5d8539dcdfe58a50695b97166 | 372f16c364a1ad41a48a89743b8d4ed9b1cb9114 | refs/heads/master | 2021-01-19T19:36:09.439040 | 2012-11-09T23:56:16 | 2012-11-09T23:56:16 | 3,565,264 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | //package insertionSort;
public class InsertionSort {
public static int[] insertionSort (int vetor[]) {
int a;
for (int i = 1; i < vetor.length; i++) {
a = vetor[i];
for (int j = i - 1; j >= 0; j--) {
if(vetor[j] > a) {
vetor[j + 1] = vetor[j];
vetor[j] = a;
}
}
... | [
"ludus.labs.uea@gmail.com"
] | ludus.labs.uea@gmail.com |
b904f923437a682e56a3ca5491b11cdeb7c47de2 | 6b33947f676afeecf1f6aa6df84b7190de6836e2 | /java_templates/dao/java/base/MyBatisSupport.java | 9423b470fdd0f6f4c2e4c44f0a9d9f5121c54ba3 | [] | no_license | Kevin922/gen_code | adb9fc771d96e03280406003249d5fab1149d423 | 50c3e674f285d05d7d1111f5d217f685e3ff761a | refs/heads/master | 2016-08-12T19:21:23.488336 | 2016-04-13T09:33:06 | 2016-04-13T09:33:06 | 48,244,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,275 | java | package {{ base_package }}.dao.base;
import org.mybatis.spring.SqlSessionTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
/**
* 对mybatis的支持<br/>
* spring配置文件需定义sqlTemplate与batchSqlTemplate
*
* @author dev-center
* ... | [
"yanwenyuan@diligrp.com"
] | yanwenyuan@diligrp.com |
dd53631ecb1078991a07c54883c38d2bf77ae162 | 7d9e9956d6fea32e6a0a61be4f45fb7464554cee | /src/chessPackage/Superclass_WhiteRook.java | 5df257ba922a9cf8d9e831e4f68bcc25d354d2e6 | [] | no_license | ras3638/ChessGame | 5d5c4b71b1e93672036e6cffca2fcacfc25171d3 | 93a5447ec85650d20d077cd3ca92fa693da430a7 | refs/heads/master | 2021-01-19T08:35:44.499099 | 2014-08-03T00:12:27 | 2014-08-03T00:12:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,424 | java | package chessPackage;
import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import javax.swing.ImageIcon;
public class Superclass_WhiteRook extends WhitePiece {
static ImageIcon getIcon(){
URL White_Rook_URL = Chess.class.getResource("chess_piece_white_rook.png");
ImageIcon White_Rook_Icon =... | [
"robert.salinas.91@gmail.com"
] | robert.salinas.91@gmail.com |
a303d8223b0b786c3bb8d31b290f3a1f9c18b28e | 961016a614c6785e6fe8f6bfd7214676f0d91064 | /Portlets/ProgateServiceBuilder-portlet/docroot/WEB-INF/src/larion/progate/cds/model/impl/CdsPerformanceAppraisalSlotRatingImpl.java | af9513558bc1194230da6b1dfd4ad5ef68530005 | [] | no_license | thaond/progate-lmis | f58c447c58c11217e2247c7ca3349a44ad7f3bbd | d143b7e7d56a22cc9ce6256ca6fb77a11459e6d6 | refs/heads/master | 2021-01-10T03:00:26.888869 | 2011-07-28T14:12:54 | 2011-07-28T14:12:54 | 44,992,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,596 | java | /**
* Copyright (c) 2000-2009 Liferay, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use,... | [
"tigerproand@gmail.com"
] | tigerproand@gmail.com |
27dd9235625b355e64bfd64ed0614a2b7df468f0 | 92fcc69fc93177640f1c53a3cfce1c423eac0fd8 | /src/test/java/kr/or/ddit/ioc/SpringIocCollectionTest.java | 7611d45c2086fc930aac1bfcb061b9c60e36b71c | [] | no_license | maze51/springTest | 83d426137dcea224e8bf4a7ceddf76cdbb9893c1 | a5d1cfba64eee312c44c032ce9d7b64f1d706440 | refs/heads/master | 2022-11-17T06:16:04.281319 | 2019-07-08T01:36:41 | 2019-07-08T01:36:41 | 192,683,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package kr.or.ddit.ioc;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import ... | [
"mazexit@gmail.com"
] | mazexit@gmail.com |
d80ba47e76cc45a12cc62136e993afdc0f5e1002 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/shopee/protocol/action/ResponseSetLikeItemComment.java | 494c373806cf0475f8f63cb24e03733ce19556b0 | [] | no_license | BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802341 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,364 | java | package com.shopee.protocol.action;
import com.squareup.wire.Message;
import com.squareup.wire.ProtoField;
public final class ResponseSetLikeItemComment extends Message {
public static final Integer DEFAULT_ERRCODE = 0;
public static final Integer DEFAULT_LIKE_COUNT = 0;
public static final String DEFAULT... | [
"noiz354@gmail.com"
] | noiz354@gmail.com |
62b04183b380880592d92ca9a3291c0510e44c72 | 4c7be0cb9748c2bb8571c48090b299f8c8278797 | /app/endpoint/src/main/java/com/dzjk/ams/endpoint/share/converter/AccountConvert.java | 66499115d7ebf5b0572eaf537fd4b14e7ab3243f | [] | no_license | ZuoShouShiJie/ams | ff71f5b495968556b3b608e0929ca60adbcd673c | fd5e791e6ce8719cbcb26b933dc10f24316916ac | refs/heads/master | 2020-03-29T04:40:59.433436 | 2018-09-20T03:02:29 | 2018-09-20T03:02:50 | 149,542,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,216 | java | package com.dzjk.ams.endpoint.share.converter;
import com.alibaba.common.lang.StringUtil;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.basic.framework.core.model.Money;
import com.dzjk.ams.core.common.enums.ResultEnum;
import com.dzjk.ams.c... | [
"1079728294@qq.com"
] | 1079728294@qq.com |
d426c812ebc2d1ac7afe1e7e73828ab5e0e67056 | addb53299fc70a9ecb0a06b9b206a3ae92defd13 | /Jellyfish.Parser.v4/src/jellyfish/matcher/AliasTreeNode.java | 696f82dd3e6e9009dd1b4db0938d46b314ce52e1 | [] | no_license | amjed/Universal-Structured-Language-Parser | a393901e81b5a29c6b761676c54aaccea29a2c0c | 38f098453f363d5a9e1d36240e342a19209c3df5 | refs/heads/master | 2021-01-25T07:34:30.510937 | 2011-02-10T09:07:14 | 2011-02-10T09:07:14 | 1,357,912 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,708 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jellyfish.matcher;
import java.util.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import jellyfish.common.Common;
import jellyfish.common.Pair;
import jellyfish.common.Patte... | [
"Umran@.(none)"
] | Umran@.(none) |
0ec61d9104afdc537030a4f0a9556e739c91c9a4 | eeaeddeab4775a1742dba5c8898686fd38caf669 | /base/base-repository/src/main/java/com/zsw/peprsistence/entity/Ticket.java | 33333b35000902e4ba046516bdc0758b69576ef6 | [
"Apache-2.0"
] | permissive | MasterOogwayis/spring | 8250dddd5d6ee9730c8aec4a7aeab1b80c3bf750 | c9210e8d3533982faa3e7b89885fd4c54f27318e | refs/heads/master | 2023-07-23T09:49:37.930908 | 2023-07-21T03:04:27 | 2023-07-21T03:04:27 | 89,329,352 | 0 | 0 | Apache-2.0 | 2023-06-14T22:51:13 | 2017-04-25T07:13:03 | Java | UTF-8 | Java | false | false | 887 | java | package com.zsw.peprsistence.entity;
import lombok.Getter;
import lombok.Setter;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serial;
import java.io.Serializable;
/**
* This is a demo.
*
* @author ZhangShaowei on 2018/3/23 13:17
**/
@Getter
@Setter
@Entity
@Table(... | [
"499504777@qq.com"
] | 499504777@qq.com |
49830eecfbc9d6ed373f0133d01b62fab1888c38 | 462cdaa99b3f76e4af3d428e3010946dfd8b83f0 | /Projects/Project3/src/main/java/Project3.java | 84998bdbf063a5dc4937b0dc5c3b21d57b99ae45 | [] | no_license | Stoozy/Java_212 | c420e2cc8cbd85e696c1d40d5082a6bd30c760ed | e5b2e3735790ee8cfeaed23f8e7e47a35e4975e3 | refs/heads/master | 2021-01-03T03:22:25.014307 | 2020-04-29T00:34:04 | 2020-04-29T00:34:04 | 239,900,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | /**
* @author Khademul Mahin
*
* Simply instantiate a clock gui.
* The rest is handled by the FileMenuHandler class
*/
import java.util.StringTokenizer;
public class Project3 {
public static void main(String[] args){
ClockGUI gui = new ClockGUI();
}
}
| [
"mahinsemail@gmail.com"
] | mahinsemail@gmail.com |
8894f75129be5cebc3f90b1e3e92e598fc7a5ab7 | f30a59657e9b85d2c6e38a7642ed6ba8acc7bd5f | /src/main/java/utils/HibernateSessionFactoryUtil.java | ee7011e8c83b17916926003da916d8e03c2f8fd9 | [] | no_license | MariaDashkova/MovieMT | 06ffde9fdcebfe57fe8ea4838c3cc0603fea01c1 | ae29a2220417aa8b43969f2d69bb4be1a2aafd72 | refs/heads/master | 2020-04-24T15:12:59.460713 | 2019-02-25T12:28:54 | 2019-02-25T12:28:54 | 172,057,034 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package utils;
import botBase.*;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
public class HibernateSessionFactoryUtil {
private static SessionFactory sessionFactory;
private HibernateSessionFactoryUtil() {}
... | [
"dashkova_m@inbox.ru"
] | dashkova_m@inbox.ru |
e4dbc9f90ace7f9e6e7dc3ed95088b72b3ac0426 | 544845e239c8f84e9662f7dab78f46e5a0e70291 | /micro-invoked/src/main/java/com/xs/micro/invoked/config/prop/sub/SmsConfig.java | 546d7918f15cdaf02cb2f058e4e9729f6180aff1 | [] | no_license | topwqp/micro-pro | dfded7b0dac55befc4f6888e1c2bac7f37eb25f9 | 066c3dcdcd45e81b35c70842d5c7efe256e8fc3c | refs/heads/main | 2023-05-13T23:03:42.310384 | 2021-05-28T03:49:22 | 2021-05-28T03:49:22 | 371,564,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package com.xs.micro.invoked.config.prop.sub;
/**
* @author wangqiupeng
* @description: 短信服务配置
* @date 2019-10-21 2:57 下午
*/
public class SmsConfig {
/**
* 国家代码
*/
private String countryCode;
/**
* 账号
**/
private String account;
/**
* 密码
*/
private String passw... | [
"topwqp@163.com"
] | topwqp@163.com |
466bf15107099dcf70559a088cbee5c93dad3421 | c32ea8e76a54929d62d53ca5b0917731fd6f459b | /src/com/zyyknx/android/models/VersionInfo.java | 82a108f531652dcbe9a9095aea2a6c52966451f8 | [] | no_license | shuishang/KNX | c77ab2fc6e1ea9edd9edc8232bcff1708ccc5fd4 | bc58eb37199884ac7331adea546eef7746e6efdd | refs/heads/master | 2020-12-03T03:55:38.134343 | 2016-01-31T07:11:18 | 2016-01-31T07:11:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package com.zyyknx.android.models;
public class VersionInfo {
private String version;
private String url;
private String apkName;
private String appName;
private String description;
public String getVersion() {
return version;
}
public void setVersion(String version) {
this.version = versio... | [
"wangchunfeng@WANGCHUNFENG.zhsx.com"
] | wangchunfeng@WANGCHUNFENG.zhsx.com |
77dbb1f37cf7936b1d8c305864d318e13d19559b | 7e14a944b5e26a919d9bd286a4c7f62cf42a4ca7 | /RM-EMPRESARIAL-ejb/src/main/java/com/rm/empresarial/dao/FuncionDao.java | 2febca3f936ee2e4f0003a7026d1d3ce0a3b88c7 | [] | no_license | bryan1090/RegistroPropiedad | 7bcca20dbb1a67da97c85716b67d516916aee3fa | 182406c840187a6cc31458f38522f717cc34e258 | refs/heads/master | 2022-07-07T08:06:20.251959 | 2020-01-02T03:02:34 | 2020-01-02T03:02:34 | 231,295,897 | 0 | 0 | null | 2022-06-30T20:22:05 | 2020-01-02T02:50:13 | Java | UTF-8 | Java | false | false | 1,947 | 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.rm.empresarial.dao;
import com.rm.empresarial.excepciones.ServicioExcepcion;
import com.rm.empresarial.generico.Generico;
... | [
"42019366+bryan1090@users.noreply.github.com"
] | 42019366+bryan1090@users.noreply.github.com |
d3a0d7a8dd2a877071ceaa23101b5a95aab9c5c8 | 82123a08a71036bdd50229662e4ad0db08d1ba27 | /Beginner/maximum.java | c0f42d5f05710ac0c8ad3312431f269bc6ff6645 | [] | no_license | Meenaraju/Codekata | 4a15ba24ba7751d0bc98e6516a401d2c05c9071c | 082c58bcd8011329b1a6c2e89a31901633b9d796 | refs/heads/master | 2021-04-28T04:10:04.107512 | 2020-02-01T04:48:33 | 2020-02-01T04:48:33 | 122,156,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | import java.util.*;
import java.lang.*;
import java.io.*;
import java.util.Scanner;
/* Name of the class has to be "Main" only if the class is public. */
class Ideone
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner sc = new Scanner(System.in);
String s = sc.nextLine();
try{
int ... | [
"noreply@github.com"
] | Meenaraju.noreply@github.com |
b5abfdb67f8d1b5978b1f7c869b2d21c4451feab | 240c3ba91d3dec2dcab48af67a5677a71d82da65 | /Lanqiao/src/JavaA/Candy.java | 07c9b6dec1d56a5b58e34a110eb8ee834b43d2d3 | [] | no_license | LZCai/--- | c4d0b9d8939f365222384a045ea39312b851b18b | 284c3a99cdb1b0479d54c4355a6c276a491f111c | refs/heads/master | 2020-03-19T04:06:34.213988 | 2018-06-02T07:36:51 | 2018-06-02T07:36:51 | 135,795,743 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package JavaA;
import java.util.Scanner;
/**
* @author 64621 -- lzcai
* @time 2018年3月16日 下午4:07:40
*
*/
public class Candy {
public static void main(String[] args){
Scanner scan = new Scanner(System.in) ;
int student_num = scan.nextInt() ;
int[] candy_num = new int[student_num] ;
int sum =... | [
"lzc646211927@163.com"
] | lzc646211927@163.com |
a13a22475746dfbd02673d3322f354fa979d194a | ca3d62f7564eb559f5ab5ec0823e984fd4564ec9 | /Practica4/src/practica4/Lienzo.java | a38c77890f8b952cdd822657245c18332346fcb3 | [] | no_license | msmaldonado/SistemasMultimedia | 7bc3fd30273a16ea11960b428476f32d6c1a80ae | 738bf0b121a5005b768731da34800a56a6aac76d | refs/heads/master | 2021-01-01T05:23:45.242846 | 2016-09-19T07:03:27 | 2016-09-19T07:03:27 | 57,397,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,611 | 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 practica4;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
/**
*
* @author Migue
*/
public class L... | [
"miguesanchez181@gmail.com"
] | miguesanchez181@gmail.com |
6004e3e96f2096414884381ede61cc4a6863d091 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_plaf_metal_DefaultMetalTheme_getMenuTextFont.java | 0e416eae42549f8d43aa25675d2cf9dc313e5f25 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | class javax_swing_plaf_metal_DefaultMetalTheme_getMenuTextFont{ public static void function() {javax.swing.plaf.metal.DefaultMetalTheme obj = new javax.swing.plaf.metal.DefaultMetalTheme();obj.getMenuTextFont();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
c43f1a254dc2c1cd33b7c529009e0078458d3f4f | 70e7f154b1af116a1743109b004d8a23572a3a6f | /src/main/java/com/xxl/job/admin/service/XxlJobService.java | 2256f138ebe55f8c13403d05bbc8ea3f6f55ffa7 | [] | no_license | wfeng/xxl-job-admin | 93ecbf80333d32106ede1c5a5e0291d7748d4bde | 99be498b0a60aafa761c0948f95e31c9edadad48 | refs/heads/master | 2023-04-29T20:52:03.685727 | 2020-10-14T04:09:17 | 2020-10-14T04:09:17 | 136,106,360 | 1 | 2 | null | 2023-04-25T05:41:22 | 2018-06-05T02:09:22 | Java | UTF-8 | Java | false | false | 1,651 | java | package com.xxl.job.admin.service;
import com.xxl.job.admin.core.model.XxlJobInfo;
import com.xxl.job.core.biz.model.ReturnT;
import java.util.Date;
import java.util.Map;
/**
* core job action for xxl-job
*
* @author xuxueli 2016-5-28 15:30:33
*/
public interface XxlJobService {
/**
* page list
*... | [
"wangfeng@yqjr.com.cn"
] | wangfeng@yqjr.com.cn |
40eefdef255d5d64c92727622e0f230ace34965e | 88242b78396f7c5b2d3c348ae6ca8b39330ea69c | /src/main/java/com/bianjp/blog/controller/LoginController.java | 919184517938d1ecfacda7e4f8cb122ad5341e7a | [
"MIT"
] | permissive | plaidshirtakos/blog-spring | b4b4efe348282f8e1c5bcde8b7c88122ad7d81b6 | 5de42e959f932e1292758176d4e6d25b0d5ba061 | refs/heads/master | 2020-12-13T11:14:36.978097 | 2020-01-16T19:57:51 | 2020-01-16T19:57:51 | 234,400,284 | 0 | 0 | MIT | 2020-01-16T19:56:53 | 2020-01-16T19:56:52 | null | UTF-8 | Java | false | false | 476 | java | package com.bianjp.blog.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
@Controller
public class LoginController {
@GetMapping("login")
public... | [
"ssbianjp@gmail.com"
] | ssbianjp@gmail.com |
5be597412ada3f941161c8820042fc99dffeacfb | 91fc1de3165a91a79124f41af538239d0d676ab4 | /task6/src/com/itacademy/java/oop/basics/Vehicle.java | f0bb9eedf7c1a4dd3b4fcdbbb5ce3ed7c4a35f64 | [
"MIT"
] | permissive | MadRavingMan/oop_basics1 | ed2fa40bbebf48c26262482246c720974ab8f046 | ce3696241e147a520ccf3acee363e2b19aeac2fd | refs/heads/master | 2023-02-26T01:35:21.577395 | 2021-02-04T11:53:17 | 2021-02-04T11:53:17 | 335,939,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.itacademy.java.oop.basics;
public class Vehicle {
private String name;
private String brand;
private int fuel;
private int consumption;
public Vehicle() {
}
public Vehicle(String name, String brang, int fuel, int consumption) {
this.name = name;
this.brand = b... | [
"48089175+MadRavingMan@users.noreply.github.com"
] | 48089175+MadRavingMan@users.noreply.github.com |
5a6f81a88a2fd77aaa7d1f033f381a29fc3f9639 | 73f7fd7cf33df5152d1c4d974cedfc9f4b8ad60d | /src/main/java/com/netcracker/airlines/mvc/TicketController.java | 5e7ae16a48dc7c82b2c0221c66428f1f923c7daa | [] | no_license | andreyermilovv/NetCrackerProject | d7ced9ee02b26d7964bbcfdc60e244c75032c0e0 | 520823fe2432958d0d89b25078a37cea5f25ebb0 | refs/heads/main | 2023-04-10T10:53:32.312878 | 2021-04-21T17:29:31 | 2021-04-21T17:29:31 | 352,538,981 | 1 | 0 | null | 2021-05-12T15:26:31 | 2021-03-29T06:29:03 | Java | UTF-8 | Java | false | false | 923 | java | package com.netcracker.airlines.mvc;
import com.netcracker.airlines.service.FlightService;
import com.netcracker.airlines.service.TicketService;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.G... | [
"noreply@github.com"
] | andreyermilovv.noreply@github.com |
e91770930878d16406dc2dc0c903eba9532b5d70 | c28af0352edaec3549808fcbebc11927a20729bb | /lightadapter/src/main/java/com/zfy/lxadapter/helper/query/LxQuerySimple.java | 2d64570523598bd15c30553af21ebef8cba9b680 | [
"Apache-2.0"
] | permissive | chendongMarch/LxAdapter | 2dfff554529474d2ca3b574a9da51c5a570a12a4 | d72c8bc1871636b60585d230bf8fa1bdfb559ebd | refs/heads/master | 2022-02-25T17:33:08.195363 | 2019-10-31T08:54:33 | 2019-10-31T08:54:33 | 53,908,703 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,937 | java | package com.zfy.lxadapter.helper.query;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.zfy.lxadapter.Lx;
import com.zfy.lxadapter.LxList;
import com.zfy.lxadapter.data.Idable;
import com.zfy.lxadapter.data.LxModel;
import com.zfy.lxadapter.function._Consumer;
import ... | [
"1101873740@qq.com"
] | 1101873740@qq.com |
1bac19567f3edbf0bdcd8d998c221f885643fe52 | c6ef481c008c027ae08ab6ad3f39b3321a5c9196 | /src/main/java/net/titanscraft/launchercore/install/user/User.java | ee4bdddc5f8f4e1f9181d1406b5dea3f259a009d | [] | no_license | RoboGameplays/LauncherCore | 7b42cc8a0bf3b6030f89a014cede0eb36f260594 | 5fe6e6cf7df2934a2ddf2a622b0a3d0ed4581214 | refs/heads/master | 2016-08-08T05:57:00.258818 | 2015-02-16T00:10:32 | 2015-02-16T00:10:32 | 21,021,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,266 | java |
package net.titanscraft.launchercore.install.user;
import com.google.gson.JsonObject;
import net.titanscraft.launchercore.auth.AuthResponse;
import net.titanscraft.launchercore.auth.Profile;
import net.titanscraft.launchercore.util.Utils;
public class User {
private String username;
private String accessToke... | [
"tavo.94@outlook.com"
] | tavo.94@outlook.com |
8159f9ff0323759ffe21b989ac33533f331a846b | e155d45a45fa9c07cd5af5c4702c1b47afdff1ac | /example/android/app/src/main/java/com/example/mobilesoc_font_awesome_example/MainActivity.java | ee167bc5b9dd38c80723aba4ee4753653cce3abc | [] | no_license | sadiga80/mobilesoc_font_awesome | 6c000676cae26ddf5785aef3e480ce0552cdfc95 | b20889cee17549d27eacfb955479ed0030662435 | refs/heads/master | 2020-07-06T21:01:03.608784 | 2019-05-09T04:25:30 | 2019-05-09T04:25:30 | 203,137,586 | 1 | 0 | null | 2019-08-19T09:07:22 | 2019-08-19T09:07:21 | null | UTF-8 | Java | false | false | 387 | java | package com.example.mobilesoc_font_awesome_example;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInsta... | [
"devashish@criticalstart.com"
] | devashish@criticalstart.com |
5426c8e39d617311baf85cd55ed674a8473d4064 | cc866de17733a3a84c43b75e6f0fa9123e9e7af3 | /MetaModel/src/main/java/ust/hk/praisehk/metamodelcalibration/matsimIntegration/AnaModelControlerListener.java | 01792c1266e212c63689c2b55496d5682cffc7f1 | [] | no_license | auzpatwary37/MetaModel | eaaa7b70718d9409aa36bf5ff9006590a1f286cf | ae1cbaa12a15e47e1de79a2d6803a296093014c9 | refs/heads/master | 2021-06-13T18:19:27.525845 | 2019-03-20T17:21:10 | 2019-03-20T17:21:10 | 170,119,268 | 0 | 0 | null | 2021-03-31T20:56:12 | 2019-02-11T11:42:52 | Java | UTF-8 | Java | false | false | 5,296 | java | package ust.hk.praisehk.metamodelcalibration.matsimIntegration;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import org.matsim.api.core.v01.Id;
import org.matsim.api.core.v01.Scenario;
import org.matsim.api.core.v01.network.Link;
import org.matsim.core.api.experimental.events.E... | [
"h@DESKTOP-DDS6EO6"
] | h@DESKTOP-DDS6EO6 |
0d3f49b9fa57debc239c355aaf6c80f959b2f68d | ad542aa5a4355e84289186fd89db36a42cacbc67 | /WolverineRoboticsCode-gold/src/org/usfirst/frc/team949/robot/subsystems/Grab.java | 94d8b42ee822a8a36bbd71d0373a3afebae06a9b | [] | no_license | uc1309/WolverineRoboticsCode-gold | 452a8634b11ef0b93478ad51f364ca8fb11efce1 | 8155e412667ed4fb266ee903d5a4a6c890e6ac17 | refs/heads/master | 2020-05-31T14:50:09.536298 | 2015-02-25T18:10:13 | 2015-02-25T18:10:13 | 29,572,655 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package org.usfirst.frc.team949.robot.subsystems;
import edu.wpi.first.wpilibj.command.Subsystem;
import edu.wpi.first.wpilibj.Talon;
import org.usfirst.frc.team949.robot.RobotMap;
import org.usfirst.frc.team949.robot.commands.GrabCommand;
public class Grab extends Subsystem{
private Talon grabMotor;
public Gra... | [
"honglouis@outlook.com"
] | honglouis@outlook.com |
ae1c3e85278b63b1278f8de3c988556ba139d867 | d73226d4cfb0d1a4609422c0753678777bee5eeb | /src/com/aof/component/helpdesk/AbstractCustConfigTableType.java | 8719d940ef2c233273d4fb3e6a5719e468f34ccc | [] | no_license | Novthirteen/PMS | 842132b8fd5d60e4b1b66716e741b4156b318959 | 65c8fd709bf6d88f80ee03341b9a7d950ace740f | refs/heads/master | 2021-01-16T18:28:03.582398 | 2014-04-04T03:27:37 | 2014-04-04T03:28:55 | 18,425,558 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,193 | java | /*
* WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
* by MyEclipse Hibernate tool integration.
*
* Created Wed Nov 24 09:25:16 CST 2004 by MyEclipse Hibernate Tool.
*/
package com.aof.component.helpdesk;
import java.io.Serializable;
import java.util.List;
/**
* A class that repres... | [
"Novthirteen@gmail.com"
] | Novthirteen@gmail.com |
7922906fa1ab8a628305493287e521d4bd20d466 | 3300969adbb82ac81afd660130905acf31c89e2a | /src/Tree/LowestCommonAncestorBT.java | e66261ab880336b8b921611488c8f651e1657320 | [] | no_license | araj2805/Data-Structure-Algorithm | 820feda149d13f6d2fb3f55d84222e2ccd602a46 | 1bf3cbcdf60295293724c05444e4f128809f84d8 | refs/heads/master | 2022-05-01T18:48:47.003793 | 2022-03-08T07:59:14 | 2022-03-08T07:59:14 | 237,584,143 | 0 | 0 | null | 2022-03-08T07:56:37 | 2020-02-01T08:19:11 | Java | UTF-8 | Java | false | false | 741 | java | package Tree;
public class LowestCommonAncestorBT {
public TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) {
if (root == null)
return null;
if (root.val == p.val || root.val == q.val)
return root;
TreeNode leftLca = lowestCommonAncestor(root.l... | [
"araj2805@gmail.com"
] | araj2805@gmail.com |
022a95a6328112c1263c583e687ba970f2828e42 | e2197a85274e545d5fde166e5522afbbf740ec7c | /springmvcloginhibernate/src/main/java/net/projectGroup2/dao/InformationDAO.java | 3add1e662fe10129e27d42f7b911e14a9a6c2bbb | [] | no_license | VenkatSambandhan/Social-Networking-Site-CIRCULUS | f794d0f0b63e16a094108248b6a24a4109680932 | 14cb175c7e4a4c38c719c5c021ca57fe952e8726 | refs/heads/master | 2020-12-24T18:55:50.651437 | 2016-05-16T04:03:48 | 2016-05-16T04:03:48 | 58,902,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | /*
Created by: Maaz Syed
Date: 4/23/2016 2:29am
*/
package net.projectGroup2.dao;
import java.util.List;
import net.projectGroup2.model.*;
public interface InformationDAO{
public List<Users> getUserInformation(String userName);
public List<Tags> getUserTags(String userName);
public List<Votes> g... | [
"venkar07@gmail.com"
] | venkar07@gmail.com |
19fbf655fe031efa2894848142e9854a35c4bcd2 | 8ecb83b82a24c066874f1ab6bb391c2dbf0b1816 | /xiaomaigou_cms_service/src/main/java/com/xiaomaigou/cms/service/controller/SourceTypeController.java | 37e0d39ea4abaa8402f686ce99fdff17127a195c | [
"Apache-2.0"
] | permissive | jangocheng/xiaomaigou_cms | 0dbb2636caf120dbe15d0f8c599e157b1ef818d1 | 0a9e8498e61ca057bc7a24fb32b81e7521cff2b9 | refs/heads/master | 2022-11-11T19:45:43.245935 | 2020-06-07T15:14:01 | 2020-06-07T15:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,344 | java | package com.xiaomaigou.cms.service.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
impo... | [
"923782299@qq.com"
] | 923782299@qq.com |
9058d3ebebb2929208e40c0924b3ce7f1c85a3a3 | efc696b0f1f58f5ee2af6e75a7acace921de4c61 | /src/main/java/com/fargo/basis/common/Constant.java | 7084c861fc27fbf9e0bf5aefef9f886f47a43c07 | [] | no_license | EnseiBestia/Fargo | 3701cc0c729306cdfc951e6cb6fb495b1cc3dc68 | 41688251aaff93f73804534658a0a3789341fa1c | refs/heads/master | 2021-01-12T03:19:24.912582 | 2017-01-06T09:45:32 | 2017-01-06T09:45:32 | 78,194,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,149 | java | package com.fargo.basis.common;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.hibernate.Session;
import com.fargo.basis.model.CfgEnumInfo;
import com.fargo.basis.model.CfgEnumValueInfo;
/**
*
* @author Administrator
*
*/
public class Constant {
public static final String SER... | [
"van"
] | van |
0d40c45629d5ab741edc50dcdca7cf23fa8da76c | b57abe760bc42aa09750656e6f7460401ea9e844 | /NewsApp/app/src/main/java/udacity/android/newsapp/utility/QueryUtility.java | 3cdcb61d9e57a5722f9ca5c5962da4a0e1d65980 | [] | no_license | JPS13/Android-News-App | 06c0a4a1f3283d8b07e5763bf4b2e7e46329dc27 | acdc5b10f95bdad2107a13d5573ea4e7e0024985 | refs/heads/master | 2021-06-16T06:18:45.773964 | 2017-02-09T04:17:49 | 2017-02-09T04:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,255 | java | package udacity.android.newsapp.utility;
import android.content.Context;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
... | [
"noreply@github.com"
] | JPS13.noreply@github.com |
b9ed7d82e912fd02daade2a0833dd190edc9aae6 | 90c33f0f6c707ed346a25f466333662a13938eef | /app/src/test/java/com/example/a15017274/p01_dailygoals/ExampleUnitTest.java | 0608d1cdbd05eb3d158ad9db84077c343a2513d7 | [] | no_license | jiaajiee/P01-DailyGoals | 28848aa3e9c8a6c8c0df2bb09265a3757db7600a | 48a41d63fdea2b833fd5af0cc9bd54d46fccc5c0 | refs/heads/master | 2021-01-19T22:40:43.723281 | 2017-04-20T08:35:20 | 2017-04-20T08:35:20 | 88,840,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.example.a15017274.p01_dailygoals;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"15017274@rp.edu.sg"
] | 15017274@rp.edu.sg |
beaa51dfa6d5cbdf18365a39d79b899c0de08d20 | 3c9b43b47b30bd861c140d0f8d91c9e349c52094 | /src/dcm4che-2.0.29/dcm4che-audit/src/main/java/org/dcm4che2/audit/message/QueryMessage.java | 06e0d942417a4c35556fe013da59aae507728c2d | [] | no_license | evgenyorlov1/Dicom-Viewer | 2c591a437f523646fa007fb172c206fd7f314509 | 2089472e87091455879fb49415f27b5d02bfcf28 | refs/heads/master | 2021-01-01T05:17:07.218349 | 2016-05-20T03:17:16 | 2016-05-20T03:17:16 | 57,183,548 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,348 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
... | [
"evgenyorlov1@gmail.com"
] | evgenyorlov1@gmail.com |
9126bafe66276778b2d91248d3ad27527b30cef3 | 2e720dbebd3ad729a98346f34c4656394a9dd94d | /javascope/jScope/JiDim.java | 8ae5d6e2f73b6702662d0f9a83c856bea9d6590b | [
"BSD-2-Clause"
] | permissive | AndreaRigoni/mdsplus | 673334aced07093f143b428848e4f70366336d00 | ea7bd165e0e06e4f71ad9ad6369aace1dbffddcb | refs/heads/alpha | 2021-05-23T20:58:23.205897 | 2018-10-16T13:01:54 | 2018-10-16T13:01:54 | 41,412,893 | 0 | 0 | NOASSERTION | 2019-12-05T11:25:39 | 2015-08-26T08:06:49 | C | UTF-8 | Java | false | false | 854 | java | package jScope;
/* $Id$ */
import java.io.*;
public class JiDim
{
public int mStart, mCount, mStride;
public String mName;
public JiDim(String name, int start, int count)
{
mName = name;
mStart = start;
mCount = count;
mStride = 1;
}
public JiDim(String name, int start, int count, int stride... | [
"gabriele.manduchi@igi.cnr.it"
] | gabriele.manduchi@igi.cnr.it |
97675342f97bfc0ec48470bb49e468708483db34 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/google--error-prone/d6494a8eadecc6b2e70c7976fb5256c42669cbe7/before/NegativeCase1.java | 0437599d87fd3d7f3bab9633a4b079ec34c577f0 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | /*
* Copyright 2011 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 applica... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.