blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22e18a7c608f945dd9422ca5de9c2cb0a2b686c7 | 72b5967e0e5e6b7ac3f8765d069c9aca7624fbdc | /test/src/main/java/com/woofer/commentandreply/view/NoScrollListView.java | 046b5a279cedffcd21b72cb9201b5e810f509662 | [] | no_license | zsyh/Romaunt | 819eab1826df825b9004c4cf56563bde7ec72d17 | ace1c4cf7c3fbf1f6a5e0b1a08a00840c97c48b2 | refs/heads/master | 2021-06-08T07:28:16.011126 | 2016-07-11T00:10:46 | 2016-07-11T00:10:46 | 62,441,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package com.woofer.commentandreply.view;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ListView;
/**
* 重写一个不可以滑动的listview
*
* @author yangjiabei
* Created by Admin on 2016/5/10.
*/
public class NoScrollListView extends ListView {
public NoScrollListView(Conte... | [
"657362664@qq.com"
] | 657362664@qq.com |
d3d21a92f1c72e40df07bf81ea4e9210fdac62be | 37866894ee287dc4e194a819188d1709cfb685ca | /group_15_bank_atm/src/bank/Name.java | 3dfd1dbcdef705f176bc51e308f6b2c26d0b5684 | [] | no_license | ScholarOftheFirstSin/Bank-Management-System | 9793398e6ea30d9a66e828fbc471e55094bfd062 | f7a2f971b461d65e0dde721cdf034663ee1141bf | refs/heads/master | 2022-12-07T02:31:57.958305 | 2020-08-23T21:50:12 | 2020-08-23T21:50:12 | 289,772,045 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | /*
* Athanasios Filippidis
* aflpd@bu.edu
* BU ID U95061883
* */
package bank;
public class Name {
private String firstName;
private String lastName;
public Name(String firstName, String lastName) {
this.firstName = firstName;
this.lastName = lastName;
}
@Override
public S... | [
"45855539+ScholarOftheFirstSin@users.noreply.github.com"
] | 45855539+ScholarOftheFirstSin@users.noreply.github.com |
97892843d51e3439c2472a65ecc60dcac77d82f1 | 402852bd4c58f9deca8ddecc187ebd5b1f026ef0 | /logica-de-programacao-java/src/main/java/logica/metodo/ConversorTemperatuira.java | 79966e84b57f7d4c1bde05f22cf10c8b91e58fd7 | [] | no_license | JeffersonSilvaLeal/logicaProgramacaoJava | 261f94b1e7c20c7e46a4328f544ae9335266093f | 1eccfb198e0918dd417da0a92e357e2adb1ad1de | refs/heads/master | 2023-07-12T03:27:22.651855 | 2021-08-20T23:09:21 | 2021-08-20T23:09:21 | 353,164,357 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,221 | java | package logica.metodo;
import java.util.Scanner;
public class ConversorTemperatuira {
public static void main(String[] args) {
// Dados de entrada
Scanner ler = new Scanner(System.in);
Scanner op = new Scanner(System.in);
System.out.println("Digite a temperatura: ");
// Váriavel que rec... | [
"drankhar@gmail.com"
] | drankhar@gmail.com |
40637b5221e706180bf87904e0e8d4df3acac15e | 9c4eeab181d6c76f79e4c47e0b0351732b0ff8b8 | /src/main/java/pl/camp/it/model/parent/Parent.java | 493f5e8f5485be65725878b0f8075013660be7f4 | [] | no_license | MarKrol/LawFinancialAccouting | 9aa9b0b3ae9c4d632d5ba85eebc3e96f2b5a73cd | 567f3dd2e68ac3a0a4b45ccd04989e7e6dfc1f53 | refs/heads/master | 2022-07-09T18:12:29.261159 | 2020-03-01T23:13:44 | 2020-03-01T23:13:44 | 244,238,350 | 0 | 0 | null | 2022-02-10T02:59:47 | 2020-03-01T23:09:23 | Java | UTF-8 | Java | false | false | 2,140 | java | package pl.camp.it.model.parent;
import pl.camp.it.model.preschooler.Preschooler;
import javax.persistence.*;
@Entity(name = "tparent")
public class Parent {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
private String name;
private String surname;
private String pho... | [
"krol.martin@gmail.com"
] | krol.martin@gmail.com |
b105ed8ef64831291374e0a3b52562227e592403 | f1b1cbe1b1871f79721072f1c5d415570399208e | /src/org/opengts/CompileTime.java | 66940f6bfdf629ff7c7a46bdbd75f3052bb94c9f | [
"Apache-2.0"
] | permissive | pecko/apgprotection | e13b803bff6e4a14f8c4a3751f931a43f8f68099 | 9744fb507a5f7bc9c7cce18fe97eaf89047fab35 | refs/heads/master | 2020-06-05T19:44:17.888230 | 2014-07-02T16:14:53 | 2014-07-02T16:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package org.opengts;
public class CompileTime
{
// 2014/06/30 17:26:24 CEST
public static final long COMPILE_TIMESTAMP = 1404141984L;
public static final String COMPILE_DATETIME = "2014/06/30 17:26:24 CEST";
public static final String SERVICE_ACCOUNT_ID = "opengts";
public static final St... | [
"snpe@snpe.rs"
] | snpe@snpe.rs |
474f2caabc071a2c0fb2f717632ab26b4b2db01e | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project408/src/test/java/org/gradle/test/performance/largejavamultiproject/project408/p2042/Test40855.java | ddde8e29381318351578add343fbed20ee700b2d | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package org.gradle.test.performance.largejavamultiproject.project408.p2042;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test40855 {
Production40855 objectUnderTest = new Production40855();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
0bba5754bd977128b88a59d3fe3ca21e32e17fa1 | e893bafbb51993ee8ad152ad93ea3b16c6ef0945 | /entirej-core/src/org/entirej/framework/core/renderers/definitions/interfaces/EJLovRendererDefinition.java | 52fee012e79eef27710573e11599f0411a5238e4 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | luciferaaa/core | 15bb47569a9bf465afa3c07e317dbbbd66bd72ba | 9a925955315ee79a4b39a00b596bc5ad5088a2c1 | refs/heads/master | 2020-06-13T16:27:37.166914 | 2015-03-25T17:23:00 | 2015-03-25T17:23:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | java | /*******************************************************************************
* Copyright 2013 Mojave Innovations GmbH
*
* 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... | [
"paul.harrison@entirej.com"
] | paul.harrison@entirej.com |
e336f10986d36bf097d1e5c00abb572bf60b3340 | 30d42c2d99296078fd220e7db4afb7514de14cf6 | /wustrive-java-core/src/main/java/org/wustrive/java/core/request/StateMap.java | 308c5749d13da3a612f6a1089c77abe36a0ba2d8 | [] | no_license | wustrive2008/wustrive-java | d6713c5776b5933c064fed9266215b434d4c5ebc | 71696821a39ce1371d1fa89eaab694a828c042d8 | refs/heads/master | 2020-05-21T10:49:17.859278 | 2018-03-20T08:51:46 | 2018-03-20T08:51:46 | 84,619,875 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,922 | java | package org.wustrive.java.core.request;
import java.util.HashMap;
import java.util.Map;
/**
* @Description: HTTP API 错误码定义
* @author wubaoguo
* @mail: wustrive2008@gmail.com
* @date: 2017年3月14日 上午10:13:02
* @version: v0.0.1
*/
public class StateMap {
private static final Map<Integer, String> map... | [
"wustrive_2008@126.com"
] | wustrive_2008@126.com |
642ee2b2f493ceaebeaa388532413566f5fcc62f | 16bd4e214cccbb931d32d610490214aee017b5eb | /bridge/src/com/sri/pal/upgrader/ActionVisitor.java | 5da06c92a2d8c78af9db04b1f87310802ffc94e5 | [
"Apache-2.0"
] | permissive | SRI-SAVE/ESE | df081e0f974fc37c1054f0a6d552d3fbf69fe300 | e06ec5cd47d69ee6da10e0c7544787a53189a024 | refs/heads/master | 2021-01-10T15:31:33.086493 | 2016-07-26T17:05:01 | 2016-07-26T17:05:01 | 54,749,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | /*
* Copyright 2016 SRI International
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"christian.jones@sri.com"
] | christian.jones@sri.com |
b800bcc29524c65693eb25fb2c6884ff4fe49c95 | c464d474081e777cddce0dd1be194dc3b4450323 | /src/main/java/paquete/practicas/config/CacheConfiguration.java | d03b4e2542194ec7bd87ef9f0d1e066ddd49e36e | [] | no_license | JR-10/proyecto-jhipster | a42cc5bcb9fbb06642ecadb4343406332822ab45 | ed437302af4c44980182ce002a400276ea8a73f0 | refs/heads/master | 2021-06-29T03:04:23.544363 | 2017-09-20T19:16:50 | 2017-09-20T19:16:50 | 104,256,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | package paquete.practicas.config;
import io.github.jhipster.config.JHipsterProperties;
import org.ehcache.config.builders.CacheConfigurationBuilder;
import org.ehcache.config.builders.ResourcePoolsBuilder;
import org.ehcache.expiry.Duration;
import org.ehcache.expiry.Expirations;
import org.ehcache.jsr107.Eh107Configu... | [
"arbeyjr@gmail.com"
] | arbeyjr@gmail.com |
aa162a0c6c6d22adbe5d3c7188d18872194fcdd2 | 9216609c8ae7fb4dfd531da417be597c806b84b3 | /src/Map1/Topping1.java | 50f9d9ed3a8155b89275f9efe35dbc90d06d92e8 | [] | no_license | radoslavh/CodingBat | 0d2d77953dd1f083692eb6111f28d89a53808315 | da2023683fd8ef2090f9e0022b1edd1510188fda | refs/heads/master | 2021-08-20T09:32:06.590756 | 2017-11-27T20:05:56 | 2017-11-28T19:43:12 | 112,087,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package Map1;
import java.util.Map;
/**
* Given a map of food keys and topping values, modify and return the map as follows:
* if the key "ice cream" is present, set its value to "cherry".
* In all cases, set the key "bread" to have the value "butter".
*/
public class Topping1 {
public Map<String, String> top... | [
"radoslavhlinka@gmail.com"
] | radoslavhlinka@gmail.com |
d7f21783a50dfbe08f3d8e1efe9e234a26c0165b | b717f72c64eb89bbc04370190c3fe54b661a70c5 | /Wired_Woodmen_2018_A1_To_Crater.java | 9f8871b4bfdbdfa5f983858d21455359b3e352f5 | [] | no_license | Madzook/WW8793_2018 | b23adb8fe8d95b6a70baf6df807c0afa3a328c25 | 1f58a9cf774d09e0c2c50320d626569b1ff2a876 | refs/heads/master | 2020-04-02T07:59:42.263095 | 2019-09-02T13:57:14 | 2019-09-02T13:57:14 | 154,224,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,606 | java | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
@Autonomous(name="Wired_Woodmen_2018_A1_To_Crater", group="Wired Woodman")
public class Wired_Woodmen_2018_A1_To_Crater extends AutoLinearAbstract_201... | [
"noreply@github.com"
] | Madzook.noreply@github.com |
6ded8771c342b86b2fe6b4b81f30c04fd3a74dc8 | 6d3ea1f8617dc237ea015ca0544c5f44d04c9f4f | /email-gateway-emulator/src/main/java/com/emailgateway/vo/UserInfo.java | 07c5c86e5f00bc98cc0448b0866c46025adb5d67 | [] | no_license | mahisandip/spring-boot | d12e682050dd2ab50f014dd57b1ebc24f155f767 | 6ffc3d9740022193c6628882b374313c169b2225 | refs/heads/master | 2021-05-20T20:00:33.340286 | 2020-08-05T06:16:22 | 2020-08-05T06:16:22 | 252,399,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.emailgateway.vo;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.annotatio... | [
"mahisandip2.1@gmail.com"
] | mahisandip2.1@gmail.com |
054137456e100e042068ed0d495230bb8ce512e6 | b4e3ef903d12b3cbff39ecaacc4a8b144aba7057 | /onlineEducation/src/main/java/com/gxg/service/impl/UserServiceImpl.java | 0eb4176ad3fb706c0ff2f23b7345d7ce94057e91 | [] | no_license | xinguang1996/onlineEducation | 0ff43ad95790abf1b569e67249c1cc76c03f8372 | 34850288c1b44ce6bb78ca2034ec7d4ba6072421 | refs/heads/master | 2022-01-08T20:57:02.449501 | 2019-05-21T07:14:57 | 2019-05-21T07:14:57 | 165,813,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,659 | java | package com.gxg.service.impl;
import com.gxg.dao.MessageDao;
import com.gxg.dao.UserDao;
import com.gxg.entities.User;
import com.gxg.service.MailService;
import com.gxg.service.MessageService;
import com.gxg.service.UserService;
import com.gxg.utils.FileUtils;
import com.gxg.utils.Md5;
import com.gxg.utils.StringUtil... | [
"352251493@qq.com"
] | 352251493@qq.com |
09fe392c6faa4c61d591501d7f4a637e1a12eddf | a464856e8424df518f83c842325fcc8ccf1930d6 | /app/src/main/java/com/adev/root/snipps/utils/ReadingModes.java | 4d18f5fd3201bc9a2db2a711a318d07e0508757b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cool-fire/Snipps | 9898f2e16cfe61e68d0d533e489f6af336741175 | 39be3dd1b0e72ff9549c0a00c5ed8c845e7bcb98 | refs/heads/master | 2020-03-20T23:30:05.090961 | 2020-01-04T08:58:34 | 2020-01-04T08:58:34 | 137,849,314 | 5 | 0 | null | 2018-10-03T05:18:54 | 2018-06-19T06:27:15 | Java | UTF-8 | Java | false | false | 569 | java |
package com.adev.root.snipps.utils;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class ReadingModes {
@SerializedName("text")
@Expose
private Boolean text;
@SerializedName("image")
@Expose
private Boolean image;
public Boolean getT... | [
"upendrareddy2511@gmail.com"
] | upendrareddy2511@gmail.com |
e2cae617d8da8e99874d16cace91a1dcd6842611 | ddf59a17fd7c5f715aa7cd72a77f179590539641 | /Milestone1Game/src/milestone1/PlayerMovement.java | bfc775b8698e2db7e3bde1396f9cf5773358471f | [] | no_license | PauliusRRR/adbt189 | ef05d47552857c7a1cfc1e64ecfdd8fad0ffa3a6 | 82bcd8d43d066084bb1482485a2930d666a8f5c5 | refs/heads/master | 2023-03-27T22:24:14.059442 | 2021-03-28T16:00:12 | 2021-03-28T16:00:12 | 302,600,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,190 | java | package milestone1;
import city.cs.engine.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
/** Player Movement Development */
public class PlayerMovement implements KeyListener {
private static final float WALKING_SPEED = 5;
private static final float JUMP_speed = 12;
private Player... | [
"67004536+damagedmentally@users.noreply.github.com"
] | 67004536+damagedmentally@users.noreply.github.com |
0cf5ce9c5878c6977fc09845f28d45a83a92a822 | a32460ae770b9ca795872506697327b57ad231c5 | /NMSUT/src/com/symantec/mobilesecurity/service/JCase1Test.java | 1f4e6ddf34d116f11e5d8b373513e4f4c1ba5fb9 | [] | no_license | jackyliu/Java | cf00570f938a5ed4af873d302478b7ca41395464 | 58aa4e1a674c75788a9620fb30348ed6fbb5a972 | refs/heads/master | 2016-09-06T13:08:41.895089 | 2010-12-17T12:40:52 | 2010-12-17T12:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | /*
* JCase1Test.java 1.00 Fri Dec 17 11:50:47 +0800 2010
*
*/
package com.symantec.mobilesecurity.service;
import junit.framework.TestCase;
import junit.framework.Assert;
/**
* @version 1.00
* @author
*/
public class JCase1Test extends TestCase {
public void testXYZ() {
Assert.assertTrue(false);
... | [
"jackyliusir@gmail.com"
] | jackyliusir@gmail.com |
b7b9fdacfed648344f9af27f16e6191582c4582e | 81b55c4ea03152ea7d06369b128137d56f6c3281 | /monitor/src/main/java/net/gwy/monitor/config/SecuritySecureConfig.java | ef14d185cdffa0ced976780b52cd80fe6dbf5c5c | [] | no_license | cike001/Project2019 | 5711e13ececb68676387ce3cc67e56ef36fbdb4b | 8781ea5f6f52004d1b8e8d499af3951c97485d1a | refs/heads/master | 2022-12-10T16:27:12.971976 | 2020-05-07T15:19:54 | 2020-05-07T15:19:54 | 192,943,466 | 0 | 0 | null | 2022-12-06T00:44:22 | 2019-06-20T15:20:57 | Java | UTF-8 | Java | false | false | 1,655 | java | package net.gwy.monitor.config;
import de.codecentric.boot.admin.server.config.AdminServerProperties;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security.config.an... | [
"mini_cike@163.com"
] | mini_cike@163.com |
b96f450ed64dfec67f43fd667d11ed4500817e66 | 5d23a8b1372704fc3c33cf06d6299e77dcfcbfd9 | /RentalCarsTest/src/main/java/com/rentcars/SpringBootConsoleApplication.java | a7248d048f7169225ab05dc4c24c7eff02b345bb | [] | no_license | FerxSal/RentalCarsTest | c6b8606ac337e8600fa0762254c32be43d72651f | 1397be6f69c0d8e4d58b9d7951838517b791abf1 | refs/heads/master | 2021-01-01T06:25:38.559248 | 2017-07-17T02:55:37 | 2017-07-17T02:55:37 | 97,426,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | java | package com.rentcars;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.Banner;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//import com.rentcars.s... | [
"noreply@github.com"
] | FerxSal.noreply@github.com |
143ec7f977926ef53a911d8aa13568e56107241c | 146938128d686c9bf775f92374705ad526c58e2a | /archive/other/CodeFestival2017A-C.java | 452aa8999885958b87f3dcbbd9fbc82e64154d06 | [] | no_license | Ziphil/Competitive | 3b3223e94af9f49f86ec93ad1d0a75637e88ddec | 81e95ec57ceefd159efabe71a766818aeb57785a | refs/heads/master | 2020-03-19T11:33:00.452059 | 2018-08-08T14:09:40 | 2018-08-08T14:09:40 | 136,461,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,131 | java | import java.io.*;
import java.util.*;
public class Main implements Runnable {
public void run() {
Scanner scanner = new Scanner(System.in);
int h = scanner.nextInt();
int w = scanner.nextInt();
int[] nums = new int[26];
for (int i = 0 ; i < h ; i ++) {
String a = scanner.next();
... | [
"yfe23457@nifty.com"
] | yfe23457@nifty.com |
6367f806dd5dead3d4ca4357416b04dea59f2e7e | 68a39e520c88c529d42924db2144ad9ba57f9779 | /services/src/main/java/org/jia/ptrack/services/SecurityInfoProviderImpl.java | d55bf36285e2317bae8c766657342c0738213a4f | [] | no_license | preetham-chinta/projecttrack | b9bed3198fb888a26a65dfea7143bb32dc6a2c11 | 576d78f9e69cea4cbcce85763c39d30914c57121 | refs/heads/master | 2023-07-19T22:32:29.566371 | 2008-10-12T20:30:41 | 2008-10-12T20:30:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,140 | java | package org.jia.ptrack.services;
import org.acegisecurity.Authentication;
import org.acegisecurity.GrantedAuthority;
import org.acegisecurity.context.SecurityContext;
import org.acegisecurity.context.SecurityContextHolder;
import org.acegisecurity.userdetails.UserDetails;
import org.jia.ptrack.domain.User;
imp... | [
"chris.e.richardson@96aafd2f-ff2b-0410-b1e4-c16dfad04aa2"
] | chris.e.richardson@96aafd2f-ff2b-0410-b1e4-c16dfad04aa2 |
7dfd2e7d3b83bc11c7a67fc2c581c576a5bd50af | 556ee15e0571140800da91f9a9025dda51c2f1b5 | /src/main/java/com/egen/texashamburger/service/InterceptorServiceImpl.java | 27fa6be5b7c26800339375d73328c7a89f8917a1 | [] | no_license | skmagarajan/TexasHamburger | 6d4922a83483a59c2283cbb836f3b2a1366f0ac8 | e531489b803e43dd891be631076a1b37b1dab1cc | refs/heads/main | 2023-06-24T23:58:32.170682 | 2021-07-08T21:06:28 | 2021-07-08T21:06:28 | 383,890,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | package com.egen.texashamburger.service;
import com.egen.texashamburger.entity.InterceptorRecorder;
import com.egen.texashamburger.exception.InterceptorServiceException;
import com.egen.texashamburger.exception.MenuServiceException;
import com.egen.texashamburger.repository.InterceptorRepository;
import org.springfram... | [
"saravanakrishnan876@gmail.com"
] | saravanakrishnan876@gmail.com |
14fad55ebb8539412b94a59b0ed582df02a141b4 | 9f944a555c462107f010bc433f241ad808a14938 | /src/main/java/com/zcf/service/GetredenvelopesService.java | 32167b68c53110243c34efc5513da3c56717f975 | [] | no_license | Huaweiweis/da | abfafee78bb77dd8dbc680c6931523060e2f7763 | 91b38259342565779be49b664e53da333e2c1c8d | refs/heads/master | 2022-12-21T14:31:05.009765 | 2019-06-24T02:24:04 | 2019-06-24T02:24:04 | 193,427,342 | 0 | 0 | null | 2022-12-16T08:32:04 | 2019-06-24T03:26:22 | Java | UTF-8 | Java | false | false | 296 | java | package com.zcf.service;
import com.baomidou.mybatisplus.service.IService;
import com.zcf.pojo.Getredenvelopes;
/**
* <p>
* 领取红包记录表 服务类
* </p>
*
* @author Huaweiwei
* @since 2019-05-09
*/
public interface GetredenvelopesService extends IService<Getredenvelopes> {
}
| [
"shangxindeshizi@gmail.com"
] | shangxindeshizi@gmail.com |
ed2b8b86d75bf5ab19324cd13e1c0c2bf06abe5d | e07ab48c9b6cee423d12a1a4292e0184ecbde9f9 | /src/main/java/org/monet/core/model/ncc/AccountMetaData.java | 9a1e192299f55debbc28599e7eebe0fa63351b5f | [
"MIT"
] | permissive | MonetChain-Project/MonetBlockchain | 18db875b9384f62dbfcb9ff155e2970082918e31 | c50e9608fd8ad1c5980e05ea09b947b9199595c4 | refs/heads/master | 2020-03-17T09:56:59.454007 | 2019-03-22T06:24:02 | 2019-03-22T06:24:02 | 133,494,339 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,578 | java | package org.monet.core.model.ncc;
import org.monet.core.model.*;
import org.monet.core.serialization.*;
import java.util.List;
/**
* Class for holding additional information about an account required by ncc.
*/
public class AccountMetaData implements SerializableEntity {
private final AccountStatus status;
priva... | [
"chenjuntao@quancheng-ec.com"
] | chenjuntao@quancheng-ec.com |
eb764f2212acbfde6ef64f3325b401467bca3d55 | fe96c4d4cbb1b4f48d5ec8cd335c679c25c679f5 | /src/main/java/com/ibm/spectrumcomputing/cwl/model/process/parameter/input/WorkflowStepInput.java | 506c8b0442c115e0deeb7471f0468928b691e610 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | drjrm3/cwlexec | c0285e1b1e2937e621c8508992f3ccbc29955825 | 1cc134ae46d06578096b7cb1fd4adb26f5d2e758 | refs/heads/master | 2020-03-15T02:55:11.594534 | 2018-05-03T02:37:29 | 2018-05-03T02:37:29 | 131,929,633 | 0 | 0 | null | 2018-05-03T02:15:24 | 2018-05-03T02:15:24 | null | UTF-8 | Java | false | false | 4,044 | java | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"liuweixa@cn.ibm.com"
] | liuweixa@cn.ibm.com |
6fc56b6022b00c0d256a4150b0be78ca25cfd356 | c337294844845f6d6b736d664f5a71efe720d65b | /site/src/site-ear/resources/generated/org/reverse/FdnFormularios.java | c7ff397d56ef5dc17ce0fdce86081623981edbf0 | [] | no_license | MGDevelopment/site-jrun | 25ad663b4a9d0b9b07cf0a3d4ef436594976ad5b | 0547d837bbd1ed7328b4e8d775adf9defd622981 | refs/heads/master | 2020-06-05T02:28:11.102960 | 2013-09-10T13:12:27 | 2013-09-10T13:12:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,002 | java | package org.reverse;
// Generated Oct 20, 2010 10:21:56 AM by Hibernate Tools 3.4.0.Beta1
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* FdnFormularios generated by hbm2java
*/
public class FdnFormularios implements java.io.Serializable {
private String nroFormulario;
... | [
"mgoldsman@gmail.com"
] | mgoldsman@gmail.com |
34a0bbc729c48b62a73ecaeb86161602c4544011 | 88174f7fb15023fedd0d344b4559fb76fe96acab | /hls-oa/src/main/java/com/lq/work/modules/cms/entity/Category.java | b4c54af86757d96318b84f83d535ca6061905005 | [
"Apache-2.0"
] | permissive | guguguaiguai/hlsoa | 0003ea8f2c2485973891070de4bc35fe41a0c6fb | 26f6fbc8c712856740adbd8e73cc4b8289257ea1 | refs/heads/master | 2021-06-21T18:27:16.765680 | 2017-08-21T14:22:03 | 2017-08-21T14:22:03 | 100,584,798 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,213 | java | /**
*
*/
package com.lq.work.modules.cms.entity;
import java.util.Date;
import java.util.List;
import org.hibernate.validator.constraints.Length;
import com.google.common.collect.Lists;
import com.lq.work.common.config.Global;
import com.lq.work.common.persistence.TreeEntity;
import com.lq.work.modules.cms.utils.... | [
"31094793+guguguaiguai@users.noreply.github.com"
] | 31094793+guguguaiguai@users.noreply.github.com |
ed906bfc490b8dd4c003b38fa5b438c80fe18f37 | 3e4f3dc2293d598de2ef7f18fe926d7142a60343 | /Proyectos OpenGL ES/TankGL/app/build/generated/source/r/debug/com/opengl10/android/R.java | 5bb26bbcdba2ff0ca72d21267cbf02a829cf3a50 | [] | no_license | EvaristPerez/Proyectos-moviles- | b1001a62ae529757d0ea176e7f0f88ddf0a7a66f | 825d2b5e4053c8a28a8ef2e4302d2cdf9836ced0 | refs/heads/master | 2021-01-09T20:32:35.413807 | 2016-07-28T09:52:05 | 2016-07-28T09:52:05 | 63,624,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146,768 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.opengl10.android;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7... | [
"evaristperez_8@hotmail.com"
] | evaristperez_8@hotmail.com |
a0cff2b3a977d52abaee5ba2e502b2aa2f080a53 | 3d4d3e59e9276dedb243313f80f71df0473c84d6 | /app/src/main/java/com/cooksdev/dagger2template/presentation/di/module/PresenterModule.java | 7d2a166da1ecbc444cb6cedb55a49d7cd57ca781 | [] | no_license | kukharroma/dagger2-android-template | 68d935d4015702f7212167de9621523b1a1d489f | 6ac357bfe7cb6cf7fa335258e98cb19f0e8edcd1 | refs/heads/master | 2020-05-21T09:40:15.529352 | 2017-03-12T17:55:29 | 2017-03-12T17:55:29 | 84,612,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.cooksdev.dagger2template.presentation.di.module;
import com.cooksdev.dagger2template.domain.GetUserUseCase;
import com.cooksdev.dagger2template.presentation.presenter.MainPresenter;
import javax.inject.Named;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
@Module
public cla... | [
"kukharroma@gmail.com"
] | kukharroma@gmail.com |
a029396650f84ad27f6600b5f0fa8a29e69f72ff | 3898d6d186a61e8be3709141d40f7b949ce09d48 | /src/main/java/com/cisco/axl/api/_10/UpdatePhoneNtpReq.java | 2f34e2930dc7671b97debb858587bde734118177 | [] | no_license | dert261/cucmAxlImpl | a155bf1a8694a341fe932f8f601dafadd2a374a1 | 3000b6e614937d973cd4444a0dd7faf2513f569a | refs/heads/master | 2021-01-21T04:19:13.714018 | 2016-06-29T08:07:29 | 2016-06-29T08:07:29 | 54,956,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,067 | java |
package com.cisco.axl.api._10;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for UpdatePhoneNtpReq complex t... | [
"v.bozhenkov@obelisk-voip.ru"
] | v.bozhenkov@obelisk-voip.ru |
0bfad1878efb54f3adb2ad3aea50517bf2012565 | a5a19b7e19f2f9c67b8d4cfdf57583df8610f09e | /serverconnect/app/src/main/java/com/shakibcsekuet/serverconnect/RegisterRequest.java | fd417a0f7170006aff5812d1dd2f151fee98eb5b | [] | no_license | shahidul034/All-android-project | e1a5f3363584e9892800373643e963aaa192ad4c | 7530014443d29cf2724eff5ad953f979539e75b9 | refs/heads/master | 2020-04-28T08:47:13.601280 | 2019-03-12T05:35:39 | 2019-03-12T05:35:39 | 175,141,683 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com.shakibcsekuet.serverconnect;
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
import java.util.HashMap;
import java.util.Map;
public class RegisterRequest extends StringRequest {
private static final String REGISTER_REQUEST_URL = "http://tonikamitv.hostei.com/Regis... | [
"shakibkhanrock@gmail.com"
] | shakibkhanrock@gmail.com |
be406fcb36b936ed97ab3fe5fd442cd9f0a95490 | a19378bc6822ce5d6bd3bc26d6950521c451ec56 | /src/main/java/co/edu/utp/laboratorio/microprofile/ejemplo/negocio/exceptions/BeanValidationExceptionMapper.java | 6d963a21203f9ae0d5fbcd6b3e310264a66e04db | [] | no_license | christiancandela-utp/microprofile-ejemplo | 0a0c10687b026055941a07025faf9b80e93039ce | a322e496fd30c0f2e21de3411ab04f2aeaeeca96 | refs/heads/main | 2023-09-03T18:50:16.375809 | 2021-11-17T01:11:09 | 2021-11-17T01:11:09 | 416,579,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | package co.edu.utp.laboratorio.microprofile.ejemplo.negocio.exceptions;
import javax.json.Json;
import javax.validation.ConstraintViolation;
import javax.validation.ConstraintViolationException;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws... | [
"christiancandela@gmail.com"
] | christiancandela@gmail.com |
f53b64ce033fecd0bb883ef8ad67473197864e52 | 03d86ca2d5f44ede9c28bde8dfde0d9350cca4bd | /app/src/main/java/com/mrbrainy/app/ButtonHolder.java | 3c15b7423c50a2503e9fc5cb6553dcee60c9690e | [] | no_license | Co2p/MrBrainy | 254163a6f132d9c245fe6dbea08e42250b97b7f8 | c968d720b0c88f4055e955e83be0cb791d72719a | refs/heads/master | 2020-05-15T12:35:13.217611 | 2014-08-27T15:22:49 | 2014-08-27T15:22:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,363 | java | package com.mrbrainy.app;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.widget.Button;
/**
* Contains a button
*/
public class ButtonHolder implements android.view.View.OnClickListener{
private Drawable orgColor;
private Button button;
private String caption="... | [
"go.co2p@gmail.com"
] | go.co2p@gmail.com |
1237128f8535a7c117ba5b832837b8cb463e2241 | 071e5d2896f8b0910271c5309e82d039a6baa0ea | /ultimoTp/java/Controller/MetodologiaListaEmpresaController.java | f2f572a1345663c2458597aacf6dbd271ac39af1 | [] | no_license | meligomez/gr13 | fe7c9e8f7f990c354830c39fe179cf2743edc917 | e4c917db11b37674cbd3ada1bebab98233baf6a1 | refs/heads/master | 2021-08-29T18:36:49.352189 | 2017-12-14T16:31:12 | 2017-12-14T16:31:12 | 103,183,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package Controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Map;
import Modelo.DAOjson;
import Modelo.DAOmetodologiaJson;
import spark.ModelAndView;
import spark.Request;
import spark.Response;
public class MetodologiaListaEmpresaController {
p... | [
"dani.montanaro21@gmail.com"
] | dani.montanaro21@gmail.com |
8fd8a6fa12b8b6e45d18547d98aff3c621e95a70 | 75682bd8e0c124e8f1c38a7d46b884320f3d82c3 | /app/src/main/java/plaza/genius/lakshmi/geniususerprofile/UserAdapter.java | fd6b3c6f200fcb2bac190f6b39013822e831b58e | [] | no_license | Maga1982/GeniusUserProfile | 7be2bb38523925a9e8872317b49fcb95cace0b28 | 93300f3b0c9c72f58eb57637a6f9b269b08ae961 | refs/heads/master | 2020-05-21T09:45:45.537131 | 2019-05-10T18:32:11 | 2019-05-10T18:32:11 | 186,004,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,826 | java | package plaza.genius.lakshmi.geniususerprofile;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.T... | [
"36678832+Maga1982@users.noreply.github.com"
] | 36678832+Maga1982@users.noreply.github.com |
806e6501099dd815c55b04f0947b67fee58bb7a7 | f7af9da8632b3b602bf1909495e07a64e5c67d1d | /task511/MaxNumber.java | 0ed7305b9f0dac5ceec354c661c38197bf1f3cf4 | [] | no_license | Dalv1k/Prog.kiev.ua | 3a8ef673c0f9685faf26ce0d526dceb525cc364e | e7d2c8d12d72d99c362af86a1d824cd802d7c89a | refs/heads/master | 2020-04-06T07:05:47.053027 | 2016-09-05T15:08:47 | 2016-09-05T15:08:47 | 63,638,827 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | import java.util.Scanner;
import java.util.Random;
import java.util.Arrays;
public class MaxNumber {
public static void main(String[] args) {
Random rn = new Random();
int length = rn.nextInt(10);
int[] array = new int[length];
for (int i = 0; i < array.length; i++ ) {
array[i] = rn.nextInt(10);
}
S... | [
"p454@ukr.net"
] | p454@ukr.net |
fe3bdea50ee0c78a35ae1ade933d2a8cebbddd4c | e0e8e97e211c34b740516e70150ec054e62df6c1 | /cloud-stream-rabbitmq-provider8801/src/main/java/com/jmy/springcloud/service/IMessageProvider.java | ccdaa82291ced2df2acc5ccf53bd4cf1b0f3d05e | [] | no_license | Star-Rats/cloud-learn | e27571bba3d34739d2162f34922e8bb48eb0e035 | afa99e9d70ded6cb8628f5bdefb038af89445be7 | refs/heads/master | 2023-06-21T21:23:18.680588 | 2021-07-11T00:59:11 | 2021-07-11T00:59:11 | 351,969,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 102 | java | package com.jmy.springcloud.service;
public interface IMessageProvider {
public String send();
}
| [
"1562923681@qq.com"
] | 1562923681@qq.com |
cb262e94fe9ba82a7544f189736b2efa755dd7c0 | 1b84fbdd99948c3f4e7619e2f2ae2c1b76a9bd5d | /QT2/src/ws/hoyland/qt/Task.java | 501ef2773117b4473713b33c39e9b7b2fa95c392 | [] | no_license | manyhelp/hoy | 6f23af1a32f21e5f9f078c5d513eea3ac6b93783 | 41a1a4f327624c3d4293920b8b9966859b28c283 | refs/heads/master | 2021-01-18T05:17:05.565142 | 2015-08-13T06:46:59 | 2015-08-13T06:46:59 | 61,263,145 | 1 | 0 | null | 2016-06-16T04:52:04 | 2016-06-16T04:52:01 | null | UTF-8 | Java | false | false | 24,498 | java | package ws.hoyland.qt;
import java.math.BigInteger;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.security.MessageDigest;
import java.util.List;
import java.util.Random;
import java.util.concurrent.ThreadPoolExecutor;
import org.apache.http.HttpEntity;
import org.apac... | [
"hoyzhang@1b99f47e-fe51-0410-be24-b111b41e0848"
] | hoyzhang@1b99f47e-fe51-0410-be24-b111b41e0848 |
a66ec9fdaebeb71892d8bff8092b07f194ca2784 | d955ba4c4f4be7f602ff3025bb664027f1779bc4 | /FuteboLisses/src/Jogador.java | caa2b261f11ae753b251c63dd5eae7f1c636653d | [] | no_license | ulissesdifreitas/Football-Manager | be889f265743e87a846a817f4747efd993233c4f | c924582d0ee3cb5cea6366ee2697881f46d76a9d | refs/heads/main | 2023-06-01T19:27:10.770531 | 2021-06-16T16:02:20 | 2021-06-16T16:02:20 | 377,550,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java |
public class Jogador {
private String nome;
protected int idade;
protected int habilidade;
private int gols;
private int numeroCamisa;
public Jogador() {
gols = 0;
}
public Jogador(String nomeJogador, int idadeJogador, int habilidadeJogador) {
this.nome = nomeJogador;
this.idade = idadeJogador;
th... | [
"ulisses1991@gmail.com"
] | ulisses1991@gmail.com |
49ace908b9e3422d6fb8121fa002b7c477a7ec34 | cfc60fc1148916c0a1c9b421543e02f8cdf31549 | /src/testcases/CWE470_Unsafe_Reflection/CWE470_Unsafe_Reflection__listen_tcp_54b.java | c0b22bbb2bda6f708b625dd758b5427bc319996f | [
"LicenseRef-scancode-public-domain"
] | permissive | zhujinhua/GitFun | c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2 | 987f72fdccf871ece67f2240eea90e8c1971d183 | refs/heads/master | 2021-01-18T05:46:03.351267 | 2012-09-11T16:43:44 | 2012-09-11T16:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE470_Unsafe_Reflection__listen_tcp_54b.java
Label Definition File: CWE470_Unsafe_Reflection.label.xml
Template File: sources-sinks-54b.tmpl.java
*/
/*
* @description
* CWE: 470 Unsafe Reflection
* BadSource: listen_tcp Read data using a listening tcp connection
* Good... | [
"amitf@chackmarx.com"
] | amitf@chackmarx.com |
fd3911ba6d14dc31098f3b3548fb78556554c027 | 1110f84b141cbaef08f8a44d80e7f4007dc99183 | /src/java/Model/UserInfoModel.java | f05a2813b390f0a38087fc256c5fccb748400ac1 | [] | no_license | lukamix/WebTech-EService | 9b6fbd40e776ed413120fb44843d0b0234aec0b1 | 18c019e9e521168dde0dd5e3071aeb8b64fb2be9 | refs/heads/dev | 2023-04-21T09:42:32.731106 | 2021-05-26T16:28:42 | 2021-05-26T16:28:42 | 364,933,744 | 2 | 1 | null | 2021-05-26T16:28:43 | 2021-05-06T14:13:59 | HTML | UTF-8 | Java | false | false | 1,571 | java | package Model;
public class UserInfoModel extends AbstractModel<UserInfoModel> {
private int userid;
private String firstname;
private String lastname;
private String email;
private String avatarlink;
private int userstatus;
private String auth;
private UserModel user;
... | [
"noreply@github.com"
] | lukamix.noreply@github.com |
a6a0a93fda5ff846d1d3c3b005c670498b294bd9 | 0d6a8007e1a73f76129c1dfbe34e222dadc3d7f5 | /src/main/java/com/cl/slack/mixaudio/play/AudioDecoder.java | 2172efec1de3f0d95d9d2d0cb1fd3f86b96937c1 | [] | no_license | CL-window/AudioMix | 18f353cab8c3bd7b9b7ce8c10b71ebf13ea5b165 | ef528601a09d4b1d50d28cd1bae15a6e551d5482 | refs/heads/master | 2021-01-20T09:20:59.645093 | 2017-05-26T05:32:16 | 2017-05-26T05:32:16 | 90,242,223 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,220 | java | package com.cl.slack.mixaudio.play;
import android.media.MediaCodec;
import android.media.MediaExtractor;
import android.media.MediaFormat;
import android.util.Log;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
/**
* Created by slack
* on 17/2/7 上午11:11.
* mp3/mp4 --> audio pcm da... | [
"slack@slack-MacBook-Pro.local"
] | slack@slack-MacBook-Pro.local |
cb11545f51d6b0ce437b6a19bba4cbdb9b6b6a1d | 4688d19282b2b3b46fc7911d5d67eac0e87bbe24 | /aws-java-sdk-clouddirectory/src/main/java/com/amazonaws/services/clouddirectory/model/transform/ListObjectPoliciesRequestMarshaller.java | b4091c7139b18c34dbd397156ce5dc4fc1f51eea | [
"Apache-2.0"
] | permissive | emilva/aws-sdk-java | c123009b816963a8dc86469405b7e687602579ba | 8fdbdbacdb289fdc0ede057015722b8f7a0d89dc | refs/heads/master | 2021-05-13T17:39:35.101322 | 2018-12-12T13:11:42 | 2018-12-12T13:11:42 | 116,821,450 | 1 | 0 | Apache-2.0 | 2018-09-19T04:17:41 | 2018-01-09T13:45:39 | Java | UTF-8 | Java | false | false | 3,427 | java | /*
* Copyright 2012-2018 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... | [
""
] | |
847c4e6f4e091e6bdd643f71ac39ab102ac8bdfb | 094fac7d3a5bd711a98a239600f4f9b59ed12f9b | /Java_Assignment_2/CustomStack.java | ceb889c9e3df377a2df3eaafa09cc5842b8f1141 | [] | no_license | upendra-dakuri/Java-Assignment1 | 23436e3bf1170f7f722a749d9e510d4e7a37b167 | e1d7d4dd0a259447c50b4a39234a46856d206a8a | refs/heads/master | 2020-09-10T22:45:28.998136 | 2019-12-10T17:43:44 | 2019-12-10T17:43:44 | 221,855,620 | 0 | 0 | null | 2019-11-18T05:32:59 | 2019-11-15T06:06:32 | Java | UTF-8 | Java | false | false | 717 | java | package com.omniwyse.assignment2;
/**
* This Class implemented Stack DataStructure methods
* @author Upendra
*
*/
public class CustomStack {
public int index = -1;
int[] items;
CustomStack(int size) {
items = new int[size];
}
void push(int x) {
if (index == 99) {
System.out.println("... | [
"noreply@github.com"
] | upendra-dakuri.noreply@github.com |
3f7c9f2379f0934d93123760e395fabea73e3e2b | adcd551678604f20d9a768dac5eff225ceceb1dc | /app/src/main/java/com/dyy/newtest/ui/activity/service/PlayerServiceActivity.java | cdd52e653d0c1c1eef08a84fc8af0a1e827948d8 | [] | no_license | d071225/MyApplication | bad7291e4066624a30a33feffb82e9f7afc33d89 | 1a4df129201dd61b72f995ad8f8d2db0eefba292 | refs/heads/master | 2021-05-09T11:21:32.528355 | 2019-02-26T05:59:33 | 2019-02-26T05:59:33 | 118,988,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,783 | java | package com.dyy.newtest.ui.activity.service;
import android.app.NotificationManager;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.support.v7.app.AppCompa... | [
"764552635@qq.com"
] | 764552635@qq.com |
12a51b89bce2d76fda72f37e208b3605eeeb6542 | 054f8943ac7af758f8c7c3f7f469a482d2ca92bb | /src/main/java/io/stevensairafian/github/data/provider/LocalThemeParkManager.java | 5e2144315f42a0c05c3ea65fb7f5242b5ec66e9c | [] | no_license | StevenSairafian/demo-web-project | d698f303c7a8311e9dbfcfc0b190995b40ea614b | d48bfdbc7846302d01613112e0ebda3515da298c | refs/heads/master | 2020-12-28T23:36:03.679978 | 2015-03-10T08:10:06 | 2015-03-10T08:10:06 | 29,606,667 | 0 | 0 | null | 2015-01-21T19:16:37 | 2015-01-21T19:16:37 | Java | UTF-8 | Java | false | false | 4,124 | java | package io.stevensairafian.github.data.provider;
import io.stevensairafian.github.data.ThemePark;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
... | [
"smsairafian@csupomona.edu"
] | smsairafian@csupomona.edu |
0c78274c25b0355aa119bb3fc7c95331b7da0ecb | 1043c01b7637098d046fbb9dba79b15eefbad509 | /entity-view/testsuite/src/test/java/com/blazebit/persistence/view/testsuite/update/embeddable/simple/updatableonly/model/UpdatableDocumentEmbeddableView.java | 07536748c4db4ff24fc0b7450e3083ac32c50466 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ares3/blaze-persistence | 45c06a3ec25c98236a109ab55a3205fc766734ed | 2258e9d9c44bb993d41c5295eccbc894f420f263 | refs/heads/master | 2020-10-01T16:13:01.380347 | 2019-12-06T01:24:34 | 2019-12-09T09:29:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | /*
* Copyright 2014 - 2019 Blazebit.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"christian.beikov@gmail.com"
] | christian.beikov@gmail.com |
9493af51d79563f5af2b0dc7eac70e319fa36eee | c531c3876c6de9dcd221f2ab134ae4cd0b836cbc | /src/com/google/zxing/client/android/FinishListener.java | 772584e5fffbbe08f8964d6f8be1e929daa163ea | [] | no_license | silhouttee/zxingBarcode | c4776bbab1eccca0ef9c53bfef1c34c94805e891 | 6d1f5e3290d45b71355a291f7a56884828bed12a | refs/heads/master | 2021-01-12T18:26:06.337126 | 2014-08-12T14:38:55 | 2014-08-12T14:38:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | /*
* Copyright (C) 2010 ZXing 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 applicable law or agr... | [
"mauricerand@gmail.com"
] | mauricerand@gmail.com |
7f714c4afe0253767180a0db458a9502f10da254 | 38a4978f01364918a200ffdccacbca938bd05cdc | /RandomNumberGame/app/src/main/java/com/example/workspace/randomnumbergame/MainActivity.java | 3849b1e19b6f11e94ac43c40f2db41f42bae4c78 | [] | no_license | rashedulhoque049/Android-studio-RandomNumberGame | 9f33d16338b1c91226f0ba44f0a56f866088ba4b | 07e45004890ca876a00ebafb80b03ae631f6ae79 | refs/heads/master | 2020-03-25T15:33:44.399665 | 2018-08-07T15:00:26 | 2018-08-07T15:00:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,882 | java | package com.example.workspace.randomnumbergame;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.Random;
public class MainActivity extends AppCompatActivity {
TextView score;
Bu... | [
"34288115+rashedulhoque049@users.noreply.github.com"
] | 34288115+rashedulhoque049@users.noreply.github.com |
559153cb46c8ea8b18817af64878201477e90787 | 46adcdcdd7699ddee844ef39d8da593a0d81971c | /patternity-maven-plugin/src/test/java/com/patternity/data/domain/Epic2.java | 2b349dc522c91bf1caa26907c708429ec48c28fe | [
"Apache-2.0"
] | permissive | SanderSmee/Patternity | f2f72bfada80881193948e3b009ad5498d6c4961 | 45ecfeced4089395f37dbbbaddefd6260fa12e38 | refs/heads/master | 2020-04-14T18:33:30.295350 | 2017-09-04T09:57:55 | 2017-09-04T09:57:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.patternity.data.domain;
import com.patternity.data.service.StoryRepository;
import java.util.List;
/**
*
*/
public class Epic2 {
public List<Story> getStories() {
return StoryRepository.get().loadStories();
}
}
| [
"arnauld.loyer@gmail.com"
] | arnauld.loyer@gmail.com |
cc2a8a6c47cdbbfba8e17009fad59bd196594112 | 957852f2339da953ee98948ab04df2ef937e38d1 | /src ref/classes-dex2jar_source_from_jdcore/kotlin/system/ProcessKt.java | 33c41734e5ee1d657f5598afd2eeeb5a6c647fcd | [] | no_license | nvcervantes/apc_softdev_mi151_04 | c58fdc7d9e7450654fcb3ce2da48ee62cda5394f | 1d23bd19466d2528934110878fdc930c00777636 | refs/heads/master | 2020-03-22T03:00:40.022931 | 2019-05-06T04:48:09 | 2019-05-06T04:48:09 | 139,407,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package kotlin.system;
import kotlin.Metadata;
import kotlin.internal.InlineOnly;
import kotlin.jvm.JvmName;
@Metadata(bv={1, 0, 2}, d1={"\000\016\n\000\n\002\020\001\n\000\n\002\020\b\n\000\032\021\020\000\032\0020\0012\006\020\002\032\0020\003H\b¨\006\004"}, d2={"exitProcess", "", "status", "", "kotlin-stdlib"}, k... | [
"shierenecervantes23@gmail.com"
] | shierenecervantes23@gmail.com |
caaa6c2d0112a4911cb44d24787f1f01560fcf9f | eaca378517a46d363ca69131feb39d6301b91a8d | /src/main/resources/archetype-resources/src/main/java/web/api/RestApplication.java | 8e339b5a524ca8eb3a9a308ed9326e7f3de213b0 | [
"MIT"
] | permissive | jabaraster/archetype-javaee7-simple | 1c08ee70d5f4b137e7d0f694c936da9b5750e68c | 01a08780f388f261519f648aba92b284a0050eac | refs/heads/master | 2021-01-10T10:27:02.425344 | 2015-12-25T16:46:51 | 2015-12-25T16:46:51 | 48,583,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | /**
*
*/
package ${package}.web.api;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
/**
*
*/
@ApplicationPath("/api")
public class RestApplication extends Application {
// nodef
}
| [
"jabaraster@gmail.com"
] | jabaraster@gmail.com |
e43d7114d1ead26ff85146cff64cf5d9bc80f4d1 | 4a598494819402e9f353ce5fae9d58c309eb4b80 | /chasing-server/chasing-common/src/main/java/com/prosper/chasing/common/bean/wrapper/ChannelInfo.java | daca490234d30bad716bb42b9f7e9c7dfca29f14 | [] | no_license | deaconcu/chasing | 6bb6293d2cedfa202c019a54e15cf77be7a44d02 | 07252cdf2117f95d01837453208cca2751510c56 | refs/heads/master | 2020-12-29T02:32:46.704711 | 2020-08-14T16:27:04 | 2020-08-14T16:27:04 | 52,885,222 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.prosper.chasing.common.bean.wrapper;
import java.util.HashMap;
import java.util.Map;
public class ChannelInfo {
private Integer key;
private Map<String, Object> customValues;
public ChannelInfo() {
customValues = new HashMap<>();
}
public void putCustomValue... | [
"deacon.cu@gmail.com"
] | deacon.cu@gmail.com |
ebe4b3f1cfcd1a836fdcadc0289b9c62b4953ef3 | cb2cfdf7ce18321ae02d4bdd9ce0e594d774a805 | /p8/ChatBotI.java | 0c1feeaf02bc3e799e0b86911887e998b86e049f | [] | no_license | emanuel0918/OOP | 8c1cf5977e0b8bb79f724702ad6cd91ce13212df | 582a11b0fa3736ad449523bf8672e69560572881 | refs/heads/master | 2022-11-30T13:36:41.308998 | 2020-08-12T06:21:53 | 2020-08-12T06:21:53 | 286,928,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | import java.rmi.*;
public interface ChatBotI extends Remote {
public String responde(String pregunta) throws RemoteException;
} | [
"emanuelbarrera98@gmail.com"
] | emanuelbarrera98@gmail.com |
6311b8e66cc4cb1691b70b4bfccda859b0abaaed | 26e5727f1cd30a123a201d47af83015744b34e8c | /SeleniumGrid_QA/src/test/java/data/Url.java | 18dda377f476c0b3f95146d0290551120929e096 | [] | no_license | marisita/AQA_educational_projects | 9557cbaebfff65bb8bf8562c523a69742c74ccf2 | 993e02b06558521f2584522a978eaa63e77adca4 | refs/heads/master | 2020-05-09T00:58:30.118455 | 2019-04-12T09:33:50 | 2019-04-12T09:33:50 | 180,976,212 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package data;
public enum Url {
LOCALHOST("http://localhost:4444/wd/hub"),
GOOGLE("https://www.google.com.ua")
;
private String url;
Url(String url) {
this.url = url;
}
public String getValue() {
return url;
}
}
| [
"Mariia_Lavrova@epam.com"
] | Mariia_Lavrova@epam.com |
daf882536738c5c2be8e6ab3e903925ca5221d34 | 6d91e9267e0797ca40e3b24f27f25eb8ab087961 | /src/com/company/duxiaoman01.java | 7cd47839cffd249c3c029154eb6912c93d328761 | [] | no_license | bo1234566/tomcat | ee77516ebaf362fe2b341c6944ad3a7dda5d4a47 | 948b1fbaad60c6da2a732ab6d93ab8a4f8ac63b4 | refs/heads/master | 2022-12-29T18:35:13.067344 | 2020-10-20T14:19:59 | 2020-10-20T14:19:59 | 302,213,586 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package com.company;
import java.util.HashMap;
import java.util.Scanner;
public class duxiaoman01 {
public static void main(String[] arg){
Scanner sc = new Scanner(System.in);
String s1 = sc.nextLine();
String s2 = sc.nextLine();
HashMap<Character,Integer> map = new HashMap<>();
... | [
"you@example.comwangbohpu@163.com"
] | you@example.comwangbohpu@163.com |
9ace5ba734fe05f16fc84548a1e0d7b58129a803 | bb1b0faf70a39c0ac28999309cdddf22d0c28f9f | /GPSTest/src/com/example/gpstest/BluetoothInterfaceService.java | 616cbc6434c8f9fd116b44f0bf588e4b9d646c30 | [] | no_license | geekylou/android_examples | 1d0781176fd8d2383dc4013b70cb3239c81c72b5 | 270e0397ad8cb3a1825ac2072a6fd79a348653c3 | refs/heads/master | 2020-06-04T03:32:47.729257 | 2014-06-27T08:02:11 | 2014-06-27T08:02:11 | null | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 8,348 | java | package com.example.gpstest;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.location.Location;
import android.lo... | [
"nn6215@googlemail.com"
] | nn6215@googlemail.com |
5246f867cf2cf323e6f919a8283260a7ac3cffd1 | ba239793842db1eb1af0ab682e30c52ee47a9b64 | /source/java/mirc/files/FileService.java | 80daecd5b7edb827f95cc7e64df35227bf728a6d | [] | no_license | johnperry/MIRC2 | 8af17ff6f3ef6eb8392dc2d31f91a392573eb33a | 39c3a5a1cffe99f88a2e4caa8a99b9798cd534b0 | refs/heads/master | 2021-08-28T15:47:31.130246 | 2020-08-07T01:52:19 | 2020-08-07T01:52:19 | 1,988,616 | 6 | 4 | null | null | null | null | UTF-8 | Java | false | false | 34,880 | java | /*---------------------------------------------------------------
* Copyright 2010 by the Radiological Society of North America
*
* This source software is released under the terms of the
* RSNA Public License (http://mirc.rsna.org/rsnapubliclicense)
*----------------------------------------------------------------*... | [
"johnperry@dls.net"
] | johnperry@dls.net |
e39f469ab10ad68a2cbe2708457e0b92c98ac1a8 | 1ab27ab74b12453eee4e9608ebacbf4cc55b358e | /utils/JsonSerializer.java | c6ffe8f39ebb27c31132942876b83054aaa65ca0 | [] | no_license | ViktorDimitrov1989/HibernateSpringJPAExample | dc9722eef267bc6030df0984df061fe4fa861492 | 162a0f636f6611fb06e39de7f1b05ffb7aa7c886 | refs/heads/master | 2021-01-23T12:52:55.839114 | 2017-09-06T20:28:41 | 2017-09-06T20:28:41 | 102,655,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,586 | java | package app.utils;
import app.utils.exceptions.SerializeException;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.io.File;
import java.io.IOException;
import java.util.Date;
@... | [
"viktor.dimitrov.1989@gmail.com"
] | viktor.dimitrov.1989@gmail.com |
5736e00e22b61d979cbbc772a354a28c1e9fba84 | 87bcde1afd828f4a46b92c260ae74ee62b26ae9b | /EjemploMVCProfesor/app/src/main/java/com/example/ernesto/ejemplomvc/Controller.java | 3f95ab4cf671a75c8bda4c0b0e96984e4776364e | [] | no_license | RamiroAg/CursoAndroidFirstApp | 40f7eb27dc2f326d0a41b2c9dac3ae19e7ad3bcc | 0a57c0d5d4270e5b9f24140e033e5233095953f0 | refs/heads/master | 2021-06-06T03:33:31.293091 | 2018-03-12T00:24:48 | 2018-03-12T00:24:48 | 102,532,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 591 | java | package com.example.ernesto.ejemplomvc;
import android.view.View;
/**
* Created by ernesto on 12/09/17.
*/
public class Controller implements View.OnClickListener {
private Model model;
private ScreenManager screenm;
public Controller(Model model, ScreenManager screenm)
{
this.model = mod... | [
"ramiro.a.gutierrez@gmail.com"
] | ramiro.a.gutierrez@gmail.com |
ee94d633be854fa3feae65144831400c7b8bb344 | 80b8e77707ba521b5a81fd651b1e646c90a597a5 | /src/main/java/com/daniel/entity/Person.java | 99ad200407cd18523a9df35c081ef6265ab3ca2e | [] | no_license | DanielSemilleroUAO/personasJavaBackend | 8922e0258cb3936beba9010bb34784a618edbb8f | a38c8aa3c2750da488d827d022a17b684ecd6aeb | refs/heads/master | 2023-07-16T21:44:30.239671 | 2021-08-18T01:43:43 | 2021-08-18T01:43:43 | 397,395,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,585 | java | package com.daniel.entity;
import javax.annotation.Generated;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToMany;
import ... | [
"danieldelgado_2106@hotmail.com"
] | danieldelgado_2106@hotmail.com |
89c5a27ac4e6151f77050c3f1ade453706daceb8 | e601962865419fddd538fc50fdd79431a35cf558 | /src/main/java/org/refact4j/test/AssertConditionHandler.java | 0b055253ff6ccef031e6f5c1d29bd0f88cb17d41 | [] | no_license | vdupain/refact4j | 1993e94a7ea12df9fa5bcdbb9798be33df5cd076 | b679fcac58d42bc2beaf491ebc2a8dd0fe7dee9a | refs/heads/master | 2021-10-29T20:20:42.980418 | 2021-10-21T09:58:45 | 2021-10-21T09:58:45 | 3,265,746 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package org.refact4j.test;
import org.refact4j.function.UnaryPredicate;
public interface AssertConditionHandler extends UnaryPredicate<Boolean>, AssertionHandler {
Boolean getCondition();
void setCondition(Boolean condition);
}
| [
"vdupain@gmail.com"
] | vdupain@gmail.com |
083e79f550f36d1d235e97c4d268c618a4faf18f | af68b4442b927fe329a91e266f796d0eef188fa2 | /src/www/ybm/it/dos/exam5/Solution03.java | c54c15aefa336959d591729cd37e40d28955928e | [] | no_license | quirinal36/COS-PRO-2nd | d299ef5cce4e262d5b850cdffa180c58dc6434b2 | dfac8c424c47f4464942632d41cfcd0fda539f39 | refs/heads/master | 2023-01-29T08:54:29.754175 | 2020-12-01T12:26:08 | 2020-12-01T12:26:08 | 270,955,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package www.ybm.it.dos.exam5;
class Solution03{
public int solution(int speed, int[] cars) {
int answer = 0;
for(int i = 0; i < cars.length; i++) {
if(cars[i] >= speed * 11 / 10 && cars[i] < speed * 12 / 10)
answer += 3;
else if(cars[i] >= @@@... | [
"turboguy36@gmail.com"
] | turboguy36@gmail.com |
719c85ee7d05a70956439da9101883564db7cc8b | 0f313e943300a71ebd418bd4a6ab640532049f5d | /singleton/src/test/java/lesson/patten/hungry/HungrySingletonTest.java | 6a4fd5d19c50920791b7b38f2547205df3d18c65 | [] | no_license | Rfruelu/pattern | 03d6339b1ec1454ae6755952c9bf5bd74ee8ad98 | 912de2bfd2a76a143034ba57b083c425f11063ce | refs/heads/master | 2020-05-16T19:26:46.671745 | 2019-04-30T07:39:16 | 2019-04-30T07:39:16 | 183,260,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,677 | java | package lesson.patten.hungry;
import org.junit.Test;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
/**
*
* @author :lujia
* @date :2019/4/23 23:39
*/
public class HungrySingle... | [
"694195916@qq.com"
] | 694195916@qq.com |
065c16af0a0073d915f110f7a6edf1abffea689b | c0fa0a9ca522851a38a780c9505373b733a035a9 | /source/iHealthCare/app/src/main/java/com/ase/team22/ihealthcare/NewDiagnosis.java | 5eb44858e6f4a80d9e40170c43066b8f88c41f11 | [] | no_license | Navyasreek/iHealthCare | da2566e9889b220742bae0e7093688c61956d1a7 | b1422bac5c586d420f43380b1bcf9846a1cb342b | refs/heads/master | 2021-01-22T17:28:42.132704 | 2017-03-12T03:42:37 | 2017-03-12T03:42:37 | 85,017,049 | 0 | 0 | null | 2017-03-15T01:57:40 | 2017-03-15T01:57:39 | null | UTF-8 | Java | false | false | 6,328 | java | package com.ase.team22.ihealthcare;
import android.net.Uri;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.animation.AnimationUtils;
import android.widget.Button;
impor... | [
"chaitu.per@gmail.com"
] | chaitu.per@gmail.com |
6930b6c437d28a5c954ffbcf7f312214f8a32d1a | 67f07ef6ded2ec68c9b4b5bfd5d1b7949b8bf4e7 | /app/src/main/java/com/example/sqlite/DB/NoteHelper.java | 6c200cba8365e7ad79d5fa82235a08ce1dfdd8d0 | [] | no_license | fajar-upn/SQLiteGIT | fe6d8a3e7de4436155b6775295f826f5378e24ce | b29091b0339d9fb7c5a45bfe79de63985eee2730 | refs/heads/master | 2020-12-05T06:50:35.771437 | 2020-01-06T06:35:20 | 2020-01-06T06:35:20 | 232,039,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,139 | java | package com.example.sqlite.DB;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import static android.provider.BaseColumns._ID;
imp... | [
"muhammadfajar1183@gmail.com@gmail.com"
] | muhammadfajar1183@gmail.com@gmail.com |
0b528b6b1dd6ecb5d0bbe30e57ba8fc9605acfb4 | 04403f16adb8fb34bddc91ce98f545e0fb0e982b | /unsagamod/hinasch/mods/unlsaga/item/etc/ItemArmorUnsaga.java | a1c9d2f4422f3ac1ca6094f31bc8462cbe67ef68 | [] | no_license | damofujiki/minecraftmod | 9afde5759f98c42d9d8f7a245d59e7661aebc61c | 9970b384ffba39fb7dfb3ab3492fc8c7ce9785a8 | refs/heads/master | 2021-01-15T13:11:16.071722 | 2014-04-08T16:38:46 | 2014-04-08T16:38:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,337 | java | package hinasch.mods.unlsaga.item.etc;
import hinasch.mods.unlsaga.Unsaga;
import hinasch.mods.unlsaga.client.model.ModelArmorColored;
import hinasch.mods.unlsaga.core.init.MaterialList;
import hinasch.mods.unlsaga.core.init.UnsagaItems;
import hinasch.mods.unlsaga.core.init.UnsagaMaterial;
import hinasch.mods.unlsaga... | [
"ahoahomen@gmail.com"
] | ahoahomen@gmail.com |
11800012ace6efaf5a5634703214bd03992ad8ef | fb0c760d3eab2a1895b6698a07f4e524c6e23e99 | /shop-web/shop-back-web/src/main/java/com/qf/shop/back/web/controller/BackController.java | 3789cb5fe598dfa4125ad1825f2779261d7d8c4f | [] | no_license | LuoShanHui/myteam-shop | 8157c53d4c403447c3d22895e9ff44f80ee5561b | 3eba4458fca9b2b2ae77ccf38785d9a7a4bff365 | refs/heads/master | 2022-07-10T00:40:02.544266 | 2020-03-20T14:20:44 | 2020-03-20T14:20:44 | 245,993,623 | 1 | 0 | null | 2022-06-21T02:57:00 | 2020-03-09T09:28:50 | CSS | UTF-8 | Java | false | false | 1,834 | java | package com.qf.shop.back.web.controller;
import com.qf.dto.ResultBean;
import com.qf.entity.TProduct;
import com.qf.shop.back.web.service.IBackService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.spring... | [
"1984491452@qq.com"
] | 1984491452@qq.com |
9f8fb03376caa04b08f3ed241897c6f2865ab021 | 26303477746f00b9002c08f2de771c44a0395f8d | /src/aio/AIOClient.java | f4a9a1b3176c6253eeee03aced1b7d9fd11f0064 | [] | no_license | wujiazhong/chat-service | 47b2a0be18644482f11c55178b13e8b9c23148ae | 2c7011058782977a40219bf8f282c6baddd8660d | refs/heads/master | 2020-05-27T14:11:06.605476 | 2019-05-26T07:42:58 | 2019-05-26T07:42:58 | 188,653,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | package aio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.AsynchronousChannelGroup;
import java.nio.channels.AsynchronousSocketChannel;
import java.util.Scanner;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorSe... | [
"wujz@cn.ibm.com"
] | wujz@cn.ibm.com |
1ef5b8028e5b53a4ccc883dba69eac79a75a69fc | 3cd227e25f52423c78862ae1594c9188dddfbabc | /backend/src/main/java/Clinica/backend/model/Consultorio.java | a8047e58b0714d1d1103d18464cf6dba07459367 | [] | no_license | douglasboza/crud-apirest-angular-spring | 7b661f3957c4e893c00e3887689d74f6bd6e2c41 | 0f448d203eb02bafcc047b43dc04be84d6a8eb21 | refs/heads/main | 2023-07-13T03:06:27.578770 | 2021-08-19T02:26:51 | 2021-08-19T02:26:51 | 397,734,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,413 | java | package Clinica.backend.model;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
@Entity
@Table(name... | [
"douglasboza@gmail.com"
] | douglasboza@gmail.com |
b75a36494a763457d5a01acae9c15ce646b73448 | e372bd92d852054629819b5af786689beb27ee03 | /src/main/java/com/tensquare/articlecrawler/mapper/ArticleRepository.java | 0b46850c617588d1fd055178eef33e257b345a73 | [] | no_license | saylong/article_crawler | b130a8e1754929040f7876e7f3f3134f83ed7c0b | 57d7a1fd5f045822493cfc1f9276c520bc4f5c39 | refs/heads/master | 2023-01-09T15:57:40.730348 | 2020-11-09T10:31:01 | 2020-11-09T10:31:01 | 311,244,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.tensquare.articlecrawler.mapper;
import com.tensquare.articlecrawler.dao.Article;
import org.springframework.stereotype.Repository;
import tk.mybatis.mapper.common.Mapper;
/**
* @author lsl
* @date 2020/11/9
*/
@Repository
public interface ArticleRepository extends Mapper<Article> {
}
| [
"sailong.li@meinergy"
] | sailong.li@meinergy |
4df559f978c90e24961cdda3caee709e4907f68b | ebbb8f3835d4ca677d4826f6ff3038adf72bcdf9 | /java-tetris/Tetris/src/co/cz/tetris/model/Board.java | 1f3f4cd8230b5c75c984505d54cba2cb474c83b6 | [] | no_license | gaguevaras/java-tetris | b9bc9d4b3041936d4e2df57234874a2cd1c5e469 | b19acca05ca684867c0d5b6d079bee46bce75db2 | refs/heads/master | 2020-04-10T19:06:59.025712 | 2015-09-05T15:06:37 | 2015-09-05T15:06:37 | 7,295,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,219 | java | package co.cz.tetris.model;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.Ti... | [
"gustavo.andres.guevara@gmail.com"
] | gustavo.andres.guevara@gmail.com |
0c98391aeb2186481871ac6b45d9cdc2f4af91df | c56714c16207c9fe402c07da17b43c3a76593b79 | /Frontend/Android files/main/java/nest/angel/smd/angelnest/data/network/Constants.java | 73cefd04fb37def98c26b2e58b2c827127dd0713 | [] | no_license | abdkhan01/Life360 | 31cce62d3f0b5174ae686a1f8ae02c0044fcdba6 | ca43cb4ef109c6dbe64f663cca03e449df7e5271 | refs/heads/master | 2020-05-16T13:34:04.671273 | 2019-07-24T10:51:29 | 2019-07-24T10:51:29 | 183,078,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package nest.angel.smd.angelnest.data.network;
public class Constants {
public static String AppPreferences = "AngelNest";
}
| [
"mmm.abdullah.khan@gmail.com"
] | mmm.abdullah.khan@gmail.com |
07def2ff5649708dc2334fe8d4c7f3d344eec054 | 1c938fd6453c91ea76fe6926e533f3ddc2255089 | /Unit5/Lab04/Driver04.java | 9f134d41eccc1c4d94aed5d09c9c6a1727b23d5d | [] | no_license | 20awl00/MyLabs | 571e88c3715d60394cfee72d41f4f03264a101a0 | d1f5167e8b1a10af7f878a518bbbea6a152f2e05 | refs/heads/master | 2016-09-06T14:16:08.102234 | 2015-08-06T17:16:10 | 2015-08-06T17:16:10 | 39,632,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,804 | java | //Name______________________________ Date_____________
import java.io.*; //the File class
import java.util.*; //the Scanner class
public class Driver04
{
public static void main(String[] args) throws Exception
{
Comparable[] array = input("data.txt");
sort(array);
output(array, "output.... | [
"alexwlewis2000@yahoo.com"
] | alexwlewis2000@yahoo.com |
e036a707476529230fea09f3c7d1ca524b55928a | 2c6a3d4d9da8170e67a0285e574f1beced13b6d9 | /剑指offer/src/Q16_翻转链表/ReverseLinkedList.java | 375efee05402da3dbfdad7260bc229679921ef6e | [] | no_license | zhengruyi/PracticingCode | 08b80455d4df7041565b87b9fbff33c5b34c1e0e | 0a2c5a33d487c9e2588d7956d46a578cf4716374 | refs/heads/master | 2023-04-12T12:32:20.192159 | 2021-04-25T14:38:19 | 2021-04-25T14:38:19 | 302,980,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package Q16_翻转链表;
/**
* @author Ruyi ZHENG
* @version 1.00
* @time 23/04/2020 22:57
**/
public class ReverseLinkedList {
public static Node reverse(Node head) {
print(head);
if (head == null)
return null;
else if (head.next == null)
return head;
else {
... | [
"standonthpeak@gmail.com"
] | standonthpeak@gmail.com |
76dbfa5efabd2fb292007f0da8dfd1317bdf5ba5 | 520a8769955c8fe2450309389c4fbfcaede6d035 | /src/main/java/edu/fatec/Application.java | 3862f89a057a98bf1214707272302e43cd8d0f06 | [] | no_license | KelvinVCosta/labEngSoftware | f0cb442b4c546b72f89e9908cc4d720cd7ddcbeb | ec59ec020eb9e7822e2455181c89e937e4512888 | refs/heads/master | 2020-04-22T17:22:31.769052 | 2019-02-28T17:37:04 | 2019-02-28T17:37:04 | 170,539,067 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package edu.fatec;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
*
* @author KelvinVicenteCosta
*/
@SpringBootApplication
public class Application{
public static void main(String[] args) {
SpringApplication.run(Application.c... | [
"kelvin.costa@fatec.sp.gov.br"
] | kelvin.costa@fatec.sp.gov.br |
eb8866d4b30ea95ebe285bcd62953ce75822be98 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/jdbi/learning/3220/ColonPrefixSqlParser.java | 282f78a90aafa86dfb995d3e7cfba092fa2245fa | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,310 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
46da40cd34e4bd7dec3c5851c98baf8d1b20c9a6 | 815d640f58bd19a8e1cf93b1beecb707fbd326b1 | /spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/mapping/event/ApplicationContextEventTests.java | 3ce8502f964668b0cdba6534405ca3e5f7795eef | [] | no_license | smipo/spring-data-mongodb-2.1.18.RELEASE | 5ebc35841039e4135ade81b7f05490c76f716354 | 36b32e7f67e7d31caea6d3169da902934821cbb5 | refs/heads/main | 2023-05-03T08:06:58.949879 | 2021-05-08T11:01:30 | 2021-05-08T11:01:30 | 365,442,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,207 | java | /*
* Copyright 2011-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"liushuaishuai@rr.tv"
] | liushuaishuai@rr.tv |
43214f1af5d1905b4d838e20ffd935507cfe44bb | eb12237b758fffea2e05cf003d0f327987b8b669 | /src/test/java/com/springboot/demo/config/DBConfig.java | 1c4695dc02323f4ff46c5d38874e1cef4d2f89b5 | [] | no_license | akshay575/java-springboot-app | f91e3f8090b84a2163f11e643b7bf6eaf8cf059f | f8eee3227578f91ad60f118abb7435116fda20d4 | refs/heads/master | 2022-08-19T13:57:16.366789 | 2020-05-26T13:08:39 | 2020-05-26T13:08:39 | 266,616,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.springboot.demo.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;
import javax.sql.D... | [
"akshay575@yahoo.com"
] | akshay575@yahoo.com |
6739f0de95561a4ae061a685cd46654b43f3b150 | 634ccafde33c3afd2b2ad09d5c9d49d3f3472f2d | /src/main/java/restapitest/Links.java | fcc669db94f11270e75b45d40f9b9359b0b1fe21 | [] | no_license | rajeevsinghAD/restapitest | 75306d6e8d4cbd04966bc01a16e4260d4da173a1 | 60737e113d294156904caf94ed4a2aedadcdec2e | refs/heads/master | 2021-01-15T22:51:55.455626 | 2017-08-13T12:04:28 | 2017-08-13T12:04:28 | 99,921,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package restapitest;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class Links {
private String self;
private String teaching;
public String getSelf() {
return self;
}
public void setSelf(String self) {
this.self = self;
}
public Stri... | [
"rajeev.chauhan08@gmail.com"
] | rajeev.chauhan08@gmail.com |
f2b4bdb915a438dd63f152f3e6e13a8db304f240 | 872095f6ca1d7f252a1a3cb90ad73e84f01345a2 | /mediatek/proprietary/packages/apps/Camera/src/com/mediatek/camera/v2/detection/gesturedetection/GdPresenterImpl.java | 9ea16e680b59b7a81db056155a117b6daaed1cbe | [
"Apache-2.0"
] | permissive | colinovski/mt8163-vendor | 724c49a47e1fa64540efe210d26e72c883ee591d | 2006b5183be2fac6a82eff7d9ed09c2633acafcc | refs/heads/master | 2020-07-04T12:39:09.679221 | 2018-01-20T09:11:52 | 2018-01-20T09:11:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,219 | java | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... | [
"peishengguo@yydrobot.com"
] | peishengguo@yydrobot.com |
bc8aa5ff98c193e1f74467044d4b48fc866045ff | 905012900a5500967f7ff5cad46a7980a4689256 | /src/ModSharpnet/Block/SharpnetCobblestoneWalls1.java | 0ca6fb5eb0f68396b40f077b30699be8b82e669d | [] | no_license | Sharpik/SharpnetMod_1.6.4 | d42effaecc7973b7dcd36f987d47e2f346c87cf2 | 56716d9f1f2aa1955bdf118b7aa3dfb6bb548005 | refs/heads/master | 2020-06-02T04:17:34.088525 | 2019-04-21T20:10:01 | 2019-04-21T20:10:01 | 28,051,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,139 | java | package ModSharpnet.Block;
import static ModSharpnet.ModSharpnet.modid;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockWall;
import net.minecraft.client.renderer.texture.Icon... | [
"hack3@seznam.cz"
] | hack3@seznam.cz |
8c4ff55b411150adea6fef03e18e9f3db740b14e | d74214ef7b7efbb82b8d9a5e3d9e44b27b74f4bd | /Outer.java | e1e9bd09e6a27a56c49a9d8e897df5f4d8670b07 | [] | no_license | DES2RT/JAVA | 51ebda0bf92e3d78f5c6cb6a9e65d1a343a6e183 | 34719a8fbf2f44b5aba7a029af8c7935c853b0d2 | refs/heads/master | 2020-04-08T09:27:39.853126 | 2018-12-04T22:34:20 | 2018-12-04T22:34:20 | 159,224,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package prac;
public class Outer {
private int x;
private int y;
class Inner {
protected int x;
public Inner(int x) {
this.x = x;
}
}
public Outer(int x, int z, int y) {
this.y = y;
x = z;
}
private Outer(int x, int y) {
this.x = x;
this.y = y;
}
public static v... | [
"noreply@github.com"
] | DES2RT.noreply@github.com |
4fd7b1509c513bfdbe45993fc7b1e445553d3534 | c69b94bbdd6c97c042dad2dc5b1626735f4c53b9 | /app/src/main/java/yuanguandziyuezhou/cs301/cs/wm/edu/amazebyyuanguandziyuezhou/gui/BasicRobot.java | e1ee261e4fc69c1a16eb1a5d4bb52eeef118c0de | [] | no_license | jason424217/AMaze | ad0624bcdd67747e8dabf30c829394c01224ae02 | 44299706811a71b3f8df627a5c08ca1caa64ab93 | refs/heads/master | 2023-06-16T11:35:31.569324 | 2021-07-11T13:40:51 | 2021-07-11T13:40:51 | 259,143,035 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,403 | java | package yuanguandziyuezhou.cs301.cs.wm.edu.amazebyyuanguandziyuezhou.gui;
import android.util.Log;
import android.os.Handler;
import yuanguandziyuezhou.cs301.cs.wm.edu.amazebyyuanguandziyuezhou.generation.CardinalDirection;
import yuanguandziyuezhou.cs301.cs.wm.edu.amazebyyuanguandziyuezhou.gui.Constants.UserInput;... | [
"noreply@github.com"
] | jason424217.noreply@github.com |
bdb13513ce66e9cfe8e96daa96b4426e8093d3f6 | 79a38b09f1483149fbd814f204155a3fe8bb92b4 | /app/src/main/java/com/greenbit/MultiscanJNIGuiJavaAndroid/GbExampleGrayScaleBitmapClassRough.java | adbc683d5115497bff8565655f9812726a038588 | [] | no_license | radtek/MultiscanJNIExample_GUI_JavaAndroid | b5d583c6f237fcb07087dac608b400c610db5ea1 | a7264c3b8149769ddd8dc52c3efd1089e25ec632 | refs/heads/master | 2023-01-10T12:42:26.829595 | 2020-11-13T23:36:18 | 2020-11-13T23:36:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64,959 | java | package com.greenbit.MultiscanJNIGuiJavaAndroid;
import android.graphics.Bitmap;
import android.os.Environment;
import android.util.Log;
import com.greenbit.MultiscanJNIGuiJavaAndroid.utils.LfsJavaWrapperDefinesMinutiaN;
import com.greenbit.ansinistitl.GBANJavaWrapperDefinesANStruct;
import com.greenbit.ansinistitl.G... | [
"5raan6@gmail.com"
] | 5raan6@gmail.com |
41805b78cae03bc4eb265b9be4c9b75186c8bb22 | dd7d5c97e11107345aece2daa4f6da4a2d289b20 | /src/main/java/com/springbootdemo/service/UserService.java | 9ae3567103577b67b7f09a598086c8a2bf8653ff | [] | no_license | jb-stephenson/spring-boot-tutorial | b05ac248aaae84dd84005311afed8e714af3344d | 19b8f694ea35e110ed3bd6aefe01b6b6eb46eca7 | refs/heads/master | 2022-12-08T18:06:47.221751 | 2020-08-27T21:14:30 | 2020-08-27T21:14:30 | 287,362,555 | 0 | 0 | null | 2020-08-31T20:31:42 | 2020-08-13T19:21:31 | Java | UTF-8 | Java | false | false | 2,543 | java | package com.springbootdemo.service;
import java.util.List;
import java.util.Optional;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.AuthorityUtils;
import org.springfra... | [
"js6497662@gmail.com"
] | js6497662@gmail.com |
bf88d80f3aafe57b2bdb4eed0077220b62348209 | 6da3e449ca48ce0bb90d1d95d74f34f65620f0c2 | /src/test/java/com/dongdong/spring/test/sort3/test/unit04/MaxOneBorderSize.java | 20fd3945afee862b90626a85b3227a3869ccd3a7 | [] | no_license | PangDongdon/spring-study | 44ae036f6bc1b948ffdd45f9f49590476f439597 | 8b504669da85b9be6c8c18548a05cb86174c3da8 | refs/heads/master | 2023-04-13T23:33:28.869563 | 2023-04-09T08:09:00 | 2023-04-09T08:09:00 | 207,733,588 | 0 | 0 | null | 2022-06-29T17:38:27 | 2019-09-11T05:52:20 | Java | UTF-8 | Java | false | false | 1,921 | java | package com.dongdong.spring.test.sort3.test.unit04;
public class MaxOneBorderSize {
public static int getMaxSize(int[][] m){
if(m==null){
return 0;
}
int[][] right=new int[m.length][m[0].length];
int[][] down=new int[m.length][m[0].length];
sortBoderMap(m,rig... | [
"pdd123456"
] | pdd123456 |
2087f43af9435e42227add07b93c9b821ed5efb7 | f9779e3a81028cc29b9e25e336bbfe3aec59e80a | /Field.java | 803450ba92be6f598b892c36e567314e91caee2a | [] | no_license | TianweiOwenLi/Calculator_1 | a4129a939117c20bd4efd7fa97b899073f4f2706 | f8989cfd43d9b1a3a1c83f728276e8f19790bd7a | refs/heads/master | 2021-07-08T03:33:51.831668 | 2017-10-03T20:35:30 | 2017-10-03T20:35:30 | 105,579,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,385 | java | package calculator;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import acm.graphics.*;
public class Field extends JFrame{
private static Field f = new Field();
private static GCanvas c = new GCanvas();
private static JLabel lbl = new JLabel(), xt = new JLabel("< x <"), yt = new JLabel(... | [
"noreply@github.com"
] | TianweiOwenLi.noreply@github.com |
899669344c4fea5b656b5f844c9d5815690b28d6 | ca316c288946e18e17ca4d2d3358431b9c038a5e | /Java-Basics/Java-Basics-Homeworks/Java-Syntax-Homework/src/CountOfBitPairs.java | 72c7abd05ee40224f32ca5847f03f07b4bc11e7c | [] | no_license | vnnikolov/SoftUni | ffd8825d57eb6c62e356c902800ab49ec1197467 | 4433585157da1e3275e220847ec9b96b0806d6ee | refs/heads/master | 2021-05-27T07:08:33.805736 | 2014-10-02T09:14:07 | 2014-10-02T09:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | import java.util.Scanner;
public class CountOfBitPairs {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = scanner.nextInt();
char[] bits = Integer.toBinaryString(n).toCharArray();
int equalBitsCounter = 0;
while (n != 0) {
int twoBitsV... | [
"nikolov.v.95@gmail.com"
] | nikolov.v.95@gmail.com |
89e71d6ddc636867f1f609bfc42acb5d377ac51f | c51e0e82ebc20126cb3ed95129c2eb46568870db | /Angiev1/src/modelo/omeOperacionMonedaExtranjera/datos/CDCambioDia.java | 9034af0efee3ec0b41840964100285e368df3c5d | [] | no_license | lu1sm1gu3l/SysSilvestre | 98cee22df0047ec203759e1126af121c1a6794be | 6304458adc28670b9f2947ef7a83be448f2fe1fe | refs/heads/master | 2021-01-16T23:19:34.708621 | 2016-06-23T03:57:24 | 2016-06-23T03:57:24 | 61,769,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,480 | java | package modelo.omeOperacionMonedaExtranjera.datos;
import controller.acceso.ConexionBD;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import modelo.omeOperacionMonedaE... | [
"luisespinozabarzola@gmail.com"
] | luisespinozabarzola@gmail.com |
540acfa28f7df847164a910406828debcf8bc191 | 51aaf794ce94491a53724371290786f15abb29b0 | /mall-manager-web/src/main/java/com/lwhtarena/taotaomall/controller/ContentController.java | 955b3d57efa818201e45f53b586c9af9b1f3a9e6 | [] | no_license | weslywang/taotaomall | df91a922ac3d94cf6710ac663a680082aedebaf7 | e40ca5e50eab991725a3da2c6eb1e766b1bfcb27 | refs/heads/master | 2020-12-26T19:52:42.109825 | 2019-07-10T15:32:09 | 2019-07-10T15:32:09 | 237,622,345 | 1 | 0 | null | 2020-02-01T13:56:28 | 2020-02-01T13:56:27 | null | UTF-8 | Java | false | false | 962 | java | package com.lwhtarena.taotaomall.controller;
import com.lwhtarena.taotaomall.pojo.TbContent;
import com.lwhtarena.taotaomall.common.pojo.TaotaoResult;
import com.lwhtarena.taotaomall.service.ContentService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;... | [
"lwhtarena@163.com"
] | lwhtarena@163.com |
1cff22c35ad781cabfa57c67b34df9e2a5883bea | cd9a2f19fe97dfebdc646becdf7ae7e5ce476123 | /spring-jms/src/main/java/org/springframework/jms/listener/DefaultMessageListenerContainer.java | 103555490d286ca1325220ea93f05cf61fa1b7fd | [] | no_license | nicky-chen/spring-framework-3.2.x | d5f0fae80847da4f303f94443ce46cd92352979a | e33e9639d82aa9395509227567aa714d41ac2a2b | refs/heads/master | 2021-08-29T00:54:28.870499 | 2021-08-17T11:28:08 | 2021-08-17T11:28:08 | 125,344,623 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44,580 | java | /*
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"cx52018761@hotmail.com"
] | cx52018761@hotmail.com |
b35584c88bdcbac7a8cc546290525fe3f0222103 | e3838244dc563331497a54e53fb5945939f6e555 | /src/main/java/com/security/config/ResourceServerConfig.java | 842110ced57c102351a62cdffe53f5b85c59d745 | [] | no_license | T-Davis/travel-api_springboot_oauth2 | d951cab5f8d618f1fae7a260948a7ccdb1631249 | 29b804afdb810f8322854d5499daa360441ed2dc | refs/heads/master | 2021-01-17T16:12:12.770327 | 2017-06-26T17:27:32 | 2017-06-26T17:27:32 | 95,470,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.security.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer;
import org.springframework.security.oauth2.conf... | [
"tzendou@gmail.com"
] | tzendou@gmail.com |
f95acee1e787d1cd147b5d37af4fb278c4a7ce1c | 8b39568422f723f1c95342e790a95fdae7d9d8b8 | /src/main/java/com/laioffer/jupiter/servlet/LogoutServlet.java | 1f034b50231c339efddb550fda24bfcaeccf2205 | [] | no_license | jing5wu/Jupiter | 28960ce714dd0374a225be2ec93a605d595e5e22 | 0995c1854858a906f8ee83a6a8766a31fa16b618 | refs/heads/master | 2023-06-27T14:53:45.914190 | 2021-07-25T19:51:09 | 2021-07-25T19:51:09 | 389,428,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.laioffer.jupiter.servlet;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.annotation.*;
import java.io.IOException;
@WebServlet(name = "LogoutServlet", value = "/logout")
public class LogoutServlet extends HttpServlet {
@Override
protected void doPost(HttpServletRequest ... | [
"wujingjiejy@gmail.com"
] | wujingjiejy@gmail.com |
fe93e1b893daf01bb1d47bdcb2de9cc92d272d31 | 11dfc4a8ddcf26d790cfb4840e3a3c86177bcd57 | /src/test/java/com/github/lulewiczg/contentserver/selenium/pl/ToolbarSeleniumTestPL.java | 963efbcd6ffb06e7742216d4ea2d9c3fa087468a | [] | no_license | lulewiczg/ContentServer | 9b4c75b4bbfde7118836134bfd4ffb185c509ea9 | 731678c646de7fb2e0b672c5a7e26d4c413b40c6 | refs/heads/master | 2020-03-22T21:37:43.386567 | 2019-03-27T20:28:50 | 2019-03-27T20:28:50 | 140,701,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.github.lulewiczg.contentserver.selenium.pl;
import com.github.lulewiczg.contentserver.selenium.ExpectedMsg;
import com.github.lulewiczg.contentserver.selenium.ExpectedMsgPL;
import com.github.lulewiczg.contentserver.selenium.en.ToolbarSeleniumTest;
/**
* Selenium tests for plain toolbar actions.
... | [
"grzegorz.lulewicz@interia.pl"
] | grzegorz.lulewicz@interia.pl |
190a8e9101dc16ca143d199f5d100053fc54da05 | e0fd4fe2abbd862e62349d553d1069e5b8102980 | /src/com/edu/bupt/mr/KafkaSpoutTest.java | 58fb305bd704d4d1371cab802b8c98b07a1f5d3b | [] | no_license | margase/Storm | cde9b46e7e1a0e1f5c316a7256ddfd67f90cbbec | c89e924acc34f9e3c75115b387d1c4b3b6762473 | refs/heads/master | 2021-01-10T22:10:30.864694 | 2013-08-24T05:17:53 | 2013-08-24T05:17:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,807 | java | package com.edu.bupt.mr;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import kafka.consumer.ConsumerConfig;
import kafka.consumer.ConsumerIterator;
import kafka.consumer.KafkaStream;
import kafka.javaapi.consumer.ConsumerConnector;
import backtype.storm.spout.S... | [
"margase1988@gmail.com"
] | margase1988@gmail.com |
e71397386ad5c567fa6443a1638ce20880ff2165 | abb46fb506f4827ddbb910b75889ba8f15b250d2 | /src/main/java/com/tripcaddie/frontend/itinerary/dto/RoundScoreDto.java | d135e385d9515511b72fc3530515b5c02a402065 | [] | no_license | jeevanmysore/tripacaddie | 023f13a5e3f0e2a54971816a649c7e3f04897121 | abab7bfc8baf8f45467c335ecf0bcca6c171674c | refs/heads/master | 2021-01-10T08:57:58.479801 | 2015-10-28T11:59:28 | 2015-10-28T11:59:28 | 45,109,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,099 | java | package com.tripcaddie.frontend.itinerary.dto;
import java.io.Serializable;
import com.tripcaddie.backend.itinerary.model.RoundScore;
import com.tripcaddie.frontend.trip.dto.TripMemberDto;
public class RoundScoreDto implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private... | [
"jeevan@knstek.com"
] | jeevan@knstek.com |
63fa4f8456b44a6a0a3f9e5b2c797d3924c5a7f8 | 0857e94d17e6e0a01ec82530761fd73dc5be11e5 | /views/src/main/java/org/solovyev/android/view/sidebar/SideBarLayout.java | 556053a852703812ba78f853cfe5e3fc5901dcb7 | [
"Apache-2.0"
] | permissive | FlakyTestDetection/android-common | 634195e98de7d6cd3b938daa532c0be2ab4ee3aa | 8bc7bc5af88d36f9af488ca8e01391df3299d92b | refs/heads/master | 2021-01-20T06:38:32.480599 | 2017-09-11T12:34:05 | 2017-09-11T12:34:05 | 89,903,660 | 0 | 0 | null | 2017-05-01T06:46:29 | 2017-05-01T06:46:29 | null | UTF-8 | Java | false | false | 19,005 | java | package org.solovyev.android.view.sidebar;
import android.content.Context;
import android.graphics.*;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.view.animation.Animation;
import android.widget.Frame... | [
"se.solovyev@gmail.com"
] | se.solovyev@gmail.com |
fdde8f7a9842fdc86d87a0425a6e7d1fb21710c0 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/spring-framework/2015/4/AbstractTyrusRequestUpgradeStrategy.java | 9a871e3dded067974db078a107abee35e8d580d6 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 10,429 | java | /*
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
3fd04478048931ce9ca730cb77dda973d3c3fc3f | bd656696c0f770e099bf68363cb15e5c1ae37958 | /src/main/java/cn/tzy/app/baidubaike/dao/DatabaseConnection.java | 3620249522b47c03bb9335b3b929df4e91892205 | [] | no_license | zhenyutu/JSpider | a81d2fe58442a295974bfdf768d3f18a26b635ba | 1db9bf87b78538153cce033b65ba9b715ed803f4 | refs/heads/master | 2021-01-21T06:33:24.964720 | 2017-03-08T02:23:15 | 2017-03-08T02:23:15 | 83,255,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,430 | java | package cn.tzy.app.baidubaike.dao;
import cn.tzy.app.baidubaike.entity.Config;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import java.beans.PropertyVetoException;
import java.sql.Connection;
/**
* Created by tuzhenyu on 17-2-28.
* @author tuzhenyu
*/
public class DatabaseConnection {
private static Dat... | [
"1572629866@qq.com"
] | 1572629866@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.