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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a4e27c3ce13ca37c18df106299e549260daccb45 | 935f1be4d0bd683dc33e744a7a0418c2e6581017 | /core/src/pl/swidurski/pacman/actions/ChangeBehaviourAction.java | 2910bb94d92d98b48094e36730b5e7b1d2aec012 | [] | no_license | TheKrystek/Pacman | d6967dc8378555a468adcea61ed3a32b7f3f204b | 9ae96bc17a6ef49d0b21058d3f05fe27e4d5e427 | refs/heads/master | 2021-01-01T05:25:46.582416 | 2016-05-20T14:46:26 | 2016-05-20T14:46:26 | 56,179,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,675 | java | package pl.swidurski.pacman.actions;
import com.badlogic.gdx.Gdx;
import pl.swidurski.pacman.map.Map;
import pl.swidurski.pacman.map.elements.Ghost;
import pl.swidurski.pacman.map.elements.MapElement;
import pl.swidurski.pacman.map.elements.MovableObject;
import java.util.Timer;
import java.util.TimerTask;
public c... | [
"krystian@swidurski.pl"
] | krystian@swidurski.pl |
1ed6d90a8efad0f0c4ab5888c3c36ad00234e185 | 2eb26e06c4b8e4de979da970108b87f27e4f231d | /POO/src/Interfaces/Principal.java | cdee33fdb93484a3d18601d4d2fcfc6b01814666 | [] | no_license | joseDG/Learning-Java | d640ebc2bab6f296a620a108ec7aaafd9519fdcd | fa23ac61b7361a36c076a635af19d7df4dd0aca6 | refs/heads/master | 2023-06-17T10:06:27.520574 | 2021-07-07T14:28:58 | 2021-07-07T14:28:58 | 383,827,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | /*
* Herencia Multiple: hace referenci a la caracteristicas de los lenguajes
* de programacion orientadas a objetos en la que una clase puede heredar
* atributos y metods de mas de una super clase
permite simular la herencia multiple.
La interfaz solo es publico o default
todos sus metodos son abstrac... | [
"josethp1@gmail.com"
] | josethp1@gmail.com |
33f91ef823d48f30d92b9ff81ab9b7fd1acc31bc | 3b0e7571b725e91c86d0654996b126ff445cadd9 | /JAVA/JAVAStandingAssignment/src/Q6/print_nos.java | a485236cfe8e1e16a83abdc6612ab8143ff97608 | [
"MIT"
] | permissive | harshit-budhraja/CSE-Practicals | 83b49913511e0dc483615b78d4e9d7cecfa84d32 | 485ea69fdb3c8f188d9979c7bf3e854fd621212f | refs/heads/master | 2021-09-16T20:18:55.290854 | 2018-06-24T15:06:25 | 2018-06-24T15:06:25 | 87,147,489 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package Q6;
/**
*
*/
/**
* @author harshitbudhraja
*
*/
public class print_nos {
public static void main(String[] args) {
// TODO Auto-generated method stub
int i=0;
for(i=0;i<=1001;i++)
{
if(i%7!=0 & i%9!=0)
{
System.out.println(i);
}
}
}
}
| [
"harshitbudhraja1301@gmail.com"
] | harshitbudhraja1301@gmail.com |
d2e80155a57127229a7f9c3b371c302e4ae98feb | 1f9d2f97a540687362242cfa0c51d848e830d29c | /Practice/src/BinarySearch.java | 20f11c88cde6d7955418800a4f75d92cdc85625d | [] | no_license | abhishekbansal31/DSA | 61d838bb6c01271b798b12c520d52c952e178269 | 8f8ac0bb0f152f02d7abab63a469aa85e20a7907 | refs/heads/master | 2022-06-25T16:06:53.161271 | 2019-07-13T17:15:30 | 2019-07-13T17:15:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | import java.util.*;
public class BinarySearch {
static int search(int[] arr,int num) {
int big=0,end=arr.length-1,mid=end/2;
while(big<=end) {
mid=(big+end)/2;
if(num==arr[mid]) {
return mid;
}
else if(num<arr[mid]) {
end=mid-1;
}
else
big=mid+1;
}
return -1;
}
... | [
"abhishekbansal643@gmail.com"
] | abhishekbansal643@gmail.com |
0a43accc29ea3a81e995e2d0eb4df621dd17ee9e | ea46516ab24f34121df85dfa801379c94cecaba1 | /.svn/pristine/97/97603a9d9cbb7bcadf5e829d7329abd687c684ce.svn-base | 6a1967032335ab1fcabefd8122c206e9c81a45c7 | [] | no_license | guominhui/DataCenter | dc81466db6f1218f61285727d6b8c84c6b536267 | 0b1299423658ad879fc4c7a5cb7f11c697cc9ac2 | refs/heads/master | 2020-03-19T03:15:41.459763 | 2018-06-04T01:40:23 | 2018-06-04T01:40:23 | 135,710,778 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 413 | package com.dictionary;
public enum ErrorDictionary {
not_your_pionner(-10001),
you_are_not_recommender(-10002),
game_uid_notExist(-10003),//
proxy_uid_hasExist(-10004),//
date_tranform_err(-10005);//
private int value;
private ErrorDictionary(int value) {
this.value = value;
}
public int getV... | [
"guominhuiloce@sina.com"
] | guominhuiloce@sina.com | |
3010bc05d836d9fda282368031bfcc0ac9de29a6 | ec9dd42ccc58924d0e933173d814d384236ed9e9 | /menu.java | 4ef478d3e8a8456c540d64ce35fae241f67035fd | [] | no_license | SnowyBerke/Hacktoberfest2020-JKLU | 8c557db21210e936b5c7aef74c14b857b9c3b262 | c93b9aa69f68216784ba79fc13ecb461307e8e41 | refs/heads/main | 2023-01-05T01:19:48.404428 | 2020-10-30T13:47:51 | 2020-10-30T13:47:51 | 308,957,906 | 0 | 0 | null | 2020-10-31T19:34:18 | 2020-10-31T19:34:17 | null | UTF-8 | Java | false | false | 2,163 | java | import java.util.Scanner;
public class menu {
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
System.out.println("Queue Test\n");
System.out.println("Enter Size of Integer queue ");
int Max = scan.nextInt();
... | [
"noreply@github.com"
] | noreply@github.com |
72d250d5dfa3d7bfee42a5d98e3ac137877abe56 | cbb3e311c0ead9a1168eaea8825dcb5d5b4bd625 | /sca-gateway/src/main/java/com/yuhb/gateway/GateWayApplication.java | 4d18651d33dfd125356da6fdfba12fe35e9b6732 | [] | no_license | JadeLuo/spring-cloud-alibaba-samples | 26fb6611760cb1f480026ea3c00ad57fb5cff257 | 0585498d686a81d7d4465c5c38efeefc81f81afa | refs/heads/master | 2021-03-02T07:40:21.533471 | 2020-02-25T13:20:31 | 2020-02-25T13:20:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,188 | java | package com.yuhb.gateway;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.ApplicationRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableCo... | [
"danielyu96@163.com"
] | danielyu96@163.com |
bd7e1573acaea4aba94a388f85aeba48ace2f88b | fe606be692cbc281ef49eed1394dafdd0d634fd8 | /users/src/test/java/cat/tecnocampus/UsersApplicationTests.java | a3df9cba812911cea3adf37f95d9fe7bd6ee06c3 | [] | no_license | DSI18-19/examen-practic-rgili | ab534384a8755932a9edeb3bfc44fe7993e4c3e4 | 8cd563c6528c614e224397dfe6a0402d2e5719f7 | refs/heads/master | 2020-04-29T02:51:33.440518 | 2019-03-15T11:58:00 | 2019-03-15T11:58:00 | 175,786,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package cat.tecnocampus;
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 UsersApplicationTests {
@Test
public void contextLoads... | [
"roure@tecnocampus.cat"
] | roure@tecnocampus.cat |
90e48e7f51da0b0415991459b9e65d5ac18448da | cabef176e2d15436c7f597a91e21842246e343d0 | /app/src/main/java/com/telesoftas/edvinas/onboardingedvblk/utils/network/listeners/NetworkStatusListener.java | 65e4370523fcf16f71ebe5d70c5b66b32163b6ce | [] | no_license | edvbal/Capstone | 1b5af1ce851ca912e674d688ba24ff0b0d3151bc | 15da9c5ba9305d9cced2f3ab9d00e1a9bfe30cb4 | refs/heads/master | 2020-03-27T11:15:44.495433 | 2018-08-29T05:02:41 | 2018-08-29T05:02:41 | 146,474,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package com.telesoftas.edvinas.onboardingedvblk.utils.network.listeners;
public interface NetworkStatusListener {
void isNetworkConnected(boolean isConnected);
}
| [
"edvblk@telesoftas.com"
] | edvblk@telesoftas.com |
3109279e972fd6ceb461135c877b340175408c4a | 33b1148cb3c2b6ad7644bb36afce0b3e43d475e3 | /src/RacingBois/Main.java | 567be595779bbdc9f7fbf327e6c7be11c6fb98d7 | [] | no_license | tuandang210/Thread | 1a24f7296c58c2edfa07c6a97da60a36b64f19b6 | 4bf155618f98437d404b20d97afb2862d182a392 | refs/heads/master | 2023-04-12T07:08:59.435927 | 2021-04-28T08:50:02 | 2021-04-28T08:50:02 | 362,336,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package RacingBois;
public class Main {
public static int DISTANCE = 100;
public static int STEP = 2;
public static void main(String[] args) {
Car carA = new Car("A");
Car carB = new Car("B");
Car carC = new Car("C");
Thread thread1 = new Thread(carA);
Thread thre... | [
"dangminhtuan.arwen@gmail.com"
] | dangminhtuan.arwen@gmail.com |
539dd5d68284feac0a99738fa31da0f7274a3949 | c2779b9e8c5fd829e314bb73ad1a6b46db31750d | /Git002/StoreManage/src/com/auth/util/Page.java | 54c4222ba87e30aa8eefa0a142616edd6de3de43 | [] | no_license | xz0823120/Git002 | 1e2e831a6311a02a398b76a5ad23fe31a1f09615 | 353025c9de0b2fb3db6befbe9041db07dee614c5 | refs/heads/master | 2022-10-15T10:00:52.250681 | 2020-05-27T08:14:55 | 2020-05-27T08:14:55 | 267,258,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.auth.util;
import java.util.List;
public class Page {
//每页显示条数
private int pageNum=5;
//总条数
private int totalNum=0;
//当前页码
private int currNo=1;
//总页数
private int totalPage=0;
//查询下标位置,limit 中的第一个参数
private int pageIndex=0;
//存储返回的集合对象
private List<?> resultList;
//请求地址
private String ... | [
"982206231@qq.com"
] | 982206231@qq.com |
4f62334bc7370bafe1a2b20068a527f54313a658 | f13083c1f27c3b8d93d9f78352f26406fdfcddda | /src/main/java/gettingstarted/config/FileSystemStorageProperties.java | 0bb522ffbe9e9af359ce3279e78608ea6b05d913 | [] | no_license | paulcwarren/anhtuan-ait-example | e198fab368f22e18957ef68753e94084b3a8b163 | 6832eccb52111b6071356e93e2caf85cd602575d | refs/heads/main | 2023-03-29T19:41:25.531816 | 2021-04-07T04:47:25 | 2021-04-07T04:47:25 | 355,414,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package gettingstarted.config;
import lombok.AllArgsConstructor;
import lombok.Getter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.ConstructorBinding;
import org.springframework.stereotype.Component;
@Getter
@AllArgsConstruc... | [
"warrenpa@vmware.com"
] | warrenpa@vmware.com |
66d437affcc79b8aec8c6d1dd3caa2236a62e3c8 | 55c1597a69a11c39394f00bf7b237f8802baafc3 | /KubanKreditTest/app/src/main/java/ru/kubankredit/kubankredittest/RequestManager.java | 7fed80a693770e23d3f1e2d5df2b01622b9ddce7 | [] | no_license | styni/AndroidEducation | c4e10d7f4d4f94e095ed8375978f73faace8e3aa | 5fe3acf6f97bc57b3cde0fdb9e91eb52cde548f2 | refs/heads/master | 2022-09-21T12:57:12.888390 | 2020-06-05T11:45:21 | 2020-06-05T11:45:21 | 267,790,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,659 | java | package ru.kubankredit.kubankredittest;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
public class RequestManager {
private static int CONNECTION_TIMEOUT = 1000;
private static int HTTP_WARNING = 461;
... | [
"dmitry.yurchenko9907@gmail.com"
] | dmitry.yurchenko9907@gmail.com |
896ac5c009c1a7cdc38471a97838f614a99b4ed8 | cd77b8e5fb4e397efa948146258e74e8fc3293bd | /03-conditional-loop/src/com/company/VolumeOfPrism.java | 86e6f9d7b48581e2e95b7157f6c22dbb882a8f82 | [] | no_license | yashdreamsdevelopment/DSA-Bootcamp-Assignment | a89a6f94646b8120b808135ec26d8ab806630f2f | fb1c84350b221cf1658fee7142cfabf4698a5912 | refs/heads/main | 2023-08-28T08:14:55.337470 | 2021-10-24T04:08:07 | 2021-10-24T04:08:07 | 410,167,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package com.company;
import java.util.Scanner;
public class VolumeOfPrism {
public static void main(String[] args) {
// Question: Volume Of Prism
// discussion: v = B x H --> here, b = base area, h = height
// Solution:
Scanner sc = new Scanner(System.in);
System.out.prin... | [
"yash.mangate1@gmail.com"
] | yash.mangate1@gmail.com |
56eb099a800efdb37f88550a792ba96a297e2f28 | 32bd9e1535c85bc2180a820d3616019d7952d033 | /CoffeeClicker/app/src/main/java/com/example/coffeeclicker/FinaleAnimation.java | f1486168435d0de36620a14dfa3e4c5eb2ea7dd4 | [] | no_license | AavaGames/CoffeeClicker | 30fbe17d1ff07d81eefd9726637885bd11fd279c | 4d81a6c52c3edc3a30a9cc231af9aa2da494b60b | refs/heads/master | 2022-11-09T18:20:37.875777 | 2020-06-22T17:52:49 | 2020-06-22T17:52:49 | 267,116,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,965 | java | package com.example.coffeeclicker;
import android.graphics.drawable.AnimationDrawable;
import android.util.Log;
import android.view.animation.Animation;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
public class FinaleAnimation
{
... | [
"keylogicgames@gmail.com"
] | keylogicgames@gmail.com |
7d849c63fbdbb05fde6b4ef8915008cd6b623415 | dbbf0c6aabb93f0fd9a4b546ffa461e8dd075356 | /lib/src/test/java/com/fonfon/gsonjsonapi/model/Comment.java | 21137ee0d59a9ccf1b21212d4e25b706763d66a8 | [] | no_license | drfonfon/GsonJsonApi | b6b3bde90fdc7113a2a74f3546b8972ef67014c0 | b379e09c6cfc3415c32ec0cdf67b0f87dc336099 | refs/heads/master | 2021-08-08T00:07:16.512892 | 2017-11-09T07:19:34 | 2017-11-09T07:19:34 | 110,080,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.fonfon.gsonjsonapi.model;
import com.fonfon.gsonjsonapi.models.relationship.One;
import com.fonfon.gsonjsonapi.Type;
import com.fonfon.gsonjsonapi.models.Resource;
@Type("comments")
public class Comment extends Resource {
private String body;
private One<Person> author;
public String getBody() {
... | [
"rdfonfon@gmail.com"
] | rdfonfon@gmail.com |
61bcecd739717308efee16ff0ca608fcb42d47a7 | 9b70c74d4633a127787df1a101e72da886a9fe4c | /test/diego/wotlas/src/wotlas/common/power/Channeller.java | 18b4edc4275bcd7c3f878899578900513918fa04 | [] | no_license | wotlas/sourceforge-cvs | 032d221b5f740f9c33915ff88f72019b966b080d | 2064a5bab42218b5fd3898061700ebabb6a412f9 | refs/heads/master | 2020-05-23T16:18:13.359826 | 2010-08-18T20:42:39 | 2010-08-18T20:42:39 | 186,845,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,052 | java | /*
* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001 - WOTLAS Team
*
* 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 versi... | [
"diego_zanga@users.sourceforge.net"
] | diego_zanga@users.sourceforge.net |
ea6c7ddae4e87fbc2ea59b99f1a55b70f1efe9c9 | 2430806a2a7639cd69da0d4637a17c60fa45eb03 | /src/main/java/com/fileService/FileService.java | 4ac2a21d832529ef5023c2f78b2430f9331bcd16 | [] | no_license | polina606257/SocialNumberLongFile | 17cc6d085853d31b1fd8b1711f0163ea2a49e3cf | 357c3797c5cc1147ed2e10eb2e5584826831b561 | refs/heads/master | 2021-02-12T19:57:36.799805 | 2020-03-03T12:26:15 | 2020-03-03T12:26:15 | 244,624,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,485 | java | package com.fileService;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
public class FileService implements FileInterface {
public Map<String, Double> createListWithoutCopy(Map<String, Double> listWithCopy) {
Map<Strin... | [
"polina.shcherbinina@gmail.com"
] | polina.shcherbinina@gmail.com |
b14428ac6f0d7d73173c67f31f21f2d6d24fe1d6 | 15a8fba2944e017f2ecb29ffc79ce71822bc579f | /nm-loan/nm-loan-comp/nm-loan-approve/src/main/java/com/hs/loan/approvecheck/entity/AppLoanApprCheck.java | a6dfde7a3a04b3fd468de3c88d77894c26f2a272 | [] | no_license | cenbow/nm | 875189feac6ab70605e77b6b9240b51ebe5531f3 | f448c103a09ab055e9e50eb6fc77b131cc3f40ff | refs/heads/master | 2021-01-20T03:53:37.880188 | 2017-06-28T07:51:04 | 2017-06-28T07:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,705 | java | package com.hs.loan.approvecheck.entity;
import java.util.Date;
import java.io.Serializable;
/**
* APP_分期案件复核 对象
* @author autocreate
* @create 2016-11-26
*/
public class AppLoanApprCheck implements Serializable{
private static final long serialVersionUID = 1L;
/*** */
private String id ;
... | [
"mynamehanfei@163.com"
] | mynamehanfei@163.com |
838c1b5e721b17a71bd6c45c02fae642664c1e6b | 72d0d8e408aa1e021829ee478e783c0cc63f8c24 | /PRACTICO/src/practico/Arquero.java | c336676778e1715277dc9e2032fa66e04c51f68d | [] | no_license | juanmanuelmartin/Trabajo-Practico-Grupal | 528e9201659055425bbc79883ac860adecd7830f | b94202dcfe92a70648c8e3b5577b9769e8d1abba | refs/heads/master | 2020-06-30T13:11:14.405190 | 2019-09-10T15:01:17 | 2019-09-10T15:01:17 | 200,835,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,614 | 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 practico;
/**
*
* @author juanp
*/
public class Orco extends Personajes{
private int salud;
private int ataque... | [
"53475753+juan-pablo-dovale@users.noreply.github.com"
] | 53475753+juan-pablo-dovale@users.noreply.github.com |
94357f52f5ab6f50636cc53f34e0a99175f74ffb | 2568d93f238c84cd6f4889be4e561ccec2890e48 | /common/src/main/java/com/nonelonely/common/xss/XssFilter.java | 0f074229a67bdcad4c6fe24a16453df826d810b2 | [
"Apache-2.0"
] | permissive | fangrx/my-blog | 3ea91c0c1af33a54ce30b7dc53b458364121d164 | 85813412fb790f3e90cbce7092ad156a99f7eff1 | refs/heads/master | 2023-07-18T09:37:20.750365 | 2021-09-01T07:00:04 | 2021-09-01T07:00:04 | 401,545,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java | package com.nonelonely.common.xss;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Xss防护过滤器
* @aut... | [
"ri-xin.fang@doone.com.cn"
] | ri-xin.fang@doone.com.cn |
64cc7a6a22d2214a4ed7740b4c992d2aa3d98eb1 | b9f0ccb45cf8a14c53d6c4aac8cca47181bd1dec | /IOT/app/src/main/java/com/min/iotdemo/adapter/ElvMainEquimentControlAdapter.java | e38101f5405c8216d301c15ca2f2f469072be94f | [] | no_license | ljh-dobest/things-android | b4cf8fd85c1c1f09106d39c43bb41414a7da4f21 | 468fb78004a1e83c2278fd0829c260232d4a4d99 | refs/heads/master | 2021-07-14T01:48:18.298716 | 2017-10-14T08:43:53 | 2017-10-14T08:43:53 | 104,038,286 | 0 | 0 | null | 2017-09-19T06:56:43 | 2017-09-19T06:56:42 | null | UTF-8 | Java | false | false | 5,715 | java | package com.min.iotdemo.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.EditText;
import and... | [
"710601912@qq.com"
] | 710601912@qq.com |
285196437eab86367da7e76abd85ea71f6a56c98 | 88ab82476c4e07b0686e772f7aec672c395e01d9 | /teacher/tasks/TaskDetailController.java | 0a4bd28451347e0b477b2605616c39d131c31f6d | [] | no_license | lismsdh2/projectF | 72bf29495a8f3c97711ba28b7534899ef447f4ce | 0e1666f0fb2d30148c066a517c47f4cf0f87ab85 | refs/heads/master | 2022-11-16T13:14:01.258566 | 2020-07-10T00:18:52 | 2020-07-10T00:18:52 | 261,232,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,204 | java | package teacher.tasks;
import java.net.URL;
import java.text.DecimalFormat;
import java.util.Collections;
import java.util.Optional;
import java.util.ResourceBundle;
import DAO.TaskDao;
import DAO.TaskDetailDao;
import DTO.TaskDetailDto;
import DTO.TaskDto;
import javafx.application.Platform;
import jav... | [
"noreply@github.com"
] | noreply@github.com |
a08e92a8dbc07e8a63043c5ad23e96f98bde0d4e | 70bcc690e36e4a6be97d19e74dc59bf5484174d1 | /src/com/sp/prpall/blsvr/misc/BLPrpTimeRegister.java | d64a4fd3fdb2b54c6e5520227319df36336679d4 | [] | no_license | haierTest/test01 | fc819888443d49047f04d031a7d5e3c7f8724810 | 1c03f59e4f709f8f92608ec4a4bd5671d9d0e24b | refs/heads/master | 2021-07-14T09:25:36.805025 | 2017-10-11T03:34:45 | 2017-10-11T03:34:45 | 106,499,408 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 9,946 | java | package com.sp.prpall.blsvr.misc;
import java.util.ArrayList;
import java.util.Vector;
import com.sp.prpall.dbsvr.misc.DBPrpTimeRegister;
import com.sp.prpall.schema.PrpTimeRegisterSchema;
import com.sp.utility.SysConfig;
import com.sp.utility.SysConst;
import com.sp.utility.database.DbPool;
import com.sp.utility.err... | [
"xiangzhenfa@haier.com"
] | xiangzhenfa@haier.com |
1d80d66cbdcc021f87663e6a48dc007a15063093 | d12082143aa843104dfcaf51f6c738565e65e6a4 | /src/main/java/ru/intech/ussd/modeler/graphobjects/EdgeFinish.java | 2575f95ff1bbf12cbd812e2d7772f5106db0e37b | [] | no_license | gedr/room-action-modeler | 99b29536fb6a5410462d720b391de390cc190dae | 3a64afa2585ca5f358a6aff98780479bab8703ac | refs/heads/master | 2021-01-17T07:09:14.413153 | 2016-10-07T14:37:07 | 2016-10-07T14:37:07 | 41,827,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,005 | java | package ru.intech.ussd.modeler.graphobjects;
public class EdgeFinish implements Edge{
// =================================================================================================================
// Constants
// =================================================================================================... | [
"Ed@Ed_Desktop"
] | Ed@Ed_Desktop |
4387706afceb4dd4d5df33b6370a989e36a3d89a | 2317cca7cac187f0d5c25a62e8708ca3a95cd7ac | /studs/grades/src/cn/grades/teacher/service/TeacherService.java | 59964e68bcb6c873bd4ea0c119203bdf0e8c5339 | [] | no_license | wangjianme/weric | d17c6efd3939be0f62cb6467b0db03305ab09372 | 9d44c0b688fa7dfed398b878ba63f7cd8f69b1b6 | refs/heads/master | 2020-12-30T14:01:22.900222 | 2018-07-07T13:29:48 | 2018-07-07T13:29:48 | 91,281,088 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,083 | java | package cn.grades.teacher.service;
import java.util.List;
import java.util.Map;
import cn.grades.domain.Degrees;
import cn.grades.domain.Department;
import cn.grades.domain.Teacher;
import cn.grades.domain.Title;
import cn.grades.teacher.dao.ITeacherDao;
import cn.grades.teacher.dao.TeacherDaojdbc;
public class Teach... | [
"wangjian_me@126.com"
] | wangjian_me@126.com |
a961300f58d123d211093b12776b5691b7453398 | eb7719606477bc9649fade79cc1115e36f16983d | /chap03/src/sec04/exam04_arithmetic/InfinityAndNanCheckExample.java | 6aa0f70a2730847882385b6e0722b1a95e4b6034 | [] | no_license | Sim-1122/OAK | 16f50f4259812502a8c65502e76428abfdda8476 | a46cbc4203f5426c26235a73955c914d1bc75160 | refs/heads/master | 2022-11-23T12:24:31.281013 | 2020-07-27T08:39:12 | 2020-07-27T08:39:12 | 281,618,103 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 623 | java | package sec04.exam04_arithmetic;
public class InfinityAndNanCheckExample {
public static void main(String[] args) {
/*int x=5;
double y = 0.0;
//double z = 5 / y;
double z = x%y;
System.out.println(Double.isInfinite(z));
System.out.println(Double.isNaN(z));
System.out.println(z+2);
if(Double... | [
"jini1122@koreatech.ac.kr"
] | jini1122@koreatech.ac.kr |
8b85774cc81b2105c35c00d54edb699eb9deffaa | eb996b04857efc3022bb12beb64a9313603bdb9f | /src/LinkedListPractice/Palindrome.java | 604472faa5fb7f89a09f2b966fb96678b73e8516 | [] | no_license | Benpou/dataStructure | 8c604645d8a04821174e722dc39d8edb96b9428b | c442e2f0331d1a8a4da99d7402542dc301c0fd8d | refs/heads/master | 2023-06-29T16:01:56.891466 | 2021-08-04T14:58:07 | 2021-08-04T14:58:07 | 262,215,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package LinkedListPractice;
public class Palindrome {
public static void main(String[] args) {
}
}
| [
"benpou2012@gmail.com"
] | benpou2012@gmail.com |
36b16824502344d8e1a767cf505c47afe52b1093 | 6f1800437bbbaea120d89ccc328e4a0a1c9b48bc | /Betfair/src/main/java/betfair/services/fileServices/ReadCSV.java | 03ce99cc61d63c2d0dbcb622621e76e2bfe493ca | [] | no_license | labdul/la-svn | ea5afa21143c3136c44d70f7d4944595e0c1c5b3 | 4b438bd3fccb63322bd3d300adbac54090f436db | refs/heads/master | 2021-01-10T08:00:32.263770 | 2015-11-26T23:22:03 | 2015-11-26T23:22:03 | 46,950,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,190 | java | package betfair.services.fileServices;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
import au.com.bytecode.opencsv.CSVReader;
/*
* This function does the low level task of opening th... | [
"abdulsalam12000@gmail.com"
] | abdulsalam12000@gmail.com |
91642104647b73a02e614bbacffee81bed9ef6dd | 84e6ed32d0b428ecd70692c4155a8d4db6db8580 | /src/main/java/com/ariht/maven/plugins/config/io/FileInfo.java | dd259b1c31738363c71437265c532583e8cf7aac | [
"Apache-2.0"
] | permissive | ghusta/config-generation-maven-plugin | 057184d46c772cb224bafbc8203a8bcb610b4cd5 | ced78f0bc4fd7978039e652c98d5a1ef4f361170 | refs/heads/master | 2021-05-09T23:12:32.727110 | 2018-01-24T15:22:30 | 2018-01-24T15:22:30 | 118,773,618 | 0 | 0 | null | 2018-01-24T14:07:34 | 2018-01-24T14:07:33 | null | UTF-8 | Java | false | false | 3,782 | java | /*
* Copyright 2014 Software Design Studio Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | [
"david.green@softwaredesignstudio.co.uk"
] | david.green@softwaredesignstudio.co.uk |
5027639ebea4adabbed8548afa672fcdcdcf5085 | 15799f09bfe5d1469446e199ed57b47ce1109b64 | /src/main/java/com/weisen/www/code/yjf/extension/security/oauth2/CookiesHttpServletRequestWrapper.java | 661c475d3ad4b8fbae885e943b5507849bf84234 | [] | no_license | hupig-cn/web-extension | 640802382512f789c1f726e7a4c54bb580a09737 | c2e4fb40fb8120b456e8662f798249308c198092 | refs/heads/master | 2021-07-18T00:47:09.497894 | 2019-06-20T10:44:43 | 2019-06-20T10:44:43 | 192,901,879 | 0 | 0 | null | 2020-07-17T09:44:27 | 2019-06-20T10:42:58 | Java | UTF-8 | Java | false | false | 1,161 | java | package com.weisen.www.code.yjf.extension.security.oauth2;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
/**
* A request mapper used to modify the cookies in the original request.
* This is needed such that we can modify the cook... | [
"lixin520gj@163.com"
] | lixin520gj@163.com |
577c88d4133ba58058176332f664fdfac93ab523 | 677d7dbfba209cff6bb6b51411d09b4f9a65e169 | /ess/src/main/java/progress/hrStaffGeneral/form/wsdl/InsertRehireWithNewDataResponse.java | 17ce7a4e579413f2050cc85835e1a1d79b75e350 | [] | no_license | BloomingLotus/progress-ess | a5409bf0be88f2a5d04f60d8089bbbc971783259 | ad96dfda9bcf7d209f218892f9593f9c9bd18727 | refs/heads/master | 2021-01-01T19:34:59.074875 | 2016-01-13T09:15:14 | 2016-01-13T09:15:14 | 32,516,203 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,218 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.06.20 at 03... | [
"dbuaklee@hotmail.com"
] | dbuaklee@hotmail.com |
905fffc3e351a23c68a055220c80fa72aaca64af | 5afc1e039d0c7e0e98216fa265829ce2168100fd | /base-bean/src/main/java/cn/honry/base/bean/model/PersonalAddressList.java | 1c26a560a1d12ecb74c2f5f346092526e5e10693 | [] | no_license | konglinghai123/his | 66dc0c1ecbde6427e70b8c1087cddf60f670090d | 3dc3eb064819cb36ce4185f086b25828bb4bcc67 | refs/heads/master | 2022-01-02T17:05:27.239076 | 2018-03-02T04:16:41 | 2018-03-02T04:16:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,094 | java | package cn.honry.base.bean.model;
import java.util.Date;
import cn.honry.base.bean.business.Entity;
/**
*
* 个人通讯录实体
* @Author:zxl
* @CreateDate: 2017年7月15日 下午4:24:32
* @Modifier: zxl
* @ModifyDate: 2017年7月15日 下午4:24:32
* @ModifyRmk:
* @version: V1.0 PersonalAddressList
*/
public clas... | [
"user3@163.com"
] | user3@163.com |
dea6a857840603cbf5bbac669b0d8572ea591f36 | 958b13739d7da564749737cb848200da5bd476eb | /src/main/java/com/alipay/api/response/AlipayTradeRepaybillOrderRefundResponse.java | 8c134884d4ba09d88ef4d6a4f1c8cb6b4ed2e298 | [
"Apache-2.0"
] | permissive | anywhere/alipay-sdk-java-all | 0a181c934ca84654d6d2f25f199bf4215c167bd2 | 649e6ff0633ebfca93a071ff575bacad4311cdd4 | refs/heads/master | 2023-02-13T02:09:28.859092 | 2021-01-14T03:17:27 | 2021-01-14T03:17:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.trade.repaybill.order.refund response.
*
* @author auto create
* @since 1.0, 2020-09-30 16:26:29
*/
public class AlipayTradeRepaybillOrderRefundResponse e... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
06dd0c0aa5e5a2fe8d19c8902835c89054e25b1d | 4da9097315831c8639a8491e881ec97fdf74c603 | /src/StockIT-v1-release_source_from_JADX/sources/com/google/zxing/qrcode/detector/Detector.java | 4a691d81c50228c2fbbfb134fe1b2ade4b304ff4 | [
"Apache-2.0"
] | permissive | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1 | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | refs/heads/main | 2023-08-11T06:17:05.659651 | 2021-10-01T08:48:06 | 2021-10-01T08:48:06 | 410,595,708 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,798 | java | package com.google.zxing.qrcode.detector;
import com.google.zxing.DecodeHintType;
import com.google.zxing.FormatException;
import com.google.zxing.NotFoundException;
import com.google.zxing.ResultPoint;
import com.google.zxing.ResultPointCallback;
import com.google.zxing.common.BitMatrix;
import com.google.zxing.commo... | [
"57108396+atul-vyshnav@users.noreply.github.com"
] | 57108396+atul-vyshnav@users.noreply.github.com |
a7724d3808e2b1704c9315b1b12891e996fc3e23 | ac58a203b9586d7cbfbd50159f65bc9ff0602207 | /src/main/java/com/packt/webstore/service/ProductService.java | aaf86767e68711c5b0814ecc56208dfa254a27e4 | [] | no_license | smolamarcin/springMVC | 84d81c425b0504ee55e333e2f1d541fe92cff455 | 549222dae2d55849fd1775e050137a4caf37fd22 | refs/heads/master | 2021-01-25T00:29:30.038489 | 2019-02-20T15:24:10 | 2019-02-20T15:24:10 | 123,297,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package com.packt.webstore.service;
import com.packt.webstore.domain.Product;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface ProductService {
List<Product> getAllProducts();
List<Product> getProductsByCategory(String category);
Set<Product> getProductsByFilter(Map<S... | [
"marcin.smola7@gmail.com"
] | marcin.smola7@gmail.com |
658ab84fca136913da16e39f1a0a7b23cc28ec1c | 6ee4db031eb8cc1bdffe4fb699d2936544686269 | /src/com/dapeng/web/action/UserAction.java | 85ff1d0e3b429caa5a4211c354413e16891c5120 | [] | no_license | zdapeng/ssh_crm | e037b296c266adf765693cc9b4a648668e3bc1c7 | f9d6dbce6287bba7994657f46e5b8eb2c0016505 | refs/heads/master | 2020-03-07T18:11:48.565468 | 2018-04-14T09:13:10 | 2018-04-14T09:13:10 | 110,517,636 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.dapeng.web.action;
import com.dapeng.service.UserService;
import com.opensymphony.xwork2.ActionSupport;
public class UserAction extends ActionSupport{
private UserService us;
public String login() throws Exception {
System.out.println(us);
return super.execute();
}
public void setUs(UserService ... | [
"z_dapeng@mail.dlut.edu.cn"
] | z_dapeng@mail.dlut.edu.cn |
33717427be3904826446d212c1c781e4364c1e71 | 8cb2dcc9b126ec22797195564c341bf980c70155 | /colorcode.java | 8973f4ba89aed53b00845745031eeaf19e5ecf55 | [] | no_license | Yashodha-Nesaragi/Assignment1_conditional | f81e481c2b30110dbd42f71977c1663b32f2b786 | 2d9bc083bc5d5d04314037a5d0df3e6db1c7b4c9 | refs/heads/main | 2023-02-25T07:04:32.799791 | 2021-02-01T06:01:34 | 2021-02-01T06:01:34 | 334,845,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package assignment1week1;
import java.util.Scanner;
public class colorcode {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner ch = new Scanner(System.in);
System.out.println("Enter the Colour Code : ");
char choice = ch.next().charAt(0);
switch(choice)
{
... | [
"noreply@github.com"
] | noreply@github.com |
56fc79e69825cf6917981846f00cb9f7cc4c7233 | c015c4044fc58afbf78ecb3e5e87117d52ce52fd | /src/spil/Field.java | c4d02854aa040810164a4f8d8430ee3640105681 | [] | no_license | fagnig/CDIO_2 | ee15cd76b1b27b1e2be271d388155595b270ea8d | ff6e770f80875fe12f1a119373f6015de89a88f7 | refs/heads/master | 2021-08-08T13:21:45.748614 | 2017-11-10T10:59:29 | 2017-11-10T10:59:29 | 107,985,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package spil;
public class Field {
private int id;
private String titleText;
private String subText;
public Field(int id, String tt, String st) {
this.id = id;
this.titleText = tt;
this.subText = st;
}
public int getId() {
return id;
}
public String getTitle() {
return titleTe... | [
"fagnig@github.com"
] | fagnig@github.com |
c0ee659f6bf13db33efaf35f7d1ce23b98f04823 | 971d19d660c32c3b2525fab468f044f325129907 | /src/framelisteners/Database/DoctorChase/LoadTelmedLeads.java | c7f3ebf3a812eeb0ebe682fc15b20097fa9f8a2d | [] | no_license | Tkuenzler/Fax-app | 00490c6340c2cdbf95b55a6b4fb45069b917a622 | dfec07f989a3a5cebee8ca111be483504d8689f4 | refs/heads/master | 2023-01-24T14:18:12.120198 | 2020-12-06T00:57:39 | 2020-12-06T00:57:39 | 284,840,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package framelisteners.Database.DoctorChase;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import Clients.DatabaseClient;
import source.CSVFrame;
import table.Record;
public class LoadTel... | [
"jm734@192.168.0.23"
] | jm734@192.168.0.23 |
44b3351aa9aa2c67686d8b3d2adacf99ad3b4c96 | 68871cfeaf37c12fd2e3608180d6ebd1689e9fec | /gen/com/numhero/client/widget/submenu/TrackTimeSubmenu_TrackTimeSubmenuUiBinderImpl.java | 96e821ad996dde6a8534d2fb6e952db323c26a14 | [] | no_license | uberto/netnumero | 5e0170ed14d3f343f5eba651b73a6c82f8ec5d0e | 18c462fed7a046281f88edcf3b47fcc61dedcbf6 | refs/heads/master | 2021-04-06T19:29:13.461683 | 2017-03-10T10:03:07 | 2017-03-10T10:03:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,289 | java | package com.numhero.client.widget.submenu;
import com.google.gwt.core.client.GWT;
import com.google.gwt.dom.client.Element;
import com.google.gwt.safehtml.client.SafeHtmlTemplates;
import com.google.gwt.safehtml.shared.SafeHtml;
import com.google.gwt.safehtml.shared.SafeHtmlUtils;
import com.google.gwt.uibinder.client... | [
"antonio.signore@gmail.com"
] | antonio.signore@gmail.com |
fc6bba1aa631fc9154a75846860fe72d63fb87c1 | b46a920d63b23248f0c97039a11a0b302ba01da2 | /src/main/java/top/mcpbs/games/uhc/SettlementFormTask.java | 95e9021ea441b82c3358e922358b4cbbecd6511c | [] | no_license | smartcmd/pbsgames | c3dfa65c94292bf2e9b051f1115d72b298568691 | 75e7b3fa05d17a75abb7616f3b1d58bac18ff6d8 | refs/heads/master | 2023-01-19T06:35:21.362932 | 2020-11-21T11:43:56 | 2020-11-21T11:43:56 | 305,742,696 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | package top.mcpbs.games.uhc;
import cn.nukkit.Player;
import cn.nukkit.plugin.Plugin;
import cn.nukkit.scheduler.PluginTask;
public class SettlementFormTask extends PluginTask {
boolean iswinner;
Player player;
public SettlementFormTask(Plugin owner, Player player, boolean iswinner) {
super(owne... | [
"3523206925@qq.com"
] | 3523206925@qq.com |
6cfb3d9845db626482cbd079a025f9430000c7b6 | 56ab1fbaf6f238e3c6eb2dcc181019a33a0da60d | /android/app/src/main/java/com/mobile_17_octt_dev_13483/MainApplication.java | 1eecd6fff7a40303aedf178a56624649a1b51673 | [] | no_license | crowdbotics-apps/mobile-17-octt-dev-13483 | 15b5287c89a3ab2e4db9e58e1968bf096fa8d39c | acd6836ffa844ea0e78b8f0410c9865cf1ed6914 | refs/heads/master | 2022-12-31T12:36:42.666711 | 2020-10-17T11:48:58 | 2020-10-17T11:48:58 | 304,864,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,701 | java | package com.mobile_17_octt_dev_13483;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
imp... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
b92cc75831c62dec35747bb929131c2408d31a59 | ad8711303e2a79a322e833da9803a3f18db3b0e5 | /EZJava/Statements/src/whilestmt/WhileStatement8.java | 58da8c1f92cd5700b8fe0878a3f90e14573412d5 | [] | no_license | jsb5589/JAVAStudy | be2f7de7339301c3ce88abd1ef737eab6f3bb15b | efeac440b02a5670c1bf848f41b2fac57f05f3f9 | refs/heads/master | 2023-07-11T13:24:42.827122 | 2021-08-18T06:12:24 | 2021-08-18T06:12:24 | 395,255,932 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 774 | java | package whilestmt;
/*
* 반복문(while, for)
* [문제11] 구구단
* - 2단부터 5단까지는 30미만을 출력
* - 6단부터 9단까지는 30이상을 출력
*/
public class WhileStatement8 {
public static void main(String[] args) {
int cnt = 0;
int x = 2;
while(x <= 9) {
System.out.printf("[%d단]\n", x);
for(int y=1; y <= 9; y++) {
int z = x * y;
... | [
"jsb5589@naver.com"
] | jsb5589@naver.com |
e430afcae74fe87611a50b459fb17523c8624d1a | 0adcb787c2d7b3bbf81f066526b49653f9c8db40 | /src/main/java/com/alipay/api/domain/ArrangementOpenQueryResultVO.java | c1633879bbf310da249d26f9c0bc0965e11174f1 | [
"Apache-2.0"
] | permissive | yikey/alipay-sdk-java-all | 1cdca570c1184778c6f3cad16fe0bcb6e02d2484 | 91d84898512c5a4b29c707b0d8d0cd972610b79b | refs/heads/master | 2020-05-22T13:40:11.064476 | 2019-04-11T14:11:02 | 2019-04-11T14:11:02 | 186,365,665 | 1 | 0 | null | 2019-05-13T07:16:09 | 2019-05-13T07:16:08 | null | UTF-8 | Java | false | false | 1,846 | java | package com.alipay.api.domain;
import java.util.Date;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 合约查询结果bean
*
* @author auto create
* @since 1.0, 2017-03-10 17:03:54
*/
public class ArrangementOpenQueryResultVO extends AlipayObject {
private stati... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
5692f7bb431e35d272937a8f907f5365ed1ee117 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-workmail/src/main/java/com/amazonaws/services/workmail/model/DescribeInboundDmarcSettingsResult.java | 5dd2e46c7478f7c22589ec95022b7531c4f35e0e | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 4,185 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
f7cb8026b4a666864b0782ea564f60d270cd175d | 76c0892c52c049fe9c09951e9d4962fc07973069 | /src/test/java/edu/jhu/prim/sort/DoubleSortTest.java | f9c57ac173fa9ac165fae0343c9d9540392e570f | [
"Apache-2.0"
] | permissive | rkawajiri/prim | 0b00bafc92031bcf9d8276b7ad1a540b1efd4db6 | a6a0b742ed51e23e69ef46dc74f5c23b509e7013 | refs/heads/master | 2021-01-16T20:54:24.468117 | 2014-06-21T00:50:57 | 2014-06-21T00:50:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package edu.jhu.prim.sort;
import static org.junit.Assert.assertTrue;
import java.util.Arrays;
import java.util.Random;
import org.junit.Test;
import edu.jhu.prim.util.JUnitUtils;
public class DoubleSortTest {
/* ---------- Doubles only --------------*/
@Test
public void testQuicksortAsc() {
... | [
"mrg@cs.jhu.edu"
] | mrg@cs.jhu.edu |
0c34fe6435fd53fb1005b442425471bcc5ecf103 | c2e6f7c40edce79fd498a5bbaba4c2d69cf05e0c | /src/main/java/kotlin/random/FallbackThreadLocalRandom$implStorage$1.java | 0cd892cf7c94fe6f29a4ef98c7b60baba1c644d0 | [] | no_license | pengju1218/decompiled-apk | 7f64ee6b2d7424b027f4f112c77e47cd420b2b8c | b60b54342a8e294486c45b2325fb78155c3c37e6 | refs/heads/master | 2022-03-23T02:57:09.115704 | 2019-12-28T23:13:07 | 2019-12-28T23:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package kotlin.random;
import java.util.Random;
import kotlin.Metadata;
import org.jetbrains.annotations.NotNull;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0011\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002*\u0001\u0000\b\n\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001J\b\u0010\u0003\u001a\u00... | [
"apoorwaand@gmail.com"
] | apoorwaand@gmail.com |
16560321753074fa09b60ab820f1d8743e980370 | 98ac8390217350fe0b27e4775a3af0db5b327507 | /Java/StackStabilization1.java | 751be4d03efc3e2afe17eacc9684981ddffc5111 | [] | no_license | thattazhi/Coding_Problems | db564975d8a7cddb9a2c9eaae2626a3548885327 | 6ded1edce9e3970816f691802f61d7e08f871f15 | refs/heads/master | 2022-03-15T22:05:00.947009 | 2022-02-27T20:28:43 | 2022-02-27T20:28:43 | 166,294,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | public class StackStabilization1 {
public static int getMinimumDeflatedDiscCount(int N, int[] R) {
if(R[N - 1] < N) return -1;
int ans = 0;
for(int i = N - 2; i >= 0; i--) {
if(R[i] < i + 1) return -1;
if(R[i] >= R[i + 1]){
R[i] = R[i + 1]... | [
"sajiththattazhi14@gmail.com"
] | sajiththattazhi14@gmail.com |
6ec58e1fc53ae08899eb62c91bb2217c9ea83e5f | c2fa6a2bbf47497a9b67180e4f42ac1ef47baece | /app/src/main/java/com/innovationtechnology/app/hotelturismoapp/Usuario.java | 3e01c36da1a4c993ddf8cc468b1a77f1d30e3b19 | [] | no_license | ARosentiehl24/HotelTurismoApp | f961d34d0ebdb19acb4d15e897eb6955cb2e267f | bf7aefcad17e7b3e997e32a89d6e223291c9f4a8 | refs/heads/master | 2022-10-13T06:01:26.547732 | 2016-05-18T23:06:26 | 2016-05-18T23:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 81 | java | package com.innovationtechnology.app.hotelturismoapp;
public class Usuario {
}
| [
"alberto9.24.93@gmail.com"
] | alberto9.24.93@gmail.com |
18e68f6aad4fa61d7f78f707dc276d4da8f398dd | 57b7e5fbe0d2f0aa2da4789c33a1f1bf57198632 | /src/com/skymiracle/server/tcpServer/cmdStorageServer/UserMailAddClassCommander.java | 6f0adfd20e47b72c47232d6abb59f34831c7ce04 | [] | no_license | neorayer/SkyJLib | 9285c2794876de875617faab37c4cb49bfd71bd0 | 02ca96cea8806a0261375703f53bdc5056d2c4b1 | refs/heads/master | 2021-01-21T13:40:28.243412 | 2019-03-07T00:13:37 | 2019-03-07T00:13:37 | 52,416,765 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 973 | java | package com.skymiracle.server.tcpServer.cmdStorageServer;
import com.skymiracle.fileBox.MailClass;
import com.skymiracle.server.tcpServer.cmdServer.CmdConnHandler;
public class UserMailAddClassCommander extends UserDomainCommander {
public UserMailAddClassCommander(CmdConnHandler connHandler) {
super(connHandler)... | [
"neorayer@gmail.com"
] | neorayer@gmail.com |
c384dae6444963ea7775777dda86a95a34b09c3e | eadbd6ba5a2d5c960ffa9788f5f7e79eeb98384d | /src/android/support/v7/internal/view/menu/ListMenuPresenter.java | bf239f209aa412ff67c9e9e03e26aad61f83fec0 | [] | no_license | marcoucou/com.tinder | 37edc3b9fb22496258f3a8670e6349ce5b1d8993 | c68f08f7cacf76bf7f103016754eb87b1c0ac30d | refs/heads/master | 2022-04-18T23:01:15.638983 | 2020-04-14T18:04:10 | 2020-04-14T18:04:10 | 255,685,521 | 0 | 0 | null | 2020-04-14T18:00:06 | 2020-04-14T18:00:05 | null | UTF-8 | Java | false | false | 6,875 | java | package android.support.v7.internal.view.menu;
import android.content.Context;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.v7.appcompat.R.layout;
import android.util.SparseArray;
import android.view.ContextThemeWrapper;
import android.view.LayoutInflater;
import android.view.View;
im... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
d59214ebc714a65dd8c6eb444ff76c7f2958391b | 8f5fd02b91e6fb9fe13abbae4fc3dffc724fc77d | /src/day41_OOP/Elevator.java | 9f348e1a9830de5ca82421acd98f42018f117192 | [] | no_license | dleo555/JavaProgramming | 7c800c48e2a9b064810646805a66866694d61a91 | d9fec7e9d7fded48b26b8371b48e9e3ed0469342 | refs/heads/master | 2021-05-15T02:51:31.306583 | 2020-03-26T22:11:34 | 2020-03-26T22:11:34 | 250,383,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package day41_OOP;
public class Elevator {
private int currentFloor;
public void goToFloor(int newFloor) {
if (newFloor >= 0 && newFloor <= 6) {
if (newFloor > currentFloor) {
for (int i = currentFloor; i < newFloor; i++) {
System.out.println("going to fl... | [
"dleonov555@gmail.com"
] | dleonov555@gmail.com |
f6981b09ad2fc027af49191c1124af7645d14074 | 82f693c0cf7306afc841c72255e6a6b0aa04eaf2 | /src/main/java/service/GenericService.java | 00fcaaa00bf5db1088b505d8ed962323fd020f1d | [] | no_license | dgulevich/studentJournal | 4f70f337caa9105077d1252518594f8d6a5edbdd | fa19dc1685d52c55f49275eb9f627365abd1a7b7 | refs/heads/master | 2020-06-13T04:30:56.538660 | 2019-08-19T21:58:41 | 2019-08-19T21:58:41 | 194,534,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package main.java.service;
import java.util.Collection;
import java.util.Optional;
public interface GenericService<T> {
Optional<T> save(T object);
Optional<T> update(T object);
Collection<T> getAll();
Optional<T> getById(Long id);
void delete(T object);
void deleteAll();
void delet... | [
"gulevi4@gmail.com"
] | gulevi4@gmail.com |
2d48b91b64eae68f9ae13575b1d22717b32b0fb7 | 7b198fad75196f7e474ba702bf7eb9067c81b3b4 | /src/main/dev/com/wonders/fzb/legislation/beans/LegislationProcessTask.java | 642de1991ec054b27dc05e65d1c1392fcc041863 | [] | no_license | nfzbgroup/nfzb | 6398455aee1aa05e9412103ec9d072a49bf2b851 | d83a823f756d164dbe56458292d3e4860ab3ca98 | refs/heads/master | 2020-04-27T11:53:46.515579 | 2019-05-27T10:14:07 | 2019-05-27T10:14:07 | 174,313,187 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 8,786 | java | package com.wonders.fzb.legislation.beans;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
/**
* LEGISLATION_PROCESS_TASK Bean (操作业务实体)
* autoCreated by lj
*/
@SuppressWarnings("serial")
@Entity
@Table(name = "LEGISL... | [
"11654435@qq.com"
] | 11654435@qq.com |
b6cecef2b91e3ee121db01baceeb93ad123ba49c | d8b0208c4c8f243b49954c1048d0bce89a5fb4e0 | /src/main/java/models/APITreeBean.java | 4a53e8603610f524d5417be1757a0474eb491289 | [] | no_license | jumormt/CppAntlrErrorRecover | 87a484a4ddda3549edd5aedf7bb3d3d468ef8dbd | 1d8e79022cb31a6ee7e33cb309c76e9ac1ece8fb | refs/heads/master | 2020-04-15T20:17:40.534604 | 2019-01-14T12:51:36 | 2019-01-14T12:51:36 | 164,986,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package models;
import org.antlr.v4.runtime.tree.ParseTree;
import java.util.ArrayList;
public class APITreeBean {
ParseTree APITree = null; // 该api所在行的tree
ParseTree topTree = null; // 该api所属函数的tree
ArrayList<String> paramList = new ArrayList<>(); // 该api的形参
String APIName = null;
String topName... | [
"769478099@qq.com"
] | 769478099@qq.com |
cae1401bad2ca9e2aafc4d479a81066e4a3dab3d | cb9756a5857c5aed806bf93b7aa8770b5e4bf4ff | /src/main/java/com/mlsc/yifeiwang/entwaste/model/EntWasteModel.java | c408183be45b6d20e7ac069f67b1f85a9d41127b | [] | no_license | SUZHOUTEAM/swp | f28b2dc192a2258c1f96c6492bf20bbf5ea18fae | d5b62d2748b660e65f9ff834b2359453cd664eb2 | refs/heads/master | 2020-03-28T15:38:21.455615 | 2018-09-13T08:22:42 | 2018-09-13T08:22:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,825 | java | package com.mlsc.yifeiwang.entwaste.model;
import com.mlsc.entity.UploadFile;
import java.io.Serializable;
import java.util.List;
/**
* Created by user on 2017/9/12.
*/
public class EntWasteModel implements Serializable{
private String entWasteId; //企业危废id
private String wasteId;//危废Id
private String w... | [
"517829464@qq.com"
] | 517829464@qq.com |
7a1922cc00147b8fb0ef3dddab9dcf0fa975460e | 1b50dbd2e87d2c17c5d695cfc50781a458402a38 | /src/goryachev/common/io/StreamingInput.java | 377d258685a68595948b8b4e141be8c04401b63a | [
"Apache-2.0"
] | permissive | rrohm/FxTextEditor | 104d7d29d46719e98c371e53424c8fb46d936bf8 | 2b973fb503a54c08b941fddfedb636826d0603f4 | refs/heads/master | 2023-06-26T11:52:34.914364 | 2021-08-02T02:52:23 | 2021-08-02T02:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | // Copyright © 2011-2021 Andy Goryachev <andy@goryachev.com>
package goryachev.common.io;
public interface StreamingInput<T>
{
public T readFromStream();
}
| [
"andy@goryachev.com"
] | andy@goryachev.com |
93dc99c00a76fa9e615f3fd2498e4c1d50782d1a | 02c591fed1a19c3a2e50347323f1b7a008ff0d92 | /dataStructure/List1.java | 00753fd3a385004c529cda3afe4e9cecb8397221 | [] | no_license | Sameer8897/Edac-may2021 | 8219264d72661fb2b8c7c2aaa8d731caf2c96697 | 5d009a8837c365464f7d93cc811071b18b452ed2 | refs/heads/main | 2023-06-17T07:27:45.190688 | 2021-07-14T19:07:14 | 2021-07-14T19:07:14 | 365,252,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package dataStructure;
class List1
{
Node head;
static class Node
{
int data;
Node next;
public Node(int d)
{
data=d;
next=null;
}
}
public static void main(String[] args)
{
List1 l1=new List1();
l1.head=new Node(22);
Node second=new Node(11);
Node thi... | [
"noreply@github.com"
] | noreply@github.com |
bc5e52377c7b65e1c71334eac2a40755f32a4ec4 | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-1-f9039.java | 207910f48660c4c7bc0440fb5258e1e04b5ae861 | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
795582751275 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
080c041e70f25c4dc2c04f2d1967807dc0997521 | a17f37b218f1eaa49b1abc2669f3c0be47787317 | /poo/exercicios/p2/codigo/pacote2/Classe4.java | 00cc09826ea7432f61455f8672ad3b9ef682eb32 | [] | no_license | LucasPLopes/unb-monitorias | 09da85b54b7ef13cb9cfe81b10291bbae5c680c2 | 9bd0d27e36473833abe353ac6c0d91ab4131341f | refs/heads/master | 2021-07-05T19:14:57.778706 | 2020-09-29T11:58:46 | 2020-09-29T11:58:46 | 184,266,184 | 0 | 0 | null | 2020-09-29T11:41:07 | 2019-04-30T13:22:50 | Java | UTF-8 | Java | false | false | 138 | java | package pacote2;
public class Classe4{
public static float atrib9;
protected int atrib10;
void m8(){}
public void m9();
} | [
"l.lopes.fga@gmail.com"
] | l.lopes.fga@gmail.com |
a4a6be5c1b72f83d60a9caedad6a21a5401c02fb | 066ba35a9ca44476a121601dc4d1bfd2ec352684 | /coursedemo/src/androidTest/java/com/example/coursedemo/ApplicationTest.java | 8c81cdc922b97120285df7a6372cede080382df3 | [] | no_license | QunxingHu/AndroidCourseDemo | bc015df65453842f54082abb77ca172e1168720f | 2b6b6a7ba8a54e758b6af3b19c4f6872924196a6 | refs/heads/master | 2021-01-24T02:06:35.123372 | 2016-06-29T03:24:32 | 2016-06-29T03:24:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.example.coursedemo;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"waterzhj@ustc.edu.cn"
] | waterzhj@ustc.edu.cn |
1d24b35298749d89fe63a831a20de80d7e482f9b | 052d648a7b0f6c249804bc026db19075d7975aed | /BusinessLogic/src/com/dtv/oss/service/command/config/BillBoardCommand.java | 78c05641e0d52c096837a316296528f15ba89781 | [] | no_license | worldup/boss | 84fa357934a7a374d3d0617607391d0446e3b37d | 667dc568c35c3f38b506d21375e298819e58bc33 | refs/heads/master | 2021-01-13T01:36:56.187120 | 2015-02-10T14:01:37 | 2015-02-10T14:01:37 | 30,594,799 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 3,491 | java | package com.dtv.oss.service.command.config;
import com.dtv.oss.dto.BillBoardDTO;
import com.dtv.oss.log.LogLevel;
import com.dtv.oss.log.LogUtility;
import com.dtv.oss.service.ServiceContext;
import com.dtv.oss.service.ServiceException;
import com.dtv.oss.service.command.Command;
import com.dtv.oss.service.command.Com... | [
"worldup@163.com"
] | worldup@163.com |
7c0b2a83fe81c9ff3ff817926c39389a68e2a40e | 4a85c0df19377e27e61e15f6d8ceef088a698d40 | /src/main/java/cn/zhiyingyun/zone/domain/DspUser.java | eab882ed41f185f1909a34ed537f0bfbceeb1c18 | [] | no_license | lelezhao/smart-dsp-access | 452dc38ae5070ee9006abad89ebfca76ff1d7a00 | d4897379b75b03a9b449476e9968f07a35e44a81 | refs/heads/master | 2021-03-30T21:11:20.168037 | 2018-03-15T13:00:07 | 2018-03-15T13:00:07 | 124,832,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,952 | java | package cn.zhiyingyun.zone.domain;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "dsp_user", schema = "smart_dsp", catalog = "")
public class DspUser {
private Integer id;
private String account;
private String password;
private Integer dspId;
private String dspName;
private... | [
"460996585@qq.com"
] | 460996585@qq.com |
c753dda69abe49e387268b1088df6292b509f35c | 5b62b75372c24f95f37d900833c81bd4b62a38ab | /flutter_study-master/android/app/src/main/java/com/jzhu/flutterstudy/plugin/FlutterPluginJumpToAct.java | 32d709100b52a3f3fba30640261f183f89b58da6 | [] | no_license | luckychenheng/flutter | 17e8d1394c6183e0b83831d9cf9af76c8926b386 | cde5cc83d6c8c6ed2203ea1e38ff827b2021488a | refs/heads/master | 2020-04-13T14:18:23.299492 | 2019-02-12T13:14:42 | 2019-02-12T13:14:42 | 163,258,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,099 | java | package com.jzhu.flutterstudy.plugin;
import android.app.Activity;
import android.content.Intent;
import com.jzhu.flutterstudy.OneActivity;
import com.jzhu.flutterstudy.TwoActivity;
import io.flutter.plugin.common.MethodCall;
import io.flutter.plugin.common.MethodChannel;
import io.flutter.plugin.common.PluginRegistry... | [
"seemac@seedeMacBook-Pro.local"
] | seemac@seedeMacBook-Pro.local |
04336b5e0752f7d953f25b4b923951097da71e4a | 8eaace7de52f3f91440368aecd94073a9ee79af8 | /src/test/java/uk/ac/ebi/ddi/pride/web/service/client/assay/ProjectAssaysWsClientTest.java | ad881d522fc2a8ef5229593c31bd75df7bdc1b0f | [] | no_license | gccong/pride-ws-client-sirius | fd88ee705632e06f91981875e013dc21551322bf | d6bb00a4c5da934d86566c61c5af3219d3311b91 | refs/heads/master | 2021-01-17T08:53:10.488653 | 2015-12-04T11:52:26 | 2015-12-04T11:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,193 | java | package uk.ac.ebi.ddi.pride.web.service.client.assay;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4... | [
"ypriverol@gmail.com"
] | ypriverol@gmail.com |
cbf4b8efbc40c1f267487547f645b2750c4763a4 | 4b8b4dd5fe936c5a87d9e6281f5cc609dd286027 | /src/main/java/org/liukai/DesignPatterns/creational/FactoryMethod/demo1/ConcreteFactory.java | de634d2955edafffe1acccb925c8e9fc084a2d3b | [] | no_license | kai8406/DesignPatterns | 0426e01c282aa34c0de605392f2e538054d3179b | ff3f7c98af9ad379d2356f23943b632dfc016d02 | refs/heads/master | 2021-01-25T07:40:04.410168 | 2013-04-26T02:39:58 | 2013-04-26T02:39:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package org.liukai.DesignPatterns.creational.FactoryMethod.demo1;
public class ConcreteFactory extends Factory {
@SuppressWarnings("unchecked")
@Override
public <T extends IProduct> T createProduct(Class<T> c) {
T product = null;
try {
product = (T) Class.forName(c.getName()).newInstance();
} catch (I... | [
"kai8406@gmail.com"
] | kai8406@gmail.com |
709fd5b4275ecc3407b6e8323391c5f7e81cb597 | c7adcffe861e041f8bad5ce273b47261df7098dc | /seisme/src/com/projetioc/seisme/SeismeApp.java | 7c0459bef118324f3b18c2d8ad6a78f23f058886 | [] | no_license | cegepmatane/projet-ioc-2018-florianlev | 8b397a20358f0695a38f03417c5bf4ded8d55e57 | f848eabbdc39ccb3299cda2e950140707075b390 | refs/heads/master | 2021-03-27T11:59:41.706193 | 2018-03-16T20:18:39 | 2018-03-16T20:18:39 | 120,648,578 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.projetioc.seisme;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.projetioc.seisme.action.ControleurSeisme;
import com.projetioc.seisme.dao.DaoSeisme;
import com.projetioc.seisme.modele.Ville;
import com.projetioc... | [
"flolevy33@gmail.com"
] | flolevy33@gmail.com |
ec18bbc92b1dcdd94b33044bbdfe62cae1c50a48 | b7ed6cd4a69a8c1c26337b170753f9e0af1c7e54 | /src/com/eilers/tatanpoker09/tsm/Manager.java | 4b4fd6f8f9fb021e0aa92fdc7ee5c2ebcedc13ef | [] | no_license | tatanpoker09/TreeServerManager | 885ccd57484d9865ce683372ab09d27200d01123 | 7bf5ef781d5e2037400fdc71be7892b1374637c8 | refs/heads/master | 2022-07-07T09:17:37.927678 | 2022-02-05T17:14:15 | 2022-02-05T17:14:15 | 218,605,779 | 0 | 0 | null | 2022-06-21T04:23:49 | 2019-10-30T19:25:24 | Java | UTF-8 | Java | false | false | 110 | java | package com.eilers.tatanpoker09.tsm;
public interface Manager {
boolean setup();
void postSetup();
}
| [
"christian@eilers.cl"
] | christian@eilers.cl |
1226f77b7ac8d47b6f0cba07840a7231134708f4 | 10b4db1d4f894897b5ee435780bddfdedd91caf7 | /thrift/compiler/test/fixtures/adapter/gen-java/com/facebook/thrift/annotation/Struct.java | 26a29401736e3f2170a715657d5d5137880b0766 | [
"Apache-2.0"
] | permissive | SammyEnigma/fbthrift | 04f4aca77a64c65f3d4537338f7fbf3b8214e06a | 31d7b90e30de5f90891e4a845f6704e4c13748df | refs/heads/master | 2021-11-11T16:59:04.628193 | 2021-10-12T11:19:22 | 2021-10-12T11:20:27 | 211,245,426 | 1 | 0 | Apache-2.0 | 2021-07-15T21:12:07 | 2019-09-27T05:50:42 | C++ | UTF-8 | Java | false | false | 3,927 | java | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package com.facebook.thrift.annotation;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.Set;
import java.util.HashSet;
import java... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
226961eca1649a94563c1a38ee852f0c07cd9cbe | 2ebe6ab0ade2e3bf161a7d140115d42441254cb3 | /app/src/main/java/com/example/learnlanguages/CustomAdapter.java | 9959aa61c5232cf0025b00b8c1faecb95b88793a | [] | no_license | marcinvxy/Learn-Languages | f934c78446ea54a75344e5ff84785713b114fc83 | bd7fbf0153aee3b18bc2cdf7d5a4ffd885656d39 | refs/heads/master | 2023-03-31T12:52:39.350958 | 2021-03-24T13:59:04 | 2021-03-24T13:59:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package com.example.learnlanguages;
import android.content.Context;
import android.os.Build;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.annotation.RequiresApi;
import java.util.List;
p... | [
"marcinvxy@gmail.com"
] | marcinvxy@gmail.com |
8fbf34075959de9d1cf0252a4e9dcbfa0f9d9a2f | 79897a7257a6b5998fc342536a910b403ea75d28 | /src/test/java/tech/aroma/service/operations/GetApplicationMessagesOperationTest.java | 2e082b5164a0523119a73fd896efa9b320cedfd3 | [
"Apache-2.0"
] | permissive | RedRoma/aroma-service | 35a599be01d60369a7b864f87a3bec122bd47ff8 | 9049ac64e0f518f9ae683045cc3b62aeb73701ec | refs/heads/develop | 2021-05-01T09:20:29.862548 | 2017-08-29T18:00:30 | 2017-08-29T18:00:30 | 47,442,739 | 0 | 0 | null | 2017-06-02T23:14:53 | 2015-12-05T04:47:27 | Java | UTF-8 | Java | false | false | 7,350 | java | /*
* Copyright 2017 RedRoma, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"jwellington.moreno@gmail.com"
] | jwellington.moreno@gmail.com |
dce6e896e260e3ebc4bf0da52e2570719aab6644 | 4d1957c8bd8045c4dada09af8b44675f6b5f9e06 | /app/src/main/java/com/qiaoyi/secondworker/ui/shake/activity/LoginActivity.java | d6793c6f83303b4951ea0114aa6dece0a2b438c6 | [] | no_license | secondworkers/SecondWorker | 3bbe89d6bbb014f874e823c9c998faec9360da7a | 348b62402e5c4b1cebbb8b59610d095aea69643e | refs/heads/master | 2020-05-16T15:41:06.047330 | 2019-04-24T03:26:23 | 2019-04-24T03:26:23 | 183,138,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,824 | java | package com.qiaoyi.secondworker.ui.shake.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.w... | [
"15664460099@163.com"
] | 15664460099@163.com |
d72b2e563753e839d7e6ba4ed656033feec0351d | e60a327c7659f731290cf151e4f61d8d802cae06 | /p1/src/main/java/com/yw/security/CustomUserFailHandler.java | 279b2d518cd41d67eba606c6a847afbf0f1a0c47 | [] | no_license | duddnd11/mini | 609f84c7b30166537127b0985ceff036a38b4c33 | 4a273c105d7388fab57e37f66925f1d65b1a9576 | refs/heads/main | 2023-07-16T10:39:16.190054 | 2021-08-27T13:35:45 | 2021-08-27T13:35:45 | 329,334,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,793 | java | package com.yw.security;
import java.io.IOException;
import java.net.URLEncoder;
import java.security.Principal;
import java.util.Collection;
import java.util.UUID;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.serv... | [
"ljk80@14.38.136.211"
] | ljk80@14.38.136.211 |
6cb17a7f57ac1b6ebe28d1ed9b94116a626ed998 | f2e9c5465bc916dd44ea4644546c4d4a1b8c1277 | /src/main/java/org/everit/templating/html/internal/CompiledTemplateImpl.java | 99461a41c08a2afa69f38a56a501be629d43e3c7 | [] | no_license | zsigmond-czine-everit/templating-html | d927b9937ed260fe08fda4e2288ba63a00d24fd4 | b16fe0139bade3ff3ffdae78a64b6434d0c6c8ba | refs/heads/master | 2021-01-16T22:17:54.492326 | 2015-12-18T15:24:28 | 2015-12-18T15:24:28 | 44,956,514 | 0 | 0 | null | 2015-10-26T08:52:12 | 2015-10-26T08:52:12 | null | UTF-8 | Java | false | false | 2,028 | java | /*
* Copyright (C) 2011 Everit Kft. (http://www.everit.biz)
*
* 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... | [
"balazs.zsoldos@everit.biz"
] | balazs.zsoldos@everit.biz |
286c9f246fd5fa8b222936784972a77ee233c61e | 82ea4270905f99a9c552ed1d5279f667009f811a | /src/org/usfirst/frc2084/CMonster2018/PID/HeadingPID.java | 5415460484db72af39c96767da6abd9994edc92b | [] | no_license | RobotsByTheC/CMonster2018 | 7661b5088725f2421b75e482a8c3df10bfa8450b | 0bae596be365e18857b877f767877c996fa7a5cd | refs/heads/master | 2021-05-14T02:36:12.782726 | 2018-04-09T01:21:37 | 2018-04-09T01:21:37 | 116,599,068 | 0 | 1 | null | 2018-02-16T16:35:47 | 2018-01-07T21:05:02 | Java | UTF-8 | Java | false | false | 1,251 | java | package org.usfirst.frc2084.CMonster2018.PID;
import org.usfirst.frc2084.CMonster2018.RobotMap;
import edu.wpi.first.wpilibj.command.PIDSubsystem;
import edu.wpi.first.wpilibj.livewindow.LiveWindow;
public class HeadingPID extends PIDSubsystem{
double Output;
double yawOutput;
public HeadingPID () {
supe... | [
"mariasoccer2123@gmail.com"
] | mariasoccer2123@gmail.com |
03fafdefad8cf6424d190656d170b7d274ed7956 | 35579267039a3b784abe1a35b98a3d93a1bac750 | /gdx-fireapp-ios-moe/tests/mk/gdx/firebase/ios/analytics/AnalyticsTest.java | 93617678d921568bbccbfc7114506709a9ac55e8 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | SanKoKo/gdx-fireapp | a4c432c596aa76b39974dd6e25323e452a184468 | 495ddf9b79bebe24ca25d0979708324392071080 | refs/heads/master | 2020-04-14T03:20:44.989954 | 2018-12-15T22:31:00 | 2018-12-15T22:31:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,481 | java | /*
* Copyright 2018 mk
*
* 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... | [
"git@mk5.pl"
] | git@mk5.pl |
e888b3e53c15aaf286efcd69d258195dc7e900fd | 566c7f78c0cd430ded041094e9dacf3164a2b5da | /src/main/java/com/mitocode/controller/MedicoController.java | 31279c0b481a76215d1f961cb0fe5e2cefee6007 | [] | no_license | kenyoJoel903/mediapp-backend | 016c803d6d49f448866bec7a697a257606995902 | 9e6ea3cb65424ef5ab807912ef01a72eddfdb745 | refs/heads/master | 2020-04-02T02:50:30.088033 | 2018-12-08T05:40:01 | 2018-12-08T05:40:01 | 153,931,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,351 | java | package com.mitocode.controller;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.methodOn;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import javax.validation.Valid;
import org.spri... | [
"kenyojoel903@gmail.com"
] | kenyojoel903@gmail.com |
40e9b943d66813f2015aa9d1618dab879ab9ae56 | d2595c4ad54a99c81c1fe86e816c2b53da831e59 | /src/main/java/jk/weid/com/sqlyj/SqlUtil.java | b64dfaffa58b4e59bc698605c9239681041db9fa | [] | no_license | jkweid/sql | 095ec39974a10b2df98be7ce3268dbd36949e75e | ef076098722d81bbdc0e01e3e053784a38f7d25f | refs/heads/master | 2020-07-26T09:29:36.405014 | 2019-09-15T14:15:02 | 2019-09-15T14:15:02 | 208,603,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,814 | java | package jk.weid.com.sqlyj;
import lombok.SneakyThrows;
import org.apache.ibatis.jdbc.SQL;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class SqlUtil
{
//将实体类名转换成对应的数据库表名(表名必须是骆驼峰的形式)
public static String toChar(String Stg)
{
retur... | [
"13250441774@163.com"
] | 13250441774@163.com |
6eb532cbf25e3d64198be482c74c28473c330554 | 36c0456770ba9b93a35d1c46f72068b7c95f74a0 | /modsecurityWafProject/src/main/java/com/fich/wafproject/service/RuleServiceImpl.java | 3c51c8acf2962224c8f54de3e1fb3e20b7910743 | [
"Apache-2.0"
] | permissive | MjoaquinM/ModSecurityProyect | c3672a61b625272972b6fe10efe484b07d5561eb | 943a7973c48a9e7bcafd761b922afe5c4ce18c17 | refs/heads/master | 2021-01-21T16:00:44.215266 | 2018-04-21T22:37:00 | 2018-04-21T22:37:00 | 91,868,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.fich.wafproject.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.fich.wafproject.dao.RuleDao;
import com.fich.wafproject.model.Rule;
import java.util.List;
@Se... | [
"mcardoso821@gmail.com"
] | mcardoso821@gmail.com |
ef176d66f7566027528c2eb4e17ea3430e4007f1 | 7936a3fece18f52d16dcb1ccd9ebd5350db2f45c | /src/gameframework/core/GameUniverseDefaultImpl.java | 9b70dc75190c9d54eb88e4dc2ffa1cf4cdea2a7b | [
"MIT"
] | permissive | AamuLumi/RTS_Bdx | 0b325e8acecaa8ac1bee3f7e19f1d129e438fd03 | 637bf6a95d9c6c595cd5cf85d8ccc53ec87f3865 | refs/heads/master | 2021-01-11T20:26:22.616371 | 2017-01-27T13:00:06 | 2017-01-27T13:00:06 | 79,114,772 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package gameframework.core;
import gameframework.moves_rules.MoveBlocker;
import gameframework.moves_rules.MoveBlockerChecker;
import gameframework.moves_rules.OverlapProcessor;
import java.util.Iterator;
import java.util.concurrent.ConcurrentLinkedQueue;
public class GameUniverseDefaultImpl implements GameUniverse ... | [
"florian@kauder.fr"
] | florian@kauder.fr |
a65c178abed13e55e853890b7fe757a5f6addfda | f2884dbb8869abe1ab1af6a1e152501aab6b3db0 | /Code/bookshop/src/main/java/bookshop/code/BookSearchCriteria.java | d6ed117648477ce3f061631f2e54f1a0270739c6 | [] | no_license | denilv/bookshop_java | 73e410e962b5b7574f98b31725885e6b258a5f1a | 7a1730ee41c11e30e54ff3a004f53f97c6cddb9f | refs/heads/master | 2020-09-25T22:34:08.675644 | 2016-09-04T20:27:31 | 2016-09-04T20:27:31 | 67,366,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package bookshop.code;
public class BookSearchCriteria
{
private Author author;
private String title;
private Genre genre;
private Integer upPrice;
private Integer lowPrice;
public Author getAuthor()
{
return author;
}
public void setAuthor(Author author)
{
this.author = author;
}
public String getT... | [
"denilv@mail.ru"
] | denilv@mail.ru |
7186c7b5f980a394d40d8b5e5d885631768901fd | 1b068a2123184fcd8ccbcfaac3d0a5d96cb5e6b6 | /LeetCode/src/E1342_Number_of_Steps_to_Reduce_a_Number_to_Zero.java | 99044e14bfb977f22c5c40b9f7c5e51cdf197e5d | [] | no_license | MDY429/LeetCode_Practice | 8a0d1547792cc054c13f298bad3ea559b2a3e243 | c7dda8fecb13e66ed70b4935885ba4cdaef47741 | refs/heads/master | 2021-04-23T21:54:00.745977 | 2021-02-08T13:35:03 | 2021-02-08T13:35:03 | 250,013,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | /**
* url:
* https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/
*
* Given a non-negative integer num, return the number of steps to reduce it to
* zero. If the current number is even, you have to divide it by 2, otherwise,
* you have to subtract 1 from it.
*
* Example 1: Input: num = 14... | [
"michael6229@gmail.com"
] | michael6229@gmail.com |
55fe5dc99c7660e73444f27c04032f05f88767ec | bce5b2859bdaee188985725200dd2b0b702a0f96 | /modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFaultReason.java | f13fd3f080111fe197f747654e83e139eb4bf9fc | [
"Apache-2.0"
] | permissive | wso2/wso2-axiom | 6c2fd0ecf23ba8321230d82d90bd26b1373caee0 | c815e34d9866465bff53b785067cd0e8aa873635 | refs/heads/master | 2023-09-05T02:27:44.573813 | 2022-11-08T03:00:05 | 2022-11-08T03:00:05 | 16,400,930 | 34 | 83 | null | 2022-11-08T02:39:07 | 2014-01-31T05:58:21 | Java | UTF-8 | Java | false | false | 1,207 | 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 ma... | [
"eranda@wso2.com"
] | eranda@wso2.com |
4724247bb66ed21040ba82c6b682a0028bd70d1c | 7958fe8ad61c2946c98624a650507bfb701d6888 | /lemon-apply/src/main/java/com/lemon/web/order/rest/OrderController.java | f1e6b92b450011b948f6403e480a9ec40f707a3e | [
"MIT"
] | permissive | ATSJP/lemon | ccfa0a6f6b38c161b777f31e3cfd81b4e8bcbfcd | cae28cf9ae3284df8debc2bf3587fa5b63b22f53 | refs/heads/master | 2023-06-22T20:47:26.760347 | 2021-12-28T05:31:13 | 2021-12-28T05:31:13 | 166,515,713 | 2 | 0 | MIT | 2023-06-14T22:36:40 | 2019-01-19T06:46:37 | Java | UTF-8 | Java | false | false | 2,277 | java | package com.lemon.web.order.rest;
import com.lemon.entity.OrderInfoEntity;
import com.lemon.repository.OrderInfoRepository;
import com.lemon.utils.DateUtils;
import com.lemon.utils.EncryptUtils;
import com.lemon.utils.SnowFlake;
import com.lemon.web.constant.ConstantOrder;
import com.lemon.web.constant.base.ConstantEn... | [
"572948072@qq.com"
] | 572948072@qq.com |
3214b9d5ffe86ea39dd4635adfd884b4e8120e77 | 37fc111448bf8e8468e5df8ec4bf3a76e8067624 | /monoton_asal_sayilar/src/monoton_asal_sayilar/monoton.java | 1ae57a24b1ee878fe615902fa13cf637dd31cffb | [] | no_license | MehmedMazlum/Java-Gsu | daeb1ac97247d7e757d5f262ea74ad743ab9d4cf | 294898a2b88807ee3f4010659ab688f3c43b5167 | refs/heads/master | 2021-05-12T00:46:51.236280 | 2018-01-15T12:34:03 | 2018-01-15T12:34:03 | 117,542,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java |
package monoton_asal_sayilar;
/* 2013 vizesi monoton asal sayilar */
import java.util.Scanner ;
public class monoton {
public static void main(String args[])
{
int i = 0 ;
int t = 0 ;
int g = 1 ;
int[] a = new int[5];
int j = 0 ;
int k ;
int h = 0 ;
Scanner bilgi = new Scanner(System.in) ;
i =... | [
"daskin_daskin@hotmail.com"
] | daskin_daskin@hotmail.com |
a8784a733578bf7bac420091c50064b17d348425 | a04a728dea5f5c6262a9a061ca184ca2b0f53a4a | /struts2/src/test/java/com/crown/AppTest.java | 2ce562db1acc098821f2bb3af8971dcbd146b122 | [] | no_license | jianwenkang/edu | adc6c509be96907bcc258a2c85dcee93a5a5b7c7 | f41960b5cf0d176aa52bb33c2d81f4a4ba12fabf | refs/heads/master | 2022-12-21T04:37:21.166509 | 2021-01-06T04:56:35 | 2021-01-06T04:56:35 | 162,111,760 | 1 | 0 | null | 2022-12-16T04:24:17 | 2018-12-17T10:13:08 | Java | UTF-8 | Java | false | false | 281 | java | package com.crown;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
| [
"kangjianwen22@gmail.com"
] | kangjianwen22@gmail.com |
018571723c2a127fa7472c5f38f9de308d5d1b0a | d7f1d17d9d798db994e7acdd358d49562f6b8c8f | /mechanics/gui/colorselector/ColorSelectorShader.java | 1781e0f685d3d7104b29c116e9f45cac131d97cb | [] | no_license | MattdewT/Engine | 90f9e4154eb9f0ccee651ad3d1cb0a7a37adc92a | 9284ab1772d23515dd1dfaaa099e117be07e120f | refs/heads/master | 2020-12-30T11:16:00.334116 | 2017-06-08T23:08:50 | 2017-06-08T23:08:50 | 91,548,227 | 0 | 0 | null | 2017-06-08T23:08:50 | 2017-05-17T07:47:59 | null | UTF-8 | Java | false | false | 1,959 | java | package de.matze.Blocks.mechanics.gui.colorselector;
import de.matze.Blocks.graphics.Shader;
import de.matze.Blocks.maths.Matrix4f;
import de.matze.Blocks.maths.Vector3f;
/**
* @autor matze
* @date 21.02.2017
*/
public class ColorSelectorShader extends Shader{
private final static String vertPat... | [
"noreply@github.com"
] | noreply@github.com |
c7e34bfc0d99edaab549362bb17731a6c8259a09 | f0bdd354daed1f254d2203e5bda9186be3714e51 | /app/src/androidTest/java/com/bestretailers/data/TestDb.java | 302e0d4116b0660175a4ab8dedbac3e82eacd52b | [] | no_license | andreitognolo/BestRetailers | 6bc35f255be228730f00bae81c399e77f1de1646 | 56b6e17ca159c64f9180a49d1a9bfa58a6568677 | refs/heads/master | 2021-01-22T11:29:39.012682 | 2015-07-01T23:18:43 | 2015-07-01T23:18:43 | 38,325,757 | 0 | 0 | null | 2015-06-30T18:23:01 | 2015-06-30T18:23:00 | Java | UTF-8 | Java | false | false | 6,554 | java | package com.bestretailers.data;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.test.AndroidTestCase;
import java.util.HashSet;
/**
* Created by daniele on 25/06/15.
*/
public class TestDb extends AndroidTestCase {
public stat... | [
"daniele.stirp@gmail.com"
] | daniele.stirp@gmail.com |
1242e068a22980a4b191f87d1a05a02978366e9b | 240db2a7719aca863b10c18aa76591dd7e59bae5 | /jfinal_maven/src/main/java/com/demo/common/model/UserGroup.java | 4cca87415adf70f401a65cee4c68b31e3da49e31 | [] | no_license | abook23/MavenProjects | 355bbc80307328cfad54c3c4f0f6edc8835e1d49 | 3e952414b4a32129537760688612e0c3be9bb089 | refs/heads/master | 2021-01-12T05:52:55.006009 | 2017-02-08T08:39:23 | 2017-02-08T08:39:23 | 77,226,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package com.demo.common.model;
import com.demo.common.model.base.BaseUserGroup;
/**
* Generated by JFinal.
*/
@SuppressWarnings("serial")
public class UserGroup extends BaseUserGroup<UserGroup> {
public static final UserGroup dao = new UserGroup();
}
| [
"abook23@163.com"
] | abook23@163.com |
41facbaaf6566efd582723ec28d74b6e64c1aeb5 | 7232587e689dfc4838c73406f58d0fad5b4ff495 | /src/main/java/edu/kis/powp/command/ComplexCommand.java | 58e8a7029907f4bf31e9c8ad0a07ee7abb590254 | [] | no_license | SzymonGrzelak/powp_jobs2d_project | 91a541d3399e9ff9d51c5875e37025b3533f9cd3 | 315716253a621b335ddf70c75a6765525ad0ea69 | refs/heads/master | 2020-05-07T18:55:28.526514 | 2019-05-04T11:48:47 | 2019-05-04T11:48:47 | 180,789,477 | 0 | 0 | null | 2019-04-11T12:41:25 | 2019-04-11T12:41:25 | null | UTF-8 | Java | false | false | 464 | java | package edu.kis.powp.command;
import java.util.ArrayList;
import java.util.List;
public class ComplexCommand implements DriverCommand {
private List<DriverCommand> commandsList = new ArrayList<>();
public void addCommand(DriverCommand driver) {
commandsList.add(driver);
}
@Over... | [
"szy.grzelak@gmail.com"
] | szy.grzelak@gmail.com |
a61d06a80150a3dfde4340df3d6b62daa86fa9ee | 50e607243eb253a1cf5091373bb0b2724adeb0d6 | /TreesAndGraphs/DeepestLeavesSum/src/deepestleavessum/TreeNode.java | eba9cd476a088bd438dc29f119320c1786a6db4b | [] | no_license | souravpalitrana/Java-DataStructure-Algorithm-Problem | fa3ba233bdd74f4e0f08f5adcbce5b8c4b8f1f9e | 74ba9e0ab9883c3508bc7f08ff5abb67d9367b25 | refs/heads/master | 2022-10-08T08:33:22.605093 | 2022-09-24T13:06:53 | 2022-09-24T13:06:53 | 165,913,630 | 0 | 0 | null | 2022-03-03T20:46:49 | 2019-01-15T19:50:30 | Java | UTF-8 | Java | false | false | 544 | 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 deepestleavessum;
/**
*
* @author souravpalit
*/
public class TreeNode {
int val;
TreeNode left;
TreeNode righ... | [
"souravpalitrana@gmail.com"
] | souravpalitrana@gmail.com |
9ef186c0597034f19cdb44671b6e0315e65f8e9d | b4860565b71bdbeb6eaafad97393e049781448cf | /com.lvdou/src/test/java/com/lvdou/TesDecrease.java | c7fa65a12e463944c338c2ce5de3e0e129949607 | [] | no_license | xandon01/lvdou-2021callforcode | c0ccae3614d5c47c77488f5b6c36548e79d69e66 | 329186f1fa9ee2058a32ba7c5558e4393a8b12c5 | refs/heads/main | 2023-06-21T06:58:20.106832 | 2021-07-30T12:04:41 | 2021-07-30T12:04:41 | 385,966,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,815 | java | package com.lvdou;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.security.InvalidKeyException;
import java.security.PrivateKey;
import java.security.... | [
"67516652@qq.com"
] | 67516652@qq.com |
cb336e72908dfe0654132a4703bfa99074762681 | 92eab342ed14f9c9e5745c6675774c9aec5096a9 | /src/main/java/com/Many_to_Many/Many_to_Many_Uni/Entity/Course.java | 00efaa69469267434e1ade7d6f601414552376ac | [] | no_license | prince23696/Many_to_Many_Unidirectional | f15881c1815aa13ad41abb19af205393913ac245 | 23decfcf824c428dfce77581e2948bc1bea7c1ce | refs/heads/master | 2023-08-22T20:23:44.823072 | 2021-09-17T07:43:27 | 2021-09-17T07:43:27 | 407,451,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package com.Many_to_Many.Many_to_Many_Uni.Entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Course {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int c_id;
priv... | [
"prince@prince.gupta"
] | prince@prince.gupta |
ee58120d23793661ff4dbc7494de2f702e35a631 | cabf9ec47ce4efe9fa026e6ac96d2fe40723f3de | /src/main/java/com/practice/spring/business/domain/RoomReservation.java | e6c85a27754e4d70acedc963c5f46451c0102813 | [] | no_license | Sreenadh1543/microservice | b098c7fdb0d6e96ab1be96bf9347b8eabe4c0def | d21207572c7a9830fb24b34fdd45c32b37b36db2 | refs/heads/master | 2022-11-17T18:29:52.460469 | 2020-07-15T20:29:07 | 2020-07-15T20:29:07 | 278,732,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package com.practice.spring.business.domain;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
public class RoomReservation {
private long roomId;
private long guestId;
private String roomName;
private String roomNumber;
private String firstName;
private Stri... | [
"sreenadh1543@gmail.com"
] | sreenadh1543@gmail.com |
fca94a14a384151687a0233856e2202095afbcde | 27673ea1e5c29c2bd1be478ca6224a05a0f4687e | /src/main/java/org/michiganchineseschool/speech/dao/TimeLimitRuleDaoImpl.java | 4343aca5902f4c18ce4aaef0fb7e654f8a190d8e | [] | no_license | chcid/chcid-sservice | 2c89a0623fa8b23e893013355114d8869d63a6db | cfc16b88a063cc50ee1b70c147e3df6816e54760 | refs/heads/master | 2020-06-06T01:19:01.389205 | 2015-04-07T12:42:19 | 2015-04-07T12:42:19 | 16,878,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | package org.michiganchineseschool.speech.dao;
import java.util.List;
import org.michiganchineseschool.speech.dao.mapper.TimeLimitRuleRowMapper;
import org.michiganchineseschool.speech.model.TimeLimitRule;
public class TimeLimitRuleDaoImpl extends BaseDaoImpl implements
TimeLimitRuleDao {
private final st... | [
"andychchen@yahoo.com"
] | andychchen@yahoo.com |
48255c520371f46624fcdcdb52c8d58301819f67 | adc803ef0959c60486cedf5538794520c80f9516 | /SpringBoot/备份/myblog/src/main/java/com/niuben/myblog/domain/HotType.java | 3002b363f6d4b7cde5fe411ca3f153cf7f4b05ab | [] | no_license | newbens/JavaPractice | d1ebc42ac2b2ad8b1054a22c121e77390ca92849 | 7af1301780d211b459eb0c936b2ff5b494054a57 | refs/heads/main | 2023-04-05T10:42:05.304136 | 2021-04-04T14:19:19 | 2021-04-04T14:19:19 | 354,561,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.niuben.myblog.domain;
public class HotType {
private Long id;
private String typeName;
private Long num;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getTypeName() {
return typeName;
... | [
"newbens@163.com"
] | newbens@163.com |
7e6f0e74ec52634668f3b225563bdff1f0e1ccc1 | 1700f5dbccf5633e3fa16c85ee7e97153951634d | /src/main/java/com/org/config/SwaggerConfig.java | 062085a155c59f7579b08a1d3e426bb399d5abc2 | [] | no_license | aniljha91/config-server | 593180fdfd7cef322652e567339b589c0eda6fcd | 75437a8eb57be6c236771d117166ee0fb3c7a50e | refs/heads/master | 2021-01-01T17:53:28.776154 | 2017-07-24T12:37:05 | 2017-07-24T12:37:05 | 98,187,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,378 | java | package com.org.config;
import static springfox.documentation.builders.PathSelectors.regex;
import org.springframework.boot.bind.RelaxedPropertyResolver;
import org.springframework.context.EnvironmentAware;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuratio... | [
"aniljha_91@yahoo.co.in"
] | aniljha_91@yahoo.co.in |
fbdf6a238ee0c7a69508896980a2e54575621013 | c48849992cf127ff3af0aa7dfc0ff2019d5a5cfa | /adds/poc-app-adds-xmlview/src/main/java/com/spaeth/appbase/adds/xmlview/service/AbstractXmlVisualComponentTranslator.java | a2ae3442206f46015f0c7e3bbd2e694e3fec5e48 | [] | no_license | franciscospaeth/poc | de68be26cdb0b1188516b8b3d1238f5263c7cb44 | 8548b22680ecd335d87673687cc9d214ac188cf2 | refs/heads/master | 2021-01-13T04:27:12.296694 | 2014-02-18T14:50:37 | 2014-02-18T14:50:37 | 13,888,917 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.spaeth.appbase.adds.xmlview.service;
import static com.spaeth.appbase.adds.xmlview.service.XmlViewTranslatorHelper.aggregateVisualComponentProperties;
import org.w3c.dom.Element;
import com.spaeth.appbase.adds.xmlview.XmlViewContext;
import com.spaeth.appbase.component.VisualComponent;
public abstract c... | [
"spaeth@philippines"
] | spaeth@philippines |
c98024130a0621cf1308a1a06467c2b39934744f | db42154d1d921458a0756342704fdcb5a0605dd2 | /app/src/main/java/shproject/com/shpdemo/mvp/adapter/BookListAdapter.java | b0974db93c4c5d98ba6c94aa8d97b42702c5d034 | [] | no_license | eggbrid/SHPDemo | caf6ea3d354a2e124d1304ece11f8e1af3a1dcee | 3c4795b165463fa41e8941cb61797b2c743c65d0 | refs/heads/master | 2020-05-25T05:57:47.135754 | 2017-03-23T11:16:12 | 2017-03-23T11:16:12 | 84,916,585 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,661 | java | package shproject.com.shpdemo.mvp.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.ArrayList;
import java.util.List;
import shproject.com.shpdemo.R;... | [
"1340888417@qq.com"
] | 1340888417@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.