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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
444877850ecb162eb96626212699a1b024151501 | 08ac62c91fd90fc04a0dc5af59dfa8c7e093ce84 | /airville/Robot.java | a66f2528ee06ea6ba513002e50135e35a7ce3500 | [] | no_license | drewtoak/EECS-293-Airville-Game | 09880ba309a96714f7e030af800a2e48f262512c | 2f2a2a250190c29d43ba2317ee9b278101c59cc8 | refs/heads/master | 2021-07-07T16:18:30.610591 | 2017-10-04T22:20:37 | 2017-10-04T22:20:37 | 105,812,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | package airville;
import java.math.BigDecimal;
/**
* The Robot class extends the Staff class;
* sets up an automated line to process a line of passengers.
*
* @author Andrew Hwang
* @version 1.0 Dec. 03, 2015
*/
public class Robot extends Staff {
/**
* Determines if a Supervisor is helping this Robot
... | [
"ath50@case.edu"
] | ath50@case.edu |
e799233d39cb9c51d306556179908e5317e39d50 | 816fbba1325bd747fe13b8b3165833f081b17c79 | /RatingsWeProvide/src/main/java/com/self/RatingsWeProvide/configuration/Config.java | e3f571badfd60a463278b4eb92daf9c58c1b547d | [] | no_license | Abhijitklkrni/RatingsWeProvide | da39171b29d4d62dd76377555a91ca6d4263a888 | 771db5944a9486e95b5dfd26bcad0a4f048f838b | refs/heads/master | 2022-12-03T11:25:20.964238 | 2020-08-22T20:34:41 | 2020-08-22T20:34:41 | 289,553,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,656 | java | package com.self.RatingsWeProvide.configuration;
import java.util.Properties;
import javax.sql.DataSource;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Environment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.jdbc.DataSourceBuilder;
import... | [
"abhij@DESKTOP-4099KDI"
] | abhij@DESKTOP-4099KDI |
770a232718db439d46a8a11f26bdebfa092d4fa6 | 8b1ed09effcefe62895abe21e9e44964e29491c8 | /src/main/java/br/com/meta/repository/ProdutoRepository.java | 227e11318cea5fd17325441e568c3b67f46ec6d1 | [
"MIT"
] | permissive | fabianodecastromonteiro/meta-fabiano | afcdc6b1b9458a95a0c0f554a2179dcfa470797f | 5e85286b0d7671327d6017f7d6e1f564871948ac | refs/heads/master | 2020-03-26T22:42:08.144534 | 2018-08-23T21:00:02 | 2018-08-23T21:00:02 | 145,480,760 | 0 | 0 | MIT | 2018-08-23T21:00:03 | 2018-08-20T23:29:40 | Java | UTF-8 | Java | false | false | 273 | java | package br.com.meta.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import br.com.meta.model.Produto;
@Repository
public interface ProdutoRepository extends JpaRepository<Produto, Integer> {
}
| [
"fabianodecastromonteiro@outlook.com"
] | fabianodecastromonteiro@outlook.com |
4f725828ddedaced69e55e4c43b147310a67b245 | 9cdf4a803b5851915b53edaeead2546f788bddc6 | /mapdb-integration/jbpm-human-task-mapdb/src/main/java/org/jbpm/services/task/impl/model/EmailNotificationHeaderImpl.java | 52f7f8e653b0bd2734dcaed665915e07f97d341c | [] | no_license | kiegroup/droolsjbpm-contributed-experiments | 8051a70cfa39f18bc3baa12ca819a44cc7146700 | 6f032d28323beedae711a91f70960bf06ee351e5 | refs/heads/master | 2023-06-01T06:11:42.641550 | 2020-07-15T15:09:02 | 2020-07-15T15:09:02 | 1,184,582 | 1 | 13 | null | 2021-06-24T08:45:52 | 2010-12-20T15:42:26 | Java | UTF-8 | Java | false | false | 5,127 | java | /**
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | [
"swiderski.maciej@gmail.com"
] | swiderski.maciej@gmail.com |
c06953bcad2d3bcb617cdd7408e29d05b55fb972 | 7e708b4b52b80277f0c99352ff256ed8c6ade1f6 | /thread/src/main/java/com/threadpool/ThreadPoolTest.java | 856d873c1fd32fe4c67522ec8870130dccecd2fe | [] | no_license | yangwenshuo/demo | 21c02c6387db081be80b31196b1ab856ee40db3f | 6a36476e45f0f728f24a092ff3fc695c73ca2e62 | refs/heads/master | 2023-03-05T05:24:48.992209 | 2019-05-25T16:51:43 | 2019-05-25T16:51:43 | 155,945,953 | 1 | 0 | null | 2022-09-01T22:58:43 | 2018-11-03T03:22:51 | JavaScript | WINDOWS-1252 | Java | false | false | 482 | java | package com.threadpool;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class ThreadPoolTest {
public static void main(String[] args) {
ExecutorService threadPool = Executors.newFixedThreadPool(10);
for (int i = 0; i < 5; i++) {
threadPool.submit(new Runnable(... | [
"root"
] | root |
5d87cc0b1d63e2c3caddd14091b7d05e2bbb088f | 982b7e679c6d54fde45f947c6d4ccdd10c098cf6 | /app/src/main/java/lan/tmsystem/bookhostel/data/Hostel.java | 0a9787c08768a522f8e53ade538b421af25ac696 | [] | no_license | jarvaang-enterprises/bookhostel | f383fdf528e2e3e3a86ed9e3a14d77ea86307bb0 | 6b86202f387a2f90c2b75afc3b4dfe2c6c5e872e | refs/heads/main | 2023-03-13T23:32:51.773819 | 2021-02-27T07:20:33 | 2021-02-27T07:20:33 | 336,495,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,494 | java | package lan.tmsystem.bookhostel.data;
import com.google.firebase.firestore.GeoPoint;
import java.util.ArrayList;
import java.util.List;
public class Hostel {
private String mName;
private GeoPoint mLocation;
private String userId;
private String price;
private List<HostelRoom> rooms;
private ... | [
"aanga26@gmail.com"
] | aanga26@gmail.com |
b7ab043a66e8e87668746fafe53c4f6b1059a888 | 62b8441631f0d262bf59e7e2451a88603915aadf | /.svn/pristine/0a/0a2830efa0db6a7450f228cd9f5f6e1797bd3445.svn-base | db4f456088660473d1e8d8e197b9522737083da1 | [] | no_license | WJtoy/mainHousehold- | 496fc5af19657d938324d384f2d0b72d70e60c0e | 4cff9537a5f78058a84d4b33f5f58595380597d8 | refs/heads/master | 2023-06-17T22:55:08.988873 | 2021-07-15T07:18:25 | 2021-07-15T07:18:25 | 385,202,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,012 | package com.wolfking.jeesite.modules.fi.web;
import com.wolfking.jeesite.common.persistence.AjaxJsonEntity;
import com.wolfking.jeesite.common.persistence.Page;
import com.wolfking.jeesite.common.utils.DateUtils;
import com.wolfking.jeesite.common.web.BaseController;
import com.wolfking.jeesite.modules.fi.entity.Custo... | [
"1227679550@qq.com"
] | 1227679550@qq.com | |
67a450c3786d00f28eea370e5485f00b7d3bf71d | 5502127275fe61cd03cca21305192cdc0ab533b2 | /src/br/fameg/testers/Tester.java | 16e624480411bfbdd59798c74949c5526ea7d740 | [] | no_license | allankanzler/POO2 | 506e9c0ae4add3de5235c4bdac583d7b6b664263 | 7de7514188f11dadc90a357e6bbbc1e2668f6408 | refs/heads/master | 2021-01-10T14:28:35.071632 | 2015-11-27T02:40:53 | 2015-11-27T02:40:53 | 46,956,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,441 | 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 br.fameg.testers;
import br.fameg.domain.Palavra;
import br.fameg.domain.TransformadorDePalavraEmVetor;
import br.fam... | [
"paraibakan@gmail.com"
] | paraibakan@gmail.com |
46cbfcd387399b55878d5f65efb02128fad655af | e39b62dc4d8b791e01560734be40a5985fdd061a | /app/src/main/java/source/kevtimov/starwarsapp/fragments/OptionsFragment.java | addf96811eb7f0b65b5c6b43c597e64b71220b8a | [] | no_license | kaevtimov/StarWarsAPP | 5c13fb388753e9ea2329db97371e41dfaef94f23 | 5fdac104a5eb50eb5d05fe10c729118205ca6e09 | refs/heads/master | 2020-03-26T00:22:35.973860 | 2018-08-20T07:12:36 | 2018-08-20T07:12:36 | 144,317,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | package source.kevtimov.starwarsapp.fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import source.kevtimov.starwarsapp.R;
/**
* A simple {@link Fragment} subcla... | [
"kaevtimov@gmail.com"
] | kaevtimov@gmail.com |
a48802a9209845fa29c48a770fcf836bf753e049 | 97f65fdc2171d3ae88372f5971b92c5bd187bf47 | /app/src/main/java/NEGOCIO/singletonDatos.java | 6bdfc7c36a81709fccb23f8019b77818eb3770a1 | [] | no_license | juanmanuelco/plantas_app | ee0884b1198a63f1306dd596f0b2751dab491417 | f5aa7b878be65d66d7fb3ebc73a3506155f7d3f6 | refs/heads/master | 2020-03-24T02:33:59.095668 | 2018-07-26T03:08:15 | 2018-07-26T03:08:15 | 142,381,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package NEGOCIO;
import android.content.Context;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
public class singletonDatos
{
private static singletonDatos instanciaSingleton;
private RequestQueue requestDatos;
private static Context m... | [
"juanmanuelco@yahoo.es"
] | juanmanuelco@yahoo.es |
60c50e6717fea5d2cef4ef4c02217a56c9a715c8 | 9bf6dee1407f112cebf42443e0f492e89d0d3fbc | /commons/src/org/openaion/commons/database/dao/DAOAlreadyRegisteredException.java | a16e48d22266d873cb06360432c751d26b0ab4fa | [] | no_license | vavavr00m/aion-source | 6caef6738fee6d4898fcb66079ea63da46f5c9c0 | 8ce4c356d860cf54e5f3fe4a799197725acffc3b | refs/heads/master | 2021-01-10T02:08:43.965463 | 2011-08-22T10:47:12 | 2011-08-22T10:47:12 | 50,949,918 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | package org.openaion.commons.database.dao;
/**
* This exception is thrown if DAO is already registered in {@link org.openaion.commons.database.dao.DAOManager}
*
* @author SoulKeeper
*/
public class DAOAlreadyRegisteredException extends DAOException
{
/**
* SerialID
*/
private static final long s... | [
"tomulescu@gmail.com"
] | tomulescu@gmail.com |
ace69cd3b9b34be7575a0624a704d6f9919b2232 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /JFreeChart/rev91-2272/right-trunk-2272/source/org/jfree/chart/ChartTransferable.java | 1d36be96d23975865adda8188c6b90cb0580b59d | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,852 | java |
package org.jfree.chart;
import java.awt.Graphics2D;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import java.awt.datatransfer.UnsupportedFlavorException;
import java.awt.geom.AffineTransform;
import java.awt.geom.Rectangle2D;
import java.awt.image.BufferedImage;
import java.io... | [
"joliebig@fim.uni-passau.de"
] | joliebig@fim.uni-passau.de |
bf197ade4e3b28b80426dfb188b8b91a7d801c09 | 4043748e14165adad7fd59004fae9879b5fdbd0e | /src/main/java/pages/DashBoardPage.java | 8305d023d8cd98e2053d9d1edf5a65c3aaf65ab6 | [] | no_license | artie-sh/haufe_qa_task | 1214886780418e34cebbf3dc087eb7627e268238 | 8ad4a98d28bfc4f752c4fb89cfb42a8eb2522196 | refs/heads/master | 2020-03-18T17:43:35.261079 | 2018-05-28T11:48:27 | 2018-05-28T11:48:27 | 135,046,835 | 0 | 1 | null | 2018-05-28T11:48:28 | 2018-05-27T13:03:19 | Java | UTF-8 | Java | false | false | 1,212 | java | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import java.util.Arrays;
public class DashBoardPage extends BasePage {
private By dashboardHeader = By.xpath("//a[text()='Dashboard']");
private By jobsDiv = By.xpath("//div/h1[contains(text(), 'Jobs')]");
private String... | [
"artem.shendrikov.contractor@weather.com"
] | artem.shendrikov.contractor@weather.com |
f4f8e6c6edf698028dd12d1c23104f00a940617d | 6f207d7c6f0a4294078198684c29a81159fd6c21 | /app/src/test/java/com/example/cobahello/ExampleUnitTest.java | 6a113ab57a4362f0819b431d1e7f228dea9fb96a | [] | no_license | destasp/InsertUpdate | 558e23be1c1b02debcc33b8d2f525d16a60e4128 | 078e6a7c36adf42273076e5af00281ae4e6441fe | refs/heads/master | 2020-09-21T16:38:24.963782 | 2019-11-29T12:37:53 | 2019-11-29T12:37:53 | 224,851,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.example.cobahello;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ... | [
"desta.siwi@si.ukdw.ac.id"
] | desta.siwi@si.ukdw.ac.id |
77a5458be5ee4a00a355d8e9aa79c134ad33223d | 7072ba01700d47b792f9604d23b819ce5bc5e364 | /abtests/src/test/java/ru/alfabank/platform/experiment/involvements/positive/InvolvementsTest.java | 06ec906b00e54c16fdc78d9ca12af0cc1d371513 | [] | no_license | kjetester/alfa-plt | c42869bce36d6cc720e7e309e03c1ec71e76ff3e | 27a456d0d781ee9e2829034eaacb16ba2237affa | refs/heads/master | 2022-12-11T16:31:08.692686 | 2020-09-04T11:13:36 | 2020-09-04T11:13:36 | 288,755,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,027 | java | package ru.alfabank.platform.experiment.involvements.positive;
import static org.assertj.core.api.Assertions.assertThat;
import static ru.alfabank.platform.businessobjects.enums.Device.desktop;
import static ru.alfabank.platform.businessobjects.enums.Device.mobile;
import static ru.alfabank.platform.businessobjects.en... | [
"ykolodzey@alfabank.ru"
] | ykolodzey@alfabank.ru |
71c73a0be2ae8634da5366873d08b835da9dc131 | d4d84e61a42147ce59eed18ab72aba636d598bbb | /core/src/main/java/com/orientechnologies/orient/core/exception/OTransactionBlockedException.java | 3286af6d6cae23423cdafdf6f1861dcb1c87a98f | [
"Apache-2.0"
] | permissive | nengxu/OrientDB | 0bc39c04b957b103658ab61c8d18938e936f4a13 | 60eb4bf2a645142fb4a0905db9d466609bd379d0 | refs/heads/master | 2021-01-04T02:36:03.244060 | 2012-12-09T19:55:30 | 2012-12-09T19:55:30 | 6,015,539 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | /*
* Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"l.garulli@3625ad7b-9c83-922f-a72b-73d79161f2ea"
] | l.garulli@3625ad7b-9c83-922f-a72b-73d79161f2ea |
bf82ad24647b2c5ed5dd5b0461b89982ccc949fe | 85a48a7cf2e9837ca044cf543a3bd9ce54a04149 | /siga-auth/src/main/java/ee.openeid.siga.auth/HibernateStringEncryptorConfiguration.java | 35d109263841f3de7618a6ba26eff8f9d2d17a18 | [] | no_license | mohbadar/SiGa | 6518f25f4cd5be029e7e6e1e29f437d1dec981ab | b72ec463261d35682f89578d46acee6606994a3a | refs/heads/master | 2022-02-15T11:20:16.208297 | 2019-06-18T13:52:32 | 2019-06-18T13:52:32 | 198,023,859 | 2 | 0 | null | 2019-07-21T07:00:31 | 2019-07-21T07:00:31 | null | UTF-8 | Java | false | false | 1,227 | java | package ee.openeid.siga.auth;
import ee.openeid.siga.auth.properties.SecurityConfigurationProperties;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | [
"mart.aarma@gmail.com"
] | mart.aarma@gmail.com |
57bb951b815814e1c8a6e9d8577b5c99dd908a91 | 6d5a6c6e084c6ec8ebe25acfe483abd81e08e762 | /src/main/java/com/wenxiahy/hy/common/annotation/validation/constraint/IntegerRangeConstraintValidator.java | cba2472c6a8b0bcef647d189bd56e10691d59490 | [] | no_license | wenxiahy/hy-common | 09b89853a579816bf9d79b9a06cbcc6537977014 | f947daeb7c69e0f930de2fa63482b01f00a75b56 | refs/heads/master | 2023-02-05T05:42:48.595323 | 2020-12-29T02:51:17 | 2020-12-29T02:51:17 | 321,912,418 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.wenxiahy.hy.common.annotation.validation.constraint;
import com.wenxiahy.hy.common.annotation.validation.IntegerRange;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
/**
* @Author zhouw
* @Description
* @Date 2020-12-15
*/
public class IntegerRangeCon... | [
"zhouwei@techfuser.net"
] | zhouwei@techfuser.net |
9655263774f2fbebdd95335aec6d02b130f99be0 | 8b3d66e2494fe13a7f96ad070d132daa83b2340c | /coffee-data/src/main/java/com/jovi/magic/coffee/service/CoffeeTypeService.java | 70eb744e59dd905e470835e222bb321abd985573 | [] | no_license | Fadedaway/project-coffee | 9179024a7bbf88f032ef5cd4ddea29909137ecdb | 2e04616c68e9750037c917099fee0033dbd45c1c | refs/heads/master | 2020-04-26T23:06:16.752368 | 2019-03-08T15:15:00 | 2019-03-08T15:15:00 | 173,892,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package com.jovi.magic.coffee.service;
/**
* @author fanjiawei
* @date Created on 2019/3/8
*/
public interface CoffeeTypeService {
}
| [
"joyce221088@163.com"
] | joyce221088@163.com |
e5c6a56aa73052704c17ed1587a4d373385659ac | daf5b7e9e2a903c429e9c913697fb08bdbb8d350 | /renren-api/src/main/java/io/renren/service/impl/DgjjReportTechnologyServiceImpl.java | 08b32f81a91a949dff1a6c0e1a37eb9e81d25dbc | [] | no_license | zhangbowen3026803/dgjj-project | 00b979a9c183b51dfb38e6aed11d0d6cad4b7744 | 60aa03da938116736ebd6e987dbbafaf8f53d428 | refs/heads/master | 2020-03-28T23:13:55.104183 | 2018-09-18T13:09:28 | 2018-09-18T13:09:28 | 149,282,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | /**
* Copyright 2018 人人开源 http://www.renren.io
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by appli... | [
"15142354016@163.om"
] | 15142354016@163.om |
24d969aff18063984faea6a03a6faf224426dcb8 | c75dff60b6537319d670db2a35733374e2c57db3 | /NOT DEFTERİ/NoteBook/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/activity/R.java | 87d64d1a0be82bf4971fd92b9b016c88110982c6 | [] | no_license | maakinci/Android-App | 46acfd63ef2bb3160c0703b7e85ad5fad4e3699a | eed920ba2ead830da78a94d2d0b6866217920c25 | refs/heads/master | 2023-01-28T00:18:09.166876 | 2019-12-19T03:40:37 | 2019-12-19T03:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,477 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.activity;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"arda.akinci12@outlook.com"
] | arda.akinci12@outlook.com |
b15cf449baa9143f962d2e9939757812f476f9f7 | 98415fdfd2e96b9b2dd6be376c1bd0e8584e7cb6 | /app/src/main/java/com/universalstudios/orlandoresort/controller/userinterface/wayfinding/PathFragmentPagerAdapter.java | 4397410f5a03bcc26c2aca4830216dd6a2807b12 | [] | no_license | SumanthAndroid/UO | 202371c7ebdcb5c635bae88606b4a4e0d004862c | f201c043eae70eecac9972f2e439be6a03a61df6 | refs/heads/master | 2021-01-19T13:41:20.592334 | 2017-02-28T08:04:42 | 2017-02-28T08:04:42 | 82,409,297 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package com.universalstudios.orlandoresort.controller.userinterface.wayfinding;
import java.lang.ref.WeakReference;
import java.util.List;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.util.Log;
import and... | [
"kartheek222@gmail.com"
] | kartheek222@gmail.com |
990367d31daa9952417b381d190639116fdaecab | f3d2242f1f826f1b673a6bc01c55ad71815f114b | /src/DerekBanasBasics/src/GetTheMail.java | 754a2b61213d1aaeb150b5dab28a314faff3ea3f | [] | no_license | KuuHakuBlank/DerekBanasTutorials | 1ce99226bdff92aee8016f80b9c369437ff835cd | 4ba3b1c974b008cf8bab510536e0df2dacdc0bc2 | refs/heads/master | 2021-09-01T02:07:08.014781 | 2017-12-24T10:07:56 | 2017-12-24T10:07:56 | 115,253,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 837 | java | // You can use the Runnable interface instead of
// wasting your 1 class extension.
public class GetTheMail implements Runnable {
// Stores the number of seconds before the code
// will be executed
private int startTime;
// Constructor that sets the wait time for each
// new Thread
public Get... | [
"jedispartin@gmail.com"
] | jedispartin@gmail.com |
4054dc5896c7563ab4bf9618e66b6e6abfdfa9fe | bb63dce30d42a67826a50335ed5ca662b7ff958c | /galleon-plugins/src/main/java/org/wildfly/galleon/plugin/ThinModuleTemplateProcessor.java | ae93cd5a44dc68815fba3ab6ae96268dc870d3da | [
"Apache-2.0"
] | permissive | rhusar/galleon-plugins | 863f113684b403aca69d8a931a1e198032883473 | b08d99afae17205be828f7b38de0406eed0525e3 | refs/heads/main | 2022-07-24T04:45:28.730171 | 2022-06-24T10:23:31 | 2022-06-24T10:23:31 | 135,279,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | /*
* Copyright 2016-2021 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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://ww... | [
"jdenise@redhat.com"
] | jdenise@redhat.com |
7762a49839bfad0d0375c7e238b4dc432d6ebf7b | d2b88ae5011d6d27094268db84d78413dad73610 | /Goldman_6/src/ru/javabegin/training/goldman/objects/maps/FSGameMap.java | c0df6829b6da4a049b276161c2ab1974527cbd3f | [] | no_license | Antonppavlov/GoldManAll | 25d91fc45584d8618ff7a3aebcd31df60e224c73 | 77c2cff0ec146607206ea41a4d6f4eaa1f4b1472 | refs/heads/master | 2021-01-09T20:47:47.973301 | 2016-08-11T23:52:42 | 2016-08-11T23:52:42 | 64,775,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,138 | java | package ru.javabegin.training.goldman.objects.maps;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import ru.javabegin.training.goldman.abstracts.AbstractGameMap;
import ru.javabegin.training.go... | [
"ap_pavlov@bingo-boom.ru"
] | ap_pavlov@bingo-boom.ru |
1b03d25c9c5685e0280155ceeeec4ce645f98b3d | acf06fa2bd4eaf0cd98a1bd074361886d27ea425 | /vlc-android/src/vlcUI/SqliteDAO.java | 86d229d2667e6b1472b85f5b3a57741db90d53a4 | [] | no_license | blackdotroot/h264player_basedonVLC | 889e320a3016751267b1651d2898107b57c2d0f8 | bccc1d351f8bf46f90e462f2e46ffa6d21e2594a | refs/heads/master | 2020-02-26T17:08:54.579536 | 2016-10-22T18:10:44 | 2016-10-22T18:10:44 | 71,654,902 | 2 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,832 | java | package vlcUI;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
public class SqliteDAO {
private SqliteHandler SqliteHandler;
public SqliteDAO(Context context) {
this.SqliteHandler = new ... | [
"AllenSunRoot@163.com"
] | AllenSunRoot@163.com |
da57ea166be574080ced6e3127eb6b72d9b4b100 | b30692933a8e560bd7ad299f2d1433c8effd2e5c | /org.drury.mo631/src-gen/org/drury/mo631/project/impl/EditTextImpl.java | fdfdd371e4393b85075a12bc9b2e11d41988077a | [] | no_license | carlosdanieldrury/mo631Project | cc59e06997a779a8dbeafd2a4ffac1d6efe50fcd | dd6c874e45dd2a45f793625fdf931fc86e23cd1d | refs/heads/master | 2020-09-22T05:34:30.174981 | 2019-12-01T00:56:14 | 2019-12-01T00:56:14 | 225,068,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | /**
*/
package org.drury.mo631.project.impl;
import org.drury.mo631.project.EditText;
import org.drury.mo631.project.projectPackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Edit Text</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/... | [
"carlosdaniel.drury@ifood.com.br"
] | carlosdaniel.drury@ifood.com.br |
e3a70ee1e710a3ba543603101cd730358c2f4b03 | ec197039589b600408a9aaf560bedec45674d47d | /Task2_2.java | 5a76c4185ef9ccc6fe5cf54862e561393faad215 | [] | no_license | ZakharovKyrylo/home2 | 94df6748fbe4db3050522e8b70f86653dbd80660 | dba342d62346b4450565727ab7db4275a861e984 | refs/heads/master | 2020-04-06T06:59:15.221108 | 2015-08-06T09:08:25 | 2015-08-06T09:08:25 | 39,070,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package org.sourceit.zakharov.home02;
public class Task2_2 {
public static void main(String[] args) {
ToDec toDec=new ToDec();
String num2_1="111000111";
String num2_2="100011011";
System.out.println(ToDec.toDec(num2_1));
System.out.println(ToDec.toDec(num2_2));
}
}
... | [
"zakharovkyrylo@gmail.com"
] | zakharovkyrylo@gmail.com |
cd0bc5d4ce031d9f4819dc9872dbe66a15cbbba6 | a866b7d5b917a65a2d01f5b6f9f958d73ece8a70 | /src/Day04_Variables/Variable_Practice.java | 34f38a25e59ea77b80de7d1fcbc38f7783f21bf2 | [] | no_license | OksanaGood/Summer2020_B20 | d716d1a3113c901ec2c1318b8e78f4471854f380 | 1497c2a3e271606e0be7a53456c3b38402ba7d55 | refs/heads/master | 2022-12-13T12:14:42.140967 | 2020-08-25T20:05:56 | 2020-08-25T20:05:56 | 284,592,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package Day04_Variables;
public class Variable_Practice {
public static void main(String[] args) {
byte num1 = 100;
short num2 = 10000;
double num3 = 3.5;
float num4 = 2.5f;
long num5 = 999999999999L;
int num6 = 850000;// why int, its smaller then previous.
... | [
"oksana.shnurkina.76@mail.ru"
] | oksana.shnurkina.76@mail.ru |
df328cd12327573bad4356838402dc1b17706e81 | 0bf6f83f246537ffe661ea7ae0663dd191ebe3ea | /src/main/java/array/MergeTwoSortedLists21.java | 999b9c5b64425a1be852611917e57ad3f9af2bf8 | [] | no_license | fengliejv/leetCode | 3c9da7d7772c8b9c7bd9e6285ac846f93451c225 | 630ac6486774a04e77f1cb77daca72f18a8d862b | refs/heads/master | 2021-06-08T21:37:18.225854 | 2021-05-30T01:19:32 | 2021-05-30T01:19:32 | 101,889,734 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package array;
import math.ListNode;
/**
* Created by fengliejv on 2017/10/17.
*/
public class MergeTwoSortedLists21 {
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
if(l1==null||l2==null){
return l2==null?l1:l2;
}
while (l2!=null&&l2.val<l1.val){
List... | [
"1091892391@qq.com"
] | 1091892391@qq.com |
90138897c24e8703e37b421350b95e625cd62c98 | 4b6d534b678c008718c9d67c0a1feca0a685c076 | /src/c_minimax/TicTacToeSearchResult.java | b67206e80d7885006536373f300dc28be3b45684 | [] | no_license | calvint/SarahNoahCalvinCheckers | e53e1689a4020a8b7ed2dffe96ae97064fc56ded | 0c6db85605de96c752b243da1011afff165b3e2a | refs/heads/master | 2020-05-30T21:33:43.036457 | 2015-05-01T15:32:44 | 2015-05-01T15:32:44 | 34,762,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package c_minimax;
//author: Gary Kalmanovich; rights reserved
class TicTacToeSearchResult implements InterfaceSearchResult {
InterfaceIterator bestMoveSoFar = null;
float bestScoreSoFar = Float.NEGATIVE_INFINITY;
@Override
public InterfaceIterator getBestMoveSoFar() {
... | [
"noah.johnson13@ncf.edu"
] | noah.johnson13@ncf.edu |
4daae2895300d238bb0b0d7b5880a5fafe70e4ad | 73308ecf567af9e5f4ef8d5ff10f5e9a71e81709 | /en62300912/src/main/java/com/example/en62300912/En62300912Application.java | 1053fa6df3e45eb5ae6368bf95b1eaff9a87c408 | [] | no_license | yukihane/stackoverflow-qa | bfaf371e3c61919492e2084ed4c65f33323d7231 | ba5e6a0d51f5ecfa80bb149456adea49de1bf6fb | refs/heads/main | 2023-08-03T06:54:32.086724 | 2023-07-26T20:02:07 | 2023-07-26T20:02:07 | 194,699,870 | 3 | 3 | null | 2023-03-02T23:37:45 | 2019-07-01T15:34:08 | Java | UTF-8 | Java | false | false | 323 | java | package com.example.en62300912;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class En62300912Application {
public static void main(String[] args) {
SpringApplication.run(En62300912Application.class, args);
}
... | [
"yukihane.feather@gmail.com"
] | yukihane.feather@gmail.com |
99763ce3c3d12741586b8963311b52dda0ec2174 | 0ab41db01e72977143b8021fe9720c4afbd6f035 | /dach2008/dachMW/src/ibis/masterworker/Worker.java | b69240d828fcd5feb3cd00325a7d839fdc6826d8 | [] | no_license | JungleComputing/lab | 554c307642518459ac46d2ae49e3b2215d2ee44a | 78c20f8d417f847d9bad72087761c41ed7938677 | refs/heads/master | 2021-08-19T16:11:41.369491 | 2009-03-16T14:02:42 | 2009-03-16T14:02:42 | 112,115,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,375 | java | package ibis.masterworker;
import ibis.dfs.DFSClient;
import ibis.ipl.IbisIdentifier;
import ibis.simpleComm.SimpleCommunication;
import ibis.simpleComm.Upcall;
import java.util.LinkedList;
import java.util.ListIterator;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.log4j.Logger;
public class ... | [
"j.maassen@esciencecenter.nl"
] | j.maassen@esciencecenter.nl |
8502889905baf7f96f44b1f19eefb834936ea8d8 | e124c06aa37b93502a84f8931e1e792539883b9d | /Chess-master/src/chess/grid/Location.java | ec5b6fc6bc88df248c98feb40dc95e435fe50550 | [] | no_license | m-shayanshafi/FactRepositoryProjects | 12d7b65505c1e0a8e0ec3577cf937a1e3d17c417 | 1d45d667b454064107d78213e8cd3ec795827b41 | refs/heads/master | 2020-06-13T12:04:53.891793 | 2016-12-02T11:30:49 | 2016-12-02T11:30:49 | 75,389,381 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,635 | java | /*
* AP(r) Computer Science GridWorld Case Study:
* Copyright(c) 2002-2006 College Entrance Examination Board
* (http://www.collegeboard.com).
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundat... | [
"mshayanshafi@gmail.com"
] | mshayanshafi@gmail.com |
41702505c9f29d617071eef4a599eda343a65251 | a6faa1a4f59a4f5bd25c38fa4ad2652311f4ab73 | /Login/src/Paquete/Administrador.java | 75de23657c4817c1462604195d28dcc7b39ad1bc | [] | no_license | sanlaba08/Hostel | 8b7a2260ef862f9bf5f1a7911cfd3263357d6189 | fc9a55a25df7e7c12db68891e8a5738d0e8f93ec | refs/heads/master | 2022-11-10T15:20:46.797749 | 2020-06-20T23:12:58 | 2020-06-20T23:12:58 | 273,798,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package Paquete;
public class Administrador extends Persona {
private Usuario cuenta;
public Administrador(String nombre, String apellido, String edad, String direccion, String dni, Usuario cuenta,
Administrador administrador) {
super(nombre, apellido, edad, direccion, dni);
this.cuenta = cuenta;
}
@O... | [
"51683556+sanlaba08@users.noreply.github.com"
] | 51683556+sanlaba08@users.noreply.github.com |
c6418a9011679fd9e0e7500c569fd391794e978a | 11bdb955d06ef8705f675941604b819f4eca71a9 | /app/src/main/java/tufer/com/menutest/UIActivity/network/networkfove/EthernetSettings.java | 5b21251825121200437666e7fdf38842b4ed3f16 | [] | no_license | Tuferzzz/TuferTVMenu6.0 | 61c6bdcc983ddd2d9aa83ce264e53581788b3d32 | 51449ca35ab7b74dbc382fadcd0bfc4580c8f2bd | refs/heads/master | 2021-09-01T09:40:04.610558 | 2017-12-26T08:40:53 | 2017-12-26T08:40:53 | 103,482,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,147 | java | package tufer.com.menutest.UIActivity.network.networkfove;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.EthernetManager;
import android.net.IpConfiguration;
import android.net.IpConfiguration.IpAssignment;
import android.net.LinkAdd... | [
"1126179195@qq.com"
] | 1126179195@qq.com |
f8c5a4fc3f6d516b3dbed26bccaa8410969866dd | 498dd2daff74247c83a698135e4fe728de93585a | /clients/google-api-services-artifactregistry/v1beta2/1.31.0/com/google/api/services/artifactregistry/v1beta2/model/Tag.java | 068af2ae410884cffb86c04d55d667a90eb57992 | [
"Apache-2.0"
] | permissive | googleapis/google-api-java-client-services | 0e2d474988d9b692c2404d444c248ea57b1f453d | eb359dd2ad555431c5bc7deaeafca11af08eee43 | refs/heads/main | 2023-08-23T00:17:30.601626 | 2023-08-20T02:16:12 | 2023-08-20T02:16:12 | 147,399,159 | 545 | 390 | Apache-2.0 | 2023-09-14T02:14:14 | 2018-09-04T19:11:33 | null | UTF-8 | Java | false | false | 3,969 | 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 under t... | [
"noreply@github.com"
] | noreply@github.com |
2945b5f38311f0cb256d30d5cdd394703dda25d3 | 3972d195a307179be20e94213bc8edd859a333e1 | /src/main/java/com/hw/springannotation/test/Test_TX.java | 8b01fde85642ea79fb05121a459b9de95ed813d2 | [] | no_license | zoeforever/Spring-Annotation | 5f11ba0eff475bc45c5c224f6599bccdf900328f | e8d662d06d22f16b9cf607cf221b7f9a72ac09a8 | refs/heads/master | 2020-09-29T14:53:48.259582 | 2018-12-17T11:37:18 | 2018-12-17T11:37:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | package com.hw.springannotation.test;
import com.hw.springannotation.tx.TxConfig;
import com.hw.springannotation.tx.UserService;
import org.junit.jupiter.api.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* @Description
* @Author Administrator
* @Date 2018/12/16
*/
pu... | [
"jiao.hongwei@qq.com"
] | jiao.hongwei@qq.com |
9ae3684ac2ca1141b8ea773cafcc51483a87a549 | b60caf384767e6c8ff237c32cfe21ab55ace1797 | /src/client/Client.java | 7e4b6940f5af00f8c179a6f6b5f7fdb313262ebc | [] | no_license | plaistocene/Ceng_344_Term_Project | d81b928fb61076d1069ae028d9211b54ad7a68a4 | 88bec08659e27bf1a877da7a0a49b56429262f23 | refs/heads/master | 2022-10-22T06:16:22.039800 | 2020-05-04T21:00:19 | 2020-05-04T21:00:19 | 261,040,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | package client;
import server.ClientInfo;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
public class Client {
private DatagramSocket socket;
private InetAddress address;
private int port;
private String name;
private boolean running;
public Client(String name, ... | [
"bugra.sln@gmail.com"
] | bugra.sln@gmail.com |
d0b227b13b9a700e291a6993c94da22306402153 | 05ebfa70220c77d2ac272a10eefe0fc17d3f3b82 | /src/main/java/za/ac/cput/project/domain/Invoice.java | dddcc681854c9fb16ce0096bf78dc25e1e71789a | [] | no_license | umkhuru/TP_FinalAssignment | 964ef97019857a868b54a72131d6ff277473b2fa | ade8e1338f3ff56ae803a38ea04dd84b2bccecf9 | refs/heads/master | 2021-01-10T02:01:58.640478 | 2016-01-17T20:39:14 | 2016-01-17T20:39:14 | 44,516,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package za.ac.cput.project.domain;
/**
* Created by student on 2015/10/24.
*/
public class Invoice {
}
| [
"etiramakhutla@hotmail.com"
] | etiramakhutla@hotmail.com |
0d9abc933e6e26fa568db3d1d6565a1a6e202893 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/orientechnologies--orientdb/ddcdca686a983429c5d7760e15c34cf10b796bbc/after/SQLSelectByLinkedPropertyIndexReuseTest.java | 3b49ca3e795d1ee5e266f9dec8a109cdc102809e | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,086 | java | package com.orientechnologies.orient.test.database.auto;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import java.util.Arrays;
import java.util.List;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Paramet... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
229aa18c64cbd5d3b80844d0a806ea5c8a33f447 | 877d3e453e9f5577a9607d4d161f6fb7f629266f | /mstx-gateway/src/main/java/com/mstx/framework/gateway/handler/ServiceFilterHandler.java | bd873a19fbbea17228022bf3cbe97e6524bcbc77 | [] | no_license | Jebel8296/snooker | e4ec9128b642fee24d961c63061c23d63f173cc9 | 8377e6ff18b397760fe0a65cf31c186c5942d078 | refs/heads/master | 2020-03-28T13:35:31.687950 | 2018-09-12T02:33:54 | 2018-09-12T02:33:54 | 148,408,656 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.mstx.framework.gateway.handler;
import com.mstx.framework.gateway.handler.impl.ServiceFilterHandlerImpl;
import io.vertx.codegen.annotations.VertxGen;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.ext.web.RoutingContext;
@VertxGen
public interface ServiceFilterHandler extends H... | [
"kezheng1234@126.com"
] | kezheng1234@126.com |
17938b80fe176882891378f084e03d67861d3133 | da67a550bd2e1cc8e7c3300a743e03cf3b87e7d0 | /app/src/main/java/com/example/acer/exampapers/SemesterTwoComputer.java | 4f3a0256390b23a92bf30bacb10c1ee5e7aab42a | [] | no_license | suhitkoyani/ExamPapers | df9d8c233ac94d8545cc9928495d79cbf130b8bb | 8682835cbd4f214c59327f67d65f81da440008a3 | refs/heads/master | 2023-03-04T15:29:54.340251 | 2021-02-17T10:22:36 | 2021-02-17T10:22:36 | 109,720,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,839 | java | package com.example.acer.exampapers;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
... | [
"suhitkoyani@gmail.com"
] | suhitkoyani@gmail.com |
5d0db6c3d654bad0b96814e07be1850067752f5f | 5b27dae1efe7dcfce9348139aae54cbefb6c736b | /src/main/java/me/porcelli/nio/jgit/impl/op/commands/GetRef.java | 22fafb98d426707411bafa62810e48f454c7bd66 | [
"Apache-2.0"
] | permissive | porcelli/jgit-nio2 | ed63ce527622ef120aa3feba1ee512a0523a5f8c | ba68f5c32a388cf63fbed571f14bc7a85396c0cc | refs/heads/master | 2021-06-25T18:05:58.913277 | 2020-01-20T15:43:11 | 2020-01-20T15:43:11 | 222,013,709 | 0 | 1 | Apache-2.0 | 2021-04-26T19:41:42 | 2019-11-15T22:31:01 | Java | UTF-8 | Java | false | false | 2,137 | java | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | [
"alexandre.porcelli@gmail.com"
] | alexandre.porcelli@gmail.com |
127c715f9578f67ae3e748c0362e824d14a0b7d0 | 18dd2def6db6b02d653a1e2d5fb5ff76964b2dd5 | /Trabalho de Implementação - Cinema/IngressoInteiro.java | 656cb671dc56a704f9851d31f053a50be9da3585 | [] | no_license | EduardaAChagas/LP2 | 2b22c764fc193d53aefc61346f51b82888704a8d | d6d2560bcbffe59a4101b215745ac51502229303 | refs/heads/master | 2021-09-28T16:54:37.182853 | 2021-09-27T19:23:34 | 2021-09-27T19:23:34 | 244,975,351 | 0 | 2 | null | 2020-10-22T01:34:15 | 2020-03-04T18:32:33 | Java | UTF-8 | Java | false | false | 219 | java | package Cinema;
public class IngressoInteiro extends Ingresso(){
private double valor;
private int cadeira;
public class IngressoInteiro(double valor,int cadeira){
super(valor/2,cadeira);
}
}
| [
"eduardamachagas@gmail.com"
] | eduardamachagas@gmail.com |
cdf0142bd93b730549b5fafa56d0ece149e849ac | 57784fb314e024f0a59e7c962733a37ffe81d681 | /gemfire-examples/src/main/java/quickstart/DeltaPropagationServer.java | d4ac81eabdd18ce87bc861cffb09614f0b1aa529 | [
"Apache-2.0",
"LGPL-2.1-only",
"JSON",
"Plexus",
"LicenseRef-scancode-other-permissive",
"MIT",
"Apache-1.1",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | TIBCOSoftware/snappy-store | a5ea4df265acf60697a5dad3c74cc1e12e41381b | d6ef57196127f1e87cc902e1aa20055025590b2d | refs/heads/snappy/master | 2023-09-03T13:29:24.241765 | 2022-06-27T21:24:32 | 2022-06-27T21:24:32 | 48,800,286 | 3 | 4 | Apache-2.0 | 2023-04-16T22:34:56 | 2015-12-30T12:44:56 | Java | UTF-8 | Java | false | false | 2,392 | java | /*
* Copyright (c) 2010-2015 Pivotal Software, Inc. 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
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | [
"swale@snappydata.io"
] | swale@snappydata.io |
c11164d79cd5cde2259e023312241246644b6f4c | b3f0cb9a7b7c3f691862c9021e3053c5691f677a | /src/entities/BusinessAccount.java | 162628c08326826d048b0e814203cca714f2173c | [] | no_license | paulokiki/Upcasting_Dawncasting | 0da1b46b94e1c64d7a015ca0799e761d716a8275 | ef98ca1435b88d939c79fdda20c796bcf1a3ee5f | refs/heads/master | 2020-06-16T00:53:24.041711 | 2019-07-05T16:57:23 | 2019-07-05T16:57:23 | 195,436,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package entities;
public class BusinessAccount extends Account {
private double loanLimit;
public BusinessAccount() {
super();
}
public BusinessAccount(double loanLimit, Integer number, String holder, Double balance) {
super(number, holder, balance);
this.loanLimit = loanLimi... | [
"vieiralinspaulo@gmail.com"
] | vieiralinspaulo@gmail.com |
87e05fc0f83acffb4a91d33e6ca6f0b869f0f4a4 | 5c32e054005c593f78ef8e60aaff9b8da49b43fb | /Proyecto_Empresa/Tercer Entrega/PagWebEmpresa/src/java/Controlador/DAO/ProductosDAO.java | 96ae38479226c3367ec379461dd96930a64a1f76 | [] | no_license | santiagoRojas/FIS | 7101fa7504fb85413ccea52a228be00d25de8fcc | 5e94f261488d142e0762d86b6ca1f02ba9a81dae | refs/heads/master | 2021-07-07T04:26:13.931902 | 2019-03-06T21:58:38 | 2019-03-06T21:58:38 | 145,930,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,271 | 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 Controlador.DAO;
import Controlador.Conexion.Conexion;
import Mundo.Producto;
import java.io.InputStream;
import jav... | [
"noreply@github.com"
] | noreply@github.com |
fe22c60f503be23ab558fa3be86939efd4c37874 | 51779adf522c5599119be0057764123f8f5268d8 | /jimfs/src/test/java/com/google/common/jimfs/RegularFileTest.java | 837d7a126a9b501bb1774937662c00a58cbdcfe4 | [
"Apache-2.0"
] | permissive | tixo/jimfs | 88441e16d48bb11a9adc3e8b2361c002aee06df5 | 2a215404d2f222c0c361426908e8bd4c466c4646 | refs/heads/master | 2021-01-15T12:55:05.437321 | 2015-04-22T22:19:32 | 2015-04-23T03:11:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,009 | java | /*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"cgdecker@google.com"
] | cgdecker@google.com |
3bc2442261eef69e47f0a411d369a3b162f38b64 | adc238ed73e97eb197ac26b8d7994e4062c676ca | /CollectionsSessions/src/HackerRank/Sorting/BubbleSort.java | c2538fe44b9c8468ed1207fb0ada7093ee5645e1 | [] | no_license | Bhavyasri-1395/MyFirstCommitInGitHub | 8d6734541410e2392d32243ffb493d787096259e | 8b1b0e13c847d43ceb06bb367775dfca30b5cb07 | refs/heads/master | 2022-12-28T16:18:00.098197 | 2019-06-29T07:28:00 | 2019-06-29T07:28:00 | 194,374,934 | 0 | 0 | null | 2022-12-16T01:53:45 | 2019-06-29T06:57:32 | Java | UTF-8 | Java | false | false | 763 | java | package HackerRank.Sorting;
import java.util.Scanner;
public class BubbleSort {
// Complete the countSwaps function below.
static void countSwaps(int[] a) {
int numberOfExchanges = 0;
for(int i=1;i<a.length;i++) {
int check = 0;
for(int j = 0;j<a.length-i;j++) {
if(a[j]>a[j+1]) {
in... | [
"bhavyasri koora@bhavyasri"
] | bhavyasri koora@bhavyasri |
eb678b9c67be426154f1e36f8a17f7e012f435c2 | 3da92102512bbeed7449a269030fd1956ca0163b | /app/src/main/java/com/example/timz/belajarlist/MainActivity.java | f7e68a6622980e483195f06b7975bd03e6fce74b | [] | no_license | asidosibuea/BelajarList | 9d86cf9cb77dac66c51a4c36292e764ae1b5c139 | 033d92b89b1e270a7b5b8ae4ab3381da17caa722 | refs/heads/master | 2021-08-14T16:32:05.173783 | 2017-11-16T06:58:59 | 2017-11-16T06:58:59 | 110,935,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,639 | java | package com.example.timz.belajarlist;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import a... | [
"sibuea.asido@gmail.com"
] | sibuea.asido@gmail.com |
1a4925cb55d1ac58bc2f4bcf9a2fec86ae09cfbc | 81b0bb3cfb2e9501f53451e7f03ec072ee2b0e13 | /src/me/lyft/android/services/DriverShortcutService.java | ead66037e98ff3f2d8087746d96a433fedc1fb9c | [] | no_license | reverseengineeringer/me.lyft.android | 48bb85e8693ce4dab50185424d2ec51debf5c243 | 8c26caeeb54ffbde0711d3ce8b187480d84968ef | refs/heads/master | 2021-01-19T02:32:03.752176 | 2016-07-19T16:30:00 | 2016-07-19T16:30:00 | 63,710,356 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,964 | java | package me.lyft.android.services;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Resources;
import android.os.Binder;
import android.os.IBinder;
import android.view.LayoutInflater;
import android.view.MotionEven... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
ba4e8beb1583e994fbc726c54bb492b13cd86e46 | a2882bf846726b4b36193afad8566f1af4807893 | /app/src/main/java/com/tubes/sandangin/CameraOperation.java | 0cf66631d1618b330602f3969e21c2a4c59d1764 | [] | no_license | simositus/PBP_UTS_B_KelK | 480547aa3fbe7ee03b7804d4642d42e47d3e5c3b | f92be12989c432eba5cfeb5c0425ad4aaeca9427 | refs/heads/master | 2022-12-28T12:11:08.094774 | 2020-10-12T14:58:42 | 2020-10-12T14:58:42 | 303,425,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,069 | java | package com.tubes.sandangin;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventList... | [
"timotiust9@gmail.com"
] | timotiust9@gmail.com |
a368f6badfdb87647d975e41c8216fb9a414d445 | 9ef8a81c8c9bfedb0169293eff241a8a4e51207f | /java/Thread/T2.java | 98985896c9d494f2eebd4e7faf273ba19d1305a7 | [] | no_license | raghvendru/MY-PROGRAMS | 5b20938c22a491fa67dd5b5bc27b57f448f03095 | e9562311187b5f031f2a44569cf40b4523fb704f | refs/heads/master | 2023-06-25T12:38:47.715653 | 2021-07-25T12:09:29 | 2021-07-25T12:09:29 | 389,329,098 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | import java.lang.Thread;
public class T2 extends Thread {
public void run() {
System.out.println("In thread class T2");
for (int i = 1 ; i < 5 ; i++) {
System.out.println("t2 i is " + i);
}
System.out.println("Exit T2");
}
}
| [
"raghavendruppar@gmail.com"
] | raghavendruppar@gmail.com |
ec2c240f039cbd92fdcd831dfb6881131b818da5 | 2ab596ab4fa057a143deeac5e38215ee2d70dc0d | /src/main/java/ru/jakimenko/tool/task/RabbitTask.java | 61779df88b314f1fc8c941b41940a6d78ce9dfc5 | [] | no_license | konstantin-yakimenko/rabbit-test-utils | 9cf759e5d46af3213959d0389329495b9ff9f004 | e8c88e363218c0e2ee2eb718885b097668a4d2ba | refs/heads/master | 2021-01-11T15:21:12.461843 | 2017-01-29T10:41:13 | 2017-01-29T10:41:13 | 80,340,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,694 | java | package ru.jakimenko.tool.task;
import com.rabbitmq.client.AMQP.Queue.DeclareOk;
import com.rabbitmq.client.Channel;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
/**
*
* @author kyyakime
*/
public class RabbitTask ex... | [
"jakimenko.k@gmail.com"
] | jakimenko.k@gmail.com |
ecde972aaee28a607089d4be08d61911e10c6119 | bc5e147708d3961b09458cc3d3cc0916c3d9fb2d | /src/moduls/gestioUsuaris/model/bll/GUBLL.java | a0bda25640d96a433a87168fbd7def581f766a82 | [] | no_license | vicentlozada/programacio | c5648d7af0a0ad5b5e8e2d8c6cac33c93b6372b6 | 77e584e3ac62814de3aea2cc94c53f1bc243be50 | refs/heads/master | 2021-01-02T08:47:06.625549 | 2015-06-04T17:57:37 | 2015-06-04T17:57:37 | 35,835,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,999 | 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 moduls.gestioUsuaris.model.bll;
import classes.Connexio;
import java.sql.Connection;
import llibreries.Encriptar;
im... | [
"vicentlozada@gmail.com"
] | vicentlozada@gmail.com |
fecae7181afd734e24187fc77d545ac0813103ae | a5d01febfd8d45a61f815b6f5ed447e25fad4959 | /Source Code/5.5.1/sources/com/google/android/gms/analytics/zzd.java | df2b94aa6d87967ef9279650ce5ed34867daafd0 | [] | no_license | kkagill/Decompiler-IQ-Option | 7fe5911f90ed2490687f5d216cb2940f07b57194 | c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6 | refs/heads/master | 2020-09-14T20:44:49.115289 | 2019-11-04T06:58:55 | 2019-11-04T06:58:55 | 223,236,327 | 1 | 0 | null | 2019-11-21T18:17:17 | 2019-11-21T18:17:16 | null | UTF-8 | Java | false | false | 1,611 | java | package com.google.android.gms.analytics;
import android.support.v4.app.NotificationCompat;
import com.google.android.gms.common.internal.Hide;
import com.google.android.gms.internal.zzatc;
@Hide
public final class zzd {
public static String zzai(int i) {
return zzc("&cd", i);
}
public static Str... | [
"yihsun1992@gmail.com"
] | yihsun1992@gmail.com |
63693072fe5802ee689b014a58029d8de4bb60f8 | dc614b1b35a67fdb3f6daaa72e7c41c7bca52245 | /app/src/main/java/com/sunc/view/TouchIndicator.java | 088132e5c9879304e719dc62023c8ceefb655c09 | [] | no_license | wukongGit/lovecar | d9289dd9979a5402198ae76c508d1a21f4a5467d | 959136c0492ff8de52d3fde88438093fe43a7067 | refs/heads/master | 2021-09-05T21:40:17.442979 | 2018-01-31T06:29:28 | 2018-01-31T06:29:28 | 116,206,051 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 866 | java | package com.sunc.view;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
/**
* Created by Administrator on 2017/9/23.
*/
public class TouchIndicator extends View {
TouchIndicatorListener mTou... | [
"sunchenggx@163.com"
] | sunchenggx@163.com |
e6af15e01bd3582f55ece49faa328a91fc80c38f | edf3bb1d980b0ae983cdae5156a4ab6ca8918f18 | /app/src/main/java/com/sonymobile/dronecontrol/utils/Notifier.java | 872e08cd1ee3b345590b21b474c6d365323f47f0 | [
"BSD-3-Clause"
] | permissive | sonyxperiadev/DroneControl | 2c0fbb17d6f390084fa2de094141d8a68f096af9 | f447d712d32ad2a492dc10dbb8684bccd8779a95 | refs/heads/master | 2020-04-09T16:26:19.448382 | 2015-08-31T04:31:40 | 2015-09-02T11:55:52 | 41,371,349 | 9 | 6 | null | null | null | null | UTF-8 | Java | false | false | 2,818 | java | /*
* Copyright (C) 2015 Sony Mobile Communications Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,... | [
"sylviojalves@gmail.com"
] | sylviojalves@gmail.com |
034e857df3f33b5e74ed75272c90336684af2f0e | ca7a8d435c5e169edad8a707ff7bccf7d6f68928 | /src/classes/BarraDeProgresso.java | e6c3d293caf6106488c27538eccdeb499042a0e4 | [] | no_license | cafeamerica/CafeAmerica3 | bef342e7c0acd940b874e578e065aef747cf24a1 | 068e0ffe1ee57696f2db25ab932d1a2af7f695a1 | refs/heads/master | 2016-09-01T20:11:40.942636 | 2014-12-12T16:56:00 | 2014-12-12T16:56:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | 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 classes;
import javax.swing.JProgressBar;
/**
*
* @author Rafael
*/
public class BarraDeProgresso implement... | [
""
] | |
2b6baf4848ad1f9682e24eb61cc0469ffe73cdbf | 34ee973e1747402742b2678d2f665cfb256f930a | /src/Mercury/Controllers/Controller.java | 3db1398fe046adc564e8b31c8e2d2f4bae8afd24 | [] | no_license | rphlmnbt/mercury-app | bfc75fe43b1b8f0d3d3409d4bf472e7a46a3c360 | 7733015acf7d78314155899a045763d34586e8e8 | refs/heads/master | 2022-12-13T16:36:46.631333 | 2020-09-09T05:50:52 | 2020-09-09T05:50:52 | 294,015,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,884 | java | package Mercury.Controllers;
import Mercury.Model.User;
import Mercury.Services.UserServices;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.... | [
"rphlmnbt@gmail.com"
] | rphlmnbt@gmail.com |
a438bf323860549480d9684af2562bfb1e435704 | 109966ece075c80fe84bb3bc87a5fec04b7651e1 | /src/test/java/com/jerolba/bikey/IntKeyMapTest.java | 549aeea6ebe046c6b62adbb40617363ea68c3b7f | [
"Apache-2.0"
] | permissive | jerolba/bikey | 58aa366dabc54a45163bda93272d4facf891a0ca | 2fe78dc28add5a2272afd34b548a9e8224556029 | refs/heads/master | 2021-06-10T12:34:37.083457 | 2019-06-22T19:28:21 | 2019-06-22T19:28:21 | 182,254,896 | 15 | 0 | Apache-2.0 | 2021-05-17T04:25:27 | 2019-04-19T11:32:23 | Java | UTF-8 | Java | false | false | 23,411 | java | /**
* Copyright 2019 Jerónimo López Bezanilla
*
* 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 ... | [
"jerolba@gmail.com"
] | jerolba@gmail.com |
9bcfe505a39c579d8056b06f0355f1d818eaf2a8 | b63ea40490cf3982de743ce278fca5b7d88e2015 | /spring-core/src/test/java/org/springframework/core/codec/AbstractDecoderTestCase.java | 613cabfdd0e10d40691eb3c5edbc8be6b6faf8c3 | [
"Apache-2.0"
] | permissive | standByMe68/spring | ef71ad7d3210e3bfeb9b428eec9581794a2809f6 | 89bc8d08ce3946ebfadf0c9606aea100c6bb0743 | refs/heads/master | 2022-12-30T09:27:16.091089 | 2020-10-21T07:06:09 | 2020-10-21T07:06:09 | 304,566,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,831 | java | /*
* Copyright 2002-2019 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... | [
"jianchengfeng@haocang.com"
] | jianchengfeng@haocang.com |
b2217f71e902e5163ca8f590085d000b02f49b08 | 622259e01d8555d552ddeba045fafe6624d80312 | /edu.harvard.i2b2.eclipse.plugins.query/gensrc/edu/harvard/i2b2/common/datavo/pdo/ObservationSet.java | 30030a0a7304246c3821e5719785c063006ec686 | [] | no_license | kmullins/i2b2-workbench-old | 93c8e7a3ec7fc70b68c4ce0ae9f2f2c5101f5774 | 8144b0b62924fa8a0e4076bf9672033bdff3b1ff | refs/heads/master | 2021-05-30T01:06:11.258874 | 2015-11-05T18:00:58 | 2015-11-05T18:00:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.2-b01-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.07.2... | [
"Janice@phs000774.partners.org"
] | Janice@phs000774.partners.org |
8e09877125bae6cc4a417428bea1c771fac050d3 | 8fe2412bd6cc304cf36a508a0a0eda595d548301 | /app/src/main/java/com/shosen/max/presenter/ContributionPresenter.java | b77788986778332f91b3d9ffb360e315ca1129a7 | [] | no_license | champion311/fork | 1508d793b8f73d3d786a3034e39514237aae68b1 | d9688ae2ec24a37d6e1f8a866ed70ae3eb9af4ff | refs/heads/master | 2020-04-15T21:29:38.479797 | 2019-01-10T11:28:40 | 2019-01-10T11:28:40 | 165,034,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.shosen.max.presenter;
import com.shosen.max.api.ApiService;
import com.shosen.max.base.RxPresenter;
import com.shosen.max.constant.TimeConstants;
import com.shosen.max.network.RetrofitClient;
import com.shosen.max.presenter.contract.ContributeContract;
import com.shosen.max.utils.RxUtils;
import io.reacti... | [
"champion_311@qq.com"
] | champion_311@qq.com |
d4e8afff6d8f68d93dbb25d3b0dd8db4199199b9 | 5cf8a69987b7a3f6688038df795b3b1b0cd9bec4 | /src/test/java/org/jmeterplugins/repository/PluginTest.java | 6d5d11f35a8755e76dbab4b12bd9d210c0dc219f | [
"Apache-2.0"
] | permissive | ptrd/jmeter-plugins-manager | b65d8783ee1a4db0ffa4ddcc3aa10ee394373787 | 2464f2a1e461ca7a6cead7e5f15222023aa106d6 | refs/heads/master | 2021-01-19T19:39:45.291838 | 2017-04-16T18:23:52 | 2017-04-16T18:23:52 | 88,434,066 | 0 | 0 | null | 2017-04-16T18:24:28 | 2017-04-16T18:24:27 | null | UTF-8 | Java | false | false | 3,412 | java | package org.jmeterplugins.repository;
import net.sf.json.JSONObject;
import net.sf.json.JsonConfig;
import org.apache.jmeter.engine.JMeterEngine;
import org.junit.Test;
import java.util.HashSet;
import static org.junit.Assert.*;
public class PluginTest {
@Test
public void testVerFromPath() throws Exception ... | [
"apc4@ya.ru"
] | apc4@ya.ru |
da29b01318fef4fae2f0967dbfb02979ea908404 | 5a817aa233704ca8286307116ce764948c212584 | /app-starter/app-starter-rest/src/main/java/com/brlouk/starter/rest/MonitoringService.java | fc277d2dc5476c11bbe7106221cf21e3424c81d0 | [] | no_license | brlouk/app-starter | 92d00f546f2ea610ff595a79dcd9a24a5559fe0b | a123e1063e95ed447897f60a97acc0e64e66dc5f | refs/heads/master | 2021-01-20T17:23:47.265646 | 2016-06-04T23:11:37 | 2016-06-04T23:11:37 | 60,433,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.brlouk.starter.rest;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.springframework.http.ResponseEntity;
@Path("/monitoring")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APP... | [
"loukil.brahim@gmail.com"
] | loukil.brahim@gmail.com |
3648b058c13efea976de44c5693f8c060c6cd934 | dbbd9d0e333649b68acf388ba9ff57a6946eb210 | /service/src/main/java/io/redkite/music/analyzer/controller/filters/BaseFilter.java | 4b79dbd70a6ab98bd4c217920bd7c95d661b3646 | [] | no_license | Kirill380/MusicAnalyzer | 55f23d86dcf5afebdef1358e22f7ee8bd6f8639f | 1914b6877870b67f5e67f630114a55ad2f1bee28 | refs/heads/master | 2021-08-22T18:07:54.875925 | 2017-11-30T22:02:00 | 2017-11-30T22:02:00 | 105,506,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package io.redkite.music.analyzer.controller.filters;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
p... | [
"kliubun@kaaiot.io"
] | kliubun@kaaiot.io |
280670cc99d7b0b17f660e34042a93554b41e93e | 003a9020ff53127939694ab148d4005ef69fb0ab | /sandbox/src/main/java/ru/stqa/pft/sandbox/Square.java | 2a437ba6a9d544e1621d71b284272c39f735cfef | [
"Apache-2.0"
] | permissive | tmarmuzevich/java_for_testers | 0cfbc98b5662aaed85fad9fc2380b2fecb7023ea | f528c15452be69e2f9ef14a3f0cabaf2c521dd39 | refs/heads/master | 2020-03-25T07:16:49.061461 | 2018-10-16T14:52:10 | 2018-10-16T14:52:10 | 143,551,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package ru.stqa.pft.sandbox;
public class Square {
public double l;
public Square (double l) {
this.l=l;
}
public double area() {
return this.l *this.l;
}
}
| [
"42098155+tmarmuzevich@users.noreply.github.com"
] | 42098155+tmarmuzevich@users.noreply.github.com |
c1fddf62706b2a9c63cdb21b40bce6fa3023ce34 | 932e22c8935578e2da9d2c9ee39a2993a98a2bc0 | /nuxeo-runtime/nuxeo-stream/src/main/java/org/nuxeo/lib/stream/computation/Settings.java | a09919952ffdbbd64f9422759b6255377cfeb25e | [
"Apache-2.0"
] | permissive | JamesLinus/nuxeo | 5a37d67ddbc956033a8d894e570fdc7cc96ea009 | b096d664dafb4006bbacf8b7b2d9649478ea8f63 | refs/heads/master | 2021-07-24T10:59:10.755413 | 2017-11-04T16:10:38 | 2017-11-05T00:39:12 | 109,601,735 | 1 | 1 | null | 2017-11-05T17:46:03 | 2017-11-05T17:46:02 | null | UTF-8 | Java | false | false | 2,101 | java | /*
* (C) Copyright 2017 Nuxeo SA (http://nuxeo.com/) and others.
*
* 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 require... | [
"bdelbosc@nuxeo.com"
] | bdelbosc@nuxeo.com |
4b1abf4bf2effc06fd5d6a1f3dc67356320c4c59 | 6ade30e92747d9df3b3a75183f9b1bb451e60fc2 | /src/com/scxh/java/ex023/io/file/reader/FileBufferWriterDemo.java | 27bc6d81e7be2fd4f61493eaa469a46b11b0cc78 | [] | no_license | yihu0817/Java_oneclass | 1a4d048291c8a0ed1a572e2d5a911389627ba3a8 | 991cab6695bfb2cc48a16432d4239d9f7f50b449 | refs/heads/master | 2020-12-24T16:34:36.150379 | 2016-04-18T03:02:21 | 2016-04-18T03:02:21 | 35,150,008 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 961 | java | package com.scxh.java.ex023.io.file.reader;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
public class FileBufferWriterDemo {
/**
* @param args
*/
public static void main(String[] args) {
BufferedWriter bufWriter = null;
try {
String str1 = "1.任何容器类,都必须有某种方式可以将东西... | [
"2915858910@qq.com"
] | 2915858910@qq.com |
d0431682367646bc1e513e3789fbec31c7b80363 | c18be07ec556585747ae52f1769313a020060dc2 | /src/test/java/data/Environment.java | 5f32e596a82393393b20f0fa8071711431726ebd | [] | no_license | dengsw0227/interface_auto_test | a52c8853fee31977629de418f9748bd4dc81b314 | 0f5838f785c6a48b66270cc5e799e0fc2857192b | refs/heads/master | 2023-07-18T21:11:42.119897 | 2021-09-10T07:20:16 | 2021-09-10T07:20:16 | 404,694,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package data;
import java.util.HashMap;
import java.util.Map;
/**
* 环境变量
* @author balala
* @data 2021/8/25
**/
public class Environment {
// public static String token;
// public static int memberid;
//用Map作为环境变量,而不是具体的变量,
// 因为Map可以存很多键值对,用的时候取出来即可
public static Map<String,Object> envData = ne... | [
"735120730@qq.com"
] | 735120730@qq.com |
64e06bf1aa3c3eb3450b017cc2e4944777aee14a | aa41ce2f2de77370b8d55cd1fb9d5dfa9ce352d4 | /maven-plugin/src/main/java/io/quarkus/bom/decomposer/maven/MojoMessageWriter.java | 241129016247c77b01c0ab54d63e322a02d20312 | [
"Apache-2.0"
] | permissive | gsmet/quarkus-platform-bom-generator | 35a017c2cb07c4125d040e39d175328d083b4aaf | 4ecb78ca26ecd86d0c16e9162f69e5970970a342 | refs/heads/master | 2023-07-14T13:30:10.224553 | 2020-12-05T07:41:01 | 2020-12-05T07:41:01 | 318,777,610 | 0 | 0 | Apache-2.0 | 2020-12-05T12:02:39 | 2020-12-05T12:02:39 | null | UTF-8 | Java | false | false | 892 | java | package io.quarkus.bom.decomposer.maven;
import io.quarkus.bom.decomposer.MessageWriter;
import java.util.Objects;
import org.apache.maven.plugin.logging.Log;
public class MojoMessageWriter implements MessageWriter {
private final Log log;
public MojoMessageWriter(Log log) {
this.log = Objects.requi... | [
"olubyans@redhat.com"
] | olubyans@redhat.com |
c6d113a3f736adf235bf6de1d1513815481ef70f | 70cbaeb10970c6996b80a3e908258f240cbf1b99 | /WiFi万能钥匙dex1-dex2jar.jar.src/com/alibaba/fastjson/parser/deserializer/StringFieldDeserializer.java | 0ecbc79534d91dcc38ef69a1cd9ea9b8b6ddb11c | [] | no_license | nwpu043814/wifimaster4.2.02 | eabd02f529a259ca3b5b63fe68c081974393e3dd | ef4ce18574fd7b1e4dafa59318df9d8748c87d37 | refs/heads/master | 2021-08-28T11:11:12.320794 | 2017-12-12T03:01:54 | 2017-12-12T03:01:54 | 113,553,417 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.alibaba.fastjson.parser.deserializer;
import com.alibaba.fastjson.parser.DefaultJSONParser;
import com.alibaba.fastjson.parser.JSONLexer;
import com.alibaba.fastjson.parser.ParserConfig;
import com.alibaba.fastjson.util.FieldInfo;
import java.lang.reflect.Type;
import java.util.Map;
public class StringFie... | [
"lianh@jumei.com"
] | lianh@jumei.com |
f78ea4d98c79fb5ad11ec2731cd774e0297c38f3 | cb6bd697560d94c200fcf4de8db888208134972f | /cs2420 project8/src/FlowGraph.java | 4eef1a9a673ce6c7964cf32bc2e3c54b67793f2d | [] | no_license | 19sblanco/cs3-projects | 493e81078c43b99bb4004edae59df4b6e9669d05 | 937d7fec13a73345326d2d5775e71f58ac834f76 | refs/heads/main | 2023-01-30T17:56:18.844898 | 2020-12-08T07:31:32 | 2020-12-08T07:31:32 | 319,560,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,783 | java | import java.io.File;
import java.util.Iterator;
import java.util.Scanner;
public class FlowGraph {
int vertexCt; // Number of vertices in the graph.
GraphNode[] G; // Adjacency list for graph.
String graphName; //The file from which the graph was created.
int maxFlowFromSource;
int maxFlowIntoSi... | [
"73669114+19sblanco@users.noreply.github.com"
] | 73669114+19sblanco@users.noreply.github.com |
595aaa4460c45e62e2b754056e506b7a71501ca4 | 0b75dfbdd449c68c2e215b1c12fcf7445320a53c | /src/main/java/com/tuo/gitproject/util/result/PromptMsg.java | fb1bf7f740dbab42570567348d408079f2bb8341 | [] | no_license | tuo123/gitproject | 3a7dfea963ce201d6edce7dba3a3cb492f6fd06d | 89538c956c9a09c91dc6d1a6c67ca6cbde880d01 | refs/heads/master | 2020-05-02T06:04:47.138769 | 2019-03-30T13:52:51 | 2019-03-30T13:52:51 | 177,786,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.tuo.gitproject.util.result;
public class PromptMsg {
// 提示消息
public final static String LOGIN_SUCC = "登陆成功!";
public final static String UNLOGIN_USER = "用户未登录!";
public final static String LOGIN_ERROR = "用户不存在或密码错误!";
public final static String OPERATE_SUCC = "操作成功!";
public final static String OPER... | [
"865077142@qq.com"
] | 865077142@qq.com |
b178eceeb16019360b28aa4dc379ad24e9a716af | c1e51495046183a54e6b5333e65acc11a5c5051c | /TrabES/src/swing/action/JConsultarMenuAction.java | 07f6e0d4f064e1f33cd82afcc1c552c9aa45e401 | [] | no_license | gabriacm/massive-nemesis | f477d6f1645acf5649b764e3a25a7386bef7f23a | 025ff300f53e97a3f560dc62ddbbd9073706e316 | refs/heads/master | 2021-01-23T09:27:30.775590 | 2012-12-14T12:57:54 | 2012-12-14T12:57:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package swing.action;
import java.awt.CardLayout;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class JConsultarMenuAction extends AbstractAction {
public static final String CONSULTAR1 = "CONSULTAR1";
private J... | [
"gabriacm@mail.com"
] | gabriacm@mail.com |
77049a5d7f9d23c462c995fd66d28840b8833248 | 2e91f8079e3f00d6bd197fc05cb3ec5146319e39 | /src/main/java/com/ctl/springmongoquerydsl/dao/PersonRepository.java | dc5a1e6da016cb585afd30fe6ccaab8e584ea20b | [] | no_license | cesartl/spring-mongo-querydsl | f8bb68c7546aab43a92a41d7ac9cb28f8fa99a22 | 430091967ebe605387c380b4237c51436b82c44c | refs/heads/master | 2020-03-15T06:27:49.355578 | 2018-05-04T13:51:22 | 2018-05-04T13:51:22 | 132,008,133 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.ctl.springmongoquerydsl.dao;
import com.ctl.springmongoquerydsl.model.Person;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
public interface PersonRepository extends MongoRepository<Person, String>, QuerydslPredicate... | [
"cesar.tronlozai@gmail.com"
] | cesar.tronlozai@gmail.com |
e79b12c19172a1980b55098a26fe1139a4a3da1b | ff029c08770594255e7f587246c832edb4d1bb8e | /src/CountDistinctElementWindow.java | 17bc9b15ebed6d2f3f716b806985b6944a59e642 | [] | no_license | kmrsumeet/MustDo150 | c4e9575b0764eb2a1a16ea770c1e2b085e153229 | 79bbc5191977aa3263fd2729c89770f9fe697707 | refs/heads/master | 2020-04-06T14:15:22.184810 | 2018-11-14T10:49:50 | 2018-11-14T10:49:50 | 157,532,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | import java.util.ArrayList;
import java.util.HashMap;
import java.util.Scanner;
public class CountDistinctElementWindow {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
while(t-- > 0){
int n,k;
n = sc.nextInt();
... | [
"Sumeet.kumar@247-inc.com"
] | Sumeet.kumar@247-inc.com |
84de33194bdadd7929f33c14699df68065215f3b | aa0b5c2a531ac0a8cfbcd47ebdcfdfd40013a071 | /jambeth/jambeth-xml/src/main/java/com/koch/ambeth/xml/pending/ArraySetterCommand.java | 7b3c4f42db7b74a2daedd3db802723f344bb8bd9 | [
"Apache-2.0"
] | permissive | vogelb/ambeth | 7efb73444c4451913d4be30966f2af3596230aaa | 4b842b2648b33657018fc3b31c5d5b2f33a7b929 | refs/heads/master | 2020-04-03T06:32:19.433909 | 2017-07-10T20:49:40 | 2017-07-11T08:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | package com.koch.ambeth.xml.pending;
/*-
* #%L
* jambeth-xml
* %%
* Copyright (C) 2017 Koch Softwaredevelopment
* %%
* 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.o... | [
"dennis.koch@bruker.com"
] | dennis.koch@bruker.com |
f103a0df7f70a5dd8b704fadc6c2a74f35c2f716 | 53d7b36188a6b888833d0ebb7fb3f7e105b79af9 | /Project4_2/app/src/test/java/com/cookandroid/project4_2/ExampleUnitTest.java | ca667d59d8f818ea8d089934cd8d8700357f0589 | [] | no_license | gpwi970725/EmbeddedLecture | 6856aa5b12f73cfa22e091f964cd46e4c43aa71a | 8aaf564919f66e2c52343f5c12100b9ed0e9db5a | refs/heads/master | 2020-04-29T21:52:40.565325 | 2019-06-11T04:56:33 | 2019-06-11T04:56:33 | 176,428,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.cookandroid.project4_2;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... | [
"hengzizng@kangwon.ac.kr"
] | hengzizng@kangwon.ac.kr |
588348cb4617ec2bd33756371056d20d94aa45d4 | 806f76edfe3b16b437be3eb81639d1a7b1ced0de | /src/com/huawei/ui/main/stories/nps/interactors/mode/QstnSurveyCommitParam.java | 71b9748cb96b5c86026ca15c7c4bb0bf3d0f261b | [] | no_license | magic-coder/huawei-wear-re | 1bbcabc807e21b2fe8fe9aa9d6402431dfe3fb01 | 935ad32f5348c3d8c8d294ed55a5a2830987da73 | refs/heads/master | 2021-04-15T18:30:54.036851 | 2018-03-22T07:16:50 | 2018-03-22T07:16:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.huawei.ui.main.stories.nps.interactors.mode;
public class QstnSurveyCommitParam {
public static final String answers = "answers";
public static final String appID = "appID";
public static final String deviceName = "deviceName";
public static final String firmware = "firmware";
public st... | [
"lebedev1537@gmail.com"
] | lebedev1537@gmail.com |
74fa3dbbf9def7b817fa184c7528906a25a13f46 | 1d5fb9c487b7421de81fcac257285675453b8874 | /src/main/java/com/stat/store/dao/ReviewAndroidHistoryDAO.java | 990b0a1fd6fffe98010d93ede392e22a461a33ca | [] | no_license | luhonghai/StoreStats | 10a5c860902325478808bd6d935609697af081b1 | e8a38d9abdcdc6412b64f756ee833f57f48811f5 | refs/heads/master | 2021-01-22T12:34:13.981590 | 2015-04-20T10:32:47 | 2015-04-20T10:32:47 | 33,515,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.stat.store.dao;
import com.stat.store.entity.ReviewAndroidHistory;
import javax.ejb.Remote;
import java.util.List;
/**
* Created by longnguyen on 4/18/15.
*/
@Remote
public interface ReviewAndroidHistoryDAO extends IDAO<ReviewAndroidHistory, Integer>{
public List<ReviewAndroidHistory> getByPackageN... | [
"long.nguyen@c-mg.com"
] | long.nguyen@c-mg.com |
9439a2cc0b5d6a499231a0fef9eb96c27917be77 | 36bbde826ff3e123716dce821020cf2a931abf6e | /plugin/core/src/main/gen/com/perl5/lang/perl/psi/impl/PsiPerlPostDerefExprImpl.java | dca5b58ac14605f2519d3c29235071371bfd9df9 | [
"Apache-2.0"
] | permissive | Camelcade/Perl5-IDEA | 0332dd4794aab5ed91126a2c1ecd608f9c801447 | deecc3c4fcdf93b4ff35dd31b4c7045dd7285407 | refs/heads/master | 2023-08-08T07:47:31.489233 | 2023-07-27T05:18:40 | 2023-07-27T06:17:04 | 33,823,684 | 323 | 79 | NOASSERTION | 2023-09-13T04:36:15 | 2015-04-12T16:09:15 | Java | UTF-8 | Java | false | true | 885 | java | // This is a generated file. Not intended for manual editing.
package com.perl5.lang.perl.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.PsiTreeUtil;
impor... | [
"hurricup@gmail.com"
] | hurricup@gmail.com |
10c5932dd401fb17fa7755a87d8fdc18df2f4822 | 7f36eab88af02c91f91561892a5661ad10c0f5fc | /src/main/java/acp/ssb/combobox/CbModelClass.java | 9286624d6dadd4308528950ad9631287a9c59a2a | [] | no_license | sbshab1969/mss04 | 030c662db7dba66d4bb8fa05b8f22d3d83f8d457 | 562e5789687fcb5c30cd0a0a9fbbe8d421889787 | refs/heads/master | 2022-12-04T00:43:31.461205 | 2020-08-10T15:57:33 | 2020-08-10T15:57:33 | 286,512,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,395 | java | package acp.ssb.combobox;
import java.util.ArrayList;
import javax.swing.AbstractListModel;
import javax.swing.ComboBoxModel;
public class CbModelClass extends AbstractListModel<CbClass> implements
ComboBoxModel<CbClass> {
private static final long serialVersionUID = 1L;
private ArrayList<CbClass> anArrayLi... | [
"sbshab1969@gmail.com"
] | sbshab1969@gmail.com |
5a337aeff7495437760d620e9d4234364a287682 | 3a3e6980119806f9897d3492da3e7857c85eb7e7 | /Spring/springcoreaop/src/main/java/com/parth/aopdemo/MainDemoApp.java | d585dfb6f015ba071c7a2e54ce84a811fa8055bb | [] | no_license | parthfloyd/Training | 7255981c53301fdf1ae41a13d16a46ce0203c2ed | 63cdc104464ba05ec2a9cdceb8a9ef63af61bb2b | refs/heads/master | 2023-04-16T01:03:22.292003 | 2023-04-08T02:08:26 | 2023-04-08T02:08:26 | 277,459,438 | 0 | 1 | null | 2023-04-08T02:08:30 | 2020-07-06T06:22:20 | Java | UTF-8 | Java | false | false | 819 | java | package com.parth.aopdemo;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.parth.aopdemo.dao.AccountDAO;
import com.parth.aopdemo.dao.MembershipDAO;
public class MainDemoApp {
public static void main(String[] args) {
//read spring config java class
AnnotationConf... | [
"parth6606@gmail.com"
] | parth6606@gmail.com |
c67ea72a6156200a0c8c395756978c23017a4452 | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE23_Relative_Path_Traversal/CWE23_Relative_Path_Traversal__listen_tcp_14.java | af33faccab0eb706b8e339670b7c86bb77f9faa7 | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,688 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__listen_tcp_14.java
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-14.tmpl.java
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: listen_tcp Read data using a listening tcp connectio... | [
"you@example.com"
] | you@example.com |
cf92f44cb522484eb6625094de14418b2c0c1190 | 2a3e67031266cfa7c09d7075afdc74d0fed594fe | /src/model/dao/dataConnection.java | d75a8124dd4a3b7cf0c8b8228c91b86cbe6662df | [] | no_license | garganish/expenses_project | cc9fd64069658cd9be4d934b1f4819a18aceb03e | 3104629da9c49a5dc9a8f924c0e793e3fa0a09e8 | refs/heads/master | 2020-03-22T20:42:59.084605 | 2018-07-11T20:36:49 | 2018-07-11T20:36:49 | 140,625,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,287 | 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.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLEx... | [
"garganish@outlook.com"
] | garganish@outlook.com |
813c9c8bf7c5e161d037c917e1a765df7ff876ba | f730a5e3d97d0c8a862d0917e493172d12c39267 | /src/Gun61OCASorulari/S71.java | 2434e1761d3d9fe7ac4886423ceb3d5e74d67bc0 | [] | no_license | maolukpinar/JavaKursu | 4c77fef063f61132868ed106ba9a64326f209a42 | 842c6ab1851ab95833965eea0e2a0b5b5e97f8d3 | refs/heads/master | 2023-01-02T14:12:48.785421 | 2020-10-30T20:39:29 | 2020-10-30T20:39:29 | 308,738,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package Gun61OCASorulari;
public class S71 {
public static void main(String[] args) {
int [][] arr = new int [2][4];
arr[0] = new int[]{1,3,5,7};
arr[1] = new int[]{1,3};
for (int[] a: arr ) { // 0.satırı ve 1.satırı
for (int i = 0; i < arr.leng... | [
"maolukpinar@gmail.com"
] | maolukpinar@gmail.com |
85172774c6b3816599e28b3e62e276aaf5b65bbd | ddbf5f19782b1fd96f69bdb23242934d38e2fbd1 | /codigoFonte/ListagemTV/app/src/main/java/br/com/indt/susan/listagemtv/model/bean/Produto.java | d6697f36479ca3355d387ad840cda3347c8cb3a3 | [] | no_license | SusanConde/Avaliacao-Pratica-Susan | 21a9f5f32cfc12b9a5d3a9e286b9e8db4800f223 | 1eee02eb4da905a97e1eb11c9ceb87e270208eb8 | refs/heads/master | 2021-01-23T02:58:51.517805 | 2017-03-27T04:47:08 | 2017-03-27T04:47:08 | 86,036,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package br.com.indt.susan.listagemtv.model.bean;
import java.io.Serializable;
/**
* Created by susan on 23/03/17.
*/
public class Produto implements Serializable {
private Long id;
private String nome;
private double preco;
private String urlFoto;
public Long getId() {
return id;
... | [
"suh.conde@gmail.com"
] | suh.conde@gmail.com |
536d36f37bef4f2749a91b0ae6246b4de8a2860b | 45c3ae4fdd179d6f16f26ee2fd8b75f11c127618 | /src/main/java/edu/javacourse/city/dao/PersonCheckDao.java | f2f9fa8698353d88f18de284f8c4d80b48362c90 | [] | no_license | OschepkovSA/ext-systems-city-register | a24ef4660de7ace1d438474f987070a2c28bde78 | 69802923b3bf30952ffcef43bd81578d79f829c7 | refs/heads/main | 2023-01-08T21:27:10.784726 | 2020-11-13T08:06:07 | 2020-11-13T08:06:07 | 312,511,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,525 | java | package edu.javacourse.city.dao;
import edu.javacourse.city.domain.PersonRequest;
import edu.javacourse.city.domain.PersonResponse;
import edu.javacourse.city.exception.PersonCheckException;
import java.sql.*;
public class PersonCheckDao {
private static final String SQL_REQUEST =
"select temporal from cr_addr... | [
"70422885+OschepkovSA@users.noreply.github.com"
] | 70422885+OschepkovSA@users.noreply.github.com |
6736bdcb4e1a5875d775117aeab30e9fe445e92f | 3a9c2f1151fe814f8c7b47335aaa06b5480f839f | /lib/src/main/java/com/example/lib/LogCollection.java | d69518005e4c837a7e092ef8ae673f8b820fa631 | [] | no_license | lgthunder/image-download-server | eff0fee15e1c790833520a98286ec44eebae344b | ea2026383b53cbedf1b1915214077fdbf4c4ad0f | refs/heads/master | 2022-12-14T09:40:51.243490 | 2020-08-22T05:09:21 | 2020-08-22T05:09:21 | 287,139,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package com.example.lib;
import java.util.concurrent.LinkedBlockingQueue;
public class LogCollection {
static LogCollection INSTANCE = new LogCollection();
private LinkedBlockingQueue<ServerLogData> queue = new LinkedBlockingQueue();
public static LogCollection getInstance() {
return... | [
"lgthundera@gmail.com"
] | lgthundera@gmail.com |
8d735deeebe8d6e4389e3428e70c1e2f1ee972d6 | 6789889233ca24043e82c01728f2d8c5570a58b3 | /src/daoInterfaces/MotivoEntradasInterface.java | 25cf169975250c926cf7113bf0780f2d7d514f97 | [
"Apache-2.0"
] | permissive | dev-alexandre/acal-2000 | fbe58f236440fddcc0cd13ca39a4914998f7dac6 | bc3919695498ad1cb531136aeddeda4654617c26 | refs/heads/master | 2021-02-13T04:59:53.751722 | 2020-03-03T14:55:54 | 2020-03-03T14:55:54 | 244,663,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package daoInterfaces;
import entidades.Motivoentrada;
import java.util.List;
/**
*
* @author netservidor
*/
public interface MotivoEntradasInterface {
public void AdicionarMotivoEntrada (Motivoentrada ... | [
"alexandre.queiroz@solutis.com.br"
] | alexandre.queiroz@solutis.com.br |
0c9bc976c07ec205ee5c0e07951f2d9e08e55214 | 3b481b302b02edf57b816acac9e5ff3b7ec602e2 | /src/aio.java | 5a820849fd9ebfa7bd3a8d048393e65d83a0752b | [] | no_license | reverseengineeringer/com.twitter.android | 53338ae009b2b6aa79551a8273875ec3728eda99 | f834eee04284d773ccfcd05487021200de30bd1e | refs/heads/master | 2021-04-15T04:35:06.232782 | 2016-07-21T03:51:19 | 2016-07-21T03:51:19 | 63,835,046 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | import android.widget.TextView;
import com.twitter.util.object.b;
final class aio
implements b<TextView, aik>
{
public aik a(TextView paramTextView)
{
return new aik(paramTextView);
}
}
/* Location:
* Qualified Name: aio
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
143b229e6b3544f782a704750744065713663a9e | 7375c088b70e816c428034e1cf7936d85d68e91a | /src/main/java/app/party/Party.java | 6b43dc595ef79f3f26587e239afbbebe1fa8a9d3 | [] | no_license | micke239/socialapolitiker-indexer | 6b4b05b951dd4f22ae751f1ec759aadeca466776 | 8065fc21ac42d1d60ba8532848c213ed4e01e06f | refs/heads/master | 2016-09-05T14:13:54.863977 | 2015-08-04T20:59:47 | 2015-08-04T20:59:47 | 33,794,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | package app.party;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import app.politician.Politician;
@Enti... | [
"micke239@gmail.com"
] | micke239@gmail.com |
861fced283ff4d831ab81ee9d1c20cc8b7db45fd | c5abd3ea80712080fd136e812f78d256b86b2472 | /01.project/03.module/01.web/src/com/newswatch/LoginAction.java | 324cb506e49e25ee90bd43c974e7cd9355e2e188 | [] | no_license | GuanXianghui/newswatch | a25ec34eaaf41a2d4516cd3259e9d1b206dbb9de | c48297e118aee8e96ca6e64ff8fa1364e971709d | refs/heads/master | 2020-05-19T09:26:57.720044 | 2015-06-03T09:40:06 | 2015-06-03T09:40:06 | 34,969,407 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,161 | java | package com.newswatch;
import org.apache.commons.lang.StringUtils;
import com.newswatch.dao.UserDao;
import com.newswatch.entities.User;
import com.newswatch.interfaces.UserInterface;
/**
* 管理员登录
*
* @author Gxx
* @module oa
* @datetime 14-5-10 19:20
*/
public class LoginAction extends BaseAction implements Us... | [
"419066357@163.com"
] | 419066357@163.com |
e9d4f16fe5cedb5953af56e3f888b7587f2c405c | 311f3e8d2ba9a82f9083196b7c5dd3e701f76713 | /src/com/bukkit/systexpro/blockpatrol/commands/CommandHandler.java | 88fbbff03af5be44230ea631039828762599edeb | [] | no_license | SystexPro/BlockPatrol | 9938b2daa907977882a137f2a9652de790d68424 | 4ac2bb7b13920aa6b1b3e7c0dc34d4d501e02fd7 | refs/heads/master | 2016-09-05T22:39:21.829254 | 2011-10-14T02:28:44 | 2011-10-14T02:28:44 | 2,550,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,073 | java | /**
* THIS JAVA CLASS WAS TAKEN FROM BIGBROTHER.
* ALL COPYRIGHTS GOES TO THE ORIGINAL OWNER
* AND THE DEV THAT HAS TAKEN OVER THAT PLUGIN.
*/
package com.bukkit.systexpro.blockpatrol.commands;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.bukkit.ChatColor;
im... | [
"christian@tweakuniverse.com"
] | christian@tweakuniverse.com |
67818d0e124db15e1c9c206fc283b89c52686bf7 | f916e79e8d44942bcdb62be568b9d6f4e6ad1c09 | /v-chat/src/main/java/me/linx/vchat/constants/CodeMap.java | 851741dc29bed94671a06b1814b6af06185161c7 | [] | no_license | qinglok/vChat | a80cef6e3f05f14b013e4df73ca3de247d66cd3a | 4e63eac098b2253fa40138a0ab3c7edd45590396 | refs/heads/master | 2020-04-19T21:19:26.569671 | 2019-03-07T09:57:38 | 2019-03-07T09:57:38 | 168,438,379 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package me.linx.vchat.constants;
public enum CodeMap {
Yes(0, ""),
ErrorSys(1, "系统错误"),
ErrorParameter(2, "参数错误"),
ErrorEmailWasUsed(3, "邮箱已被注册"),
ErrorEmailUnUsed(4, "该邮箱尚未注册"),
ErrorPassword(5, "邮箱或密码错误"),
ErrorTokenFailed(6, "请登录后操作"),
ErrorFileEmpty(7, "文件为空"),
ErrorFileU... | [
"32668325@qq.com"
] | 32668325@qq.com |
03dc505af1c6071ae9f88378ccf22643df7c7665 | a623a6773fc66bd314eec78dd67b4986f1174e50 | /shared/src/main/java/com/jyothi/shared/AutowiringRemoteServiceServlet.java | dadf9fb75c105deef8913880af4d3f16252492cb | [] | no_license | kjyothirani/GWTExample1 | 51bfb7591fb649dfba5027e989fd3e06bf703587 | 4c2fd995aff8aeba883cd35104c3dbb195366bb7 | refs/heads/master | 2021-08-28T01:21:23.361289 | 2017-12-11T02:21:35 | 2017-12-11T02:21:35 | 112,736,771 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package com.jyothi.shared;
import javax.servlet.ServletException;
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;
import com.google.gwt.user.server.rpc.... | [
"katajyothi.rani@gmail.com"
] | katajyothi.rani@gmail.com |
f4ec54ccbbd2d5ac79d96d3a09696b36daa91cf0 | 79378de7f97a5be5d0777f55e7a4f267e51cb841 | /java/AULAS/src/lista2exerciciosjava/Exercicio6.java | 9a54ebf10171a34396658e33239a1056d1849578 | [] | no_license | MarlonSilva21/Bootcamp-Generation-turma27 | 6298b3f94701727f9f1fe2e275460aec2681d874 | dd759f88ee759ccab9d69d18839c0bd9638b6373 | refs/heads/main | 2023-07-27T21:36:33.093040 | 2021-09-05T01:21:13 | 2021-09-05T01:21:13 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 591 | java | package lista2exerciciosjava;
import java.util.Locale;
import java.util.Scanner;
public class Exercicio6 {
public static void main(String[] args) {
Locale.setDefault(Locale.US);
Scanner leia = new Scanner(System.in);
int multiplo3 = 0, cont = 0, num;
double media = 0.0;
do {
System.out.print("... | [
"josemarlondasilva48@gmail.com"
] | josemarlondasilva48@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.