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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6dd9ca0b2515590064ab188a55e58a1d89ed100a | 1a0a654723d9c09007c2732ef71f32e4f8676b7c | /Sizeof() operator/Main.java | 4f1f0dc8653f559a953701d196501d0695f9b80a | [] | no_license | kirthan0899/Playground | ec6f560129a0bbea86bd50234feeda6e2dd0e88f | 81835d1feb2f53e9f680a88f91a729c52a52d49a | refs/heads/master | 2021-05-24T12:47:18.214696 | 2020-07-18T14:21:41 | 2020-07-18T14:21:41 | 253,569,412 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | #include<iostream>
using namespace std;
int main()
{
//Type your code here.
char a;
int b;
float c;
double d;
cout<<sizeof(a)<<endl;
cout<<sizeof(b)<<endl;
cout<<sizeof(c)<<endl;
cout<<sizeof(d)<<endl;
} | [
"50295656+kirthan0899@users.noreply.github.com"
] | 50295656+kirthan0899@users.noreply.github.com |
9f0cc2a2715d58d4c4313dd883805c8e6a521c6b | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-privatelink/src/main/java/com/aliyuncs/privatelink/transform/v20200415/CheckResourceSupportOperateResponseUnmarshaller.java | af7a49e9d020713d33af3f025fbb387ad5166611 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,457 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
93d80a9fb3113bf7952357291c85876f1aed43e5 | 56319e53f4155b0f0ae4ab249b1d3249fc8ddd98 | /apache-tomcat-8.0.39/converted/org/apache/tomcat/util/descriptor/web/MainForTestWebXmlOrdering_testOrderWebFragmentsRelative4Bug54068.java | 3eeadacf572c8faaac301fc3bf2020d2c5284811 | [] | no_license | SnowOnion/J2mConvertedTestcases | 2f904e2f2754f859f6125f248d3672eb1a70abd1 | e74b0e4c08f12e5effeeb8581670156ace42640a | refs/heads/master | 2021-01-11T19:01:42.207334 | 2017-01-19T12:22:22 | 2017-01-19T12:22:22 | 79,295,183 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package org.apache.tomcat.util.descriptor.web;
import org.apache.tomcat.util.descriptor.web.TestWebXmlOrdering;
public class MainForTestWebXmlOrdering_testOrderWebFragmentsRelative4Bug54068 {
public static void main(String[] args) {
try {
TestWebXmlOrdering objTestWebXmlOrdering = new TestWebX... | [
"snowonionlee@gmail.com"
] | snowonionlee@gmail.com |
9b3a3cac4c0bd36936788699b05fb3734100676c | c527445ef8883fd56053037133d03d182b4f6e3d | /src/test/java/org/ycx/uaa/web/rest/AccountResourceIntTest.java | 82cb63506ef910ad6fff12ed429e2e52913af211 | [] | no_license | zhaolj214/uaa | 3f90dbbf4abda1f7a45e1e6e81703e69389a680d | e24ac51fa78156bf51472721ffabb794348200ad | refs/heads/master | 2020-03-22T03:00:25.399835 | 2018-07-02T07:35:30 | 2018-07-02T07:35:30 | 139,407,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,171 | java | package org.ycx.uaa.web.rest;
import org.ycx.uaa.config.Constants;
import org.ycx.uaa.UaaApp;
import org.ycx.uaa.domain.Authority;
import org.ycx.uaa.domain.User;
import org.ycx.uaa.repository.AuthorityRepository;
import org.ycx.uaa.repository.UserRepository;
import org.ycx.uaa.security.AuthoritiesConstants;
import or... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
fcb9f490f4bf8533c2b8c9b0eb31078e6e160c3e | 446a56b68c88df8057e85f424dbac90896f05602 | /support/cas-server-support-bucket4j-core/src/main/java/org/apereo/cas/bucket4j/consumer/BucketConsumer.java | cdf7aedf9f635ca865829515fcb3612621c03d23 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | apereo/cas | c29deb0224c52997cbfcae0073a4eb65ebf41205 | 5dc06b010aa7fd1b854aa1ae683d1ab284c09367 | refs/heads/master | 2023-09-01T06:46:11.062065 | 2023-09-01T01:17:22 | 2023-09-01T01:17:22 | 2,352,744 | 9,879 | 3,935 | Apache-2.0 | 2023-09-14T14:06:17 | 2011-09-09T01:36:42 | Java | UTF-8 | Java | false | false | 1,122 | java | package org.apereo.cas.bucket4j.consumer;
import java.util.concurrent.TimeUnit;
/**
* This is {@link BucketConsumer}.
*
* @author Misagh Moayyed
* @since 6.5.0
*/
@FunctionalInterface
public interface BucketConsumer {
/**
* Header value to indicate available tokens.
*/
String HEADER_NAME_X_RATE... | [
"mm1844@gmail.com"
] | mm1844@gmail.com |
8475aeb2baf7e1f72dc870d1e8fdf17ec59e530b | d7f8185f4f32656e597b22e6887d0fc01bf9df6d | /src/main/java/com/miklesw/conway/grid/model/CellPosition.java | e5d413d1e0025586b07c312abe357c110f3dfd4b | [] | no_license | YatingPan/conway-game-of-life | a32b969da394cc73af294ee84e748cb9ea0d32ac | 76bd98e1ad49fa442427a94657256c53b15f4cd3 | refs/heads/master | 2023-03-18T14:25:16.543252 | 2018-08-14T03:08:23 | 2018-08-14T03:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package com.miklesw.conway.grid.model;
import java.util.Objects;
public class CellPosition {
private final int x;
private final int y;
public CellPosition() {
this (0,0);
}
public CellPosition(int x, int y) {
this.x = x;
this.y = y;
}
public int getX() {
... | [
"miklesw@gmail.com"
] | miklesw@gmail.com |
c3a4a2a0a51f26000f666b4999cde8e050b680e9 | 5630377d9b1612326b2b84943a1488e8a09fb09e | /app/src/main/java/rs/cod3rs/shopifine/fragment/EditProfileFragmentDialog.java | 895d674eb2b0371a8e229ca5981e687b9d26dc24 | [] | no_license | cod3rs-ns/shopifine-android-app | 1ec4fff094259d033beccda24847b8da47fbe83f | 0aaa70a54634e78c6a0afb93efdae70145fd2ef5 | refs/heads/master | 2021-09-15T23:39:31.047524 | 2018-06-12T21:02:13 | 2018-06-12T21:02:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,056 | java | package rs.cod3rs.shopifine.fragment;
import android.app.FragmentManager;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widge... | [
"datiglavaradi@gmail.com"
] | datiglavaradi@gmail.com |
138cb117c6479a8ca7e335976ba137c725fc644a | 05ce1888353ed78307e4366b904bb61e9565e53a | /PreferenceFragment/src/com/jewelzqiu/preferencefragment/PreferenceFragment.java | d88493430d04f110a2e5963ee3f7c002b76829e9 | [] | no_license | MrKhantee/PreferenceFragment-1 | 54b4c970577cd9557a5afaff43cf2bde9d43e7b8 | 3fad92ecae55521ac9aff60e66965e33c72c1e8c | refs/heads/master | 2021-05-26T17:04:49.420260 | 2013-10-11T05:06:55 | 2013-10-11T05:06:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,375 | java | package com.jewelzqiu.preferencefragment;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.prefere... | [
"jewelz.q.915@gmail.com"
] | jewelz.q.915@gmail.com |
1285c01591804af782cf96272d1ba778bf56f684 | 029c6e45d8d828b804d4c9962e6646d0a2ca457c | /src/action/StudentAction.java | 74427c0114620d89d0260dbee4f4fae4faeb09bd | [] | no_license | lnliunan/LanguageLearningSystem | b6bc489c871598e67d93bb39a9b4c52ff58ded69 | 45758df654593e28aaada3db9cd4a2191a2046de | refs/heads/master | 2021-06-14T08:29:17.441033 | 2021-03-16T08:37:51 | 2021-03-16T08:37:51 | 166,670,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,761 | java | package action;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | [
"1359630652@qq.com"
] | 1359630652@qq.com |
1472a30e6367b4386f12376c5e88d4a21828813e | 5b55f38a753d251c1696f87d52f9554f2c04334a | /src/com/more/mes/smt/linemonitor/http/oracle/GetMonitorLineCom.java | a3377459e723c289ff8050ec4be0b2adba1198d3 | [] | no_license | 1wangxueyan2/SKS-MC | 2b64d4a51547214690a60dd8bde5cdbdfd67e6ca | 898e38e5be2dc78d268774d76cf3054f09c747fe | refs/heads/master | 2022-03-06T06:40:51.405811 | 2019-10-25T06:59:18 | 2019-10-25T06:59:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,584 | java | /*
* @File GetMonitorLineCom.java
* @Package com.more.mes.cs.http
* @Copyinght Copyright (c) 2017
* @Company morelean
* @author hxh
* @date 2017-7-31 下午5:00:50
* @version V1.0
*/
package com.more.mes.smt.linemonitor.http.oracle;
import java.util.List;
import org.springframework.orm.hibernate3.HibernateTempla... | [
"phantomsaber@foxmail.com"
] | phantomsaber@foxmail.com |
bd4ed4d18e87a7c9b59e7a247cb4d0f2ba3c0e0c | 7671e9da8ef77f3cf440645d98e62d79a5e7c223 | /Gameoflife/src/com/david/giczi/gameoflife/model/GameOfLifeLogic.java | f71167be9cf8d5c84c067ba7f49994ad1bd92681 | [] | no_license | davidgiczi/GameOfLife | e33f1643b551f64b3cbe10b85d8e51e15bb20333 | 9f3d51dff4949ac92c0ed40be2667cfe611ce22d | refs/heads/master | 2020-04-17T00:18:29.248757 | 2019-01-17T14:41:32 | 2019-01-17T14:41:32 | 141,571,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,050 | java | package com.david.giczi.gameoflife.model;
import java.util.ArrayList;
import java.util.List;
public class GameOfLifeLogic {
private List<Cell> universeOne;
private List<Cell> universeTwo;
private int rows;
private int cols;
private int origoX;
private int origoY;
public GameOfLifeLogic(int... | [
"noreply@github.com"
] | davidgiczi.noreply@github.com |
c243c1f6bd87aaa65288bb1728632a954c89ddfa | 56f504b4af35e1ed8d3a729ba7e300f3f6294fcf | /backup/CommonDao.java | c58defd8b43de57777df578903cbc33a96b440f4 | [] | no_license | jagadeeshmenda/DataUsageEngine | f3c53973931fe101d210578e9679136728a50684 | 82f9a72c3ff8e2dfbe708995b39681a9e09e9b04 | refs/heads/master | 2021-01-10T10:26:44.062064 | 2015-10-31T06:20:06 | 2015-10-31T06:20:06 | 45,168,673 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java |
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class CommonDao {
public Connection getDbConnction () {
try {
System.out.println("Loading driver...");
Class.forName("oracle.jdbc.OracleDriver");
System.out.println("Driver loaded!");... | [
"jagadee.me@gmail.com"
] | jagadee.me@gmail.com |
96255b4050a1e5ada1b8e9584e42bdeecd0cbcf9 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/analytics/event/ShowHomeScreenEvent.java | a7247fe124bcb54a59604c163caabca40eb93a7d | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,350 | java | package com.avito.android.analytics.event;
import com.avito.android.analytics_firebase.FirebaseEvent;
import com.avito.android.analytics_firebase.FirebaseEventTracker;
import com.avito.android.analytics_firebase.SimpleFirebaseEvent;
import java.util.Map;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
i... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
cbe40a8351df06186da67e98c4f1fd8fbd38407f | be5f2f166d3855c8fb47f4ac820ee1c4cb406064 | /src/main/java/com/sharingcard/common/config/QuartzConfigration.java | d58cd67864cbbb076bf02f3594038470d6f9f7f0 | [
"Apache-2.0"
] | permissive | superbase-zz/head_study_java | 5c4e038fe5fea35166eee475ed8f640a50c2370b | 9e626c62599f700bd5b4fba5ffb04fedf96bf50b | refs/heads/master | 2022-11-14T13:46:04.918984 | 2020-01-19T07:12:36 | 2020-01-19T07:12:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | package com.sharingcard.common.config;
import java.io.IOException;
import java.util.Properties;
import org.quartz.Scheduler;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.config.PropertiesFactoryBean;
import org.springframework.context.annotation.Bean;
import ... | [
"780357902@qq.com"
] | 780357902@qq.com |
223f515c2e7a24faf03f03bb33bc096c96d7fdb3 | b1027dba76a5976dce7f2c40b27908728ad53a77 | /javase/classloader_impl/src/main/java/io/github/xudaojie/agent/X.java | 3bb760ae77f43a405b3f7892f750880b117426fc | [] | no_license | XuDaojie/Java | 475d159985cfbe2040af2f31ccf93ad0a17892cd | 713866e692ca7980ab325dfc81386e907caef845 | refs/heads/master | 2021-11-08T22:32:16.845792 | 2021-10-25T16:54:36 | 2021-10-25T16:54:36 | 86,455,525 | 0 | 1 | null | 2017-07-06T08:50:33 | 2017-03-28T12:08:39 | Java | UTF-8 | Java | false | false | 102 | java | package io.github.xudaojie.agent;
/**
* @author XuDaojie
* @since 2020/9/28
*/
public class X {
}
| [
"xudaojieg@gmail.com"
] | xudaojieg@gmail.com |
5d49fe7263429e3361dc0408206885636f71571e | cf2e4937e170f6b38839feca7bdf5dd31fa7e135 | /ryqcxls/src/main/java/com/ystech/cust/model/BuyCarType.java | 372e99a2a2c1dd7149f44f303573ac0e7c503ca1 | [] | no_license | shusanzhan/ryqcxly | ff5ba983613bd9041248dc4d55fd1f593eee626e | 3ef738d1a0c7d61ea448a66f2ccbb7fe3ece992d | refs/heads/master | 2022-12-24T16:25:47.960029 | 2021-02-22T02:57:28 | 2021-02-22T02:57:28 | 193,863,573 | 0 | 0 | null | 2022-12-16T08:01:59 | 2019-06-26T08:31:32 | Java | UTF-8 | Java | false | false | 716 | java | package com.ystech.cust.model;
// Generated 2014-2-22 16:01:27 by Hibernate Tools 4.0.0
/**
* Buycartype generated by hbm2java
*/
public class BuyCarType implements java.io.Serializable {
private Integer dbid;
private String name;
private String note;
public BuyCarType() {
}
public BuyCarType(String name, ... | [
"shusanzhan@163.com"
] | shusanzhan@163.com |
56b36153e0c2b9001a0be1e3bebcfec9e89c7df2 | 2bd48e3511b9e9c66da087036e2a6bba0f850e61 | /ParseLoginUI/gen/com/parse/ui/BuildConfig.java | 39ca33ddde7cf333919ff9b1af42bd312b89ab0e | [] | no_license | zippoobbiz/SurvivalGuide | db825e35b4770b04de352be7f397324423e3ed0c | 622239d22c1dc115e3ed7519fdc505013825c020 | refs/heads/master | 2020-12-30T22:55:23.213430 | 2016-09-19T06:20:19 | 2016-09-19T06:20:19 | 68,575,169 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | /** Automatically generated file. DO NOT MODIFY */
package com.parse.ui;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"zippoobbiz@gmail.com"
] | zippoobbiz@gmail.com |
6e8d6add5def9069b4e897b65858a9f01ce110e7 | 5bf8cd06fc35e86cccee08c40c537812bd35f8a6 | /06-Dynamic programming/LongestPalindromeSubstring.java | 41486ce36237048f378d300946203112d9dda124 | [
"Apache-2.0"
] | permissive | Shivamsharma009/Algorithms | af346a923d95d8b68be70441a4820d05c82acfa9 | 1af1ffe779b3f1410fa1404eb77ff53638ac61af | refs/heads/master | 2020-09-28T04:02:56.407016 | 2020-06-07T16:24:14 | 2020-06-07T16:24:14 | 226,681,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | // java Program to Implement Manchestor Algorithm
public class LongestPalindromeSubstring {
public int longestPalindromeSubstringEasy(char arr[]) {
int longest_substring = 1;
for (int i = 0; i < arr.length; i++) {
int x, y;
int palindrome;
x = i;
y = ... | [
"shivamsharma0501@gmail.com"
] | shivamsharma0501@gmail.com |
31258d05bd3284a70f6cf3a15ec40dc61b7ac1c8 | 37bd7599c01f01895a352d280b537c43f8f95f13 | /src/kitchen/Electric.java | 6583ba3d9c13ca0ad8748d16a6fe596df9300ef6 | [] | no_license | Stephan-VZ19/Learning | 0f12780d8c38398dac752c1880fbb0c41f19bc68 | 02307e13fb2b9a0138492abf630e099e46f77aa1 | refs/heads/master | 2023-01-02T14:07:57.398781 | 2020-10-25T22:15:59 | 2020-10-25T22:15:59 | 306,978,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package kitchen;
public interface Electric {
public boolean isElectric();
public int resistance();
}
| [
"stephan.baumann@students.fhnw.ch"
] | stephan.baumann@students.fhnw.ch |
91a0ad1b59a768688ab491fcca287290f8c4434f | 3839aaa34aed4e4a05a5b8650481aae59e5d7094 | /src/edu/ua/cs/hergin/proglan/parser/Parser.java | 7959c324c12d00f20e70caf8c528c22888e71df6 | [] | no_license | hergin/MDLN | c5211b3f630b9508f85ca2d7f57664cbd625c66a | ce9e2f890c034daf7fe19d093f768202b797e03a | refs/heads/master | 2021-01-14T19:37:37.089292 | 2016-09-20T00:38:37 | 2016-09-20T00:38:37 | 68,658,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,063 | java | /*
* Huseyin Ergin - hergin@crimson.ua.edu
*/
package edu.ua.cs.hergin.proglan.parser;
import edu.ua.cs.hergin.proglan.lexer.Lexeme;
import edu.ua.cs.hergin.proglan.lexer.LexemeTypes;
import edu.ua.cs.hergin.proglan.parser.Cons.ConsTypes;
import edu.ua.cs.hergin.proglan.recognizer.EndOfInputException;
import edu.ua.... | [
"hergin@crimson.ua.edu"
] | hergin@crimson.ua.edu |
6f08b36e088e5e65baa4b14f27c75a08cb80da55 | a6e0faabade66696829427d16107551edaddf485 | /algorithms-lecture/src/main/java/com/brianway/learning/algorithms/lectures/sort/Checker.java | 7b255f297ae8e6569bc4f13a758a5862875649a4 | [
"Apache-2.0"
] | permissive | brianway/algorithms-learning | ff979b84499c225d0429d01af67e0f325c9562f1 | febc684107d80fda9fcfabc3336f40c1a9c3d42f | refs/heads/master | 2022-12-22T02:45:40.046990 | 2022-12-11T13:46:58 | 2022-12-11T13:46:58 | 55,965,971 | 211 | 68 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package com.brianway.learning.algorithms.lectures.sort;
import java.util.Arrays;
/**
* Created by brian on 16/11/7.
*
* 请设计一个高效算法,判断数组中是否有重复值。
* 必须保证额外空间复杂度为O(1)。
* 给定一个int数组A及它的大小n,请返回它是否有重复值。
*/
public class Checker {
public boolean checkDuplicate(int[] a, int n) {
if (a == null || n == 0) {
... | [
"250902678@qq.com"
] | 250902678@qq.com |
5aaa207b06a0e478704e1446b722a5f2aa8d9b50 | d96987482f59cf1f33e5bbc4c0e8c604c112dacb | /app/src/main/java/com/example/xyzhokaoyimoni/presenter/LoginPresenter.java | 7bcd65b956c86d97baaae1ff44b0cc8d4e27b07e | [] | no_license | jjtgit/MVPxin | 5124b968b22fc8a3bc3e4bd3e22bf82543d83b5d | 191078eb630c122b9d2f23b3dbb3e108ccb7b03a | refs/heads/master | 2020-04-13T23:31:09.252116 | 2018-12-29T12:17:47 | 2018-12-29T12:17:47 | 163,508,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.example.xyzhokaoyimoni.presenter;
import com.example.xyzhokaoyimoni.entity.UserEntity;
import com.example.xyzhokaoyimoni.model.LoginModel;
import com.example.xyzhokaoyimoni.net.RequestCallback;
import com.example.xyzhokaoyimoni.view.IregisterView;
import java.util.HashMap;
public class LoginPresenter {
... | [
"you@example.com"
] | you@example.com |
31a913724c1c46167897a31a9c04b40fb08ebd0f | e83ebecc0ec40b0d5c1358295c310c6b2731e226 | /src/main/java/com/airbus/domain/Product.java | f7b5ed3392e651e6bab3dea53dbf8b48295b464d | [] | no_license | Anand-Patil20/inventory-backend | 0f8803d2c17e1b7fcbe1a3b6f86f23da31074b28 | 0d573033a7347a3511770c74f120964e39f6f1b8 | refs/heads/main | 2023-08-21T11:13:53.840509 | 2021-09-27T13:47:53 | 2021-09-27T13:47:53 | 409,834,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,850 | java | package com.airbus.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "product")
public class Product{
@Id
@GeneratedValue(s... | [
"patil.anand2021@gmail.com"
] | patil.anand2021@gmail.com |
7461c3ef261789e8e2dba8c77b01d1c831669499 | 463c113435a42a63817bf7a42aed7eb05dc6bf82 | /uklon/src/main/java/ua/lviv/iot/uklon/controller/implementation/AdressControllerImpl.java | f16b104bd7f9f53f4b9cffecb8bfba2f748553aa | [] | no_license | Ari100telll/DB_4_lab | 59ef8e50cc442d93ef76bcb437c5d223f3c9f99d | f3ee6c21c08f32bfbeffe7847c05d280de47a7cf | refs/heads/main | 2023-01-13T04:34:01.791086 | 2020-11-22T20:25:18 | 2020-11-22T20:25:18 | 315,117,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package ua.lviv.iot.uklon.controller.implementation;
import ua.lviv.iot.uklon.controller.AdressController;
import ua.lviv.iot.uklon.model.entity.Adress;
import ua.lviv.iot.uklon.model.service.implementation.AdressServiceImpl;
public class AdressControllerImpl extends AbstractController<Adress, Integer> implements Adr... | [
"masternik007@gmail.com"
] | masternik007@gmail.com |
62f4c7e5fccfb45579d14c188b68ce1189bd1b44 | e374416be223d57a1ef6d6e5cb3eff931022bbad | /app/src/demo/java/com/manijshrestha/buildvariantdemo/service/WeatherService.java | 3086cce81bd5b87eb17bbbe17d1ecf91d4d28079 | [] | no_license | manijshrestha/BuildVariantDemo | bef87a1cf82c3860fed137dc640122d8c5b875b0 | ac069fdf583c1d9fc9e9580e101fc4185dc412f5 | refs/heads/master | 2020-12-24T15:40:38.127309 | 2015-03-26T16:09:05 | 2015-03-26T16:09:05 | 32,965,617 | 21 | 12 | null | 2018-05-05T08:16:16 | 2015-03-27T03:19:18 | Java | UTF-8 | Java | false | false | 766 | java | package com.manijshrestha.buildvariantdemo.service;
import com.manijshrestha.buildvariantdemo.model.WeatherData;
/**
* Weather service that uses canned data
*/
public class WeatherService {
private WeatherListener mListener;
public WeatherService(WeatherListener listener) {
this.mListener = listen... | [
"manijshrestha@gmail.com"
] | manijshrestha@gmail.com |
8ec18f28084c47caf1b21ef5cb8234e6999e36b1 | e2860fc448bb8e80f241422d67d3c680b624402a | /AS/src/Persistencia/ControladorSessioDB.java | 7d204c91c47ecc1569eef9a6171585673d3d71ad | [] | no_license | Xilef09/EntregaAS | 4e151cc9d7c1f0fd74a5ffed00004e7917f3fbf9 | 710c30ac2906514a08a462dcbd63ac92a2335bb4 | refs/heads/master | 2021-01-10T14:34:42.184959 | 2016-01-15T03:34:13 | 2016-01-15T03:34:13 | 49,510,365 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | package Persistencia;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import Domini.Representacio;
import Domini.Sessio;
public class ControladorSessioDB implements ControladorSessio{
public ControladorSe... | [
"felix.hortelano@est.fib.upc.edu"
] | felix.hortelano@est.fib.upc.edu |
007c6069a2e558b209f4cd8cfc3b91ede8072105 | 193607321e9a948510f48db8cfe01c50083a0ed0 | /WeekThreev.2/app/src/main/java/rosemak/weekthreev2/CustomListAdapter.java | a3b3022f0de7d18f5b2fbee9488b3fe1055d2011 | [] | no_license | r36745/newTest | 971dd93c496b6819cfc6f24b9c22dd0e78cbe146 | 57100c81e0224cff4d960c9c91db8f4a85ad86ad | refs/heads/master | 2021-01-16T18:56:52.027762 | 2014-09-06T16:52:40 | 2014-09-06T16:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,163 | java | package rosemak.weekthreev2;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView... | [
"stevierose@fullsail.edu"
] | stevierose@fullsail.edu |
8707c428dc3e7ab49cfc8df3fe01288a5b309184 | a0f4730e7c94d95ca2831812ac2b680d31034bbb | /src/keyword/EqualsTest.java | 3d2478740ece181f306f2d184217ddae476b605b | [] | no_license | XuPeng211985/javabeantest | d40ce300bdbd9360bd338ba500930674d0177247 | 96ccec50033d6a45a1d017fffb41bbb47aed7bd0 | refs/heads/master | 2020-03-18T11:13:19.075601 | 2018-05-31T02:48:26 | 2018-05-31T02:48:26 | 134,585,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,853 | java | package keyword;
/**
* 1》== 比较的是两个对象或者基本数据类型的存储地址是否相同
* 2》equals方法是Object类中提供用来比较两个对象是否相等的方法
* 默认情况下比较两个对象是否指向同一个引用,也就是比较两个对象
* 所指向的地址是否相同,但是设计equals的初衷是为了比较两个对象的状态
* 是否相等,比如一个学生对象可以由姓名和学号唯一确定,那么只要两个学生
* 对象的姓名和学号对应相等,那么我们就说这两个学生是同一个学生,因此通常
* 情况下我们需要重写equals方法用它来比较两个对象状态是否相等,必须满足5个
* 特性:自反... | [
"1757140904@qq.com"
] | 1757140904@qq.com |
110f7d6fdff92ec6a2f8d5ea019317d60ed9db7c | abdf6a348b3f53ff614d9b228572dd1ca931e050 | /eclipse/jcoinlibs/src/org/ripple/bouncycastle/crypto/tls/TlsCompression.java | 690e05b2864ab286d6cf47f48d5e9f2cb9f6479f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | cping/RipplePower | 5b2afd114eddbdb1a688e9de98cb409f16adfb89 | 4bdfd7ddca69e2cfb2c33852379844880cfe2a2a | refs/heads/master | 2021-05-16T02:40:30.916689 | 2021-01-02T07:37:47 | 2021-01-02T07:37:47 | 19,198,112 | 42 | 13 | null | 2015-01-15T08:02:34 | 2014-04-27T07:11:33 | Java | UTF-8 | Java | false | false | 210 | java | package org.ripple.bouncycastle.crypto.tls;
import java.io.OutputStream;
public interface TlsCompression
{
OutputStream compress(OutputStream output);
OutputStream decompress(OutputStream output);
}
| [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
0d12d3358ad341f8b3c461f9c8766f271d752717 | a18bb257f38405a83235aeb68d9010176abab5a7 | /src/test/java/com/enosh/couponsystemfinish/dao/CompanyTests.java | 4c5cfafa770058dbfbabf35dfb51f225f437e262 | [] | no_license | EnoshTsur/coupon-sys-admin | 6ec587a8a68b89ca0b157dd9fcb5dfcf99bdc293 | ce82d813a46a2a36a3c2cccfd387aa3b25500f89 | refs/heads/master | 2022-08-26T12:06:42.559462 | 2020-05-23T12:00:43 | 2020-05-23T12:00:43 | 266,327,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | package com.enosh.couponsystemfinish.dao;
import com.enosh.couponsystemfinish.dao.CompanyDao;
import com.enosh.couponsystemfinish.exceptions.DoesntExistsException;
import com.enosh.couponsystemfinish.model.Company;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import... | [
"enosh.tsur@haaretz.co.il"
] | enosh.tsur@haaretz.co.il |
1009d3ff7e4507f231efeee0b5f119bdcca91e87 | 24c56bc6b04e6eb334655ac1c8916b55352fb7ef | /NorthPointGlobal/src/java/com/NorthPointGlobal/myCore/WarrantSettings.java | f1373385750136312727f74f25e46d1e1baacfb8 | [] | no_license | ohyicong/WarrantAnalytics | 963a09923c30b9c918309a65eb120f298d80c701 | 1e0ab8c1bb7b1a3957f4af5bb951dfa882495e52 | refs/heads/master | 2020-03-18T19:02:42.608603 | 2018-05-28T08:43:52 | 2018-05-28T08:43:52 | 135,130,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,630 | 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.NorthPointGlobal.myCore;
/**
*
* @author OHyic
*/
public class WarrantSettings {
private String warrantCode;
pr... | [
"ohyicong@hotmail.com"
] | ohyicong@hotmail.com |
34a919dcfc6477e1dc0fb7e65d061e2d2c358117 | 9a213d7e673401af94f30f0130cd53c4ffbf9c8f | /src/test/java/com/test/RSAAlgorithmTest.java | bf978b1ded70c128dcf882e97e184bf5e3f0789e | [] | no_license | lamfire/lamfire | 7eb69ec4b8c93eaff0f893ffae8949d418f1c3de | a9adf18eca0bdf61b04ce72a507230d9225853ce | refs/heads/master | 2022-12-09T22:35:12.792146 | 2022-11-29T01:59:43 | 2022-11-29T01:59:43 | 190,158,270 | 0 | 1 | null | 2020-10-13T13:39:51 | 2019-06-04T08:12:15 | Java | UTF-8 | Java | false | false | 10,530 | java | package com.test;
import com.lamfire.code.Base64;
import com.lamfire.code.Hex;
import com.lamfire.code.RSAAlgorithm;
import com.lamfire.utils.*;
import java.math.BigInteger;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger... | [
"52089489@qq.com"
] | 52089489@qq.com |
8d238d5b8dc885533fad7ba806adc5cf656c3723 | 2ae28773963604b3cbee6626959dd262c1cc3a6e | /base/deploy/deployer/src/main/java/com/android/tools/deployer/SqlApkFileDatabase.java | 7efd6e81d45b424a3217ae7537d5237c329174e5 | [
"Apache-2.0"
] | permissive | qiangxu1996/vmtrace | c95985e76253f140467e20f67d38022b2623e94e | 3411c5436d0d34e6e2b84cbf0e9395ac8c55c9d4 | refs/heads/master | 2022-04-18T22:32:39.132937 | 2020-04-18T23:01:55 | 2020-04-18T23:01:55 | 255,410,085 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 14,494 | java | /*
* Copyright (C) 2018 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... | [
"qiangxu1996@gmail.com"
] | qiangxu1996@gmail.com |
67204b97b72337265a6862d1fcf0c8d6186f44a1 | ca85f7e638c229d60615f3ee63114124e536229f | /Capgemini_HTD/BackEnd/CoreJAVA/exceptionhandling/src/com/capgemini/exceptionhandle/railway/PVR.java | 6b6c5faac43191ed4a4ee2c7c7b0ffea248541e5 | [] | no_license | aishwarya0311/TY_CG_HTD_PuneMumbai_JFS_AishwaryaNarwade | 8b52f79bef7665f9506204a8f7dad8667702f679 | 24b2d48becc20b041114571d2be60fb63c67c3cf | refs/heads/master | 2022-12-26T20:53:57.664162 | 2019-11-20T08:25:15 | 2019-11-20T08:25:15 | 225,846,064 | 0 | 0 | null | 2022-12-15T23:50:31 | 2019-12-04T11:00:51 | Java | UTF-8 | Java | false | false | 345 | java | package com.capgemini.exceptionhandle.railway;
public class PVR {
void confirm ()
{
System.out.println("confirm started");
try {
System.out.println(10/0);
}
catch(ArithmeticException s)
{
System.out.println("Exception caught at confirm in pvr");
throw s;
}
finally
{
System.out.println("co... | [
"aishunarwade11@gmail.com"
] | aishunarwade11@gmail.com |
8a2f02ff64a17df58cd8109653087ff994ff145a | ad4a779ec6e031bf82d1b228a0ccf9c27453735c | /case_study/furama/src/main/java/furama/service/impl/RentTypeServiceImpl.java | ffab5ee099fbc9e173ac75ad52c9d2f4f057efa7 | [] | no_license | tuongvule/C0420G1-DuongNhatHuy-Module4 | add537c84324c0a658145ba646ad3e5f48816025 | 5e756ee16870712408fcf082bac360ccbf7532f5 | refs/heads/master | 2022-12-22T08:50:03.732347 | 2020-09-18T13:32:16 | 2020-09-18T13:32:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package furama.service.impl;
import furama.model.RentType;
import furama.repository.RentTypeRepository;
import furama.service.RentTypeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class RentTypeServiceImpl... | [
"nhathuy.155@gmail.com"
] | nhathuy.155@gmail.com |
3f0fa2238de3fef1d72380355b33b2199b1a6083 | 89ce13475ed5f71e5c392f3400c27b1e1f1cd8f6 | /src/main/java/com/finalproject/BankApplication/model/Address.java | eeeab404932f076d52599081b86a0ddded3f3cd6 | [] | no_license | cheuwami/BankApplication | ff5e546531995b50e4359579c69eae8ad615c50d | bddce0f76aa7cb4c42717b25067b765194d4df81 | refs/heads/main | 2023-03-05T21:58:25.867978 | 2021-02-21T11:45:53 | 2021-02-21T11:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package com.finalproject.BankApplication.model;
import lombok.Data;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import java.util.HashSet;
import java.util.Set;
@Entity
@Data
@Table
public class Address extends BaseEntity{
... | [
"leonardolorusso83@gmail.com"
] | leonardolorusso83@gmail.com |
3d5f965a6414cf91ed27e1ac679c683dde29b8ec | dbfbff013780644fa1f2b4748d4cffcbfb775d7d | /deep-in-design-pattern/category-3-behavioral-design-patterns/section-4-observer-pattern/src/main/java/com/jinm/observer/Observer.java | 692be359f98a9d3152871695fd17fdf809738506 | [] | no_license | jinminer/design-patterns | 6202508fa3a8df83b532bfbe070d6c1ad2f90440 | 936a9f1186d8c08a210aee4530cf3dc3b1769451 | refs/heads/master | 2022-12-23T23:17:56.341547 | 2021-04-08T16:42:53 | 2021-04-08T16:42:53 | 154,426,796 | 2 | 0 | null | 2022-12-16T03:35:16 | 2018-10-24T02:30:07 | Java | UTF-8 | Java | false | false | 217 | java | package com.jinm.observer;
public interface Observer {
//method to update the observer, used by subject
public void update();
//attach with subject to observe
public void setSubject(Subject sub);
}
| [
"keanemer@gmail.com"
] | keanemer@gmail.com |
a1beb3e9bcfaab04499754cc338af291f3b8c07b | 6d60a8adbfdc498a28f3e3fef70366581aa0c5fd | /codebase/default/deftrans/135212.java | 87c4e5482e3299cb077c7e61a168e3648731f4ea | [] | no_license | rayhan-ferdous/code2vec | 14268adaf9022d140a47a88129634398cd23cf8f | c8ca68a7a1053d0d09087b14d4c79a189ac0cf00 | refs/heads/master | 2022-03-09T08:40:18.035781 | 2022-02-27T23:57:44 | 2022-02-27T23:57:44 | 140,347,552 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,837 | java | import java . util . HashMap ;
import java . util . Map ;
import edu . ucdavis . genomics . metabolomics . binbase . cluster . ClusterUtil ;
import edu . ucdavis . genomics . metabolomics . binbase . cluster . ClusterUtilFactory ;
import edu . ucdavis . genomics . ... | [
"aaponcseku@gmail.com"
] | aaponcseku@gmail.com |
ff9ee28b52f89ccc4c904279511163287ef8116d | ccf6c7c25e0defe8a3936eb267785314ff68769c | /src/main/java/com/mage/crm/dao/PermissionDao.java | 783fe5a629060378dba78af3a9f87fc524f73dfc | [] | no_license | 18779918803/ceshicrm | 1d1f4a49638ad6a4df08bb55ea92203d78ab7ef7 | 79e4c649d979fa4b276f29ccd39ee6f8391b0194 | refs/heads/master | 2020-09-02T03:02:34.034845 | 2020-01-06T11:09:05 | 2020-01-06T11:09:05 | 219,119,048 | 1 | 0 | null | 2019-11-02T07:25:28 | 2019-11-02T07:23:45 | null | UTF-8 | Java | false | false | 906 | java | package com.mage.crm.dao;
import com.mage.crm.vo.Permission;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface PermissionDao {
@Select("SELECT count(1) from t_permission where role_id=#{rid}")
int queryPermissionCountByRid(Intege... | [
"814883929@qq.com"
] | 814883929@qq.com |
66297b915401516c5c21ce06e9ffe9aa8ba29b6b | 75ba039a91e8bfdf00af26761beca5989e7a00dd | /src/main/java/com/silab/vinicius/entity/task/TaskPriority.java | f9911437acbd6fb1c8bcb87262a73094712b095e | [] | no_license | viniagostini/SI_Lab3_backend | f27586ab128dff4e6e32c940286f5865fe646f8d | 398f2e78daade368786bafaaa71936e4c342ba70 | refs/heads/master | 2021-06-12T01:19:04.713429 | 2017-02-25T02:18:42 | 2017-02-25T02:18:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.silab.vinicius.entity.task;
/**
* Created by viniagostini on 23/01/2017.
*/
public enum TaskPriority {
LOW, MEDIUM, HIGH
}
| [
"fodas123"
] | fodas123 |
f1437411785908d54f87c2e667f13d2aa50f0cee | 5063e98fe42a0dc1bac13fc1e5bf990ebdc6b144 | /J3_PARCIAL/src/j3_parcial/Cliente.java | 6f3ebb20868d092cd2df257b5ec17f3ca91ca1de | [] | no_license | TOXQUI17/J3_parcial | ea76a60d015bbc760206c982bf27922c9a30d2ee | fe29f94b3ffb1baf14264a80151a1777882e3e5a | refs/heads/master | 2020-03-21T23:49:38.069688 | 2018-06-30T00:57:21 | 2018-06-30T00:57:21 | 139,208,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | import org.springframework.data.annotation.Id;
public class Cliente {
@Id
private String id;
private String nombre;
private Tarjeta tarjeta;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String ge... | [
"T204@PC048"
] | T204@PC048 |
83e08c5607ef876db185a19735f90eb979c5a7a1 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_1002683.java | d85834b3362fd20b48cbd6ebdec7d63a3d2de1af | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | @Override public final Set<AsciiString> names(){
final HttpHeadersBase getters=getters();
return getters != null ? getters.names() : ImmutableSet.of();
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
c925859f1bb0404a940559c2aa97d049a991e2f1 | d8d60e76791ea2bc7c154cd9eb974b73635d1061 | /app/src/main/java/theater/ReservationRepository.java | dc9745507fcdd497b4e4f83652ce1020a69c92e9 | [] | no_license | Jae-hyung-Lee/reqres_theater | a9bd667a1fb62c5d0c6dfd22a682551bed54948e | 2370d61465a94d0021100aa08707de1c7a668ed0 | refs/heads/main | 2023-05-06T14:39:08.622995 | 2021-05-25T05:37:54 | 2021-05-25T05:37:54 | 369,720,565 | 0 | 0 | null | 2021-05-22T05:10:23 | 2021-05-22T05:10:22 | null | UTF-8 | Java | false | false | 348 | java | package theater;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource(collectionResourceRel="reservations", path="reservations")
public interface ReservationRepository extends PagingAndSortingReposit... | [
"skycows3@gmail.com"
] | skycows3@gmail.com |
f135dce2ce98c54644125c5b70e00b56cd954810 | d718b9a38c667ea1d2e3a676c86ef6f8b9d88dda | /Android/src/com/esteniek/treasurely_android/TreasuresFoundFragment.java | 7b72ed6055e037ec20406692233c9d89c9eba37b | [] | no_license | niekw91/Treasurely-Mobile | a92b24b38be211f74e75f3fae3fb5ad74a1de4d4 | 67053a68a68f46a12e272e0a5e0d78ddcc28192d | refs/heads/master | 2021-01-18T02:23:12.251053 | 2014-04-08T14:20:39 | 2014-04-08T14:20:39 | 18,309,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,389 | java | package com.esteniek.treasurely_android;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONObject;
import android.app.Activity;
import android.app.Fragment;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.vie... | [
"etigele@gmail.com"
] | etigele@gmail.com |
b53068b1465ec35267b48d3c4cf0ac339e0b4660 | b6c4471648c760b70b39e8d7d2e3dbbd1927ddd1 | /src/main/java/com/kakaopay/sprinkle/repository/MoneySprinkleRepository.java | 16d53d18a504c5be7377316eab1c99da2313cea3 | [] | no_license | dkwkehgud77/kakaopay | 51616e8fc48bd1ae56284086e3d73d1b331e7eb2 | 7edfa4291fcc3c973495152740973fd5f142f56f | refs/heads/main | 2023-02-17T13:05:45.553203 | 2021-01-19T00:27:27 | 2021-01-19T00:27:27 | 330,756,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package com.kakaopay.sprinkle.repository;
import com.kakaopay.sprinkle.model.entity.MoneySprinkle;
import com.kakaopay.sprinkle.model.entity.RoomUser;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interfac... | [
"konan@konantech.com"
] | konan@konantech.com |
879fef9f6763d5a00647026fb7bcefa27d483543 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_e3e4060b371434aa23719364c6343e9108fa7c31/BuildDomain/13_e3e4060b371434aa23719364c6343e9108fa7c31_BuildDomain_s.java | c5a8fa1158d7e7890b1309c8c82eff4a79d3b8b6 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,791 | java | /**
* Copyright (c) 2013 TerraFrame, Inc. All rights reserved.
*
* This file is part of Runway SDK(tm).
*
* Runway SDK(tm) is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a6657f528735d14ea304dbd525105daf38d4bd63 | a7b741bf60d8a1e8b5f5b386544ceb9d116293af | /Proyecto Android/HotMetal/app/src/main/java/com/example/hotmetal/ui/Citas/CitasReservarViewModel.java | feacd50c8bc1844664f0c50fc80ad2429cc406b9 | [] | no_license | dragon-hash/Proyecto-IHC | bb2f3f5280a6b79a567c5b184839dd130be55dc8 | bd08d0fabed22f980474f8bfc0c66733fff268de | refs/heads/master | 2023-08-09T15:06:12.490582 | 2019-12-06T17:48:33 | 2019-12-06T17:48:33 | 226,380,428 | 0 | 0 | null | 2023-07-22T23:40:14 | 2019-12-06T17:43:51 | CSS | UTF-8 | Java | false | false | 180 | java | package com.example.hotmetal.ui.Citas;
import androidx.lifecycle.ViewModel;
public class CitasReservarViewModel extends ViewModel {
// TODO: Implement the ViewModel
}
| [
"forcedragon558@gmail.com"
] | forcedragon558@gmail.com |
ee11da34f28065ee182d4a07d571e0cb7f009fbf | 1de2391b03f183fef5393645e8b91704e9895ede | /app/build/generated/source/apt/debug/com/canplay/milk/mvp/activity/account/EditorPwsActivity_ViewBinding.java | 621e78b6748881391c1c245ce11751287cab6ac8 | [] | no_license | Meikostar/Milk_Machiness | ff0e49d02fddc7dc17970424fced147a79081cc5 | c9bc711726b91d8545394da40c2358ea43aa20af | refs/heads/master | 2020-03-20T05:07:19.559246 | 2018-06-13T11:19:58 | 2018-06-13T11:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,774 | java | // Generated code from Butter Knife. Do not modify!
package com.canplay.milk.mvp.activity.account;
import android.support.annotation.CallSuper;
import android.support.annotation.UiThread;
import android.view.View;
import android.widget.TextView;
import butterknife.Unbinder;
import butterknife.internal.Utils;
import co... | [
"admin"
] | admin |
34b4a4f377fea3d154d98bdd81e1df72cfa843f9 | 84b08410296a3985370cdd9fad56f869e05c0c77 | /app/src/main/java/prototype/vn/autoparser/BackendModels/ParseUrls.java | 296e08ef71413869e63ba3782809134e476f3017 | [] | no_license | narkusv/autoparserAndroid | 6810b263a72d86ba7f82edeec83ef9991c77876e | ad9d36d6b1f04ec3470f6521142966a2b6449828 | refs/heads/master | 2021-01-13T07:08:04.305511 | 2017-06-21T19:28:13 | 2017-06-21T19:28:13 | 95,038,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package prototype.vn.autoparser.BackendModels;
/**
* Created by narku on 2017-06-21.
*/
public class ParseUrls {
public int id;
public String url;
public pivot pivot;
public class pivot {
public int user_id;
public int parse_url_id;
public String name;
}
}
| [
"narkus.v@gmail.com"
] | narkus.v@gmail.com |
e09ee9142c3a5200ddd278abce0f3241a893567a | e1757e44a77dab17206ad38d33d20f5da1aa6b3f | /3-Week04-a3-GDPR/week4-a3-GDPR-Assignments/src/main/java/dk/cphbusiness/security/encryption/Exercise3CryptoEdit.java | 4c0379dc3af56be3a0e6df940e8835675be7b44d | [] | no_license | marshmallouws/Security | 9e218fb3e715cc2f687d93f2c4851934538571fe | b66163c289f5254c61b686c0c7ebf18422434874 | refs/heads/master | 2022-12-14T09:29:32.442339 | 2020-06-24T12:02:58 | 2020-06-24T12:02:58 | 242,768,237 | 0 | 0 | null | 2022-09-01T23:29:04 | 2020-02-24T15:13:53 | Java | UTF-8 | Java | false | false | 8,679 | java | package dk.cphbusiness.security.encryption;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.security.InvalidAlgorithmParameterException;
import java.security.InvalidKeyException;
import java.security.SecureRandom;
import java.uti... | [
"e_hlers@live.dk"
] | e_hlers@live.dk |
a4c4087f020cdd2cb4ff5f92b64f6f261613efcf | f8257451f49b547af688e63c587daf5023b98e4b | /src/main/java/com/cloudmersive/client/model/RemoveDocxHeadersAndFootersResponse.java | 111c11c5c369154c6d84ef12c8f3ec430874d6cc | [] | no_license | Anguchamy/Cloudmersive.APIClient.Java | c4a382c58014666110b1617f57caaf427be4b5ab | 97621c033c3cf873e946c2eb713ecf5b0cb5c35f | refs/heads/master | 2021-05-19T08:57:41.672348 | 2020-03-30T05:37:17 | 2020-03-30T05:37:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,831 | java | /*
* convertapi
* Convert API lets you effortlessly convert file formats and types.
*
* OpenAPI spec version: v1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.cloudmersive... | [
"35204726+Cloudmersive@users.noreply.github.com"
] | 35204726+Cloudmersive@users.noreply.github.com |
af6eb0d23ff09318440408597fef0f24084408ae | 152eaceed8550cca4556acd484b2f56a0ba9f12f | /DovizveAltinKurlari/app/src/main/java/seo/com/dovizvealtinkurlari/JSONRead.java | 9b7633d55944b7113eaa49c2acc5242091c7c696 | [] | no_license | edpsahn/DovizveAltinKurlari | a9e1a59f0804136e9a355bfe4090702f2880a800 | 64c808891a485f7dd1e4bff33ae5f46c6f33303d | refs/heads/master | 2021-05-02T12:20:15.246413 | 2021-02-13T11:47:08 | 2021-02-13T11:47:08 | 120,735,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,262 | java | package seo.com.dovizvealtinkurlari;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
/**
* Created by jubat on 6.8.2017.
*/
public class JSONRead {
public ArrayList<Data> SerbestDataList =new ArrayList<Data>();
public ArrayList<Data> AltinDataList =new ArrayList<Da... | [
"edpsahn@gmail.com"
] | edpsahn@gmail.com |
58bcd48f557e37c152a2ce57d249508b7169a99d | 95d20c83d8aff34e314c56a3ecb2b87c9fa9fc86 | /Ghidra/Features/Base/ghidra_scripts/AsciiToBinaryScript.java | b9e313a4469cbba9895a40a341a8fe4e901feb58 | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NationalSecurityAgency/ghidra | 969fe0d2ca25cb8ac72f66f0f90fc7fb2dbfa68d | 7cc135eb6bfabd166cbc23f7951dae09a7e03c39 | refs/heads/master | 2023-08-31T21:20:23.376055 | 2023-08-29T23:08:54 | 2023-08-29T23:08:54 | 173,228,436 | 45,212 | 6,204 | Apache-2.0 | 2023-09-14T18:00:39 | 2019-03-01T03:27:48 | Java | UTF-8 | Java | false | false | 2,239 | java | /* ###
* IP: GHIDRA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writin... | [
"46821332+nsadeveloper789@users.noreply.github.com"
] | 46821332+nsadeveloper789@users.noreply.github.com |
e3cd6cf2ca3b8686ece7c01d38af5f30d5c164bf | 8ccf7e4efe6ccdf7b89352269bef9d61e5c978ac | /src/main/java/pl/gpost/example/TGWExample1.java | 570972e37306d8a8966fa01bbb97116cb2015fbb | [] | no_license | yichuanDavid/tgw | ebca955925323774d4e924bdf9a1914a90cc77b5 | 124de57d9df1e4f375424bb096af160bd676cefc | refs/heads/master | 2020-08-26T22:39:25.016217 | 2015-04-07T22:21:33 | 2015-04-07T22:21:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,372 | java | package pl.gpost.example;
import pl.gpost.TurtleGraphicsWindow;
class TGWExample1 extends TurtleGraphicsWindow {
public TGWExample1() {
super(600, 600);
}
void box(int side) {
for (int i = 4; i > 0; i--) {
forward(side);
right(90);
}
}
void drawSo... | [
"gonciarz@gmail.com"
] | gonciarz@gmail.com |
5f47fcd38220b1f34558b9047608d09958998b43 | 8fdd2c8d659ab2183f012222c05ac9d1b99583a4 | /app/src/main/java/com/intkhabahmed/popularmoviesstage1/model/Movie.java | 51ba717f006d6298bac4c39cdfe7c07002dd5834 | [] | no_license | intkhabahmed/Popular-Movies-Stage-1 | 67ab4c5150ab72aefab87908127aa3b9934f17da | bc85155de52a709dd90ad281d2b7584852f97233 | refs/heads/master | 2020-03-19T04:14:02.075896 | 2018-06-10T09:10:01 | 2018-06-10T09:10:01 | 135,808,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | package com.intkhabahmed.popularmoviesstage1.model;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.Date;
public class Movie implements Serializable{
@SerializedName("original_title")
private String originalTitle;
@SerializedName("release_date")
privat... | [
"intkhab.ahmed64@gmail.com"
] | intkhab.ahmed64@gmail.com |
4b8698215aae0f3966a155abf2a66a3dbb2b65af | 43b4a57373ae857bbd66e4ed3175bc6a54c7a923 | /SpringMVC/src/main/java/com/springlesson/service/CommentsService.java | 830202df8985818b91155f41d8c3479a6476e0aa | [] | no_license | JIN-0616/shopProject | ea472b787071167b12ce0ebf8bd1d392140af288 | f879c46336acde0d660dc1540880cc99343d1aba | refs/heads/master | 2020-04-23T20:17:40.786098 | 2019-02-19T08:33:09 | 2019-02-19T08:33:09 | 171,434,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.springlesson.service;
import java.util.List;
import java.util.Map;
import com.springlesson.domain.Comments;
public interface CommentsService {
public List<Comments> readCommentList(Map map) throws Exception;
public int addComments(Comments comments) throws Exception;
public void removeComments(int num... | [
"jungjin0616@gmail.com"
] | jungjin0616@gmail.com |
bf84d5568a7fe511b3786192b66b5bc7be4ae00b | 372231097ca9e6e5c99bcf2485ccd521e1ec61ee | /Client/znzpApp/src/com/myapp/activity/QyInfoActivity.java | 74a23a705678cbd51fcebccafd611cb36c31874e | [] | no_license | Xiiaofan/Find-Your-Job | b076220c808568e7c262fd49cb4bba1cf1f4a0ed | 0fabb1ee6d629deb17cef12a9f8b28b8002bdf5e | refs/heads/master | 2022-11-06T06:51:00.918408 | 2020-06-19T12:43:36 | 2020-06-19T13:03:39 | 273,183,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,188 | java | package com.myapp.activity;
import java.util.HashMap;
import java.util.Map;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.M... | [
"liuxiiaofan@gmail.com"
] | liuxiiaofan@gmail.com |
3a017e175d300b1b77ce12d723dc47c624ac48b1 | 83f5213fff51e2ff7405f1a0e2c6577b9cb649b7 | /FileDownload/src/main/java/http/HttpManager.java | 3187275a0aba6f50f42e19329aae8c39b3035ebd | [] | no_license | CTAS00/Demo_GitOkHttp | 34e4326d764808b3156634b05f058dfe4c55800a | 2a53e2387fe906908ccfca7aaf49305f6e1d2355 | refs/heads/master | 2021-09-02T09:29:07.123123 | 2018-01-01T12:27:56 | 2018-01-01T12:27:56 | 115,917,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,063 | java | package http;
import android.content.Context;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import ctas.filedownload.utils.File.FileStorageManager;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import... | [
"CT@qq.com"
] | CT@qq.com |
2f268e5ced5c7b02dec9bcb6ed97d9f3e4fc4d1d | 1bf6f2bffbff2c40e26885ca64d15adf69007e73 | /src/me/timothy/tests/database/mysql/MysqlTraditionalScammerMappingTest.java | a9b8dcb1853a8dbfdc6433f2d66b8c84fdee9031 | [] | no_license | Tjstretchalot/USLBot | 7e092ecf0c46f737cedd112b87cce9536d3e8697 | dd89777c761e447e30638934aa3be3d93b8ba641 | refs/heads/master | 2022-11-06T11:23:20.157772 | 2022-11-01T14:49:56 | 2022-11-01T14:49:56 | 107,429,676 | 22 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package me.timothy.tests.database.mysql;
import java.util.Properties;
import org.junit.After;
import org.junit.Before;
import me.timothy.bots.USLDatabase;
import me.timothy.tests.database.TraditionalScammerMappingTest;
public class MysqlTraditionalScammerMappingTest extends TraditionalScammerMappingTest {
@Before
... | [
"mtimothy983@gmail.com"
] | mtimothy983@gmail.com |
6724de099d89e3d0076abde02cf9c261c4cdc79f | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/kylin/learning/2380/DoggedCubeBuilder.java | 126525661314e581af8431cb839f595e806ded8b | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,883 | 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 ... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
f551ea7af0b61d17f75f827d3058abbc9e733c15 | bf61baf5b0690ec490340418bff4d0e5a286ce37 | /src/puf/m2/basket/view/SeasonView.java | 2f7847ed81d374666b284eda61b08b8b65598572 | [] | no_license | pufm2/basket-ball | 1017e267fed8b38ab3d79ad1e4a24e07ce13cc11 | 7caaf707b7fb34332c3fb326312abf81cd16835b | refs/heads/master | 2020-05-31T18:13:50.149274 | 2012-08-05T11:49:48 | 2012-08-05T11:49:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,631 | java | package puf.m2.basket.view;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.List;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import com.toedter.calendar.JDateChooser;
import puf.m2.basket.mo... | [
"phatpt01@gmail.com"
] | phatpt01@gmail.com |
ba2a34f5066315e68c102736f91d82050432121c | f5c3c76446b0e20acef3cfafb9cf322e3f2ecbf3 | /jaf-examples-redis/src/test/java/com/jaf/examples/redis/cluster/spring/ClusterAppConfig.java | 32129d8499d175d16b748e2a03a0111c951a3d1e | [
"MIT"
] | permissive | walle-liao/jaf-examples | 05df8673623eb92547952598abe9b215b4e6c3ab | bb6e2222bf5d89fe134843159e78fc2c7cb82c02 | refs/heads/master | 2021-10-12T01:38:08.786458 | 2021-10-05T07:54:09 | 2021-10-05T07:54:09 | 60,753,330 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.jaf.examples.redis.cluster.spring;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.data.redis.connection.RedisClusterConfiguration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import o... | [
"liaozhicheng.cn@163.com"
] | liaozhicheng.cn@163.com |
61c97901c933d85cc8adc9e76d0357a2cd641ab0 | 07e99af05e98e26739caaff3232c1d274021f6a6 | /archunit/src/test/java/com/tngtech/archunit/core/importer/testexamples/hierarchicalfieldaccess/AccessToSuperAndSubClassField.java | 8d44a095b28fe8b6e9eef5c5e962e576049dd9fe | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | up1/ArchUnit | 4fdb1e933df3709e6d718b36ae09892be832118e | 72b5ad67c84a1936c41d9f012bfe367bcdd6d081 | refs/heads/master | 2022-04-22T05:43:37.093283 | 2020-04-15T17:29:48 | 2020-04-15T17:29:48 | 258,765,678 | 1 | 0 | Apache-2.0 | 2020-04-25T12:04:57 | 2020-04-25T12:04:57 | null | UTF-8 | Java | false | false | 325 | java | package com.tngtech.archunit.core.importer.testexamples.hierarchicalfieldaccess;
public class AccessToSuperAndSubClassField {
String accessSuperClassField() {
return new SubClassWithAccessedField().field;
}
int accessSubClassField() {
return new SubClassWithAccessedField().maskedField;
... | [
"peter.gafert@tngtech.com"
] | peter.gafert@tngtech.com |
e3ddb0e1cd1cad4f6056a227e0502c3e0de36614 | 09d8aa658e5bb88f0491df4fa4ffd7fdb2eff64f | /UserMS/src/main/java/com/infy/infycart/user/service/WishlistService.java | 483436ac1435c1b0aa912e7cfcf662be275da23b | [] | no_license | Ashwini1204/ReskellingProject | e0294160ff13e069155c79b45ff87bdc6e6081b8 | b24a97667cb96e12c9937576f376afd398ba3be3 | refs/heads/master | 2023-04-29T08:12:06.549841 | 2021-05-20T15:56:02 | 2021-05-20T15:56:02 | 368,805,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.infy.infycart.user.service;
import java.util.List;
import com.infy.infycart.user.dto.WishlistDTO;
public interface WishlistService {
public String addWishlist(WishlistDTO wishlistDTO);
public String deleteWishlist(WishlistDTO wishlistDTO);
public List<WishlistDTO> getAllWishlist();
public L... | [
"Ashwini@LAPTOP-8FQANADD"
] | Ashwini@LAPTOP-8FQANADD |
acfe421cb3ddfdf7dc7e8ccb948b273435e85938 | 4cc693355b5185b2cd755636726979824acdc6a3 | /backend/src/main/java/server/utils/Calculator.java | 30448886899e9184ab4aa6053b4c48a7c228c058 | [] | no_license | kundlatsch/desafio-bridge | 2579acd965687b2abb647ee896fb14026ac85f30 | da02b6dc4edfdcbbad7e7ab2e282961b623e237c | refs/heads/master | 2022-12-16T05:59:43.635511 | 2020-09-14T19:52:33 | 2020-09-14T19:52:33 | 294,958,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package server;
public class Calculator {
public static int factorial(int number) {
if (number == 0)
return 1;
else
return(number * factorial(number-1));
}
} | [
"gustavo.kundlatsch@gmail.com"
] | gustavo.kundlatsch@gmail.com |
2a938cd8071505be4966cfe0f333086c96141513 | 7b26222e8996694acf6c8131136dc6ab438f0486 | /src/br/com/project/exception/CustomExceptionHandlerFactory.java | db0889a0df13709f0202e1bac314fe1dcdd1af0d | [] | no_license | mrenancidrao/caixaeletronico | 66b3c3a2ad8b37f5f55b43805014b4c7f69bb4e2 | b9cba3e860939e99ec5bb29fc9ab5e3db3e72eea | refs/heads/master | 2020-03-28T14:13:00.301372 | 2018-10-24T03:07:31 | 2018-10-24T03:07:31 | 148,468,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package br.com.project.exception;
import javax.faces.context.ExceptionHandler;
import javax.faces.context.ExceptionHandlerFactory;
public class CustomExceptionHandlerFactory extends ExceptionHandlerFactory {
private ExceptionHandlerFactory parent;
public CustomExceptionHandlerFactory(ExceptionHandlerFactory pare... | [
"mrenancidrao@gmail.com"
] | mrenancidrao@gmail.com |
50e14a89a101b976847aafe368be692f43cbba0e | 91fd134c890416c062cb307239a7938e4e5d3738 | /src/main/java/com/motors/gm/controller/VehicleModelDeleteController.java | 3d58fefddfabfc2d46a342e945f2b27645a9ed84 | [] | no_license | SumitDhall/gmAuthServer | 63f2c220bff129bae887e1406c8ad48e6d7299a9 | 13d82e1cc2f6fcd26559e4c16749dbbabd0dadef | refs/heads/master | 2021-03-12T02:39:55.147037 | 2020-03-11T13:53:57 | 2020-03-11T13:53:57 | 246,582,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,477 | java | //package com.motors.gm.controller;
//
//import java.util.List;
//
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.data.mongodb.core.MongoTemplate;
//import org.springframework.web.bind.annotation.DeleteMapping;
//import org.springframework.web.bind.annotation.GetMapping;
/... | [
"sumitdhall123@gmail.com"
] | sumitdhall123@gmail.com |
2aa16e34ceacefdb243cd75d5cbfcecacb4c0449 | 1a8aa581f638d7872b7f54637f7132eacb2e400a | /LC II/Lista0/Lista04.java | 4472b6399b0489efda9286a9a0c4e66987d9fad1 | [] | no_license | mcarneirobug/PUC-MG | d16eae6656c9b2f7f49179a8d07a38fdfb914e5c | 6557f18f2576b171eb169d35d0d02403421d15d3 | refs/heads/master | 2021-05-06T13:08:54.289548 | 2019-02-14T10:11:42 | 2019-02-14T10:11:42 | 113,245,816 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | /* Dependence */
import java.io.IOException;
import java.util.Scanner;
public class Lista04 extends Lista05 {
/* Global variable to manipulate input and output data */
public static Scanner in = new Scanner (System.in);
public static void main (String [] args) throws IOException {
/* method main... | [
"noreply@github.com"
] | mcarneirobug.noreply@github.com |
5103844175294a0538312ac950d595e499ddd52a | f26df4abd8ca4b196dad4276d323dc85b0309a61 | /TD6/Frame.java | 6f015cd8df3be5d59d01524345e5f268e36249ee | [] | no_license | simonatila/SE | 5f7d1ea14c87d92185f0db71a82726f3902339ae | 30f2505f99f25c5ac1babc1240cc6b8aacc7af02 | refs/heads/master | 2021-01-21T13:18:15.712449 | 2016-05-18T20:18:24 | 2016-05-18T20:18:24 | 53,654,255 | 0 | 2 | null | 2016-05-04T21:01:09 | 2016-03-11T09:07:45 | null | UTF-8 | Java | false | false | 855 | java | /**
* Frame.java
*
* A class which represents a physical page frame.
*
* @author Gagne, Galvin, Silberschatz
* Operating System Concepts with Java - Eighth Edition
* Copyright John Wiley & Sons - 2010.
*
* adapted by myf1: at construction every frame is filled
* with values [0..PAGE_SIZE-1] ... | [
"simona.tila@yahoo.com"
] | simona.tila@yahoo.com |
354b2da57cfefcc967c72f68d30a5dbc49d4562c | 24be5f03d908bedba38dc5f71cfb0eb69ac6fa91 | /algorithmic_toolbox/week5/EditDistance.java | 5c0cdccfb679713a465e0587b9819873629b4eae | [] | no_license | vandita5/coursera_learning | 2ba89768a6f26cd9844e81ea11d292f63d6adc06 | ec39a59a9519ddad127e8064ea12eacd86b4c42a | refs/heads/master | 2021-01-20T03:54:45.466198 | 2017-05-09T13:16:51 | 2017-05-09T13:16:51 | 89,607,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,120 | java | import java.util.*;
import java.lang.Math;
class EditDistance {
public static int EditDistance(String s, String t) {
//write your code here
int[][] dist = new int[s.length() + 1][t.length() + 1];
for (int i = 0; i < s.length() + 1; i++) {
dist[i][0] = i;
}
for (int j = 0; j < t.length() + 1... | [
"vs1321@nyu.edu"
] | vs1321@nyu.edu |
5e9bd9c5e818bfbd8af61e60d7c8c3859626adfe | a3846efefd52bfa7c694c5c85f50d264905842ad | /src/main/java/com/houjingyi/huodongbaoming/config/GlobalConfig.java | 78563e619445a36b6297c3d72ba4940815ca566f | [] | no_license | NPC2048/huodongbaoming-api | 8bf0977ee4647d6fcbc5e24866996dc0766d480d | 5779f60159711a0cf78be76866126597c3e8f036 | refs/heads/main | 2023-06-22T04:40:19.479779 | 2021-07-20T08:28:31 | 2021-07-20T08:28:31 | 353,966,721 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package com.houjingyi.huodongbaoming.config;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Bean;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import javax.annotation.PreDestroy;
import java.util.concurrent.ThreadPoolExecutor;
/**
* 全局配置,暂无
*
* @author ... | [
"35749025+NPC2048@users.noreply.github.com"
] | 35749025+NPC2048@users.noreply.github.com |
5a7140716d77b8bf6e88f7866f3d773a7bf88506 | f38fe176785eb15859fbad7bdd5e5990dab0c3f9 | /app/src/main/java/com/kstech/zoomlion/engine/server/ItemCheckPrepareTask.java | 97cba860461c511a16f633b51157bf18e9244c20 | [] | no_license | lijieqing/zoomlion | e74648ffcb5deee8d38425a7d8826ab4dde6bb76 | 441b85fa37d8c62b0e04aabaf7c281f1858fc742 | refs/heads/master | 2021-07-11T10:05:00.218894 | 2018-04-22T14:29:01 | 2018-04-22T14:29:01 | 96,391,040 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,232 | java | package com.kstech.zoomlion.engine.server;
import android.os.AsyncTask;
import android.os.Handler;
import android.os.Message;
import android.os.SystemClock;
import com.kstech.zoomlion.engine.base.BaseCheckFunction;
import com.kstech.zoomlion.model.enums.CheckItemResultEnum;
import com.kstech.zoomlion.model.session.UR... | [
"759353118@qq.com"
] | 759353118@qq.com |
3f540750a864fc500d854f82f748d66db4d3b37d | 4306d9dcad66fb43733f3a0e67d50e5c43397928 | /BBS/src/main/java/bbs/member/service/SaveImgDBService.java | ae08a018344e90fe0f69839263e88bf861d6153f | [] | no_license | leegangmin/jsp-team-d | b7be5d15a0d2545d5c368e6b233130e3fc108451 | 5435802f09460b084c4cd378bb81c8e51c575066 | refs/heads/main | 2023-08-08T00:47:56.845788 | 2021-09-17T08:44:50 | 2021-09-17T08:44:50 | null | 0 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 913 | java | package bbs.member.service;
import java.sql.Connection;
import java.sql.SQLException;
import bbs.jdbc.ConnectionProvider;
import bbs.jdbc.JdbcUtil;
import bbs.member.dao.MemberDao;
import bbs.member.model.Member;
public class SaveImgDBService {
public static Member modify(ModifyRequest modiReq) { //20210... | [
"elites202@gmail.com"
] | elites202@gmail.com |
2b08ea17fc3adf70419f0699fc840bc4ef684f62 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.unifiedtelemetry-UnifiedTelemetry/sources/X/AbstractC00409v.java | 55de27184e29084dde8f6c7020348814a306dd5a | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 353 | java | package X;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
/* renamed from: X.9v reason: invalid class name and case insensitive filesystem */
public interface AbstractC00409v {
void A3e(@NonNull Fragment fragment, @NonNull AnonymousClass5d v);
void A41(@NonNull Fragment fragment,... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
cf7c9ec44cf782afb9ce0ae8e3945d7e2a04c8ba | 840059b9f2a257d099f48eff96e3595255e408af | /src/test/java/com/demo/test/MavenDemoTest.java | 6df181aa916783a7d4e90770589d0ccddbc50829 | [] | no_license | QingYanL/mavendemo | 1f8491b1bcbabb3d4f032356d535a677a4b0da4f | b529b98a78ecdec014d4c2ee671528a92811a2a8 | refs/heads/maven-demo-test | 2023-05-11T02:10:15.856986 | 2019-09-05T07:28:26 | 2019-09-05T07:28:26 | 206,502,543 | 0 | 0 | null | 2023-05-09T18:31:53 | 2019-09-05T07:31:01 | HTML | UTF-8 | Java | false | false | 171 | java | package com.demo.test;
import org.testng.annotations.Test;
public class MavenDemoTest {
@Test
public void testMavenDemo(){
System.out.println("hello! ");
}
}
| [
"liyan@cryptape.com"
] | liyan@cryptape.com |
8c882cf6694a7edec8b9d2500d4c2990c4dfdb85 | f6a57e6fbb6dbaf0b0d6600e27da3ae9dc254408 | /scanner_parser/jflex/jflex-1.5.1/src/main/java/jflex/gui/OptionsDialog.java | 9e11505d53497ad46c568df242adf2ecca7ef4f3 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | basirati/headerimporter | fd5da1eb896b25ce04506969ebfc1069fdfa9246 | 5eeaa6980000542f086b5c268ab1be18e4f69017 | refs/heads/master | 2021-01-01T05:33:04.700125 | 2020-08-18T09:21:43 | 2020-08-18T09:21:43 | 28,005,119 | 0 | 0 | null | 2020-10-13T03:32:25 | 2014-12-14T19:26:20 | Java | UTF-8 | Java | false | false | 7,724 | java | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* JFlex 1.5 *
* Copyright (C) 1998-2014 Gerwin Klein <lsf@jflex.de> *
* All rights reserved. *
* ... | [
"mbasirati@gmail.com"
] | mbasirati@gmail.com |
51a0ffca842d52f70aa1c6b0dfd5920f05a87709 | b3a694913d943bdb565fbf828d6ab8a08dd7dd12 | /sources/p124p/p185r/C1657a.java | 1025f93160c215706244f7f313bf2e6cd750b036 | [] | no_license | v1ckxy/radar-covid | feea41283bde8a0b37fbc9132c9fa5df40d76cc4 | 8acb96f8ccd979f03db3c6dbfdf162d66ad6ac5a | refs/heads/master | 2022-12-06T11:29:19.567919 | 2020-08-29T08:00:19 | 2020-08-29T08:00:19 | 294,198,796 | 1 | 0 | null | 2020-09-09T18:39:43 | 2020-09-09T18:39:43 | null | UTF-8 | Java | false | false | 723 | java | package p124p.p185r;
import android.annotation.SuppressLint;
import android.os.Bundle;
import p124p.p137c.p138a.p140b.C1235b;
@SuppressLint({"RestrictedApi"})
/* renamed from: p.r.a */
public final class C1657a {
/* renamed from: a */
public C1235b<String, C1659b> f4892a = new C1235b<>();
/* renamed fro... | [
"josemmoya@outlook.com"
] | josemmoya@outlook.com |
aaa164f130258e86890002af8512a4a0d0a78bc8 | 5969dccc7ca5763c378429cfba822b544493ac19 | /src/edu/sysuedaily/utils/DataGetter.java | 111d873ed740a94b859b1a500c8f41ef5418ac3f | [] | no_license | FrankChanCQF/eDaily | 115063813bc3e6d20b65c89884344d8bd85cb537 | 3526b1e5c3045ea2998844481fcca1e8f743b9e5 | refs/heads/master | 2021-01-22T05:20:34.986313 | 2012-09-14T06:08:42 | 2012-09-14T06:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,504 | java | package edu.sysuedaily.utils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import javax.net.ssl.HttpsURLConnection;
import org.json.JSONException;
import... | [
"zonyitoo@gmail.com"
] | zonyitoo@gmail.com |
f2f69daf659cab7039e5b3dd1b999a163677942c | d58e55d6da68613e8cb2817ddeb487143d011fdd | /src/main/java/event/demo/domain/EventExample.java | ca64952853395d926886a82929ddd62fd912d0fd | [] | no_license | Assisiwjj/event-api | f02cf5698d4d07c6ee3ec1ba01ad339717550867 | eeeea2d64c80ddca137f1da6c6fccdbd6127b66c | refs/heads/master | 2020-05-15T15:50:21.960010 | 2019-04-20T08:23:59 | 2019-04-20T08:23:59 | 182,380,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,077 | java | package event.demo.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EventExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
private Integer limit;
private Integer offset;
public EventEx... | [
"390424697@qq.com"
] | 390424697@qq.com |
c646b52025d1f4dec46eaca1d946c1b3e0bcc5b5 | e53daa94a988135b8b1379c2a1e19e25bb045091 | /cp_movie/app/src/main/java/com/uyt/ying/yuan/uuuu/iuymn/mkjnb/model/UsingEquipmentEntity.java | e86e64b45a64aaadca112d720d0e919f8f757a4a | [] | no_license | 2020xiaotu/trunk | f90c9bf15c9000a1bb18c7c0a3c0a96d4daf8e68 | ba19836c64828c2994e1f0db22fb5d26b4a014f5 | refs/heads/master | 2023-08-27T08:10:41.709940 | 2021-10-05T06:27:12 | 2021-10-05T06:27:12 | 413,684,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,062 | java | package com.uyt.ying.yuan.uuuu.iuymn.mkjnb.model;
import java.util.List;
public class UsingEquipmentEntity {
/**
* message : success
* medalInfoType_2 : []
* medalInfoType_1 : []
* sysGrade : {"createdDate":1609415957000,"createdUser":"qixi","growthIntegral":900,"id":10,"image":"upload/images... | [
"xiaotu20201016@gmail.com"
] | xiaotu20201016@gmail.com |
cd26b1e6755869ec8d077a355fe13dd6a9f5bead | f4a8c96137395a436c212b751f4f50ebf98fb30a | /src/main/java/org/mybatis/generator/api/dom/java/Claxx.java | a08b2eca0c74f35732540caceaf1eca71ba57035 | [] | no_license | lujun920/mybatis-generator-gui | 5f948e01a2f1477091aaff95bf0c97087758899d | bcb58046a1df7e9ad690fc13f8676c49db4da0b5 | refs/heads/master | 2022-06-22T09:06:33.238145 | 2020-03-04T08:56:44 | 2020-03-04T08:56:44 | 153,235,440 | 0 | 0 | null | 2022-06-17T01:59:59 | 2018-10-16T06:42:00 | Java | UTF-8 | Java | false | false | 6,133 | java | /**
* Copyright 2006-2016 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
*
* Unle... | [
"baizhang@dian.so"
] | baizhang@dian.so |
e3cffe567c16c48bedf0f8fa5417ad4fbf9ee47b | b6d72aee5eea18b3e4203b32fae4b71a458376d8 | /odsmaster/dom/src/main/java/com/wipro/wess/ods/asset/servicemapping/OmAssetOutputservice.java | 33a7040afbde216de4ce233495e530bb1ca8b6f7 | [] | no_license | Ranganath233/odsmaster | 60c4de59dcd4ae33db89ad69adc451811e2065ef | b50da2ac785583698fce05152d4a9550d47d540d | refs/heads/master | 2020-05-24T13:07:36.769834 | 2014-08-22T17:14:30 | 2014-08-22T17:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,271 | java | package com.wipro.wess.ods.asset.servicemapping;
// Generated Jan 7, 2014 12:15:31 PM by Hibernate Tools 3.2.2.GA
import java.util.Date;
import java.util.List;
import javax.jdo.InstanceCallbacks;
import javax.jdo.annotations.Column;
import javax.jdo.annotations.Columns;
import javax.jdo.annotations.IdGeneratorStrate... | [
"chittari.varma@wipro.com"
] | chittari.varma@wipro.com |
74f71bd97c0393e5eddd351257a7ebb5be74608f | eaa16dc31b897791be72ee331f60b7c58db6f1c3 | /src/ru/fizteh/fivt/students/asaitgalin/multifilehashmap/Main.java | 56afcf8111d2b4e6cc606e899351f07347c3ab09 | [] | no_license | sanevova/fizteh-java-2013 | 10b979815da842b6745cc01a62d2fdd9d895c12a | 869482f31c4de784c5a3c1b8261713aae8d3284f | refs/heads/master | 2021-01-17T21:45:21.110144 | 2013-11-17T22:50:25 | 2013-11-17T23:06:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package ru.fizteh.fivt.students.asaitgalin.multifilehashmap;
import ru.fizteh.fivt.students.asaitgalin.multifilehashmap.commands.*;
import ru.fizteh.fivt.students.asaitgalin.shell.CommandTable;
import ru.fizteh.fivt.students.asaitgalin.shell.ShellUtils;
import java.io.File;
public class Main {
public static void... | [
"andrey.saitgalin@gmail.com"
] | andrey.saitgalin@gmail.com |
13c0335ec7e38402bb8eb18192c68f652cae4098 | c4ea15d46f370fc3123bf158d6139f15fea22a5f | /src/main/java/com/hzh/controller/MarriedPersonController.java | 0b0b22b2b08bec80837d0959203b9f4d6ddef146 | [] | no_license | jsontim/tingyu-Springboot | f0588500ce4d23940277e50e8479709b82262821 | 245f55f5808022a309d7a9779865b59888ea617a | refs/heads/master | 2023-01-05T06:10:20.699534 | 2020-10-27T15:11:45 | 2020-10-27T15:11:45 | 307,703,687 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,393 | java | package com.hzh.controller;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.hzh.pojo.DataGridPageDate;
import com.hzh.pojo.MarriedPerson;
import com.hzh.pojo.MsgResult;
import com.hzh.service.IMarriedPersonService;
impo... | [
"942089787@qq.com"
] | 942089787@qq.com |
fae4a04d340d73d3efa476edd02b3cdce420e109 | 3bc61a47e86e4eec7cdc3aa2b5a7af60a2b3c655 | /eapi-updatecustomer-rest/src/main/java/com/wba/api/updatecustomer/UpdateCustomerApplication.java | ff9c26ede9e46cdf24462d3a5dabfeb1d50c3a18 | [] | no_license | RahulDRaj-UST/JavaProjects | 6a84c1222cbb302df282e1836bcc10669eea044b | 91c59e81d5e8ee84518e712c48aaaf90ee1f31da | refs/heads/main | 2023-03-12T05:39:15.477769 | 2021-03-06T09:56:15 | 2021-03-06T09:56:15 | 344,776,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.wba.api.updatecustomer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableAutoConfiguration
@SpringBootApplication
public class UpdateCustomerApplication {
... | [
"161126@ust-global.com"
] | 161126@ust-global.com |
92148ad2c2616ab93ab9575e2e084eefeca143bd | 27cd83ac293bb33799452b5aa3182f11bfb89fcf | /src/main/java/com/Library/model/LoginUser.java | 44518275c14de8f77151775c721880973a76a2a3 | [] | no_license | gopichand26/Login-Authentication-LibraryManagementSystem-backend | 0109ed6b876e0f7196baf67fbc37db0cc02e4f55 | 6bc78343c4d2591415f8191b3feb311aef5bb780 | refs/heads/master | 2022-12-27T05:29:40.736645 | 2020-10-15T11:16:34 | 2020-10-15T11:16:34 | 304,301,499 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.Library.model;
public class LoginUser {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return pass... | [
"gopic@GOPICHAND"
] | gopic@GOPICHAND |
7bdb3ffec64de08ef688dd4e77b7256ec132bde0 | 0c7e5c400b636b060ddbc6bafe63526cd2b48a19 | /src/main/java/com/example/placebo/repository/DosageRepository.java | 9237e62e569711a85ca59c4d6f6dacd7b89f84aa | [] | no_license | mparszewski/placebo-app | 981a6013fdb841d973e9cee336ca00c08d2bbeec | d3f6fac4aa2a297dabf69d0b27665815305da8ef | refs/heads/master | 2020-03-19T04:13:36.164406 | 2018-06-10T21:06:45 | 2018-06-10T21:06:45 | 135,807,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.example.placebo.repository;
import com.example.placebo.entities.Dosage;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface DosageRepository extends JpaRepository<Dosage, Integer> {
List<... | [
"33162624+mparszewski@users.noreply.github.com"
] | 33162624+mparszewski@users.noreply.github.com |
1a687e905809ccdf9df07a921b4a799382906133 | 1dc75710a815b41df960cda5e4a37e872ac05079 | /backend/ticketBackEnd/ticketBackEnd/src/runtime/userTest.java | eb3ec359acd4957cf4d49d070822188c364037f3 | [] | no_license | Tdfrantz/team-name-working | 84abf923aad0f4223e11778f35d49ee8cf97011c | 95db386cb608f7ef211b930a17c4cd5fc5d7a018 | refs/heads/master | 2021-01-18T06:57:53.323398 | 2015-04-06T01:57:27 | 2015-04-06T01:57:27 | 31,176,490 | 0 | 0 | null | 2015-02-22T19:33:32 | 2015-02-22T19:33:31 | null | UTF-8 | Java | false | false | 1,732 | java | package runtime;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class userTest {
@Test
public void testUser() throws Exception {
user test = new user("gamma20142", "AA", 999999.99);
ass... | [
"tdfrantz@gmail.com"
] | tdfrantz@gmail.com |
09997e60821c503a140a4366f8d163388e1775d3 | b8e12c1cd75cbac493c34777b7af12a4a46afa4a | /MyThread/src/com/ust/sync/SyncTest.java | 837c0eabeb0779ee4857f3618ae8b24170c7d075 | [] | no_license | utkarshgupta611/Java_Basic_project | e787c40ccdad0494d07af3fb70c912000430f3f7 | 51c8cd01678d8e25671a8051fa8ddae1a82acfa5 | refs/heads/main | 2023-07-03T04:49:36.122585 | 2021-07-31T18:29:59 | 2021-07-31T18:29:59 | 387,862,886 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.ust.sync;
public class SyncTest {
public static void main(String[] args) {
SharedInterface so = new SharedObject();
Runnable prod = new Producer(so);
new Thread(prod).start();
Runnable cons = new Consumer(so);
new Thread(cons).start();
}
}
| [
"utkarshgupta7112@gmail.com"
] | utkarshgupta7112@gmail.com |
1b6e1785b2776b6d584d9021a31d77014af8b928 | c50d8f0b8c2b032dee221e408372513f8ade369a | /src/DataStructures/bilibili/TreeOperation.java | baa7a70f5edb89b20c86a8a2a5a3023cd191fd5f | [] | no_license | apaxyx/JavaDSA | 327457d63062b4c73aae36241e73fe7a26addc7b | 564013a472a4555bebbbbd8ed84be1c749aa4ef9 | refs/heads/master | 2023-06-03T09:12:31.017313 | 2021-06-24T00:38:51 | 2021-06-24T00:38:51 | 366,282,308 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,050 | java | package DataStructures.bilibili;
public class TreeOperation {
public static int getTreeDepth(RBTree.RBNode root) {
return root == null ? 0 : (1 + Math.max(getTreeDepth(root.getLeft()), getTreeDepth(root.getRight())));
}
private static void writeArray(RBTree.RBNode currNode, int rowIndex, int... | [
"593933586@163.com"
] | 593933586@163.com |
f6549316d1f79462528a3529151e7ce86ba8bda1 | dac9209ec61248e94eacce981ab85bc340028d74 | /app/src/main/java/com/example/redwanulsourav/attendance/Teacher.java | 4a0b087ba3a4df5f3ea391005027c4e1f99a7f60 | [] | no_license | redwanulsourav/Attendance-Android | 5a758a56edd6fe2639f1ddb472b7a75e2666dbb9 | 8ddb8a0da97238b9f40bce616ffcedf5de48f649 | refs/heads/master | 2020-04-10T11:49:05.505776 | 2019-01-09T13:49:41 | 2019-01-09T13:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package com.example.redwanulsourav.attendance;
public class Teacher extends Person {
public Teacher() {
}
public void takeAttendance(){
}
public void viewData(){
}
}
| [
"redwanul.sourav@gmail.com"
] | redwanul.sourav@gmail.com |
5a33f6ff9240287e7186dac629d5c3b2536bfeaf | eef789f255a549ef15ca155c1820c6a896b7766e | /src/main/java/com/github/maxwell/base/thread/juc/StampedLockDemo.java | 4cbad521abcc429c71e7d16b951086d2c69e5a4a | [] | no_license | maxwell1389/javabase | a208cd0f21955c792070a8b81e1f9fbfee420d42 | f743fcdcc140f09a06db85299e1f2a55bcfc2ea2 | refs/heads/master | 2022-12-24T05:48:36.431396 | 2020-04-09T07:36:55 | 2020-04-09T07:36:55 | 164,127,951 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,821 | java | package com.github.maxwell.base.thread.juc;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.locks.StampedLock;
/**
* StampedLock使用例子
*/
@Slf4j
public class StampedLockDemo {
private int balance = 0;
private StampedLock lock = new StampedLock();
public StampedLockDemo() {
this.bal... | [
"maxwell1389@sina.com"
] | maxwell1389@sina.com |
6e3d9a34d0df3424066f5c3b1df077f25b3791ed | 6d586db7b056ce2a8b4c808174e84fc5d95d5ec9 | /executor-monitor/src/main/java/com/linkedpipes/etl/executor/monitor/execution/ExecutionChecker.java | ce2e9e53d1c2d81d907534f0f551d3dd536c1c0e | [
"MIT"
] | permissive | ontology2006/etl | 13ddb0ae5cae1f21935c36cc9d37044691f71685 | 4c8834d13c24b22da91a69e59da0bcbcc48232e8 | refs/heads/master | 2020-03-19T01:45:50.208843 | 2018-05-03T17:37:30 | 2018-05-03T17:37:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,707 | java | package com.linkedpipes.etl.executor.monitor.execution;
import com.linkedpipes.etl.executor.monitor.debug.DebugData;
import com.linkedpipes.etl.executor.monitor.execution.ExecutionFacade.ExecutionMismatch;
import com.linkedpipes.etl.executor.monitor.execution.ExecutionFacade.OperationFailed;
import org.apache.commons.... | [
"skodapetr@gmail.com"
] | skodapetr@gmail.com |
2013703ff14a22e5eb071626117b19e7f1303b91 | c0e1bfcd75422b85ede0b6d2d5066f071901bce9 | /YouTubeDownloader/src/com/hexotic/v2/gui/downloadbar/DownloadBarListener.java | 7bb8ea23b885946a61bc656f379e6da9be8009ac | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bradleyasu/ytdl50 | a0f7767a8efcbc2c9db8441f30d7c7e1f4cc0314 | 4be76f74b5186ae6ede23bd36b71e6e0b2b6440c | refs/heads/master | 2021-06-22T13:00:48.323113 | 2021-01-23T20:33:27 | 2021-01-23T20:33:27 | 15,010,287 | 26 | 10 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.hexotic.v2.gui.downloadbar;
public interface DownloadBarListener {
public void inputEntered(String input);
}
| [
"Bradley@10.0.0.3"
] | Bradley@10.0.0.3 |
ab41a6e8a572f9a613587c313b3d68bbd8ad4857 | e88e20027a6b98b1ed98ff1ca736bde806520502 | /gmall-admin-web/src/main/java/com/atguigu/gmall/admin/GmallAdminWebApplication.java | 409b3fb509e1ff81deb2a7c1f85e3ca5db8242dc | [] | no_license | gaojian666/gmall-parent | e3b4fc809c0e4d1920cee6e8957453fe1f90dd58 | 98e20e0bfe4aac325749daf7568f61028e6a0e00 | refs/heads/master | 2020-04-30T21:25:59.123152 | 2019-03-22T07:34:34 | 2019-03-22T07:35:14 | 177,092,893 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package com.atguigu.gmall.admin;
import com.alibaba.dubbo.config.spring.context.annotation.EnableDubbo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* 1、dubbo项目默认启动的时候,dubbo会检查自己远程服务是否在线。不在就报错;
* 2、我们可以关闭dubbo的启动检查
*
*
* 分步式 RestAPI与... | [
"18204180447@163.com"
] | 18204180447@163.com |
9de3d557a63f61650d48619237e51b5229e696f2 | e26ca0054e95dda4b69681c125b8e6d016959a21 | /topicos-lambda-rekognition-java/src/main/java/com/mymaven/rekognition/lambda/LambdaHandler.java | 5031203ca9ec97d2efda730108029a0536582ed9 | [] | no_license | GabrieldeCarli/LambdaRekognition | e2bbacfdc8cf67ee528981c47889989cbe795c68 | 26b82886e30ddbffd7a190163b84d92ac839986a | refs/heads/master | 2021-07-07T09:20:56.010155 | 2019-07-07T18:40:08 | 2019-07-07T18:40:08 | 195,683,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,310 | java | package com.mymaven.rekognition.lambda;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.util.Date;
import com.amazonaws.regions.Regions;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClien... | [
"noreply@github.com"
] | GabrieldeCarli.noreply@github.com |
461ea32b35b753f1e6544b14a21ed95ee0e57073 | cbc61ffb33570a1bc55bb1e754510192b0366de2 | /ole-app/olefs/src/main/java/org/kuali/ole/pdp/businessobject/DisbursementNumberRange.java | 75132f0b732ddff37aaf5dc47ce8b7b3dc2cc2af | [
"ECL-2.0"
] | permissive | VU-libtech/OLE-INST | 42b3656d145a50deeb22f496f6f430f1d55283cb | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | refs/heads/master | 2021-07-08T11:01:19.692655 | 2015-05-15T14:40:50 | 2015-05-15T14:40:50 | 24,459,494 | 1 | 0 | ECL-2.0 | 2021-04-26T17:01:11 | 2014-09-25T13:40:33 | Java | UTF-8 | Java | false | false | 6,805 | java | /*
* Copyright 2007 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by appl... | [
"david.lacy@villanova.edu"
] | david.lacy@villanova.edu |
dbe2a8af25b346ae1ff4a7e6f859302ddfa57e94 | d9d15f7d56d4d531b8ed3274a37c20a70d8e7d49 | /src/baidumapsdk/demo/LocationDemo.java | 55cc8bafb5a63295689e873c1ea55159abcb0dc0 | [] | no_license | weixiaokang/BaiduMaps | f54350206331208d8738f83a230daaeeb02f198c | 810e6ce14bc87a19eb0cea5fdc2c3d9186d27112 | refs/heads/master | 2020-06-04T13:00:12.063118 | 2014-08-19T15:27:07 | 2014-08-19T15:27:07 | 23,114,788 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,316 | java | package baidumapsdk.demo;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.RadioGroup;
import android.widget.RadioGroup.OnCheckedChangeListener;
import com.baidu.location.BDLocation;
import co... | [
"kang21472382@qq.com"
] | kang21472382@qq.com |
eeaa0c6787e346f94fbf8d2d7eee4b9798255a15 | e2af21c3d2924b5804edebf3923f18d308ee9d34 | /src/test/java/com/example/slidesoccer/domain/model/move/MovedTest.java | 3917c7fbbf4d0fe654a316ad4c50dd4d7e380e09 | [] | no_license | syukai/SlideSoccer | c4ac6affe612889853e8e6315f856510c8e09366 | edfa5b5bef041f0eb2629bec65cedc1c28097c89 | refs/heads/master | 2020-05-17T21:46:19.346215 | 2019-07-20T08:18:01 | 2019-07-20T08:18:01 | 183,981,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package com.example.slidesoccer.domain.model.move;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import com.example.slidesoccer.domain.model.panel.SmallPanel;
import com.example.slidesoccer.domain.model.space.Space;
import com.example.slidesoccer.domain.model.space.Spaces;
impo... | [
"d_hirayama@rapid.ocn.ne.jp"
] | d_hirayama@rapid.ocn.ne.jp |
7c1aa0b472d70d8c6a0ba8d1c7348e4e1b51feb1 | 7201cd48620f8f26a0d05cb507b7d930a38dadbc | /examples/design_patterns/03_FactoryMethod/Java/Aplicativo.java | 5ad1c86b7842e92de7609ebdfd0ac90768b555d7 | [
"MIT"
] | permissive | jucimarjr/ooerlang | f69c17cf3271a89e9b9a0391bf8d86367c75230f | 9c7c08eb05fd811ec5f6c617a5e39f59fb54c24a | refs/heads/master | 2016-09-02T05:16:27.663389 | 2014-07-18T13:12:37 | 2014-07-18T13:12:45 | 9,608,837 | 1 | 2 | null | 2014-05-18T18:14:26 | 2013-04-22T20:59:00 | Erlang | UTF-8 | Java | false | false | 432 | java |
public class Aplicativo {
private CommandFactory commandFactory;
public Aplicativo() {
commandFactory = new CommandFactory();
}
public void buttonEmail_clicked(){
BaseCommand comandoEnviar = commandFactory.create("CommandEmail");
comandoEnviar.executar();
}
public void buttonPDF_clic... | [
"jucimar.jr@gmail.com"
] | jucimar.jr@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.