blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5f4800dc8f714d05d29cfd025f0e8a913e23285e | 3e22f5bd4deb2a5f7933db4dfa152dd1a9f56552 | /hellospring04/src/main/java/com/douzone/hellospring/controller/GuestbookController.java | 7aa17ded01dad63b71ffdde5e02c73fffaf1e996 | [] | no_license | insung93/spring-practices | 32aed2746bd69f9ae6ab017eeb32b9ecca3a56f4 | 7c28d59ad6956f927cfe2f893c4f1343de78344d | refs/heads/master | 2023-06-01T06:15:02.621763 | 2021-06-22T07:05:27 | 2021-06-22T07:05:27 | 373,020,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.douzone.hellospring.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
/*
*
* RequestMapping
* 클래스(타입) 단독 매핑
*
*/
@Controller
@RequestMapping("/guest... | [
"jis5780@gmail.com"
] | jis5780@gmail.com |
75f31710d5ffe66209129e545a4571624c40457b | 7d9f84b9fb47fa5a88dad15fd26158214264fee7 | /ftc_app-master4.2/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/AutoBeginningsPart9ANNOTATED.java | a5b32a323049816d427aec1a83b4a98d5fb931a1 | [
"BSD-3-Clause"
] | permissive | CAOs-Robotics-14338/2018-19-Rover-Ruckus-Final-Code | 17379efb84beb639cc4f5ec4c4a668e69a955563 | c2124603dbf2d5d2071c91955c891a2e814d2def | refs/heads/master | 2020-08-03T00:11:14.678558 | 2019-09-28T21:31:55 | 2019-09-28T21:31:55 | 211,557,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,322 | java | /* Copyright (c) 2017 FIRST. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided that
* the following conditions are met:
*
* Redistributions of source code must retain the above cop... | [
"31677932+sparklefbanks@users.noreply.github.com"
] | 31677932+sparklefbanks@users.noreply.github.com |
40782348fb75e81bf5c89138f284a7f06f9b33b7 | 62774e6de56acf8c4d4d014f1f5ee709feef6502 | /resident-evil/src/main/java/com/mkolongo/residentEvil/domain/entities/BaseEntity.java | 49afa1b6ac19f5ba3277bdbd8c2373657149b104 | [] | no_license | Chris-Mk/Hibernate | 35a9c42679ad6d20925c96d6d3929ad86649f700 | eb338734c0136d5292e06f7ab2688e4fda31d93c | refs/heads/master | 2023-07-24T00:20:36.222180 | 2023-07-19T19:29:16 | 2023-07-19T19:29:16 | 205,900,454 | 0 | 0 | null | 2023-07-19T19:29:18 | 2019-09-02T16:56:37 | Java | UTF-8 | Java | false | false | 400 | java | package com.mkolongo.residentEvil.domain.entities;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
@Getter
@Setter
@MappedSuperclass
public class BaseEntity {
@Id... | [
"chrismks23@gmail.com"
] | chrismks23@gmail.com |
ddc85f76a4c0bce2e34efd056bfa4a0a4ca55afd | 941f7b0cf7fef51c467c32f596bd668b37834ce7 | /Tienda_Generica_Grupo_9/Tienda_Generica_Grupo_9/src/main/java/com/Tienda_Generica/DAO/Conexion.java | 7dad1b32f9e4baeb2c5052561f60fce8913ba47c | [] | no_license | gandalfblue/Grupo_9_Scrum_2_Ciclo_3 | 9132728b29325c2750d3e78b29c2ca79a82bee55 | a6c3c273852fdccce9d7101a91f2b0a1914e679d | refs/heads/main | 2023-08-26T04:58:11.005450 | 2021-11-11T02:55:10 | 2021-11-11T02:55:10 | 408,000,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,550 | java | package com.Tienda_Generica.DAO;
import java.sql.*;
import java.util.logging.Logger;
/**
* Clase que permite conectar con la base de datos
*/
public class Conexion {
Logger logger= Logger.getLogger("com.roca12.misiontic2022.tiendalostiburones.DAO.Conexion");
/** Parametros de conexion */
static String nombre... | [
"casanova01_a@hotmail.com"
] | casanova01_a@hotmail.com |
a900c4795476ad9a09d80bcd6ccfdbc122a78b65 | 10be02b852c57f5d865c184dc75bd88e2397d067 | /src/main/java/com/sc/kanak/config/DatabaseConfiguration.java | 36c11033c3c02b2af6b064dcfb07d43480f39588 | [] | no_license | saumikonline/kanak | 3fa1f2614e1d5f1157e58c66c2c422eb3a6f0ec4 | e96bde6ed7582c27d980e2932d7d0e7142ed1243 | refs/heads/master | 2020-03-21T21:07:39.249383 | 2018-06-28T17:10:36 | 2018-06-28T17:10:36 | 139,047,458 | 0 | 0 | null | 2018-06-28T17:22:11 | 2018-06-28T17:10:30 | Java | UTF-8 | Java | false | false | 2,606 | java | package com.sc.kanak.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.liquibase.AsyncSpringLiquibase;
import liquibase.integration.spring.SpringLiquibase;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Qualifier;... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
c2243e79db8256cd91522e609f2660b110676b32 | 5f9fd45ee0783599c95d0764cad0f55351a83f9a | /sdsai-itrex/src/test/java/com/github/basking2/sdsai/itrex/iterators/SplitMapJoinIteratorTest.java | 349fbc56645f1356747a1b5323dcd57eca78b8b1 | [
"MIT"
] | permissive | t-rasmud/sdsai | 012049b6fd6df610a86f25f631310766a6de04a4 | 04a1bea9340ec0f7a7da2802f3e4167e5eab8e08 | refs/heads/main | 2023-03-22T20:28:07.594733 | 2020-11-18T23:13:32 | 2020-11-18T23:13:32 | 349,528,629 | 0 | 0 | MIT | 2021-03-19T19:04:01 | 2021-03-19T19:04:00 | null | UTF-8 | Java | false | false | 2,654 | java | package com.github.basking2.sdsai.itrex.iterators;
import org.junit.Test;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.function.... | [
"basking2@yahoo.com"
] | basking2@yahoo.com |
cccb8502ac373d641b5b1cffb67828417c3bbd80 | b3340278e580c55f3f2158ed93147b2872bc013b | /app/src/test/java/com/example/davidsantos/materialdesign1/ExampleUnitTest.java | 1d9db133fad870e00cabf0a1faf76f9266ca2194 | [] | no_license | davidgomesdh/materialDesign | d01c4cf11f6082703ed0464310bdd34f494a62eb | a29ac76bbf1f70c447abb00ac137bf60c641d891 | refs/heads/master | 2021-04-27T02:17:09.505662 | 2018-02-24T02:06:06 | 2018-02-24T02:06:06 | 122,693,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.example.davidsantos.materialdesign1;
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 {
@Tes... | [
"david.santos@zapcorp.com.br"
] | david.santos@zapcorp.com.br |
fe2322b2b43bc6decefc79efdd6420a46345c064 | e68afb67412b86d838a268664129e1daa66d3ce4 | /ArenaPvP/src/main/java/gg/hound/arena/tasks/MatchTeleportTask.java | 4608afa0a37f50861fff22980717fa52c9ed4c15 | [] | no_license | edutf8/development-projects-2020 | a1481b10e8958a1041500e6ed3c567958da92849 | 2aead4b149b97f6f81f122341450f1bc49c4391c | refs/heads/master | 2022-11-20T19:02:34.513910 | 2020-07-16T19:19:14 | 2020-07-16T19:19:14 | 280,238,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | package gg.hound.arena.tasks;
import gg.hound.arena.hologram.HologramManager;
import gg.hound.arena.scoreboard.ScoreboardManager;
import gg.hound.arena.util.InventoryUtil;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.potion.PotionEffect;
import org.bukkit.sch... | [
"edlewis2712@gmail.com"
] | edlewis2712@gmail.com |
15ce2ed2c66e7c6d572db6f7b4a5e2a8a8895ca2 | e20e9069597c1107348350922f8d8e83623209cf | /src/br/edu/ifsp/spo/lp1a3/simple_bank/SaldoZeroException.java | ee5c2d718dea0f0999213599c3fad3179981831f | [] | no_license | luis242/aaaa | fe51e78f1dffa9e7a78122936382800963a2594d | 8fa67bfeb1c49b4e6d23866135aff59cbed23c18 | refs/heads/master | 2020-05-05T05:19:02.363232 | 2019-04-05T20:44:50 | 2019-04-05T20:44:50 | 179,746,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package br.edu.ifsp.spo.lp1a3.simple_bank;
public class SaldoZeroException extends RuntimeException{
public SaldoZeroException(String msg) {
super(msg);
}
} | [
"luis.antonio@aluno.ifsp.edu.br"
] | luis.antonio@aluno.ifsp.edu.br |
06baa0e4995a1e9cc012175e16cbcf7c37dc521e | 37674ea897b3a7f5bdac8e2790c95449e0b07d63 | /src/main/java/com/github/kusumotolab/tc2p/utils/patternmining/itembag/Transaction.java | 4d9f121a872636e03901b4d66b0d7dd8de3c96e3 | [] | no_license | kusumotolab/TC2P | 49c218323098b7227503b154c8418d4f64ed31bc | dd0259834a093d53aee33c3cb054e37bb9d31875 | refs/heads/master | 2022-04-11T16:39:40.105022 | 2020-02-12T05:04:36 | 2020-02-12T05:04:36 | 232,695,891 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | package com.github.kusumotolab.tc2p.utils.patternmining.itembag;
import java.util.List;
import lombok.Data;
@Data
public class Transaction<T> {
private final TransactionID id;
private final List<ItemAndOccurrence<T>> itemAndOccurrences;
}
| [
"mtj0928@users.noreply.github.com"
] | mtj0928@users.noreply.github.com |
0d3d5f35aba1025872d8448077b468866c74b923 | e291eb6892fdb9b151d565d1137d23ae677d1a23 | /poi/src/main/java/com/axisdesktop/poi/repository/UserRepository.java | a2b21beef2a960fd3cda3b19e27c81054961fd7f | [] | no_license | fopcoder/com.axisdesktop.poi | 7a405e120090e132fb2402cec47e7703fe570f36 | a7d59697fc2b6450789bb15f35e5ad817152f781 | refs/heads/master | 2020-05-21T12:26:08.804797 | 2016-06-11T23:56:00 | 2016-06-11T23:56:00 | 53,752,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package com.axisdesktop.poi.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.axisdesktop.poi.entity.User;
import com.axisdesktop.poi.entity.Role;
public interface UserRepository extends JpaRepo... | [
"barabass@gmail.com"
] | barabass@gmail.com |
195d9b6ad309461b14e9b35109159a8ceae166f4 | 670e337dd7abb40af39e4dbe8ed0d0abb2b1f66d | /EvoGUI/src/main/java/genetic/HumanSelectionStrategy.java | a358ebd29f8b464d6935810e4244f5570e288fe4 | [] | no_license | josejl1987/UTInteractiveEvoBot | b510700f90ad7b4ac7bc76aaa6169f2a428b9da0 | e6e2944ed857de8476ce599665e91237b75811ea | refs/heads/master | 2016-09-05T18:34:08.204563 | 2014-05-19T10:13:35 | 2014-05-19T10:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package genetic;
import evolutionaryComputation.IndividualV1;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.uncommons.watchmaker.framework.EvaluatedCandidate;
import org.uncommon... | [
"josejl1987@gmail.com"
] | josejl1987@gmail.com |
e01a7f5f537589118e01d220aaaa7bdf13344660 | 214c2802c2e018222e1f3b88f4d7b470c68a1201 | /src/com/akpanda/behavioural/command/Account.java | 41f9ade47565c9cacb5264d1d0353ac1fb42d893 | [] | no_license | akpandads/DesignPatterns | 16b9068bb5f34788a96f9ddb896687e2dad74974 | 664aec5ee5bf95af703a947ea23d267d9d9ef041 | refs/heads/master | 2020-08-06T23:38:17.545423 | 2019-10-16T19:09:44 | 2019-10-16T19:09:44 | 213,202,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.akpanda.behavioural.command;
class Account
{
public int balance;
public void process(Command c)
{
switch (c.action)
{
case DEPOSIT:
balance += c.amount;
c.success = true;
break;
case WITHDRAW:
... | [
"akpanda.ds@gmail.com"
] | akpanda.ds@gmail.com |
b007f0eb59725f392163b01d2b8a491a4e6a2aac | e01e8f9a54086fb4379a40671cc0434b9d830f4b | /src/main/java/com/facebook/presto/client/Column.java | 37e08dd633b4b55e5fd90dcb61dcfbf16c4f6842 | [] | no_license | zhaoshengbo/presto-jdbc | 7c9629bf3a03dd683a4ae2725512f68cdfc6df9b | 879c58930137b50c97e20a97ab600e8dbbd9d2c9 | refs/heads/master | 2020-06-14T16:18:40.486189 | 2016-12-12T12:04:59 | 2016-12-12T12:04:59 | 75,160,539 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,607 | 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
* distribut... | [
"zhaoshengbo01@gmail.com"
] | zhaoshengbo01@gmail.com |
7aaf06fa74df580b90fd43d9b9f9fa878a34b535 | f78daf87fd31e9524aa8a1cbd24c0ad0bc8b6c79 | /src/main/java/com/dbsys/rs/client/entity/Pegawai.java | a4e805ad989755d41346e0c71da1b5d0ebbe9735 | [
"Apache-2.0"
] | permissive | uvsystem/rumkit-java-client | e64edc11f654a28c41e4d94e4494dda406c00674 | d3e709afd239bc6295d68238f9301260ce92adaf | refs/heads/master | 2021-01-20T10:47:41.283062 | 2016-04-01T03:13:29 | 2016-04-01T03:13:29 | 43,736,496 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,992 | java | package com.dbsys.rs.client.entity;
import com.dbsys.rs.client.entity.Penduduk.Kelamin;
import java.sql.Date;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.PROPERTY,
property... | [
"deddykakunsi@outlook.com"
] | deddykakunsi@outlook.com |
6211764751470479f455ecff5ced193550d0ab09 | 4f80acbfb4c64f6e122667107f31268c29fa2e2e | /src/main/java/com/how2java/tmall/service/impl/PropertyValueServiceImpl.java | cd8fd0380aac02ceebfc5bdb950ede564f589106 | [] | no_license | Ryan-wangzy/Tmall_SSM | 8b4597413ed19f1acc40105d2efe3df77a01509d | af485c2f4ea1d327238ed531bf44b5fdbcd52276 | refs/heads/master | 2022-12-11T20:21:25.745076 | 2020-08-26T19:54:09 | 2020-08-26T19:54:09 | 285,723,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,012 | java | package com.how2java.tmall.service.impl;
import com.how2java.tmall.mapper.PropertyValueMapper;
import com.how2java.tmall.pojo.*;
import com.how2java.tmall.service.PropertyService;
import com.how2java.tmall.service.PropertyValueService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"zw2315@nyu.edu"
] | zw2315@nyu.edu |
6bff063ca68b8234f7c737d71cb4a82b07829cb0 | a2075d046250d6e8b27d69f1030142f0efdf3e2e | /hrms-backend/src/main/java/com/finalproject/hrmsbackend/core/utilities/results/ErrorDataResult.java | bea473114da64f4910088ecbfd389fdece97b4e2 | [] | no_license | CosmicDust19/kodlama.io-javareactcamp | c42921845f3a1da52198ca6c59d0747af0bae50f | 886bbae133dcf9739d8dda0471a20cfb9cb4952b | refs/heads/master | 2023-08-18T02:22:23.016255 | 2021-10-04T11:40:26 | 2021-10-04T11:40:26 | 365,454,905 | 20 | 4 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.finalproject.hrmsbackend.core.utilities.results;
public class ErrorDataResult<T> extends DataResult<T> {
public ErrorDataResult(String message, T data) {
super(false, message, data);
}
public ErrorDataResult(T data) {
super(false, data);
}
public ErrorDataResult(Strin... | [
"smh01.2019@gmail.com"
] | smh01.2019@gmail.com |
9d584516f8b012d154f136fac6dfa92797414465 | 0ea9ec64f5d17eec346a66a8a0da7dafc5efd11a | /chapter_1/1.2/Dragon.java | 0c96444a5d82f8576b9c5fca9e76b123e730a6c1 | [
"MIT"
] | permissive | out-running-27/Java_Programming | 2216cf70f45b5d746160e84c31ba995e8f513646 | 7af217f157cf602d7980e7b48eb7da353756fdb3 | refs/heads/master | 2020-03-21T09:44:22.024049 | 2018-08-08T12:24:22 | 2018-08-08T12:24:22 | 138,415,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | public class Dragon
{
public static void main(String[] args) {
String dragon0 = "F";
String nogard0 = "F";
String dragon1 = dragon0 + "L" + nogard0;
String nogard1 = dragon0 + "R" + nogard0;
String dragon2 = dragon1 + "L" + nogard1;
String nogard2 = dragon1 + "R" + no... | [
"paul.russum@gmail.com"
] | paul.russum@gmail.com |
c4a57ece8b14f12f32278552925dea8008aad0b7 | e223d0d504b0ba0bf7c66ea39cc3eab92c0d7d38 | /src/main/java/com/youthchina/domain/tianjian/StuCollect.java | 3ad94a359914a4946d8a5ad8e1205df4367fce7c | [] | no_license | TeamYouthChina/backend | be27e0c0860d3ff951de3aee1aecb1c617b9bae8 | 7fa4bdae18def1a02ef19a0eb1b9d809dd522f99 | refs/heads/master | 2021-06-19T06:35:17.790968 | 2019-06-29T04:02:59 | 2019-06-29T04:02:59 | 156,775,820 | 5 | 9 | null | 2021-06-15T15:59:46 | 2018-11-08T22:12:36 | Java | UTF-8 | Java | false | false | 1,069 | java | package com.youthchina.domain.tianjian;
public class StuCollect {
private String stu_id;
private String job_id;
public String getStu_id() {
return stu_id;
}
public void setStu_id(String stu_id) {
this.stu_id = stu_id;
}
public String getJob_id() {
return job_id;
... | [
"ctijia@sina.com"
] | ctijia@sina.com |
2ca77003c0ceca16289ea227dd15d18a93062916 | 83e81c25b1f74f88ed0f723afc5d3f83e7d05da8 | /core/java/android/view/ViewStub.java | 193fb98841735d21c73a073d1f9f02237534e424 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | Ankits-lab/frameworks_base | 8a63f39a79965c87a84e80550926327dcafb40b7 | 150a9240e5a11cd5ebc9bb0832ce30e9c23f376a | refs/heads/main | 2023-02-06T03:57:44.893590 | 2020-11-14T09:13:40 | 2020-11-14T09:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,764 | java | /*
* Copyright (C) 2008 The Android Open Source Project
*
* 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 requir... | [
"keneankit01@gmail.com"
] | keneankit01@gmail.com |
aae1152a4a414c1a0c1d7a003524093302695f77 | ca5ca399c1a14c381d8c4cff3d48be3ef4f4fc62 | /smartexServ/src/main/java/com/smartexsev/smartexserv/classes/GroupUser.java | be9d3a87a1a3cbf3c6a7f0d0bfa4bfe5b6812975 | [] | no_license | aleksey2101/SmartEx | 0f0c7c38399cd6855974f4791cf344e4ed70e78b | 23db9760bfad4ffb6a5f4d54bf8d28aff887ec79 | refs/heads/master | 2022-11-05T14:25:42.802442 | 2022-10-05T05:44:15 | 2022-10-05T05:44:15 | 159,865,604 | 0 | 0 | null | 2018-11-30T18:51:03 | 2018-11-30T18:51:03 | null | UTF-8 | Java | false | false | 104 | java | package com.smartexsev.smartexserv.classes;
public class GroupUser {
public GroupUser() {
}
}
| [
"37121925+SuperSLD@users.noreply.github.com"
] | 37121925+SuperSLD@users.noreply.github.com |
78c010e135f56ecb6cbb1d784c8617f1100522c8 | 00d747791eda39c3340a3f8dd2ed15c028f67af5 | /ore-boot/ore-boot-autoconfigure/src/main/java/org/oreframework/boot/autoconfigure/datasource/customize/mybatis/pagehelper/SecondaryPageHelperAutoConfiguration.java | 0b3e99848bcb0788a97a9328e69d80f0200f2dee | [] | no_license | levphon/ore | a7a260e93aef7f6377fcfcc69113d13a030a21d2 | f855d70c7d3e388e46f09791420b6da922d89bbb | refs/heads/master | 2020-03-23T00:14:46.760278 | 2018-07-13T13:53:19 | 2018-07-13T13:53:19 | 140,852,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,361 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2017 abel533@gmail.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | [
"payuliu@gmail.com"
] | payuliu@gmail.com |
c205967148ddc05d6ccd93d7d3ed32a5560085f7 | 941cb164c35d531de510e4aa95872711d3405e39 | /app/src/main/java/sinia/com/baihangeducation/minecompany/presenter/CompanyUCenterEditTrainingPresenter.java | e000bfd8c244e0a0c2804618b156c13d4723e853 | [] | no_license | lenka123123/jy | f81220d6f80cca4fde5872b4e3cb992abb5171b8 | 2a2fc5d675ec01fd45a3950f1adeb9bcea081c7a | refs/heads/master | 2020-03-28T00:50:19.854060 | 2018-11-30T06:15:47 | 2018-11-30T06:15:47 | 147,453,961 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,608 | java | package sinia.com.baihangeducation.minecompany.presenter;
import android.app.Activity;
import android.util.Log;
import com.example.framwork.base.BasePresenter;
import com.example.framwork.noHttp.Bean.BaseResponseBean;
import com.example.framwork.noHttp.OnRequestListener;
import java.util.HashMap;
import com.mcxtzha... | [
"13902276741@163.com"
] | 13902276741@163.com |
db8b71019386cba44523977b45761db780bf65e1 | f067d20fe6f2a0dd2a4a62798b6e5530acb92ea6 | /jdbc_forgit_1/src/com/imook/model/Goddess.java | fe8275a1a5e6607b350a9f4f670947aca0cfe6c7 | [] | no_license | zhaoyonxin/JDBC_NEW | 9f4d4529a20d3b7a3645a5826ab16c890df384a3 | 51742e123a0a4e52c6b15ccc49f3355582e60828 | refs/heads/master | 2021-05-02T00:00:55.551643 | 2016-12-07T09:54:12 | 2016-12-07T09:54:12 | 78,197,530 | 1 | 0 | null | 2017-01-06T10:29:10 | 2017-01-06T10:29:10 | null | UTF-8 | Java | false | false | 2,344 | java | package com.imook.model;
import java.sql.Date;
import java.sql.Timestamp;
public class Goddess {
private Long ID;
private Timestamp creat_at;
private Timestamp update_at;
private String name;
private Integer qq;
private String xiuzhenstyle;
private String biyeschool;
private Integer xuehao;
private Date rux... | [
"longzidao@gmail.com"
] | longzidao@gmail.com |
c06cfc814a32d082b6d0955d41664da6d2000561 | f704fa2f8164f646b6eec606b3a89953be34e3da | /src/main/java/servlets/DeleteCategoria.java | fdda5ff91b4008f102106b26f9071f8ba4fef0df | [] | no_license | Fab91-r/HoneyMoney | ae2c86ad2d1875a68e45f148632b77812dff31c5 | c71ed2a59be1758c3694d8674775158c15147d45 | refs/heads/master | 2022-07-03T19:44:15.725201 | 2019-09-08T13:31:38 | 2019-09-08T13:31:38 | 205,343,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,918 | java | package servlets;
import java.io.IOException;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet... | [
"fabiano.ruggeri91@gmail.com"
] | fabiano.ruggeri91@gmail.com |
ffbc97704aab8d1b7759c2e036c448e626c76e3f | 3817034dadbc65e6ab8993072bf0a88d0886f553 | /src/main/java/az/mycompany/TechnoMarket/db/ProductRepo.java | dbedd480020fa85a3d0e264e99441013f79ee49f | [] | no_license | BaxtiyarMammadyarov/TechnoMarket | 8403f70dc0ac6df8d9ec8557a7b371b666a9c77f | 0d656c3a04664c109056b38ee0fdda48a13ae9db | refs/heads/master | 2023-06-21T10:42:25.947902 | 2021-07-15T12:26:22 | 2021-07-15T12:26:22 | 381,838,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,073 | java | package az.mycompany.TechnoMarket.db;
import az.mycompany.TechnoMarket.model.Brand;
import az.mycompany.TechnoMarket.model.Model;
import az.mycompany.TechnoMarket.model.Product;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.time.Loca... | [
"baxtiyar0393@gmail.com"
] | baxtiyar0393@gmail.com |
b4776c6fa08fca8682a5076f2c88705e38da01b0 | dbb6ff9ddb50f09731f96b1b892a39dd78e11c42 | /app/src/main/java/com/navigation/drawer/activity/Activity/Editer.java | ba6de3731e0e28288ea8db4e3d6f951f21efaf31 | [] | no_license | Meftahi12/AmineTazi | 8686f739ba1bc4c1660851684f389cc73579a5a3 | 55bccade688f23f3d1ab51624526f93ff8db4556 | refs/heads/master | 2021-01-20T01:36:12.880510 | 2017-04-25T02:12:01 | 2017-04-25T02:12:01 | 89,306,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,714 | java | package com.navigation.drawer.activity.Activity;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.navigation.drawer.activity.R;
impor... | [
"abdomeftahi7@gmail.com"
] | abdomeftahi7@gmail.com |
d1981d01a4c829dfc3c1c8f7079716eaccfd3303 | c2fa04760594de051e51eb1b7102b827424951ae | /YiXin/src/com/yxst/epic/yixin/activity/ContactSearchActivity.java | a533b8f489f0f13eca29ff93f3ac217542592af4 | [
"Apache-2.0"
] | permissive | glustful/mika | c3d9c7b61f02ac94a7e750ebf84391464054e2a3 | 300c9e921fbefd00734882466819e5987cfc058b | refs/heads/master | 2021-01-10T10:50:44.125499 | 2016-04-06T01:45:26 | 2016-04-06T01:45:26 | 55,567,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,868 | java | package com.yxst.epic.yixin.activity;
import org.androidannotations.annotations.AfterInject;
import org.androidannotations.annotations.AfterViews;
import org.androidannotations.annotations.Background;
import org.androidannotations.annotations.Bean;
import org.androidannotations.annotations.Click;
import org.androidann... | [
"852411097@qq.com"
] | 852411097@qq.com |
5ef9293dc9a688ee3b6766df54f0363b462ed141 | 0df29e25937a4906242865e61a5fa4b11e857989 | /app/src/main/java/org/debuggers/anew/toura/AsiaExpress.java | c5972f82442f19cec0bab846472ef1c950c75770 | [] | no_license | ArianulIslam/Toura | a35db338181f3f0c94a94651c05197f0dad2a6e1 | 7feaa55fddb1cf36f15826ad68eaf06882a3e8de | refs/heads/master | 2020-04-06T20:11:31.043279 | 2018-11-15T19:59:57 | 2018-11-15T19:59:57 | 157,764,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package org.debuggers.anew.toura;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.anew.toura.R;
public class AsiaExpress extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"Arianul Islam"
] | Arianul Islam |
1635c76b6db4e34c6bcf05d358ab12934fb911f1 | 922a00017570decd4fde5eda79c43bb4327a37b0 | /web-customer-tracker/src/spring/project/service/CustomerService.java | e640a7f8f5ecc2ba77fa4c4eb75c99f1696b6fd4 | [] | no_license | jameszrx/Spring-Hibernate-Application | 74acee847a1d564341127c621385f9a14f5127cb | 6b2ce8e45c95ab715ed54d84391a85caac513dfa | refs/heads/master | 2021-01-19T18:36:00.628232 | 2017-04-23T00:59:33 | 2017-04-23T00:59:33 | 88,367,369 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package spring.project.service;
import java.util.List;
import spring.project.entity.Customer;
public interface CustomerService {
public List<Customer> getCustomers();
public void saveCustomer(Customer theCustomer);
public Customer getCustomer(String theID);
public void deleteCustomer(String theID);
}
| [
"jameszrx@gmail.com"
] | jameszrx@gmail.com |
0fdd6f9dc682b763a47a8b1c912280952f86e473 | 053907fcba677f7ee29b01d48563c06968564aee | /mis/src/main/java/kr/co/reyonpharm/models/ApproInfo.java | b6a4ab90f45e3b1030c49f7b1fafea4f1bcf1dca | [] | no_license | insanezindol/ryweb | a9c9060da1b647aa92daacd553beae75567bdd44 | af7421a21ba89439e625a49b77cfece56e9f1d35 | refs/heads/master | 2022-03-02T03:03:40.945053 | 2019-11-07T07:34:49 | 2019-11-07T07:34:49 | 192,834,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package kr.co.reyonpharm.models;
import lombok.Getter;
import lombok.Setter;
public class ApproInfo {
private @Getter @Setter String approKey;
private @Getter @Setter String userNum;
private @Getter @Setter String approState;
private @Getter @Setter String upDate;
private @Getter @Setter String isedita... | [
"18021201@192.168.1.84"
] | 18021201@192.168.1.84 |
d7ff7ba7baef05ee297e1d19f23f9eb29fabcec7 | 355567b3d85ae83caf33e469a7bcb662498239bb | /src/main/java/com/ahnu/app/common/EmailConstant.java | 43cee16005768f8641bb195c7712eb4d96c51470 | [] | no_license | Rocinantee/campushoy | 6180608333d431819eecfbce3be437a3ce3ee3bd | 35dc2c50e2bf14a6610cf64ab22b4dc59a1ef596 | refs/heads/master | 2023-02-05T17:14:29.267784 | 2020-12-28T14:07:05 | 2020-12-28T14:07:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.ahnu.app.common;
/**
* @author DamonCheng@ssw.com.au
* @date 8/4/2020 4:43 PM
*/
public interface EmailConstant {
String SUCCESS = "疫情信息提交成功";
String FAIL = "疫情信息提交失败";
}
| [
"DamonCheng@ssw.com.au"
] | DamonCheng@ssw.com.au |
d98594cb61c2781f7fb92fbed2b053c80b4105d3 | 1c6d47856e1c6969ea5028b07ac23b967e42b69d | /Byte/code/learn-byte/src/main/java/lsieun/bit/c_use/C_Port.java | ebd201eb144658faca81ea8ce2eaab83900512f9 | [
"MIT"
] | permissive | Silentsoul04/learn-java | 439f82ff387ae1fc6fdd1e58a8066c313453d0c5 | 03bdac6fa970051de305db40300fae228810aaf3 | refs/heads/master | 2022-12-30T04:01:13.922338 | 2020-08-01T10:57:38 | 2020-08-01T10:57:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package lsieun.bit.c_use;
import java.nio.ByteBuffer;
import java.util.Random;
public class C_Port {
public static void main(String[] args) {
Random rand = new Random();
for (int i = 0; i < 1000; i++) {
byte b1 = (byte) rand.nextInt(256);
byte b2 = (byte) rand.nextInt(256);... | [
"331505785@qq.com"
] | 331505785@qq.com |
09b6a9be974c7e7b1b930bc08fce74ee61891919 | e401f15e851d1d163dd2c4a621ac4f627daf5534 | /charts/tool/src/main/java/com/s2charts/tool/util/JsonFormatTool.java | 4d5d201e8cbb5e1ee737c40c08e5a5ad8fa3fcc8 | [] | no_license | lyh95/s2charts | d74631c0456d0effc2953dc48bc2a4da16889324 | f0678e7ee1ee5415d7356775c5c359792ed50642 | refs/heads/master | 2023-04-27T19:04:13.183413 | 2019-12-09T09:08:12 | 2019-12-09T09:08:12 | 185,192,712 | 0 | 1 | null | 2023-04-14T17:42:37 | 2019-05-06T12:31:09 | JavaScript | UTF-8 | Java | false | false | 5,960 | java | package com.s2charts.tool.util;
import java.util.ArrayList;
/**
* json 格式化
*
* @author Linhao
*
*/
public class JsonFormatTool {
/**
* 制表符
*/
public static String FILL_STRING_UNIT_TAB = " ";
/**
* json字符串的格式化
* @param json 需要格式的json串
* @param fillStringUnit每一层之前的占位符号比如空格 制表符
* @ret... | [
"13269577669@163.com"
] | 13269577669@163.com |
313bb8cd681b6dbb3eb7c6780018918f0d2aa3dc | 3aac6f4af51a75093975c5ed88c69a604c253187 | /app/src/main/java/com/koolz/kietcookery/menu.java | 435af6e340412d3e1613322aabfd2972d95bcc93 | [] | no_license | kritikkoolz/Kiet_Cookery | 9e5b2206d8fce67cae2be340e525a9661a3ad48c | f4736ed6037d15752e6361c4d94b52449a0a3295 | refs/heads/master | 2023-01-01T16:00:50.996134 | 2020-10-26T08:48:16 | 2020-10-26T08:48:16 | 307,309,497 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.koolz.kietcookery;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class menu extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_menu);
... | [
"kritikbansal75@gmail.com"
] | kritikbansal75@gmail.com |
d38886ebd48bc57680bd1fc16085269ea2608d31 | 71030943c40106ef167227ab8192f0eb8a59335d | /src/test/java/net/wendal/nutzbook/DyDataSorce.java | 64b6a99fe2f72656bf90f65c2bf4df7007f1497f | [
"Apache-2.0",
"MIT"
] | permissive | vincent109/nutz-book-project | be2e21384044253d88e58cf4a1cf2bc049895c5d | e6423e4682ae89f374c7ff012560117a4a943791 | refs/heads/master | 2023-04-15T18:35:30.125944 | 2021-04-28T04:01:01 | 2021-04-28T04:01:01 | 74,447,410 | 0 | 0 | Apache-2.0 | 2021-04-28T04:01:02 | 2016-11-22T07:44:30 | JavaScript | UTF-8 | Java | false | false | 1,362 | java | package net.wendal.nutzbook;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.SQLFeatureNotSupportedException;
import java.util.logging.Logger;
import javax.sql.DataSource;
import org.nutz.lang.Lang;
public class DyDataSorce implements DataSource{
public stati... | [
"wendal1985@gmail.com"
] | wendal1985@gmail.com |
67867c104a35b73de965fc6b340ff4bf6f074f94 | 1e23cc44fbf032bdeee9ef19617f446b1c5e8ffe | /app/src/main/java/aziz/sohail/mvpsample/di/DatabaseModule.java | a81cc37fbf1143181b8bf097d51838bee87078c2 | [
"Apache-2.0"
] | permissive | sohail-aziz/DogBreeds | 50e8c6a414e978fb1bf8747ca3a7cf2bb730a967 | efa667759640ecbd6821e135aebeb90d829ffa5b | refs/heads/master | 2021-05-02T16:45:08.880892 | 2018-02-11T00:00:52 | 2018-02-11T00:00:52 | 120,683,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package aziz.sohail.mvpsample.di;
import android.arch.persistence.room.Room;
import android.content.Context;
import javax.inject.Singleton;
import aziz.sohail.mvpsample.data.local.AppDatabase;
import aziz.sohail.mvpsample.data.local.BreedDao;
import aziz.sohail.mvpsample.data.local.DogDao;
import dagger.Module;
impo... | [
"sohail.aziz05@gmail.com"
] | sohail.aziz05@gmail.com |
bfc254ee6198b07d8470b4fc1993019bd8dcce01 | 3dba936ff974e75deab369091a462c24dcfac30e | /combates/Acoes.java | abfb21738cbe9a87f1b304c2065f05571a173c18 | [] | no_license | cristianodecastro/scape | cee9d85bf88bac0eef522c593ad88ac7b9dacef3 | dba217c24288d704be4cfc196c5905f2a5f8fc1a | refs/heads/main | 2023-06-25T14:58:20.881376 | 2021-08-02T14:04:50 | 2021-08-02T14:04:50 | 391,967,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,148 | java | package combates;
import aplicacao.Jogo;
import interfaces.telas.combate.Combate;
import interfaces.telas.combate.LogCombate;
import monstros.Monstro;
import java.util.Random;
public class Acoes{ // Classe com métodos estáticos para as ações de combate
public static void confronto(Monstro monstro){ // Método qu... | [
"cristianodecastronunes@gmail.com"
] | cristianodecastronunes@gmail.com |
dafa4f5e99ed39513e93008587a79e204a6e8282 | c0bc537eb8fd9fbac221318a6af660d6da80e7ea | /src/main/java/com/zhang/service/UsersService.java | 4a27fe5d0b08ebc14be34b93f7685a04e1f9f5d7 | [] | no_license | gczhangv/gczhang | d0e087423826175c7d13b4267a3c45c1cfe61112 | 3c7857a6a3bcdaab589cba4b65442c54bc07d22f | refs/heads/master | 2023-07-04T23:13:04.905279 | 2021-08-30T08:42:37 | 2021-08-30T08:42:37 | 401,199,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.zhang.service;
import com.zhang.pojo.Users;
public interface UsersService {
//登录
public Users login(Users users);
}
| [
"2115602103@qq.com"
] | 2115602103@qq.com |
a3eefd3fe91d6e19facf4472b48a673019427a5a | 4a6cd138d75c2bbd59bdbd2842024cdef59f6830 | /src/com/haiyangsherry/TaxCalculator.java | 5490081a401e27812131252597ed002edd070d2c | [] | no_license | qqq99/Design_Pattern | 089cc61e509a474858eb6b1331b0f6bded0e2796 | eadb6a84fa20fd1746312ada7a6fff0025236935 | refs/heads/main | 2023-03-01T03:27:05.522161 | 2021-02-05T08:34:47 | 2021-02-05T08:34:47 | 336,132,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89 | java | package com.haiyangsherry;
public interface TaxCalculator {
float calculateTax();
}
| [
"xuqiankarlie@gmail.com"
] | xuqiankarlie@gmail.com |
71b9ab9072ac3d05774dc392a0feab021dc33f0e | 7a9a2df499b1728342aa58e570375cb8acc554cf | /IDE_WorkSpace_Spring/DAOProj4-CallbackInterface_RowMapper/src/main/java/com/nt/bo/EmployeeBO.java | b5700689fde567e07fd1410bbf3e5b346a3d9af6 | [] | no_license | danishali2196/SpringWorkspace | 57981e2497273da4ebdf27dcce803ab2ee49cdf5 | c63daab4e5eb2f5f9adfefd0fba95545b6580ce4 | refs/heads/master | 2022-12-21T09:30:56.777147 | 2019-10-07T06:20:15 | 2019-10-07T06:20:15 | 213,306,380 | 0 | 0 | null | 2022-12-16T00:39:31 | 2019-10-07T06:00:03 | Java | UTF-8 | Java | false | false | 218 | java | package com.nt.bo;
import java.io.Serializable;
import lombok.Data;
@Data
public class EmployeeBO implements Serializable {
private int eno;
private String ename;
private String desg;
private int salary;
}
| [
"danishali@gmail.com"
] | danishali@gmail.com |
69b5479c1fe4c3e7fd55979f14efe31e6f3baece | e818448c95f96b49638079eb7565d922e932351a | /src/main/java/com/example/app/controler/TaskController.java | 705e323b5de14204d9ffe2978578a8ca5b808f83 | [] | no_license | Gavaharlal/PPO_Hw4 | 33c359ac7cd96f16f1e5cdfaa6aacf97bf6eec6e | 56773d22f9c7e5a078f1c9410479d496a8a373ee | refs/heads/master | 2023-01-22T17:24:18.499184 | 2020-11-24T06:33:11 | 2020-11-24T06:33:11 | 315,528,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | package com.example.app.controler;
import com.example.app.model.Task;
import com.example.app.model.TaskList;
import com.example.app.repository.TaskListRepository;
import com.example.app.repository.TaskRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Contr... | [
"Gavaharlal@yandex.ru"
] | Gavaharlal@yandex.ru |
622513442b162a0eb6262b64ffcbe4d269ce1e4d | 444e0e1a702526e0cb1e47384e40dd65713d7103 | /Tic-Tac-Toe/Problems/Initializing an array of integers/src/Matrix.java | f3b3b48b590c2d6e389a3ad922c0e062561ab51c | [] | no_license | emaphis/Hyperskill | 4aec16a43f1edeba7882714bbf3e61c4046002d5 | 6f22981a532d43756ea1da2238d059fb0c32f1da | refs/heads/master | 2022-12-06T18:00:29.457772 | 2020-08-30T01:51:49 | 2020-08-30T01:51:49 | 284,158,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | import java.util.Arrays;
import java.util.Scanner;
public class Matrix {
public static void main(String[] args) {
// put your code here
System.out.println("Matrix a");
Scanner scan = new Scanner(System.in);
String line = scan.nextLine();
String[] pieces = line.split(" ");
... | [
"emaphis85@gmail.com"
] | emaphis85@gmail.com |
242859e08c0baca7bc30c20cd599d36a4f8b9836 | dd18d4e3b7464f6bd59c6111b1b4ecececfbd00b | /src/test/java/ec/sevolutivo/health/service/UserServiceIntTest.java | 4cac80b38df3ab05f9c1262606ef4e4e754e8158 | [] | no_license | ja1979/21points | 5fbc489b1d296dfb148303dda232a4c53dc0c900 | 9e95c9d2099e7d1857bb6f9dfb623d6d451999e0 | refs/heads/master | 2021-01-21T14:32:19.485691 | 2017-06-24T11:39:45 | 2017-06-24T11:39:45 | 95,293,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,347 | java | package ec.sevolutivo.health.service;
import ec.sevolutivo.health.Application;
import ec.sevolutivo.health.domain.User;
import ec.sevolutivo.health.repository.UserRepository;
import java.time.ZonedDateTime;
import ec.sevolutivo.health.service.util.RandomUtil;
import java.time.LocalDate;
import org.junit.Test;
import o... | [
"jorgeaguilar@softwareevolutivo.com.ec"
] | jorgeaguilar@softwareevolutivo.com.ec |
d28f3755c0ab3c6484458e1f70c6cf625aca617b | 623bdd9d8f348c95b743b3fa03389f470fe50f22 | /WebCrawler/src/main/java/org/scalable/web/htmlreader/HTMLReaderImpl.java | d7a95b2a95a78b18eb37b416c2946888de100ca9 | [] | no_license | code-by-code/samples | ab6357790f9c51633dd5b6bc2a0ffa508e926abe | fb30cff9e8e6e6f76625c4f3b010f0cd0abb3f72 | refs/heads/master | 2021-01-12T12:33:47.049266 | 2016-11-01T21:38:15 | 2016-11-01T21:38:15 | 72,562,890 | 0 | 0 | null | 2016-11-01T21:38:16 | 2016-11-01T18:08:28 | Java | UTF-8 | Java | false | false | 1,866 | java | package org.scalable.web.htmlreader;
import java.io.IOException;
import java.net.URL;
import java.net.URLConnection;
import java.util.Scanner;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.scalable.web.util.LoggerFactory;
/**
* {@link HTMLReader} implementation with core ja... | [
"jinoputhumana@gmail.com"
] | jinoputhumana@gmail.com |
8af58dff8c6c88cb0122f00c576de77e652a2380 | 4aa1561a98b7357a4c793174d8b97ba31c8832f4 | /CAR/tp1/src/ftp/server/command/FTPPassCommand.java | e099116ccf96156dd638e4a1e7e9bc395dfe8c56 | [] | no_license | TahaS10/m1s2 | 70344e9bb887b974726440f35433266c01c4e69e | 117a9482cccef99d021efc6eb43ab21f9f03badb | refs/heads/master | 2021-01-16T22:37:52.779088 | 2015-05-20T15:13:15 | 2015-05-20T15:13:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package ftp.server.command;
import java.io.IOException;
import java.net.Socket;
import ftp.shared.FTPClientConfiguration;
import ftp.shared.FTPDatabase;
import ftp.shared.FTPRequest;
/**
* Class representing a PASS command
*/
public class FTPPassCommand extends FTPBasicCommand {
/**
* constructs a PASS command... | [
"diagne14@gmail.com"
] | diagne14@gmail.com |
1899129d523f0136fbe4bdad9c5d652b7bba1fef | e91c3d55527b87a5aac32a5fcd8726d359a5ec77 | /TP3_Cote_Francis_StLaurent_Daren/src/tp3_cote_francis_stlaurent_daren/Identifier.java | 7671b9262267791a41a61d325fceb10decd5492e | [] | no_license | daren511/Tp3_BD | b732a0c03d9a093629eca1e7c86fbc050929146e | 6ca82ff01b2dd8d780eb9c20d34e3eaa6d91cd0c | refs/heads/master | 2020-02-26T14:33:05.746719 | 2014-04-22T16:10:47 | 2014-04-22T16:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,913 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tp3_cote_francis_stlaurent_daren;
import tp3_cote_francis_stlaurent_daren.JFrameGestion;
import tp3_cote_francis_stlaurent_daren.ConnectionOracle;
import javax.swing.*;
import java.awt.*;
import java.sql.*;
/**
... | [
"hc_throwdown@hotmail.com"
] | hc_throwdown@hotmail.com |
a81b64eccf495f4aae9d7dcc449bf834cba70916 | fee07509619ca10be0b08059720886f9a1f2048d | /bdnav-provider/task-provider/src/main/java/com/bdxh/task/TaskProviderApplication.java | 195e00dffe665fc71df5c9ef6fcd671bc17252be | [
"Apache-2.0"
] | permissive | jiageh08/tea-springboot | 70a68c7518f2470268ad8fa03ea7dfa48dff948c | 91892209a70b93e90eaee0a01a4f71e188f4a61a | refs/heads/master | 2022-12-05T13:10:06.654077 | 2020-08-07T01:29:56 | 2020-08-07T01:29:56 | 285,574,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package com.bdxh.task;
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration;
import org.springframework.b... | [
"wangjp@wehgc.com"
] | wangjp@wehgc.com |
ddabb95c499b370d25bc99020820726dfaa5c59c | 1bf97e24f68379fd0ead2eca5ce4a6be01861630 | /src/assignmenttwo_genealogy/InputView.java | 5c4ce770b852c83e73aa4a56a84a7c55db8fe460 | [
"MIT"
] | permissive | beckylum0216/AssignmentTwo_Genealogy | 0d08d4a3967b9b9a184365d12040c4ad9bee6efc | 0174e027eb3cb0a6542799fa905165fb36cad6f8 | refs/heads/master | 2020-05-18T00:28:05.748242 | 2019-06-02T22:56:40 | 2019-06-02T22:56:40 | 184,062,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,676 | 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 assignmenttwo_genealogy;
import java.util.ArrayList;
import javafx.event.ActionEvent;
import javafx.event.Event;
import javafx... | [
"beckylum0214@gmail.com"
] | beckylum0214@gmail.com |
9c03cb9f1f3b0437d63d8d8e64d9391980c02cbb | 3ba2e29bc22a1becc00902bfac7138718cf600df | /app/src/main/java/com/leman/diyaobao/entity/RecordItem.java | 5c6c00026070510d8ea74875ff69c102cf4413de | [] | no_license | niugankeji/diyaobao_English | 9428737c48078c1cf1d2006c3d213bbac84cb463 | c3c1759de932a637986810fb9fabbe37bb08b6c0 | refs/heads/master | 2023-03-27T23:25:04.665725 | 2021-04-08T07:21:07 | 2021-04-08T07:21:07 | 355,387,766 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,359 | java | package com.leman.diyaobao.entity;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.List;
public class RecordItem {
/**
* desc :
* totalPage : 1
* count : 1
* fromIndex : 1
* toIndex : 1
* pageIndex : 1
* pageSize : 1
* minData :
... | [
"1165524291@qq.com"
] | 1165524291@qq.com |
87a4de993cd97e9b80efd016023d8f1953ed9e2e | 2c1bd6718f37c3d0b0d63aa9ca0acf4a2f891326 | /java-eight-streams/src/com/training/model/Application.java | 52908e842d3511f2046140b19d888887d0635278 | [] | no_license | storm-zeus31/freshers_batch_july_2021 | c6b7110fd84be2a9e66f4fd64d6396ba4dac4274 | d32661b2946f35dc3adffcefa34c099f1590b92c | refs/heads/master | 2023-07-05T21:38:29.672273 | 2021-07-29T04:50:55 | 2021-07-29T04:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.training.model;
import java.util.stream.*;
import static java.util.stream.Collectors.*;
import java.util.*;
public class Application {
public static void print(List<?> list) {
list.forEach(System.out::println);
}
public static void main(String[] args) {
Book headFirst = new Book(101,"Hea... | [
"vatsank@gmail.com"
] | vatsank@gmail.com |
b4d5f90523450bebd291e004ec5897413facd8ec | 6f250e1a7ddc213aff4ff68558c95d01391365c5 | /BaseStudy_SE/java_Core/src/java_Core4/IO/Properties/FruitTest.java | cf6ecef96fdb048b2cf83e7c850756f94aa0587d | [] | no_license | yufeng218/java_code | 16b68b8783efd0fc7cf968750cacd4bb6f9eaf0a | ac96f7a07cbc163cd1e8222403a3919d165574b6 | refs/heads/master | 2021-01-01T05:27:20.737636 | 2017-03-03T18:20:52 | 2017-03-03T18:20:52 | 57,600,160 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package java_Core4.IO.Properties;
public class FruitTest {
public static void main(String[] args) {
/*
Fruit fruit = FruitFactory.getInstance("apple");
fruit.grow();
fruit.harvest();
Fruit fruit1 = FruitFactory.getInstance("grape");
fruit1.grow();
fruit1.harvest();
*/
Fruit f... | [
"he1012315243@163.com"
] | he1012315243@163.com |
a031db0b7ea4ac3c7e76984c6cab25047b2f869c | fa7e1dc7b491f4b8b5eaa0b19f5b6500bae6296f | /core/src/com/gempukku/libgdx/graph/ui/graph/property/PropertyBoxImpl.java | 56c7d114fe9fe21945de08add7267314d5fddc81 | [
"MIT"
] | permissive | gamethapcam/libgdx-graph | 6e2327caeda003d2246b23bc75d018631f0546dc | a4d4dda0397e3bf4cf2cceb65ef3c1be17167585 | refs/heads/master | 2023-03-01T01:25:01.734619 | 2021-02-05T11:05:17 | 2021-02-05T11:05:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,282 | java | package com.gempukku.libgdx.graph.ui.graph.property;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Label;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes.scene2d.ui.TextField;
import com.badlogic.g... | [
"marcin.sciesinski"
] | marcin.sciesinski |
e40238657e38f4cd60d0df9113c17bf8a7ba7731 | db17ac4268bd643d813cbe7febc1567da029f43d | /src/main/java/com/xajiusuo/utils/FileUtils.java | e7c5ea05bc4ba659d7ea4e5f700957dd7dc7defc | [] | no_license | yyxx828/pro_modules | 61e0457b5f9c948a21f890a3abbc36e266443418 | 3f2e2328650c85346ccd8eb7b7b94906d1b90670 | refs/heads/master | 2022-10-05T16:09:24.889606 | 2019-11-08T06:30:50 | 2019-11-08T06:30:50 | 216,776,105 | 0 | 0 | null | 2022-09-08T01:03:01 | 2019-10-22T09:35:45 | Java | UTF-8 | Java | false | false | 1,296 | java | package com.xajiusuo.utils;
import javax.validation.constraints.NotNull;
public class FileUtils {
private static final String TXT = "^.+\\.(?i)(txt)$";
private static final String CSV = "^.+\\.(?i)(csv)$";
private static final String TSV = "^.+\\.(?i)(tsv)$";
public static boolean isTxt(@NotNull Stri... | [
"yyxx_828@qq.com"
] | yyxx_828@qq.com |
bf7784de95785cd4bc2b2065b6df8622d0ad75bb | 8fa42a21ca1bb6aa2051a5f0bb4a7f9948d6fe47 | /src/main/java/br/com/caelum/ingresso/model/Sessao.java | 5cf73aa2e9141c4143fb80439f757094bafa890a | [] | no_license | JeisielS/fj22-ingressos | 1461a4d93c19de004e0a30488da9ed0e6de6e22e | 42f7bb42fcb46c320da4e017d72fa4233a9e3637 | refs/heads/master | 2021-04-06T03:56:41.638977 | 2018-03-17T00:42:47 | 2018-03-17T00:42:47 | 124,969,396 | 0 | 0 | null | 2018-03-13T00:37:35 | 2018-03-13T00:37:34 | null | UTF-8 | Java | false | false | 2,029 | java | package br.com.caelum.ingresso.model;
import java.math.BigDecimal;
import java.time.LocalTime;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persist... | [
"jeisiel_silva@hotmail.com"
] | jeisiel_silva@hotmail.com |
e12d20cd7e5ea76b455d79a2720a4cd84de40e4f | 379657221529b3ba617d2ee824b100c4c04b2cbc | /ShoppingCart-master/src/main/java/com/skillmine/repository/ProductRepository.java | 7dbeaaae592e4521462280bc9eedcc337d6fdf6f | [] | no_license | shah1991/shoppingcart | 47c9e3eda1fc68ddfd94956c1642f6b90477e565 | 264f543539baab409d2311369f365e5305869852 | refs/heads/master | 2023-08-15T13:53:41.878894 | 2021-09-24T05:52:37 | 2021-09-24T05:52:37 | 409,196,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package com.skillmine.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.skillmine.domain.Product;
public interface ProductRepository extends JpaRepository<Product, Long> {
List<Product> findByCategory... | [
"shahroz.ahmed1991.com"
] | shahroz.ahmed1991.com |
b704102d2193ae844caa57d4a2e681a2dd1e237b | 74252bcac14660e8a85406ee301065b80a5ddb28 | /app/src/main/java/br/edu/ifpb/appcivico/listeners/OnClickListarSinesComRaio.java | abe3defc7b37a8340b44809396819920b53d5ccf | [] | no_license | RebecaGaldino/AppCivico | 90f8b97d70e6e9ff242b1f259bf5ac82dff1555a | 9a1721ac3c950fbde6ccbacb8c390ce57344e120 | refs/heads/master | 2021-01-12T13:13:16.667016 | 2017-02-22T04:42:37 | 2017-02-22T04:42:37 | 72,153,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package br.edu.ifpb.appcivico.listeners;
import android.content.Intent;
import android.view.View;
import br.edu.ifpb.appcivico.activities.ListarSinesComRaioActivity;
import br.edu.ifpb.appcivico.activities.MainActivity;
/**
* Created by rebeca on 27/10/2016.
*/
public class OnClickListarSinesComRaio implements Vi... | [
"rebecaolg@gmail.com"
] | rebecaolg@gmail.com |
25097e342de6bf6ae2961e54b872f858fd8a5417 | ece7481a099689d53144fd61274ad08f0358d436 | /Custom Heuristic/src/maze/ai/core/BestFirstObject.java | bbdc1c958b59013198e7689e04aa759d25a58b4c | [] | no_license | oot4/AI-Search-Heuristics | eb28bb4cfaacb9578fdb24fce6d3dfdb06476428 | b3de4421e6fda742234b8bf8be1d5f824a1bd0a3 | refs/heads/master | 2020-05-19T17:48:53.306285 | 2019-05-06T07:13:18 | 2019-05-06T07:13:18 | 185,142,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package maze.ai.core;
import java.util.ArrayList;
public interface BestFirstObject<T extends BestFirstObject<T>> {
// Pre: None
// Post: Returns all objects that can be generated from this with one move
public ArrayList<T> getSuccessors();
public int hashCode();
public boolean equals(Object other... | [
"32599237+oot4@users.noreply.github.com"
] | 32599237+oot4@users.noreply.github.com |
bafde3bcdc1c18ca3ab6016261be4640e63fa0f8 | 8b03806f33edcf5f425de71b193f99ab20844ab1 | /src/day20_WhileLoops/UntilNegative.java | f7bcaebf98c1609af756edb211b335e55e1f5f14 | [] | no_license | Igruss/javanizm | 7968d92f89027abc7863845e971379aabb054ec7 | e3d620e3eb6f017400eb7b94e4a6d7ec7db4fcaa | refs/heads/master | 2023-02-08T01:12:47.320038 | 2020-12-30T23:50:38 | 2020-12-30T23:50:38 | 284,542,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package day20_WhileLoops;
import java.util.Scanner;
/*
. Write a program that calculates the sum of numbers entered by the user until user enters a negative number.
hint: you need an infinite loop
*/
public class UntilNegative {
public static void main(String[] args) {
Scanner scan = new Sc... | [
"ruller0611@gmail.com"
] | ruller0611@gmail.com |
2a578bb98569f79e51e9889f8ba64099b554a3d7 | d6f46a9b77ae40c5fff5c475e86ff1215ba0b3ee | /app/src/main/java/com/geno/FingerprintUiHelper2.java | b153179c84b23f5984b7b6885019f79dd774e5c1 | [] | no_license | witleetaehun/payment | bbeff9b031cea22376d96725618f04905d4152b1 | 331341fb4447ca01417928cad3b8a357a59814a4 | refs/heads/master | 2021-01-23T03:48:20.577587 | 2017-06-28T04:21:22 | 2017-06-28T04:21:22 | 86,125,492 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,132 | java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | [
"sytty"
] | sytty |
0cfae083d6f665cb6c8bf57b5f406e3f4045c560 | be11b479da93a8b293550240582a55b4d60dd9a8 | /src/main/java/com/pri/entity/Page.java | d0cd843ad283eb02e7c73b9c768224f3858dffc1 | [] | no_license | 1163646727/project | 6921eeb4939cb63676f8c7756378a4b1afd7dd2a | 3ffc2b1d57d9179ae7bf963870f2585c424c4f0f | refs/heads/master | 2022-07-03T20:01:27.039962 | 2021-10-18T09:49:11 | 2021-10-18T09:49:15 | 183,396,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,152 | java | package com.pri.entity;
import java.util.HashMap;
import java.util.Map;
/**
* @ClassName: Page
* @Description: 分页实体
* @author: ChenQi
* @CreateDate: 2019/5/6 11:43
*/
public class Page {
private int showCount; //每页显示记录数
private int totalPage; //总页数
private int t... | [
"1163646727@qq.com"
] | 1163646727@qq.com |
0b10eca8d3d6d4518912c82785d0dac0568a9832 | 28d75e1335f089a97165509ab7a5cf7e87d3839c | /src/harry/tan/webservice/App.java | 9325ff60f1d90aa51e0584b4a816b086fa26e785 | [] | no_license | tanxiujiang/multi_thread | a8d90b2b44e7532f4c979e464a813c5e7bb59b8f | 763c642f3ed5d3cc48a83d560607c1bb029a0d06 | refs/heads/master | 2021-01-10T02:48:18.099646 | 2015-08-18T08:14:56 | 2015-08-18T08:14:56 | 36,604,990 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 101 | java | package harry.tan.webservice;
public class App {
public static void main(String[] args) {
}
}
| [
"1026741594@qq.com"
] | 1026741594@qq.com |
8b1fe48068ffede74cfcf6cb4519cf3f00255d05 | 5270ebeadad99ada05ad0aac47b70452a6ed84a4 | /Practice file/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/Book/org/apache/jsp/directive_jsp.java | 8ee235d864cca63f64565579c4ba250895e23fdb | [] | no_license | heeya15/JSP-Daily_Study | 87739a199e430b15f719e5810f94de4a2c914029 | 5dc23f81a4cb2ab664040ab2511f0072dab20f65 | refs/heads/master | 2023-05-15T11:11:13.002320 | 2021-06-04T14:01:04 | 2021-06-04T14:01:04 | 318,168,770 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,155 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.5.60
* Generated at: 2020-12-04 09:26:42 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"hgi7201@naver.com"
] | hgi7201@naver.com |
8c093ade5dde6845af11310a83d7c10eda718533 | bcaef12c9b6fdc07aed582a27b8ceb2dad4e0298 | /src/test/java/com/aliyun/openservices/log/functiontest/EtlFunctionTest.java | 82f154c0e414e396f778b14bf28993780af1144a | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Janzee/aliyun-log-java-sdk | 46099cf0a0f50d9b3b3502eabcee97327174e650 | bbebf84c256ba0ce17005bb1f5c42fc0c116cc50 | refs/heads/master | 2020-03-19T16:02:59.050951 | 2018-06-05T14:37:31 | 2018-06-05T14:37:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,008 | java | package com.aliyun.openservices.log.functiontest;
import com.aliyun.openservices.log.Client;
import com.aliyun.openservices.log.common.*;
import com.aliyun.openservices.log.exception.LogException;
import com.aliyun.openservices.log.request.*;
import com.aliyun.openservices.log.response.*;
import net.sf.json.JSONObject... | [
"wind.tangkai@gmail.com"
] | wind.tangkai@gmail.com |
b2a4fb50a3f47eba271222470a0c26fb842265c8 | 8df7f5d31493f85e93769328e6400ac123aa3d0c | /app/src/main/java/com/example/chajianhua/App.java | c8772407d205fa41f5f901cb3b9c25d56506641d | [] | no_license | Gracefulwind/ChaJianHua | ac7cc5616935510dfaa0db233b3f87a58d80e3a6 | 6eb5e32f14af942d9b87a69f00f3487843336a5a | refs/heads/master | 2022-04-17T13:50:55.774377 | 2020-04-20T03:20:59 | 2020-04-20T03:20:59 | 256,477,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.example.chajianhua;
import android.app.Application;
import com.alibaba.android.arouter.BuildConfig;
import com.alibaba.android.arouter.launcher.ARouter;
import com.gracefulwind.commonuiutil.utils.UiUtil;
public class App extends Application {
@Override
public void onCreate() {
super.onCr... | [
"Gracefulwindbigwang@gmail.com"
] | Gracefulwindbigwang@gmail.com |
9d4a203f18b918ddbaee66b7190b6ff6d513a7ea | 0520bc6b3b7e7d3948ef35d2eebd934069b61b55 | /app/src/main/java/com/example/chin/tiktak/clock_list_item_adapter.java | 54cc4ba4db6bfbb8eb7ee1fca222e858d181942a | [] | no_license | TimeFur/TikTak | 58272ce23875bf12ba11d463e5804f4208fc93f7 | 7c572bd885b10626812e56bc0ca7e5e8a770b3c0 | refs/heads/master | 2020-04-17T14:42:43.705919 | 2019-11-07T15:11:54 | 2019-11-07T15:11:54 | 166,668,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,528 | java | package com.example.chin.tiktak;
import android.app.TimePickerDialog;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ImageButton;
import android.widget.SimpleAdapter;
import android.widget.TextVi... | [
"djs860403@gmail.com"
] | djs860403@gmail.com |
1afe0ca64fb13e23b839ac1c072b5478324a01d7 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-emr/src/main/java/com/aliyuncs/emr/transform/v20160408/DescribeScalingConfigItemV2ResponseUnmarshaller.java | 16bbfac36eca5263aef950dc95245e449a7e5ea6 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,697 | 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
564866ccef94a865b3983b36223db74de4e424a1 | 14966ace1946bb4bba864661125d3c892e8a991b | /slovar/obj/Debug/81/android/src/android/support/v7/appcompat/R.java | 19099bdcf621e692ab0e852bb9a43647eadea629 | [] | no_license | whatisdeadmayneverdi3/praktika | 3e98e2b958c9bbacf397082b32b69b3a29954053 | 259b35d9b48e4a4e8c50f84d5063515fa1218863 | refs/heads/main | 2023-07-28T08:13:23.721362 | 2021-09-11T12:45:02 | 2021-09-11T12:45:02 | 405,368,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 633,406 | 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 android.support.v7.appcompat;
public final class R {
public static final class anim {
public static int abc_fade_in=0... | [
"61790750+whatisdeadmayneverdi3@users.noreply.github.com"
] | 61790750+whatisdeadmayneverdi3@users.noreply.github.com |
a6a1df9a024844908e0503141d34b1963e03e0af | 0671b5ebc2448c849353370015c11216bec756c4 | /Java/EjerciciosHerencia/ejer1/Titular.java | b9768c2503e420cc8a65f60715df1b32dad5b86e | [] | no_license | egarsan176/GitLinkedIn | 739b610b8e5271136015fb7b081c864f79d545c9 | 1ddf888b7e882e1442605549790c740efef59ae8 | refs/heads/main | 2023-07-28T13:14:54.898873 | 2021-09-13T11:41:39 | 2021-09-13T11:41:39 | 383,934,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package ejeHERENCIA.ejer1;
public class Titular {
private String nombre;
protected int edad;
public Titular() {}
public Titular(String nombre, int edad) {
super();
this.nombre = nombre;
this.edad = edad;
}
@Override
public String toString() {
return "El titular es " + this.nombre + "y su edad es "+... | [
"estefaniagarci@gmail.com"
] | estefaniagarci@gmail.com |
f0b913910402ebce756c0451b5ded7c757b0bb0e | eac2da6738a80ab04330262fab9cf9c2321bb270 | /app/src/main/java/com/kxl/recyclerviewaddheadview/HeaderBottomAdapter.java | d766bda728254b647a0c311f13a53b20744c22c7 | [] | no_license | kongxianglei0403/RecyclerViewAddHeadView | 592eaa3a7226e56fda0f579d09d947e1e8c25468 | ef3a0e4694ea6e101c72a723fe80d7fc984bffa9 | refs/heads/master | 2020-04-09T23:39:20.496799 | 2016-09-13T03:58:32 | 2016-09-13T03:58:32 | 68,072,693 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,695 | java | package com.kxl.recyclerviewaddheadview;/**
* @author by atu
**/
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
/**
* Created by Administrator on 2016/9/12.
... | [
"5877076hn"
] | 5877076hn |
89a50994092d910c5c3732fe418273e5ea74a032 | 411fdcd1ddeb37b7a6e45ef40fd7b13b5e163d8e | /app/src/main/java/io/github/mobileteacher/wordsexchange/MainActivity.java | c71cbaad888628c743cfe144a364a31cc5821911 | [] | no_license | MobileTeacher/WordsExchange | 10a88a76ecbe4a9d7b018749b083ba6d2f0b3c54 | 2b6b9d48a3aec81789222e8a9e31402be48834a3 | refs/heads/master | 2020-03-28T22:17:22.960807 | 2018-09-18T03:08:37 | 2018-09-18T03:08:37 | 149,221,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package io.github.mobileteacher.wordsexchange;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.l... | [
"hallpaaz@gmail.com"
] | hallpaaz@gmail.com |
f18d71da80de803385d6076167ab73c416bd5e81 | 76b76940f3106d2c3db8205e23b47e407e5e00ff | /app/src/main/java/com/example/haidangdam/myapplication/add_task/AddEditTaskPresenter.java | a08e211ecdd95c96d1e227d34be5645bce6b21bc | [] | no_license | haidangdam/TO-DO-APP-MVP | c886950451a4a907ff61b776b6125c3f8600984b | 66b7bfd3741daff74244967cbdeda26d0a8df3d7 | refs/heads/master | 2021-01-23T06:10:59.081833 | 2017-06-06T08:59:01 | 2017-06-06T08:59:01 | 93,013,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,529 | java | package com.example.haidangdam.myapplication.add_task;
import android.os.Bundle;
import android.util.Log;
import com.example.haidangdam.myapplication.Task;
import com.example.haidangdam.myapplication.main_activity.MainActivityInterface;
import com.example.haidangdam.myapplication.main_activity.MainActivityView;
/**
... | [
"JDzqt995"
] | JDzqt995 |
fa27b84b4b73efdd43d94616bb09149d853d4ca9 | fa3893cd5593cb0475e5a2308931a356c9bcab26 | /src/org.xtuml.bp.ui.graphics/src/org/xtuml/bp/ui/graphics/layout/FixedTextLocator.java | 4ece2602c04f37278fcf75cf7e2ba0cdbbc3fd8c | [
"Apache-2.0",
"EPL-1.0"
] | permissive | leviathan747/bridgepoint | a2c13d615ff255eb64c8a4e21fcf1824f9eff3d5 | cf7deed47d20290d422d4b4636e7486784d17c34 | refs/heads/master | 2023-08-04T11:05:10.679674 | 2023-07-06T19:10:37 | 2023-07-06T19:10:37 | 28,143,415 | 0 | 1 | Apache-2.0 | 2023-05-08T13:26:39 | 2014-12-17T15:40:25 | HTML | UTF-8 | Java | false | false | 3,450 | java | //========================================================================
//
//File: $RCSfile: FixedTextLocator.java,v $
//Version: $Revision: 1.5 $
//Modified: $Date: 2013/01/10 23:06:00 $
//
//(c) Copyright 2005-2014 by Mentor Graphics Corp. All rights reserved.
//
//=================================... | [
"s.keith.brown@gmail.com"
] | s.keith.brown@gmail.com |
295dea6f1c3fc472bc7badc6efe249cd9b4189b2 | 945da52dec387f2a82341f7ead2219477b3e70bc | /mobileassistant/MobileAssistant/endpoint-libs/libmessageEndpoint-v1/messageEndpoint/messageendpoint-v1-generated-source/com/codesdk/mobileassistant/messageEndpoint/MessageEndpointRequestInitializer.java | 29326df21b7f1f626aa4f852fb848e52c0edabd7 | [
"Apache-2.0"
] | permissive | codelabspro/mobileassistant | 1e8c6f677c08a8756f8a2985da727ba531433a5b | 4548d2bac7d1a7474332c8b599c5b424577bb3c7 | refs/heads/master | 2022-10-29T00:30:50.612511 | 2014-08-05T05:36:42 | 2014-08-05T05:36:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,616 | 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... | [
"codesdktutorials@gmail.com"
] | codesdktutorials@gmail.com |
bb5c1d7d71bb7c87dcd096d31a33668e3bea00fc | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Gson-17/com.google.gson.DefaultDateTypeAdapter/BBC-F0-opt-70/8/com/google/gson/DefaultDateTypeAdapter_ESTest_scaffolding.java | 45c24216a52b16e7f24bf7d2dfa4ad1f29d14e81 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,085 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Oct 14 01:15:47 GMT 2021
*/
package com.google.gson;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
impo... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
f7157d01f1dec7c867afe907e931d43a307f9d4c | 332297e5b7277ad48ec867933bd2c88bf49e8ff4 | /chrome/android/java/src/org/chromium/chrome/browser/tab/TabContextMenuItemDelegate.java | 45c7a620bf5f6828bb03fca63dfe6791911f92dc | [
"BSD-3-Clause"
] | permissive | chorman0773/chromium | 3b4147a24e41dab4abe82cde84b9a6f52dd7ee67 | ba837a33fd29823d60e8119daf0d5b8113384ca6 | refs/heads/master | 2022-11-29T21:39:15.228897 | 2018-11-13T15:42:24 | 2018-11-13T15:42:24 | 157,396,636 | 1 | 0 | NOASSERTION | 2018-11-13T15:42:25 | 2018-11-13T14:52:16 | null | UTF-8 | Java | false | false | 12,363 | java | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.tab;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0aa4570dfca3b61edd2f128c20968f36790a3c27 | 3bc88bad2063e40a3f9f4bce4bd18cd474798cce | /백준/BOJ 2884 알람 시계/Main.java | f76f4f52f79d95cc002101924b9bb9584ea99d08 | [] | no_license | cocobino/ACM-ICPC | b1793403bf4f759adf6457f36a78d47dd5988135 | 03c1f8a24f50229abebe03657dc2ef75d2816244 | refs/heads/master | 2023-02-26T02:09:15.120403 | 2023-02-20T15:08:44 | 2023-02-20T15:08:44 | 128,730,398 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java |
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringT... | [
"coolbino@naver.com"
] | coolbino@naver.com |
e4d0a7d7932e51607d0190d5be8b6799d7af06ea | 25e8388c82afad04a4351cafa3e11c7ba972b0e9 | /Geico/src/main/java/motorVehicle/MotorVehicleCustomerInfo.java | 299019bd3259acbf0a8e865fa5ba98d7ce9f8dfe | [] | no_license | mohammad898/PNT_HybridFreamwork | 20b539221d988ec6d99e0730977515c4bf46da9e | 37773d12f20397cd7605ffa243c973950ce8952e | refs/heads/master | 2020-04-01T11:52:12.341679 | 2018-10-16T00:12:01 | 2018-10-16T00:12:01 | 153,181,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package motorVehicle;
import base.CommonClass;
import homePage.InsuranceProducts;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class MotorVehicleCustomerInfo extends CommonClass {
InsuranceProducts obj = new InsuranceProducts();
@FindB... | [
"afiafarjana560@gmail.com"
] | afiafarjana560@gmail.com |
0a83a94717a0ced1165160636376d7dfbe10c441 | 284c213ed17ea373eb241ada9f830ca6742942c6 | /src/datastructure/BinarySearchTree.java | cf9948857e98495c93f03e4f8e098b7c9fa45858 | [] | no_license | mars920314/LeetCode | d0a50b951185249af61fd6681c65224dca4ec653 | 654e59797d19437cac8d1cf7e171770729f901f4 | refs/heads/master | 2021-01-10T07:17:54.057857 | 2016-03-19T15:51:29 | 2016-03-19T15:51:29 | 54,273,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,550 | java | package datastructure;
public class BinarySearchTree {
TreeNode root=null;
BinarySearchTree(int x){
this.root=new TreeNode(x);
}
void insert(int x){
insert_current(root, x);
}
TreeNode insert_current(TreeNode current, int x){
if(current==null){
return new TreeNode(x);
}
else if(x<current.val)
cur... | [
"mars.314@hotmail.com"
] | mars.314@hotmail.com |
2bc15d5c58a9f097c10baa32410f287b9fe96957 | 5f3fddd2ead0102c4ddd3d074370152e3ee7fd0d | /app/src/main/java/com/number26/anibal/myapplication/service/Number26Service.java | b509ff4820604c0567e0f2a4e0f7cb7ab26fea93 | [] | no_license | Hannibalem/mygraph | aef0a37ee4686da90bfeb8695ef1ea1dc784f9ba | 4536eb8d3bb37e232bc552019c85eefd93e42109 | refs/heads/master | 2021-01-17T17:36:33.898562 | 2016-08-12T18:59:50 | 2016-08-12T18:59:50 | 63,176,464 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package com.number26.anibal.myapplication.service;
import com.number26.anibal.myapplication.api.BaseResponse;
import com.number26.anibal.myapplication.model.Interval;
import java.util.List;
import retrofit2.http.GET;
import retrofit2.http.Query;
import rx.Observable;
/**
* Created by anibal on 30.06.16.
*/
public... | [
"anibal.camunas@gmail.com"
] | anibal.camunas@gmail.com |
a1373c270e31fad4918984c1cc428c05e5915a86 | b382c12025087b169bdc66158bdba6098af04bc1 | /src/main/java/my/project/log/analysis/service/filters/impl/LogFilterByTime.java | 113bf536b22f9658b28201424c0fef96bbab8e9d | [] | no_license | NikolayNN/LogAnalysis | d4a516e4e8b4a1cabbe6a618ffd15325bea85de9 | 7db4bf044dde50f7ed65f715f78f1e9a62f597c4 | refs/heads/master | 2021-07-03T05:12:36.884742 | 2017-09-19T22:21:29 | 2017-09-19T22:21:29 | 103,733,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 745 | java | package my.project.log.analysis.service.filters.impl;
import lombok.AllArgsConstructor;
import my.project.log.analysis.exception.LogFilterInterruptingException;
import my.project.log.analysis.model.LogMessage;
import my.project.log.analysis.service.filters.LogFilter;
import java.time.LocalDateTime;
/**
* @author N... | [
"kolya.by@mail.ru"
] | kolya.by@mail.ru |
33935a3992edfc0dbee43ff938def0c0ec577fad | e24f3d5d3e0ea1398244fbc450f5ea33bb08f0ab | /dmd_project-dao/src/main/java/ru/innopolis/dmd/project/dao/postgresql/AbstractDaoImpl.java | b8adab3f642aa8a51258a9128cefdd6367932f6f | [] | no_license | TimurKasatkin/dmd_project | 17e506098ffc76bb304815f0d5442bc09213f60d | c62ce95ec0b96f3bedb1d03dd50ce3ab5e18efc7 | refs/heads/master | 2020-04-05T23:04:24.365487 | 2016-12-29T09:19:27 | 2016-12-29T09:19:27 | 42,849,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,752 | java | package ru.innopolis.dmd.project.dao.postgresql;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.ResultSetExtractor;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.datasource.DriverMa... | [
"aronwest001@gmail.com"
] | aronwest001@gmail.com |
c4c8a3c6a3d8ff331947d068ff76e067172e039d | fa7a06a099386cc7d4a4414c9914259835962006 | /microservicecloud-provider-dept-hystrix-8001/src/main/java/com/sk/springcloud/service/DeptService.java | fb40cb4e3a7563162c8d14fda196c4c641e5f494 | [] | no_license | xuepengcheng-001/microservicecloud | 54911d1e0afeffd47576a68618f202fb2506985b | 1953532b026b6b4e49235f966d55fb923cd33c9c | refs/heads/master | 2022-06-21T09:59:29.061928 | 2019-08-10T08:49:50 | 2019-08-10T08:49:50 | 201,603,850 | 0 | 0 | null | 2022-06-21T04:05:11 | 2019-08-10T08:43:05 | Java | UTF-8 | Java | false | false | 224 | java | package com.sk.springcloud.service;
import java.util.List;
import com.sk.springcloud.entitys.Dept;
public interface DeptService {
public boolean add(Dept dept);
public Dept get(Long id);
public List<Dept> list();
}
| [
"349625012@qq.com"
] | 349625012@qq.com |
1919b6de89abf43a8a70f82aed4c25fa25ea7eb9 | 0a6360134dbf6400383e119e618615e4c2aaeeff | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java | a42ee741d5959fd04720a092f4b881ae76c3cecc | [] | no_license | eduardscaueru/ContractSimplify | 716a0e59b57477948fa4a542c18df78c8cff8e30 | 8006dd7861a440c2f225d4ae9964aa103b293190 | refs/heads/main | 2023-02-09T12:22:55.437455 | 2021-01-07T13:35:14 | 2021-01-07T13:35:14 | 311,032,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,390 | 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.fragment;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"edi_scaueru@yahoo.com"
] | edi_scaueru@yahoo.com |
6a8ffd0aaa87d491c707ced0fd61fc7344e2c27a | 2bb0ab75288031a14a0494379e668c1c20d11540 | /src/com/massivecraft/factions/entity/BoardColls.java | 8ce013b6d6a2d78dd19fcf58e0a4d8ba970a9a36 | [] | no_license | crazyskink25/Factions | 9fbf6d2b42f229aef3a3c6e011d6131b95640650 | cf03bd5b8a8bf65a0829a1c37421501ca74b2150 | refs/heads/master | 2021-01-16T17:48:31.178179 | 2013-04-29T14:29:10 | 2013-04-29T14:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,347 | java | package com.massivecraft.factions.entity;
import java.io.File;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import com.massivecraft.factions.Const;
import com.massivecraft.factions.Factions;
imp... | [
"olof@sylt.nu"
] | olof@sylt.nu |
ef2f276685d60eca89aab458b80190ddc6a5526c | 78a9a4aadf6758d38754c0a398fe0c3659731a76 | /src/main/java/com/nirav/demo/ApplicationWebXml.java | c80cde367da6d8df1577df3dd1aa19b3d95a4613 | [] | no_license | nrvmodi/jhipster-sample-application | ff44d97f6096709ce909ccec0bfa2c094d0d3c8e | 0daa12e9a4ed6a260d5045275af99041f5c7a6b4 | refs/heads/main | 2023-02-07T10:29:58.233552 | 2021-01-01T11:24:26 | 2021-01-01T11:24:26 | 325,965,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.nirav.demo;
import io.github.jhipster.config.DefaultProfileUtil;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
/**
* This is a helper Java class that provides an alternative to creating a {@code web.xml}... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
f4e5ae5401ab9334dbaeca94cfd2b2e3fa10a02e | bd390bbe0e630eb402066955cc5d68cb7919521e | /src/officehours/April23.java | 91a40d6f705e70df4394a98b4a8cc9eded79f16b | [] | no_license | msarikoc/Spring2019Online_Project | 77bfb8904ff2571ba2d2006a0b1cb6b35f4e5024 | ef73f76911447763ed538f51b8dbbcd2440987a4 | refs/heads/master | 2020-05-27T17:16:45.311073 | 2019-05-26T17:24:52 | 2019-05-26T17:24:52 | 188,717,403 | 1 | 0 | null | 2019-05-26T18:22:44 | 2019-05-26T18:22:44 | null | UTF-8 | Java | false | false | 1,523 | java | package officehours;
import java.util.Arrays;
public class April23 {
public static void main(String[] args) {
// isPalindrome(43234);
// int num = 1;
// System.out.println("Result: "+ (num%10));
// int reversed = reverseNumber(123456789);
// System.out.println(reversed);
System.out.println(fib(20) == 6765);
... | [
"cybertekstudio@wsip-70-166-39-41.dc.dc.cox.net"
] | cybertekstudio@wsip-70-166-39-41.dc.dc.cox.net |
9a543dc20a04a2d8044b502c31fd4fc8f623bb0d | a8e092c1f877317f54882d66ccf5e6c5148fcce3 | /src/main/java/bitmap/BitMapFile.java | 6562235286c1ea4d773fb91c7c464373691d2486 | [] | no_license | shikhar1sharma/Columnar_DB | 6f8401dac9f57f3663422037be2071dddbe16602 | c913bd18bf1cee5026b22238d2255a3b2201000f | refs/heads/master | 2021-09-09T06:17:19.604371 | 2018-03-14T05:21:21 | 2018-03-14T05:21:21 | 125,158,868 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,613 | java | package bitmap;
import java.io.IOException;
import bufmgr.HashEntryNotFoundException;
import bufmgr.InvalidFrameNumberException;
import bufmgr.PageUnpinnedException;
import bufmgr.ReplacerException;
import columnar.ColumnarFile;
import diskmgr.Page;
import global.*;
public class BitMapFile {
private BitMapHe... | [
"shikhar1.sharma@gmail.com"
] | shikhar1.sharma@gmail.com |
e6a7a792d93cff4d8dd8b53945dfe04463e13779 | 5c751af50b8766802c19e2e1d39aed9e55ff478c | /src/subject/observer/pattern/ISubject.java | 070f75eb06b25574c508889664637b5abd5c423b | [] | no_license | rabbitmz/HeadFirstDesignPatternBook | 6e3e4422610b3a037ea888055bcc48c3269929b8 | 3cd4de9e5a4bb95c734e1ec5771b80973a34ed07 | refs/heads/master | 2020-04-07T07:04:34.762118 | 2018-11-22T04:57:06 | 2018-11-22T04:57:06 | 158,162,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package subject.observer.pattern;
/**
* An interface that represents the subjects
*
* A subject is responsible to publish the data to the observers
* @author rabbit
*
*/
public interface ISubject
{
void registerObserver(IObserver observer);
void removeObserver(IObserver observer);
void notifyObservers();
}... | [
"yuri2jwingeter@gmail.com"
] | yuri2jwingeter@gmail.com |
d7455f7928b411a494d24c16a61b3f30154e2b1a | 0ada9e37f14143f182498206cd3bec4db0eb4661 | /oap-stdlib/src/test/java/oap/util/MemoryMeterTest.java | f6e40860c58988ea5719d8818e5375dad873bbdf | [
"MIT"
] | permissive | vi-ai/oap | b5d428d0ac96c97a9cf93989e964b9adec91bb44 | b5f907d572a36a40dcd7ce1c68aea709f6542349 | refs/heads/master | 2023-07-21T14:18:41.248753 | 2017-12-11T12:10:02 | 2017-12-11T12:10:02 | 82,679,470 | 0 | 0 | null | 2018-01-12T14:11:29 | 2017-02-21T12:52:03 | Java | UTF-8 | Java | false | false | 1,450 | java | /*
* The MIT License (MIT)
*
* Copyright (c) Open Application Platform Authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the r... | [
"nofate@ukr.net"
] | nofate@ukr.net |
9bb72b96500f1b3c3e3e33d83a1e3b736b05419c | b01eab4165d36bf5c50e8c28deca9991bfc963f2 | /src/dp/behaviour/state/problem/ToolType.java | 49931a18f608951c7a59ce0181dce1165cd14001 | [] | no_license | Hmida-Rojbani/DP-Samples | 0925c57349de610cbbd999a697fc445e35f40db3 | 4d73370f8756bb6d34d974b4e6f8f5bf9d920999 | refs/heads/master | 2023-03-14T13:13:43.782838 | 2021-03-05T12:39:51 | 2021-03-05T12:39:51 | 344,777,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package dp.behaviour.state.problem;
public enum ToolType {
SELECTION,
BRUSH,
ERASER
}
| [
"31728681+Hmida-Rojbani@users.noreply.github.com"
] | 31728681+Hmida-Rojbani@users.noreply.github.com |
16307b6fe907d4556f48da1ef582f461ef0b7453 | 7cfe6d59908021d848d580df3c5024a1207e41aa | /customwidget/src/main/java/cn/xxt/customwidget/thinkinginjava/io/file18_7/BinaryFile.java | 5f9c1233dbec4d43f8ad23db73593116478562da | [
"Apache-2.0"
] | permissive | Martin-zhq/someexercise | ee80f469769eeeec6eb11c28267d2ad7d750bc40 | 6edd6cc4ce260c189727a487652738549ca61d56 | refs/heads/master | 2022-03-04T21:16:51.379746 | 2019-12-02T10:04:24 | 2019-12-02T10:04:24 | 114,429,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package cn.xxt.customwidget.thinkinginjava.io.file18_7;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
/**
* @Author zhq
* @Date 2019-12-02-17:25
* @Description
* @Email 1457453696@qq.com
*/
public class BinaryFile {
public static byte[] ... | [
"1457453696@qq.com"
] | 1457453696@qq.com |
bcf4ffb33c2d5550b4620b9ed0a7775c19d85ebe | 04b3202071e9be38bb6d800c7b348edc88dc11d5 | /src/main/java/br/com/ifood/vehiclerouting/entity/Client.java | b75ec2eddd1a13dbc32636af23f507b19cb053ac | [] | no_license | jeffersonrodrigues92/vehiclerouting | d9e2d0f09023fd4b1a2f8948fba5e1c2fa3428d1 | bce4ff780c15b47eae3b2e31306492085b34b978 | refs/heads/master | 2020-04-09T15:38:44.369043 | 2018-12-10T13:27:03 | 2018-12-10T13:27:03 | 160,431,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | package br.com.ifood.vehiclerouting.entity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
@Entity
@Table(name = "client")
public class Client {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@NotNull
private Double lat;
@NotNull
private... | [
"jefferson.rodrigues@MacBook-Pro-de-Jefferson-2.local"
] | jefferson.rodrigues@MacBook-Pro-de-Jefferson-2.local |
c531b982e733aaf7dbd2a7002a96de73a3fb69d4 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.browser-base/sources/org/chromium/chrome/browser/notifications/settings/NotificationSettings.java | 7a4d95d23132d716c3e7f55a8ace9f2bcf5631f9 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 1,856 | java | package org.chromium.chrome.browser.notifications.settings;
import J.N;
import android.os.Bundle;
import androidx.preference.Preference;
import com.oculus.browser.R;
import org.chromium.chrome.browser.profiles.Profile;
import org.chromium.components.browser_ui.settings.ChromeSwitchPreference;
/* compiled from: chromi... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
bbc44861963aa66201bfe230c8aab2348b34f141 | 1c311ca46807a37b50b494c0f0a0f9d57744b570 | /src/admin/frames/ItemExtendedFrame.java | 5f087f6616ac59d1b78db8f0b820516ae9f61a20 | [] | no_license | MrHistone/Admin | d6ef9159f8bf7b502fca0acf5d9f509365079bc1 | c3c807bcd517dd1a7cf68a256770c61ff46010f2 | refs/heads/master | 2020-12-30T13:20:00.564691 | 2017-05-15T14:36:38 | 2017-05-15T14:36:38 | 91,342,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,009 | java | package admin.frames;
import admin.ConfigWindow;
import admin.MDIStart;
import admin.Preferences;
import java.awt.Dimension;
import java.awt.Point;
public class ItemExtendedFrame extends javax.swing.JInternalFrame {
/**
* Creates new form ItemExtendedFrame
*/
public ItemExtendedFrame() {
... | [
"Bart Jansen@SOSDE49"
] | Bart Jansen@SOSDE49 |
6f27817a844cbc79d1ca4358658a123538d5f109 | 9db3b3baec2fdc7b93bd268595d127996b28e44b | /src/main/java/org/web3j/protocol/http/HttpService.java | a48d3186d4697556003366140e9d8b849de1768f | [
"Apache-2.0"
] | permissive | h2mch/web3j | 9f2831f15ca0f499e9401976619036e1ffd38efd | 3c6f609c7ce43c3c8655fac436ed487aa787e5b5 | refs/heads/master | 2023-08-06T21:19:38.756059 | 2017-05-14T22:30:43 | 2017-05-14T22:30:43 | 75,410,621 | 0 | 0 | NOASSERTION | 2023-08-01T22:44:27 | 2016-12-02T16:08:05 | Java | UTF-8 | Java | false | false | 2,900 | java | package org.web3j.protocol.http;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods... | [
"conor10@gmail.com"
] | conor10@gmail.com |
3ba2d2ae714fd2ace48b425f1cbf0e54c969196c | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/iRobot_com.irobot.home/javafiles/com/irobot/core/PushNotificationPayloadUtils.java | 1d20cb50f8f5b77a57ddb84c7a1d18c907d2f180 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,112 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.irobot.core;
import java.util.concurrent.atomic.AtomicBoolean;
// Referenced classes of package com.irobot.core:
// AssetId
public abstrac... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
05fb26cd1aad70beb0755f11509249facb624f51 | afda65607d49070cf980497acd9789dcef64a186 | /src/main/java/net/smartcosmos/edge/things/converter/RestThingResponseToMapConverter.java | a8a008b5ab925af8ace34be3db5e75717c550905 | [
"Apache-2.0"
] | permissive | SMARTRACTECHNOLOGY/smartcosmos-edge-things | 35bbf802407ec18e54e6bf6b14623fbf0bb71df9 | 5987823f965ebf423c38d3ecaedfe6f9470ee94e | refs/heads/master | 2020-04-11T02:09:07.085873 | 2017-01-24T21:17:02 | 2017-01-24T21:17:02 | 61,788,340 | 0 | 1 | null | 2017-01-27T11:49:49 | 2016-06-23T08:27:21 | Java | UTF-8 | Java | false | false | 790 | java | package net.smartcosmos.edge.things.converter;
import java.util.LinkedHashMap;
import java.util.Map;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
import net.smartcosmos.edge.things.domain.things.RestThingResponse;
@Component
public class RestThingResp... | [
"andreas.siegel@smartrac-group.com"
] | andreas.siegel@smartrac-group.com |
40b65868e8877076db2de437108e3f58c9eecef0 | f3649575b113bb24591e95d16088ee58d91bf21e | /Source_Code/fBReader/src/main/java/org/geometerplus/fbreader/formats/oeb/OEBAnnotationReader.java | bc810f9634456289c5160dd6b72c922fcd522b82 | [] | no_license | lurongshuang/FBReader-Mupdf_library | 8b12cd4cb4d7d014491c0a20726908f539822cf7 | 6c08865a7cf7d5f1b6ec1cfde301a194b9900329 | refs/heads/master | 2021-05-08T21:38:29.037300 | 2019-12-02T07:34:52 | 2019-12-02T07:34:52 | 119,648,514 | 53 | 18 | null | null | null | null | UTF-8 | Java | false | false | 2,669 | java | /*
* Copyright (C) 2007-2015 FBReader.ORG Limited <contact@fbreader.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ... | [
"13269779672@163.com"
] | 13269779672@163.com |
5702aedd39fd0c66178a24a04480a807b943da4c | 73308ecf567af9e5f4ef8d5ff10f5e9a71e81709 | /jaso83310/src/main/java/com/example/jaso83310/UserService.java | 30450c55ff1d7045434e3b2cb0996ef4410037ff | [] | 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 | 1,116 | java | package com.example.jaso83310;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
@Transactional
public class UserService {
@Autowi... | [
"yukihane.feather@gmail.com"
] | yukihane.feather@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.