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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4555ed7bd86e108d78260b475b8d1e56e7e4e216 | d1d79c769156693f5b8e0eb921207bd1bf0e7ba2 | /src/main/java/br/com/guilherme/cursomc/domain/Categoria.java | 7a80b59866e199c3199b7f62a8e2917cb12bbd8a | [] | no_license | guilhermedigue/cursomc | bea90736d8e113b1eb1568708c4692da055cd838 | 52c75a723d7578ffee91af2ce171af8e056d08e6 | refs/heads/master | 2020-08-21T10:13:35.874271 | 2019-10-19T18:27:53 | 2019-10-19T18:27:53 | 216,138,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package br.com.guilherme.cursomc.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Objects;
@Entity
public class Categoria implements Serializable {
private static f... | [
"guilherme_digue@hotmail.com"
] | guilherme_digue@hotmail.com |
a3e1638ddf3d2ec1a9419fdab3fc252fede548e8 | 69deb05dc31c2e33de28738191a402011b61c855 | /src/pl/AdamWisniewski/car/Car.java | ece0bc04eacd1f7d0f265cb3d218f5f51a933e80 | [] | no_license | AdamWisniewski/VimExercise01 | 7479561b26da92cb6c03af53a3fcf12fc825d34d | 9867be3c1b1280379f1ea06de32822b771fdae2e | refs/heads/master | 2021-03-31T01:42:44.171167 | 2018-03-08T17:27:44 | 2018-03-08T17:27:44 | 124,422,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package pl.AdamWisniewski.car;
public class Car {
private ElectricEngine electricEngine;
private ConventionalEngine conventionalEngine;
private boolean carWorks = false;
private int fuel = 100;
// Electric car
public Car(ElectricEngine electricEngine) {
this.electricEngine = electricEngine;
}
// Convent... | [
"awisniewski27@gmail.com"
] | awisniewski27@gmail.com |
4593b59e868f3c57bcc075305136be093f0cf5e0 | 5af057e66e70dae899a87bdc1407f169b46e0038 | /plgE/AnalizadorLexico.java | 18be569c63c91765e1bb6873e5d8313efc779c5d | [] | no_license | BackupTheBerlios/plg0506 | ad249382fe0e719a9e6733b629e27f6feae7168d | 4962c1c55d575c72a75caf8ff68d3898a626d3d8 | refs/heads/master | 2021-01-01T17:21:08.351401 | 2008-06-08T17:35:34 | 2008-06-08T17:35:34 | 40,042,713 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 8,503 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
/**
* Clase que implementa el analizador léxico.<p>
* @author
*/
public class AnalizadorLexico {
// Archivo a analizar;
private BufferedReader in;
// Puntero a la tabla de símbolos.
private tablaSimbolos ts;
// Buffer para g... | [
"scaramouche"
] | scaramouche |
4d19d7ceae4a7ae7dc8c055f5582fa6b339d2d0c | 362fe7b4b63d89c14e6a69549d6cda215b268204 | /Mechanics.java | 6878b1ad02b024ec87549ec0b15742f73ffd75e2 | [] | no_license | tcloudb/Java-Wars | 722881eb9ec6e04aed55111e64d98fb82f5fc24e | 7c93347dd045950cf0407021963e14495619bc85 | refs/heads/master | 2021-01-19T14:45:52.138697 | 2017-04-13T21:06:21 | 2017-04-13T21:06:21 | 88,188,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java |
public class Mechanics {
private int turn;
public Mechanics() {
turn = 1;
}
public void battle(Unit a, Unit b) {
a.damage(b);
calcDeath(b);
if (!b.getIsDead()) {
b.damage(a);
calcDeath(a);
}
}
private void calcDeath(Unit a) {
if (a.getHP() == 0) {
a.setIsDead(true);
... | [
"tcloudb@gmail.com"
] | tcloudb@gmail.com |
eac0a88286d07c50a89e1375a892df44977d1cc0 | e789eec798176e5ac3836680c7b458332151cceb | /src/persistentie/JPAUtil.java | ed24300902928cb196ea04e3f735e5b25f926e9c | [] | no_license | thomasdejagere/SaniManage | 7ac5ac9213762259d4d8f7b95f78fd00c39074dd | 503ce4b004a9539c2901d668ef33bbf443b4ce3c | refs/heads/master | 2021-01-10T02:34:40.154927 | 2015-12-16T19:01:44 | 2015-12-16T19:01:44 | 48,129,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | 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 persistentie;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
*
* @author Seppe
*... | [
"thomas.dejagere.x7268@student.hogent.be"
] | thomas.dejagere.x7268@student.hogent.be |
6a6d36bc0a9f8d6934f2ecd2aee6d16913dd3e03 | 5e2cab8845e635b75f699631e64480225c1cf34d | /modules/core/org.jowidgets.tools/src/main/java/org/jowidgets/tools/powo/JoCheckedMenuItem.java | 49f4b96252b84b6a8c19b95d8da8bbc1f2935636 | [
"BSD-3-Clause"
] | permissive | alec-liu/jo-widgets | 2277374f059500dfbdb376333743d5507d3c57f4 | a1dde3daf1d534cb28828795d1b722f83654933a | refs/heads/master | 2022-04-18T02:36:54.239029 | 2018-06-08T13:08:26 | 2018-06-08T13:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,518 | java | /*
* Copyright (c) 2010, grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"herrgrossmann@users.noreply.github.com"
] | herrgrossmann@users.noreply.github.com |
5616561a5995cc6c55762fa6caa3e93775c7e43f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_e4d8a80c639d59173672634a9acb90c9a4f55c1f/BoxAndWhiskerRenderer/5_e4d8a80c639d59173672634a9acb90c9a4f55c1f_BoxAndWhiskerRenderer_s.java | a8fefff22d8c72051c89cc7faf7d8d7e0db595d8 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 42,171 | java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2009, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreec... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0cd52a92f948162ee91cab8cbb49b7503f1e306f | 4e7cc60be0d5b68da137506f4336a6a17167afa1 | /src/stegen/client/gui/score/ScoreTableRow.java | d18491d7eab440094cf0992b944913571c1c3e2c | [] | no_license | askeew/Vinnarstegen | e0b75c91b2635442b8a036b18f8f40f5f2a0d6a9 | c940703af68a77f4ecdbef7da01366431d687a4d | refs/heads/master | 2021-01-15T18:14:52.260393 | 2011-12-04T22:51:27 | 2011-12-04T22:51:27 | 2,666,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package stegen.client.gui.score;
import stegen.shared.*;
// Går det att få bort PlayerDTO?
public class ScoreTableRow {
public final PlayerDto player;
public final String score;
public final String ranking;
public final String changedDateTime;
public final String changedBy;
public final boolean currentUser;
p... | [
"bjorn.ekryd@gmail.com"
] | bjorn.ekryd@gmail.com |
28272552d8bec107c216c4ac627bc5cf271bf6ce | 3d12c4dd59406e12fa60cec790d9b3236a1a8ad8 | /strings/anagrams/anagrams.java | 9793651080e1b51277b465ae4bd6b4b12782c242 | [] | no_license | toyotathon/leetcode_problems | 5aec33d8ba810c63d73819400df0f5ca2b51e84e | b885f0e2c842902ba25bbd85859fccacad7bebb4 | refs/heads/master | 2021-09-04T01:28:17.944235 | 2018-01-14T03:19:05 | 2018-01-14T03:19:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | import java.util.*;
class Solution {
private static Map<Character, Integer> createMap(String s) {
Map<Character, Integer> returnMap = new HashMap<Character, Integer>();
int length = s.length();
for (int i = 0; i < length; i++) {
char current = s.charAt(i);
if (return... | [
"Jason_Valenzuela@comcast.com"
] | Jason_Valenzuela@comcast.com |
682b4ad86804011a0bc5d1cc4cb672b1a45e5192 | 5c206806f5c612d14400682030cda0bd23b98981 | /src/main/java/org/cyclops/integrateddynamics/core/inventory/container/ContainerMultipart.java | 4b60725b049eb059f755d9ef388597e89f1329af | [
"MIT"
] | permissive | way2muchnoise/IntegratedDynamics | 1ed49a413a21492e18e9bbe9ab51c03ccc81e41e | fcd4d71623a5a70d929bb7f6a9bed15745ac039f | refs/heads/master-1.10 | 2021-05-04T09:06:40.797829 | 2016-11-01T10:21:15 | 2016-11-01T10:21:15 | 70,403,691 | 0 | 0 | null | 2016-10-09T13:08:23 | 2016-10-09T13:08:23 | null | UTF-8 | Java | false | false | 3,709 | java | package org.cyclops.integrateddynamics.core.inventory.container;
import com.google.common.collect.Maps;
import lombok.Data;
import lombok.EqualsAndHashCode;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import org.cyclops.cyclopscore.helper.... | [
"rubensworks@gmail.com"
] | rubensworks@gmail.com |
d833795a1123b348c5226f027c35f0ec45fc6b57 | a8e47979b45aa428a32e16ddc4ee2578ec969dfe | /base/config/src/main/java/org/artifactory/descriptor/repo/distribution/rule/package-info.java | dc7e8858814b341d6143eb9803fc30dbfb38d12c | [] | no_license | nuance-sspni/artifactory-oss | da505cac1984da131a61473813ee2c7c04d8d488 | af3fcf09e27cac836762e9957ad85bdaeec6e7f8 | refs/heads/master | 2021-07-22T20:04:08.718321 | 2017-11-02T20:49:33 | 2017-11-02T20:49:33 | 109,313,757 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | /*
*
* Artifactory is a binaries repository manager.
* Copyright (C) 2016 JFrog Ltd.
*
* Artifactory is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at yo... | [
"tuan-anh.nguyen@nuance.com"
] | tuan-anh.nguyen@nuance.com |
716ca392e5a6f141cd967c2f2948df6bef710bad | 6dfe44a8e2c8c577536e0757164a4647eb020b3e | /src/me/naithantu/ArenaPVP/Gamemodes/Gamemodes/Paintball/PaintballTimer.java | 60f1e883a45ccdaf88738b220ae47fc474643bc7 | [] | no_license | SlapGaming/ArenaPVP | 0e2fd47fe5a6e1cc2bc3e2c6a8f9f55a6044fd68 | 685ede15b91f8e7330ef49c92e0057e19eb1acfa | refs/heads/master | 2016-09-05T23:09:28.002571 | 2015-03-02T20:52:31 | 2015-03-02T20:52:31 | 11,369,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package me.naithantu.ArenaPVP.Gamemodes.Gamemodes.Paintball;
import me.naithantu.ArenaPVP.Arena.ArenaExtras.ArenaPlayerState;
import me.naithantu.ArenaPVP.Arena.ArenaPlayer;
import me.naithantu.ArenaPVP.Arena.ArenaTeam;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.b... | [
"m.tebraake.95@gmail.com"
] | m.tebraake.95@gmail.com |
11cc14546abab3722f4a4c107b2948a0b97c627f | 431ccc0276d045e34c1749782e2d99c1179d219f | /dayTwo/Expression/ComparisonOperators.java | b5101dd50434da31ed469613e305fc9f37a0b277 | [] | no_license | Abeleencon/Core_java | 16c8daf5bf7df8dd8760bb4f58176e457ccdc162 | 25d6482b56cfe3511112ff231313fd4aebdd715f | refs/heads/master | 2020-04-01T15:32:21.879417 | 2018-10-16T19:26:01 | 2018-10-16T19:26:01 | 153,341,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package dayTwo.Expression;
public class ComparisonOperators {
//We have six relational operators in Java: ==, !=, <, >, <=, >=
public static void main(String[] args) {
int num1 = 10;
int num2 = 50;
if (num1 == num2) {
System.out.println("Num1 and num2 are the same");
}
else {
System.out.print... | [
"abiodunowoseje@gmail.com"
] | abiodunowoseje@gmail.com |
f448a5cd6b58dfdc803561758843f90235d72534 | 4cc020d488db5e7f856276fc4f6ec96efa9e25a0 | /src/main/java/io/praveen/reactbootapp/model/UserRepository.java | 70e9db30adef276482cb15e238c13903d5388ceb | [] | no_license | praveen270794/react-boot | abd2134b1ac47e8688761ddb56246131c2f65e0b | 7f54c3267078853049775e4b2eb963b75e49ed19 | refs/heads/master | 2023-02-09T21:59:11.145829 | 2020-05-31T11:45:23 | 2020-05-31T11:45:23 | 268,070,341 | 0 | 0 | null | 2021-01-06T03:43:54 | 2020-05-30T11:56:47 | JavaScript | UTF-8 | Java | false | false | 174 | java | package io.praveen.reactbootapp.model;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User, String> {
} | [
"praveen.gupta@magicbricks.com"
] | praveen.gupta@magicbricks.com |
f1fd5fb76369efbcbe4d6d867c51223389866c4f | 1932273022878e5adcf56d0309c2e25d9c40e7da | /src/main/java/jp/bananafish/spark/sample/Address.java | 3bd437135479cda5863fb22028667732947be712 | [
"MIT"
] | permissive | border-aloha/SparkSample | 47a5f2899d1aa8f0b7fc265a1d705c09d47b3ef5 | f3e3e4b65afc3f8db56427dc54ef35462279fa79 | refs/heads/master | 2020-05-31T16:04:07.867432 | 2014-11-03T13:10:10 | 2014-11-03T13:10:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,943 | java | /**
*
*/
package jp.bananafish.spark.sample;
import java.io.Serializable;
/**
* 郵便番号CSVのレコード
*
* @author border
*
*/
public class Address implements Serializable {
/**
* 全国地方公共団体コード(JIS X0401、X0402)
*/
private String jisCode;
/**
* (旧)郵便番号(5桁)
*/
private String oldPostal... | [
"tmikami@gmail.com"
] | tmikami@gmail.com |
d01d4cab57c46cb4c1f20fb8e394c4d0ab5e4984 | 06810721513d822ee66f72b0c3de355899510597 | /src/main/java/com/cis/project/config/CacheConfiguration.java | 14a2e99d6d4dc8e74869c751520f7f9cd221dc76 | [] | no_license | bonnefoipatrick/CisProjectApplication | 776c4070c55b961b3691c34600de08331ab3675e | 174598b4cc371e4a4e93ff2aff8eb440038e7398 | refs/heads/master | 2020-03-09T13:56:43.980452 | 2018-04-09T19:54:43 | 2018-04-09T19:54:43 | 128,823,204 | 0 | 0 | null | 2018-04-10T19:57:14 | 2018-04-09T19:28:13 | Java | UTF-8 | Java | false | false | 2,457 | java | package com.cis.project.config;
import io.github.jhipster.config.JHipsterProperties;
import org.ehcache.config.builders.CacheConfigurationBuilder;
import org.ehcache.config.builders.ResourcePoolsBuilder;
import org.ehcache.expiry.Duration;
import org.ehcache.expiry.Expirations;
import org.ehcache.jsr107.Eh107Configura... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
304573aedc00f46d3c1a923ad2ac4f8f3e49d26e | ee83062efa5a231fcac01a074880138687966a06 | /src/main/java/cn/wanglei/bi/utils/MissInfo2Redis.java | 294e60e02351fc25121f8bb3fd24c1e67ee825fc | [] | no_license | blake-wang/MyXiaoPeng_BI | 6f5a7549d2560c14fac4bca30ee862b80f149cd7 | 412b1bebc8761b7c4390cfc0c5b53c6f6671ff19 | refs/heads/master | 2021-01-01T15:37:31.407048 | 2018-02-10T10:37:11 | 2018-02-10T10:37:11 | 97,658,415 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package cn.wanglei.bi.utils;
import cn.xiaopeng.bi.utils.JdbcUtil;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import testdemo.redis.JedisUtil;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.HashMap;
import j... | [
"wangl@yyft.com"
] | wangl@yyft.com |
2af779dfc27eb5d2174641d6146807e2161b921e | 51db985d221ee30b35f103adb07e3107426c33dc | /app/src/main/java/example/com/android_note/model/Note.java | 09e7853de46a7ea806eebca329c7661062b1fc00 | [] | no_license | andrei1994rus/Android_Note | 5f879359cc6c7e814b8ebca2495904cf619d3ec0 | 9608ae63b08abbcba996f8634fccb1774a956adc | refs/heads/master | 2020-04-19T18:33:09.665242 | 2020-01-29T17:26:50 | 2020-01-29T17:26:50 | 168,366,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package example.com.android_note.model;
import java.io.Serializable;
/**
* This class is used for work with information of every note.
*/
public class Note implements Serializable
{
/**
* Date of creating/editing of note.
*/
private String date;
/**
* Identifier of note.
*/
private lo... | [
"parkur193@gmail.com"
] | parkur193@gmail.com |
b53279da1c7a21c5ff4713b8b3cbaed4e9a26ed0 | fe9d840eefd1034d86531678077513df021a6bad | /app/src/main/java/com/huoxy/androidheros/chapter3/CustomMeasureView.java | c953479516152a9acc92695c5340a104c40ed8e4 | [
"Apache-2.0"
] | permissive | ContinueCoding/AndroidHeros | 1d3496a4c3f8fb009adf9ee026a6dd6e6cde482f | 0d71bf022e037340a3627b38494e139bca9fce54 | refs/heads/master | 2021-01-20T06:15:17.020652 | 2018-01-31T00:32:48 | 2018-01-31T00:32:48 | 101,497,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,038 | java | package com.huoxy.androidheros.chapter3;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
/**
* Created by huoxy on 2017/8/16.
* 自定义View - 测... | [
"huoxiaoyi@didapinche.com"
] | huoxiaoyi@didapinche.com |
9eadbbf238528a51c55eebc82f60658220b8745b | 96f23ab49d69dff1431d81ae1428d4ef205774c1 | /src/main/java/com/capgemini/movieManagement/dao/MovieDao.java | ba814ebc1f41b43a06df2f137c5f20bb42d9f89c | [] | no_license | andy077/movieManagement | 6abe3a3245f8937ca0e1cc9e1008c9b51c25cda1 | a766e7435611340c8798bda265ccf13ee7b4a8ed | refs/heads/master | 2021-01-07T01:48:54.787059 | 2020-03-23T11:33:57 | 2020-03-23T11:33:57 | 241,543,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package com.capgemini.movieManagement.dao;
import com.capgemini.movieManagement.dto.Movie;
import com.capgemini.movieManagement.util.MovieRepository;
public class MovieDao implements MovieDaoInterface {
public Movie searchMovieById(int id) {
for(int i=0;i<MovieRepository.getMoviesList().size();i++) {
if(MovieRe... | [
"anandrajanand720@gmail.com"
] | anandrajanand720@gmail.com |
769221ba660c3e35fb1dbe543fecb3fa0fd44de9 | dca1f809072be590af0d518a488a173d4dd259c9 | /AndroidApp/Android911Client/app/src/main/java/com/example/cuixuelai/android911client/TaggingFragment.java | d60173a92aef6d3075fb004dd72afcc38e670491 | [] | no_license | yiwen-luo/911-Call-Indoor-Positioning | a6a18f138dc22b0ea15597314f3dc9c513103187 | 5bfd1b7ce56ab5e9d970db468499953486af417e | refs/heads/master | 2023-01-11T20:57:03.178096 | 2019-12-03T06:28:54 | 2019-12-03T06:28:54 | 70,303,164 | 0 | 0 | null | 2022-12-26T20:23:15 | 2016-10-08T04:13:25 | Python | UTF-8 | Java | false | false | 3,454 | java | package com.example.cuixuelai.android911client;
import android.app.Activity;
import android.app.Fragment;
import android.hardware.SensorEvent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.Comp... | [
"lyw920203@gmail.com"
] | lyw920203@gmail.com |
784716ccd7a95a0788ab43e82f72df63bee4e9d7 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/14/52/7.java | 6d740833a1fb6426268c1c2d013843319594dc85 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | Java | false | false | 2,037 | java | package round3;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
public class B {
public static void main(String[] args) throws FileNotFoundException {
Kattio io;
// io = new Kattio(System.in, System.out);
// io = new Kattio(new FileInpu... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
85074a20bb8809ca03fc3d0f1e1f13c662296100 | b4f4e0fda77d0d58cac2fad2d753e2a1925224de | /src/main/java/com/hekaihang/service/AccountServiceImpl.java | 39a97e706d6b8d117d09e349daad46b6437e22e8 | [] | no_license | 1yujian1/ssmbuild | aa4180c428cfce00dbc647f5e3a91dceb946f409 | 38ffcac3190b0d77e1e06e4e43e9592e8034f72e | refs/heads/master | 2023-01-05T15:53:48.897936 | 2020-10-20T01:48:38 | 2020-10-20T01:48:38 | 305,560,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,104 | java | package com.hekaihang.service;
import com.hekaihang.dao.AccountMapper;
import com.hekaihang.pojo.Accounts;
import javax.servlet.http.HttpSession;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class AccountServiceImpl implements AccountService {
private AccountMapper accountMapper;... | [
"1637601056@qq.com"
] | 1637601056@qq.com |
688aab9fdd3b8d9489174c7538e2f9e22429bfb6 | 1a3b0a73d52d029e709bfb1486fa1eb35c867a28 | /src/java/Main/DeleteCommentServlet.java | ec92bd2fcf37a0c3a06d7175c5679fccfebc2c1e | [] | no_license | almontasser/LearnRemotely | d68834fad68d9070a1f84c7a3aea04bc482cb901 | 96913545d59e903c5036448eef32dd5d5cef38d9 | refs/heads/main | 2023-02-18T09:57:22.604537 | 2021-01-20T04:49:33 | 2021-01-20T04:49:33 | 323,308,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | 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 Main;
import Main.Helpers.Auth;
import Main.Helpers.DataAccess;
import Main.Models.Comment;
import Main.Models.Post;
import ja... | [
"almontasser@outlook.com"
] | almontasser@outlook.com |
9bb315b17c7d93e8f80aaf4892d801386d800629 | 0689f3b456ddce965659abcd4d2de68903de59a1 | /src/main/java/com/example/jooq/demo_jooq/introduction/db/pg_catalog/routines/GinExtractJsonb.java | 8894d219518d2e3e6406aae81bfc2e230803e650 | [] | no_license | vic0692/demo_spring_jooq | c92d2d188bbbb4aa851adab5cc301d1051c2f209 | a5c1fd1cb915f313f40e6f4404fdc894fffc8e70 | refs/heads/master | 2022-09-18T09:38:30.362573 | 2020-01-23T17:09:40 | 2020-01-23T17:09:40 | 220,638,715 | 0 | 0 | null | 2022-09-08T01:04:47 | 2019-11-09T12:25:46 | Java | UTF-8 | Java | false | true | 4,037 | java | /*
* This file is generated by jOOQ.
*/
package com.example.jooq.demo_jooq.introduction.db.pg_catalog.routines;
import com.example.jooq.demo_jooq.introduction.db.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.JSONB;
import org.jooq.Parameter;
import org.jooq.impl.A... | [
"vic0692@gmail.com"
] | vic0692@gmail.com |
9d09bb9e3a5c75dec2ecf3ad0d3f4410aaa05447 | a1646e8ba2488f0fff0137eecc0306c1d880f5f4 | /app/src/main/java/com/example/tvapp/activities/MainActivity.java | fce367f7960da54d4aab87765b95262424769d10 | [] | no_license | Winhour/TVApp | ebf1da149ebc0135aadfd159c63a291d4b92e553 | cec1c201a9e4b3f176a87ab7d3d8cd844a94456f | refs/heads/master | 2023-04-04T04:17:34.977797 | 2021-04-08T09:49:53 | 2021-04-08T09:49:53 | 355,847,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,462 | java | package com.example.tvapp.activities;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindingUtil;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundl... | [
"81164377+Winhour@users.noreply.github.com"
] | 81164377+Winhour@users.noreply.github.com |
255d15959da3a65b9235e8cf06906f6d14f8012d | 0a053c3321ca12ef5d8f8f018f481f0537d8bc1a | /java-jdi/src/main/java/com/baeldung/jdi/ProgramTrace.java | e4f9e87864dfc793c20610ba0befd5021e11d1c0 | [] | no_license | jeremyVienne/CAL_DEBUG | b791883a0e4c5a2228a9955860654a5ce7376a85 | 9f2efde4dca170f2949d1ab5e44b11a09239fba6 | refs/heads/master | 2020-11-24T09:38:21.439303 | 2019-12-14T20:37:23 | 2019-12-14T20:37:23 | 228,085,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | import java.util.ArrayList;
public class ProgramTrace{
private static final ProgramTrace pgm = new ProgramTrace();
private ArrayList<Trace> traces;
private int index;
private ProgramTrace(){
this.traces = new ArrayList<Trace>();
this.index = 0;
}
public static ProgramTrace getPg... | [
"https://gitlab-etu.fil.univ-lille1.fr"
] | https://gitlab-etu.fil.univ-lille1.fr |
2458f3a4ad44835fbf8b0350148633349beefa16 | 4dcca2f0b3e2649ce000b1af139bb5833d307f87 | /RobotSpring/src/main/java/com/voytovych/basic/impls/sony/SonyLeg.java | f0fbd9e14dcdedb35ef6c25fd140896d14ad04bb | [] | no_license | Voytovych/spring-basic-repository-014 | e006b32f8a1d584859a5904f55090801daa44b76 | fd010cbc5b53cbdf24e64ddafeda12ac912f659e | refs/heads/master | 2021-01-20T20:45:20.196636 | 2016-07-21T10:44:51 | 2016-07-21T10:44:51 | 63,598,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.voytovych.basic.impls.sony;
import com.voytovych.basic.interfaces.Leg;
public class SonyLeg implements Leg {
public void go(){
System.out.println("Go to Sony!");
}
}
| [
"voytovych.ua@gmail.com"
] | voytovych.ua@gmail.com |
66a21cf490f8c011efd63bd375bae8363f7d6f63 | 7dafd999eeef3092e7462ecb975a91b13e7ed6b7 | /src/main/java/org/audit4j/core/RunStatus.java | 51a6d53f5447edbb3b0e282d307339d5e0ca4c10 | [
"Apache-2.0"
] | permissive | hascode/audit4j-core | 937329a8a494e10e44ac6512ae362db21e5b8dda | 60f075c1828164c7d1041561ab12978bb5d4b687 | refs/heads/master | 2021-01-16T20:04:47.137389 | 2015-02-16T18:59:44 | 2015-02-16T18:59:44 | 30,883,039 | 0 | 0 | null | 2015-02-16T18:57:13 | 2015-02-16T18:57:12 | null | UTF-8 | Java | false | false | 963 | java | /*
* Copyright 2014 Janith Bandara, This source is a part of
* Audit4j - An open source auditing framework.
* http://audit4j.org
*
* 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
*
* ... | [
"janith3000@gmail.com"
] | janith3000@gmail.com |
097a6821d33387b61a7c7912629801328285cfef | 079ca0da2c1ab66569894f2a73d7375fca579c2b | /utils-apl-derived-table/src/main/java/org/omnaest/utils/table/StripeTransformer.java | 62ad8793788805149e90d4dd2bb3eb61cb7e1d96 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zizopen/utils-apl-derived | 63666ccb6eb19502f73e19a1086283f7452d4626 | f97f31bd4f0b86c930f15ee53e6dc742a158bdba | refs/heads/master | 2021-01-23T19:45:42.197296 | 2015-02-01T16:10:05 | 2015-02-01T16:10:05 | 34,396,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,634 | java | /*******************************************************************************
* Copyright 2012 Danny Kunz
*
* 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.a... | [
"awonderland6@googlemail.com@4c589bc5-3898-6224-771f-302820b144f8"
] | awonderland6@googlemail.com@4c589bc5-3898-6224-771f-302820b144f8 |
2c947c6adecafeb117303493ba97399b4519ae95 | 53874726c184947a6f08beb9c0d990bfe3da8038 | /Anastasiya_Bezmen/OOP-task/src/by/task/soundrecording/Main.java | 72e0ff9784a50610a83f820f43d691d1da44d80e | [] | no_license | IharSuvorau1/training2020 | 839efd20cd08fc8d469102435f1088890db4e8f4 | 9e4d559b0cf875d86ebacd8b9067cb3bd44d46f5 | refs/heads/master | 2023-03-11T23:21:12.943371 | 2021-03-02T09:31:14 | 2021-03-02T09:31:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,151 | java | package by.task.soundrecording;
import by.task.soundrecording.domain.Disk;
import by.task.soundrecording.domain.MusicComposition;
import by.task.soundrecording.exception.SystemInputException;
import by.task.soundrecording.service.DiskService;
import by.task.soundrecording.service.IDiskService;
import by.task.so... | [
"aliaksandr_radkevich@epam.com"
] | aliaksandr_radkevich@epam.com |
8e52cbaec30ed0164f955f4d2ac7ed363462b655 | ac93221d4f938ef525c75a0936ef99ab1ff545f2 | /lib/src/main/java/plainbus/Listener.java | 8721b29fd037a291226e1203204ada4897343792 | [] | no_license | KidNox/plainbus | c16bc74bcaff30aecbe70dd5ff95144b6713c80a | b3ca854e60bfce1494eb443ea0f25373f0718433 | refs/heads/master | 2021-04-28T18:40:30.442325 | 2018-03-09T10:25:23 | 2018-03-09T10:25:23 | 121,878,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package plainbus;
public interface Listener<Event> {
void onEvent(Event event);
static void reject() {
throw new Rejection();
}
class Rejection extends RuntimeException {
@Override public Throwable fillInStackTrace() {
return null;
}
}
}
| [
"truthno3@gmail.com"
] | truthno3@gmail.com |
7cabb8f1c4926b8ecd06c3c82da9c62c20170a57 | 1213f1dcf5500859a248de45c1ff986c48c56c43 | /flightSearch/src/com/iss/controller/ForgetPwd.java | 3185e15c2dbdcf3451544e39e28b214c55bf4c06 | [] | no_license | Crisgene/JavaDemo | a6f7ac9c3f565b31f95d0c7181d5c35802b6f28b | 028e60261fabb211512f92bd9100f13def8165b5 | refs/heads/master | 2020-12-07T21:43:26.891298 | 2020-01-09T13:06:26 | 2020-01-09T13:06:26 | 232,808,325 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,290 | java | package com.iss.controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import javax.servlet.ServletException;
import javax.serv... | [
"htyu_cauc@outlook.com"
] | htyu_cauc@outlook.com |
c6189b5d71de87668657f83a1b4aae38ad7ab6bc | 116447e0159b96bbdbd08c387e2ee774a0e31316 | /src/main/java/com/web/liuda/business/service/impl/.svn/text-base/PrizeOptionServiceImpl.java.svn-base | 27211bfafb19a0a33383466a164e7b9f30b3d247 | [] | no_license | SongJian0926/liuda | 675037dd38b5d7755b4a22ce43ac391e65a24076 | 438a81833c092fca27b3e91a13f0d707000d7457 | refs/heads/master | 2021-01-20T15:23:29.125554 | 2017-05-09T15:26:17 | 2017-05-09T15:26:17 | 90,762,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,006 | package com.web.liuda.business.service.impl;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domai... | [
"sj092678@163.com"
] | sj092678@163.com | |
91c3f2af06caa41186737cbbab219d5d4b145544 | 53f895ac58cb7c9e1e8976c235df9c4544e79d33 | /18_Polymorphism (115- 123 in Section8)/com/source/polymorphism/D.java | 65755f39c02a6d2c4d062eceb994f7918f06de60 | [] | no_license | alagurajan/CoreJava | c336356b45cdbcdc88311efbba8f57503e050b66 | be5a8c2a60aac072f777d8b0320e4c94a1266cb3 | refs/heads/master | 2021-01-11T01:33:11.447570 | 2016-12-16T22:24:58 | 2016-12-16T22:24:58 | 70,690,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package com.source.polymorphism;
class D extends C
{
void test()
{
System.out.println("from D-test");
}
}
| [
"AlaguAishu@192.168.1.5"
] | AlaguAishu@192.168.1.5 |
462fc5d36ebd8a454c5a66ee34049cf52dea90c4 | 40717edf78e7eeafdb28d7c9f133f45b5cd7d9f8 | /src/com/fuyue/util/ui/adapter/SectionAdapter.java | ef10af5e200fb3f2ba8ef40ce21239147dcf496b | [] | no_license | CalvinXuw/FuYueFrame | 965d6b9b002a8245786e5c012d485e1f7bcf62e3 | 9d8f71d9f587d413fb21aedacd71799efacc2fbe | refs/heads/master | 2021-01-10T21:28:22.207667 | 2013-12-19T08:50:29 | 2013-12-19T08:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package com.fuyue.util.ui.adapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
/**
* section适配器
*
* @author Calvin
*
*/
public abstract class SectionAdapter extends BaseAdapter {
@Override
public int getCount() {
int sectionCount = sectionCount();
int coun... | [
"199169153@qq.com"
] | 199169153@qq.com |
2bb1bbf324868fc16acfe4825294660c8ca8f0ca | b44c72e97af3180df9b779d5a62a8018a138f3ff | /app/src/main/java/com/openwebsolutions/propertybricks/ForgetPassword_Page/ForgetPasswordActivity.java | e9f8a3bca06c9ed5d9e90ad9d860b7b6af2779cd | [] | no_license | mou2706/PropertyBricks | 54aacc0de9c23b803b11eac8b4ade6cfe9c786ed | bc08d36e4f6c82238e2505b49f8a060310f6c5a1 | refs/heads/master | 2023-03-31T12:02:36.634191 | 2021-04-03T08:49:36 | 2021-04-03T08:49:36 | 354,238,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,636 | java | package com.openwebsolutions.propertybricks.ForgetPassword_Page;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import and... | [
"majumdar2706@gmail.com"
] | majumdar2706@gmail.com |
6ac600a3d1fb8076336de3f2131ec99af47caaea | 53c33acafd582501bd21c359ef55f4f9425911d2 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/RobotDirectionDrive.java | 147ed6336a71a3de3087bf81f53be422b27afac6 | [
"BSD-3-Clause"
] | permissive | MessMaker236/HFRoboticsAppMaster | 8e3676136b484fdc60d43936efa57cf5467429e0 | 57c5de44670b09a87214e89f9c3c61563b6f111f | refs/heads/master | 2020-06-16T03:03:58.139851 | 2017-01-16T17:43:55 | 2017-01-16T17:43:55 | 75,250,996 | 0 | 0 | null | 2016-12-03T22:54:47 | 2016-12-01T03:22:26 | Java | UTF-8 | Java | false | false | 256 | java | package org.firstinspires.ftc.teamcode;
/**
* Created by bm121 on 12/14/2016.
*/
public enum RobotDirectionDrive {
FORWARD, BACK, LEFT, RIGHT, DFLEFT, DFRIGHT, DBLEFT, DBRIGHT, SPINLEFT, SPINRIGHT; //Sets enum values for direction driving
}
| [
"bm121512@gmail.com"
] | bm121512@gmail.com |
52c355b96755a65f43a0f6cc8729f638cd27fc2e | 7130882e0708a1835dc6bc13ee92bbde1ef4abda | /src/main/java/org/monarch/golr/GolrLoaderModule.java | ad83f7edffa887268fcba6e94691a8840bbabe2a | [
"Apache-2.0"
] | permissive | SciGraph/golr-loader | cc95a5f6d16efd7f88d3d06f211862f47d87ba86 | 7368d11d074c3d010e824d58a9337466ab1f8f39 | refs/heads/master | 2022-11-23T03:44:34.760371 | 2021-12-09T20:04:07 | 2021-12-10T16:13:54 | 34,288,103 | 2 | 4 | Apache-2.0 | 2022-11-16T09:30:47 | 2015-04-20T21:41:40 | Java | UTF-8 | Java | false | false | 420 | java | package org.monarch.golr;
import io.scigraph.neo4j.Graph;
import io.scigraph.neo4j.GraphTransactionalImpl;
import javax.inject.Singleton;
import com.google.inject.AbstractModule;
import com.google.inject.assistedinject.FactoryModuleBuilder;
class GolrLoaderModule extends AbstractModule {
@Override
protected vo... | [
"condit@sdsc.edu"
] | condit@sdsc.edu |
98a8c2a98ded4b706c3c386eb025ea3931d580f0 | d54c7360b13e84aeab5daabde9aa504b1ce457e0 | /Ess/src/main/java/com/ulfric/ess/commands/CommandSetmotd.java | 3f2b3ed0845f7f2420b8e3f3b94171a77e355259 | [] | no_license | ThatForkyDev/LuckyPrison | 0fa1abfd4a83280522c6f100de2ac72c0e97c754 | ea0dd1a57986c2f8a5f8f6200f705bdb49f16e69 | refs/heads/master | 2022-01-17T18:30:15.317081 | 2016-12-27T13:29:19 | 2016-12-27T13:29:19 | 77,457,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.ulfric.ess.commands;
import java.util.regex.Pattern;
import com.ulfric.ess.modules.ModuleMotd;
import com.ulfric.lib.api.command.Argument;
import com.ulfric.lib.api.command.SimpleCommand;
import com.ulfric.lib.api.command.arg.ArgStrategy;
import com.ulfric.lib.api.java.Strings;
import com.ulfric.lib.api.l... | [
"DeclaredMC@gmail.com"
] | DeclaredMC@gmail.com |
6c605c82905cdf1a99d08bfa67cfac2df8d07080 | 3ab5f3c529e281b7a83e499368c94eb79094dd3a | /src/main/java/ar/gob/gcba/dgisis/aplicaciones/config/FeignConfiguration.java | 954737697d152e622a25e44330b9d607b570bfd3 | [] | no_license | scarabetta/mapa360-aplicaciones | 6cabaa0c5aebe15337f8d76406647e5b0c98152d | 9410977eb5c2813d7a19347c0dea5213be8a768d | refs/heads/master | 2020-03-29T10:25:25.364175 | 2018-09-21T18:48:44 | 2018-09-21T18:48:44 | 149,804,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package ar.gob.gcba.dgisis.aplicaciones.config;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableFeignClients(basePackages = "ar.gob.gcba.dgisis.aplicaciones")
public cl... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
cc64da55ee4035f147185c98e022e12e6d28dbd7 | 29693c21f1958f1dc8573d47828726e2ed41bdc1 | /src/engine/network/SomeRequest.java | a83b447dcd97e4af003f405725075cdaf8ce9f4c | [
"MIT"
] | permissive | mikeant42/Vulture | ff82fe40ef07d95975b40db59d6869dde40e6575 | e944fefe30eb489401b39f6077e49c59d34ade70 | refs/heads/master | 2021-09-09T09:53:56.534256 | 2018-03-14T22:44:51 | 2018-03-14T22:44:51 | 77,869,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78 | java | package engine.network;
public class SomeRequest {
public String text;
}
| [
"antkiewicz@protonmail.com"
] | antkiewicz@protonmail.com |
a705965170f2f2f3c49c133580ddc0534263ecfc | 4bbc98f4e9fa92f350b4816fa331d470880e1df6 | /testdocbuild11/src/main/java/com/fastcode/testdocbuild11/addons/reporting/application/reportversion/dto/UpdateReportversionInput.java | cbec8d1959fbd96dcd08c167a422e8e84cc4147e | [] | no_license | sunilfastcode/testdocbuild11 | 07d7b8a96df7d07ef8e08325463e8eb85ac0da5c | d6a22d880015ed8cd7e10dae67f6b70e222a1849 | refs/heads/master | 2023-02-12T17:43:15.443849 | 2020-12-26T22:57:11 | 2020-12-26T22:57:11 | 319,411,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package com.fastcode.testdocbuild11.addons.reporting.application.reportversion.dto;
import lombok.Getter;
import lombok.Setter;
import org.json.simple.JSONObject;
@Getter
@Setter
public class UpdateReportversionInput {
private String ctype;
private String description;
private JSONObject query;
privat... | [
"info@nfinityllc.com"
] | info@nfinityllc.com |
6befa2b7b43cb6b309c1cef57c5acb4af60b7fa3 | c120a7bcd77f4911a4a19ad14ef806cb86226e39 | /bucketlist/src/main/java/com/example/bucket/demo/services/PersonServiceImpl.java | 84dfba5954634bb6e52dfcb255e0182eda20b47b | [] | no_license | vjanosigergely/projects | f51a1fccceab78677bf4d6eab93b62fb7afedba8 | 55ad5d4751845470e2484c3c60a07c8ae0dbfc7c | refs/heads/master | 2021-05-22T16:57:45.259197 | 2020-04-21T14:57:59 | 2020-04-21T14:57:59 | 253,012,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.example.bucket.demo.services;
import com.example.bucket.demo.models.Person;
import com.example.bucket.demo.repos.PersonRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class PersonServiceImpl implements PersonService ... | [
"v.janosi.gergely@gmail.com"
] | v.janosi.gergely@gmail.com |
81190acf62de3b3f74e55e99b8e6822c9fd54373 | 28e6915a086ec5b5bbdb0008cac479fe98d1dc4e | /Android/UdacityProjects/QuizApp/app/src/main/java/com/example/android/quizapp/MainActivity.java | fdae67155d7137121dd620a6625ef750ed086425 | [] | no_license | Humad/Project-Playground | 38215c208025d22a6e8ec90d203b8937f0f29ba1 | a6ccd01edee7f136dc6aa6be36519ad1b5d0bfee | refs/heads/master | 2018-10-10T03:31:11.400971 | 2018-08-17T01:05:35 | 2018-08-17T01:05:35 | 94,341,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package com.example.android.quizapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.RadioButton;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private int score;
@... | [
"humad@live.com"
] | humad@live.com |
0d113c3db80e0397a276b2d5bc7f25d14a93fc07 | 66b630094446e0456033f2a06348f21ea17bd3e1 | /src/main/java/tch/impl/UserServiceImpl.java | 11289eb745c15735e97debb826a206d9ebca3a99 | [] | no_license | FiseTch/anaylse | ccaa0d73135a18ba33517f96178d46a8a742cde4 | 40e92ab766a8a1dd83e58e51ffbf7d06ff613fea | refs/heads/master | 2022-12-21T22:32:53.526537 | 2018-06-07T04:29:12 | 2018-06-07T04:29:12 | 124,012,351 | 2 | 0 | null | 2022-12-16T08:39:17 | 2018-03-06T03:04:02 | Java | UTF-8 | Java | false | false | 3,186 | java | package tch.impl;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;
import tch.dao.UserMapper;
import tch.model.User;
import... | [
"2289717264@qq.com"
] | 2289717264@qq.com |
adafd1bdd46d2d5ecf290d55eb16d681b2b10e95 | 163332a7912b1d385f431289df963744d0d7916f | /src/utils/GsonTest.java | 7651948292268abe37a52cc290ca5809d2d2bb70 | [
"MIT"
] | permissive | ivanbravi/RinascimentoFramework | 90ee1016a67e303d30f038d18a63c4ec92ba1e78 | ce31592f78572096ceedd5ced1bac4f82c5f08db | refs/heads/master | 2023-05-25T12:18:07.777143 | 2023-05-11T06:53:03 | 2023-05-11T06:53:03 | 188,228,414 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package utils;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.Reader;
import java.io.Writer;
import java.util.ArrayList;
public class GsonTest {
public static void main(String[] args){
String path = "agents.json";
AgentsCo... | [
"acw383@qmul.ac.uk"
] | acw383@qmul.ac.uk |
31718fa460065ce49369ae6b21d2e39491e1ed87 | 700afb7d46b6042cc344eed044c5bfee758010bc | /at.o2xfs.win32/src/at/o2xfs/win32/SHORT.java | c225a46161fb93b2b14904c2c3a29b0d170faf08 | [
"BSD-2-Clause"
] | permissive | techhyuk/O2Xfs | 3488b9b8b60a18c8c6c6465733a4dae136bbc18e | a307775652459d830d363f3e9c8ec0df9bdc2d73 | refs/heads/master | 2021-01-01T17:06:16.375800 | 2012-11-24T18:41:48 | 2012-11-24T18:41:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,010 | java | /*
* Copyright (c) 2012, Andreas Fagschlunger. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, ... | [
"andreas.fagschlunger@reflex.at"
] | andreas.fagschlunger@reflex.at |
3610f5ab7c61879e1c0e2ead219c4ffbafd045bb | 8af2ec5f19c6bfc1af4b8552f64bc6b8b1ea51ec | /src/main/java/az/company/resume/ResumeApplication.java | 69c74f0e7f9fb82768dd3b6f145bb073ead32c52 | [] | no_license | ism4i1ov/resume-web-app-with-spring-boot | 7f5718761e065dbee3b5c309c82f180d50221699 | 9d239cbc92fec36a1f940ddf2479d7af02da2006 | refs/heads/master | 2023-04-22T00:47:35.045157 | 2021-05-12T10:40:39 | 2021-05-12T10:40:39 | 366,680,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package az.company.resume;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ResumeApplication {
public static void main(String[] args) {
SpringApplication.run(ResumeApplication.class, args);
}
... | [
"ism4i1ov@gmail.com"
] | ism4i1ov@gmail.com |
3ee2379660c06ed28ed88721ab2a723da8309113 | 8a49c7bbb56caff8f51db02e7fa8ae9f6ac74f2c | /src/arg_component/ComboBoxItem.java | 89fab1be6e039d5190ca239fabf4cd99f1828256 | [] | no_license | qwert2603/Radio-Database | 542d7fc26bf4d7ee68c06780affa3526c4e0ca46 | c36b97e70184c8c5467898d1e93628ff7fbacd01 | refs/heads/master | 2016-09-14T14:49:19.765278 | 2016-05-14T11:37:34 | 2016-05-14T11:37:34 | 56,308,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package arg_component;
public class ComboBoxItem {
public ComboBoxItem(int id, String s) {
this.s = s;
this.id = id;
}
public String s;
public int id;
@Override
public boolean equals(Object obj) {
return (obj instanceof ComboBoxItem) && (id == ((ComboBoxItem) obj).id);... | [
"qwert2603@mail.ru"
] | qwert2603@mail.ru |
e13243b3e84e1dc0f4716fa0d11c5a0ef7095053 | 10dd0d94b749e7f10fbbd50b4344704561d415f2 | /algorithm/src/algorithm/chapter2/template/LeetCode_105_519.java | 59c7e88b029a0c82981152e3be212415b71a7b40 | [] | no_license | chying/algorithm_group | 79d0bffea56e6dc0b327f879a309cfd7c7e4133e | cd85dd08f065ae0a6a9d57831bd1ac8c8ce916ce | refs/heads/master | 2020-09-13T19:10:19.074546 | 2020-02-13T04:12:56 | 2020-02-13T04:12:56 | 222,877,592 | 7 | 3 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package algorithm.chapter2.template;
import javax.swing.tree.TreeNode;
/**
* 【105. 从前序与中序遍历序列构造二叉树】根据一棵树的前序遍历与中序遍历构造二叉树。 注意: 你可以假设树中没有重复的元素。 例如,给出 前序遍历
* preorder = [3,9,20,15,7] 中序遍历 inorder = [9,3,15,20,7] 来源:力扣(LeetCode)
* 链接:https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-trave... | [
"852342406@qq.com"
] | 852342406@qq.com |
433b88c94dc28abfb52c0fa2042ec3e9bb8e4b74 | 36e40efcfa317432c192f169da2d330b1b284831 | /src/main/java/Rasad/Core/Net/IPAddressRangeGenerator/Bits.java | 87ea8bd2683f4669199d50494a2db346590224d8 | [] | no_license | MrezaPasha/Communication | 06a31879e089c4f14985add67d958b414332e4cf | b312ef27dd60037086f0e32ddf235a9cc103a793 | refs/heads/master | 2020-05-29T21:38:59.551104 | 2019-05-31T09:52:28 | 2019-05-31T09:52:28 | 189,385,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,247 | java | package Rasad.Core.Net.IPAddressRangeGenerator;
import Rasad.Core.*;
import Rasad.Core.Net.*;
public final class Bits
{
//C# TO JAVA CONVERTER WARNING: Unsigned integer types have no direct equivalent in Java:
//ORIGINAL LINE: public static byte[] Not(byte[] bytes)
public static byte[] Not(byte[] bytes)
{
//C# TO J... | [
"umz1387@gmail.com"
] | umz1387@gmail.com |
8ccc82f19b6c3d72296b2ba04ce3de301bece3c0 | b99dbac37852ef4210409e577d00c670fe7da48c | /src/main/java/com/manager/common/service/impl/DoiTuongServiceImpl.java | cb6051e2da56e93816bebc812637bc2266ea0ec0 | [] | no_license | devhvm/snv_common | e0973888d3422ab16a98566e51445dd214db0b10 | 5a862c8a2470c66fe4f263e853c985d066dd619a | refs/heads/master | 2022-12-11T02:56:42.890668 | 2019-04-01T01:43:19 | 2019-04-01T01:43:19 | 178,160,963 | 0 | 0 | null | 2022-12-08T19:47:11 | 2019-03-28T08:36:36 | Java | UTF-8 | Java | false | false | 2,596 | java | package com.manager.common.service.impl;
import com.manager.common.service.DoiTuongService;
import com.manager.common.domain.DoiTuong;
import com.manager.common.repository.DoiTuongRepository;
import com.manager.common.service.dto.DoiTuongDTO;
import com.manager.common.service.mapper.DoiTuongMapper;
import org.slf4j.Lo... | [
"vu.nguyenthach@asoview.vn"
] | vu.nguyenthach@asoview.vn |
1ad37e2558a417f5f775b07cb1c3e94e855e15e7 | 5783dc53ae048651c7730958562cec22bd0e0d59 | /src/javaapplication9/asdf/NewJInternalFrame.java | d9c633e70ab0105d69f45864740b75e7759dd94d | [] | no_license | jagannath311/DailyHunt | 02b0638b23800d695efaac2a38ce10ef291d9cbe | 98078e260f41bd219eea0a4da37c9678ab8445d1 | refs/heads/master | 2022-10-03T00:52:08.497226 | 2020-04-18T12:49:12 | 2020-04-18T12:49:12 | 270,144,741 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91,340 | 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 javaapplication9.asdf;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.S... | [
""
] | |
0bffa7dba36af31b8b8b82afe808a7a046f51147 | 8c8e721bb3dca431bd8e29f0f6d28afa7410184e | /src/test/java/com/application/pages/EmailPage.java | 7390d081ef50e7e36166785be8a32e15442a0123 | [] | no_license | qashack/numberz | 888ae56c63d9dced9c90e934ff0dfddfded2840b | 8021a9640539432c9292cbc565dd6cd8ffe96467 | refs/heads/master | 2021-05-07T15:46:34.997058 | 2017-12-20T12:28:12 | 2017-12-20T12:28:12 | 108,539,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,763 | java | package com.application.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.testng.Assert;
import com.application.libraries.GenericUtils;
public class E... | [
"chandrashekar@qashack.com"
] | chandrashekar@qashack.com |
d641dbc199adcedc5c412dfc72b395ebf3618000 | 2f3824f2b7478e222b8b90b9d8ebbf1892b39a68 | /app/src/main/java/com/vignesh/healthcare/validator/MedicineValidator.java | 4e87ba06bb4971317bdd84e5634e02964296b655 | [] | no_license | BVigneshwar/HealthCare | 2bd4269619382965e2db5e0d953cf60e487983a0 | 0449157bd8b875113658b0f6483a82b37474bc9e | refs/heads/master | 2021-02-08T09:04:32.670876 | 2020-06-22T13:34:35 | 2020-06-22T13:34:35 | 244,133,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.vignesh.healthcare.validator;
import com.vignesh.healthcare.R;
import com.vignesh.healthcare.entity.MedicineEntity;
import java.util.LinkedList;
import java.util.List;
public class MedicineValidator {
MedicineEntity medicineEntity;
List<Integer> error_list;
public MedicineValidator(MedicineE... | [
"bvigneshwar643@gmail.com"
] | bvigneshwar643@gmail.com |
c6e5d62760a4ab3a3e024d0f73233a7d41d13035 | 013025053382ff1d1b68b89cc497e05d462aa0be | /hw3/gnuplot/src/main/java/SplitResult.java | ddeda47c9f05f8b1f74a125f094e3e9d2231eaec | [] | no_license | sanha/CM2016 | fae5d5cdc0f02bb5970ef8ae505684b8afc7d511 | 3955602c3c0cb7e9064dbd54b1128719427ef70f | refs/heads/master | 2021-01-24T09:16:13.753009 | 2016-12-15T15:00:14 | 2016-12-15T15:00:14 | 69,885,048 | 0 | 0 | null | 2016-12-15T15:00:14 | 2016-10-03T15:40:53 | C++ | UTF-8 | Java | false | false | 3,063 | java | import java.io.FileInputStream;
import java.io.FileOutputStream;
public final class SplitResult {
final static int scale = 100;
public static void main(final String[] args) throws Exception {
splitResult();
}
private static void splitResult() {
final String filePath = "ideal/L/";
final String tar... | [
"sanhaleehana@naver.com"
] | sanhaleehana@naver.com |
2498f8fb554492ea27a7192945988421d61306bc | ac7444d1612a3639a297fa6cc88b8d9a2b89417c | /src/com/tomica/nioserver/events/EventListener.java | 6b8b3ce81464f13de1d2eba97e069b99ba1b6393 | [] | no_license | trapstar321/NIOServer_Java | 2cdab1051fdc2b27337fb3ca89c320a0c6ead4c9 | 348d5a60074010501eec5ef11491c300a6163523 | refs/heads/master | 2021-01-17T09:11:08.790818 | 2017-03-05T15:39:38 | 2017-03-05T15:39:38 | 83,981,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 75 | java | package com.tomica.nioserver.events;
public interface EventListener {
}
| [
"jadrejcictomica@gmail.com"
] | jadrejcictomica@gmail.com |
9af0bb17c85a95d3e29ea8fd8cef1c1d8eb69cd4 | 7178ee1842813f270eaecfda6db98ff5eb05632f | /common-module/src/main/java/ch/selise/assessment/model/request/TransactionRequest.java | f202706f8de3fa73e82bed42035c7894d42c8b40 | [] | no_license | shahedbhuiyan/selise-assessment | a33d043f2a8077e20ba8772783c7efaf0553f9b1 | 62f1e285030806d81834560c89bdfa6af777cba5 | refs/heads/main | 2023-06-25T23:31:43.458066 | 2021-07-31T10:07:26 | 2021-07-31T10:07:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package ch.selise.assessment.model.request;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotBlank;
/**
* @author dipanjal
* @since 0.0.1
*/
@Getter
@Setter
public class TransactionRequest {
@NotBlank(message = "Request ID can not be empty")
private String requestId;
... | [
"dipanjal.maitra@bs-23.net"
] | dipanjal.maitra@bs-23.net |
95e460b5f5f49c093f7bc519961ab0ebb5e3ed93 | ef8bbfe9cc17412e9d97cc530edb8eb561f548e2 | /src/com/jfernandez/categoria/model/Categoria.java | 6112803b1947781db43b0322a27beaf1ad450f95 | [] | no_license | juanymdq/Facturacion-JAVA | f86fed7a618827cdb0240c481671804984a82848 | ea69becffe1b28eefe70ebd560317c9f7b4788ef | refs/heads/master | 2022-12-22T05:29:09.779716 | 2019-11-04T22:58:28 | 2019-11-04T22:58:28 | 216,685,594 | 0 | 0 | null | 2022-12-15T23:38:55 | 2019-10-21T23:49:17 | Java | UTF-8 | Java | false | false | 865 | java | package com.jfernandez.categoria.model;
public class Categoria {
private int id_categoria;
private String nombre_categoria;
//-----CONSTRUCTORES---------------------------------------------------
public Categoria() {}
public Categoria(int id_categoria) {
this.id_categoria = id_categoria;
}
public Ca... | [
"jifernandez04@hotmail.com"
] | jifernandez04@hotmail.com |
7c6a0c436a2027bc46f6a31463b5c6fa3c8c939a | 37500a2105ed2f82144761f5093acfb6a86202b6 | /src/main/java/org/bank/me/metier/PageOperations.java | 16b27f52a4b8abd4a81ee1dbeb9b69cecc6d0f98 | [] | no_license | MedRist/Spring-Boot-App | d9d91306156237c734e17dfdba410dcec96b555c | 8009e3cd5c5179805065f8635e3e464307e8fb82 | refs/heads/master | 2021-08-31T14:23:37.991718 | 2017-12-21T17:07:19 | 2017-12-21T17:07:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 973 | java | package org.bank.me.metier;
import org.bank.me.entities.Operation;
import java.io.Serializable;
import java.util.List;
public class PageOperations implements Serializable{
private List<Operation> operations;
private int page;
private int nombre_Operations;
private int total_page;
public List<Op... | [
"mboudouar@gmail.com"
] | mboudouar@gmail.com |
6c838dab55e37c5d8411f3c4106586a500054ff7 | 043c40bae28ee71147e0746524cf61b1c643de4a | /app/src/main/java/auroratech/traber/TBMyCarAddCarActivity.java | 02517aa878735293c3dc8499eacc7b12beb02978 | [] | no_license | zhuanglm/Traffic_Ticket | 9a4d36a7314af03a93561f612250ac03e85572c0 | 6026b4ac81bbe0e4fbe508710d297651d37767e8 | refs/heads/master | 2021-01-01T05:15:55.595570 | 2016-05-04T15:10:41 | 2016-05-04T15:10:41 | 57,993,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,825 | java | package auroratech.traber;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.... | [
"zhuanglm@gmail.com"
] | zhuanglm@gmail.com |
1db5037019e06ca7bd12bdbcd568769f484c8e28 | 248ebd7387994ac1aae4cf480395a13ace28c6e4 | /src/main/java/com/huawei/ibc/model/common/NodeType.java | 450ee24e5e853df172f5406e7bcd9712c06f0903 | [] | no_license | oferby/sim-net | e40bf499b06a89996c1db27e9bb031e1f4b4d1db | 697c240fa102ea15b264bf33d3edd18cb415bd6d | refs/heads/master | 2023-04-29T04:48:24.787066 | 2021-05-19T07:46:10 | 2021-05-19T07:46:10 | 290,185,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package com.huawei.ibc.model.common;
public enum NodeType {
COMPUTE_NODE, SWITCH, ROUTER, FIREWALL, GATEWAY, NAT, APPLICATION, INTERNET, SUBNET, ACL, LB, GROUP, POLICY, POLICY_ALLOW, POLICY_DENY, SERVICE, MPLS_SWITCH;
}
| [
"ofer.benyacov@toganetworks.com"
] | ofer.benyacov@toganetworks.com |
7adb18a56692ae5de96f79ffdd631c307b326b36 | 028478a70cedced94e81703f7165cba89038c7cb | /app/src/main/java/com/example/filipinoapp/Results.java | 9ff1986d4c95a050efc56655237e7e0e83829e6f | [] | no_license | Yinkci/FillApp | 0bbb9b377323875b15e0c7ad4c38ace40dcd9232 | 5b560a7238e4646e9cdfdb978c34825e6669a172 | refs/heads/master | 2020-06-03T19:35:01.301024 | 2019-06-13T06:38:15 | 2019-06-13T06:38:15 | 191,704,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,916 | java | package com.example.filipinoapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.Toast;
public class Results exten... | [
"yinkciworks@gmail.com"
] | yinkciworks@gmail.com |
28b46c5ed9c5fa0055bc4ecb61008165234ac8d1 | 6ec5469ec2bca932a2418de61fee961a04a503e3 | /CtyManager-shoper/src/main/java/com/yard/manager/platform/action/LoginAction.java | 321a6e23d1e91238d2d00b011f4cd814da30ff09 | [] | no_license | Qiuyingx/CtyManager | e6cdb83c15dc9c46936c4d09046f25f9ce2ad250 | 8ec9ae87fe580b32f28fa77f8b182cb94119087d | refs/heads/master | 2020-12-31T07:32:16.224703 | 2016-05-08T13:20:53 | 2016-05-08T13:20:53 | 58,313,077 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,392 | java | package com.yard.manager.platform.action;
import java.io.IOException;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.IncorrectCredentialsException;
import org.apache.shiro.authc.LockedAccountException;
import org.apache.shiro.authc.U... | [
"472128216@qq.com"
] | 472128216@qq.com |
092d2f62b72c20d1331ad836c29638584950a2c1 | 13286918b4614fc6d4c55dbcc620fc38a198e841 | /app/src/main/java/id/or/pelkesi/actmedis/data/component/AboutActivityComponent.java | 0fcebf50db9eb858d3ea5f8cad5eb054a9d5f445 | [] | no_license | jeruji/actmedis | 792630520a4fb017a95e94b66fbce34c8665f7c7 | a9f0ff934cf0f9fba0ec501c4ec1f86b05d748df | refs/heads/master | 2020-05-18T06:37:03.600597 | 2019-05-05T01:16:54 | 2019-05-05T01:16:54 | 184,239,640 | 0 | 0 | null | 2019-05-05T01:08:36 | 2019-04-30T10:09:54 | Java | UTF-8 | Java | false | false | 427 | java | package id.or.pelkesi.actmedis.data.component;
import dagger.Component;
import id.or.pelkesi.actmedis.data.module.AboutActivityModule;
import id.or.pelkesi.actmedis.util.CustomScope;
import id.or.pelkesi.actmedis.view.about.AboutActivity;
@CustomScope
@Component(dependencies = NetComponent.class, modules = AboutActiv... | [
"lonelybutts@gmail.com"
] | lonelybutts@gmail.com |
9921cd5d6add7da66d334da4c978287391e854db | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-opensearch/src/main/java/com/amazonaws/services/opensearch/model/transform/VPCDerivedInfoMarshaller.java | 3e32d0f8a419cc7d6edaa65cbf5c990f80978be5 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 2,929 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
27bfcf556abfa06c13f87a8e13bea5238571d0a1 | cfb9ed3866d459daef66b06f19c3296856ab0f15 | /Java/Javalin/src/main/java/io/kidbank/WebEntrypoint.java | 8ae670300c2b79ce6909779cced5602aa54c41da | [] | no_license | marwan1023/Toolbelt | ef465b5dd19dd6b58b3061b9377450fe92735c6d | c0a65bbb40b2a68bb1843993421cf9cb26550244 | refs/heads/master | 2023-02-21T05:53:03.297250 | 2021-01-24T15:06:40 | 2021-01-24T15:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package io.kidbank;
import com.google.inject.Inject;
import io.alzuma.AppEntrypoint;
import io.alzuma.Routing;
import io.javalin.Javalin;
import javax.inject.Singleton;
import java.util.Collections;
import java.util.Set;
@Singleton
class WebEntrypoint implements AppEntrypoint {
private Javalin app;
@Inject(... | [
"darthbison@gmail.com"
] | darthbison@gmail.com |
8bcc5e2ee4154096bdc14ffb8f6cd4e2a95ffd9b | 45f424aebe870b4ba7d771dbde302ade51f3186d | /app/src/main/java/com/zby/ibeacon/agreement/CmdParse.java | e275dac0f6ff441f9d929d2c729fca44ace5a61c | [] | no_license | dashuizhu/LED | 313e57ce29c1f73b4d185d2911a5346a5141f25a | d9dd85231ba440967e02e4cd84885168c3ca6aa0 | refs/heads/master | 2021-07-13T21:32:08.447906 | 2019-09-25T03:47:51 | 2019-09-25T03:47:51 | 91,320,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,474 | java | package com.zby.ibeacon.agreement;
import java.io.UnsupportedEncodingException;
import android.app.Activity;
import android.content.Intent;
import android.os.Handler;
import android.util.Log;
import android.widget.Toast;
import com.zby.ibeacon.bean.DeviceBean;
import com.zby.ibeacon.bean.TimingBean;
import com.zby.i... | [
"328860252@qq.com"
] | 328860252@qq.com |
461cbdf34d50e52867cb9facc74acea43143413f | cdbd53ceb24f1643b5957fa99d78b8f4efef455a | /vertx-gaia/vertx-co/src/main/java/io/vertx/up/commune/exchange/BType.java | c8f8498fdbcb1f2f86db4c79fcf16f86168a0afd | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | chundcm/vertx-zero | f3dcb692ae6b9cc4ced52386cab01e5896e69d80 | d2a2d096426c30d90be13b162403d66c8e72cc9a | refs/heads/master | 2023-04-27T18:41:47.489584 | 2023-04-23T01:53:40 | 2023-04-23T01:53:40 | 244,054,093 | 0 | 0 | Apache-2.0 | 2020-02-29T23:00:59 | 2020-02-29T23:00:58 | null | UTF-8 | Java | false | false | 947 | java | package io.vertx.up.commune.exchange;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/*
* Type Mapping here
* Definition for type conversation of `DualItem`... | [
"silentbalanceyh@126.com"
] | silentbalanceyh@126.com |
52ffb4eb100fe7dcf1ce68a6b01c2d188ec70e89 | ca35a94b1dbf356d55f47ad890d78b45b7ffb399 | /src/questions/q_024.java | 1152318ecbe8921e34948b32212f7e044fef8b3f | [] | no_license | jkpark512/CodeUp_Basics100 | f92f101f19a3dd56cbf42af4c217afbf7292c2f7 | a8c2df3ff5b786efdb7a89e75120f47ea3baaa62 | refs/heads/master | 2020-08-29T20:19:41.113693 | 2020-03-23T12:58:16 | 2020-03-23T12:58:16 | 218,164,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | // 기초 입출력 : 단어 1개 입력받아 나누어 출력하기
package questions;
import java.util.Scanner;
public class q_024 {
public static void main(String[] args) {
String inputVoca;
int VocaLength;
char[] array = null;
Scanner sc = new Scanner(System.in);
inputVoca = sc.nextLine();
VocaLength = inputVoca.length();
... | [
"43334484+jkpark512@users.noreply.github.com"
] | 43334484+jkpark512@users.noreply.github.com |
fb2224d514cbf449ee47a32918e214494c05a2e4 | 676057a83fde9c388445b311ef00be306070fa63 | /019.巨大なソース修正/JavaUserManagementSystem_ver2.0/src/java/jums/UpdateResult.java | d5d15454cb8ceb146510d250efdcbd51f48fda10 | [] | no_license | kanon2810/GEEK-JOB_Challenge | 2e820b5d4069cfbb2de3fdc0a424cf060a3c9a2d | 43bbd2c7181c1223a6c9615e79788813389c1bf7 | refs/heads/master | 2020-03-14T21:34:03.659920 | 2018-07-30T17:16:08 | 2018-07-30T17:16:08 | 131,799,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,563 | java | package jums;
import java.beans.Beans;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
impor... | [
"kanonduut@gmail.com"
] | kanonduut@gmail.com |
3bee105930310acf2fdbf15bc7add903d0f745d1 | 163a66e7865093d4ea1043f2c307fff1bc74f8aa | /app/src/main/java/com/atendimento/adapter/AdapterEmpresasApp.java | 6b53cf951137b5cd4eb6996227cd205f716da7c4 | [] | no_license | HendrixGit/Atendimento | 1478e1c2655826c875b4e85ac0f3541151a18655 | b8730b4d60d666f607856ce1e38bb5ac3f27f75d | refs/heads/master | 2021-05-09T18:44:50.318975 | 2018-11-30T17:37:53 | 2018-11-30T17:37:53 | 119,171,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package com.atendimento.adapter;
import android.content.Context;
import android.view.View;
import com.atendimento.R;
import com.atendimento.model.Empresa;
import com.squareup.picasso.Callback;
import com.squareup.picasso.Picasso;
import java.util.List;
public class AdapterEmpresasApp extends AdapterGenerico {
... | [
"brunosalustiano303@hotmail.com"
] | brunosalustiano303@hotmail.com |
4ef6112340e1c78de21e698ef0aa45c8e97f6b86 | ddb08f5c2c7a8412a663df7b90d02b4a79af88ab | /fundamentals/src/main/java/co/edu/sena/fundamentals/les09/ClassMap.java | e430b5ec3ba36c2539da2ddcfba1c17abb17a515 | [] | no_license | ParticleDuality/hm-t4g12s4-ra19-actividades-Dasapugo4444 | baee49de1aebf7599fecded4f9545d723969aa83 | de2f8587f6d958a9b9ec4692b1144d3c4a6444d0 | refs/heads/master | 2021-09-26T01:05:50.992421 | 2018-10-26T20:00:08 | 2018-10-26T20:00:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,691 | java | package co.edu.sena.fundamentals.les09;
public class ClassMap {
public String[][] deskArray;
public String name;
public void setClassMap(){
deskArray=new String[3][4];
}
public void setDesk(){
boolean flag=false;
for (int row = 0; row < 3; row++) {
for (int co... | [
"dspulido13@misena.edu.co"
] | dspulido13@misena.edu.co |
b84b27be17275c1e6acd783e4fb29fe2defc9388 | 9e517eba94bdb135dd87399d87cdb63dc9632b1a | /app/src/main/java/com/troyanskiievgen/carowners/repository/dao/CarDAO.java | 82664f4763c8c8619b777b8511e9b80c8ccd2862 | [] | no_license | Troyanskii/CarOwners | 680f869710ffb8ca2ca7395c7211424507fcd6df | febaf340f868c90f07564e4f8bf52eaedb41294c | refs/heads/master | 2020-12-02T06:45:00.078523 | 2017-07-11T13:55:01 | 2017-07-11T13:55:01 | 96,892,803 | 0 | 0 | null | 2017-07-11T13:55:02 | 2017-07-11T12:53:39 | Java | UTF-8 | Java | false | false | 254 | java | /*
* Copyright (c) 2017. Eugene Troyanskii
* Troyanskii.evgen@gmail.com
*/
package com.troyanskiievgen.carowners.repository.dao;
import android.arch.persistence.room.Dao;
/**
* Created by Relax on 11.07.2017.
*/
@Dao
public interface CarDAO {
}
| [
"troyanskii.evgen@gmail.com"
] | troyanskii.evgen@gmail.com |
397bb33746ef400ab11abf3d7ecdc811d017946c | 57a056fe4c33e53a84b986d081cd457a09da6f2f | /Project_01/src/main/java/com/dxc/controller/MarksController.java | c5bdf596012c8f3bc3a22590459b6afdf52d365a | [] | no_license | hnimmagadda/spring-jpa | 403393e8cd62c0eedcb414ecef89d5a8b6a311de | d887cb190de10455314978cc15feadafcba0fc67 | refs/heads/master | 2022-12-16T01:19:59.642987 | 2020-09-19T14:34:05 | 2020-09-19T14:34:05 | 296,887,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,004 | java | package com.dxc.controller;
import java.text.ParseException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Req... | [
"hnimmagadda@IN-5CG0251NNP"
] | hnimmagadda@IN-5CG0251NNP |
90c88ad4fa6beb1bc836ffaccbff75612705f5ec | 1acd3611676bf717320e8a7b05b23517c5ffe5b2 | /src/main/java/com/selenium/configure/environment/PropertiesHandler.java | 0bb19de5331a2c388aabd17a9c7b0a4749aeac04 | [
"Apache-2.0"
] | permissive | estefafdez/selenium-cucumber | f5e3de19d1258364d8326118c1f11945873e73d2 | 942dd9f679032f17ef28a81981d627c552f2ea1d | refs/heads/master | 2023-08-07T22:44:56.296053 | 2023-07-27T06:35:24 | 2023-07-27T06:35:24 | 81,545,385 | 10 | 34 | Apache-2.0 | 2023-09-06T16:43:22 | 2017-02-10T08:45:15 | Java | UTF-8 | Java | false | false | 2,619 | java | package com.selenium.configure.environment;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
/**
* Custom class to handle the properties files.
* @author estefafdez
*
*/
public class PropertiesHandler {
priva... | [
"estefafdez@gmail.com"
] | estefafdez@gmail.com |
ff51c5f97c95a009f5ff1a55be83047521a56196 | ff87d16bd74624d4953449cc4c408cf70229bfcb | /app/src/main/java/com/huyingbao/rxflux2/base/application/BaseApplication.java | c065c734aa97475be7ea2924bebc0212193ed524 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | HuYingBao/DmRxFlux | f380b8b9d6162c1b8134f65a44cfc9160ca4fe36 | ea32e015d044ac468b8c77caa120bcd6ed3b28df | refs/heads/master | 2021-08-15T03:52:25.628555 | 2017-11-17T08:47:39 | 2017-11-17T08:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,721 | java | package com.huyingbao.rxflux2.base.application;
import android.app.Application;
import android.content.Context;
import android.support.multidex.MultiDex;
import com.alibaba.sdk.android.man.MANService;
import com.alibaba.sdk.android.man.MANServiceProvider;
import com.huyingbao.dm.BuildConfig;
import com.huyingbao.rxfl... | [
"K0170016@test.htsc.com.cn"
] | K0170016@test.htsc.com.cn |
9a2a8177ad9bc7ba83ca5f0d7968f89ea7f7aca9 | 2a2e6b194d85678176ae4c4022dbd341073a9610 | /app/src/main/java/com/meiquick/vitimageload/MainActivity.java | b0d510a1ddef19b7cc635b917b2d7735915503e5 | [] | no_license | KeWeize/VitImageLoader | 2fb093ed5f21d8a1a28afd5ba04720a17aa4919c | d900b7bc70d3ff5e4bcbc6f653f880a8f47f8852 | refs/heads/master | 2020-03-28T05:55:51.340099 | 2018-09-10T08:15:23 | 2018-09-10T08:15:23 | 147,804,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package com.meiquick.vitimageload;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import com.meiquick.imageload.MImageLoader;
import com.mei... | [
"vitar5@foxmail.com"
] | vitar5@foxmail.com |
52bba51f3bfd6d9612156304b3378c6ab19f5835 | 9e15febb6dc37e6e17d7ab06b4157232aa054fb3 | /Week14/week14day1/src/main/java/com/tts/week14day1/model/Greeting.java | b86928445fcf5bf4f5c2b11f604bbe6c56fad04d | [
"MIT"
] | permissive | Phillip-Revak/WIN | c8d2689b708e3288f177e9fc890dec0206317c3f | 4a5032e84c60bd34ebbe45c48efe6601c1f421ec | refs/heads/main | 2023-05-07T12:33:14.763134 | 2021-06-03T13:54:50 | 2021-06-03T13:54:50 | 343,567,447 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.tts.week14day1.model;
public class Greeting {
private Long id;
private String content;
public Greeting(Long id, String content) {
this.id = id;
this.content = content;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id =... | [
"phillip.revak@gmail.com"
] | phillip.revak@gmail.com |
38e9ec94cc9eb9eedb79f2a158a4c9f7b96c90a4 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/plugin/game/ui/w.java | db8036910da03f8d5c36386700af9eca83d5716a | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | package com.tencent.mm.plugin.game.ui;
import android.graphics.Color;
import android.graphics.PorterDuff.Mode;
import android.graphics.drawable.Drawable;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.widget.ImageView;
import com.tencent.matrix.trace... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
6ec264ac82ac3475b8ca89a81283c2a9f17d77e3 | f2feced5772f7b2be4fb299d60a84e7dd292c665 | /app/src/main/java/com/example/hp/railwaymanager/TrainSearchActivity.java | ddee94aa60fcb4df991115904eef6a2d983f3db4 | [] | no_license | sadia-sust/RailwayManager | ed02216a8059f1bf7226d26d5f45ae8f85427a11 | 4df416ff4f80f46884bba05b5eadf257f148a0be | refs/heads/master | 2021-07-25T02:51:18.489965 | 2017-11-06T07:41:56 | 2017-11-06T07:41:56 | 109,662,643 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,385 | java | package com.example.hp.railwaymanager;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ListView;
import java.util.ArrayList;
public class TrainSearchActivity extends ActionBarActivity {
ListView list2;
s... | [
"sadiatasnimswarna@gamil.com"
] | sadiatasnimswarna@gamil.com |
fd9602b8aae8d2a363f97c30592faa76a78f62bb | 714fe59341fbaee9c8e899fbb35e5b16fd361718 | /src/main/java/com/study/hu/rpc/common/protocol/Response.java | e495fbdd42540bf64edd5b5d233500c55da67c07 | [] | no_license | hudongdong129/rpc | 09fdfd6731bd46c5999fba552aaa62f808f029a3 | 94cd605424fdf8d81a93fbb5bfb5d5aa2341cabc | refs/heads/master | 2022-06-24T21:57:42.622214 | 2019-12-25T05:34:49 | 2019-12-25T05:34:49 | 229,012,328 | 0 | 0 | null | 2022-06-17T02:48:24 | 2019-12-19T08:45:31 | Java | UTF-8 | Java | false | false | 1,413 | java | package com.study.hu.rpc.common.protocol;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
* @Author hudongdong
* @Date 2019/12/19 14:33
*/
public class Response implements Serializable {
private static final long serialVersionUID = -4444706353612846553L;
private Status st... | [
"924859690@qq.com"
] | 924859690@qq.com |
626bc877496256460d5483eba2e170e596442326 | 7bc4e9bed9a114329acd358785e1e34f8fe21cdb | /app/src/main/java/com/example/ex9/credits.java | cad22d777d395ea1ea04141e89fed1ff33bdd44e | [] | no_license | ns6991/ex9 | 97fec01af0f373527b471c47aa597b110aeec634 | 4e975b145a3e0bf017f9cd4a8b4cab7068d7abe5 | refs/heads/master | 2023-04-17T20:36:40.890262 | 2021-05-05T22:17:08 | 2021-05-05T22:17:08 | 364,719,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package com.example.ex9;
import androidx.appcompat.app.AppCompatActivity;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class credits extends AppCompatActivity {
double... | [
"ns6991@bs.amalnet.k12.il"
] | ns6991@bs.amalnet.k12.il |
1a7f33686fe3f0d15619ad95161bd54d7a84fca4 | 322c962b1058ea654d382b83a1225047bcc34a00 | /src/main/java/com/bigdatapassion/prodcon/KafkaProducerExample.java | 5023f4b66ebb9035059d29177ca538832a080914 | [] | no_license | zkarol/kafka-training | 712d09c51d77174cf2aa09aef2fcfc85c40b37a6 | e66af2dfaa0cd87cfa1a882eeb18f598ad8b6b38 | refs/heads/master | 2020-12-12T16:09:01.092678 | 2019-08-23T14:10:04 | 2019-08-23T14:10:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,920 | java | package com.bigdatapassion.prodcon;
import com.bigdatapassion.callback.LoggerCallback;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.clients.producer.ProducerRecord;
import org.apache.log4j.Logger;
import java.util.Random;
import jav... | [
"radoslawszmit@gmail.com"
] | radoslawszmit@gmail.com |
ac877d235df0433f97fe87158391405a37d77d74 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_9b910f6ffc295254d91d7a258c9cb0e33c646005/LWCPlugin/2_9b910f6ffc295254d91d7a258c9cb0e33c646005_LWCPlugin_s.java | 17972cebdda2d53926e73435cc77209c48cd5932 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 16,672 | java | package com.griefcraft.lwc;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import java.util.logging.Level;
import org.bukkit.Location;
import org.bukkit.World;
import ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4b5085d4b66d1f2df87d1020a9e2165fe21603dd | 4068b4a2e477f177efc3932de044d011d74b8b25 | /picocli-codegen/src/main/java/picocli/codegen/annotation/processing/internal/CompletionCandidatesMetaData.java | 9e4eb3edaac821fadeb222bcbc7f930ec9b52d97 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | kakawait/picocli | d80b5ed0efb8cbe76a440dbf413b7393433d2bc7 | 3ba184ef0330df3052afe64aa0039f67bca38528 | refs/heads/master | 2020-06-07T21:14:59.559002 | 2019-06-26T08:06:58 | 2019-06-26T08:06:58 | 193,094,608 | 0 | 0 | Apache-2.0 | 2019-06-21T12:31:07 | 2019-06-21T12:31:07 | null | UTF-8 | Java | false | false | 3,323 | java | package picocli.codegen.annotation.processing.internal;
import picocli.codegen.annotation.processing.ITypeMetaData;
import picocli.codegen.util.Assert;
import javax.lang.model.element.AnnotationMirror;
import javax.lang.model.element.AnnotationValue;
import javax.lang.model.element.Element;
import javax.lang.model.el... | [
"remkop@yahoo.com"
] | remkop@yahoo.com |
2f685e24f4e4b12e57a288150d6de1d06de0c3a7 | 68f8b810d485022394ef107b0360aa03df2b4a1d | /app/src/main/java/com/example/a50/vocabulary/MyViewPager.java | d5f01d0e5e3be29c6c16af4c2a7ea6cbd417aa34 | [
"MIT"
] | permissive | 50mengzhu/vocabulary | a01cd35ede2360ef42ba012eaada1aa70a0288af | b06b80c9df4936697634f64c9bc07505103c683b | refs/heads/master | 2021-01-20T13:17:49.134255 | 2017-09-03T02:08:09 | 2017-09-03T02:08:09 | 101,742,469 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,289 | java | package com.example.a50.vocabulary;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Created by 50萌主 on 2017/9/1.
*/
public class MyViewPager extends ViewPager {
private bool... | [
"1670041876@qq.com"
] | 1670041876@qq.com |
de7e9981cbfd28a2c60de5dee21bbde84af0ef84 | 2040b6b739beb73a744e4b6e635c0d86192ff39e | /src/main/java/com/matthewyao/designpattern/template/Teacher.java | 9cb13fe5c349547becba3ce3a7f9ef461844b8ce | [] | no_license | matthewyao/JavaLearning | fc7d173406b4ee83cbd52cdb16bd6050cbb674b2 | e12d4d634a71e82e00d1ab4a769c3785bb518cbe | refs/heads/master | 2020-05-21T04:45:53.127910 | 2018-10-25T06:05:41 | 2018-10-25T06:05:41 | 49,195,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package com.matthewyao.designpattern.template;
/**
* Created by yaokuan on 2018/6/6.
*/
public class Teacher extends AbstractPerson {
@Override
public void getUp() {
System.out.println("洗漱、换衣服");
}
@Override
public void eatBreakfast() {
System.out.println("吃了:面包+鸡蛋");
}
... | [
"yaokuan@meituan.com"
] | yaokuan@meituan.com |
4b258295a52d99b302c3f3784c5ac47dcfef0f80 | 3f811f5d0bcaa52d527b75bf30b0fa2133715675 | /app/src/main/java/com/example/r569642/imagescalingpoc/MyFragment.java | c413c7e0cbbbea79685b032d7a1b0f74fa52302f | [] | no_license | sheetal-hemrom/ImageScalingSample | 1dc2900b540f813601fce9165f0d552a011d8c9d | 2370c5c31def00b6f522418bfc5c2bf002a9cba9 | refs/heads/master | 2021-01-18T18:18:45.137939 | 2016-05-31T23:33:44 | 2016-05-31T23:33:44 | 60,130,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.example.r569642.imagescalingpoc;
import android.content.Context;
import android.media.Image;
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 android.widget.... | [
"sheetal.hemrom@chase.com"
] | sheetal.hemrom@chase.com |
6a87b17c837028c87e4894f66ecc1a70bba8cb69 | 9c059f377181921723fb68081687c649b4e51a6c | /msg-exchange-repository/src/main/java/zw/co/dobadoba/msgexchange/repository/config/DevelopmentDataSourceConfig.java | 9c488d7819f1d4ef0e71449fd12959bc37fe1e12 | [] | no_license | DeeObah/msg-exchange-service | c13e6a2dab89c81652e8c75914a9924d9fb5a458 | e03ddd59b007c80e94a3cbf50e0efd5cd7f63954 | refs/heads/master | 2020-12-02T11:13:52.861175 | 2017-09-27T13:20:22 | 2017-09-27T13:20:22 | 96,618,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package zw.co.dobadoba.msgexchange.repository.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.env... | [
"Arnold.Doba@econet.co.zw"
] | Arnold.Doba@econet.co.zw |
f8f206ec400e61c36b45cd6bb0a1b9b7fc70b654 | 907d7b42f1277f929bdcfe6e73266b5071f524c5 | /common/src/main/java/com/example/runner/ExampleRunner.java | f1033289886ca8dd5e52c3954c0447c8ae9ad3f1 | [] | no_license | faleev/testing-example-java | 10171fb653645003d6ab6cbf281d66cd30a801be | befb254fd722777c90ae5aef11919d3d35ea285f | refs/heads/master | 2020-04-25T11:50:20.326864 | 2014-10-24T12:42:38 | 2014-10-24T12:42:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.example.runner;
public class ExampleRunner {
public static void main(String[] args) {
//TODO: Interaction with the outside world will be added here.
}
}
| [
"pavel.faleev@gmail.com"
] | pavel.faleev@gmail.com |
c7cc2eca37ff7df9c4bfe22350a659c38a25c522 | 93613d9ab42e023a5b1ecab0918691b93b698607 | /activity/src/main/java/com/yonyou/aco/cloudydisk/test/TableToEntity.java | 218a1c3ca712d8807e7070f4a6a59ac67fd5e324 | [] | no_license | lihuihui123456/OA | 6aafe4b93a09305ee9b169d1f8974a07855f3e79 | f50787dd1d8517989d2ffa16d4c24bdccc477f3c | refs/heads/master | 2022-12-24T08:56:17.793951 | 2019-12-17T06:09:06 | 2019-12-17T06:09:06 | 228,515,435 | 0 | 2 | null | 2022-12-16T00:59:51 | 2019-12-17T02:24:31 | JavaScript | UTF-8 | Java | false | false | 2,646 | java | package com.yonyou.aco.cloudydisk.test;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
public class TableToEntity
{
public static voi... | [
"1833607032@163.com"
] | 1833607032@163.com |
955f947e5ecfe581b0379dac902dcab71d767850 | d234cc1777205a569a026a1f1f45a6633bc502c9 | /Android/UniversalRemote/src/com/remote/universalremote/irapi/IrApi.java | 402816df6e6a3fcc7fbaab0379add6271dfdff7d | [] | no_license | deepalidk/andemos | ed0c5c590ce6e9982d43e1518116431b8c7cf5f3 | 03f7cf5d69d6ff9c4e4d60b7bcfa88eeae73ac63 | refs/heads/master | 2021-01-10T11:54:11.237390 | 2013-01-10T09:34:14 | 2013-01-10T09:34:14 | 51,981,513 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 20,450 | java | package com.remote.universalremote.irapi;
import java.util.LinkedList;
import android.text.format.Time;
import android.util.Log;
/**
* @author walker
* @date 2011.06.23
*/
public class IrApi implements IOnRead {
// Debugging
private static final String TAG = "Irapi";
private static final boolea... | [
"walkerwk@febdd8de-34b2-09fa-199c-44fb402a6750"
] | walkerwk@febdd8de-34b2-09fa-199c-44fb402a6750 |
c96d2cdb53fa6155f94ba73ac93dfe8a487fbd55 | 1a4f308ba2778c9af35a60f8f5cbc14109cc6882 | /Commit1/src/commit1/Commit1.java | aa8cc8cdb1808652c8f5da9db7fb6118265dc5cf | [] | no_license | JeffersonAguirre/DeberConTravis | 99c772048376603293188ba6e0b681f4e28c716e | 961869edff1ed871f4f3587cc7e1659460b4291b | refs/heads/master | 2020-12-05T07:10:55.773740 | 2016-09-14T14:12:21 | 2016-09-14T14:12:21 | 67,429,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | 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 commit1;
/**
*
* @author Pc
*/
public class Commit1 {
/**
* @param args the command line arguments
... | [
"Pc@DESKTOP-2VUBUTH"
] | Pc@DESKTOP-2VUBUTH |
ef2ad276e42e4e6aa2e6c2161eefd120592729e6 | f2ff306022ff235b50b3b990ca57a976c1b81ac7 | /JungchanLee-HW9/src/HearthstoneCard.java | 3792e779fdb78db8ec097b52f7020e5df46b1c4a | [] | no_license | Chanthebigbro/Chan-HW9 | a936552cf1839517a4eba923f0d92b44560380cc | 08edcebc7bd87a7ed73e29980485670f347d85fc | refs/heads/main | 2023-03-12T19:12:14.956652 | 2021-03-01T17:22:20 | 2021-03-01T17:22:20 | 343,498,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java |
public class HearthstoneCard
{
private int cost;
private int attack;
private int defense;
private String name;
public HearthstoneCard(String name, int cost, int attack, int defense)
{
this.cost = cost;
this.attack = attack;
this.defense = defense;
this.name = name;
}
public int getCost()
{
retu... | [
"Chanthebigbro@users.noreply.github.com"
] | Chanthebigbro@users.noreply.github.com |
caf174db3b4f344d8032394fdb2c054a922e888d | fb80d88d8cdc81d0f4975af5b1bfb39d194e0d97 | /Platform_TreeFramework/src/net/sf/anathema/platform/tree/presenter/view/ISpecialNodeView.java | 6c01a0eb245e30f75af815a6fa55081c18ebacb2 | [] | no_license | mindnsoul2003/Raksha | b2f61d96b59a14e9dfb4ae279fc483b624713b2e | 2533cdbb448ee25ff355f826bc1f97cabedfdafe | refs/heads/master | 2021-01-17T16:43:35.551343 | 2014-02-19T19:28:43 | 2014-02-19T19:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package net.sf.anathema.platform.tree.presenter.view;
public interface ISpecialNodeView extends SpecialControl {
String getNodeId();
} | [
"ursreupke@gmail.com"
] | ursreupke@gmail.com |
e8b94c658cab6c762190c4ff255decd0dfb320e8 | 84d35af6e763527dfc4f2af66db9aace76f12eb1 | /kit/src/androidTest/java/com/jerryjin/kit/ExampleInstrumentedTest.java | 8eb14d617f9301df52cd6af4a9e22ef1286e696d | [
"Apache-2.0"
] | permissive | JerryJin93/AndroidCommonKit | af27866fe00bb6c232733aedd4439e93e1b60e67 | e99df0640b1ca9fa6c1eef4b8995f14cc370d750 | refs/heads/master | 2022-06-05T06:23:02.808669 | 2022-05-12T03:21:00 | 2022-05-12T03:21:00 | 193,690,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.jerryjin.kit;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see ... | [
"JerryJin93@users.noreply.github.com"
] | JerryJin93@users.noreply.github.com |
904b98a3d10fa9ecc26e26c0732d9d06a47da215 | 074c1ac5890ec4fff064e435486de496219aed19 | /java.src/br/com/fatec/model/factory/FabricaConexao.java | a0a7ecb816525dd109834b4948a88cf375ee54d4 | [] | no_license | fatecanos/Crud-Callcenter | 4de396b26d0a4ec62a385435188506d96a857c69 | f20bc2f7c19d4ea2e67b3d265b9249ce5605e3a0 | refs/heads/master | 2020-05-18T08:15:52.158027 | 2019-05-04T22:13:01 | 2019-05-04T22:13:01 | 184,288,814 | 0 | 0 | null | 2019-05-04T22:13:02 | 2019-04-30T15:39:43 | Java | MacCentralEurope | Java | false | false | 1,933 | 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.com.fatec.model.factory;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
impo... | [
"lucasnogueiratdm@hotmail.com"
] | lucasnogueiratdm@hotmail.com |
9c3a1925fe8b9401d8afebf00f998e587368e7c5 | d05cf6ca0ec1c1155de78d5e14b39f7773756eac | /src/main/java/br/edu/ifpb/collegialis/model/Coordenacao.java | e52b93b180f3f66d2ec7d12f98d2fb1f28f6e4c1 | [] | no_license | henriquefeIix/collegialis | 6b531aff89af98485fff9d0c7531944a7572a3a1 | f4663c782ac3c1df8269e70d7ae01d9e2711369a | refs/heads/master | 2022-05-21T05:03:50.539142 | 2022-03-23T12:31:07 | 2022-03-23T12:31:07 | 216,666,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package br.edu.ifpb.collegialis.model;
import java.io.Serializable;
import java.util.Objects;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.SequenceGenerator;
... | [
"henriquefelix@outlook.com.br"
] | henriquefelix@outlook.com.br |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.