blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f8bc0bb7593c127aeb4263d31ef4e5785ecfee50 | 1869c93d3e8af29202bc479e18957c21eb467d0e | /test/level03/lesson12/home02/Solution.java | a5a47c32d8b0807785f6f84c4351352db0cee216 | [] | no_license | Demonian/JavaRush | 9682e2f85f8bf3b8bbb8b230a6f276589cf937f6 | de75c9f6aba82946dcf4e3c2f680b019c7b2a111 | refs/heads/master | 2020-12-24T16:07:39.104600 | 2016-03-10T14:37:43 | 2016-03-10T14:37:43 | 24,858,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.javarush.test.level03.lesson12.home02;
/* Я не хочу изучать Java, я хочу большую зарплату
Вывести на экран десять раз надпись «Я не хочу изучать Java, я хочу большую зарплату»
*/
public class Solution
{
public static void main(String[] args)
{
//Напишите тут ваш код
int i;
... | [
"for.reg@ukr.net"
] | for.reg@ukr.net |
caf2c8c6e967b88495dadd8072aba8e8b8585443 | 23ecb5f26687fb071d79839d5613f18054fdb4e9 | /Q22.java | 589cb6f53e21a3f0f6c488eea755a439e1855b66 | [] | no_license | ro-patil/Array | 01950c42ec6b56a78c73914f597f35d69e168605 | 866954d3181ef1188f2d4387395f11065daaff54 | refs/heads/main | 2023-08-15T12:38:06.896863 | 2021-10-09T13:17:10 | 2021-10-09T13:17:10 | 415,313,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package HomeWork;
public class Q22 {
public static void main(String[] args)
{
int [][] a= {{1,2,3},
{1,2,3},
{1,2,3}};
int [][] b= {{1,2,3},
{1,2,3},
{1,2,3}};
int [][] c=new int[a.length][a.length];
for (int i = 0; i < c.length; i++)
{
for (int j = 0; j < c[i].le... | [
"noreply@github.com"
] | noreply@github.com |
cd6fd3e566518a0fff38fe79b8db1ce82dc97c69 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/ui/chatting/v$o.java | 69af6c2bb2062aeaa8a91106cd032e9a874360ff | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 494 | java | package com.tencent.mm.ui.chatting;
import com.tencent.mm.storage.cc;
public final class v$o
{
cc hTm;
String hgk;
String nSg;
public v$o(String paramString1, cc paramcc, String paramString2)
{
this.nSg = paramString1;
this.hTm = paramcc;
this.hgk = paramString2;
}
}
/... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
ddf6678e595fd0fc89249bb4c8253b3e2f4bff75 | 82b64e1a541036ae840322a8cd735d32b3885d1b | /src/Presenter/ItemPresenter.java | 04cbe2abed36013fd9468d63f5599093c56b2bdd | [] | no_license | chojnacki-marcin/Console-MVP | d6bd787f724fee3b7dd1a6090fa0d21ad4330374 | 2b2a6345046c1d516b931d6740a48ea7866a5d25 | refs/heads/master | 2020-04-27T14:06:01.665659 | 2019-05-22T18:09:15 | 2019-05-22T18:09:15 | 174,396,369 | 0 | 0 | null | 2019-05-22T18:09:16 | 2019-03-07T18:10:20 | Java | UTF-8 | Java | false | false | 1,289 | java | package Presenter;
import Model.Item;
import DAL.ItemDAO;
import Views.ItemView;
import java.util.Optional;
public class ItemPresenter {
private final ItemDAO itemDAO;
private ItemView itemView;
public ItemPresenter(ItemDAO itemDAO) {
this.itemDAO = itemDAO;
}
public void addItem(Strin... | [
"chojnacki8@gmail.com"
] | chojnacki8@gmail.com |
abbb3b2b2e2681f8617331abe3ce0e0db3ec60b0 | af86ca45a5c0b9b6471ffa51db548f75da8cf128 | /onesignal/src/main/java/com/onesignal/BadgeCountUpdater.java | e8c0fcf7e4fea24c8b62127292cd162ef0721615 | [] | no_license | MHKalantarian/Simple-Ads-Initializer | fb0f2f23ea0cac83ee79ecf80e282e66fbf9bc49 | 5ffe8b9cd7e9ba53084a588016757fc68cba90d6 | refs/heads/master | 2020-05-23T22:27:37.915874 | 2019-05-16T07:19:06 | 2019-05-16T07:19:06 | 186,974,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,118 | java | /**
* Modified MIT License
* <p>
* Copyright 2017 OneSignal
* <p>
* 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... | [
"Mhkalantarian@gmail.com"
] | Mhkalantarian@gmail.com |
a40cedbc7d4f233c8ca189158f45044912c4415f | bc7a985f914be1660d25d25938ebd5dae1488de7 | /ChooseYourOwnAdventure_v01/app/src/main/java/com/example/palmdigital/chooseyourownadventure_v01/ToiletActivity.java | b128a5beb8bcd1f0683e862349a750796f02e0c9 | [] | no_license | 91091038/AndroidStudioProjects | 56776d3c6462ce9e52616aa9864719fe2bd99cf6 | 836347b0b6cf2d00cf5b9c423c3169242c452fc2 | refs/heads/master | 2020-03-08T04:58:27.074725 | 2018-06-05T16:47:24 | 2018-06-05T16:47:24 | 127,935,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | package com.example.palmdigital.chooseyourownadventure_v01;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class ToiletActivity extends AppCompatActivity implements View.OnClickListener {
Button b... | [
"91091038@mvusd.net"
] | 91091038@mvusd.net |
430a67b95d6de7ce97dba342833150a3794c8639 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_3/src/f/f/h/Calc_1_3_5573.java | 1b75e5b0ecaa3f21e9a9d5b4221cd72c18aea0db | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package f.f.h;
public class Calc_1_3_5573 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
f7847aa24735f5bcd764fdcf039945ace4b377d6 | 4a111ab38dcffc6da9bb5245024d01514260ca87 | /Netbeans/day13_0115_HN/src/ex1/PriorityExample.java | 5fb7666bdf3edd00351adeeb88f1a48d09a19735 | [] | no_license | hanna531/HANNA_GitHub | 70fb3725a2fd7fd4f5ba0b1d4f05666ce565c0de | 60db87d476d2d2085ad110d5afcbec229f5e76f7 | refs/heads/master | 2020-04-16T00:57:38.934999 | 2019-01-21T08:51:22 | 2019-01-21T08:51:22 | 165,156,355 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 824 | java | package ex1;
// 여러 스레드가 하나의 일/목적을 위해 실행되는 것 = 동시성 (p588)
// 여러 스레드가 다른 일을 실행하는 것 = 병렬성
public class PriorityExample {
//스레드 우선순위 테스트를 위해서 10개 생성한 코드
// 확률적으로 10이 먼저 실행될 경우가 많다 (하지만 순위가 낮아질 수 있따)
public static void main(String[] args) {
for(int i=1; i<=10; i++){
//우선순위 1~10까지임. 1이 가장 낮은 값
... | [
"hanna531@naver.com"
] | hanna531@naver.com |
eae5bfb9047820e0cd9fbbbece91a1500a623469 | d3d03ab16f063862788e3d6c8cbe75f0c5b16a3c | /comp261_a2_yun/src/myCode/Restriction.java | a51690ef76fdbce0bd70bbee083129b5dd271eae | [] | no_license | Yun-K/comp261A2 | 031219451550a5503d265b88bc9e98728f9592fb | be97e5f4aca898129ea203241c6936634e445039 | refs/heads/main | 2023-04-06T21:34:00.597787 | 2021-04-15T18:45:36 | 2021-04-15T18:45:36 | 358,352,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java | package myCode;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import code.Node;
import code.Road;
/***
* Description: <br/>
* My restriction class for parsing the restrictions.tab file to the java object... | [
"zhouyun@ecs.vuw.ac.nz"
] | zhouyun@ecs.vuw.ac.nz |
7ad10bca70fb799be87803f17efd71574a50d418 | 5139dbb167c360e87d66ecc0b42a1e288e424f67 | /src/main/java/com/wps/microservicesspringboot/breweries/ServletInitializer.java | c44fc7bc822de838494d4be3eb1903f0382eb382 | [] | no_license | wagnerpsantos/microservices-breweries | 0f1234ad6c62a2ee241778f7295757125e80b58b | c86753eef7d393590b38ec6174896b7444ee9c7e | refs/heads/main | 2023-04-18T19:57:11.233740 | 2021-05-07T01:01:56 | 2021-05-07T01:01:56 | 365,066,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.wps.microservicesspringboot.breweries;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder ... | [
"CIANDT\\wpereira@lnb017506cps.ciandt.global"
] | CIANDT\wpereira@lnb017506cps.ciandt.global |
70a49c6c70fcfa062a860d34bad5980406060e48 | 42fd92414ad5bc6d01a201f996d77b11b18b36b0 | /common/src/main/java/com/serenegiant/glutils/es2/GLHelper.java | 4c7b652394dffcd3a6551b47ad292cb9ce890dea | [
"Apache-2.0"
] | permissive | wangruoyudev/libcommon | fe4689d1cd6cb437cf137d3dd14b86f804c06942 | 216f21ef6d3ddc9b8d33464d73d49e6789e209c9 | refs/heads/master | 2020-12-04T17:58:52.446146 | 2019-12-17T20:46:28 | 2019-12-17T20:46:28 | 231,860,088 | 1 | 0 | Apache-2.0 | 2020-01-05T03:04:53 | 2020-01-05T03:04:53 | null | UTF-8 | Java | false | false | 17,373 | java | package com.serenegiant.glutils.es2;
/*
* libcommon
* utility/helper classes for myself
*
* Copyright (c) 2014-2019 saki t_saki@serenegiant.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 L... | [
"saki4510t@gmail.com"
] | saki4510t@gmail.com |
dbf02088896613322c81176dcd30424933891070 | e5b2137b7221e6c4fd049359f95e3a59dd0bc78d | /AutoTestUI-master/src/main/java/com/zhaopin/uitest/util/HttpHelper.java | 3008a152714f530cd8bc8b01e74613206818f7eb | [] | no_license | xie592/AutoTest | 9c19225e1df24055938ba221f28e619429fb5de2 | 8ff3ec9673742811d51cf4bd1a8996031ec50e66 | refs/heads/master | 2020-03-21T01:49:27.456949 | 2018-07-25T07:31:16 | 2018-07-25T07:31:16 | 137,964,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package com.zhaopin.uitest.util;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.List;
public class HttpHelper {
public static synchronized boolean URLisAvailable(String url){
boolean flag = false;
int counts = 0;
while (counts < 3) {
int state = -1;
try {
HttpU... | [
"642964636@qq.com"
] | 642964636@qq.com |
f020ba420e84b9e1d1b1dc0aaef21c43fce5be2f | 9c61ad1094164027a96648436ff1f7b783ddc0e6 | /demo_transferdata/src/main/java/transferdata/SendRedirectPage.java | f2eeb1c93b60161e39f321fe709f94018e48b2c4 | [] | no_license | codehero-cn/javaee.basic | 0d56fddae980620c6e0df6890714f06041f68098 | 8483955113edb4218f9059b947b68f00633454a1 | refs/heads/master | 2020-04-07T01:52:16.778673 | 2019-07-20T14:40:35 | 2019-07-24T01:33:27 | 157,955,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package javaee.basic.transferdata;
import java.io.IOException;
//import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/*
*数据传递方... | [
"1823887177@qq.com"
] | 1823887177@qq.com |
ed9d053e2e867eca8006ffbfb6e345d18cb53597 | 4cc705a819a33ce49e6e9569c60bd6019d58ba10 | /src/main/java/com/webapps2015/entity/Person.java | 13d07d2abce15d1dc67951c95566cecfb70723d9 | [] | no_license | JavaAdore/charity | fcff732a32429627fa17a1dfae1b730e14943e35 | 2564c92248f4b962fac66a573aefdccb23be40f5 | refs/heads/master | 2016-08-12T20:35:57.434370 | 2016-02-23T16:44:31 | 2016-02-23T16:44:31 | 52,382,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | 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.webapps2015.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
/**
... | [
"mahmoud.eltaieb@gmail.com"
] | mahmoud.eltaieb@gmail.com |
ce80702fad12980616219d9b3bbf54b0d61d5168 | 288574a9ebfaf6a66ec224f04e30021c49ab527b | /src/hacer/Divicion0.java | 8732e558f07a654c7cbf26d9a88702a1ffc993d6 | [] | no_license | grishnackh666/Divicion-por-cero | 301dac3abbf0e39324006a7099ccbd4bf2dbcb98 | 791e325661e90214ef6f797acb8b81353f8433d6 | refs/heads/master | 2020-05-20T18:08:22.644423 | 2019-05-09T01:06:33 | 2019-05-09T01:06:33 | 185,701,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | 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 hacer;
public class Divicion0 extends Exception{
public Divicion0(String el_numero_no_puede_ser_0) {
... | [
"kvnpolo97@gmail.com"
] | kvnpolo97@gmail.com |
3be77c0ee9a512f9668dd29b115b9e250462270a | 1588a90cfac6a0905a118c2e5cdad999088b3efc | /app/src/main/java/com/example/app/actionitem/MainActivity.java | 972ad51d487ae70b0261bacc75be667bb859faa4 | [] | no_license | GMuthuraja/ActionItem | 5893d23f49e2a5d6cca958898119d0a62677d9f2 | 0f6b6cfdc33d58784d351c627875ddb04caf1471 | refs/heads/master | 2020-04-01T09:49:28.061643 | 2018-10-15T10:04:39 | 2018-10-15T10:04:39 | 153,091,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,755 | java | package com.example.app.actionitem;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protecte... | [
"muthuraja.g@newgendigital.com"
] | muthuraja.g@newgendigital.com |
1f3a3dca024eabf3957bb1f9c72c612ca8836c62 | abf0bd529444218e384a7f8fade69c4428a4f37f | /game-decay/src/main/java/com/zerulus/game/entity/Enemy.java | 962252dbb4a648c4549b32167813d4b2ceac8e59 | [
"MIT"
] | permissive | NatetheGrate06/yt-java-game | b9a70b660ec34f215a4814b1dd7d90209f3e6519 | 5847673be400e5b16f32d77fdb494355be9978e0 | refs/heads/master | 2020-12-29T08:54:14.796043 | 2020-02-05T19:46:26 | 2020-02-05T19:46:26 | 238,544,914 | 1 | 0 | MIT | 2020-02-05T20:44:50 | 2020-02-05T20:44:49 | null | UTF-8 | Java | false | false | 4,740 | java | package com.zerulus.game.entity;
import com.zerulus.game.graphics.SpriteSheet;
import com.zerulus.game.util.Camera;
import com.zerulus.game.math.AABB;
import com.zerulus.game.math.Vector2f;
import java.util.ArrayList;
import java.awt.Graphics2D;
import java.awt.Color;
public abstract class Enemy extends Entity {
... | [
"danielrcastro10@gmail.com"
] | danielrcastro10@gmail.com |
7eacde5c9b2bfb89a76245c2a3e2c8a1739ab925 | 1a830a22f60e7e15fea935e4aecaa48e0b7d0940 | /src/com/coralc/inspectbox/AccueilActivity.java | 0725a104f539dd0c7c3a83111f5f505f81d54ba0 | [] | no_license | coralc/InspectBoxMobile-Auto_Sycnch- | cefb2050e1e56f97c3fc53c3a9b0ef9916ec4ae5 | a1a4b72c57df6b9e25e2c8a7acb9440a9aba79ac | refs/heads/master | 2021-04-09T13:04:18.199670 | 2018-03-18T01:12:30 | 2018-03-18T01:12:30 | 125,681,722 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 9,256 | java | package com.coralc.inspectbox;
import java.util.List;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Connectivi... | [
"maurice.dierick@gmail.com"
] | maurice.dierick@gmail.com |
f9b475332475679f5ffe338488542d210c8f9440 | 72e84026142ce90ae798a61134b19bbfcf084833 | /app/src/main/java/com/example/factoryrec/selector/view/SquareFrameLayout.java | b82a8b68219dae0f5090d966e296c3bfbfaa5c41 | [] | no_license | cc-open/FactoryRec | ab1753aaddc782521fe303b13747a2af6eccf90f | 782a220380e9baa7d949af973cc2effd3c168159 | refs/heads/main | 2023-04-30T05:52:03.261166 | 2021-05-28T09:43:34 | 2021-05-28T09:43:34 | 352,646,516 | 0 | 0 | null | 2021-05-28T09:43:35 | 2021-03-29T13:06:20 | Java | UTF-8 | Java | false | false | 1,683 | java | /** ************************************************************************/
/* */
/* Copyright (c) 2016 YULONG Company */
/* 宇龙计算机通信科技(深圳)有限公司 版权所有 2015 */
/* */
/* PROPRIETA... | [
"15151860920@163.com"
] | 15151860920@163.com |
45414b6ccfd56159c0f4bd4029725da10e998f07 | 44341807367eb3e262e70d27ce21fef23fe6ac8c | /app/src/test/java/felixserrano/example/org/grabadora/ExampleUnitTest.java | c0cc062c801c9ddf81486c0c0e7eccc9a59fa46a | [] | no_license | xerkoss/felixserrano_Grabadora | 9012e4074c368e464ebdb96cb43d4e741f4ee340 | 88927b3541d6bd6151cafef51254e7ca16d70c40 | refs/heads/master | 2021-01-11T19:20:14.124556 | 2017-01-18T16:09:54 | 2017-01-18T16:09:54 | 79,357,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package felixserrano.example.org.grabadora;
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
... | [
"el-xuko-1989@hotmail.com"
] | el-xuko-1989@hotmail.com |
aa078f764cccaabd301e381752f8fd38a4bdf521 | 22395fd543755e9c638551a60bf00fb682ecaa71 | /prj/disldroid/src-analysis/ch/usi/dag/bc/analysis/BC2Analysis.java | dba68ffed8dcc4a4b390390947ae869051e6ac4c | [
"Apache-2.0"
] | permissive | andrewpedia/disl-android | e9274c234295f6431b4310049ec1c98a93ddf43f | 393f9ee82750dede78f7ab4a9524d6055bf2fbe9 | refs/heads/master | 2022-02-13T15:30:32.929508 | 2017-04-01T08:48:57 | 2017-04-01T08:48:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,855 | java | package ch.usi.dag.bc.analysis;
import java.util.Arrays;
import java.util.concurrent.ConcurrentHashMap;
import ch.usi.dag.disldroidreserver.remoteanalysis.RemoteAnalysis;
import ch.usi.dag.disldroidreserver.shadow.Context;
import ch.usi.dag.disldroidreserver.shadow.Forkable;
import ch.usi.dag.disldroidreserver.shadow... | [
"sunhaiyangsjtu@gmail.com"
] | sunhaiyangsjtu@gmail.com |
d707bbbf6b05a5e4bac5c388451f7ec44c744dc6 | 5c49481ba36d92370fdabe8e0bbe0f3fb9a6ccc5 | /description/src/ru/diman/swing/table/renderers/ColumnRendererFactory.java | 11d9b98a8bd35081bead7d46bdbe63a5b35b2673 | [] | no_license | empyrosx/unicons | 05aa58078ba9ccef5f3b99ad32c65e02d436a717 | 162ea3a7ec49c1699c36a90431369d3c8b7493d6 | refs/heads/master | 2021-01-19T13:03:56.177373 | 2017-08-19T20:28:11 | 2017-08-19T20:28:11 | 100,818,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | package ru.diman.swing.table.renderers;
import ru.diman.swing.table.*;
import ru.diman.swing.table.renderers.NumberRenderer;
import ru.diman.swing.table.renderers.MultiRowRenderer;
import ru.diman.swing.table.renderers.DecimalRenderer;
import ru.diman.swing.table.renderers.PickListRenderer;
import ru.diman.swing.table... | [
"empyrosx@gmail.com"
] | empyrosx@gmail.com |
43f0e208bd330a9a3ee0375da3f9042e4595a899 | 619ed52f083b96587480ba287e99062dd2e17f04 | /src/si/fri/rgti/tank/APhysicsModelStatic.java | 46c37e615788c5467f1c401941e1128a0019d4b1 | [
"MIT"
] | permissive | jenzy/Little-Tank-That-Could | 1162112f57e20355f155621693f136d4cd9b56c9 | 12c63c8862778fc3e2729fe736be8ccf0745a498 | refs/heads/master | 2020-04-16T15:51:46.676178 | 2019-01-14T19:27:35 | 2019-01-14T19:27:35 | 165,716,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | package si.fri.rgti.tank;
import javax.vecmath.Vector3f;
import si.fri.rgti.tank.ModelLoader.Model;
import com.bulletphysics.dynamics.DynamicsWorld;
/**
* A model that doesn't move (except up and down ~ gravity)
* This solution kinda sucks, but jBullet isn't a complete port of Bullet, so it
* doesn't have the .s... | [
"bevk.jani@gmail.com"
] | bevk.jani@gmail.com |
ecb04e8ecd3c8cb664b250c33ac753d33d1aa889 | babaf4c8bcc2edf41e1ee9bf05068af656f23cd0 | /retrolambda/src/main/java/net/orfjackal/retrolambda/RemoveDefaultMethods.java | 95a477821db253598858d858ec8152f1b5932bbf | [
"Apache-2.0"
] | permissive | Arneball/retrolambda | 4cc450430ab342cb3339dc4911e466e13cf8976b | 23cfe1b9dca6a28a2e31bf66726d237f8f5eae20 | refs/heads/master | 2021-01-16T20:29:45.315128 | 2014-09-05T17:35:05 | 2014-09-05T17:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | // Copyright © 2013-2014 Esko Luontola <www.orfjackal.net>
// This software is released under the Apache License 2.0.
// The license text is at http://www.apache.org/licenses/LICENSE-2.0
package net.orfjackal.retrolambda;
import org.objectweb.asm.*;
import static org.objectweb.asm.Opcodes.*;
public class RemoveDefa... | [
"esko.luontola@gmail.com"
] | esko.luontola@gmail.com |
bb5422d3289cd8643c2886b91daa1ab50e23fdc8 | cd4802766531a9ccf0fb54ca4b8ea4ddc15e31b5 | /java/com/l2jmobius/loginserver/network/mmocore/NioNetStringBuffer.java | 77230a9940f555728fbf764203661543a568f018 | [] | no_license | singto53/underground | 8933179b0d72418f4b9dc483a8f8998ef5268e3e | 94264f5168165f0b17cc040955d4afd0ba436557 | refs/heads/master | 2021-01-13T10:30:20.094599 | 2016-12-11T20:32:47 | 2016-12-11T20:32:47 | 76,455,182 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | [
"MobiusDev@7325c9f8-25fd-504a-9f63-8876acdc129b"
] | MobiusDev@7325c9f8-25fd-504a-9f63-8876acdc129b |
519ce5513f7a47cebccf648f8aac35d1ef239104 | 1d432895a968be7159444ba9c447b3c3080b336c | /app/src/main/java/com/example/android/bookstore/BookCursorAdapter.java | e19eb5b7faa7e4b7b2f0de69caee4300e7a5f517 | [] | no_license | Narinder19/BookStore2 | b63f28100276568ef3c4f17ac52b3862bad63167 | d8d136c832ccfb083ad382734818f0dccd5605e0 | refs/heads/master | 2020-03-28T00:35:20.077452 | 2018-09-06T01:34:21 | 2018-09-06T01:34:21 | 147,430,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,111 | java | package com.example.android.bookstore;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.But... | [
"ngupta@columbiacountyga.gov"
] | ngupta@columbiacountyga.gov |
b69c445075b5702696dfad7268c956b1489ea7f8 | 4118738bfad220f38b98243a4070fdd3171ca8e4 | /src/test/java/com/w2a/listeners/CustomListeners.java | 59c472247c05a0fc528ab2961b4095dbd9d0886f | [] | no_license | RoshAutomation/DataDrivenTesting | 636d3c03eee711b9459acdc2a6b7ecbac723c54b | 126665834db5762d91a5c797922c55f223ce9bde | refs/heads/master | 2020-03-27T03:03:24.491825 | 2018-08-23T14:23:54 | 2018-08-23T14:23:54 | 145,836,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package com.w2a.listeners;
import java.io.IOException;
import org.testng.ITestContext;
import org.testng.ITestListener;
import org.testng.ITestResult;
import org.testng.Reporter;
import org.testng.SkipException;
import com.relevantcodes.extentreports.LogStatus;
import com.w2a.base.TestBase;
import com.w2a.utilities.... | [
"roshankg96@gmail.com"
] | roshankg96@gmail.com |
b64da3b092f3d53b8707dc9ae892403afaef5b56 | 2ded1aa3b59c5c1998009dc143f8ad89db6a486a | /sdfs/src/main/java/sdfs/sdfs/Policy.java | 8e8e0858c2a3320e48bd3cac4d192202b11904a3 | [] | no_license | kelseyfrancis/sdfs | 44984223b31cede4ba028e78d1a4de4c098dfd56 | e7852358b05efac931ec723ac265e02175afce7e | refs/heads/master | 2021-01-10T21:03:50.153089 | 2013-04-27T02:58:44 | 2013-04-27T02:58:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package sdfs.sdfs;
import com.typesafe.config.Config;
import com.typesafe.config.ConfigFactory;
import org.joda.time.Instant;
import sdfs.CN;
class Policy {
final Config x;
Policy(Config x) {
this.x = x;
}
PrincipalRights principalRights(CN cn) {
try {
return new Princip... | [
"ch.martin@gmail.com"
] | ch.martin@gmail.com |
e34804b92871353726507ded4ca58140f292bcdc | b71f41cb5a4fc0a7ca4bb940d04a49b1800f3a7c | /src/d30_10_18/Eleven_six.java | 26561430f42fbba8f711a6bca8389d813183724c | [] | no_license | sainsh/classromm | 52108184ed6844c7a616b1be4b56eaf8b30021e0 | 84780722a7692f9b4e2a7a9d3d5102b1c5e9c059 | refs/heads/master | 2020-04-03T14:57:02.855319 | 2018-11-06T07:41:07 | 2018-11-06T07:41:07 | 155,343,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package d30_10_18;
import javafx.scene.shape.Circle;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class Eleven_six {
public static void main(String[] args) {
List<Object> list = new ArrayList<>();
list.add(new Loan());
list.add(new Date());
li... | [
"kfsainsh@gmail.com"
] | kfsainsh@gmail.com |
9d34832877e766ba7b78513c1656ecdf07c8bdee | 92691b49bc6294a41094f0ffd6b694023c0e5cb3 | /Java/Core_Java/12_OverLoading/mainclass1.java | cb4edbf934d7c404655c4567f9ff9d9b6d693132 | [] | no_license | hardodehack/Java | 673b5d2a09e32e50f67d67310f52a0bc6c1042a3 | 5e26c0eeb418fb1ed950a9d690b5b98be3a11b7d | refs/heads/master | 2021-01-14T14:16:08.154651 | 2016-01-16T19:07:42 | 2016-01-16T19:07:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | class hardik
{
static void h1(int arg)
{
int a1=arg;
System.out.println("h1 running"+a1);
}
static void h1(double arg)
{
double d1 = arg;
System.out.println("h1 doble running"+d1);
}
}
class mainclass1
{
public static void main(String[] args)
{
hardik.h1(25.25);
//System.out.println("H... | [
"hnpatel6787@gmail.com"
] | hnpatel6787@gmail.com |
2e9258be35ea6ccd8613a135595f40e0008a6220 | 92234b40626160cd7cd65916229fc918b48e959e | /3.JavaMultithreading/src/com/javarush/task/task21/task2106/Solution.java | 5a0f9203d9dd9c14d41df353d1c0db401a32b695 | [] | no_license | evoyager/JavaRushTasks | 3c2394e978832be0e5709155d68c6b42a986cff1 | e3c43648f322790c16c415bd8c42266e99d35058 | refs/heads/master | 2020-04-20T08:56:59.789305 | 2019-05-28T19:47:54 | 2019-05-28T19:47:54 | 168,753,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package com.javarush.task.task21.task2106;
import java.util.Date;
/*
Ошибка в equals/hashCode
*/
public class Solution {
private int anInt;
private String string;
private double aDouble;
private Date date;
private Solution solution;
public Solution(int anInt, String string, double aDouble, D... | [
"igusar@corelogic.com"
] | igusar@corelogic.com |
b0b75597ed14200b2f6c71dabab6e5d8a5f81f8c | 21e8581ae7007f1ca03a4240346dc0b7a6c680f5 | /app/src/main/java/com/manuelrojas/geomusic/data/repository/datasource/db/TrackDao.java | 481a7a2d97f594c7da85c4a26808489937247862 | [] | no_license | leuamrojas/GeoMusic | 834839a68cb0cc8687a0558cc9d7414c38b36482 | 37eaca6e5db7a4b0ead097bd658fa513aa4615b6 | refs/heads/master | 2020-08-30T17:12:54.732556 | 2019-11-05T19:06:48 | 2019-11-05T19:06:48 | 218,441,070 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package com.manuelrojas.geomusic.data.repository.datasource.db;
import androidx.room.Dao;
import androidx.room.Insert;
import androidx.room.OnConflictStrategy;
import androidx.room.Query;
import com.manuelrojas.geomusic.data.entity.TrackEntity;
import java.util.List;
import io.reactivex.Completable;
import io.react... | [
"leuamrojas@hotmail.com"
] | leuamrojas@hotmail.com |
c7c642ae12f928ade4f3883cd5461d168bc3a78d | f72971fbab14458776400d240216442d8a46cbe1 | /modules/common/src/main/java/wsimport/lib/sabre/bfm/POSType.java | 2eefd0e742d656e743a8df01587780cc11b746fe | [] | no_license | hamzzy/Amadeus-Sabre-Java-Multi-GDS-SDK | cea5ee9f3be520bfbf509d5207adcc7c0f4ec4b8 | a21e706c17b85d99e1ef573f66c88efa9e2918fe | refs/heads/master | 2022-11-05T16:49:24.067050 | 2020-06-28T03:59:13 | 2020-06-28T03:59:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,824 | java |
package wsimport.lib.sabre.bfm;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.*;
/**
* Point of Sale (POS) is the details identifying the party or connection channel making the request.
*
* <p>Java class for POS_Type complex type.
*
* <p>The following schema fragment spe... | [
"info@brakket.tech"
] | info@brakket.tech |
69d7bff064ec48a4a48213c019918075b0cf1b28 | 0943c01b59f4d8bbab045d83adae0b015e935cba | /old/src/main/java/hat/bemo/measure/set/MeasureController.java | e913041bdec3ba637abcceadddc48e8cb4c11fa8 | [
"Apache-2.0"
] | permissive | 18271261642/RingmiiHX | c31c4609e6d126d12107c5f6aabaf4959659f308 | 3f1f840a1727cdf3ee39bc1b8d8aca4d2c3ebfcb | refs/heads/master | 2021-06-28T10:28:58.649906 | 2020-08-16T02:27:28 | 2020-08-16T02:27:28 | 230,220,762 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,596 | java | package hat.bemo.measure.set;
import android.content.Context;
import android.telephony.TelephonyManager;
import android.util.Log;
import org.apache.http.NameValuePair;
import java.security.MessageDigest;
import java.util.ArrayList;
import java.util.List;
import hat.bemo.APIupload.Controller;
import hat.bemo.BlueToo... | [
"runningmaggot@163.com"
] | runningmaggot@163.com |
3293cf0ea6c19f83567d4fb5d06a2332691c0983 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/thinkaurelius--titan/76469e0497df2c3790bbe3bdfeb7f4fd790646a7/after/TitanBlueprintsGraph.java | a9c2af8932779a4b37de355d76f3180f9658ce2f | [] | 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 | 7,009 | java | package com.thinkaurelius.titan.graphdb.blueprints;
import com.thinkaurelius.titan.core.*;
import com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration;
import com.thinkaurelius.titan.graphdb.database.StandardTitanGraph;
import com.thinkaurelius.titan.graphdb.util.ExceptionFactory;
import com.tinker... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
9ac0bd05cd6dd500e93d4b718040bedb7ef88afa | e456ff29a294401a05ecad61908918747468f4c8 | /climbing-consumer/src/main/java/com/nicolasboueme/climbing/consumer/contract/dao/UserDao.java | 21775090e2d8b55264d996ab5f4ceade2d6146a9 | [] | no_license | nboueme/climbing-community | 083af40f49717f89e6107f5bb977529043253fbc | 6c28c71a83580ae7cc4eae8b613fd7b023cebd39 | refs/heads/master | 2021-03-27T15:10:12.353845 | 2017-12-19T10:57:01 | 2017-12-19T10:57:01 | 110,672,702 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.nicolasboueme.climbing.consumer.contract.dao;
import com.nicolasboueme.climbing.model.entity.UserAccount;
public interface UserDao {
void addUser(UserAccount user);
UserAccount getUser(UserAccount user);
void deleteUserPicture(UserAccount user);
void updateUser(UserAccount user);
v... | [
"nicolasboueme@gmail.com"
] | nicolasboueme@gmail.com |
b50ff096797fe21c20d6ba79e9f942cfaf91b980 | cd3744f4bd7c12f4b3b475d36c37d553bb156aa1 | /REST/src/main/java/com/example/demo/model/student.java | 3992871353d9692a281fb9eda341110b3c15e46e | [] | no_license | FarzeenAlam/RestWithPostMan | 9515ed06b4b1553b827fcdc306ecd9b5c1047134 | 1d29acd249614f8605ce6e7e99c2fa8592dbcfb5 | refs/heads/main | 2023-01-21T10:56:00.022920 | 2020-12-03T10:24:03 | 2020-12-03T10:24:03 | 318,154,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package com.example.demo.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class student
{
@Id
@GeneratedValue
@Column(name="Std_Id")
private int Id;
@Column(name="Name")
private String... | [
"noreply@github.com"
] | noreply@github.com |
dccb73e99f770009e7d6a2d2a9ab94d6d3e3c1ce | f3ffe3c8d3ca7d46451198fdcff7124ac9d27e51 | /sdk/resourcemanager/azure-resourcemanager-containerregistry/src/main/java/com/azure/resourcemanager/containerregistry/implementation/TasksClientImpl.java | b711bda43ef4d5dcf899593719dc4e041f5a335c | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | pmakani/azure-sdk-for-java | 7f0a0e3832a66f53eeb3ee09a4fe08a0033c9faf | 6b259d1ea07342ceeccd89615348f8e0db02d4c6 | refs/heads/master | 2022-12-24T05:44:30.317176 | 2020-09-29T07:53:49 | 2020-09-29T07:53:49 | 299,564,055 | 1 | 0 | MIT | 2020-09-29T09:12:59 | 2020-09-29T09:12:58 | null | UTF-8 | Java | false | false | 79,046 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.containerregistry.implementation;
import com.azure.core.annotation.BodyParam;
import com.azure.core.annotation.Delete;
import co... | [
"noreply@github.com"
] | noreply@github.com |
ede610b966b382c0ae004ec93bb9a9392b994648 | 94382c7d0f1011faa1426f1a1d51567074bda440 | /src/main/java/com/exadel/model/entity/ParticipationStatus.java | 44b19bddcd97c42b4ad410e7132237a01a5ee644 | [] | no_license | TrainingGroup2/trainings | a86f9646309b72d9a45d39f4c25914bb6c1ab4bf | 19c990474de19450056146af9cedb286246a317d | refs/heads/master | 2020-05-07T08:09:41.821381 | 2015-08-11T08:51:35 | 2015-08-11T08:54:49 | 38,815,003 | 0 | 6 | null | 2015-08-11T14:19:25 | 2015-07-09T10:52:44 | Java | UTF-8 | Java | false | false | 96 | java | package com.exadel.model.entity;
public enum ParticipationStatus {
MEMBER, RESERVE, NONE
}
| [
"jpalaznik@gmail.com"
] | jpalaznik@gmail.com |
b47754f5c29b1e980f13114b85c0a05a0300d5c1 | f8c98b082e14027677ee7c185058ba0b2d1072d0 | /rosjava/Arquitectura_Hibrida/src/main/java/planificador/gestorPlanes/Accion.java | 2ac01414d83fe9bd0cfb457d7c81f15b864a3c5b | [] | no_license | WayWingsDev/SIMUL_DSA | 62514848ba4701d8f68d2a12774021c32af3e243 | 311181557d0ef622417c7450d397d3515aebf9da | refs/heads/master | 2020-12-29T03:19:20.625741 | 2014-08-28T21:55:53 | 2014-08-29T01:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,240 | java | package planificador.gestorPlanes;
import java.util.LinkedList;
/**
* Clase que representa una operacion del concepto clasico de
* planificacion. A partir de unos predicados que indican las
* precondiciones, ejecutando esta accion se llega a cambiar el
* modelo del mundo con otros predicados que indican las
... | [
"ariel.vernaza@admios-sa.com"
] | ariel.vernaza@admios-sa.com |
aec94a841b61bd70a1a69449b87fe767385f4671 | 8ca516e6c62178b2a1a71990d4c2f174acb70dda | /CallRecorder/CallRecorder-master/app/src/main/java/com/jlcsoftware/callrecorder/SettingsActivity.java | e02f51d52aec26b7471541a46ab916a658f8a5bc | [
"LicenseRef-scancode-warranty-disclaimer",
"CC-BY-3.0"
] | permissive | DanyaProgrammer666/Callv2 | 48e6b4177df10bb21262084bc9d8e4d4302075c9 | 57829d712e9237652e8ec63ff244de75818cfd67 | refs/heads/master | 2020-03-09T07:07:20.931807 | 2018-04-25T21:56:12 | 2018-04-25T21:56:12 | 128,657,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,823 | java | package com.jlcsoftware.callrecorder;
import android.content.Context;
import android.os.Bundle;
import android.os.StatFs;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.text.Html;
import android.view.View;
import android.view.ViewGroup;
import android.w... | [
"viperpoison@mail.ru"
] | viperpoison@mail.ru |
e79d15b6cedff0be45759d830ed086880c2732a4 | 76e79889fdac1f99c8ca60d02ead18f8a482303d | /src/com/jdp/logic/model/Fruit.java | 4558ba41c06ea25570c1147f429ed4155a6c53c2 | [] | no_license | jdpluta/TddWithJUnit | 0bc60600eef15189146c207b5a520c5b33dd9e02 | 82e9c235b068752931a9f4e9051c75560b0050fd | refs/heads/master | 2020-04-23T13:53:52.576043 | 2019-02-18T04:15:29 | 2019-02-18T04:15:29 | 171,213,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.jdp.logic.model;
import java.util.Objects;
public class Fruit {
public Fruit(String name, int qty) {
this.name = name;
this.qty = qty;
}
private String name;
private int qty;
public int getQty() {
return qty;
}
public void setQty(int qty) {
this.qty = qty;
}
public ... | [
"noreply@github.com"
] | noreply@github.com |
322a8f8b108e374d12801d8fe91e97f4afb43757 | b0b4f5d7dd63329b9112e86d52bd46bba75e303c | /src/main/java/com/lj/gps/frame/config/WebAppRootContext.java | bec8d3fa8aad912ddcd834e92163b2edf9072aea | [
"MIT"
] | permissive | liimin/gps | 255166f36bc880a45f52c7af2145437d2d7152f8 | 5de0bd5c928fe97818006db4aed0c0ebb4ae4358 | refs/heads/master | 2020-03-07T14:49:39.233471 | 2018-04-18T13:50:04 | 2018-04-18T13:50:04 | 127,536,794 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.lj.gps.frame.config;
import com.lj.gps.frame.common.Constants;
import org.springframework.boot.web.servlet.ServletContextInitializer;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.util.WebAppRootListener;
import javax.servlet.ServletContext;
import javax.servl... | [
"17653212@qq.com"
] | 17653212@qq.com |
0499c1410f642f834fc4cdc7c24664743ab019f0 | 19d47922eab52cbcdd5ac49d901bb68a95c7502f | /Suli/inheritancemethods/src/main/java/inheritancemethods/bankaccount/DebitAccount.java | 79579a913f45a7efd429c8531b2708aea9e9402d | [] | no_license | Gergely1987/degeFiles | 73d87ca4327a14834eb4f454844d964034ebab9e | 1615163f5915f140f5efb2727a3c2c874e768b20 | refs/heads/master | 2021-05-02T12:09:09.946595 | 2019-04-03T07:44:40 | 2019-04-03T07:44:40 | 120,736,840 | 0 | 1 | null | 2018-02-10T02:24:06 | 2018-02-08T09:01:46 | Java | UTF-8 | Java | false | false | 983 | java | package inheritancemethods.bankaccount;
public class DebitAccount {
String accountNumber;
long balance;
double COST = 3.0;
static final long MIN_COST = 200;
public DebitAccount(String accountNumber, long balance) {
this.accountNumber = accountNumber;
this.balance = balance;
... | [
"decsicsgergely@gmail.com"
] | decsicsgergely@gmail.com |
b1ca5f20979e0a0b10eb5ce5c7ffe40920f0a63d | 9cdcba2987fb02319aaf1f79a79fe1c18b861693 | /src/code/CheckResults.java | 4173e59db669e871ab2b683ab715f8c87b2310e4 | [] | no_license | fstoqnov/GDP14 | d009b7191b8e24679b667898dc234b487a924315 | bc3af976daf5abae436af1abe32b2164ce99523f | refs/heads/master | 2020-05-09T10:48:07.527198 | 2019-01-30T13:41:38 | 2019-01-30T13:41:38 | 181,057,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package code;
//Class temporarily storing basic metrics from a test.
public class CheckResults {
public Boolean overallPass;
public Integer totalPassed;
public Integer totalFailed;
public CheckResults() {
this.overallPass = true;
this.totalPassed = 0;
this.totalFailed = 0;
}
public void insertResult(bo... | [
"mfw1g15@soton.ac.uk"
] | mfw1g15@soton.ac.uk |
57bd2870d08528c0ab7ab46cef9b25ebd708f46f | 0b370920b2a571391a4882576b5997f55af72a98 | /oca/Set1_8.java | 59627e180b2124abadd9e173891941ca64f8f860 | [] | no_license | shindemayuri853/OCA | 9ac186beaddb745cfcfe479db7e2c6adb32aafb0 | 82badb7fdcd8bd64c49b3c292c07c6d5bd4bc2b2 | refs/heads/master | 2022-11-10T00:06:04.706940 | 2020-06-23T13:49:26 | 2020-06-23T13:49:26 | 274,412,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package com.capgemini.oca;
public class Set1_8 {
public static void main(String[] args) {
int numbers []= {12,13,14,14,16,17,18};
int [] keys = findMax(numbers);
}
//static int findMax (int[] numbers){
//int [] keys = new int [3];
//return keys;
//}
static int [] findMax(int [] max) {
int[] keys = new int [3... | [
"shindemayuri853@gmail.com"
] | shindemayuri853@gmail.com |
1a16a9bf2bde551eb6eadb28cd18cdb87b34f3b0 | b21409ad77c81b9a2d271883a7a12e49441f7f51 | /src/main/java/com/zrz/pattern/proxy/FuYuJie.java | cae54753c271fcb66fc956624d80eb7c5485fe19 | [] | no_license | zhouruizhong/pattern | 8e616181d0d33a801ee9ef09c81c0bc0c53fdbae | fb61698c6dcd0b060141f70f1b5cbde26df9c10d | refs/heads/master | 2023-01-07T20:06:29.358558 | 2020-11-05T09:06:57 | 2020-11-05T09:06:57 | 310,243,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.zrz.pattern.proxy;
/**
* 人事
* @author 周瑞忠
*/
public class FuYuJie implements Reception {
@Override
public void reception(String name) {
System.out.println("接待");
}
@Override
public void recruit(String content) {
System.out.println("发布招聘");
}
}
| [
"528441592@qq.com"
] | 528441592@qq.com |
37a7439e36956376b5c5d42b40d4fd6b346bd774 | a399b787c68b65da51732276bf878c3608346c29 | /src/main/java/com/github/rnewson/couchdb/lucene/DocumentConverter.java | 80b08eca10a364152243503355bc0fa5cab95448 | [
"Apache-2.0"
] | permissive | sakrafd/couchdb-lucene | 9cb77358f9f3f8dde5447cf4d4263ab4ddf94bb4 | 682a26bdee17cdddb5b528b919e45d7c0012923e | refs/heads/master | 2020-12-25T01:19:09.167366 | 2010-01-08T16:07:06 | 2010-01-08T16:07:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,779 | java | package com.github.rnewson.couchdb.lucene;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import net.sf.json.JSONObject;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.apache.lucene.document.Document;
import org.mozilla.javascript.Context;
impo... | [
"robert.newson@gmail.com"
] | robert.newson@gmail.com |
995d50333303ff1b26fc9f04caf8c1c637a9916a | b4a07fa86eda736e9bf15053682b6beaf5eaf75c | /app/src/main/java/com/nuppin/company/Loja/produto/FrListaProdutosLoja.java | 4715f80813865c86648e463f9fd1e667a7535cc2 | [] | no_license | rodrigodascenzio/marketplace_business_app | dc0993d503c6a4d086a32d64dcdbc5061eb3a690 | 875b5148aaab8a08769431e98de808a33369c968 | refs/heads/main | 2023-01-06T03:41:04.549422 | 2020-11-04T14:15:35 | 2020-11-04T14:15:35 | 310,023,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,352 | java | package com.nuppin.company.Loja.produto;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import androi... | [
"rodrigodascenzio@gmail.com"
] | rodrigodascenzio@gmail.com |
2f388528250035283e1b0dbbafd548ee053b8ef1 | 6be3f3ecd85f33a5d4eb547acc36513758dea4d4 | /src/com/example/demo/files/DeleteFile.java | 7c7320b8369d164b4c1cd468cc8aff2788d03eaf | [] | no_license | jeena-augustine/Java-Progarms | b0e7a1d93fb9e2a75691992bd359c862ce9a2c44 | 7ece0f488a17e9b40daefffa606015fb60ced651 | refs/heads/master | 2023-06-26T01:30:41.223474 | 2021-07-29T11:58:01 | 2021-07-29T11:58:01 | 390,708,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.example.demo.files;
import java.io.File;
class DeleteFile {
public static void main(String[] args) {
File f0 = new File("D:\\FileOperationExample.txt");
if (f0.delete()) {
System.out.println(f0.getName()+ " file is deleted successfully.");
} else {
System.out.pri... | [
"anila.augustine96@gmail.com"
] | anila.augustine96@gmail.com |
1ebc7431999d6e5ef395dacaf3e53f4a8d8451be | 7308e279b3ab6cd45f2f7097c52f5434d9cff58b | /CountDownWebApp/src/main/java/util/Util.java | f75179e8d72c1af625afead3899077ce91274c56 | [] | no_license | Nolyurn/CountDownWebApp | 9d20f217e657ebbc400ff9928dc1d98308954134 | 8b5841eb1cfb24072f78111adc39a9a10916d5c8 | refs/heads/master | 2020-07-05T15:14:38.252690 | 2016-11-18T13:15:59 | 2016-11-18T13:15:59 | 74,113,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,944 | java | package util;
import java.text.DateFormat;
import java.text.ParseException;
import java.util.Date;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
public class Util {
//Permet d'obtenir un cookie contenu dans request
public static String getCookieValue( HttpServletRequest request, String nom... | [
"gatient76@gmail.com"
] | gatient76@gmail.com |
13cc6107ad8f3e302cb71e1d6e512a645a781c26 | 83843869c0b16ebf0e1a13d07242a4b37a9aaf36 | /Command/src/commands/off/StereoOffCommand.java | 9b271e4f4d207b9cbd576e2c2d43593bfd438270 | [] | no_license | igor-korotenko/Patterns | ea8ad8aaf2b61ec2d2e3b3cc9d551cc2f10faaae | 0a71ffa3d3a797e2b41a94fe14925a9fab25b832 | refs/heads/master | 2021-01-20T02:47:58.911594 | 2013-11-07T09:52:07 | 2013-11-07T09:52:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package commands.off;
import commands.Command;
import devices.Stereo;
/**
* Created by Igor Korotenko on 11/7/13.
*/
public class StereoOffCommand implements Command {
private Stereo stereo;
public StereoOffCommand(Stereo stereo) {
this.stereo = stereo;
}
@Override
public void execute... | [
"igor_kor@hbb-it.com"
] | igor_kor@hbb-it.com |
b2cfbcfe4042ba7bf49985b4411e5a618e93efb2 | 39499a16d726c0d7757b0937fe0daa9037cb1429 | /src/main/java/com/domain/BookAuthor.java | a7672b5042a9f1a8683de9b304b8940f482a2830 | [] | no_license | 7043mcgeep/mscs5800finalproject | 0a3f2a3907edcb710529aa7796766ebd77082c8e | cdd66630e1c49ba356ddd31bfd42f206c6997b16 | refs/heads/master | 2020-04-08T13:21:02.859032 | 2018-12-03T15:22:04 | 2018-12-03T15:22:04 | 159,387,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.domain;
import java.math.BigDecimal;
public class BookAuthor {
private BigDecimal bookid;
private String authorname;
public BookAuthor(BigDecimal bookid, String authorname) {
super();
this.bookid = bookid;
this.authorname = authorname;
}
public BigDecimal getBookid() {
return bookid;
}
... | [
"patmc@PATRICKGTX1080"
] | patmc@PATRICKGTX1080 |
1746d24921d66146d08a53ece72a617954fc2bc7 | 42f6af6b2e5b365a729519e9fdce809a0c12fa82 | /Java/org/sikuli/ide/z_notused/sikuli_test/ProgressBar.java | b3dccd4cf1b30ee3c06441fae274333b3c09479f | [] | no_license | kitty5209/SikuliX-IDE | c941c791d9c6748f0a9ace49789f70757f2fb769 | e68044c5bed990dd76b00d609ffba5cd847f8c36 | refs/heads/master | 2021-01-01T06:45:37.618971 | 2013-06-10T13:02:41 | 2013-06-10T13:02:41 | 11,020,267 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | /*
* Copyright 2010-2011, Sikuli.org
* Released under the MIT License.
*
*/
package org.sikuli.ide.z_notused.sikuli_test;
import java.awt.Color;
import javax.swing.JProgressBar;
/**
* A progress bar showing the green/red status
*/
class ProgressBar extends JProgressBar {
boolean fError= false;
public Progre... | [
"rmhdevelop@me.com"
] | rmhdevelop@me.com |
86a307021f8716e030d59f12e70333deeb5e54a2 | 6db7967087c50e6a9af013db22520670863f98a9 | /src/main/java/com/perso/vasp/config/JacksonConfiguration.java | ecb98d089624ef76fb805cecc731f7ce0cf72844 | [] | no_license | TheNeptuneZ/vasp-spring-angular | 1b1444ded54612ec5c359bf8046b3086680b360d | 74a84d1a83dd943d2d0d582fbc593eed3844867a | refs/heads/master | 2023-01-06T23:22:01.591408 | 2020-11-06T14:51:33 | 2020-11-06T14:51:33 | 310,625,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package com.perso.vasp.config;
import com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module;
import com.fasterxml.jackson.datatype.jdk8.Jdk8Module;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configu... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
9f71512b14b6f167a7b9f30a67b211e94cb56354 | 406db909a31831fca1fd99784f6d824d018fde4a | /i18N/com/example/i18N/localeEx/LocaleEx.java | 6f25cb287415f756fb575ffbdd031eec9b1d279b | [] | no_license | satykrishna/SCJP | 4dc92755abade92dc090b9e70b19582f1219f2bd | 5d1b55bca1782fdcdc4290231897f7a3615b2e54 | refs/heads/master | 2021-05-04T07:37:56.421118 | 2016-10-12T20:52:29 | 2016-10-12T20:52:29 | 70,665,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.example.i18N.localeEx;
import java.util.Locale;
public class LocaleEx {
public static void main(String[] args) {
Locale locale = new Locale("English");
Locale l2 = new Locale("Hindi", "India");
l2 = Locale.ENGLISH;
l2 = Locale.KOREAN;
System.out.println(Locale.getDefault());
System.out.... | [
"satykrishna@gmail.com"
] | satykrishna@gmail.com |
5de3adcc07755e6125387a474750a8b02c3f58b6 | 5c1eeb2035342330f947b6c8aa8d57399b83b5ee | /app/helpers/validator/exceptions/MinLengthValidation.java | b365c50d4108b055e6da5d936c70981f6f275787 | [] | no_license | xavi-reloaded/play-sagas | 30734d6028c5d146a402e2f86645aba7d4fae57b | d6350b21e3bc28399d3a4733cc428715b34ed44c | refs/heads/master | 2020-04-08T19:46:10.139887 | 2018-11-29T19:55:50 | 2018-11-29T19:55:50 | 159,670,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package helpers.validator.exceptions;
import java.text.MessageFormat;
public class MinLengthValidation extends BaseValidation {
private static final String MINIMUM_CHARACTERS = "Minimum {0} characters";
public MinLengthValidation(String field, Integer minCharacters) {
super(ErrorValidationCodes.WRON... | [
"xavi.hidalgo.fernandez@gmail.com"
] | xavi.hidalgo.fernandez@gmail.com |
3c27f3dd250611d14bdb329907adfaa17d8ed386 | 5b46ef8a4cb3b16da30975c06a8aa760bb578539 | /PreBuild/Android/src/org/openaphid/internal/Diagnostic.java | 392dfda549449669fac125ba9079e8f977cb8b43 | [
"Apache-2.0"
] | permissive | dumganhar/Runtime | 8cba8c27208cc0899bbcb7c7bb14fa11c98cf91c | 51df604f4256c9b2746d81e34120332de435134a | refs/heads/master | 2021-01-24T02:06:02.128202 | 2012-06-27T13:59:25 | 2012-06-27T13:59:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,825 | java | /*
Copyright 2012 Aphid Mobile
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
di... | [
"openaphid@gmail.com"
] | openaphid@gmail.com |
881eb8cb25a996a2a1c0fa2dbf28a15afbc4014c | 19fbd92d331f5fd7003685632e9a9c389380c6ca | /app/src/main/java/com/test/locationtest/BaseActivity.java | 5c403a4604060f1877298b3d6d26fafe05311420 | [
"Apache-2.0"
] | permissive | caibinglong1987/Location | ff7fc56489feac3f3e5a33ff09140b5e3d81720a | 4534704159a3e86254fe5f5f82853a4211e393ab | refs/heads/master | 2020-12-23T20:13:32.748503 | 2017-05-27T05:27:09 | 2017-05-27T05:27:09 | 92,572,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,958 | java | package com.test.locationtest;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;
import and... | [
"caibinglong1987@gmail.com"
] | caibinglong1987@gmail.com |
10bdc5cb3169d02b05e5cd0787c2ce0c41b8f359 | 195271058391ded619d292f17ce141686bc2c0d7 | /AccountModuleService/src/main/java/com/pbs/accs/dao/AccountDAO.java | 4b721b8134d92b733c29923e64b7516e53c1365a | [] | no_license | PravalikaJakka/Sprint-2 | 8a91304affc1a7ed75c85ed482638d5bb4b69fe1 | b83484d92dcef3270fa1d761e11260fdeeb67bda | refs/heads/master | 2022-06-09T07:14:01.919592 | 2020-05-10T12:09:14 | 2020-05-10T12:09:14 | 257,577,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.pbs.accs.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.pbs.accs.dto.Account;
@Repository
public interface AccountDAO extends JpaRepository<Account,Long>
{
}
| [
"noreply@github.com"
] | noreply@github.com |
79bc390e902417836c8c9107ddd316b1810bf702 | fad4630b5adfe9128d576021a514f705302729c8 | /me/ka1/vulcan/clickgui/buttons/ModeComponent.java | fac045df238fe8dc93a4eba3e4dde71352d75268 | [] | no_license | XeonLyfe/TuxHack-1.2-Decompiled-Remapped | d8046b6d6ee8d6b05bfeb6f0db1855e656f6f766 | 9c9a8b7b2298199abfd50573764c2e39eefb2382 | refs/heads/main | 2023-04-27T17:59:01.870020 | 2021-05-17T22:26:15 | 2021-05-17T22:26:15 | 374,810,207 | 1 | 0 | null | 2021-06-07T21:57:08 | 2021-06-07T21:57:08 | null | UTF-8 | Java | false | false | 3,161 | java | //Deobfuscated with https://github.com/PetoPetko/Minecraft-Deobfuscator3000 using mappings "1.12 stable mappings"!
//
// Decompiled by Procyon v0.5.36
//
package me.ka1.vulcan.clickgui.buttons;
import me.ka1.vulcan.util.font.FontUtils;
import com.mojang.realmsclient.gui.ChatFormatting;
import me.ka1.vulcan.module.... | [
"hqrion@gmail.com"
] | hqrion@gmail.com |
11c1a9b122ba96b2acb98f41d2f684dcbe5bad0b | 23bd0b2922d7b807fa5fa42c4576682310087caa | /ExceptionExamples/src/example1/App.java | 0045df51ca643b10a7f9097f4d25d62813da7ada | [] | no_license | hellupp/JavaCourse-Summer2021 | 85a585ab110bf0cb63e955b0bcf3f32dd934f8e4 | c1aa4951610ac5937c8af5aa5476c2a8a6dd1adb | refs/heads/main | 2023-06-25T05:09:39.346594 | 2021-07-26T12:45:37 | 2021-07-26T12:45:37 | 379,834,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,479 | java | package example1;
public class App {
public static void main(String[] args) {
System.err.println("#1.in");
f(); // создаем фрейм, помещаем в стек, передаем в него управление
System.err.println("#1.out"); // вернулись и работаем
}
public static void f() {
System.err.println(... | [
"77292360+hellupp@users.noreply.github.com"
] | 77292360+hellupp@users.noreply.github.com |
ae65d3c658e7318dcf16e165a1dc5783a9147df8 | 2b095a305124ec3e68d96f4aa0296075013576eb | /app/src/main/java/io/github/osaigbovo/remotejobs/widget/FavoriteJobWidgetService.java | 5b8393a1470d551a5b6e6a4a5fdca942138ca5ca | [] | no_license | Osaigbovo/Remote-Jobs | a0d2c8a2546e5688bd8ef5165535d807b3859da5 | 8e815971844086464b122f7dd825ef0ca37d6538 | refs/heads/master | 2020-06-01T18:37:50.380733 | 2020-05-14T00:14:55 | 2020-05-14T00:14:55 | 190,886,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package io.github.osaigbovo.remotejobs.widget;
import android.content.Intent;
import android.widget.RemoteViewsService;
import javax.inject.Inject;
import dagger.android.AndroidInjection;
import io.github.osaigbovo.remotejobs.data.repository.JobRepository;
public class FavoriteJobWidgetService extends RemoteViewsSe... | [
"odiase.osaigbovo@gmail.com"
] | odiase.osaigbovo@gmail.com |
2d26f94002b49d4db58cbdc8a5b283a936330564 | ec633723dc88a36f1be935d77661021fe5fca184 | /src/test/Main.java | 08685839db49c6a6742537e9eb0bae8205b1fbdd | [] | no_license | Qccbz/FriedBeans | fbdec8ca7f7dad44fcd72605c84289bffe2c7d30 | 67dc47236353f9756afbef06c97496927cc679d5 | refs/heads/master | 2021-01-20T19:21:28.693521 | 2016-07-21T09:53:39 | 2016-07-21T09:53:39 | 63,857,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package test;
import java.io.File;
import algorithm.InterviewBeans;
import algorithm.Josephus;
import file.FileUtils;
public class Main {
public static void main(String[] args) {
Main instance = new Main();
// instance.testFileCopy();
// instance.testJosephus();
instance.testInterviewBeans();
}
private... | [
"1020755361@qq.com"
] | 1020755361@qq.com |
4cec17fa5332c2fd1c1608fc3b50b6a33327626b | 6735f59611fdfbf0e6ff304ee3793797cb6b4b1b | /cnplay/cnplay.platform/src/main/java/cc/cnplay/platform/dao/UserDao.java | c90a16edacc1df03177b5c80bb9e2fdc0e74ad2a | [] | no_license | xsvg/xsvg | 5905ba7414ff7825da5d30883d3b54e37d5dcb62 | 78cc9bd8a49532b5b45b38c8705a993b573ef438 | refs/heads/master | 2020-05-22T11:02:30.777303 | 2019-05-16T11:51:54 | 2019-05-16T11:51:54 | 13,596,353 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | package cc.cnplay.platform.dao;
import java.util.List;
import cc.cnplay.core.dao.GenericDao;
import cc.cnplay.core.vo.DataGrid;
import cc.cnplay.platform.domain.Role;
import cc.cnplay.platform.domain.RoleRight;
import cc.cnplay.platform.domain.User;
import cc.cnplay.platform.domain.UserEmpower;
import cc.cnplay.platf... | [
"peixere@qq.com"
] | peixere@qq.com |
856ac178e6a381565a13f65c58fd8f45cc06af1c | 22a2969059a73116164f59da05f6c5bd99e70c00 | /2250/Main.java | b5970040f04e36aea534de0f38ce426e9ffb987a | [] | no_license | RumbleKAT/AlgorithmStudy | 9216adb59c16daf2232a87c53044cf022b18ea6b | 6c93c61195f182232843b4920fba04cf6393fbb7 | refs/heads/master | 2023-08-31T03:51:43.713460 | 2023-08-29T12:49:07 | 2023-08-29T12:49:07 | 182,794,211 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,034 | java | import java.util.*;
import java.io.*;
class Main{
static int N;
static int[] levelMin;
static int[] levelMax;
static int maxLevel = 0;
static int point = 1;
static int rootIndex = 0;
static Map<Integer, Node> nodeMap;
public static void main(String [] args) throws Exception{
... | [
"reki318@naver.com"
] | reki318@naver.com |
06dd992f0cf38597ef39f203a08c096560ddb358 | e556d18d23a064528ff82aa2c7b5f2c0e07d19af | /src/main/java/com/hr/zh/mapper/HumanFileDigMapper.java | edcd24e117a76ada90d7bc3a2530ba622c0626e0 | [] | no_license | HRCIHR/hr | ce60df73cc66341737254c43603c6ff5dc47b5c6 | 6b482223251898b8762152d010c4f538fecd4464 | refs/heads/master | 2022-12-27T05:05:00.535822 | 2020-04-06T14:13:14 | 2020-04-06T14:13:14 | 248,937,882 | 0 | 0 | null | 2022-12-16T09:44:35 | 2020-03-21T08:45:27 | CSS | UTF-8 | Java | false | false | 320 | java | package com.hr.zh.mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import com.hr.entity.HumanFile;
@Repository
public interface HumanFileDigMapper {
Integer saveHumanFileDig(@Param("sql") String value, @Param("humanFile") HumanFile humanFile);
}
| [
"656771561@163.com"
] | 656771561@163.com |
4f3af907b67b81f4986c37ea7d020c1e439a9bdd | c0e9dcbc51f88004940b3a5e162ea438c6119690 | /WebApplication3/src/java/com/controller/controller_to_save_information.java | 093135fd9ca08ed99b6cdfc67cad3938b0b230d7 | [] | no_license | loki3789/time_tracking_application | c323ef12e9d7fa08e99f4fe36542d8ec0c24ce47 | 098ebaf662e4c077e58a032ca9e1277b871bc74e | refs/heads/master | 2020-04-09T13:46:41.323598 | 2018-12-04T16:08:35 | 2018-12-04T16:08:35 | 160,380,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,121 | 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.controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.Inpu... | [
"noreply@github.com"
] | noreply@github.com |
9798b5de2db0cc63b28b2f35950befa2a0e54c0b | 89cf021fa54ca40aba607e861833272e11703194 | /app/src/main/java/com/eddelacruz/wishmaker/FriendFragments/FriendListDisplay.java | b01ff6a4ec6c2a3e47b67bf23d94a1908d196407 | [] | no_license | edthecreator/Wish_Maker | 2965527ba2b115c1de9ec8c114677a4f29b7faa9 | 1e11b85c8aa550b94a6d64eaf0c51176e1b4109e | refs/heads/master | 2022-12-01T21:40:01.837931 | 2020-08-14T05:55:46 | 2020-08-14T05:55:46 | 276,554,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,749 | java | package com.eddelacruz.wishmaker.FriendFragments;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.URLUtil;
import android.widget.ImageView;
import android.widget.TextView;
impo... | [
"lordblacksheep13@gmail.com"
] | lordblacksheep13@gmail.com |
03a2b8dd0ea5cc4fbb5c6b65b25255804b15d3e7 | 4059bf35a52aee18f5d0448e347c3a2ce86794ef | /tools-server/src/main/java/com/rbinnovative/tools/model/dto/CategoryDTO.java | b3cdd51c0fa8f6ff982e74451b7fd8401a570777 | [] | no_license | bataragaradu/tool-rental-architecture-tools | f6274f9ae2f8df8c564552542fce6e5366e6b899 | 32c61d3e1448a14f24c4eeedf0b915f35c3fe181 | refs/heads/main | 2023-06-04T22:36:37.294883 | 2021-06-28T20:57:15 | 2021-06-28T20:57:15 | 330,211,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package com.rbinnovative.tools.model.dto;
public class CategoryDTO {
private int id;
private String name;
private String description;
public int getId() {
return id;
}
public CategoryDTO setId(int id) {
this.id = id;
return this;
}
public String getName() {
... | [
"bataragaradu@gmail.com"
] | bataragaradu@gmail.com |
d15d79f267013e2bb36c7d3c0488f964d016c624 | 992a8227f6ab1f23c69bcc2ec3ebaa9a70fb507e | /prompt-jdbc-skeleton/src/main/java/org/academiadecodigo/tailormoons/controller/AbstractController.java | 4b0474482e96a63e775e488f7a7e568b1afd2750 | [] | no_license | gorthaur-source/Academy | 475964eb6d1263d21f5f0e7843aa2403db51c29c | 212782ef3653bf197e94b6592c9670c2827d7e43 | refs/heads/main | 2023-01-23T07:26:21.506565 | 2020-11-25T17:46:26 | 2020-11-25T17:46:26 | 303,529,932 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package org.academiadecodigo.tailormoons.controller;
import org.academiadecodigo.tailormoons.service.UserService;
import org.academiadecodigo.tailormoons.view.View;
public abstract class AbstractController implements Controller {
protected UserService userService;
protected View view;
@Override
publ... | [
"codecadet@enigma.local"
] | codecadet@enigma.local |
0af5c66dfeab3b4f2c5512cb4c8bbdfb17d4f947 | 6601bd6d2b098d81fefef3825e453e227c46d051 | /src/test/java/upc/opendinghall/project/start/StartApplicationTests.java | 912be0e25d796af5b842a114ca15ef7c06af8e3a | [
"MIT"
] | permissive | liliangbin/Open-Dining-Hall | c70917df1304e1f40600bdd351d56f84e7490378 | eca8b0a83ee38659b7cb642d2da6b00fdf450ca1 | refs/heads/master | 2021-04-06T09:26:14.359653 | 2018-03-09T02:26:09 | 2018-03-09T02:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package upc.opendinghall.project.start;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class StartApplicationTests {
@Test
public vo... | [
"2286824491@qq.com"
] | 2286824491@qq.com |
09919fc30aa3c32f2802919b1c9cfc2d9a141317 | c130a094e04eb448201ca2ab8ed4fe56cd1d80bc | /samples/openapi3/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java | 847cc88474b899407f1869462ba5cdd6820e0b65 | [
"Apache-2.0"
] | permissive | janweinschenker/openapi-generator | 83fb57f9a5a94e548e9353cbf289f4b4172a724e | 2d927a738b1758c2213464e10985ee5124a091c6 | refs/heads/master | 2022-02-01T17:22:05.604745 | 2022-01-19T10:43:39 | 2022-01-19T10:43:39 | 221,860,152 | 1 | 0 | Apache-2.0 | 2019-11-15T06:36:25 | 2019-11-15T06:36:24 | null | UTF-8 | Java | false | false | 2,689 | java | /**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (5.4.0-SNAPSHOT).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.openapitools.api;
import org.openapitools.model.Client;
import io.swagger.v3.oas.annotations.Operation;
import io.swagge... | [
"noreply@github.com"
] | noreply@github.com |
7437cc0609a574f3381c87951502c55a7e39f275 | 14a0a00546034e78b0f968ac1a3087d33d5e60e7 | /src/com/company/encoders/Decoder.java | 4666f7c863a31aed4ccb5d93f023ece1979c30f4 | [] | no_license | TheNinjaRahul/LLDGPS | 642d23796b5d419dad5da3d5a8546d006858187c | 0ad0f8169d92804faf2b0e1f3a7ba3596aa78c6b | refs/heads/main | 2023-03-04T23:09:31.312411 | 2021-02-17T14:13:42 | 2021-02-17T14:13:42 | 339,742,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.company.encoders;
import com.company.Entiry.DataPacket;
import com.company.Entiry.LoginData;
import com.company.Exception.DecoderException;
/**
* The interface Decoder.
*/
public interface Decoder {
/**
* Login decode login data.
*
* @param input the input
* @return the login dat... | [
"chudasama.rahul.r@gmail.com"
] | chudasama.rahul.r@gmail.com |
8fd567ceb231f6870640018e27b14b41b9595da9 | d29235b1b696f16a0f7d890af3752a797e12fabf | /src/main/java/com/movie/search/integration/themoviedb/Genre.java | 03dc0519b7584e3182e2d23220a538c24fd81475 | [] | no_license | gabrieldsguilherme/movie-search | 2575f6eadc2a4f54b545fa6c1d47bfaccfaed021 | 3f9fb58c26362aa3fbe42ba1ca7413b07277e12a | refs/heads/master | 2020-03-17T08:15:35.193746 | 2018-05-17T23:52:36 | 2018-05-17T23:52:36 | 133,431,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,066 | java | package com.movie.search.integration.themoviedb;
public enum Genre {
Action(28) {
@Override
public Boolean isCompatibleWithTemperature(Long temperature) {
return temperature.compareTo(40L) > 0;
}
},
Comedy(35) {
@Override
public Boolean isCompatibleWithTemperature(Long temperature) {
return temper... | [
"gabrieldsguilherme@gmail.com"
] | gabrieldsguilherme@gmail.com |
8fbb3616192239ca763c956faee30f0a77f94cfe | b382dee8460e7e7904cf407f821acbfaa5c99390 | /src/main/java/com/primary/string/ReplaceChar.java | 82f91f150575244062429132162c449123d93a87 | [] | no_license | guozhongdong/leetcode | 4ddc00d2f89234e551c1733666c2284defc18f25 | ecafb5a578fd22284430034717633e48607e15d4 | refs/heads/master | 2021-06-08T10:42:11.884201 | 2021-04-08T13:24:00 | 2021-04-08T13:24:00 | 134,811,159 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package com.primary.string;
/**
* @author gzd
* @create 2018-06-24 21:12
* @desc: 提交一个工具类,替换一个字符
**/
public class ReplaceChar {
public static void main(String[] args){
String s = new ReplaceChar().replaceSpecialChar("and cust.label > 12.00");
System.out.println(s);
}
public ... | [
"guozhongdong@bonc.com.cn"
] | guozhongdong@bonc.com.cn |
b5a5742d46587e564c034296c542088d0b39568c | cfd7738b86e1fa17b71a2a79721108ceaba633ff | /src/main/java/com/searchcentric/tool/gis/model/config/GroupsConfig.java | 25592d7f904ac0fffa15a32b9483e796876fa539 | [] | no_license | undwood/tool-postgis | e15f4377fd1d85b2997b091d4c86a36ba2ab99b5 | c2846e6467eb59be44da4560b72211ad215c6e23 | refs/heads/master | 2020-07-04T09:28:58.541206 | 2016-09-08T07:02:24 | 2016-09-08T07:02:24 | 67,677,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package com.searchcentric.tool.gis.model.config;
/**
* Created by undwood on 11.08.16.
*/
public class GroupsConfig {
public String field;
public String field_alias;
public String sub_field;
public String sub_field_alias;
public String inner;
public String inner_alias;
public String outer... | [
"pwd4external"
] | pwd4external |
c074f84dbf36281414572a3a7b47224f80a3784e | 5bc96221c6f2207a8212c6687f578d358be562c8 | /src/test/java/com/dkunert/exampleclient/ProducentTest.java | bb1ce05504e335f6bda47c0c37cb4aa0719cee9a | [] | no_license | Enofod/exampleclient | 667a12463d7ac0fe01d979018f98d5a8be5a1794 | 01b4b6500665d4af1689849762d7946f02df08ec | refs/heads/master | 2021-07-12T17:01:13.118071 | 2017-10-01T21:25:41 | 2017-10-01T21:25:41 | 105,193,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,216 | java | package com.dkunert.exampleclient;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.cloud.contract.stubrunner.StubFinder;... | [
"enofod@gmail.com"
] | enofod@gmail.com |
0215f8feb7c582cf991c863a4725e5ed002ec64a | 3a857e6649468b11c3d43960a0643fb3ea567a87 | /app/src/main/java/com/huizhou/receptionbooking/common/TreeNodeType.java | fdfb23efa830fc64ddcc8ba55a9130c1c9f53ad9 | [] | no_license | Manu15f/Android_ReceptionBooking | 24cd3d4000df1d37cdae2bcb3723c5341948d39e | dc26cee387d9d1658611729333c36ab136e497ff | refs/heads/master | 2023-03-17T21:47:17.511026 | 2018-01-19T14:11:28 | 2018-01-19T14:11:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.huizhou.receptionbooking.common;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by Administrator on 2017/12/22.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIM... | [
"lyshyhuangli@126.com"
] | lyshyhuangli@126.com |
5a8b05796db11940d66175322ab79c499f01246e | 9607d56b27a701ba07181c52b7880421b1dc6ead | /HelloWorld/src/im/chap13/sec06/exam01_generic_wildcard/Student.java | e6338702d646cb25bf007ab5d58e545fc6438261 | [] | no_license | minsk-sku/Hello | f3531de7ebac74169d9a7c00983cfd75c8cc1efb | 21bc283693496916af9da4208dc96faea96a10b3 | refs/heads/master | 2020-07-23T09:16:20.118970 | 2019-10-23T07:55:40 | 2019-10-23T07:55:40 | 207,510,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package im.chap13.sec06.exam01_generic_wildcard;
public class Student extends Person {
public Student(String name) {
super(name);
}
}
| [
"User@YD03-01"
] | User@YD03-01 |
3f3f76006e84ecfc0f91e44222ef7a8122406fc7 | a307bd6319532a82feb3bf7c4321bd9b2a512f03 | /00.BashSoft - Refactored OOP Advanced/src/main/bg/softuni/staticData/ExceptionMessages.java | 9008511abead6b6679db6f497c7177fb3c6256b5 | [] | no_license | CarlitoBG/JavaOOP-Advanced | d8e6471223bbc7243ae37d22dac2a420318bd3d0 | e9da95e1c12df1e2155308e75d40d870cbc6045b | refs/heads/master | 2020-04-08T09:16:59.012470 | 2018-11-26T18:55:25 | 2018-11-26T18:55:25 | 159,216,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package main.bg.softuni.staticData;
public class ExceptionMessages {
public static final String DATA_ALREADY_INITIALIZED = "Data is already initialized.";
public static final String DATA_NOT_INITIALIZED = "Data is not initialized.";
public static final String NON_EXISTING_COURSE = "SoftUniCourse does not e... | [
"dimitrov.dians@gmail.com"
] | dimitrov.dians@gmail.com |
8688331eaeaa66a05ade37bbbe0a1ea9789b4020 | 871ce247c8561ae154942a6461867793d5a8c845 | /src/servlets/BuyServlet.java | 514e0018babff303b5a0f87edd6fb8056c27c934 | [] | no_license | Dezypher/SecurdeMP | 59c90d0abdaf85b8d4eca35cdc9207dfa88c2837 | e020cdd9eab7ad3cc6b580aeb0aec0a628d3f9e7 | refs/heads/master | 2020-04-06T07:07:39.562185 | 2016-08-29T02:36:07 | 2016-08-29T02:36:07 | 64,363,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,600 | java | package servlets;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | [
"Solomon@Solomons-MacBook-Pro.local"
] | Solomon@Solomons-MacBook-Pro.local |
72bb33243622211417cd7e19e7b3a7ffa6f6d7bf | 437c055096b0ffb8bb673c4f5b373719b648c08f | /lc-df-ftp-remote-synchronizer/src/test/java/com/lc/df/ftp/sync/batch/FTPBatchConfigurationTest.java | b15251fac4ea6a961e6b88aed851b85441579861 | [] | no_license | Jone14/df-poc | 1702d6e2ac62859d4ca244ef1453d03552709342 | 37987db4f7b6fe688b845008d63b974c2307e969 | refs/heads/master | 2021-06-21T22:13:07.866171 | 2017-08-16T07:00:12 | 2017-08-16T07:00:12 | 100,457,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,629 | java | package com.lc.df.ftp.sync.batch;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.batch.core.Job;
import org.springfr... | [
"jonej@DESKTOP-L0HBF9T"
] | jonej@DESKTOP-L0HBF9T |
b15524351d6281c3fa70a89fd7d9c1a255ddb7e5 | e9324eecb5bfab9ec143bec78e65e1378783c326 | /app/src/main/java/com/example/wilsona/correctmathgame/MainActivity.java | 30bed232b426967367486fec8850f4885abc27d3 | [] | no_license | anotherrose/CorrectMathGame | 74aabb3f8095f473a5f2b4e7acaf554f5a36fc24 | 83ac734c772a6089080237de259c834f69cd8880 | refs/heads/master | 2021-01-09T06:52:18.689261 | 2017-02-27T17:30:53 | 2017-02-27T17:30:53 | 81,112,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,267 | java | package com.example.wilsona.correctmathgame;
import android.content.Intent;
import android.content.res.AssetFileDescriptor;
import android.content.res.AssetManager;
import android.media.AudioManager;
import android.media.SoundPool;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import ... | [
"andrewmwilson98@gmail.com"
] | andrewmwilson98@gmail.com |
4a889065c831ad47d768430f8d084bdac770828f | 196e4f594da1c7a28f45d0e1c21622e23e5f1504 | /OAWeb/test/xiao/oa/util/QueryHelperTest.java | 0b8a5d92c676eee14135f0a1f9c38449e6d71315 | [] | no_license | qinghongyou/oa | ff579166e6c2b5a4ee22eac61fa457250461563d | dc23157edf474f41adc7a4a519527f5d4e4a3f02 | refs/heads/master | 2021-07-22T21:30:40.655331 | 2017-11-01T17:24:24 | 2017-11-01T17:24:24 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,844 | java | package xiao.oa.util;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import xiao.oa.domain.Forum;
import xiao.oa.domain.PageBean;
import xiao.oa.domain.Topic;
import com.opensymphony.xwork2.ActionContext;
public class QueryHelperTest {
/**
* 0 表示全部主题... | [
"2635178623@qq.com"
] | 2635178623@qq.com |
eb9c3495238301263400056b962d8d801667bd15 | e9a27127d2efb90c4b0d692dd6bddf4631717f5a | /server/src/main/java/cloud/server/ServerStarter.java | 9aa5959907692f6322fb01c3236ad9bcee07a0b2 | [] | no_license | OlegRykov/galusenitsa_box | bc3372b3f0441bb309298aa70b14da1840aa0703 | 14c8cd479e9f13b36c0e46c7ca3ea3c666482041 | refs/heads/master | 2023-04-30T22:37:21.902697 | 2021-05-13T11:47:58 | 2021-05-13T11:47:58 | 356,904,563 | 0 | 0 | null | 2021-05-13T11:50:41 | 2021-04-11T15:26:00 | Java | UTF-8 | Java | false | false | 193 | java | package cloud.server;
import cloud.server.factory.Factory;
public class ServerStarter {
public static void main(String[] args) {
Factory.getServerService().startServer();
}
}
| [
"olegrikov@ya.ru"
] | olegrikov@ya.ru |
b784d48bf45c993df930e753f1111e6e34a6cf8b | d0994997c7f6a3d6552220d8d396b9ff1fd5b715 | /xsl781/src/main/java/org/xsl781/db/annotation/PrimaryKey.java | 23f38d285850227e1ffa946026634d45bc0a1817 | [
"MIT"
] | permissive | liqimoon/xiubit-android | 65ab6f1a56b9f89e86530401f07a8cf16c6c2efd | 5723b5a8187a14909f605605b42fb3e7a8c3d768 | refs/heads/master | 2020-06-28T09:40:01.876486 | 2018-09-21T05:50:49 | 2018-09-21T05:50:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,088 | java | package org.xsl781.db.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 主键,这是一个模型里必须有的,是对象的唯一标识。
* 没有主键将会报错,一个表只有一个主关键字,它有两种类型:
* 1.主键值自定义,适用于已有唯一ID的对象。
* 2.主键值系统定义,适用于没有唯一ID的对象,将使用递增的数... | [
"694208570@qq.com"
] | 694208570@qq.com |
bfec6fbe44810d0efc4878105c75d7d608e96124 | e4c3bdf2af574c948c9ffef4342670789d601e2f | /src/main/java/fr/sywoo/hub/utils/PlayerUtils.java | 0418d5521d994df8f37fc4092855df3360cf5d63 | [] | no_license | Sywoo-Dev/Squiden-Hub | 8c7e72df46d088a7a73c9a3b56141f2db30ef07d | 606cfd65e4b71b8df3d1783099f9ff97daae495d | refs/heads/master | 2022-11-21T05:34:22.290385 | 2020-07-13T00:38:30 | 2020-07-13T00:38:30 | 279,173,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package fr.sywoo.hub.utils;
import de.dytanic.cloudnet.driver.CloudNetDriver;
import de.dytanic.cloudnet.driver.service.ServiceInfoSnapshot;
import de.dytanic.cloudnet.ext.bridge.ServiceInfoSnapshotUtil;
public class PlayerUtils {
@SuppressWarnings("deprecation")
public static int getGamePlayer(String str){
in... | [
"contact@lenglet.pro"
] | contact@lenglet.pro |
9d87d9eb0f88c28be175985e4136b658cdf1d8d3 | 3f8b44a44418c7853859ccc55b0da31c7a263bdd | /src/com/github/leetcode/medium/SubsetsII_90.java | 8850601679c7ccfbc574f4480902cbe23591d0be | [] | no_license | WOSHICAIXIANFENG/LeetCode_Training | 41a2751327f459f9496f0d9c7dcc6f62cde4caba | 53def92a5c83a2f27c9d3f9f48357f0082c1d652 | refs/heads/master | 2021-01-17T13:04:40.839941 | 2019-06-29T15:59:31 | 2019-06-29T15:59:31 | 62,431,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package com.github.leetcode.medium;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class SubsetsII_90 {
public static void main(String[] args) {
SubsetsII_90 obj = new SubsetsII_90();
int[] a1 = {1, 2, 2};
System.out.println("Cai Test = " + obj.subsetsWithDup(a1));
}
// ... | [
"samuel.cai@ceosoftcenters.com"
] | samuel.cai@ceosoftcenters.com |
954f2a91850f0328f88e24f0a26694be99804bb2 | 5837edf7ef64492dd918dfb42ab7338cd2e817bc | /mango-consumer/src/main/java/com/levy/mango/consumer/controller/MangoProducerService.java | 83576212265088d6c8b817e649c85bc9cb6d78d8 | [] | no_license | develop4j/mango | 83d77b53f980e0f0e73f8cbe94b19e88b7b4d3c3 | 2c86b01173d8f116272cd3059be86053a077fc69 | refs/heads/master | 2021-04-14T08:33:41.039124 | 2020-12-06T09:12:37 | 2020-12-06T09:12:37 | 249,219,221 | 0 | 0 | null | 2020-07-25T03:07:10 | 2020-03-22T16:01:26 | Java | UTF-8 | Java | false | false | 365 | java | package com.levy.mango.consumer.controller;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "mango-producer",fallback = MangoProducerHystrix.class) //要调用的服务名
public interface MangoProducerService {
@RequestMapping("/hello"... | [
"18846453394@163.com"
] | 18846453394@163.com |
d800f7e3245de19cb7896e01d53e516766ec0b8d | 0cffd43208c01c61b0583d28a8dcf63ffd76d7dd | /src/main/java/github/sunkeun/webboard/controller/UserController.java | bdbd0da8e79bb032cd0784e3818d3106ea220d63 | [] | no_license | jsmlov2/WebBoard | 44f872d0b2bf36ed6accfafbb34864cd9294d559 | c4d66fa8aa61ba2c88a097c3ba332d1b3825f769 | refs/heads/master | 2020-04-05T04:08:34.974714 | 2019-01-11T12:45:57 | 2019-01-11T12:45:57 | 156,539,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,375 | java | package github.sunkeun.webboard.controller;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sp... | [
"조선근@DESKTOP-CEQQROI"
] | 조선근@DESKTOP-CEQQROI |
1152783619cd4bac02ae4721584bebe2e60d786f | 226f44ef19abad4e37a648c8fbd496b66499cdd4 | /src/com/luv2code/springdemo/SetterDemoApp.java | 5f75821de59c29f41ddbbf86c834a42c0f4d3139 | [] | no_license | AlexLekkas90/spring-demo-one | 2ed3b5bac78f14da21833607363218444be7d01d | c9a092cc9f95395845a94ddd378c37973b26ccb1 | refs/heads/master | 2021-05-10T13:20:52.577644 | 2018-01-26T12:00:29 | 2018-01-26T12:00:29 | 118,471,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package com.luv2code.springdemo;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class SetterDemoApp {
public static void main(String[] args) {
//load the spring configuration file
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("applicationContex... | [
"alexander.lekkas@insurethebox.com"
] | alexander.lekkas@insurethebox.com |
b8115744065e9e7662347c207bba1391cc483033 | bb6b070a4104698792f39b857ac3b74a694b74a8 | /src/main/java/net/haesleinhuepf/clij/CLIJ.java | 6fd40fba0659fb77d21ea7be3acbd03ced0c343a | [] | no_license | psteinb/clij-1 | 2099ab08195c5f471182e4c61a3dc946b0d14e60 | 484f267879fdb54d890b30bfe39479e5fd66a629 | refs/heads/master | 2020-04-14T20:28:23.803478 | 2019-01-03T20:00:25 | 2019-01-03T20:00:25 | 164,094,952 | 1 | 0 | null | 2019-01-04T10:42:22 | 2019-01-04T10:42:21 | null | UTF-8 | Java | false | false | 11,261 | java | package net.haesleinhuepf.clij;
import clearcl.*;
import clearcl.backend.ClearCLBackendInterface;
import clearcl.backend.ClearCLBackends;
import clearcl.backend.jocl.ClearCLBackendJOCL;
import clearcl.enums.*;
import clearcl.util.ElapsedTime;
import coremem.enums.NativeTypeEnum;
import ij.IJ;
import ij.ImagePlus;
impo... | [
"rhaase@mpi-cbg.de"
] | rhaase@mpi-cbg.de |
c3fe0a9aa61090cc51d2a49c3e6197bf39e06872 | 967094bcf08d70da6d62c2b10ca11032a6f475bf | /app/src/main/java/com/anad/mobile/post/Activity/RegisterCode.java | 21619e3e7e1fcf6914526653f71be4916a5167d0 | [] | no_license | sarbarekati/Post_androidApplication | 72d3a40d07db24caa1754d84c6acf1f89247f1b6 | 6cfef2290e8064de5a3ea98b03c36fcc6f08e57b | refs/heads/master | 2021-03-24T16:27:23.994464 | 2019-05-25T10:28:21 | 2019-05-25T10:28:21 | 247,542,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,487 | java | package com.anad.mobile.post.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditTex... | [
"elias.mohammady91@gmail.com"
] | elias.mohammady91@gmail.com |
f774db3573252db41243f0f5dab284ca533aaf84 | 7eb84d9c47de1784d2c3045a2647da63c33e5b00 | /app/src/main/java/com/duces/mtginfo/CardsFragment.java | 84142e421e2f6965e606ac4d94a16f7954568350 | [] | no_license | Duces/MTGInfo | ade650460af32343fa69b49976403826c2fd0e27 | 5202ffaccdb7f125b740cb4e1c6c3a05117845bb | refs/heads/master | 2020-06-04T05:39:29.392489 | 2015-01-06T04:27:42 | 2015-01-06T04:27:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,747 | java | package com.duces.mtginfo;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.Frag... | [
"Duces2ii@gmail.com"
] | Duces2ii@gmail.com |
1afc4135cf1b2de811b6ec648b58a9deef91722f | 573afb6df6eb238d59463677e5a1765b0927f5f7 | /src/main/java/org/lab/mars/onem2m/server/upgrade/DataTreeV1.java | bb3189d31241a8d153797256b1083ba9262b8dc6 | [] | no_license | yaoalong/GraduationProject | d0ec0011f394388d1c6222e35fdb35cdf786d630 | 537a4caf50652983414665a362ac3b612b637086 | refs/heads/master | 2021-01-10T01:12:59.217132 | 2016-02-23T04:33:52 | 2016-02-23T04:33:52 | 48,848,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,798 | 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... | [
"sishimei@163.com"
] | sishimei@163.com |
53fb176aa995255578f7d48b706aabb0609d53a9 | a54a4058152685f507e02e3e9f6ad422ff5df751 | /embedded-jetty-example/src/main/java/com/jason/embedded_jetty/MyResource.java | b2d9ee684fc6dbcd8e84ffb0ca62c060431e5e3d | [
"Apache-2.0"
] | permissive | jasonbwtan/code-snippets | 7a3366b2d61a47144c9eef48a3db64a7d87ede4b | b753a27373918f63b0c19731817428edff034d4e | refs/heads/master | 2021-01-21T12:40:09.506796 | 2016-03-24T10:55:26 | 2016-03-24T10:55:26 | 37,095,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package com.jason.embedded_jetty;
import java.net.URI;
import java.net.URISyntaxException;
import java.text.ParseException;
import java.util.Date;
import javax.ws.rs.FormParam;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
imp... | [
"jasonbwtan@hotmail.com"
] | jasonbwtan@hotmail.com |
b977f4f4359471768bddb856bdd7e82e654eea03 | 33a40d1cd5e52c9ec96514c68d5384505d9f0202 | /achilles-cql/src/test/java/info/archinnov/achilles/table/CQLTableValidatorTest.java | cdd93ef444bce1080b26f1d51de8b026c541e2c0 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | mboudraa/Achilles | 87271fc1c8a141aac8dca1b540d1dcd1beb7c472 | 80d1ee7baa04e11fad17eff152175dcda5c816bc | refs/heads/master | 2021-01-20T11:50:10.246889 | 2013-09-03T20:32:17 | 2013-09-03T20:32:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,157 | java | package info.archinnov.achilles.table;
import static info.archinnov.achilles.counter.AchillesCounter.*;
import static info.archinnov.achilles.entity.metadata.PropertyType.*;
import static org.mockito.Mockito.*;
import info.archinnov.achilles.entity.metadata.EntityMeta;
import info.archinnov.achilles.entity.metadata.Pr... | [
"doanduyhai@gmail.com"
] | doanduyhai@gmail.com |
4e2231dbc283ad1865f09f5b3dd3e271be9c5399 | 273becbf8b6ca4490bc910d52f52e5eeaec40039 | /image/src/main/java/com/project/image/files/tiff/Tiff.java | 41e824c310345835f41a770a71b1e24f59f2565b | [] | no_license | wlgh2626/ImageProcessor | 93b8e0ab191a7a20ef44edf413d7a4ebd436347b | 6aac47f1ca8c4cd1d379ec8564ab92ea1c7ccce9 | refs/heads/main | 2023-07-23T22:16:05.689811 | 2021-09-08T20:43:11 | 2021-09-08T20:43:11 | 362,288,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.project.image.files.tiff;
import java.util.ArrayList;
import java.util.Arrays;
import com.project.image.files.tiff.header.Header;
import com.project.image.files.tiff.ifd.ImageFileDirectory;
import com.project.image.files.tiff.ifd.Tags.TagName;
import com.project.image.files.tiff.image.Image;
public class... | [
"wlgh2626@hotmail.com"
] | wlgh2626@hotmail.com |
7eefcca08893b8714992a57707cd2ee86daf07ba | e832a56e691822fa7335c5a209dfa536f7b3ee2b | /app/src/main/java/com/example/abdel/egyptguide/TabsActivity.java | f07eca113267c004c6801656ca86e69d6a03893f | [] | no_license | Abdelaty/Egypt-Guide | 1eee61731c672cd4f3cf19a4fb8e548a0fc37719 | 9bb3f453209e3a9649816db4e43c0c14c401f630 | refs/heads/master | 2020-03-14T18:34:46.713869 | 2018-05-05T06:41:23 | 2018-05-05T06:41:23 | 129,339,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,778 | java | package com.example.abdel.egyptguide;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android... | [
"Abdelaty.mohammedmagdi@gmail.com"
] | Abdelaty.mohammedmagdi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.