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
cfce9f40e1a976d30b1785a8e85bd17dbd5210e5
7dee69299613d22247d203c20d491c35db91edd8
/Projektaktuell3/Projektaktuell2/Projektaktuell2/Projektaktuell/Projekt01/Messstation.java
53735d3f5096dbbe8c3c21fcbc88dddcf44656ac
[]
no_license
himarei/Feinstaub-App
d0e58a80b1d783ee9383c0210002645cfc3f2040
05fe7dddbbb6c59c21ad7668838b711856caae8e
refs/heads/main
2023-06-16T04:06:36.326111
2021-07-14T07:30:01
2021-07-14T07:30:01
348,626,384
1
0
null
null
null
null
UTF-8
Java
false
false
450
java
import java.util.ArrayList; import java.util.List; public class Messstation { ArrayList<Messreihe> vieleMessreihen; String senseBoxId; public Messstation(String senseBoxId_) { senseBoxId = senseBoxId_; vieleMessreihen = new ArrayList<Messreihe>(); OpenSenseMap oSM = new OpenSenseM...
[ "noreply@github.com" ]
noreply@github.com
1916f0f4fd3ffc0fcbaa4ae0f5b189db8ee300b1
42fbb04b57f67682ec607f4e95ea59ce1ad287db
/src/test/java/org/learning/pages/BasePage.java
a4b00821cb680a1d397771c40303f71e46f40db5
[]
no_license
Dileep17/Webdriver-Spring-Junit5
51fb1237f9b16f329d4e6ddbaee78b3717bf0be4
762a7cd2263d68c960444d6661d6a2fe4f34ac59
refs/heads/main
2023-02-23T09:11:53.019790
2021-01-25T11:24:04
2021-01-25T11:24:04
331,837,088
5
0
null
null
null
null
UTF-8
Java
false
false
1,275
java
package org.learning.pages; import org.learning.config.Constants; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.W...
[ "dileep.srimani@gmail.com" ]
dileep.srimani@gmail.com
205d45cb48cc548f9b9bb2a8e854fe9e65a2151e
a53f0e7255c96a203cbd4e33087d792c2bc502fc
/src/main/java/com/zbook/manage/service/BookService.java
ddb429170f0e6cc5819ce450e103878559cbdde2
[]
no_license
bbsyaya/snail-server
eb8bd842434372b4dd7889ddf95e779654ffdacb
f55ec24e3948f0ddb373bff1f22eeccafb54035a
refs/heads/master
2021-04-15T07:21:50.575715
2017-01-25T09:12:32
2017-01-25T09:12:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
396
java
package com.zbook.manage.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.zbook.manage.domain.Book; import com.zbook.manage.mapper.BookMapper; @Service public class BookService { @Autowired BookMapper bookMap...
[ "zhangchaoming@kingsoft.com" ]
zhangchaoming@kingsoft.com
d568882910fcda742657a2ab4219747b5c0369b8
ced700b5f6efbe1b716437f530c552a749788565
/src/main/java/dfa/InitialStep.java
1af15c34a7548df0532a01135c1f8fe27494ba50
[]
no_license
Fagam32/DFA-2
69b020e96da80d5f1bcb0a8eb52ae0b550f9a0b9
8b1a278d74d8a7c24b4e049a34e7450eb711c5cf
refs/heads/master
2023-01-29T04:48:38.820777
2020-12-10T08:16:06
2020-12-10T08:16:06
320,204,569
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package dfa; import java.util.Objects; public class InitialStep { int state; String symbol; String stackSymbol; public InitialStep(int state, String symbol, String stackSymbol) { this.state = state; this.symbol = symbol; this.stackSymbol = stackSymbol; } public int ge...
[ "ilya.volodin@telekom.com" ]
ilya.volodin@telekom.com
442991c8cd96a58456773ddfc1a80c8956771724
1225a8999a66d4662ec5e7f700367ba4d82671b7
/Core/src/Lesson4/LeftSiderBarBody.java
ba615e999ebaa773e374e8cc311f7389e8d0782a
[]
no_license
Mariia679/AllProjects
7fe377d0bd0f66707bf9041caeecb772d95df5ad
77371b369a45fbaacf9b7b3793c259b5f394ba9f
refs/heads/master
2021-01-21T10:33:54.276205
2017-02-28T15:42:46
2017-02-28T15:42:46
83,449,942
0
0
null
null
null
null
UTF-8
Java
false
false
653
java
package Lesson4; public class LeftSiderBarBody implements Body{ @Override public void printBody() { System.out.println("|------|-----------------|"); System.out.println("| | |"); System.out.println("| | |"); System.out.println("| LEFT | |");...
[ "ssandy679@gmail.com" ]
ssandy679@gmail.com
6cdaaa9fded38715287d891dc81ed179ffeb5d9f
f539bfda3a620f76177f7812391d6d25df26f47b
/AppCode/src/main/java/gov/cdc/epiinfo/statcalc/etc/Ref.java
1168c7f5c97614b3baa7bb4e56f37b70a35eb6b4
[ "Apache-2.0" ]
permissive
Epi-Info/Epi-Info-Android
c5f8efb8c6434249a46cf50fd82d935ca6035d19
e293bbc204c29bff591c5df164361724750ae45a
refs/heads/master
2023-09-01T03:08:18.344846
2023-08-21T20:37:19
2023-08-21T20:37:19
112,626,339
1
2
null
null
null
null
UTF-8
Java
false
false
454
java
package gov.cdc.epiinfo.statcalc.etc; public class Ref<T> { private T value; public Ref(T value) { this.value = value; } public T get() { return value; } public void set(T value) { this.value = value; } @Override public String toString() { return value.toString(); } @Override public...
[ "mii0@cdc.gov" ]
mii0@cdc.gov
f2341c6003f09123f80a43c0d486064868b93f7c
1eac4ff024ca4210680e429db61975a0a6daf549
/model/swing/SwingAnimatorBuilder.java
0c4954dbdc757b728584a1fc44b973e451f21f8e
[]
no_license
terryschmidt/TrafficSimulation
3851e4d141d5ace5eec2da0c2247fe5237dc99e3
b5210697443bd2ef6272ada516c783756620b3e4
refs/heads/master
2020-12-31T00:18:08.491752
2015-11-25T06:58:34
2015-11-25T06:58:34
46,843,523
0
1
null
null
null
null
UTF-8
Java
false
false
3,819
java
package myproject.model.swing; import java.awt.Color; import java.awt.Graphics; import java.util.ArrayList; import java.util.List; import myproject.model.AnimatorBuilder; import myproject.model.Car; import myproject.model.Light; import myproject.model.MP; import myproject.model.Road; import myproject.util.Animator; im...
[ "terryschmidt@gmail.com" ]
terryschmidt@gmail.com
bb3e61cdc59c4ca8e27f42cc92402f0a30e9f40c
ca957060b411c88be41dfbf5dffa1fea2744f4a5
/src/org/sosy_lab/cpachecker/appengine/io/GAEPathTest.java
2dad37d12f2a1fe26c6f994270437824e7e609f4
[ "Apache-2.0" ]
permissive
45258E9F/IntPTI
62f705f539038f9457c818d515c81bf4621d7c85
e5dda55aafa2da3d977a9a62ad0857746dae3fe1
refs/heads/master
2020-12-30T14:34:30.174963
2018-06-01T07:32:07
2018-06-01T07:32:07
91,068,091
4
6
null
null
null
null
UTF-8
Java
false
false
4,334
java
/* * CPAchecker is a tool for configurable software verification. * This file is part of CPAchecker. * * Copyright (C) 2007-2014 Dirk Beyer * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
[ "chengxi09@gmail.com" ]
chengxi09@gmail.com
10b9068d9beefb1a44e9b6d4e30de30d092ccfd0
b199e23f0b2e1e435c8dbae00eb07dca691089f4
/rabbitmq-api/src/main/java/com/yibo/rabbitmq/limit/MyConsumer.java
d080116003be5eccda2199dbf6d34ada152d259e
[]
no_license
jjhyb/rabbitmq-study
4c6ebcf885805fc5ade6a43dca6274dc5874215d
1d7d045b73312f512be53fca384b8bea1073db75
refs/heads/master
2020-09-27T07:55:57.989106
2019-12-07T06:51:38
2019-12-07T06:51:38
226,469,064
0
0
null
null
null
null
UTF-8
Java
false
false
838
java
package com.yibo.rabbitmq.limit; import com.rabbitmq.client.AMQP; import com.rabbitmq.client.Channel; import com.rabbitmq.client.DefaultConsumer; import com.rabbitmq.client.Envelope; import java.io.IOException; /** * @author: huangyibo * @Date: 2019/12/3 18:33 * @Description: */ public class MyConsumer extends D...
[ "718649016@qq.com" ]
718649016@qq.com
1a784361864941dce2dc06fb6b0469dd2a83db1b
6d4aa7c858fe0bf1737cd3f11de6a0d9de25c20f
/02-java-oop/07-bank-account/BankAccount.java
6f6cd4ab654be7150670637fdc5087c7b3d572d3
[]
no_license
Java-May-2021/EvgheniaR-Assigments
5a5b53dda43a47508580906510aac2d4270974ba
187bbc9d75b1ca7ff9224cb59e34911390d2e977
refs/heads/master
2023-05-30T22:07:41.514787
2021-06-25T23:57:11
2021-06-25T23:57:11
364,072,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,686
java
import java.util.Random; public class BankAccount{ private String accountNumber; private double checkingAccount; private double savingsAccount; public static int numberOfAccounts = 0; public static double totalAmount = 0; private static String ReturnsRandomNumbers(){ String num = "...
[ "cantomd@mail.ru" ]
cantomd@mail.ru
f273e394a368f1ce329f60ccae6d618868ab695f
1c28be1286e9518def987d57dd8357502efa21dd
/src/ConnectFourPackage/SmartAi.java
2711f947ae0b991b9441d1865e5c2a1674f6cb36
[]
no_license
jon-takagi/Connect-4
aa1b96acea6f825099442ede34203e18745d1935
7236661244da3b7803243fd02b249183b147a39e
refs/heads/master
2021-01-01T06:16:56.912628
2015-02-06T07:12:13
2015-02-06T07:12:13
29,951,230
0
0
null
null
null
null
UTF-8
Java
false
false
6,123
java
package ConnectFourPackage; import javafx.scene.paint.Color; import java.util.ArrayList; /** * Created by 40095 on 1/24/15. */ public class SmartAi extends Connect4Player implements Connect4AI { ArrayList<Group> winningGroups, losingGroups, zugzwangGroups, winnableGroups, groups; //Winning groups is all gr...
[ "jon.takagi@icloud.com" ]
jon.takagi@icloud.com
d17d757b94b9aea745fbd558f0b07749ed5fa4fb
389c294320f3bb9c5929b68f9fa5ccb240a2cd0b
/src/main/java/io/polyglotted/pgmodel/geo/GeoType.java
bf292e3e09b9a2a4738aa9bcb81793a2009630b4
[ "Apache-2.0" ]
permissive
DevFactory/pg-model
b7b8f1df6a0095a5314392dbfb77539613a8531a
b8a1073e3016e56754ef625873a35f7fefa017e6
refs/heads/master
2020-12-30T20:43:58.627199
2016-01-22T21:48:11
2016-01-22T21:48:11
55,445,173
0
0
null
2016-04-04T21:06:25
2016-04-04T21:06:24
Java
UTF-8
Java
false
false
181
java
package io.polyglotted.pgmodel.geo; @SuppressWarnings("unused") public enum GeoType { POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, ENVELOPE, CIRCLE }
[ "shankar@polyglotted.io" ]
shankar@polyglotted.io
73b24e6c4a559a668097af7a3122b04754e7d51a
d4cd965597b10c264a674297c70ece4cf4b1d847
/HelloWorld.java
4891dd1ae1998908a8b88e399d4ce88375b6d8be
[]
no_license
21kataka/Kayu
6fd04cc002bad4c0f64135831142315901d5e2ce
3d240e6a5b7b9a71f2d37c5f7b59c73295064490
refs/heads/master
2020-12-02T07:50:34.429530
2017-07-14T23:20:48
2017-07-14T23:20:48
96,733,895
0
0
null
null
null
null
UTF-8
Java
false
false
437
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 hello.world; /** * * @author Education Unlmited */ public class HelloWorld { /** * @param args the command line a...
[ "21kataka@canacad.ac.jp" ]
21kataka@canacad.ac.jp
6dcd40a9efb725a74a0f31452105016cbf5592a6
158f374c380f638947877d46bc2fea123cf5f5f6
/jdk/test/src/main/java/com/kylin/test/util/concurrent/SemaphoreTest.java
f073e3c40d1fdf4819312ea880b440056b4a7d9b
[]
no_license
rodesad/JVM
c4eca80801601c1cfb34327bbe2e4a0b04ee9d3e
b20daad5c1cd96e9410c7ff718a998677a14c88f
refs/heads/master
2020-11-30T11:53:59.845028
2015-01-07T13:21:47
2015-01-07T13:21:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,370
java
package com.kylin.test.util.concurrent; import java.util.concurrent.Semaphore; public class SemaphoreTest { public static void main(String[] args) throws InterruptedException { new SemaphoreTest().test(); } private void test() throws InterruptedException { Pool pool = new Pool(10); for(int i =...
[ "kylinsoong.1214@gmail.com" ]
kylinsoong.1214@gmail.com
47f09735da0f19a90c244280621ed9370fba150b
03bcc109513fbef6ab73a11f0fbbc5a3e456be80
/src/fr/craftyourmind/launcher/control/LauncherController.java
9e7e7a45641d4bf4711c0f8cbc6fbba32eec9282
[]
no_license
0ctave/CYMLauncher
9e227f7f74ef6bf6bfc64d6e9c18e922357f014b
74a4ab48fa1df8b900390fc3c9a07aeaf590fc3b
refs/heads/master
2022-11-08T17:32:51.405347
2020-06-21T16:13:09
2020-06-21T16:13:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,027
java
package fr.craftyourmind.launcher.control; import fr.craftyourmind.launcher.MainAux; import fr.craftyourmind.launcher.util.Auth; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control...
[ "octave.boelle@hotmail.fr" ]
octave.boelle@hotmail.fr
a328d4d533f48460e0d7bd09d031d0c218be0aaa
a7732a9f1eaf52ab714bb17621e88af49c6d02e6
/version-resolution/src/test/java/org/jboss/set/mavendependencyupdater/rules/QualifierRestrictionTestCase.java
0a6a41461f6422df9e89b4fcc61f271fe8798e86
[]
no_license
jboss-set/maven-dependency-updater
b12744419ae2074dcacb4c2436cf8cafc6d1a0d2
922f379a53ce152edaf29e62fded4a16d2fc6a97
refs/heads/master
2023-08-26T22:43:57.180099
2023-07-28T11:25:33
2023-07-28T11:25:33
196,525,726
1
4
null
2023-08-15T17:45:08
2019-07-12T06:56:26
Java
UTF-8
Java
false
false
1,220
java
package org.jboss.set.mavendependencyupdater.rules; import org.junit.Assert; import org.junit.Test; public class QualifierRestrictionTestCase { @Test public void test() { String[] regexprs = { "Final", "Final-redhat-\\d+" }; QualifierRestriction restric...
[ "thofman@redhat.com" ]
thofman@redhat.com
709a2584ecac38aa5cb4401dd337439d4c9340ac
157a2ebcf8bd7a1e2094afa4ef26ed4e607aed2d
/src/main/java/com/saiy/config/WebAppInitializer.java
8737546a8ab1b9ad8c250288d7a29189af224b55
[]
no_license
wangpeach/spring-mvc
378a059f6f04773da2113aa4287c957be683a576
d01c40cc3168931d5dae821387c402b82159bdd9
refs/heads/master
2020-12-03T06:30:26.812693
2017-06-28T16:22:19
2017-06-28T16:22:19
95,688,860
0
0
null
null
null
null
UTF-8
Java
false
false
945
java
package com.saiy.config; import org.springframework.web.WebApplicationInitializer; import org.springframework.web.context.support.AnnotationConfigWebApplicationContext; import org.springframework.web.servlet.DispatcherServlet; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.ser...
[ "213410.ant" ]
213410.ant
4344a2b811817a7af5b563f8a12ac3e44429c33e
7505a5f868c113fe3fdb4f5df776418e6c0f343b
/app/src/main/java/com/example/notes/NoteSourceImp.java
9cc324a9493205d86cac4b80cdaeeb860c135848
[]
no_license
Amina1000/Notes
c638935c6c428039b4535674e6aab9c217c12f2c
012cb319086908f97dcc8a0aead5d4915c4f64e1
refs/heads/master
2023-07-14T11:41:00.211363
2021-08-15T13:53:27
2021-08-15T13:53:27
373,951,877
0
0
null
2021-08-15T13:53:28
2021-06-04T20:24:16
Java
UTF-8
Java
false
false
1,293
java
package com.example.notes; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; /** * homework com.example.notes * * @author Amina * 12.06.2021 */ public class NoteSourceImp implements NoteSource{ private final List <Object> objectListItem; public NoteSourceImp(List <Objec...
[ "amina1000@yandex.ru" ]
amina1000@yandex.ru
5de7e93eeee7806c0cb7e243c38c3c87f0d4e15e
a106437de3120aadbec0de036ef5061cc9096477
/src/main/GamePanel.java
fb1f41bebc459afe406fee95e684f5a26b55d008
[]
no_license
dliGH/jar-mania
dee8d02d134cc58088030b7481f7f68830e500b6
078dbaa843d12df30c5bdc716d1f5246b65db2c0
refs/heads/main
2023-03-01T01:09:04.871807
2021-02-07T21:32:45
2021-02-07T21:32:45
336,893,271
0
0
null
null
null
null
UTF-8
Java
false
false
2,647
java
package main; import java.awt.*; import java.awt.image.BufferedImage; import javax.swing.*; import GameState.GameStateManager; import java.awt.event.KeyEvent; import java.awt.event.*; public class GamePanel extends JPanel implements Runnable, KeyListener{ //creating dimensions public static final int W...
[ "noreply@github.com" ]
noreply@github.com
694010df4613bd56a9ba4a6f4d8a0fb92df6f322
ae8967f217cb7b91098151092ff561c3ee56008d
/src/was3/Dog.java
428bd9411b080d03fdd2cea2efe2cffc38402066
[]
no_license
apagabrys/Cezary-Pechcin-java
3516bd0383bfe028f7fb3c904652383e05ed30ce
0e1ece9f4864dbe650494f44c8ed9f591faad902
refs/heads/master
2021-08-27T23:28:58.295355
2017-12-10T19:11:24
2017-12-10T19:11:24
107,869,891
0
0
null
null
null
null
UTF-8
Java
false
false
1,665
java
package was3; import java.util.ArrayList; import java.util.List; public class Dog extends Animal { private Breed breed; private boolean canSit; private boolean canFetch; private static int dogsCounter = 0; private static List<Dog> dogCollection = new ArrayList<>(); public Dog(String name, int...
[ "“nasz_email_do_github" ]
“nasz_email_do_github
82b36b8c23513b9414019231346867f8403994e8
264e6df7a5021454d9391d03a8740cdd3fe1361f
/Ajax_Not_Now/AJAX_UPLOAD-DWR/ajax-upload-V2/WEB-INF/src/be/telio/mediastore/ui/upload/MonitoredOutputStream.java
8fc68d55b4479b657f521913ef448bc30fd2797e
[]
no_license
debjava/AJAX
8dae664efde6341db67d24c9011ae8ece861db9a
2dc55049bfd38c03913c9d892e03d6314c7f939b
refs/heads/master
2020-04-08T05:25:06.273996
2018-11-25T18:24:13
2018-11-25T18:24:13
159,059,660
0
0
null
null
null
null
UTF-8
Java
false
false
1,479
java
/* Licence: * Use this however/wherever you like, just don't blame me if it breaks anything. * * Credit: * If you're nice, you'll leave this bit: * * Class by Pierre-Alexandre Losson -- http://www.telio.be/blog * email : plosson@users.sourceforge.net */ package be.telio.mediastore.ui.upload; import java.io.Out...
[ "deba.java@gmail.com" ]
deba.java@gmail.com
80532c304316fd8f66c486258ee56a8051b9fd50
6a13f10b18e17e6384cc4fa20e98b49bc5723abb
/Mall-api/src/main/java/com/server/api/model/jifenmodel/IndexBannerDetail.java
bb0efa08884cffb6ebe70ede1adfd40953d3efe0
[]
no_license
gaoyuan117/Mall-Quna
f48a2ade9fb2d3717dfb46e01007684e80bfcd67
1d4fc95ffec7198d1f029b422a2d54a11c933438
refs/heads/master
2021-01-20T04:29:02.430190
2017-04-28T10:17:09
2017-04-28T10:17:09
89,694,910
0
0
null
null
null
null
UTF-8
Java
false
false
496
java
/* * IndexBanner 2016/9/7-09-07 * Copyright (c) 2016 KOTERWONG All right reserved */ package com.server.api.model.jifenmodel; import com.server.api.model.BaseEntity; /** * Created by Koterwong on 2016/9/7. * Desc: */ public class IndexBannerDetail extends BaseEntity { public Data[] data; public st...
[ "970725917@qq.com" ]
970725917@qq.com
f56d9a60c9cd0cabca840bf8ea5666bc57bfad57
e4e08180fadd16c1e60ca0f12dc77ae729242054
/6일차/restController/QnAServiceImpl.java
58547967d8362ae5f1c19894ffa722718c6f1e67
[]
no_license
OctopusSwellfish/TIL
9b9736e61be611d9a90877dceaa652951220a4c8
157a27615f178e1df888870e28d39176fcbfaa85
refs/heads/main
2023-04-18T03:06:58.048802
2021-05-02T15:51:04
2021-05-02T15:51:04
311,527,996
3
0
null
null
null
null
UTF-8
Java
false
false
859
java
package com.ssafy.happyhouse.model.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.ssafy.happyhouse.model.dao.QnADAO; import com.ssafy.happyhouse.model.dto.QnA; @Service public class QnAServiceImpl implements Qn...
[ "noreply@github.com" ]
noreply@github.com
a21e7c95069e61efe9b3a286d25f85e4e0437cb0
eb5d7435ec8e085c4278a1a794a1a70616b54283
/src/main/java/com/ldl/lotteryodds/train/TestTextBinary.java
32cfe411b00a3a4e0ac22e45c4df826ce877caab
[]
no_license
wsldl123292/LotteryOdds
cd7c4f2264f9a5a6c3643d908afebe0e99a5e6f5
e9cf5ee588d4d12fca0cf53ec7edb68fb114fc75
refs/heads/master
2021-01-18T21:30:45.888973
2018-05-31T14:13:40
2018-05-31T14:13:40
39,557,006
0
0
null
null
null
null
UTF-8
Java
false
false
23,301
java
package com.ldl.lotteryodds.train; import com.alibaba.fastjson.JSON; import com.google.common.base.Charsets; import com.google.common.base.Splitter; import com.google.common.io.Files; import com.ldl.lotteryodds.entity.OddInfo; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.client.m...
[ "wsldl123292@163.com" ]
wsldl123292@163.com
15b1a83a936cd27ba0f40ac772458a1176ed7b6a
7c0bf9aa980fb49794b521a61a834473c61f478b
/Algorithm/src/main/java/shumei/one.java
b1cc07da9bbbb144cfc1af31b91656489b6dd4e2
[]
no_license
pl-jhin/studyJava
ba0084c946411351f25d79969656d32e9b713514
8bc46b58b495970cecbd24ab5ab2f2e1cf8a8a08
refs/heads/master
2023-05-12T00:18:42.080616
2021-06-03T00:00:11
2021-06-03T00:00:11
367,874,474
0
0
null
null
null
null
UTF-8
Java
false
false
1,034
java
package shumei; import java.util.Arrays; public class one { public static void main(String[] args) { int[] a = {1,3,5,7,9}; int[] b = {2,4,6,8,10,11}; System.out.println(Arrays.toString(hebing(a,b))); } private static int[] hebing(int[] one, int[] tow) { //定义数组 int...
[ "3157771993@qq.com" ]
3157771993@qq.com
0fdae819a7b31ae97e74d89aeed1eb2b4305eccb
da944dcd46252b90d9e1c8c878157928f2656149
/common/build/tmp/kapt3/stubs/debug/com/tawabsoft/taxi/common/utils/LocationHelper.java
6be565e179ca540ac300901e0b189fc052f192ee
[]
no_license
RamadanElSayed/android
f1b3cdaa345f47b25eca4a4ad38a727cdbabd43a
1d926542e751f5bd7a3d74e3d5a89e21ab8f4fb5
refs/heads/master
2023-01-03T07:03:29.829644
2020-11-02T01:08:04
2020-11-02T01:08:04
308,673,036
0
1
null
null
null
null
UTF-8
Java
false
false
4,422
java
package com.tawabsoft.taxi.common.utils; import java.lang.System; @kotlin.Metadata(mv = {1, 1, 16}, bv = {1, 0, 3}, k = 1, d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \t2\u00020\u0001:\u0...
[ "ramadan123sayed@gmail.com" ]
ramadan123sayed@gmail.com
4471a773eb23be1cb058ceffb52ab75f83439a83
28642562f2090c32c84a8f051afa974c16c1eba8
/src/main/java/com/antiphishing/utils/whoisparsers/FrParser.java
193d72def00bd761be915b4018188f73220b3859
[]
no_license
anealo/whoisutil
7e9a30c3190d4fea34ed400a1ced02ece877a03f
33c8f968cac875f61ab2fe65becf2ef984328c25
refs/heads/master
2020-04-19T15:20:47.053278
2017-11-19T12:31:25
2017-11-19T12:31:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,028
java
package com.antiphishing.utils.whoisparsers; import com.antiphishing.models.WhoisModel; import com.antiphishing.utils.IpUtil; import java.text.SimpleDateFormat; import java.util.regex.Pattern; /** * Created by dell on 2017/11/16. */ /** * %% %% This is the AFNIC Whois server. %% %% complete date f...
[ "victory_pj@163.com" ]
victory_pj@163.com
b9327a578fe2b8ed58698d3bdee93804e27bac07
f3d2df2f2aff927bad0b6bae713fc93dcbba052c
/src/me/daddychurchill/CityWorld/Plugins/SurfaceProvider_Sanddunes.java
5439f6a1305d9769bfe51cfecc2ba56d8251523e
[]
no_license
lazareth241/CityWorld
dbbb8f709d3df905138c5f58db41339edffeb70b
9112f4fb1f50ff30b18bb09c38dced3975038dda
refs/heads/master
2021-01-16T20:42:59.610649
2013-05-24T16:49:45
2013-05-24T16:49:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
291
java
package me.daddychurchill.CityWorld.Plugins; import me.daddychurchill.CityWorld.Support.Odds; public class SurfaceProvider_Sanddunes extends SurfaceProvider_Normal { public SurfaceProvider_Sanddunes(Odds odds) { super(odds); // TODO Auto-generated constructor stub } }
[ "eddie@virtualchurchill.com" ]
eddie@virtualchurchill.com
00ac245fbaade9a15627c823f2522e76b81f609f
f6a78b42a0ed803c9dff2ca51eed1d9dec4f8384
/src/main/java/entities/Person.java
10d7c344feb7048326651a0b0138190025089c02
[]
no_license
KarolPiasnik/Clinic-Management-System
6b312cf690f998e2dd75a4dc37d6532a3a9d7f19
d62097b02f774c8d10b97ce0f860a78876080a26
refs/heads/master
2020-04-01T23:38:01.118304
2018-10-19T11:04:34
2018-10-19T11:04:34
153,766,376
1
0
null
null
null
null
UTF-8
Java
false
false
2,375
java
package entities; import com.mongodb.BasicDBObject; import com.mongodb.DBObject; import enums.SexEnum; public class Person { Object id; protected String name; protected String surname; protected String pesel; protected Integer age; protected SexEnum sex; public Person() { } pub...
[ "piasnik.karol@outlook.com" ]
piasnik.karol@outlook.com
acd0500e64ec968a380a224f38fb2260d74c8582
11e2dcfef786733e6a475c721ad16b55865488f9
/app/src/main/java/com/tsa/NCC_dte_punjab/fragments/ShowPDFFragment.java
4aa0a0f4a4627e164549f36ad99eed0ee7282f25
[]
no_license
jayeshmann/ncc
754c44580cbdaed6d357996109875ccee66ac72d
7561b4aac2fd8c1bb9dfae099cd5381667a6cc94
refs/heads/master
2020-05-31T22:55:08.393955
2019-06-06T06:46:11
2019-06-06T06:46:11
190,528,985
1
0
null
null
null
null
UTF-8
Java
false
false
1,550
java
package com.tsa.NCC_dte_punjab.fragments; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.webkit.WebView; import com.tsa.NCC_dte_punjab.R; import co...
[ "jayeshmann06@gmail.com" ]
jayeshmann06@gmail.com
b1c33cc3b85aab9021324d3a15129e38f8ae85af
c561eb31c07d34448a61f1bdceafc10f6ffc5968
/src/main/java/com/lg/leetcode/other/practice1/LFUCache.java
f859bb577f8bb052a317358ddbeacb3ffd914c2c
[]
no_license
x55555lg/data-structure-and-algorithm
4d9ab12b3f23b401f2a89f1fe0226dc8702dfe66
025c0c7b85af11549491319e38cace2a4fbf926b
refs/heads/master
2022-07-06T11:30:38.343970
2021-11-28T12:32:27
2021-11-28T12:32:27
216,988,364
2
0
null
2022-06-17T02:37:12
2019-10-23T06:53:49
Java
UTF-8
Java
false
false
3,058
java
package com.lg.leetcode.other.practice1; /** * @author Xulg * Created in 2021-05-10 17:10 */ class LFUCache { /* * Design and implement a data structure for a Least Frequently Used (LFU) cache. * Implement the LFUCache class: * LFUCache(int capacity) Initializes the object with the capacity of ...
[ "15268848628@163.com" ]
15268848628@163.com
81fc0a81d4874946a4841d1a1c1ef6e8492f082c
58863f68507d0b5d4d64e15899f1b60b8978b218
/src/main/java/leetcode/P1672RichestCustomer.java
9ae29734f0f070d800152fcc57a06028f3a7ce06
[]
no_license
Bharat9848/algopractice
7774de369d6790b4fbcec33ab0bbe67bdcecaa48
52a81a8e3f9a182315819cd0d8ce77397e99414b
refs/heads/master
2022-08-25T17:50:58.854545
2022-07-16T05:17:58
2022-07-16T05:17:58
135,737,814
0
0
null
null
null
null
UTF-8
Java
false
false
1,630
java
package leetcode; /* 72. Richest Customer Wealth User Accepted:4370 User Tried:4436 Total Accepted:4425 Total Submissions:4630 Difficulty:Easy You are given an m x n integer grid accounts where accounts[i][j] is the amount of money the i​​​​​​​​​​​th​​​​ customer has in the j​​​​​​​​​​​th​​​​ bank. Return the wealth t...
[ "bharat9848@gmail.com" ]
bharat9848@gmail.com
3382185a3325c5df897b7ce7d8d2742f936bf95d
8272cd0c387d4f7cd63c2eca3f258c7448f534c5
/src/test/dataStructures/ArrayTest.java
a3e19edf06e4351cf5d81e770189dc2ddcff33c7
[]
no_license
matufajus/ADS
20d624498800fed9ec2a547eb1dce0f7af4114da
8ce9520cf27f0bd24b94cd9a6429787fe1d78acf
refs/heads/master
2022-09-27T05:59:32.547350
2020-06-05T08:49:06
2020-06-05T09:31:19
269,584,570
0
0
null
null
null
null
UTF-8
Java
false
false
621
java
package test.dataStructures; import static org.junit.jupiter.api.Assertions.*; import java.util.HashSet; import java.util.Set; import org.junit.jupiter.api.Test; import main.dataStructures.Array; class ArrayTest { @Test void testRemoveDuplicates() { int[] a = {5, 6, 5, 3, 4, 6, 1}; Array array = new Array(a...
[ "matas.tas@gmail.com" ]
matas.tas@gmail.com
0c469ef3ba7a532649f02b0df6c3fe828908e3d5
4f8e8140064091181bb2663b20b9efb128d4ac92
/backend/service/src/main/java/com/studyboard/config/PasswordEncoderConfig.java
7063bbcd4cf6c628a54061bd5657aa148c655907
[ "MIT" ]
permissive
Sommerio/Studyboard-ASE
db526927b7b771a98a3af9c44b75733cf2f56ab8
c6b06b8c42a1ba0905f9bc0c1945025f1d5b1ec7
refs/heads/main
2023-04-30T05:50:22.587297
2021-06-02T14:04:09
2021-06-02T14:04:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
475
java
package com.studyboard.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.security.crypto.password.PasswordEncoder; @Configuration public class Pass...
[ "e1629048@student.tuwien.ac.at" ]
e1629048@student.tuwien.ac.at
f5937808d795def741ff67b52ceac2e6e9b162b8
e48aa5ce3aa5c3170d2dbc6f88f409e9749f926a
/src/edu/uta/futureye/function/test/COperator.java
4a3f109a51700df6c3f457c20e9ca7f6ee8c2ba5
[]
no_license
ikyaqoob/Futureye_v2
23ef87b24204790286c2aadadd2a7f2b4b36389d
9723b411acd5317d0507fc89d7f67b5cfe2f5be7
refs/heads/master
2021-01-13T15:02:31.865460
2017-01-15T17:52:15
2017-01-15T17:52:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,035
java
package edu.uta.futureye.function.test; import java.util.List; import edu.uta.futureye.util.Constant; public class COperator { /** * item * pChain * @param pChain * @param item * @return */ public static PlusChain PlusChainMultiItem(PlusChain pChain, Item item) { if(item instanceof MultiChain) ret...
[ "nkliuyueming@gmail.com" ]
nkliuyueming@gmail.com
f80efc8757ddc2c0c724c5bf468b2ce57e4e3ec4
9d82dad9464214204b6940b08a72974f823eaf3d
/src/cursojava/classes/ClasseInicial.java
4983f4e9a71d3dd4e244c4918f72e88c41a0ee72
[]
no_license
cristianosantosoliveira/java-orientado-objeto
5d705d4476031b09fa17627eb4dc3775fc387071
40d7b93da390042964577ab8a3120d7143cee424
refs/heads/master
2021-05-18T05:03:16.535061
2020-05-06T00:38:36
2020-05-06T00:38:36
251,123,907
0
0
null
null
null
null
ISO-8859-1
Java
false
false
6,407
java
package cursojava.classes; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Scanner; import javax.swing.JOptionPane; import cursojava.auxiliar.FuncaoAutenticacao; import cursojava.constantes.StatusAluno; import cu...
[ "cristiano.santos.oliveira@outlook.com" ]
cristiano.santos.oliveira@outlook.com
61c653fa4a16593d937dceda2d86e16a3bb5b152
dae8c2f3ba6042ba4a8ef6a1a2b75832c26e186c
/JAVA/Dia10-1prj/src/Directivo.java
d3ff47db37e8d47cfbc48db3991d9c3d4d4fcdac
[]
no_license
HectorEdgar/Universidad
acf97c233261648725c6311abaf876a05b3e1cbd
6dee7f1bbe195eb5caf900766079e81c3b39dcca
refs/heads/master
2022-03-03T11:53:23.250054
2019-06-03T04:20:38
2019-06-03T04:20:38
189,933,653
0
0
null
2019-10-31T16:17:58
2019-06-03T04:21:00
Java
UTF-8
Java
false
false
616
java
public class Directivo extends Empleado { private static final long serialVersionUID = 883659372759003440L; private String accion; public Directivo(){ } public String getAccion() { return accion; } public void setAccion(String accion) { this.accion = accion; } @Override public String desplegarI...
[ "hetorbite@gmail.com" ]
hetorbite@gmail.com
8ac47ab78d143df7af57cb5a4bdb3e52cce3ba46
a0cd546101594e679544d24f92ae8fcc17013142
/refactorit-core/src/test/misc/jacks/jls/classes/field-declarations/initialization-of-fields/restrictions/T8323ifi3.java
f55db87adaf6083946a02bdf6d8c51aec1828d85
[]
no_license
svn2github/RefactorIT
f65198bb64f6c11e20d35ace5f9563d781b7fe5c
4b1fc1ebd06c8e192af9ccd94eb5c2d96f79f94c
refs/heads/master
2021-01-10T03:09:28.310366
2008-09-18T10:17:56
2008-09-18T10:17:56
47,540,746
0
1
null
null
null
null
UTF-8
Java
false
false
81
java
class T8323ifi3 { int i = j += 1; int j = 1; }
[ "l950637@285b47d1-db48-0410-a9c5-fb61d244d46c" ]
l950637@285b47d1-db48-0410-a9c5-fb61d244d46c
4b68420f0de15b3df594ed174e8603944aa595d2
89723541f3a2cc7087d49dcee592694c5c0513c3
/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/api/RequestTypeEnum.java
963f0788153fcafab4b8e6912e360136897ab5af
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
rkorytkowski/hapi-fhir
7207ae68ff8ef6e876f53b51bbdbd0312ae0daa7
9f45c2bcfa00349ce17e191899581f4fc6e8c0d6
refs/heads/master
2021-07-13T01:06:12.674713
2020-06-16T09:11:38
2020-06-16T09:12:23
145,406,752
0
2
Apache-2.0
2018-08-20T11:08:35
2018-08-20T11:08:35
null
UTF-8
Java
false
false
807
java
package ca.uhn.fhir.rest.api; /* * #%L * HAPI FHIR - Core Library * %% * Copyright (C) 2014 - 2018 University Health Network * %% * 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 * *...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
da9b01530347084a23a69db9230b11de04164ffc
f44ed4482fd1acad04741b76c5ee0622caac41fa
/16_ServidorConfiguracionDistribuida/src/main/java/com/atsistemas/controllers/HolaMundoController.java
4288bebe631e02b97289e5b3843f207c7392f8d4
[]
no_license
dalonsogz/cursoSpringAT
3aab44789e79fac4e5432ada9eebc39671649313
14bdc5e8643f4a839606380dcd14000f3723b639
refs/heads/master
2021-10-27T14:24:16.590038
2019-04-17T21:00:52
2019-04-17T21:00:52
110,295,908
1
0
null
null
null
null
UTF-8
Java
false
false
511
java
package com.atsistemas.controllers; import org.springframework.beans.factory.annotation.Value; import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController ...
[ "x165436@AFBESE0X165436S.allfunds.allfundsbank.corp" ]
x165436@AFBESE0X165436S.allfunds.allfundsbank.corp
804dda6b131c8a6b3b7ac2919d0cfa62ee9a1693
93ec5bdf1e64516915a86557f5ca6fdec02ef609
/mytest/Test.java
8be4b0ede2c5101a59fd6cbf6f67fc615f2ea5b1
[]
no_license
flozano/stupid-jdk-cert-issue
dcc560dc1093ec2e8c1863f344629781e6f4278c
2ce67ce0223e826ba2f2c53bdc0fe4ebce3c68ee
refs/heads/master
2020-03-11T09:28:40.960579
2018-04-17T13:57:16
2018-04-17T13:57:16
129,912,545
0
0
null
null
null
null
UTF-8
Java
false
false
395
java
package mytest; import java.net.*; public class Test { public static void main(String[] argz) throws Exception { URL url = new URL("https://maven.kii.com/artifactory/repo/org/springframework/spring-context/5.0.5.RELEASE/spring-context-5.0.5.RELEASE.jar"); HttpURLConnection con = (HttpURLConnection) url.openConn...
[ "flozano@gmail.com" ]
flozano@gmail.com
d9a6f04fba2064c160f327d7be7861897c0ec513
d6a06f00a438a6fa15212fcf519386fbc06891b1
/AV1/src/main/java/fvs/edu/br/main/Av1Application.java
23a157fc288bd3a34899febbbca390f1061a1087
[]
no_license
natan20155/AV1
b1a0e0a33b0176097a76d3771c4ee183365087fd
1fff6f9490dddd104321a9e15befd6463b47d27d
refs/heads/master
2020-03-29T20:17:56.447878
2018-09-25T18:27:33
2018-09-25T18:27:33
150,304,835
0
0
null
null
null
null
UTF-8
Java
false
false
301
java
package fvs.edu.br.main; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Av1Application { public static void main(String[] args) { SpringApplication.run(Av1Application.class, args); } }
[ "natansilva20155@gmail.com" ]
natansilva20155@gmail.com
da646f318c6b1faf979d5bd19940a77f47085623
ea67a9d5f29c52141d5000d4a4ada02375d31b49
/java/tb/common/inventory/InventoryRevolver.java
fe41df4bbc18a7bb843d64057d8f94529cd911f6
[ "CC0-1.0", "CC-BY-SA-4.0" ]
permissive
joutenchi/ThaumicBases
947899d52f869effc0bca0d57445a5ed5c8906e9
6aab92667554511559366c7d3a3c9b78c5b4b79a
refs/heads/1.8
2020-03-31T09:15:16.220222
2016-02-23T18:56:32
2016-02-23T18:56:32
152,088,166
0
0
CC0-1.0
2019-02-26T01:48:23
2018-10-08T13:51:46
Java
UTF-8
Java
false
false
2,996
java
package tb.common.inventory; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.IInventory; import net.minecraft.item.ItemStack; import net.minecraft.util.ChatComponentText; import net.minecraft.util.IChatComponent; import thaumcraft.api.aspects.As...
[ "Modbder@gmail.com" ]
Modbder@gmail.com
c6f5318c58108a6d03c15557f0fdbb5410dd7f9d
22c8ef7faa64135c4447ad2419a752ed5cffeaa2
/app/src/main/java/com/example/byjuses/UI/MainActivity.java
bd4cd6871ab4b25a27dd5402a5a41e2818fa3492
[]
no_license
jitheshkumar2708/ByJuses
7677faff86fe23a1247b9d1ce75d05e6bd7264a0
848028be9da4e91e0d9cee55765d674efc0cbcc7
refs/heads/main
2023-04-24T09:06:15.127010
2021-05-09T21:57:12
2021-05-09T21:57:12
365,216,398
0
0
null
null
null
null
UTF-8
Java
false
false
1,827
java
package com.example.byjuses.UI; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.lifecycle.ViewModelProvider; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.graphics.Typeface; import an...
[ "jithesh@1996" ]
jithesh@1996
46243094f3434ada0c006ca061d7101e9bdc6613
8074e94435b636c7ac4a3e8b6a8d42f59f946a4e
/app/src/androidTest/java/com/example/kh/message/ExampleInstrumentedTest.java
a0e1d9d98a4b38916427443db1c96c5dea6404ec
[]
no_license
zxvcvzx1994/BindToReoveService
3c7d74984810a5cd2d975cdccc0249bf55802744
a90c6801367d8ce72fd79b9e418f5269002f99ca
refs/heads/master
2020-12-13T04:32:28.829132
2017-06-26T06:50:49
2017-06-26T06:50:49
95,417,161
0
0
null
null
null
null
UTF-8
Java
false
false
748
java
package com.example.kh.message; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Andro...
[ "zxvcvzx1994@gmail.com" ]
zxvcvzx1994@gmail.com
2d899af8f25dd16418a225b141c30525af78dc1d
ffcb017ac021479328a0ac9d76384ca56a008c67
/src/class4/boj9465/Boj9465_sh.java
421b6c28be1b5b8f44935bcc698e98ef39ffcaf5
[]
no_license
girawhale/Algo_study
5b051777f4a5a97ed315ee214bf489c50e573d28
bf307a665465427cfe33b0b2bb247be6737190c5
refs/heads/master
2023-02-17T14:16:44.867001
2021-01-18T08:22:12
2021-01-18T08:22:12
290,190,583
4
3
null
null
null
null
UTF-8
Java
false
false
1,285
java
package class4.boj9465; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; public class Boj9465_sh { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); ...
[ "choi1278!" ]
choi1278!
cf8f2950d0ca7d1e6e5f2f1759430ebadbdf395b
1fe1e59a3d27668d6c756bb4504cd88e0c584cc8
/src/sk/clovece/Panacik.java
f66d5afd563d6601946d7a3f2cb18eb30ecfba08
[]
no_license
Citronik/Java
cb7ea21847fd4f49d7633493d63358b85f2a8969
de967a93484f2d1a20a098f13995c0ec5bcaced2
refs/heads/master
2023-04-30T16:20:28.155968
2020-05-05T16:36:15
2020-05-05T16:36:15
261,528,482
0
0
null
null
null
null
UTF-8
Java
false
false
1,989
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 sk.clovece; /** * * @author Filip Perďoch */ public class Panacik { private boolean vDomceku; privat...
[ "Filip Perďoch@DESKTOP-U4J4540" ]
Filip Perďoch@DESKTOP-U4J4540
f87d788ec4360825132ebfd42f39a4a9d0e2bc9a
c11f910e07e29a8fa14bbdbe173172bcc703d0c0
/exercises/sublist/src/example/java/RelationshipComputer.java
381272512c740ffa5cf9649964ef781a03b13d71
[ "MIT" ]
permissive
jtigger/xjava
11893534a0be5815d07c37375cb8281dfa65c2ff
195a324a23a9aa9e4bdc7d4d6d79781e0103188e
refs/heads/master
2021-01-12T22:30:29.791303
2017-04-24T16:02:25
2017-04-24T16:02:25
36,503,965
0
1
null
2015-05-29T12:48:22
2015-05-29T12:48:22
null
UTF-8
Java
false
false
1,063
java
import java.util.List; final class RelationshipComputer<T extends Comparable> { Relationship computeRelationship(final List<T> firstList, final List<T> secondList) { if (firstList.equals(secondList)) return Relationship.EQUAL; if (checkIfSublist(firstList, secondList)) return Relationship...
[ "skent.dev@gmail.com" ]
skent.dev@gmail.com
4ab6fddd54fd1241977864fa09ecf157073d8d76
250a605853e3b8e419870d7b46e3595a6d4cd6af
/src/animata/controls/ClockBobber.java
aca9e7e15e90414a123a5947174da48af594fb5c
[]
no_license
michaelforrest/animataplayback
c5bccc577a58f437af55c8a8399f86ba16fc09aa
ce605df0289796c160ce547b73ec650bae76930d
refs/heads/master
2016-09-06T11:45:03.605369
2011-07-01T11:36:06
2011-07-01T11:36:06
107,934
5
1
null
null
null
null
UTF-8
Java
false
false
709
java
package animata.controls; import java.util.Observable; import java.util.Observer; import animata.Animator; import animata.Clock; import animata.Controller; public class ClockBobber implements Observer { private Animator animator; public ClockBobber(Clock clock) { System.out.println("new clock bobber"); clock...
[ "michael.forrest@gmail.com" ]
michael.forrest@gmail.com
20800c87274e27a07667c6de8547448b79595edb
e8b25fc8abaaf29401d74c2c727606575e882ede
/spring-yarn/spring-yarn-core/src/test/java/org/springframework/yarn/am/NMTokenCacheTests.java
c52c074b19b391ee0b0bb7ee4d21ea0b97621c98
[ "Apache-2.0" ]
permissive
Nyaungbinhla/spring-hadoop
32986498157aa1bbc668b3677c75702dbbe55afc
fdd75452015905d5882132f7b2b29078bfb48d76
refs/heads/master
2020-04-14T01:10:25.159186
2014-12-23T08:23:04
2014-12-23T08:23:04
28,798,430
1
0
null
2015-01-05T05:10:19
2015-01-05T05:10:18
null
UTF-8
Java
false
false
3,114
java
/* * Copyright 2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "janne.valkealahti@gmail.com" ]
janne.valkealahti@gmail.com
96ea8699b9844a328b05b944ccd394fea88c3ccc
1246648bed63fac165b35aa2fe181adfec028291
/src/main/java/com/gang/demo/pattern/Builder/Dictory.java
2eaef27311cfe0393bdac802c6d91935565eee78
[]
no_license
liyougang/degisn-pattern-demo
dbd2714148fb65fb37464928c087c35a9882ea2c
77a9a3d5306cff5efade27490fc19df004f8a1d4
refs/heads/master
2023-05-12T20:56:34.055972
2019-07-28T09:00:07
2019-07-28T09:00:07
195,477,023
0
0
null
2023-05-09T18:09:29
2019-07-05T23:25:19
Java
UTF-8
Java
false
false
450
java
package com.gang.demo.pattern.Builder; /** * @author ligang * @desc * @date 2019/7/10上午7:23 **/ public class Dictory { private Builder builder; public Dictory(Builder builder){ this.builder = builder; } public void constract(){ builder.makeTitle("greeting"); builder.makeS...
[ "huchangligang@163.com" ]
huchangligang@163.com
2bc8bcd35d0c14c1df9c5033581d2adb8f4e8d83
4d0f2d62d1c156d936d028482561585207fb1e49
/Ma nguon/zcs-8.0.2_GA_5570-src/ZimbraServer/src/java/com/zimbra/cs/account/ldap/upgrade/BUG_60640.java
ddcdd803cfb8789b78360d73b8d7adfa455913ba
[]
no_license
vuhung/06-email-captinh
e3f0ff2e84f1c2bc6bdd6e4167cd7107ec42c0bd
af828ac73fc8096a3cc096806c8080e54d41251f
refs/heads/master
2020-07-08T09:09:19.146159
2013-05-18T12:57:24
2013-05-18T12:57:24
32,319,083
0
2
null
null
null
null
UTF-8
Java
false
false
3,322
java
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2011 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at...
[ "vuhung16plus@gmail.com@ec614674-f94a-24a8-de76-55dc00f2b931" ]
vuhung16plus@gmail.com@ec614674-f94a-24a8-de76-55dc00f2b931
b2b326a0674676b8dc60601f26838ace21af3f83
5362eaf064561939b7ee654c5e049f044aa27a04
/Advergame/core/src/com/henrik/gdxFramework/core/AnimationUtils.java
bc5e40fb7cf93555455b85bfc4fa863690317e62
[]
no_license
hkeeble/LincolnImpGame
ce7c5a12c7e519fa776837ae3bb0a93d83293fae
9cae4bb339e204aadf4e00760a7c6209bd132510
refs/heads/master
2021-03-22T03:56:57.301227
2015-05-28T14:13:37
2015-05-28T14:13:37
35,378,201
0
0
null
null
null
null
UTF-8
Java
false
false
2,690
java
package com.henrik.gdxFramework.core; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.Animation; import com.badlogic.gdx.graphics.g2d.TextureRegion; import java.util.ArrayList; /** * Contains some helper methods for creating animations. */ public class AnimationUtils { /** ...
[ "henrikeeble@btinternet.com" ]
henrikeeble@btinternet.com
1ce786a82560a2b1e89af5989cb01be1731230af
e884a5926910e72aa3b5021708c19b1866413299
/e-commerce/src/main/java/br/univel/controller/CarrinhoController.java
1411300c9b5102d0bef54171149f75b467b9b229
[]
no_license
felipemk/e-commerce_Felipe
4523d136964c9f76f5e64c117a485c1d51d8be81
6339e437a7106128f7f5d2718c19c39ea9bbc69e
refs/heads/master
2021-01-10T11:28:31.266261
2015-12-10T22:55:59
2015-12-10T22:55:59
45,217,540
0
0
null
null
null
null
UTF-8
Java
false
false
1,370
java
package br.univel.controller; import java.util.HashMap; import javax.inject.Inject; import br.univel.model.Produto; import br.univel.model.Venda; import br.univel.rest.ProdutoEndpoint; import br.univel.rest.VendaEndpoint; public class CarrinhoController { @Inject private Carrinho carrinho; @Inject private Pro...
[ "Felipe Mikael@felipe" ]
Felipe Mikael@felipe
7ae9c4b28729f840dd3dd1d0519a0a3f96185735
4ca027c910a533904d3fe5688a2f63d512dd2956
/src/test/java/com/pronoia/aries/blueprint/util/parser/ElementParserTestSupport.java
c79f57005fe2b1435379eded13b08a95c7c2dff7
[ "Apache-2.0" ]
permissive
hqstevenson/aries-blueprint-util
08d5a4d9681817a478980827aa31b88bfdabd227
0230429b3d1819f03e5e798a1d8e5ce775cfbcec
refs/heads/master
2023-03-10T11:03:38.466614
2019-02-02T20:27:39
2019-02-02T20:27:39
123,951,223
0
0
null
null
null
null
UTF-8
Java
false
false
2,074
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 may...
[ "quinn@pronoia-solutions.com" ]
quinn@pronoia-solutions.com
b2fa4bd8fd7831d90774529f24bab48735ff8d52
b0892475e38b8201a4a36be4d5acfcc67958b062
/scheduler-engine/src/test/java/com/vizuri/patient/scheduler/SchedulerTest.java
30025d212dc3f20168bde05d5c52a34af29e547e
[]
no_license
Vizuri/optimal-patient-scheduler
4cf0c72bc6f569b1b592c68c28e79c8552cbc831
56fb6745d9a5c6252945cebf383896b08f56d46d
refs/heads/master
2021-01-13T08:03:01.738933
2017-06-21T16:24:56
2017-06-21T16:24:56
95,024,038
1
1
null
null
null
null
UTF-8
Java
false
false
12,485
java
package com.vizuri.patient.scheduler; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.time.LocalDate; import java.time.Month; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import ...
[ "kspokas@vizuri.com" ]
kspokas@vizuri.com
61d4e4ffe2fd083a6b1ac8dcb62ca1fb3ff21e8b
f55c886ae133243f81a2167eb1bd79b8ecdf27e7
/crud-faces/src/main/java/org/manaty/model/user/Permission.java
7494806743297acde69fd3651bc8ea3d5f96e459
[]
no_license
czetsuya/crud-faces
d08cea9a965c42bb39acb84533579634975c29ea
19ba24ea904598db36a80f61f221f89ba337f81a
refs/heads/master
2018-12-29T17:02:17.975738
2014-01-30T05:45:47
2014-01-30T05:45:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,084
java
/* * (C) Copyright 2009-2013 Manaty SARL (http://manaty.net/) and contributors. * * Licensed under the GNU Public Licence, 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.gnu.org/licenses/gpl-2.0.txt * ...
[ "edward.legaspi@manaty.net" ]
edward.legaspi@manaty.net
cbefd8ea6e9cbaf52e9c13e5c7689d235086a3ca
7bfaace1baec0a2fc53b2be1780898c915e96294
/src/main/java/com/example/demo/CallLogRestController.java
aab3926e3874e1034d430af828372906aa62cb4a
[]
no_license
shubhambansal/CallLogApi
d4d416ffe4b334063f755dceb34564c84c98a96d
80f13f88a1849c135d734bde8765da813ec074b8
refs/heads/master
2023-04-23T15:41:15.950913
2021-05-12T23:15:45
2021-05-12T23:15:45
366,877,143
0
0
null
null
null
null
UTF-8
Java
false
false
4,349
java
package com.example.demo; import com.example.demo.dto.request.CallLogRequest; import com.example.demo.dto.response.*; import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.web.b...
[ "shubham.bansal@omio.com" ]
shubham.bansal@omio.com
fe2df50d8db9faab101bed32f7e6304f44a58aac
26205f50f907ffae2d67ce17c88059c5c05607ff
/bobdust.rpc.helloworld/src/bobdust/rpc/helloworld/Listener.java
3fbf02143f8ace18268c6bbc31d89ace2a72b24e
[]
no_license
bobdust/RSucket
ef1c71bc577b2f98c7f2a81ab5502f9c23ff75e5
ef81c471346956fbeca40f7dbf226bcd75db29e5
refs/heads/master
2020-11-30T15:08:07.171132
2014-08-12T08:19:34
2014-08-12T08:19:34
66,369,315
0
0
null
null
null
null
UTF-8
Java
false
false
357
java
package bobdust.rpc.helloworld; import java.io.IOException; import bobdust.sockets.*; public class Listener { public static void main(String[] args) throws IOException { Responder<GreetingAssistant> assistant = ResponderFactory.get(GreetingAssistantImpl.class, 1234); assistant.start(); System.out.println("...
[ "ceillingbob@gmail.com" ]
ceillingbob@gmail.com
ac10a926406f1dfd7747ebdb8aeeddbea6d061b8
7ea9839d07cb0771744021ad478fffdc89c28937
/android/app/src/main/java/com/foodies/SplashActivity.java
a40155112584fb8eb2028740aa44d9bc74f90408
[]
no_license
itssaurav/Foodies
9a580e1e0e6e559b763462b77df2b57fbdaec366
c8f30582c63742c6e97e87d49b548f0a6abdec02
refs/heads/master
2020-09-16T08:53:44.873329
2019-11-24T09:10:01
2019-11-24T09:10:01
223,718,136
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
package com.foodies; // make sure this is your package name import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; public class SplashActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(sa...
[ "saurav.pal@viacom18.com" ]
saurav.pal@viacom18.com
96ebb0177c2e925d76f298f434a12951750770c4
83cec781ac1876769f68b226ba6ab0b1d5d6061c
/src/Horoscopes.java
4d6cf1e44c18339c80531ebd9d317ea40f5a46e9
[]
no_license
League-Level0-Student/level-0-module-3-FordBravo29
1c3ece4ce6259c9f2e55af2a95e8837b55bae62e
ab02a0bb708f784603b4c769e50ad9c3e1572fb6
refs/heads/master
2020-05-05T11:52:29.285705
2019-07-14T17:53:16
2019-07-14T17:53:16
180,006,993
0
0
null
null
null
null
UTF-8
Java
false
false
875
java
import javax.swing.JOptionPane; public class Horoscopes { public static void main(String[] args) { String hi = JOptionPane.showInputDialog("What is your star sign"); if(hi.equals ("leo")) { JOptionPane.showMessageDialog(null, "leo signs tend to like relaxation, preferably someplace warm and comfortable." + " ...
[ "league@iMac.attlocal.net" ]
league@iMac.attlocal.net
0c55a52e171a43c240a9cb9b49b1abce95de7b7c
83b9cdf1d697afaa54e9606963ae9c951cf38c05
/FSC-Destiny/jboss/server/destiny/work/jboss.web/localhost/_/org/apache/jsp/cataloging/basesearchresults_jsp.java
1367070d3ef042c2957af81c80a86e60fcb6b6f0
[]
no_license
mikeleonfsc/destinydocker
2cdac594a27b9489d9246fc004005ab6cb8231cb
bd3abde9e8daaf1de10f201aa9dd135b29c6c2ef
refs/heads/master
2021-04-28T23:52:36.941265
2017-01-04T13:51:45
2017-01-04T13:51:45
77,727,464
1
0
null
null
null
null
UTF-8
Java
false
false
10,617
java
package org.apache.jsp.cataloging; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.follett.fsc.destiny.client.cataloging.servlet.*; import com.follett.fsc.common.MessageHelper; import com.follett.fsc.common.LocaleHelper; public final class basesearchresults_jsp extends org....
[ "mihe@this.com" ]
mihe@this.com
3a7019f9d3bf7888d64e2953bad106dac553f2f9
7aaf9080945e7213f6046e9d8473140781aef846
/023-Array/src/Main.java
a53cda5e1aa3aba7d9e5015099bdb69266598043
[]
no_license
AyakaYasuda/m0921-Java-Collection
ee33bb0ad2ae5fc1819cd186603275e052301736
6309d9c1ca7a5a516e8b994a1f6d3cd05df70dc5
refs/heads/main
2023-08-15T04:24:10.827455
2021-10-19T21:46:31
2021-10-19T21:46:31
419,099,728
0
0
null
null
null
null
UTF-8
Java
false
false
523
java
public class Main { public static void main(String[] args) { int[] array = {5,6,7,8}; display(array); // int[] array2 = new int[10]; // array2[5] = 10; // array2[9] = 99; // System.out.println(array2[1]); float[] floatArr = {0.0f, 1.2f, 3.4f}; /* Syntax for loop of array for(data_type variable...
[ "ayakayasuda23@gmail.com" ]
ayakayasuda23@gmail.com
ccb40d8e1737f6b6d400aab56677fed62e3bc8ea
f4268dc3c647dbdf60f2ac036e4c1f55a54329ae
/EVM/src/EVM_1309/BallotPaperScreen.java
4ee960ddae59023caf11cef8f7d45a26d13d5bc5
[]
no_license
MiracleT/1309EVM_aftertest
66a0c7cd6629accce259aedd4db421c6013f1180
10841852fe372f3091a8179078a4e0846c6188ff
refs/heads/master
2021-01-01T19:19:47.757509
2015-07-19T15:39:16
2015-07-19T15:39:16
39,338,795
0
0
null
null
null
null
UTF-8
Java
false
false
918
java
package EVM_1309; import java.util.ArrayList; public class BallotPaperScreen { static ArrayList <String> candidatePaper = new ArrayList<String>(); void setUpScreen(){ candidatePaper.add("LOTUS"); candidatePaper.add("HAND"); candidatePaper.add("DOLL"); System.out.println("Ballot paper placed an...
[ "talitadsouza130@gmail.com" ]
talitadsouza130@gmail.com
ccaba31afb6e44da489897063df26011fcf08518
12ec68d1e39864360788eba9ef5e1392c729b6ae
/dagger-core-web/src/main/java/com/springdagger/core/web/exception/RedupSubmitException.java
7d0cec9d3fc901c5712a83887b07cbc10c37d61a
[]
no_license
qiaomu1102/dagger-tool
60cb22ce41291004b38d16756422a2d92f567a83
07edc1861d67e92d68f9f85a59c46b7c8f869411
refs/heads/master
2023-03-11T13:17:16.019489
2021-02-26T08:47:38
2021-02-26T08:47:38
307,282,058
0
0
null
null
null
null
UTF-8
Java
false
false
780
java
package com.springdagger.core.web.exception; import com.springdagger.core.tool.api.BaseException; import com.springdagger.core.tool.api.IResultCode; import com.springdagger.core.tool.api.ResultCode; /** * @author: qiaomu * @date: 2020/12/9 10:39 * @Description: TODO */ public class RedupSubmitException extends B...
[ "kexiong@htbaobao.com" ]
kexiong@htbaobao.com
979fa76b11176f9522353e4b739510cd6ce4fc70
8b40d8fb82d67f5bc25e34da19e86c53a99494d9
/src/main/java/sk/fei/stuba/oop/zadanie3/config/UUIDconverterConfig.java
53153eb02baf140c9dcea8b2c2af0165d671daa7
[]
no_license
onibaku789/youmakemyheartbleed
6512649110cdb0b4548b2e8876c37691f213992d
b03df29e3a105e79244b27d1338b2bc39e844aa1
refs/heads/master
2022-09-05T23:10:08.593440
2020-05-24T11:16:02
2020-05-24T11:16:02
266,132,871
0
0
null
null
null
null
UTF-8
Java
false
false
855
java
package sk.fei.stuba.oop.zadanie3.config; import org.springframework.context.annotation.Configuration; import org.springframework.core.convert.converter.Converter; import org.springframework.format.FormatterRegistry; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web....
[ "varga.attila798@gmail.com" ]
varga.attila798@gmail.com
102ad95d404ea9133c905b25dcf5ffd3ecec6286
2ac49f0355769fb7c42c70eab4730ba8c7453cd1
/src/constants/ServerConstants.java
a2ec4504098897437aa72ccc7fca1e5c3068b53c
[]
no_license
v3921358/ParadiseMS_v1.23
053ce8168261548c915d994e30edb01e5d43227b
048014af2bba237f866c618f10718ea523ddf711
refs/heads/master
2022-09-11T11:50:23.441707
2018-07-12T05:39:42
2018-07-12T05:39:42
267,604,047
0
0
null
null
null
null
UTF-8
Java
false
false
4,727
java
package constants; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.util.LinkedList; import java.util.List; import javax.management.MBeanServer; import javax.management.ObjectName; public class ServerConstants implements ServerConstantsMBean { public static boolean TESPIA = ...
[ "Windyboy@example.com" ]
Windyboy@example.com
f1329d947083866d75290efd890a5aa28ee14173
5cf5d9e4286aaa40b879af0ab3eeb5294ffbf60a
/src/main/java/com/listing/springbatch/job/ExamResultItemProcessor.java
80de6d70cd33acd8d8010c128bd170e23df16375
[]
no_license
agrawaljay/SpringBatchFileToCsv
008881e03290a3f322edd9fa87667f81a8d562d8
d6cf87c1ccde0a90f138c953cb378a54d581d9e5
refs/heads/master
2020-03-28T11:12:17.739860
2018-09-22T07:50:16
2018-09-22T07:50:16
148,188,269
0
0
null
null
null
null
UTF-8
Java
false
false
547
java
package com.listing.springbatch.job; import org.springframework.batch.item.ItemProcessor; import com.listing.springbatch.model.ExamResult; public class ExamResultItemProcessor implements ItemProcessor<ExamResult, ExamResult> { @Override public ExamResult process(ExamResult result) throws Exception { System.out....
[ "jay@Jayprakashs-MacBook-Pro.local" ]
jay@Jayprakashs-MacBook-Pro.local
98cb40230cd6d200c09b15138c9d8475adc63ae1
5261d0eb44f542fa8cfd3401a177011ce4ac8eeb
/src/main/java/com/lst/controller/DemoController.java
b7708340335359289944f5582c8901334bd6b267
[]
no_license
cky13858806884/demo
18e99c0ce977a7ce67da4cf1cd1347b8e57efb1c
918f51eff4e0eca9f055f4204cd95e7706e28b33
refs/heads/master
2020-03-07T08:44:49.419578
2018-03-29T08:06:04
2018-03-29T08:06:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,243
java
package com.lst.controller; import com.lst.redis.RedisService; import com.lst.service.DemoService; import com.lst.utils.PageData; import com.lst.utils.Result; import com.lst.utils.ResultsFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; i...
[ "302608068@qq.com" ]
302608068@qq.com
e1762f5f742e47c33f550152f1e40567b790e2ca
dbb15fac18fde7b652bc5d1b230e2a9223f5e47e
/BeginnersMethod.java
53f121873ba4aa9c542ce0e1b0e8e696337c75d5
[]
no_license
rafikatten29/rubik-cube
e253d824fd90ef641f9c09138e97117b963dd96f
a9ec168144b022e74b68dfb173aebdfc1c9855b2
refs/heads/main
2023-03-02T07:46:13.676062
2021-02-08T18:29:21
2021-02-08T18:29:21
337,118,588
0
0
null
null
null
null
UTF-8
Java
false
false
43,204
java
import java.awt.Color; import java.awt.Font; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JRadioButton; import javax.swing.ButtonGroup; import javax.swing.JLabel;...
[ "noreply@github.com" ]
noreply@github.com
0365e35ee02f6f1cead938ed00bc7cd8dd7ae21e
e8b31153fa5c323affa9d1a8feddc8e4abbf8b1e
/src/main/java/org/sunflow/core/shader/UberShader.java
fac32b5b39f9cc1d5709a83823b488e7ac93ed66
[]
no_license
rpax/sunflow
b1c17e0fdbb69c42e3c438490da9c27f2b4d06b5
68fececac4a916056959a8336138d1e28c91af8d
refs/heads/master
2020-06-11T06:56:55.543790
2016-12-06T15:22:15
2016-12-06T15:22:15
75,740,281
1
0
null
null
null
null
UTF-8
Java
false
false
7,529
java
package org.sunflow.core.shader; import org.sunflow.SunflowAPI; import org.sunflow.core.ParameterList; import org.sunflow.core.Ray; import org.sunflow.core.Shader; import org.sunflow.core.ShadingState; import org.sunflow.core.Texture; import org.sunflow.image.Color; import org.sunflow.math.MathUtils; import ...
[ "rpax@ucm.es" ]
rpax@ucm.es
5e476f37dea4ffcb99f5af46b8f2d4075105b7dd
c6e420fb77953fd1bad4fadba6970fc606bc5344
/app/src/main/java/org/dhamma/dhammaplayer/ui/main/PageViewModel.java
33e8e48b40878c469da18d537a6e0151a00fe001
[]
no_license
akhurange/dhamma-player
795440d761c1f616cd60b9ef2daf295139d19b1c
b4bacd51cb3e647644fcaf228f21c09827c7f9d8
refs/heads/master
2020-12-27T17:42:15.546621
2020-03-14T10:40:52
2020-03-14T10:40:52
237,992,986
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package org.dhamma.dhammaplayer.ui.main; import androidx.arch.core.util.Function; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.Transformations; import androidx.lifecycle.ViewModel; public class PageViewModel extends ViewModel { private MutableLiveData<I...
[ "khurange.ashish@gmail.com" ]
khurange.ashish@gmail.com
590779b5ac0db8972dcd580e9d8ccbe253ec455c
4a35eb46507eb8207f634e6dad23762d0aec94df
/project/MapExplore/jMetal-jmetal-5.1/jmetal-problem/src/main/java/org/uma/jmetal/problem/multiobjective/zdt/ZDT3.java
9215945fc27a5ab9f29f1f2c564bbb063624980a
[]
no_license
fairanswers/fss16joe
8800ad81c60ab06f90b9643bf601c6c2c9a51107
f5dde87038ec5404a6bb2d9a538b2ceef571ac9d
refs/heads/master
2020-05-22T06:44:32.138162
2016-12-07T19:46:54
2016-12-07T19:46:54
65,820,114
2
1
null
null
null
null
UTF-8
Java
false
false
3,237
java
// ZDT3.java // // Author: // Antonio J. Nebro <antonio@lcc.uma.es> // Juan J. Durillo <durillo@lcc.uma.es> // // Copyright (c) 2011 Antonio J. Nebro, Juan J. Durillo // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Publ...
[ "joe@bodkinconsulting.com" ]
joe@bodkinconsulting.com
b3e17d11fd4352cdd50affc9fd6f0237f00a3716
6ac195a3d659b9055ea09c1fe008dede86e35b6f
/src/main/java/com/zhaoguhong/baymax/security/config/CasSecurityConfig.java
90a45e3b11fe35dc1ce4093695a5bdf57cb13f62
[ "Apache-2.0" ]
permissive
liuhangz1/baymax
fb7bcc61cf8f56c5de7518eb6dcd50a5fd6032aa
75d7e878187ce7da1e1687344c01dda5b9972c53
refs/heads/master
2022-11-29T21:47:18.744924
2020-08-17T03:30:11
2020-08-17T03:30:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,799
java
package com.zhaoguhong.baymax.security.config; import org.jasig.cas.client.session.SingleSignOutFilter; import org.jasig.cas.client.validation.Cas20ServiceTicketValidator; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.secur...
[ "761569559@qq.com" ]
761569559@qq.com
650321d4cccdc948276a44ef18aa23cac888c63c
9509a3a2303af939ea459eac91ac8d62ea6264cf
/learn-service-impl/learn-servicve-author-regist/src/main/java/com/mayikt/impl/author/service/AuthApplication.java
95101e91b0a65ef411b65a9ff4e6eb4c584de3a9
[]
no_license
dream-png/learn-shopping
8b4802eb92eb213e6c3c6d154a12359e881d5c6f
4e55a6ab41f76d468d394e51cfd34d0c473f43b8
refs/heads/master
2023-07-25T23:14:39.971943
2019-10-13T16:24:25
2019-10-13T16:24:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,119
java
package com.mayikt.impl.author.service; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; import org.springframework.cloud.openfeig...
[ "9030126522@qq.com" ]
9030126522@qq.com
1ad30b81c5c857239ce7dd05b145e40e230db884
1c3d8588c43d61e611dacd0752e31b792290999b
/Java_develpMonster_PT/src/this_is_java/chap07/Parent3.java
ad1c6baf6b59a2bfdd95683edd6237d65de34e8b
[]
no_license
kimjjing1004/Java_DevelopMonster_PT
78b8b4fd90752dc91d24a76fd3f66883611ee3cb
8925c712d7631af75b9504e3b1661a0ebcf112a1
refs/heads/master
2023-07-02T07:44:49.492136
2021-08-02T15:22:35
2021-08-02T15:22:35
370,984,436
0
0
null
null
null
null
UTF-8
Java
false
false
61
java
package this_is_java.chap07; public class Parent3 { }
[ "jjongp912@naver.com" ]
jjongp912@naver.com
72c806c66f94a715b6ddd2dbaceef7d36667d609
87b5888f3d27212c01ba0259c4e98c61b52e99ed
/kalah-game/src/main/java/com/backbase/kalah/configs/GlobalExceptionHandler.java
cc2dd810f4939fa0a6c65c3ac13671275a8dd412
[]
no_license
sachithdickwella/kalah-repo
c66a306c649ae36d82368a1ba2d743038c5111e1
9d4643626eb2a0193b21577302e5b97cc7412d2c
refs/heads/master
2020-12-06T13:00:33.812950
2020-01-21T05:24:06
2020-01-21T05:24:06
232,469,544
0
0
null
null
null
null
UTF-8
Java
false
false
2,189
java
package com.backbase.kalah.configs; import com.backbase.kalah.records.HttpErrorResponse; import com.backbase.kalah.util.InvalidPitUserException; import org.jetbrains.annotations.NotNull; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.anno...
[ "sachith_prasanna@live.com" ]
sachith_prasanna@live.com
4ed0c2842301708ec4d37afcc665d3a4d202134b
6ba21069b587e3bfe8e794d046e1fe2f85aebb65
/safecoldj/src/main/java/com/bankledger/safecoldj/core/HDAddress.java
ff1cac4aabe9db13655395a51da2dfe6d3b4c957
[]
no_license
ulwfcyvi791837060/safegem-cold-wallet
704c783debc9c0b48fe716e437f71cbdd3f89f08
86d7729b4de0a29a077b918d528cae61be0dc088
refs/heads/master
2022-02-27T15:55:03.324818
2019-09-17T02:09:24
2019-09-17T02:09:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,426
java
package com.bankledger.safecoldj.core; import com.bankledger.safecoldj.Currency; import com.bankledger.safecoldj.SafeColdSettings; import com.bankledger.safecoldj.utils.Utils; import java.io.Serializable; public class HDAddress implements Comparable<HDAddress>, Serializable { public enum AvailableState { ...
[ "615810037@qq.com" ]
615810037@qq.com
ea76dd9cbd19985dc016eff75517339a6720e606
dea4db440d23ce55d646cd4ca3e979a3014300e4
/src/main/java/com/example/demo/service/DemoService.java
b103147b2556192e9fa777cf924567d59633a260
[]
no_license
gxllyym/SpringBoot-Mybatis
756ec1cb73fbfefe76025808ae7be4824f2ae11b
3a303a9d81d958744edd6e5b254fdbb4d860cdbf
refs/heads/master
2020-08-24T01:01:50.632711
2019-10-22T06:28:11
2019-10-22T06:28:11
216,737,090
0
0
null
null
null
null
UTF-8
Java
false
false
169
java
package com.example.demo.service; import java.util.List; import com.example.demo.model.DemoModel; public interface DemoService { public List<DemoModel> getall(); }
[ "34531830+gxllyym@users.noreply.github.com" ]
34531830+gxllyym@users.noreply.github.com
e60bab0dbf5aa8b210dfd3410a236c2ece724753
4cba3d6c56213a9d2af5c317c4ad7d9fc4801d6f
/src/Model/Application.java
020d1b9305de1c5e8f48fc3129cc112e747fdc61
[]
no_license
DieJie/FinalProject
fcf9c66c0afe2660e3c9cbdb48908a9ecab15bec
40a0bdfd8485b11789e0911b7b577530a44aeec6
refs/heads/master
2022-05-26T21:48:54.203905
2020-05-01T08:12:58
2020-05-01T08:12:58
260,213,216
0
0
null
null
null
null
UTF-8
Java
false
false
4,791
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 Model; import java.util.ArrayList; import java.util.List; /** * * @author DivaPrasetya */ public class Application{ pr...
[ "divaprasetya773@gmail.com" ]
divaprasetya773@gmail.com
8446ece3cbb1047e8615bb3cf0fc82360704c0ad
271b0c6cdc1e0a4afd47e50010218b9ecd34bb9e
/Shopping/src/main/java/com/web/controller/back/VoiceController.java
bde386a080073c4a05820f518f517adca40b3b57
[]
no_license
yujiantong/Shopping
2be7b9aac7b57a5fe591c824dce3e796eca10dbd
c547046a332281bab93a44136f29778bbd7da8ec
refs/heads/master
2022-12-26T01:27:50.785492
2020-07-13T01:58:55
2020-07-13T01:58:55
204,835,599
0
0
null
2022-12-16T07:26:02
2019-08-28T02:57:31
Java
UTF-8
Java
false
false
490
java
package com.web.controller.back; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("VoiceController") public class VoiceController { @RequestMapping("voice") public String voice(String strVoice) { //strVoice = "你好,很高兴见到你...
[ "yujiantongs@163.com" ]
yujiantongs@163.com
061d0f1f4f78d8a0b240c5b16c248d24d1b7c2eb
ab15767e55c7e01ecc665163edadc6de579f494c
/src/CommonUseClass/DateDemo.java
25c9c9535410ce4d842a3085ec421173ddc603a3
[]
no_license
Esioner/JavaTestDemo
2409577956c67221fb6906a315460d3ee230ac86
91c5fce0907eae4faffe990d39fa50ed4b76825c
refs/heads/master
2021-08-31T17:36:43.575099
2017-12-22T08:12:47
2017-12-22T08:12:47
110,812,144
0
0
null
null
null
null
UTF-8
Java
false
false
857
java
package CommonUseClass; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class DateDemo { public static void main(String args[]) { // Date date= new Date(); // System.out.println(date); // Calendar calendar = Calendar.getInstance(); // S...
[ "727240908@qq.com" ]
727240908@qq.com
44daf1bfb2a49e668f2e83a4bea530e560321bc4
5cb9c6dd41f96ab0c138322636196f3f4f4d5630
/Daily_Code_Record/02-18-18/src/Solution.java
8d5e3d73815c4e176b78c21e2290b4ea733f3bc5
[]
no_license
yoyoy74662000/Java_Practice
214cbf211d1812ec9b62c9b3e69b34b3e9f0391e
d18bc8f35fa55cf9493a375113f8c6122c3acf1b
refs/heads/master
2020-03-22T23:03:51.953556
2018-07-11T19:46:47
2018-07-11T19:46:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
import java.util.*; public class Solution { public static void main(String[] args) { int[][] edges = {{0,1},{0,2},{0,3},{1,4}}; int n = 5; System.out.println(validTree(n, edges)); } private static boolean validTree(int n, int[][] edges) { if(n == 0) return false; i...
[ "weichien711@gmail.com" ]
weichien711@gmail.com
f3d7b7cbbb89d9867ef3c164df5b467fe6321469
7663d390b7a0b4988e6339a5d62129b1582708d9
/authentication/src/main/java/com/kidventure/controller/ApiController.java
6e00fbf6239a9be5c5e9038120430edd35ee3b56
[]
no_license
akankshamathur/springboot_microservice_skeleton
ddaf2f836ad4ee756e499b53c64df62faf6754fc
7f13ab1b448efeab2fd9beb23a813636c6d8aff9
refs/heads/master
2021-07-19T16:15:47.112772
2020-05-28T08:55:01
2020-05-28T08:55:01
175,605,493
0
0
null
null
null
null
UTF-8
Java
false
false
2,603
java
package com.kidventure.controller; import com.kidventure.command.LoginCommand; import com.kidventure.command.TokenCommand; import com.kidventure.config.security.service.TokenService; import com.kidventure.model.ConsumerProfile; import com.kidventure.model.User; import com.kidventure.repository.UserRepository; import c...
[ "akanksha@fintechlabs.in" ]
akanksha@fintechlabs.in
3d89c938dfc149c586c1a5641729f87bd3449a57
5741045375dcbbafcf7288d65a11c44de2e56484
/reddit-decompilada/com/reddit/frontpage/presentation/listing/common/LinkListingScreen$$StateSaver.java
8f11ce1093f9d06b21c5e157c870347757ec9474
[]
no_license
miarevalo10/ReporteReddit
18dd19bcec46c42ff933bb330ba65280615c281c
a0db5538e85e9a081bf268cb1590f0eeb113ed77
refs/heads/master
2020-03-16T17:42:34.840154
2018-05-11T10:16:04
2018-05-11T10:16:04
132,843,706
0
0
null
null
null
null
UTF-8
Java
false
false
1,160
java
package com.reddit.frontpage.presentation.listing.common; import android.os.Bundle; import com.evernote.android.state.Bundler; import com.evernote.android.state.InjectionHelper; import com.reddit.frontpage.ui.BaseScreen; import com.reddit.frontpage.ui.BaseScreen$$StateSaver; import java.util.HashMap; public class Lin...
[ "mi.arevalo10@uniandes.edu.co" ]
mi.arevalo10@uniandes.edu.co
c91aa6c81b717ec176aefec5662d5c83aca4a624
b5ddf618a0b3865397adee9b29dda323cc86db7d
/week14/src/PrioritySet.java
896b4b9bf8ab4933e9b18962a7b4c1e9ab94f050
[ "MIT" ]
permissive
feliciahsieh/javaArchive
6bcd02244a55eb9ed8fd32c6e222caf52a2a6e7d
9c0ee7d795486ecfa70f2caee26beaf4aa05540c
refs/heads/master
2020-03-26T11:47:24.846933
2018-08-27T17:02:37
2018-08-27T17:02:37
144,860,040
0
0
null
null
null
null
UTF-8
Java
false
false
606
java
//for Quiz 12/2/14 import java.util.ArrayList; public class PrioritySet<T extends Comparable<T> > { private ArrayList<T> items; public PrioritySet() { items = new ArrayList<T>(); } void insert(T item) { /// TO DO: Implement this method items.add(item); } T getLargest() { /// TO DO: Change th...
[ "felicia@tixwriteoff.com" ]
felicia@tixwriteoff.com
4aa361d006cb3b7800fa9f89c91c78d40b52facc
ca648a0ca63fce9f4de949e70c5ea9b2ae203a55
/src/main/java/com/lucas/kalah/model/rule/HouseHasSeedsRule.java
a4b20f3a934126e8b9b26eb5f0fad08aa29646c3
[]
no_license
xlucasdemelo/Kalah
d56c910c9a26b6a1435929085ac46cd22b9dd8af
e8aa31af03fc42c7bc8e37428f3fb00cc17395ea
refs/heads/master
2022-12-26T15:40:19.039700
2020-06-24T01:30:39
2020-06-24T01:30:39
272,562,661
0
0
null
2020-10-13T23:02:09
2020-06-15T23:12:16
Java
UTF-8
Java
false
false
408
java
package com.lucas.kalah.model.rule; import com.lucas.kalah.model.game.Game; import com.lucas.kalah.model.game.Turn; import lombok.AllArgsConstructor; @AllArgsConstructor public class HouseHasSeedsRule implements GameRule { private Game game; @Override public Boolean validate(Turn turn) { return t...
[ "lucas.meloaguiar@gmail.com" ]
lucas.meloaguiar@gmail.com
2e17dd5fce87850375154fd163bfa0ca1c42fe21
bbb8bacf0e8eac052de398d3e5d75da3ded226d2
/emulator_dev/src/main/java/gr/codebb/arcadeflex/WIP/v037b7/cpu/z8000/z8000H.java
0fd10f4452db03a743198f7d6b21be86e045812c
[]
no_license
georgemoralis/arcadeflex-037b7-deprecated
f9ab8e08b2e8246c0e982f2cfa7ff73b695b1705
0777b9c5328e0dd55e2059795738538fd5c67259
refs/heads/main
2023-05-31T06:55:21.979527
2021-06-16T17:47:07
2021-06-16T17:47:07
326,236,655
1
0
null
null
null
null
UTF-8
Java
false
false
2,566
java
/* * ported to v0.37b7 * using automatic conversion tool v0.01 */ package gr.codebb.arcadeflex.WIP.v037b7.cpu.z8000; public class z8000H { /*TODO*/// /*TODO*/// enum { /*TODO*/// Z8000_PC=1, Z8000_NSP, Z8000_FCW, Z8000_PSAP, Z8000_REFRESH, /*TODO*/// Z8000_IRQ_REQ, Z8000_IRQ_SRV, Z8000_IRQ_VEC, /*TODO*/// Z800...
[ "chusogar@gmail.com" ]
chusogar@gmail.com
5418e25b72355df5ba6cfdd7755697490d57abb5
2c9904550377b4741128ca720151885f8d94712e
/src/test/java/com/geeklib/ether/EtherApplicationTests.java
09981e2f16e83656fb54b671e530443faec94087
[]
no_license
Geek1st/ether
bf0eb1c4729b0ee720206aa873d2cb122e225a03
235ca99ef54002ec74e03fb6b3a888f78b6f2f8e
refs/heads/main
2023-02-20T01:15:12.621867
2021-01-15T14:52:24
2021-01-15T14:52:24
327,247,553
0
0
null
null
null
null
UTF-8
Java
false
false
208
java
package com.geeklib.ether; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class EtherApplicationTests { @Test void contextLoads() { } }
[ "geek1st@live.com" ]
geek1st@live.com
2330567b4147310f87b815ca4c72d6c69fccf61f
8722c7651d55c5dc84ba086181e24c6ffa05bbbf
/renren-security/renren-admin/src/main/java/io/renren/modules/job/utils/ScheduleJob.java
fec1b320e4c1f471ebed8145a2c52d52e13bbe75
[ "Apache-2.0" ]
permissive
zqTuo/cake
b115626297f268de6812216e015901ba3e30e23f
5ee6a8de87e49ea1a04b29aaeaf5f27da4dc430e
refs/heads/master
2022-07-24T09:23:42.581500
2019-10-08T03:29:00
2019-10-08T03:29:00
211,315,880
0
0
null
2022-07-06T20:42:45
2019-09-27T12:36:17
JavaScript
UTF-8
Java
false
false
2,678
java
/** * * * http://www.xkygame.com * * 版权所有,侵权必究! */ package io.renren.modules.job.utils; import io.renren.common.utils.SpringContextUtils; import io.renren.modules.job.entity.ScheduleJobEntity; import io.renren.modules.job.entity.ScheduleJobLogEntity; import io.renren.modules.job.service.ScheduleJobLogService; i...
[ "245374011@qq.com" ]
245374011@qq.com
f377f91c15011ecb466375d342f4fc00dfb0ccb0
652be8c9b1af00c5c28f5b74039ab6ff153decd2
/hammerchurrasco/hammerchurrasco.Android/obj/Debug/90/android/src/android/support/v7/recyclerview/R.java
41c1254870c7f048328a9ca3cdf30cbb1f4f17a3
[]
no_license
aslac2020/churrascohammer
4db143b7599886ee83809cba9859d9a143caaf46
32f65a3c5d5f4fb1f7e864934bfb86de14f790a4
refs/heads/main
2023-03-11T04:34:39.302392
2021-02-15T04:15:27
2021-02-15T04:15:27
338,919,311
0
0
null
null
null
null
UTF-8
Java
false
false
13,176
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by * Xamarin.Android from the resource data it found. * It should not be modified by hand. */ package android.support.v7.recyclerview; public final class R { public static final class attr { public static final int alpha = 0x7f03...
[ "desenvolvimento@appguardian.com.br" ]
desenvolvimento@appguardian.com.br
d5ea59b2d2d43e7ff91feacfc3267e0ceaba42ba
e16f6e939fb90ce2b316c37cba6a942c6be0f2ab
/unittest-springboot-mocking-mockito/src/test/java/com/springbootunittesting/unittestspringbootmockingmockito/ItemControllerIntegrationTest.java
1cd428b12435d46bd1ffd84b30f5f3472c866b7f
[]
no_license
mpaul7/SpringBoot
030155955b56c68289fcaa874767acc0f4f831e1
ba5f3d454bf0756a1f4992a62ba5ff8328c43177
refs/heads/master
2022-01-22T09:51:14.877453
2019-07-23T18:53:19
2019-07-23T18:53:19
196,658,131
0
0
null
null
null
null
UTF-8
Java
false
false
1,057
java
package com.springbootunittesting.unittestspringbootmockingmockito; import static org.junit.Assert.assertEquals; import static org.junit.jupiter.api.Assertions.*; import org.json.JSONException; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.skyscreamer.jsonassert.JSONAssert; import org...
[ "knir45@gmail.com" ]
knir45@gmail.com
8f06ff1b0050ff6d9e5e5afe72f1de39b337d231
5bbb90b6e776f9bbb50d251553194bfb74a1b042
/src/main/java/com/crsri/mes/service/ProducePartsDefendService.java
e85eb93d78c954d85ec9f302fe4abbcd189606c9
[]
no_license
1003144387/mes
468b2e6761362954e532cb5ef0fadc0e5c4d16c6
b3bc5140644dd5b48f10d28df705d425feeb4bb7
refs/heads/master
2023-08-11T18:35:57.482694
2019-06-28T10:45:13
2019-06-28T10:45:13
194,256,882
0
0
null
2023-07-22T09:31:34
2019-06-28T10:42:01
TSQL
UTF-8
Java
false
false
676
java
package com.crsri.mes.service; import com.crsri.mes.common.response.ServerResponse; import com.crsri.mes.vo.ProducePartsDefendApproveVO; /** * 生产部件三防审批的service接口 * * @author 2011102394 * */ public interface ProducePartsDefendService { /** * 新增生产部件三防审批 * * @param partsDefendApproveVO * @return */ S...
[ "1003144387@qq.com" ]
1003144387@qq.com
baaaec805858a9708374da01c3442449b1ac35ee
816253c03f7a8aedcf6f793a24408e2753d6ba4f
/src/com/sie/dto/Stoke.java
72267a3cdedae9220a77ed97d1b8c07a22be048a
[]
no_license
zarhell/ReporteJasperP
7546dabcaf2cbe02aed6e86bea46868048f17d07
613e43c9137dcda27add5407f362e7569ff1ba32
refs/heads/master
2020-03-23T19:36:03.905470
2018-07-23T14:22:25
2018-07-23T14:22:25
141,990,172
0
0
null
null
null
null
UTF-8
Java
false
false
995
java
/** * @author B13rayan * @date 19-may-2018 * @time 20:28:46 */ package com.sie.dto; public class Stoke { private Integer id; private String nombre; private String descripcion; private Integer cantidad; private Integer idsede; public Integer getId() { return id; } pu...
[ "Zarhell@Zrz" ]
Zarhell@Zrz
b175669632c4307757628f5cf62631264cb88c1f
3ac81dfbf27732ab3c4032f160f052a50144a384
/Java_0714/src/Day05/Day05_3.java
586402cc1dbe67ae123fa5a63fa22ee11a035e00
[]
no_license
haaaran/java_1
4b4264e78b24b18734d5fe54cf00470bc320b51a
ef8cd6e2c95df54ef3be7f6d0120e1df4f65c193
refs/heads/master
2023-06-20T17:56:45.054050
2021-07-27T07:02:46
2021-07-27T07:02:46
387,408,169
0
0
null
null
null
null
UHC
Java
false
false
2,528
java
package Day05; import java.util.Scanner; public class Day05_3 {//c s public static void main(String[] args) {//m s Scanner scanner = new Scanner(System.in); // 별 문제 6 System.out.print("줄6 개수 : "); int 줄6 = scanner.nextInt(); for( int i6 = 1 ; i6<=줄6 ; i6++ ) { // 공백 찍기 for( int b6...
[ "현우@DESKTOP-320B0LH" ]
현우@DESKTOP-320B0LH
be7cbf031bc9a41634b520d96bc0fb9b6220a98f
4b0de4866bfa0d7db21208e0e0d9a9e12f3050a3
/app/src/main/java/id/ac/pcr/projekku/MainActivity.java
458ef371f24c3806238081f15e83a1af09a045c7
[]
no_license
haiqaldani/projek-fitri
10dbf018f60e5c1850a4585d885b2a4f2fbe3b5c
3e548a4f16258181222d8ea33411aa15552e3f24
refs/heads/main
2023-06-27T10:00:45.253633
2021-07-31T10:54:54
2021-07-31T10:54:54
390,767,790
0
0
null
null
null
null
UTF-8
Java
false
false
948
java
package id.ac.pcr.projekku; import android.content.Intent; import android.os.Handler; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import id.ac.pcr.projekku.preference.SharedPrefManager; public class MainActivity extends AppCompatActivity { private SharedPrefManager sharedPrefMa...
[ "muhammadhaiqaldani@gmail.com" ]
muhammadhaiqaldani@gmail.com
b45c9401419b5c8ed6d0ca33c8cca4fe343d3a4e
a81bec1ac259a155f4fae8f54d66379d12b3127e
/UI_ListView_SingleChoice/gen/com/example/c7_1_listview_singlechoice/BuildConfig.java
1d264162fd0dcfc6e6c5cd7a0ef493c2e568ef27
[]
no_license
comeonbaby2015/android_suddy_demo
36d5cef0ba373074ed421f139b15e1b14fd38af5
5df724bdf80ca5b562d66b48396a14a51e6ef0f0
refs/heads/master
2016-08-11T15:46:36.399608
2016-01-03T14:54:45
2016-01-03T14:54:45
48,948,451
0
0
null
null
null
null
UTF-8
Java
false
false
180
java
/** Automatically generated file. DO NOT MODIFY */ package com.example.c7_1_listview_singlechoice; public final class BuildConfig { public final static boolean DEBUG = true; }
[ "comeonbaby2015@sina.com" ]
comeonbaby2015@sina.com
fcf465ff0e130e4d09700589b757176d8dc9f0c9
de5b1f6212d5dd92d033f5dafffd40ac56bb1ee6
/src/main/java/com/edmar/apiRestConductor/repository/ContaRepository.java
2e9f16685ec8d4945a2113afcae9b68525eeefd7
[]
no_license
fabiansilva2/apiContaBancaria
afbe3d79c7623aa6e3ae549edaa4739338314b33
f9c46e4edecdbf31b5ba0f06cf1cda1d0e095e87
refs/heads/master
2023-03-16T12:08:40.515017
2018-06-18T15:13:15
2018-06-18T15:13:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package com.edmar.apiRestConductor.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.transaction.annotation.Transactional; import com.edmar.apiRestConducto...
[ "edmar1soares@gmail.com" ]
edmar1soares@gmail.com
26b9f0e327dfb09128055ee2302b355586e5d19c
930c38c3becee0da463fdfc3c3e0d232b7fe1e32
/src/main/java/com/leetcode/other/P23_BasicCalculatorII.java
441dcc92ca88711f28733a63485c648eb9fdf8b7
[]
no_license
Jemmm1992/jemmmCode
58920f0de233c75555a444ae2688216ae78bed9a
415b89755959930baebdc674f277cd442cbe0085
refs/heads/master
2020-04-05T14:34:13.597278
2017-09-26T14:42:32
2017-09-26T14:42:32
94,686,638
1
1
null
null
null
null
UTF-8
Java
false
false
1,068
java
package com.leetcode.other; import java.util.Stack; /** * Created by BIG-JIAN on 2017/7/28. */ public class P23_BasicCalculatorII { public static void main(String[] args) { String s = "12+3*4+10"; System.out.println(calculate(s)); } public static int calculate(String s) { Stac...
[ "344345929@qq.com" ]
344345929@qq.com
aa84c0d0ae1a11589ffc4ac2012ee632c5043947
7480002c087993f255c6ea78591d66828df7a1b9
/app/src/main/java/com/bibiweather/android/gson/Weather.java
ae37eab28957a1369570d12d081414e01bbea490
[ "Apache-2.0" ]
permissive
menyiDoorOne/bibiweather
1a396cc5aef2f3882a9e3ef1bb240e214c947377
574bdbff27f4fa45727a035b5348f099a12e0c1c
refs/heads/master
2020-03-18T14:09:29.176039
2018-06-10T13:02:37
2018-06-10T13:02:37
134,833,062
0
0
null
null
null
null
UTF-8
Java
false
false
388
java
package com.bibiweather.android.gson; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by 门一 on 2018/5/26. */ public class Weather { public String status; public Basic basic; public AQI aqi; public Now now; public Suggestion suggestion; @SerializedN...
[ "459198833@qq.com" ]
459198833@qq.com