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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ca88d28780cb438ec303b5bc3c5a090452a3ad31 | 7b9d60964722f7921782348777a4f8ecfb0e86aa | /solutions/051.n-queens/n-queens.java | f872fd5f422dcb5cf322a506b28c93bc7d6210cc | [] | no_license | LLLRS/leetcode | 24ab02bfd12111bb85a30e25f85cb00c6a605c5f | ea1f5874d414a9de88e2b0fda213fa855c70b3b4 | refs/heads/master | 2020-05-03T15:11:00.417836 | 2019-04-06T14:35:51 | 2019-04-06T14:35:51 | 126,662,032 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | class Solution {
boolean[] col = null;
boolean[] dia1 = null;
boolean[] dia2 = null;
List<List<String>> res = new ArrayList<>();
public List<List<String>> solveNQueens(int n) {
col = new boolean[n];
dia1 = new boolean[2*n-1];
dia2 = new boolean[2*n-1];
... | [
"15311257617@163.com"
] | 15311257617@163.com |
9c362f0e70bdd20cfb6c0a9362caf2611cec56a1 | beb1c4f1cd0c4da6db33b0cf0567e6b078e5e59c | /sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/stream/OutboundObserverFactory.java | 44874491891f96b0fa1d2d1252789d0a93c97346 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-protobuf"
] | permissive | kkucharc/beam | d35041ddd85e8b3ec1fd5dbbef806ac79bd312c0 | e77882c9cb2ed58cd408452462886d3022645813 | refs/heads/master | 2021-04-06T14:53:12.263095 | 2018-06-25T04:32:52 | 2018-06-25T04:32:52 | 124,561,521 | 0 | 0 | Apache-2.0 | 2018-03-09T15:56:34 | 2018-03-09T15:56:34 | null | UTF-8 | Java | false | false | 5,941 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"kirpichov@google.com"
] | kirpichov@google.com |
d4de49cb3e642555fd2479f8bd67ccc213de1401 | e1470ee6766ce0c7bc169895101bf969786cdbe1 | /src/main/java/net/arquetipo/base/db/mapper/UserMapper.java | 228a39986b99242a94de6405d72a70c7ecaa7456 | [] | no_license | ingapoloperseo/arquetipo_drop_wizard | b354c4d9edfee47463a29daffbef58ca4ed9c7ed | f9f674aa635a933cab1c76d5a55f8bb19fe2f3b8 | refs/heads/main | 2023-01-24T12:17:05.244253 | 2020-11-13T04:50:14 | 2020-11-13T04:50:14 | 311,491,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package net.arquetipo.base.db.mapper;
import net.arquetipo.base.api.User;
import net.arquetipo.base.api.UserType;
import org.skife.jdbi.v2.StatementContext;
import org.skife.jdbi.v2.tweak.ResultSetMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
public class UserMapper implements ResultSetMapper<User... | [
"oswaldo.sanchez@dreambox.com"
] | oswaldo.sanchez@dreambox.com |
551f5043e96b950446e5ea94ec762d4dfbda8877 | d1726d0a45dfa513ffceb421db2f33c91bfa7f33 | /2172.java | 6b806c93148f8e6a54a8feffb7872bf8d273b463 | [] | no_license | gabaghul/URI | 56ee4cdfefaf5a9e0ab6ac672f100157bd481a9e | 6fe1348f8f935f7d9ea82634ade249b8f0686f3d | refs/heads/master | 2022-12-31T19:15:19.718156 | 2020-10-24T02:20:30 | 2020-10-24T02:20:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
Scanner scan = new Scanner(System.in);
int n=0;
double xp=1.0;
while(!(n==xp && n==0)){
n=scan.nextInt();
xp=scan.nextD... | [
"gabriel.camp96@hotmail.com"
] | gabriel.camp96@hotmail.com |
444d8d6c5d8a9b92411cdf7737bd28eb3e93ce8d | ca59718f60865008bb8909094a9e75f78c003a92 | /src/main/java/org/onvif/ver10/schema/NetworkProtocol.java | 54bc334800ee6d3d932b4b6a16dceab6040f9fb7 | [] | no_license | yanxinorg/MyPTZTest | ea6a3457796d320e6f45393634fc428905bf9758 | 882448f7bfe3c191f5b3951d31178e7fcabb9944 | refs/heads/master | 2021-04-03T08:01:19.247051 | 2018-03-12T08:28:43 | 2018-03-12T08:28:43 | 124,856,618 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,448 | java | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.02.04 um ... | [
"yanxinorg@163.com"
] | yanxinorg@163.com |
5ce76a0004b3b08a0d80f772b759e7f9a071d51a | d4627ad44a9ac9dfb444bd5d9631b25abe49c37e | /net/divinerpg/item/tool/FoodBase.java | b3921cc8bd9784bd14d5a3a651e285ab8e1b00ed | [] | no_license | Scrik/Divine-RPG | 0c357acf374f0ca7fab1f662b8f305ff0e587a2f | f546f1d60a2514947209b9eacdfda36a3990d994 | refs/heads/master | 2021-01-15T11:14:03.426172 | 2014-02-19T20:27:30 | 2014-02-19T20:27:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package net.divinerpg.item.tool;
import net.divinerpg.DivineRPG;
import net.divinerpg.lib.Reference;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.item.Item;
import net.minecraft.item.ItemFood;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
public clas... | [
"brock.kerley@hotmail.com"
] | brock.kerley@hotmail.com |
c0400cf0ed4b1ec1d8fd940f1d764cee3f546dce | c9ff4c7d1c23a05b4e5e1e243325d6d004829511 | /aws-java-sdk-chime/src/main/java/com/amazonaws/services/chime/model/CreateVoiceConnectorRequest.java | 66b3d7f65bf5540789bd471a5149da2cd4346ce0 | [
"Apache-2.0"
] | permissive | Purushotam-Thakur/aws-sdk-java | 3c5789fe0b0dbd25e1ebfdd48dfd71e25a945f62 | ab58baac6370f160b66da96d46afa57ba5bdee06 | refs/heads/master | 2020-07-22T23:27:57.700466 | 2019-09-06T23:28:26 | 2019-09-06T23:28:26 | 207,350,924 | 1 | 0 | Apache-2.0 | 2019-09-09T16:11:46 | 2019-09-09T16:11:45 | null | UTF-8 | Java | false | false | 5,687 | java | /*
* Copyright 2014-2019 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... | [
""
] | |
83256cf6b37b20a3631f3be1dd0c2a78c11e2288 | 9ba1afd739866a7a003a2fad5ff53c6f418b639f | /src/graphs/undirectedgraphs/DegreesOfSeparation.java | 285573bc41be06be82d41a4e5faf24a7613afe9e | [] | no_license | jeffreyyjp/algs4solutions | af07b938af41a7a60c664c1ab283a3d46eb111fb | 3679a986f1137c2aafc1850be47f5bb100f79948 | refs/heads/master | 2022-12-09T21:57:31.490148 | 2020-09-11T12:41:42 | 2020-09-11T12:41:42 | 178,507,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | package graphs.undirectedgraphs;
import edu.princeton.cs.algs4.BreadthFirstPaths;
import edu.princeton.cs.algs4.Graph;
import edu.princeton.cs.algs4.StdIn;
import edu.princeton.cs.algs4.StdOut;
import edu.princeton.cs.algs4.SymbolGraph;
public class DegreesOfSeparation {
public static void main(String[] args) {
... | [
"gracyme123@hotmail.com"
] | gracyme123@hotmail.com |
a50fc45e9623c9b58fe8737902c47e0f1ef7cf41 | 211e970edb66a52b93cb89628db6a4c4295fa968 | /Java/Java - Me/lez09_garage/src/lez09_garage/Moto.java | 34732197c3bbc3e698da58bfd77b965170dd9b69 | [] | no_license | AlessandraArdissone/TSS2019 | bdb5b35942672b131295bbb791158a142b86f3e1 | a151e7d6e8f1929ddb254c08144c27e18f9e3af7 | refs/heads/master | 2020-04-28T09:21:55.146424 | 2019-07-04T12:28:37 | 2019-07-04T12:28:37 | 166,390,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | 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 lez09_garage;
/**
* classe derivata da Veicolo
*
* @author tss
*/
public class Moto extends Veicolo{
public enum ... | [
"perlatempesta77@gmail.com"
] | perlatempesta77@gmail.com |
a382224d6ff9fa56098d85b0b31cf9c70f1c3d51 | 4ca5af9abc32cac1ded82f37738ee099c77fb588 | /src/main/java/com/byond/maven/plugin/library/PackageMojo.java | e2fee9900a26b6947de97a3250c471b49c6d91e5 | [] | no_license | BYOND/byond-library-plugin | 378cb53cbbab083e31c2cbea02ce8560eb5f1cb2 | 979082cd2b91427810cef6c81adad3da24f7b9d7 | refs/heads/master | 2023-08-26T01:12:36.218548 | 2021-07-11T19:53:44 | 2021-07-11T19:53:44 | 10,016,820 | 0 | 1 | null | 2023-08-15T17:42:54 | 2013-05-12T17:19:26 | Java | UTF-8 | Java | false | false | 4,315 | java | package com.byond.maven.plugin.library;
import java.io.File;
import java.io.IOException;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Component;
import org.apache.mav... | [
"stephen.badger@gmail.com"
] | stephen.badger@gmail.com |
b4dcd2462bb528433d6e8f10dc74cefd9790d562 | 53a39b2b301e8db36104b4b8d37da53b9525675f | /src/main/java/com/wxiwei/office/officereader/filelist/FileItemAdapter.java | 7d48c51f8173f52a6430294261d7588a1a091c59 | [] | no_license | yan269954107/officeReader | 35197596f9e2d4230499f896620b31d6d676efdf | ab8f296ca22838a4872bf337a3d55ba82a4bf453 | refs/heads/master | 2020-03-19T05:50:58.351090 | 2017-10-11T08:50:44 | 2017-10-11T08:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,211 | java | /*
* 文件名称: MainControl.java
*
* 编译器: android2.2
* 时间: 下午1:34:44
*/
package com.wxiwei.office.officereader.filelist;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Hashtable;
import java.util.List;
import java.uti... | [
"397569981@qq.com"
] | 397569981@qq.com |
cd67ac9f9945858c17a914e932c41b4795d8981f | 78b054f0bd625e4d7aa538c5eac72931153edeb3 | /LectureCode/lec2/BadSquareTesterGraphics.java | b6cf1622b4f1f37b37339464a67133f3c1da11cb | [] | no_license | PopoTeaTree/OOD-exercise | 2d0aa98c107ec040e2ce39a749db960834a07fe0 | 6f55e7a68239b544292f32b28d669a2ebd6656ab | refs/heads/master | 2023-03-09T14:56:03.080187 | 2021-02-24T14:44:55 | 2021-02-24T14:44:55 | 341,933,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | import java.io.*;
import java.util.*;
/**
* Test program to create and display squares.
* BAD VERSION SHOWING EFFECTS OF PUBLIC DATA
*
* Created by Sally Goldin, 13 August 2017
* Modified to use IOUtils.java - 19 Jan 2020
*/
public class BadSquareTesterGraphics
{
/** Keep hold of the last square we cr... | [
"onepiece14515@gmail.com"
] | onepiece14515@gmail.com |
75162aaa8920f762dded1729a541767cea64dd5a | 05ba4598688a799f73878dd54030c802f178e932 | /app/src/main/java/com/tzl/agriculture/model/GoodsMo.java | f0538eafcdc9c227e67531276a1e179dbba3fcba | [] | no_license | 2803404074/Agriculture | 41e4b5e4c5adc2435df3d989d8ef6e85172523a5 | 5cb8d2ceddc2beaee0cd0c14474a5d5d29255f32 | refs/heads/master | 2020-07-09T12:09:41.071227 | 2019-09-16T06:41:38 | 2019-09-16T06:41:38 | 203,963,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,757 | java | package com.tzl.agriculture.model;
import java.io.Serializable;
import java.util.List;
/**
* 商品列表模型
*/
public class GoodsMo implements Serializable {
private String goodsId;
private String originalPrice;
private String goodsName;
private String goodsDesc;
private String categoryId;
private S... | [
"2803404074@qq.com"
] | 2803404074@qq.com |
a0df5ffd2be81b21f443955c2da5fea78103d8cd | b0215a823f1fc24f4b57bcc37926bc011ce7cb6f | /odps-sdk/odps-sdk-core/src/main/java/com/aliyun/odps/task/SQLTask.java | b4c37db9121f564978fa074361e23e9d092b1530 | [
"Apache-2.0"
] | permissive | shellc/aliyun-odps-java-sdk | 539f5649628c33a48b6e1915a29bcebb38a8b76c | 3eb9ea886f7ecd4cae94a2c1549ab05863f35f72 | refs/heads/master | 2021-01-16T21:52:38.531808 | 2015-08-14T07:43:01 | 2015-08-14T07:43:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,004 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"lymanrb@gmail.com"
] | lymanrb@gmail.com |
bfc9821ef1a668dfa8c686bea69511c02c7f5a26 | 399db4496ffc4dd588994765088c2917a32e398c | /SRC/Course.java | e0805ac2f5e67539077a7cca53f4fe6f5f2b0e92 | [] | no_license | cgperel/CoderGirlProjects | ea3302fff6793f86aed461f8cade4570c9b7f20f | 7dc1aca6761b274da3b6c0ea23b20ef96542e3a3 | refs/heads/master | 2020-03-22T04:52:36.297900 | 2018-12-06T01:34:36 | 2018-12-06T01:34:36 | 139,526,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | public class Course {
//has a;
//name
//credits
// number of students
// roster
private String name;
private int credits;
private int numberOfSeats;
private Student[] roster;//array is the type
public Course(String name, int credits, int numberOfSeats){//put the variables in the... | [
"cgperel@gmail.com"
] | cgperel@gmail.com |
16e4e788546c26de3f033033e22db201aa0adc92 | 56d0e2b5f278e6079d3a9fcb7129db8d3911cd9f | /src/main/java/com/rasin/controller/HelloController.java | 6803a810a3200fab161dc7eb263add51a0895c3b | [] | no_license | wangyu32/jenkinsDemo | 44a9036714031e428f505644241f234234d525c4 | 947abf56fe7fa87cca2e2587db3a05d1da59aa19 | refs/heads/master | 2020-05-23T03:51:16.511492 | 2019-05-15T11:15:04 | 2019-05-15T11:15:04 | 186,624,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package com.rasin.controller;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @Description
* @Author wangyu
*... | [
"285677770@qq.com"
] | 285677770@qq.com |
09f733f8ce3e590796b94e79be0ec0a200e06427 | c822be7d47efff2b2c801f8da7c8754a5c02168a | /src/main/java/imdb/constants/MovieSortParams.java | 5586d085416968af4cc1dd49268c1c6d126c6e49 | [] | no_license | MathewManu/MovieMon | b2328ba685f5100ecc4d1fdba7e83a203af2d6a4 | 9d5d0e0470c172af723b14a2ca0eaa1c881de5fc | refs/heads/master | 2020-12-19T22:43:20.912362 | 2016-05-26T13:53:49 | 2016-05-26T13:53:49 | 41,999,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package imdb.constants;
public enum MovieSortParams {
NAME ("name"),
RATINGS ("ratings"),
RECENTLYADDED ("recentlyadded");
private String stringValue;
private MovieSortParams(String stringv) {
this.stringValue = stringv;
}
public String getStringValue() {
return stringValue;
}
}
| [
"anushya.k.kutty@gmail.com"
] | anushya.k.kutty@gmail.com |
ac2d5b2b752e0a1c2e94a9fa414f74059dec5a2b | d38afb4d31e0574dd2086fc84e5d664aecc77f5c | /com/planet_ink/coffee_mud/Abilities/Spells/Spell_SuperiorImage.java | 6ff05a445552563d360a609685ebf7aea64991ed | [
"Apache-2.0"
] | permissive | Dboykey/CoffeeMud | c4775fc6ec9e910ff7ff8523c04567a580a9529e | 844704805d3de26a16b83bd07552d6ae82391208 | refs/heads/master | 2022-04-16T07:07:22.004847 | 2020-04-06T17:55:33 | 2020-04-06T17:55:33 | 255,074,559 | 0 | 1 | Apache-2.0 | 2020-04-12T12:10:07 | 2020-04-12T12:10:06 | null | UTF-8 | Java | false | false | 2,301 | java | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | [
"bo@zimmers.net"
] | bo@zimmers.net |
b250771ab2f120068d4fd3967d39a4151023a231 | 999741e70c60a19b5428331adaf8135982a095cb | /Assign1_java/src/assignments/MultiplicationTable.java | 2b533a091e4f55164f27259b26263b5812a27094 | [] | no_license | garimasahu12/task | 362395af9eb3381383df017fd7273bb6f57ae398 | 5fc2ddfdd707b5cc240076eb62815395f2bef820 | refs/heads/master | 2023-06-04T04:43:48.289262 | 2021-06-21T03:39:02 | 2021-06-21T03:39:02 | 377,761,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package assignments;
import java.util.Scanner;
public class MultiplicationTable {
public static void mulTable(int n){
System.out.println("The multiplication table is: ");
for(int i=1;i<=10;i++)
{
System.out.println(""+n+"*"+i+"="+(n*i));
}
}
/**
* @param args the command line... | [
"garimacg99@gmail.com"
] | garimacg99@gmail.com |
f21485432e95e542cdf6d77bce1adcd1aa3cd632 | 63054d2d9b3de8ac910dc3fc0dac0ce51f129c82 | /test/org/trackmont/protocol/SanavProtocolDecoderTest.java | 4b959628b61d85153afdfebcdbf9f5ae735f2d83 | [
"Apache-2.0"
] | permissive | vegellibert/trackmont | 10e9f0b6d53afe8531b89e7e14e938739fc2f689 | 387326ce816401dd7aa7959399b14cf45744dfa2 | refs/heads/master | 2021-08-14T12:44:06.625709 | 2017-11-15T17:55:53 | 2017-11-15T17:55:53 | 110,860,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,530 | java | package org.trackmont.protocol;
import org.junit.Test;
import org.trackmont.ProtocolTest;
public class SanavProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
SanavProtocolDecoder decoder = new SanavProtocolDecoder(new SanavProtocol());
verifyPositi... | [
"benditatecnologia@gmail.com"
] | benditatecnologia@gmail.com |
9b23fa92f2dd2d82dcd97ca5ad4ccc6336f838ab | 2140d19fcdb28730a8e59804da1ddda941bb6ad0 | /NotificationCenter/src/main/java/com/gl/notificationcenter/model/SubscriptionInfo.java | e323b1efeacc78d71aca706a2af2b2a93ef985c6 | [] | no_license | malhotrarakesh/notification-center | c7b6fff9228150c1f759ca95771f65aca58c8e70 | 71c6d364c063056a6d31e331e4348a52e85f3ca4 | refs/heads/master | 2021-01-10T07:48:57.538884 | 2016-03-28T04:53:01 | 2016-03-28T04:53:01 | 53,040,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package com.gl.notificationcenter.model;
import java.util.List;
/**
* Refers to the class which represents subscription information
* It includes User who is trying to subscribe to an Event using a list of
* Channel Info
*/
public class SubscriptionInfo {
private User user;
private Event event;
pri... | [
"chat.rakesh@gmail.com"
] | chat.rakesh@gmail.com |
c41aa1b7aeb68634a7c630e8b03dfbc2af6d3328 | f7814b2e7f1ed13c7e5064c309eaf356e992263e | /src/test/java/com/network_reward_tc/SearchCode.java | 29881e9d3aaea478afdc7d628216105f3cb70c75 | [] | no_license | kmcaradine/Sandbox | 08d7e1dbbcebe25fe722da784183064c29e2e3dd | 9f3b9e26e007030ad57b34a2ecc1a1e552521211 | refs/heads/master | 2020-04-07T17:45:36.317643 | 2018-11-30T19:13:23 | 2018-11-30T19:13:23 | 158,582,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,120 | java | package com.network_reward_tc;
import com.aventstack.extentreports.Status;
import com.aventstack.extentreports.markuputils.ExtentColor;
import com.aventstack.extentreports.markuputils.MarkupHelper;
import com.common_code.SharedCode;
import com.test_data.DataProviderClass;
import io.restassured.RestAssured;
import io.r... | [
"kcqcone@gmail.com"
] | kcqcone@gmail.com |
4936a17e1cf95183c665319caff5e7b76e19d762 | b187813e75754645e0e332adb12b63dfb66acc8b | /bingosdk/src/main/java/com/bingo/sdk/string2pic/BlockFactory.java | d8f85e1638d0be6d5212d5ceea6ec87f82d9013e | [] | no_license | game-platform-awaresome/BingoGameSDK | 98b5c6ca1d46822675b9eddf1f91bcada73c707a | 535eaac32fd6787a97cc23b77a7df1638c038ce3 | refs/heads/master | 2023-01-04T13:47:46.455097 | 2020-11-03T07:41:11 | 2020-11-03T07:41:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,537 | java | package com.bingo.sdk.string2pic;
import com.bingo.sdk.inner.util.ByteUtils;
import com.bingo.sdk.string2pic.entity.Png;
import com.bingo.sdk.string2pic.entity.block.DataBlock;
import com.bingo.sdk.string2pic.entity.block.IDATBlock;
import com.bingo.sdk.string2pic.entity.block.IENDBlock;
import com.bingo.sdk.string2pi... | [
"ouyanglongzhi"
] | ouyanglongzhi |
d8d8da76f6caa4045b586ce8051e3350e951171a | 490a9edb8cbaf2a75d841d530f9291cab7adab2b | /src/main/java/com/company/project/service/impl/ShopReturnCauseServiceImpl.java | 7ce7f0886df171bec220280889170ff6453b0cfd | [
"MIT"
] | permissive | zhoushuai19900726/medicine | c2e44e7146733553afe300c737cd148a1efc94d5 | 4ec739f3571bcc3664b41e5ef52e7f5cf37f94af | refs/heads/master | 2023-07-13T01:12:07.138937 | 2021-08-07T07:21:34 | 2021-08-07T07:21:34 | 375,554,125 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package com.company.project.service.impl;
import com.company.project.common.utils.DataResult;
import com.company.project.common.utils.DictionariesKeyConstant;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.extension.service.impl.... | [
"zhoushuai01@inspur.com"
] | zhoushuai01@inspur.com |
cf2932631d997e9f7ffaee6fedd51e96ee163e05 | 5e224ff6d555ee74e0fda6dfa9a645fb7de60989 | /database/src/main/java/adila/db/bit_bit.java | 9f2a10013d53ac32df8b15afcb993f2954c3deae | [
"MIT"
] | permissive | karim/adila | 8b0b6ba56d83f3f29f6354a2964377e6197761c4 | 00f262f6d5352b9d535ae54a2023e4a807449faa | refs/heads/master | 2021-01-18T22:52:51.508129 | 2016-11-13T13:08:04 | 2016-11-13T13:08:04 | 45,054,909 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | // This file is automatically generated.
package adila.db;
/*
* Explay Bit
*
* DEVICE: Bit
* MODEL: Bit
*/
final class bit_bit {
public static final String DATA = "Explay|Bit|";
}
| [
"keldeeb@gmail.com"
] | keldeeb@gmail.com |
0029a9b4bc6dfe0bea93a2e312cf6ea12d42784a | ca2505791212ebaaa768bd83b1ecbda54fa85b01 | /kodilla-patterns/src/test/java/com/kodilla/patterns/strategy/social/UserTestSuite.java | 9dc2f74864bec4fcf840758750034daa6d8197c7 | [] | no_license | gwojtyl/grzegorz-wojtyl-kodilla-java | f98bea97f74533768bac469f11dd4f3e5fb11155 | ef9a7b364040316376caf3ed005dc4f2bc18b8b9 | refs/heads/master | 2020-09-23T00:08:22.523105 | 2020-04-13T08:14:39 | 2020-04-13T08:14:39 | 225,350,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package com.kodilla.patterns.strategy.social;
import org.junit.Assert;
import org.junit.Test;
public class UserTestSuite {
@Test
public void testDefaultSharingStrategies() {
User adam = new Millenials("Adam");
User chris = new YGeneration("Chris");
User jessica = new ZGeneration("Z-Gen... | [
"gwojtyl@gmail.com"
] | gwojtyl@gmail.com |
e6d6223d716d8d58b9be542337c2d6311c387f98 | 40a6d17d2fd7bd7f800d5562d8bb9a76fb571ab4 | /pxlab/src/main/java/de/pxlab/pxl/display/AfterEffect.java | 207117a31fbd1ebe66a023fb38d2762f5ab72dc9 | [
"MIT"
] | permissive | manuelgentile/pxlab | cb6970e2782af16feb1f8bf8e71465ebc48aa683 | c8d29347d36c3e758bac4115999fc88143c84f87 | refs/heads/master | 2021-01-13T02:26:40.208893 | 2012-08-08T13:49:53 | 2012-08-08T13:49:53 | 5,121,970 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,171 | java | package de.pxlab.pxl.display;
import de.pxlab.pxl.*;
/**
* An abstract superclass for after effect matching of two patches, one for
* adaptation and the other one for matching it to the afterimage. May be shown
* continuously.
*
* @version 0.1.0
*/
/*
*
* 2006/06/30
*/
abstract public class ... | [
"manuelgentile@gmail.com"
] | manuelgentile@gmail.com |
ecb3269bdedc6b5620b256f3d1775be066050389 | e8fc19f6301ceddebe1c76b29dbf6753f4d63da8 | /AutomationFramework/src/com/inflectra/spirateam/mylyn/core/internal/services/soap/RemoteVersion.java | 7c3858032743a5881f934ac5910232640f0c07e6 | [] | no_license | ravinder1414/AutomationFrameworkUpdated | 524b91f29400dd1c906cc6b06a56b06ff8e6fc55 | 0cf3e56fc9b6b5a4bac47d0a7c7e424a49c9845a | refs/heads/master | 2021-07-02T22:31:46.280362 | 2017-09-22T04:28:38 | 2017-09-22T04:28:38 | 104,431,215 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,913 | java |
package com.inflectra.spirateam.mylyn.core.internal.services.soap;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
/**
*
* <pre>
* <?x... | [
"kumarravinder4141@gmail.com"
] | kumarravinder4141@gmail.com |
212ddf51f8785eda87e32cb8a7f5ae9c9cde0aad | f662526b79170f8eeee8a78840dd454b1ea8048c | /nd.java | 3b2c3aa76cc9093db66dc742840196ce9cdb9f89 | [] | no_license | jason920612/Minecraft | 5d3cd1eb90726efda60a61e8ff9e057059f9a484 | 5bd5fb4dac36e23a2c16576118da15c4890a2dff | refs/heads/master | 2023-01-12T17:04:25.208957 | 2020-11-26T08:51:21 | 2020-11-26T08:51:21 | 316,170,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,338 | java | /* */ import java.io.IOException;
/* */
/* */ public class nd implements iv<me> {
/* */ private a a;
/* */ private pc b;
/* */ private boolean c;
/* */ private boolean d;
/* */ private boolean e;
/* */ private boolean f;
/* */
/* */ public enum a {
/* 12 */ ... | [
"jasonya2206@gmail.com"
] | jasonya2206@gmail.com |
08cf04564c14fb88570573ab4b712692689e7a2d | 11144263d1e0fcebeed20fc0c764c03042423f52 | /src/main/java/com/github/benchdoos/weblocopenerstatistics/exceptions/FeedbackNotFoundException.java | 50eb88df3a6e9c3cfe78a687e49273ca22e22b7b | [] | no_license | benchdoos/weblocopener-statistics | 2edba7cb1defe89ef0d8d6f5ec60126c34ce1186 | b97e1ce30c0f8c50d304d800f6bd9ab4a066cf66 | refs/heads/master | 2022-04-06T09:46:00.496231 | 2020-01-28T16:18:44 | 2020-01-28T16:18:44 | 224,603,045 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.github.benchdoos.weblocopenerstatistics.exceptions;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(code = HttpStatus.NOT_FOUND, reason = "Feedback with given credentials not found")
public class FeedbackNotFoundException extends R... | [
"evgeny.zrazhevskiy@rtlabs.ru"
] | evgeny.zrazhevskiy@rtlabs.ru |
ea1e78e4d15506a34619d558682176eb443f7903 | 3f6637f6b073232dcc873d17d23c74c8d822e676 | /EdlGameFramework/src/main/java/com/edlplan/framework/ui/LayoutTransition.java | 5883928a1fe245d7d3803bbadcfa48bf7394833f | [] | no_license | EdrowsLuo/osu-lab | 6fcb432c45d982eec686b73e61a02e654a43754a | f23bda8234f128abb6d30537b81ca54443d7a21e | refs/heads/master | 2020-03-22T21:52:23.982325 | 2019-05-22T09:13:52 | 2019-05-22T09:14:57 | 140,718,644 | 11 | 6 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package com.edlplan.framework.ui;
public interface LayoutTransition {
public boolean isChangingLayout();
public void layoutChange(EdAbstractViewGroup view);
}
| [
"793971297@qq.com"
] | 793971297@qq.com |
75f101fb9c6add214e9cc502ad5b89c7515062a1 | ce4593fec61a2573aefa8ccde9c7a91998e92e0d | /src/DateHelper.java | 0989b6e25d6856fcefbb51dd2d467346f957724e | [] | no_license | cansusezen/work-logger | 4da0923f2370b2fda1ab1cdaee39bd2e9817ffae | c8033a78e338a46fe17486424e47659d10eddc4a | refs/heads/master | 2021-01-01T05:23:31.127240 | 2016-04-20T07:40:29 | 2016-04-20T07:40:29 | 56,319,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by c.sezen on 15.4.2016.
*/
public class DateHelper {
static Date parseToDate(String dateFormat, String dateString) throws ParseException {
return (new SimpleDateFormat(dateFormat)).parse(dateString);... | [
"c.sezen@relephant.nl"
] | c.sezen@relephant.nl |
6f862916cabb607489abe1fd37714fd4cb631faf | 57262325efc4074d4813ef1a195cf2ee60ddcb64 | /src/leetcode/days/OddEvenList.java | 43625bad9d85d03f20fff9905dc8ca7631e4c9ab | [] | no_license | god-jiang/Java-Algorithm | 88371675c60d56993daad79273c1416284cf57a0 | eb8691374fd2aa9b34579c6c6d68e8d8e3d0e59b | refs/heads/master | 2023-01-31T15:50:37.442707 | 2020-12-18T12:53:09 | 2020-12-18T12:53:09 | 259,246,921 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | package leetcode.days;
import leetcode.struct.ListNode;
/**
* 328. 奇偶链表
*
* @author god-jiang
* @date 2020/11/29 21:22
*/
public class OddEvenList {
public ListNode oddEvenList(ListNode head) {
// 分别定义奇偶链表的虚拟头节点和尾节点
ListNode oddHead = new ListNode(0);
ListNode oddTail = oddHead;
... | [
"1440113361@qq.com"
] | 1440113361@qq.com |
4af5753b04b00c47e0cc39978fe32c2329a746cc | 4e72b130cad2206ac2fb57909e4fcc9dad323613 | /src/test/java/org/ldaniels528/javapc/ibmpc/util/X86CompilerUtilTest.java | 06948b9642249d50f17967c4c5d9393e15eb5414 | [] | no_license | ldaniels528/javapc | 1c10d2574491146b232a164cd711d77e35a3789e | e33628f4eb7f73be44ac0b8e24cc9ba82f332466 | refs/heads/master | 2020-08-07T13:12:19.652616 | 2020-06-17T18:44:16 | 2020-06-17T18:44:16 | 16,382,104 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package org.ldaniels528.javapc.ibmpc.util;
import org.junit.Test;
import static org.ldaniels528.javapc.ibmpc.util.X86CompilerUtil.getMemoryOffset;
import static org.ldaniels528.javapc.ibmpc.util.X86CompilerUtil.isNumber;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* 8... | [
"lawrence.daniels@gmail.com"
] | lawrence.daniels@gmail.com |
b5eb3f9777842de230fb34412b8e920ad0c7a1bd | fff9297205a7f7a0034234e8d3bef81339573b81 | /app/src/main/java/br/com/tastyfast/tastyfastapp/MenuConfiguracoesActivity.java | 0da1c8ecd46f6f4b0671dabf1071707865f9c467 | [] | no_license | addsonMendes/AppTastyFast | bd368a78203e9d69d83cd80c871548cf16c5aad9 | 5ff1149bbd2b9f8b09c64dba956f08033556360c | refs/heads/master | 2020-04-09T21:33:59.068389 | 2018-12-06T02:22:10 | 2018-12-06T02:22:10 | 160,605,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,417 | java | package br.com.tastyfast.tastyfastapp;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class MenuConfiguracoesActivity exte... | [
"="
] | = |
9b1e4bc212f4e49955e85ae72f829d753d404426 | 70c7c9e1ecc96002f2028085865357dd752f5ada | /java8/src/java8_15/Hangman.java | 1e830cf5f235ce11ea9e4138e2dcc173b4716976 | [] | no_license | pc1111/java8 | 0ef26ab8fb40d1ee68c100e1dfbacd24ade708cf | e07a8b76726384c0a166f2f6b179164ded7a7dc8 | refs/heads/master | 2021-03-25T02:56:19.952291 | 2020-04-13T06:18:21 | 2020-04-13T06:18:21 | 247,583,967 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,513 | java | package java8_15;
public class Hangman {
String hiddenString;
StringBuffer outputString = new StringBuffer();
StringBuffer inputString = new StringBuffer();
int remainder;
int failed;
public Hangman(String game) {
hiddenString = game;
}
public int playGame() {
this.inputString = new StringB... | [
"seunghoon.ryu.dev@gmail.com"
] | seunghoon.ryu.dev@gmail.com |
b859d7b69e4fcbbcea3c607a4cf66f107e8a377b | 4bb4093a26dc88848d6b5882c167a56ee313eb78 | /app/src/main/java/com/noorapp/noor/models/ReservationsModel/Trip.java | 15135ef1369aaa16ce48884bff359cccc6ec4be8 | [] | no_license | MahmoudMostafa125/Brights | 381b1aab8d158a9749c1ed27f87a9b483920cc44 | eb1490d4f391bf597566fa37d6d72419bc061258 | refs/heads/master | 2020-07-06T14:32:41.826448 | 2019-08-18T20:10:37 | 2019-08-18T20:10:37 | 203,050,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,227 | java | package com.noorapp.noor.models.ReservationsModel;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Trip {
@SerializedName("id")
@Expose
private Integer id;
@SerializedName("code")
@Expose
private String code;
@SerializedName("user... | [
"mahmoudmostafa125125@yahoo.com"
] | mahmoudmostafa125125@yahoo.com |
b4ed460da7b96398efdddd42f358262f329ac83e | d3a1b74bff9e2163ccd09cf456b731a79a7105fe | /code-convertor/src/main/java/com/gacfinance/ycloans2/convertor/grammar/single/Java8Listener.java | 143d2533cfbb918c11d1c5cd47d7221ec70792d2 | [] | no_license | lichanan/ycloans2 | f0e0df16bd76c4d6360bd3a36c03558fd8a89119 | 81a80943dc379305b668702c4b61ac2b0a676793 | refs/heads/master | 2023-02-25T23:13:24.257192 | 2021-02-01T10:29:59 | 2021-02-01T10:29:59 | 333,682,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92,030 | java | // Generated from D:/intellij_project/ycloans2/code-convertor/src/main/resources/grammar/single\Java8.g4 by ANTLR 4.9
package com.gacfinance.ycloans2.convertor.grammar.single;
import org.antlr.v4.runtime.tree.ParseTreeListener;
/**
* This interface defines a complete listener for a parse tree produced by
* {@link Ja... | [
"li_chan_an@126.com"
] | li_chan_an@126.com |
ea6a604c902dda4273cf0a3d094e6e4ae804bb69 | 8d2c7cfc1639afda5be1992a14c653e1d28dfb11 | /tms/src/main/java/com/usc/tms/web/UseinfoController.java | c2e7b69745f05175098d0e5ef507e78070d3dee0 | [] | no_license | lzh1043060917/JavaX | 9c42fe36f9ecebbe2c79833e6fa5426018db82f3 | b263de7f5a7a64afbb77879ce330e73dbe1c81b6 | refs/heads/master | 2021-05-17T08:43:45.514851 | 2020-03-27T17:54:07 | 2020-03-27T17:54:07 | 250,713,276 | 1 | 0 | null | 2020-03-28T04:22:17 | 2020-03-28T04:22:16 | null | UTF-8 | Java | false | false | 3,492 | java | package com.usc.tms.web;
import com.sun.org.apache.regexp.internal.RE;
import com.usc.tms.pojo.Fixture;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import com.usc.tms.pojo.Useinfo;
import com.usc.tms.pojo.User;
import com.usc.tms.service.UseinfoServi... | [
"1623122700@qq.com"
] | 1623122700@qq.com |
53aa30ee49b0af4d19251885dc4b3aee941b4787 | a5a99f646e371b45974a6fb6ccc06b0a674818f2 | /OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java | c545aebee781e482cd6c6fdcc68cfa31e2c0b456 | [
"Apache-2.0"
] | permissive | cms-sw/cmssw | 4ecd2c1105d59c66d385551230542c6615b9ab58 | 19c178740257eb48367778593da55dcad08b7a4f | refs/heads/master | 2023-08-23T21:57:42.491143 | 2023-08-22T20:22:40 | 2023-08-22T20:22:40 | 10,969,551 | 1,006 | 3,696 | Apache-2.0 | 2023-09-14T19:14:28 | 2013-06-26T14:09:07 | C++ | UTF-8 | Java | false | false | 614 | java | package db;
/**
* <p>Sent when a class is used where it should not ...</p>
* @author G. Baulieu
* @version 1.0
**/
/*
Revision 1.2 2006/06/07 12:40:42 baulieu
Add a - verbose option
Add a serialVersionUID to the ClassNotSupportedException class to avoid a warning
Revision 1.1 2006/02/02 17:17:00 baulieu
... | [
"sha1-8f60a7380593436f6440c878e3fd53153fef0d93@cern.ch"
] | sha1-8f60a7380593436f6440c878e3fd53153fef0d93@cern.ch |
55ee48fa21d6785d553c5ead52ddab9be0a4fd54 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/iRobot_com.irobot.home/javafiles/android/support/v4/view/AbsSavedState.java | 3d177431527433a52e2a1298c2be7399f842f521 | [
"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 | 5,913 | 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 android.support.v4.view;
import android.os.Parcel;
import android.os.Parcelable;
public abstract class AbsSavedState
implements Parcelable
{
p... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
d95e875f45e8172184dbf9d6869a20e8f391f516 | c4dfb0137914f92dd785edd0fc7d8850c3df2374 | /forge/src/main/java/com/jadarstudios/rankcapes/forge/cape/StaticCape.java | 73af8c6c0febf342c48901735888c42256a0a0a4 | [
"MIT"
] | permissive | PrestigePvP/RankCapes | c2c25723adcfce0e565ee8d85c0b49bcdaa9443f | e5a06add9afaa98fcd5be4c0e333c114d3f42a04 | refs/heads/master | 2021-04-21T06:25:09.731105 | 2014-03-14T04:22:58 | 2014-03-14T04:22:58 | 249,756,823 | 1 | 0 | MIT | 2020-03-24T16:17:06 | 2020-03-24T16:17:06 | null | UTF-8 | Java | false | false | 1,920 | java | /**
* RankCapes Forge Mod
*
* Copyright (c) 2013 Jacob Rhoda.
* Released under the MIT license
* http://github.com/jadar/RankCapes/blob/master/LICENSE
*/
package com.jadarstudios.rankcapes.forge.cape;
import net.minecraft.client.entity.AbstractClientPlayer;
import net.minecraft.client.renderer.Thread... | [
"jake@jadarstudios.com"
] | jake@jadarstudios.com |
7cef97ff670fbb2509d25729c8c3f0ee87073eb2 | b79ab2aed0d4dc54d71eb06a4720e0a1331c7aa7 | /src/test/java/br/com/zupedu/olucas/proposta/PropostaApplicationTests.java | c882916d30645875c966928a62d36a605fb6a7df | [
"Apache-2.0"
] | permissive | olucasokarin/orange-talents-05-template-proposta | 7c5f60d0c9198bfbfdf1dcb92d2629848026c9c0 | a29777a64a1ecd4fec18ac621ccff615e3652d79 | refs/heads/main | 2023-06-02T13:49:27.952557 | 2021-06-23T21:58:17 | 2021-06-23T21:58:17 | 375,649,728 | 0 | 0 | Apache-2.0 | 2021-06-10T09:54:32 | 2021-06-10T09:54:31 | null | UTF-8 | Java | false | false | 223 | java | package br.com.zupedu.olucas.proposta;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PropostaApplicationTests {
@Test
void contextLoads() {
}
}
| [
"olucas014@hotmail.com"
] | olucas014@hotmail.com |
4cd585e5335c207751cabb5381a6851dc5a1b274 | 8cfdb7713cc9922d2e9def41285ebf4fcfd6fe42 | /src/main/java/pl/camp/it/Main.java | e13763ad3b4d7f9239611a619c7b84dc74dda4c7 | [] | no_license | bmatteo/IT-CAMP1-2020.02.16-JDBC | 8ab55f6cc4586d3b5e7f427d9d54624059f43811 | 87b577fa438d4b1032ad35e870c0bde18255661e | refs/heads/master | 2022-07-06T12:19:09.066207 | 2020-02-16T15:27:37 | 2020-02-16T15:27:37 | 240,866,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package pl.camp.it;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
DB.connect();
Person person = new Person();
person.setName("Mateusz");
person.setSurname("Kowalski");
person.setAge(30);
DB.persistP... | [
"bmatteo@interia.pl"
] | bmatteo@interia.pl |
07dcb27a5a06fd6ba7325aafba334a6e874dcb32 | abd1eaca5bb057def725a60935e43d8a60289ee7 | /drishti-mother-child/src/test/java/org/ei/drishti/service/formSubmission/handler/PNCVisitHandlerTest.java | e88db3cae6155a9ae80630c533a163d99a0a676d | [
"Apache-2.0"
] | permissive | Rani-Biswas/opensrp-server | b99235ebc166a7f528f9860e6733d419b4e8140c | ec4706df631bc68fadc9725084c3a4170d5c4ad1 | refs/heads/doctor-module | 2020-12-26T02:20:57.555035 | 2016-04-28T12:56:42 | 2016-04-28T12:56:42 | 47,322,356 | 2 | 0 | null | 2016-01-20T06:50:40 | 2015-12-03T09:40:05 | Java | UTF-8 | Java | false | false | 1,073 | java | package org.ei.drishti.service.formSubmission.handler;
import org.ei.drishti.form.domain.FormSubmission;
import org.ei.drishti.service.ChildService;
import org.ei.drishti.service.PNCService;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import static org.mockito.Mockito.verify;
import stati... | [
"sm.sowmya14@gmail.com"
] | sm.sowmya14@gmail.com |
48d893929a012868b760c3ab6f6168d99b792585 | 5e5874e2ed9f99b4cf9711f854fe8cfffde52973 | /src/main/java/com/reagan/wxpt/pojo/business/BusinessGoods.java | ce1b31971762e3ff5567468a42b1f40cd38828d1 | [] | no_license | reaganjava/wxpt | 2bbb16ac601556158bcf13c3330640de934e6148 | 8411c023409cb2820da78fb201a4aa31fdb6f630 | refs/heads/master | 2016-09-06T01:34:02.308075 | 2014-05-10T14:38:47 | 2014-05-10T14:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,129 | java | package com.reagan.wxpt.pojo.business;
// Generated 2014-3-14 10:25:00 by Hibernate Tools 3.4.0.CR1
import java.math.BigDecimal;
/**
* BusinessGoods generated by hbm2java
*/
public class BusinessGoods implements java.io.Serializable {
private static final long serialVersionUID = -8232662800623624371L;
privat... | [
"reaganjava@gmail.com"
] | reaganjava@gmail.com |
99fedb5c2d3b9c2de3617066d21fc972f4144634 | 71f09b51a173f338c620bc538b37d3bf739ca160 | /src/entity/Spawner.java | 249bbafa8e9c628ed563cfae400008a434da374e | [] | no_license | SrVaderXD/Game8 | a4be6b04c661096144b7d910e99290b222a0a302 | 8909b7e72e82d6bd0fac07b9238eac5162066bdd | refs/heads/master | 2023-06-18T08:13:11.393783 | 2021-07-21T20:21:23 | 2021-07-21T20:21:23 | 377,673,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package entity;
import java.util.Random;
import main.Game;
public class Spawner {
private Random random;
private int curTime = 0, spawnTime = 60;
public Spawner() {
random = new Random();
}
public void tick() {
curTime++;
if (curTime == spawnTime) {
curTime = 0;
Game.crabs.add(new Crab(random.ne... | [
"henriquelfaria08@gmail.com"
] | henriquelfaria08@gmail.com |
6b6eb480121756f42a93be9891beef24fbd1ab28 | 877020e445d72aa8aa4834842889b68b94c9d154 | /Lyrically/lyrical/src/main/java/lyrically/photovideomaker/particl/ly/musicallybeat/MyFirebaseMessagingService.java | 923b346b3a75a3d04dbc94618c3bf6e5b6f2b634 | [] | no_license | UnityAndroid/AndroidSamples | ff74989a20ceca66a7d511706f303d9a801e405c | deac9f593d3666060e7e4cbbf65c5a0717b17b80 | refs/heads/master | 2023-03-28T04:27:23.465052 | 2021-03-20T06:03:49 | 2021-03-20T06:03:49 | 349,632,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,271 | java | package lyrically.photovideomaker.particl.ly.musicallybeat;
import android.app.ActivityManager;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import a... | [
"43367236+jitendra0402@users.noreply.github.com"
] | 43367236+jitendra0402@users.noreply.github.com |
4e9902a186916f0127ec7bc706810bf0c20f9acc | 7596b13ad3a84feb67f05aeda486e8b9fc93f65f | /getAndroidAPI/src/java/security/interfaces/DSAKey.java | c79bcde863dd0afbd2ae640b04657df7a7d27425 | [] | no_license | WinterPan2017/Android-Malware-Detection | 7aeacfa03ca1431e7f3ba3ec8902cfe2498fd3de | ff38c91dc6985112e958291867d87bfb41c32a0f | refs/heads/main | 2023-02-08T00:02:28.775711 | 2020-12-20T06:58:01 | 2020-12-20T06:58:01 | 303,900,592 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: DSAKey.java
package java.security.interfaces;
// Referenced classes of package java.security.interfaces:
// DSAParams
public interfa... | [
"panwentao1301@163.com"
] | panwentao1301@163.com |
ee14a14b1304b88269413d4b2481758d844397be | 379bc4aa204edf7733ed59fd4e9bd4253b029731 | /app/src/main/java/com/fitpal/fitpal/model/Users.java | 8b023078a885424ade876c31339975272b4347e6 | [] | no_license | himageorge14/FitPal | 22b7658e3228c2f10381bebacc07197017589c7c | 7ac630c926f0a124bc8c9331527d1408c56a2160 | refs/heads/master | 2021-07-18T03:59:57.942246 | 2020-10-02T13:09:41 | 2020-10-02T13:09:41 | 216,623,246 | 0 | 3 | null | 2019-11-03T18:11:25 | 2019-10-21T17:13:31 | Java | UTF-8 | Java | false | false | 616 | java | package com.fitpal.fitpal.model;
public class Users {
public int Age;
public float BMI;
public String Email;
public String Gender;
public float Goal;
public float Height;
public long KeyUserMeals;
public float Weight;
public Users() {
}
public Users(int age, float BMI, St... | [
"38138722+himageorge14@users.noreply.github.com"
] | 38138722+himageorge14@users.noreply.github.com |
7dedb12653cd43f8e8f15a44dc0ef0262edae6e8 | d9cde28715c36102f7a7cea7f6e06361b3d5ba27 | /app/src/main/java/com/nikola/notes/db/model/Note.java | 2b3062920349cc66175f08b6dec2f138542f645b | [] | no_license | dzoni842/Notes-Practice | edc24392d4328beb993b47174ac88ca8be02f18b | 5c61caeb04f2e39db42748c1cd9bdeb041ec0dab | refs/heads/master | 2022-06-19T11:21:32.243426 | 2017-06-29T20:16:39 | 2017-06-29T20:16:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package com.nikola.notes.db.model;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.table.DatabaseTable;
/**
* Created by Dzoni on 5/23/2017.
*/
@DatabaseTable(tableName = Note.TABLE_NOTES)
public class Note {
// Table Name
public static final String TABLE_NOTES = "notes";
// Tabl... | [
"alezniki@gmail.com"
] | alezniki@gmail.com |
17b6f306ae8d4ce9efd104f802cf759ceedcd98d | 3c08a7d87b64dc12e35feeb5fb4fab566f50460a | /src/main/java/wely/github/jhipster/sampleapp/repository/PersistenceAuditEventRepository.java | 753609e9c7ad63e9cf23a99c5927f9f663157b03 | [] | no_license | BulkSecurityGeneratorProject/myJhipsterSampleApp | 620da93f370d293268e476eeee3d08c7b948fcb5 | a294b43339f3b08dc165da097e078072ee7781ab | refs/heads/master | 2022-12-15T11:26:33.311659 | 2018-03-09T06:56:08 | 2018-03-09T06:56:08 | 296,641,060 | 0 | 0 | null | 2020-09-18T14:15:54 | 2020-09-18T14:15:53 | null | UTF-8 | Java | false | false | 1,000 | java | package wely.github.jhipster.sampleapp.repository;
import wely.github.jhipster.sampleapp.domain.PersistentAuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import java.time.Instant;
import java.util.L... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
e27b94206d90e2e24fd10a51a1da4843ab61bf4a | f2804ad75278b1a104bce41f7a409ef68434780a | /GeneticAlgorithm/Test/Excercises/symbolicRegression.java | aa93c3be76a5f4a59fe88dab9cf7300895d8f81c | [] | no_license | Tvallejos/CC5114-NeuralNetworks | 5b04e7fcbd87c9bec29c4512238000b51202510a | 67723782403992f73692373edc0649b6f96fa07d | refs/heads/master | 2020-06-27T10:28:40.475086 | 2019-12-16T01:17:53 | 2019-12-16T01:17:53 | 199,927,342 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,835 | java | package Excercises;
import GA.Functions.TreeGenerator;
import GA.Functions.numberFindingFitnessFunction;
import GA.Functions.symbolicRegressionFitnessFunction;
import GA.GeneticAlgorithm;
import GP.Tree.*;
import com.sun.source.tree.BinaryTree;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Li... | [
"tomas.vallejos12@gmail.com"
] | tomas.vallejos12@gmail.com |
23e54081337e05602dc2afea133819900dd539eb | 9f3d2b460c93b7d3f0120f3b8a3df2e6fc5192b4 | /src/org/banki/io/SyncFailedException.java | 5210c6c96b1dbe9aee82ce8b4fb35f0f0cf42886 | [
"MIT"
] | permissive | Banki-Africa/feature-wallet-jme | d8bcba59ec1e63466a27f75b9b0c650c8e704355 | 50663ecb06e2c387fefebe4bd2abc0d6f50e1821 | refs/heads/master | 2023-05-31T12:38:52.563446 | 2021-06-08T04:10:56 | 2021-06-08T04:10:56 | 372,295,569 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,365 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"deon4e@gmail.com"
] | deon4e@gmail.com |
bb744e9890b7e8bca454251fd30f6739f0a3105e | ef1bd226cd514b7855e6061fba7ae6e739808e5e | /app/src/main/java/com/solutions/ray/expenser/UpdateExpense.java | e8752da1129b24b72041fdfa5665d6327e9422e5 | [] | no_license | yasankarj/SEP | 4515e19cc7ed357b2c192eecb0ddcdbf117f9e54 | 35bbb355eba06847d9cade32f3d2768cd38ecb8e | refs/heads/master | 2016-09-11T07:12:17.287326 | 2015-08-29T14:44:22 | 2015-08-29T14:44:22 | 39,423,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,611 | java | package com.solutions.ray.expenser;
import android.content.Intent;
import android.os.Environment;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
im... | [
"yasankarj@gmail.com"
] | yasankarj@gmail.com |
eadd5b116557ed375a9e75f712bcee7545e2e2a2 | 3456e7b38fe6f86caa61b3d17bfb885fe059c3c5 | /designPattern/src/main/java/com/gupao/pattern/proxy/dynamicProxy/jdkProxy/JDKProxyTest.java | df1e5f4c48ed34f27030fb7e0bd09a13cccbec22 | [] | no_license | fengyun0556/GP_homework | 0625ebc0c20fcd013cd97016dff3764d24297a33 | 44c8a7894f53273f287f56a954280ef0c241435c | refs/heads/master | 2022-12-21T08:29:55.577699 | 2019-12-01T23:51:55 | 2019-12-01T23:51:55 | 174,353,386 | 1 | 0 | null | 2022-12-16T04:51:46 | 2019-03-07T13:55:06 | Java | UTF-8 | Java | false | false | 828 | java | package com.gupao.pattern.proxy.dynamicProxy.jdkProxy;
import com.gupao.pattern.proxy.dynamicProxy.Person;
import sun.misc.ProxyGenerator;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Met... | [
"510362989@qq.com"
] | 510362989@qq.com |
33d847839c0d512fdb57222d662142885efc1ab6 | 7a1de96dcd60f5566f792a7c8eafd76c3df079e8 | /java/refactoring/src/main/java/ru/demon1999/sd/refactoring/DataBase/ProductsDataBase.java | 7b9dd79d51e710fe9fa677c2ba4509565cc9c39b | [] | no_license | demon1999/software-design | ffbca45ce6ec88bce4438213341a30c8b5be3a8d | 82c2649720acf829e754e864f88de40eedd0e303 | refs/heads/master | 2023-03-29T08:54:02.544502 | 2021-03-10T10:31:06 | 2021-03-10T10:31:06 | 299,869,457 | 0 | 0 | null | 2020-09-30T09:23:36 | 2020-09-30T09:23:35 | null | UTF-8 | Java | false | false | 2,142 | java | package ru.demon1999.sd.refactoring.DataBase;
import java.sql.*;
public class ProductsDataBase {
private final String path;
private void updateQuery(String query) throws SQLException {
try (Connection c = DriverManager.getConnection(path)) { ;
Statement stmt = c.createStatement();
... | [
"drsanusha1@mail.ru"
] | drsanusha1@mail.ru |
f3091339aa572e49445182a31fd2eaf2acc81364 | 775ee8feca8a78a271a96607cb0dd739875bcd70 | /src/com/liulin/study/designpatterns/j_adaptermode/passport/adapterv2/adapters/AbstraceAdapter.java | 92e087cc1491175df7b9e2c6d0e78c71ef1c624d | [] | no_license | zgliulin/gupao-design-patterns | 24c6618f368e23c7062623e5764842e9cffcf2ea | 2f9b75b538ca313f4e04788050a8f18dd8083cfc | refs/heads/master | 2022-04-10T18:08:45.230579 | 2020-03-15T08:02:52 | 2020-03-15T08:02:52 | 243,944,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.liulin.study.designpatterns.j_adaptermode.passport.adapterv2.adapters;
import com.liulin.study.designpatterns.j_adaptermode.passport.PassportService;
import com.liulin.study.designpatterns.j_adaptermode.passport.ResultMsg;
/**
* Create by DbL on 2020/3/12
*/
public abstract class AbstraceAdapter extend... | [
"1170873261@qq.com"
] | 1170873261@qq.com |
84bce34e3db600c5e4ace10643e09fa5d51b639d | 373de57b4bc293964ba36058c68bb13f89aaff7d | /src/main/java/com/bootcamp/event/service/OrganizerService.java | 1043673b2e6050953f3cb76ea38ff5f44634012d | [] | no_license | abelmiraval/event | 407ab1c97aaf3f7e0f205bae6548df2f34284416 | 7733946c6f7b6bf3b9c321446aa46aa7bf2a17aa | refs/heads/master | 2022-10-25T20:40:47.707872 | 2019-11-02T15:10:47 | 2019-11-02T15:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | package com.bootcamp.event.service;
import org.springframework.stereotype.Service;
import com.bootcamp.event.domain.Organizer;
import com.bootcamp.event.dto.OrganizerDto;
import com.bootcamp.event.repository.OrganizerRepository;
import lombok.RequiredArgsConstructor;
@Service
@RequiredArgsConstructor
public class O... | [
"isai.venpi@gmail.com"
] | isai.venpi@gmail.com |
1d1bb995f048a5b30fad09b4c5fd5585a84d9143 | 36f2c9b3ef056b5ff520daa76692e75907b60955 | /src/main/java/com/we2seek/gwtdemo/model/UserRepository.java | 22b3835e68b1399b47346d1b3932ce0dca41b7a1 | [] | no_license | we2seek/gwtboot | fdeb17428fd39032982050349a9dc78f3f6259b4 | b7462a743d46d7a74317d760fe5be0f07c7eb5cd | refs/heads/master | 2021-01-01T05:25:36.638280 | 2016-05-11T14:46:53 | 2016-05-11T14:46:53 | 58,553,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.we2seek.gwtdemo.model;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User, Long> {
public User findByNameIgnoreCase(String name);
} | [
"vitaliy.timchenko@gmail.com"
] | vitaliy.timchenko@gmail.com |
bbf7f6543c7c071b1f143d20f2212702171b2a2d | e157b9cbaa3599c5578cf610c7e80488b335ab40 | /services/hrdb/src/com/auto_cfiryapstr/hrdb/service/HrdbQueryExecutorServiceImpl.java | 046910903bb39ddd8eeec953a2fa5c24aff95a4f | [] | no_license | wavemakerapps/Auto_cfiryaPstr | 6ec49c6cd82d24a0dee0d6b327325300f3ea845f | 11790bfc3345f9033fd0f827514f6af08a9834d0 | refs/heads/master | 2020-03-13T02:08:21.887229 | 2018-04-24T22:08:42 | 2018-04-24T22:08:42 | 130,918,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | /*Copyright (c) 2015-2016 wavemaker.com All Rights Reserved.
This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with wavemaker.com*/... | [
"automate1@wavemaker.com"
] | automate1@wavemaker.com |
38227d81ce988414f9f8489edef6e637b636a9f5 | f566e8ddf693ba5bb980c5981371b044acbf58af | /src/main/java/com/eminentstar/junitinaction/ch03/mastering/Controller.java | 35d2ee2c1f1e857ebfe8df6238bc94048410dd03 | [] | no_license | EminentStar/junit-in-action | c58bc5c2379e7fe65ef39934649b94aa5449fe52 | 83caa545dfd1c3c7039fdd914e148b7288e5dbbc | refs/heads/master | 2020-03-20T17:27:44.535440 | 2018-06-17T04:32:38 | 2018-06-17T04:32:38 | 137,559,617 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.eminentstar.junitinaction.ch03.mastering;
public interface Controller {
Response processRequest(Request request);
void addHandler(Request request, RequestHandler requestHandler);
}
| [
"junk3843@naver.com"
] | junk3843@naver.com |
c17d4c78f998149a96320e635d4f2cc0a6feac8c | 3e3c40bd524b30d94f56874af66cfb4fc92dbe1b | /src/main/java/com/bootdo/app/controller/WeChatController.java | 5c325870c94ccfe0a8bcde57caad1d09cb21d14e | [] | no_license | dingling001/consignment-master | 020dff8a6ed7114e5a8f77f5ac95303c23aec64f | 9224c8c77a219e884d61e13bb8d91b0a915e872f | refs/heads/master | 2020-04-17T02:26:47.798988 | 2019-01-17T00:56:13 | 2019-01-17T00:56:31 | 166,134,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,060 | java | package com.bootdo.app.controller;
import com.alibaba.fastjson.JSONObject;
import com.bootdo.system.params.EnumRetCode;
import com.bootdo.system.utils.HttpClientUtil;
import com.bootdo.system.vo.OutVoGlobal;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.stere... | [
"dingling"
] | dingling |
162b886c4715be00ccbb81b637cc4d921e225df9 | 3fa5b02de01725a1f66900063df7f064e68b6584 | /src/main/java/AppendDate.java | 431888c12e950333881bde624b485d5922ca1d30 | [] | no_license | daiwei-dave/util-tool | d594b942d3845ecc368ea2c3337cb0a383b83653 | 316c378f8143208a06387242581c6a33b74bfb9f | refs/heads/develop | 2022-12-27T11:28:35.314519 | 2021-01-13T03:33:16 | 2021-01-13T03:33:16 | 82,891,584 | 0 | 0 | null | 2022-12-16T01:51:19 | 2017-02-23T06:15:10 | Java | UTF-8 | Java | false | false | 13,888 | java |
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.lang.reflect.Field;
import java.text.DecimalFormat;
import java.util.*;
import java.util.Map.Entry;
/**
* Created by daiwei on 2017/4/11.... | [
"18428385839@163.com"
] | 18428385839@163.com |
2755cdd0a8984663909a1f6894490c4af3f7473d | 1dd03ae1cdd0f80d5b07114e0cba3faee331b425 | /WebViewDemo/library/src/main/java/com/changxiao/library/config/IWebPageView.java | f327dc041e5e99df1e372e9acc0a88f0b3dc3b88 | [] | no_license | xiaoqianchang/AndroidStudioProjects | 94392371a7d53c7866132842d47753c048ba2d2b | f5b256df3404f56ad53e80c818c551114555950e | refs/heads/master | 2020-08-10T00:51:53.251036 | 2019-10-10T15:16:00 | 2019-10-10T15:16:00 | 214,214,308 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.changxiao.library.config;
import android.view.View;
/**
* Created by jingbin on 2016/11/17.
*/
public interface IWebPageView {
// 隐藏进度条
void hindProgressBar();
// 显示webview
void showWebView();
// 隐藏webview
void hindWebView();
// 进度条先加载到90%,然后再加载到100%
void startProgre... | [
"qianchang.xiao@gmail.com"
] | qianchang.xiao@gmail.com |
e8135c84c4264d80dee16a04cf37af07d45c80c5 | 5e7594f5c2e08dbd9d7cded725a313fbe98c522b | /src/main/java/com/example/testnavigation/moudle/IMUserFavourite.java | bd44571e5582dbf7b7c71cb0d5bf21d5e0a78542 | [] | no_license | ws01016121/TestExtract | e16f0d01b1af7419871f10cf56e71c97f41454e9 | 01c2a71348818ae6fb5ff060da96afcf236fb83d | refs/heads/master | 2021-10-20T09:19:11.988631 | 2019-02-27T06:36:08 | 2019-02-27T06:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,248 | java | package com.example.testnavigation.moudle;
import com.example.testnavigation.base.BaseObserver;
import com.example.testnavigation.brean.mine.FavouriteNewsBean;
import com.example.testnavigation.brean.mine.FavouriteTopicBean;
import com.example.testnavigation.contact.UserFavourite;
import com.example.testnavigation.htt... | [
"846606492@qq.com"
] | 846606492@qq.com |
02f2239e4c6caf3cd58a114a39a8d5b459104501 | f608308317104d1abbaca0b2835340126ad4bfbc | /app/src/main/java/com/udacity/gradle/builditbigger/GettingJokeByAsynTask.java | b6ff9824ddd22e902f0f3605f30388d8db7af66e | [] | no_license | huse/FinalProject_Build_It_Bigger | 71ba0c138830ffe5c4012b34be69de169fdc9606 | 41b799e384e8951f6de035ec0672ef9e55048e0f | refs/heads/master | 2021-05-09T05:44:28.599961 | 2018-04-29T18:13:42 | 2018-04-29T18:13:42 | 119,318,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,312 | java | package com.udacity.gradle.builditbigger;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import android.view.View;
import android.widget.ProgressBar;
import com.google.api.client.extensions.android.http.AndroidHttp;
import com.google.api.client.extensions.android.json.AndroidJso... | [
"hus.kpr@gmail.com"
] | hus.kpr@gmail.com |
50467d1381bc7f5068a734cacaf199e0a1af0918 | 5c064d109ee7e4952b3b519dd002dbbc2afc6e20 | /jenkins/src/main/java/jacs/jenkins/model/Member.java | fd4f15782f6927d9bfc499aed1012b0c84d05e1a | [] | no_license | juancastro88/jenkins | 1b59160bd574e55d815387d095eafe8a6678b591 | 15ce4a1d98a9d1b28bb185cdafba3d96be2d6e16 | refs/heads/master | 2020-12-24T18:33:19.122889 | 2016-05-26T19:10:55 | 2016-05-26T19:10:55 | 59,749,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,524 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... | [
"juan.castro.co@usco.edu.co"
] | juan.castro.co@usco.edu.co |
a566ff1e54f417e3a95be1e3ac7f173e6ca8bf21 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/FileEntryRequiredException.java | ee71bdd00ad3e27f8c8fa41981aae4ea10cb934b | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 1,321 | java | /*
* Copyright 2015-2020 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... | [
""
] | |
b5babd9da25e4a0638e5ac8c81ead24e34f047e4 | f0b40d71a83e1fd7802f54f2004042ced56f7d3b | /src/main/java/com/liuss/model/model/Msg.java | 64450fbd1ebcfd58180a05b452e1ffaa979d5d8c | [] | no_license | shishuai45/springboot_model | 6194acba7d5ddcb149166a3da2b29b4106d0c707 | 461a5cdf04833dc8d2418358d6795132afeda611 | refs/heads/master | 2021-04-15T04:43:28.302849 | 2018-04-09T09:41:02 | 2018-04-09T09:41:02 | 126,803,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package com.liuss.model.model;
public class Msg {
private String title;
private String content;
private String extraInfo;
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getContent() {
return ... | [
"liuss@192.168.1.43:29418"
] | liuss@192.168.1.43:29418 |
bc438a627c2952d350e5f46f3f7c99ad855209cd | 52b92c8156ceb81b3c613379659b930e43f36417 | /app/src/main/java/com/itcunkou/commondemo/net/RetrofitHelper.java | b05cad068e2847b28b776455dfb0eab29dc42bfd | [] | no_license | wys919591169/CommonDemo | fa527558206015e09ddb76aca3e6e848fe16564e | cc399997e04862c528b3ee6c5dff91faf06c7183 | refs/heads/master | 2020-06-07T14:05:30.564242 | 2019-06-21T05:53:17 | 2019-06-21T05:53:17 | 193,038,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,287 | java | package com.itcunkou.commondemo.net;
import android.util.Log;
import com.itcunkou.commondemo.common.Contacts;
import com.itcunkou.commondemo.util.DateUtils;
import com.itcunkou.commondemo.util.JsonHandleUtils;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import okhttp3.Interceptor;
import okh... | [
"1164399367@qq.com"
] | 1164399367@qq.com |
ac2ab0911f4782a18f1a9eb8e6c03ead9b3c23ce | dd307dbec4352ea52ec33f2cc609e6f3bcf01e78 | /src/test/java/paginas/FAQCategories.java | f9a882d351193889d5edabd296b5d368c8017e9f | [] | no_license | MMSouzaT/HomolPiloto | d41641797c49c3b2396c6156b11bde6587bfa391 | c83fe974bd8ccf74fc07c87e300a0b0011d102ab | refs/heads/master | 2022-12-21T08:02:51.549743 | 2020-10-01T12:56:07 | 2020-10-01T12:56:07 | 294,707,514 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,223 | java | package paginas;
import org.openqa.selenium.WebDriver;
public class FAQCategories extends PageBase{
public FAQCategories(WebDriver navegador) {
super(navegador);
}
public FAQCategories newCategory() throws InterruptedException {
openLateralMenu("//a[@ng-click='categoria()']");
cli... | [
"marcio.messiassouza@gmail.com"
] | marcio.messiassouza@gmail.com |
151d5c65d0c47b330c4d7be45851f973bde4f050 | f1129ecf5057d5b928c55d05803ff14665ad9dd7 | /changgou-service/changgou-service-order/src/main/java/org/changgou/order/service/OrderService.java | 29d40f88d11018bac2e3bc3cacb030191d9fd42f | [] | no_license | BoWen98/changgou_shop | 0afe154f25fc40655dda6b4ef981eb0568b16d57 | a504fdb81c8d0dc1e36c6fed13fa55b2ba45cbc5 | refs/heads/master | 2022-07-05T18:21:35.531510 | 2019-12-12T10:24:54 | 2019-12-12T10:24:54 | 227,579,305 | 0 | 0 | null | 2022-06-17T02:43:16 | 2019-12-12T10:24:21 | JavaScript | UTF-8 | Java | false | false | 1,614 | java | package org.changgou.order.service;
import com.github.pagehelper.PageInfo;
import org.changgou.order.pojo.Order;
import java.util.Date;
import java.util.List;
/****
* @Author:shenkunlin
* @Description:Order业务层接口
* @Date 2019/6/14 0:16
*****/
public interface OrderService {
/**
* 根据失败的支付结果更新订单状态
* ... | [
"376512291@qq.com"
] | 376512291@qq.com |
623fb0855fb6e34652296cafc8485f4ccaa53ed8 | 5d071cdf62b50da4042b71d13bace879efcce072 | /18BIT0003_SPASH_SCREEN/app/src/main/java/com/example/a18bit0003_spash_screen/splash.java | db2a5fc4ad4650e6567f8feb5e0d5d10fa0f1096 | [] | no_license | anupamth2/Prono_doctor_app | adc218bcb51dd2c7e43c53baea02864c5957810a | 8a574fa05289fe75d830fbec297b853ec36f2732 | refs/heads/master | 2023-04-18T23:40:54.115924 | 2021-05-02T13:40:53 | 2021-05-02T13:40:53 | 362,320,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package com.example.a18bit0003_spash_screen;
import android.os.Bundle;
public class splash extends MainActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate( savedInstanceState );
setContentView( R.layout.my_splash );
}
}
| [
"63403141+ANUPAM386@users.noreply.github.com"
] | 63403141+ANUPAM386@users.noreply.github.com |
da2415896c53ef7c37a96c44ca104f545cfc8df0 | 1ae187049ebe590c2f3e7afeaa1eadd6839926d3 | /server/src/main/java/com/course/server/service/CourseContentFileService.java | 8e747e10140ea6b37a99341d3705bdd38943062f | [] | no_license | lbules/Istudy | c962d6816761a5e93402fcd12a22877e58ca5929 | 40c8fd89784b33bcdef895b7cbc7973537d01f43 | refs/heads/master | 2023-07-04T07:37:57.285905 | 2021-08-05T12:58:10 | 2021-08-05T12:58:10 | 392,906,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,150 | java | package com.course.server.service;
import com.course.server.domain.CourseContentFile;
import com.course.server.domain.CourseContentFileExample;
import com.course.server.dto.CourseContentFileDto;
import com.course.server.mapper.CourseContentFileMapper;
import com.course.server.util.CopyUtil;
import com.course.server.ut... | [
"48148324+ridworld@users.noreply.github.com"
] | 48148324+ridworld@users.noreply.github.com |
3ab8df40e5146310f19df82e8f6659c57119ab46 | 22361430ab12e5a7c1eba4664293fc4a39051d9b | /QMRServer/jbsrc/scripts/player/PlayerWasHitScript.java | fcd9732052146362cc9dbc4a2723364c4719ee77 | [] | no_license | liuziangexit/QMR | ab93a66623e670a7f276683d94188d1b627db853 | 91ea3bd35ee3a1ebf994fb3fd6ffdbaa6fbf4d22 | refs/heads/master | 2020-03-30T00:22:31.028514 | 2017-12-20T05:41:17 | 2017-12-20T05:41:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package scripts.player;
import com.game.fight.structs.Fighter;
import com.game.manager.ManagerPool;
import com.game.player.script.IPlayerWasHitScript;
import com.game.player.structs.Player;
import com.game.script.structs.ScriptEnum;
public class PlayerWasHitScript implements IPlayerWasHitScript {
@Overrid... | [
"ctl70000@163.com"
] | ctl70000@163.com |
53d0f07ea844627e29c0da365b3f535d297bf977 | 66798cf683be50876f59c6bf2200aa7e35298640 | /src/main/java/com/chessfab/entities/materialisable.java | 61b6b9fd00e52766dc76eed7ee6d88a128c39fbf | [] | no_license | novitskayas/Chess_Lab | 425efbb9bef1ed5be51da0336c4db8cdb4a0047a | 985563686fb47674d3e350bc79379eba9cd69156 | refs/heads/main | 2023-05-07T11:30:43.303501 | 2021-06-02T10:01:32 | 2021-06-02T10:05:56 | 371,931,707 | 0 | 0 | null | 2021-06-02T10:05:52 | 2021-05-29T09:27:32 | Java | UTF-8 | Java | false | false | 467 | java | package com.chessfab.entities;
public class materialisable {
private materialTypeEnum materialType;
public enum materialTypeEnum {
wood,
redWood,
iron,
titan,
aluminium,
carbon,
plastic,
stone
}
public void setMaterialType(materialTypeEn... | [
"novitskaya.ws@gmail.com"
] | novitskaya.ws@gmail.com |
ed1ac7f36aee0a21d17b0bf1c726f13ab55635be | e9624ce7d3efcbb2866bf9cb019572126f9e868f | /src/com/ginvaell/module7/task3/Task7_3.java | b7f3879ec420131bb4bd17e3059696dc097bd0ad | [] | no_license | ginvaell/javaTasks | 133c0f32fbc2f53e493935db241896f51152a480 | 0b66c43f697df72c3972c16179ca830aab03c29c | refs/heads/master | 2021-01-10T11:23:54.302073 | 2015-11-10T18:52:42 | 2015-11-10T18:52:42 | 43,615,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.ginvaell.module7.task3;
public class Task7_3 {
public static void main(String[] args) throws InterruptedException {
SharedResource res = new SharedResource();
IntegerSetterGetter t1 = new IntegerSetterGetter("1", res);
IntegerSetterGetter t2 = new IntegerSetterGetter("2", res);
... | [
"ginvaell@gmail.com"
] | ginvaell@gmail.com |
3b9faf32c3013ca02d4f85056213cd5bbc7422f1 | f06e3a4bf0bea3e17837e21a1d82c43b1941475e | /src/com/observer/action/ICat.java | 4ccdf5463665cc754445e8c6cb58606e1c302f7c | [
"Apache-2.0"
] | permissive | ZhongXinWang/designPatterns | f3be2e7ef351bf6886a37cb4258f10bff3993bcf | 6385a55c86ea96e66d3d6a8f421ce971393bde9c | refs/heads/master | 2021-07-20T21:55:17.467584 | 2017-10-30T12:50:43 | 2017-10-30T12:50:43 | 108,489,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package com.observer.action;
public interface ICat {
//添加观察者
abstract void addObserver(Observers o);
//删除观察者
void removeObserver(Observers o);
//对观察者实现通知
void notifys();
}
| [
"940945444@qq.com"
] | 940945444@qq.com |
fa48a43da9d78cd0baf831bd0dfbc5f3d8e1a171 | 2bc6bd1748bb83f89fe4cac703953a110daa30f2 | /src/test/testThread/ADeamon.java | 8e14e17c9f414fbe23b173604c2f8ee5fe057d32 | [] | no_license | TomyJx/testJava_Thinking_in_java | adb586fff2418f85cf77cbf30a053756290b2163 | c282cdf30985d032eae5f0d0e58caaa9d0f00d8d | refs/heads/master | 2020-03-28T12:22:38.424949 | 2018-09-11T09:43:38 | 2018-09-11T09:43:38 | 148,291,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package test.testThread;
import java.util.concurrent.TimeUnit;
/**
* ${DESCRIPTION}
*
* @author jiyx
* @create 2017-08-29-0:09
*/
public class ADeamon implements Runnable {
@Override
public void run() {
try {
System.out.println("Starting deamon");
TimeUnit.MILLISECONDS.sleep(10);
} catch (Interrupted... | [
"18292341322@163.com"
] | 18292341322@163.com |
c5a4798d3376efa6008ecc7f6cddb3039eb1ed8a | 320e0f623db2206530d4d25f95ea6404f7de6b23 | /gulimall-coupon/src/main/java/com/atguigu/gulimall/coupon/controller/SeckillPromotionController.java | 31f30ca7e21098924b1259980fd36e484329fd83 | [] | no_license | tomaslisheng/gulimall | f2681743259779bd958e7bbb955aae40f5dc1c2b | 6d9df2f356a249f6056040a5fefd51985496e165 | refs/heads/master | 2023-05-08T15:03:24.856200 | 2021-06-05T03:44:33 | 2021-06-05T03:44:33 | 374,018,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,108 | java | package com.atguigu.gulimall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.an... | [
"tomaslisheng@163.com"
] | tomaslisheng@163.com |
59f574bc820f3973bdd9dd3dc1d9bd8dd6469a1f | 567caa81bd0b1d9d9b0d34a924d147b7b60a66e0 | /spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfigurationTests.java | 7f6b3e65954cead5d59086c73b052c121f03de40 | [
"Apache-2.0"
] | permissive | MrSorrow/spring-boot | fb06c692f35dfb88ee6a8f3fa540e0ebef21de8f | ceed0e80af969c778b5c25c64e5124105988aab9 | refs/heads/master | 2023-01-10T07:09:07.443658 | 2019-10-14T07:39:17 | 2019-10-14T07:39:17 | 182,507,696 | 1 | 0 | Apache-2.0 | 2022-12-27T14:44:13 | 2019-04-21T08:16:26 | Java | UTF-8 | Java | false | false | 5,028 | java | /*
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"Kingdompin@163.com"
] | Kingdompin@163.com |
f1d47e29187274467d5d87418f090814330700c6 | b543f9419a6a5214842aa413fb818302d635b9f9 | /spring-boot-04-web-restful-crud/src/main/java/org/com/cay/spring/boot/filter/MyFilter.java | 3e5825f115a458ae11e10679bdb91f3d00ead667 | [] | no_license | caychen/spring-boot-study-2 | 3575acec55fe61b8c299d10e364c2aed51e75209 | 3296adfa7b1f1839f5772856880701fabfef5790 | refs/heads/master | 2020-03-28T02:55:00.713984 | 2018-09-06T02:47:06 | 2018-09-06T02:47:06 | 147,606,429 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package org.com.cay.spring.boot.filter;
import javax.servlet.*;
import java.io.IOException;
/**
* Created by Cay on 2018/5/9.
*/
public class MyFilter implements Filter {
@Override
public void init(FilterConfig filterConfig) throws ServletException {
}
@Override
public void doFilter(ServletRequest request, S... | [
"412425870@qq.com"
] | 412425870@qq.com |
5385d3927ec1ba8047d3969193b9b6708981fd56 | a0e5af30fc51dce6edc54f959fb51c79a650f830 | /rpcstudy/backup/protocol/ProtocolFactory.java | c958b60aaf35f02e8792ee9c11c2dee5243b4292 | [
"Apache-2.0"
] | permissive | chenwei182729/senior2021 | a12996167a62696af49e40d97212db3ed401764c | 82f9eaa9c5527202a434a0612099542aedae6a9c | refs/heads/main | 2023-03-23T16:30:29.488593 | 2021-03-13T14:56:19 | 2021-03-13T14:56:19 | 327,779,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package protocol;
import protocol.dubbo.DubboProtocol;
import protocol.http.HttpProtocol;
/**
* @author chenxinwei
* @date 2021/2/1 18:03
**/
public class ProtocolFactory {
public static Protocol getProtocol() {
String name = System.getProperty("protocolName");
if (name == null || name.equal... | [
"chenwei182729@163.com"
] | chenwei182729@163.com |
9e5f06744ba7b819f62bdb2a744fb18e80c936f2 | 80350e29cb52873d9f6cb12cd6c31a4aeeee8956 | /src/visão/PainelSelecionaCliente.java | 6c215de8f58bea84137ac0876ede3d4e57ada41b | [] | no_license | MateusValasques/EngSoft | 1b8bbaf6501a5f631dfc611f2278b01f3f0016e6 | 8d22a13fe43dbdb8f5ee76ca5ee516d269ed0303 | refs/heads/master | 2020-05-01T11:13:48.999065 | 2019-09-10T19:32:47 | 2019-09-10T19:32:47 | 176,532,692 | 0 | 0 | null | 2019-03-19T15:10:00 | 2019-03-19T14:42:26 | Java | ISO-8859-1 | Java | false | false | 3,131 | java | package visão;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.JFormattedTextField;
import javax.swing.JComboBox;
import java.awt.List;
import java... | [
"you@example.com"
] | you@example.com |
ac0148adb88f95db3e45448d1fe541b3bffd1344 | 01b67b2ba9b1d251b8158279c18e7ea69c888fd5 | /backend/meduo-tools/meduo-tools-extra/src/main/java/org/quick/meduo/tools/extra/ssh/package-info.java | b75b7a52a364aab1f2f96dd6eda0a5300076f538 | [
"LicenseRef-scancode-unknown-license-reference",
"MulanPSL-2.0",
"LicenseRef-scancode-mulanpsl-2.0-en"
] | permissive | suwinner1987/meduo | 7489e24a4623c95ed4794d3262839478f65566d5 | 34c8d707a423dfbcf1b0f103a527eb1f3735c188 | refs/heads/master | 2023-06-10T11:02:53.867308 | 2020-11-23T07:43:48 | 2020-11-23T07:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | /**
* Jsch封装,包括端口映射、SFTP封装等,入口为JschUtil
*
* @author looly
*
*/
package org.quick.meduo.tools.extra.ssh; | [
"gao.brian@gmail.com"
] | gao.brian@gmail.com |
d8def531dc97ce62bd9ede9fff4c00a524c0f2f1 | e5aa8023355e22eadf3dc65432fe1a525a2d2b01 | /src/main/java/conv/MakeW.java | f0e8fc38dd04c1e39387fbfe0984231469487e6d | [] | no_license | jkool/NetC | f3222a178a59d5101144e63e596000b467585622 | b9b8b2cd7113b0c4c9dbfcd5099c099657f84e44 | refs/heads/master | 2021-01-01T19:16:37.454414 | 2015-08-29T11:14:28 | 2015-08-29T11:14:28 | 8,282,439 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,044 | java | package conv;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import ucar.ma2.Array;
import ucar.ma2.DataType;
import ucar.ma2.Index;
import ucar.ma2.InvalidRangeException;
import ucar.nc2.Attribute;
import ucar.nc2.Dimension;
import ucar.nc2.Netcdf... | [
"johnathan.kool@ga.gov.au"
] | johnathan.kool@ga.gov.au |
3884c8aa1ce8d7acd0b9557e33c16eae7d428539 | 47fa77e1936ef72b53885a0ed3de3fa960db65ec | /data_structure/BST practise/src/com/pp/demo/Main (2020_11_23 15_04_39 UTC).java | 0290a8b0739efa21b47b5dc8ab5b18eaf13dfcfa | [] | no_license | Himanshu-abc/Eclipse_workspaces_2018 | afded2cf43831494df02861ee4e515c7e24f00f8 | 87d744ad74b5908cb51d2dea044056ee8f8a5e55 | refs/heads/master | 2023-07-03T20:48:55.594079 | 2021-08-14T16:52:17 | 2021-08-14T16:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package com.pp.demo;
public class Main {
public static void main(String[] args) {
BST bst=new BST();
bst.insert(5);
bst.insert(3);
bst.insert(4);
bst.search(4);
}
}
| [
"himanshupatidar663@gmail.com"
] | himanshupatidar663@gmail.com |
125078f908a826ab6f95c5430c264804f409b699 | ec67aaabcd3cb04c5e6bc547331ecbc718557c93 | /halftone/Halftoner-1.java | 8698211f7132b53eac82fb565aef0b397fbb8108 | [
"Apache-2.0"
] | permissive | danfuzz/archive | a0dba5e9a2ea6342b24c9ca730e943935b9dd418 | c2d9c9fa1b5b68b8d907056dada3e22359c32196 | refs/heads/main | 2022-11-05T04:16:44.921404 | 2022-11-03T16:59:32 | 2022-11-03T16:59:32 | 86,256,929 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,695 | java | import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
public class Halftoner {
private static final int CELL_SIZE = 9;
public static void main(String[] args) throws IOException {
File readFile = new File(args[0]);
File writeFile... | [
"danfuzz@milk.com"
] | danfuzz@milk.com |
d0fab5d33305ecc277b5303389be33f68d4a853f | c802775f68311ea16c9fc109b23d1595df4d8676 | /DVDLibraryWeb.3/src/main/java/Com/MyCompany/Dvdlibraryweb/Controllers/HomeController.java | e9c6ebcb0e2e841d6ff6f9aae89d2a70860a39b6 | [] | no_license | davidKolesar/DVD-Library-Web- | 34345d693c2ed40830fd22a383483e2fd0803785 | 3eba6878febd93a7ca9f9b52e51e10307344ba84 | refs/heads/master | 2021-08-30T10:31:19.593987 | 2017-12-17T14:24:43 | 2017-12-17T14:24:43 | 114,541,988 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | 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 Com.MyCompany.Dvdlibraryweb.Controllers;
import Com.MyCompany.Dvdlibraryweb.Dao.DVDDao;
import Com.MyCompany.Dvdlibraryweb.Dao... | [
"djkolesa@gmail.com"
] | djkolesa@gmail.com |
c15dce6ea889bc51174a55076549b66196543519 | bad0986586589f69c22ac5bbf693a09561061005 | /Hello1Interpreter/src/hello/Operation.java | d4fe35bcebb1137246015cf8d38cba18913055c8 | [] | no_license | Sylphy0052/vax_hello_interpreter | bebe738c0b2e40d89503a17bded178dc3f0f8d1c | ddba92625b985c480505f731cf008929d7af321d | refs/heads/master | 2021-01-01T06:14:43.066839 | 2017-07-16T15:00:52 | 2017-07-16T15:00:52 | 97,390,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package hello;
public class Operation {
private int operandNum;
private String name;
private Operand operand[];
public Operation(String name) {
this.name = name;
this.operand = null;
operandNum = 0;
}
public Operation(String name, Operand operand[]) {
this.name = name;
this.operand = operand;
o... | [
"al13095@shibaura-it.ac.jp"
] | al13095@shibaura-it.ac.jp |
cc6b4af3b53defffa5d27cb3dab315e110c03e33 | 3e96f3b8a3ca81ba0af1d971e4d1fa047f33efde | /health_project/health-weixin-web/src/main/java/com/health/weixin/Controller/SetmealController.java | 5b5ec27cca5db4715e5f3b5d91391032bebe85bd | [] | no_license | publicpop/pinyougou | 19c641be3b1855e0718f187a60e476c928f5e65e | 50155acf6093a935ae9f4166721a8f0dbedf1d9d | refs/heads/master | 2022-12-30T05:57:08.837718 | 2019-08-16T03:02:29 | 2019-08-16T03:02:29 | 202,648,833 | 0 | 0 | null | 2022-12-16T07:15:05 | 2019-08-16T03:03:56 | JavaScript | UTF-8 | Java | false | false | 2,414 | java | package com.health.weixin.Controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.health.pojo.CheckGroup;
import com.health.pojo.CheckItem;
import com.health.pojo.Setmeal;
import com.health.service.*;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bi... | [
"412720894@qq.com"
] | 412720894@qq.com |
3419b3903902f4bd59a77004812de7ab6c49504f | 406aa14ae097b06cedcf3f292d96d44b19ef67b7 | /hospital/src/main/java/com/neu/config/MybatisPlusConfig.java | 9d62fcb92bb38570c6b0d5317c811692322834f8 | [] | no_license | afreshboy/HospitalSystem | 8a66124f585c07ec43660685fe491edd0f75f35e | 60ff51a70d9930dbe1c38ae4ef5532cb1db50eb2 | refs/heads/master | 2023-03-29T10:51:32.868041 | 2021-03-23T08:46:26 | 2021-03-23T08:46:26 | 350,568,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package com.neu.config;
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.transaction.annotation.EnableTran... | [
"724632296@qq.com"
] | 724632296@qq.com |
4f4f94c39a3425b04eed6bc150b85fc9f5986fb7 | 69f0384e226f76286c5e4a0d9e3e606c07dce863 | /Braille_Learning/Braille_learning/app/src/main/java/com/example/yeo/practice/Talkback_version_menu/Talk_Menu_Braille_translation.java | bebbe6c6f2baf8fb3c10b274d55160a101626b42 | [] | no_license | ch-Yoon/trio | 85201f39ae5b17509f11b3a822daf38303b4cd68 | 63df3673d118cb426ca99110e676ae7f9ba29f91 | refs/heads/master | 2020-04-27T13:49:07.241882 | 2017-05-16T02:38:53 | 2017-05-16T02:38:53 | 78,740,712 | 0 | 0 | null | 2017-01-12T11:53:27 | 2017-01-12T11:53:27 | null | UTF-8 | Java | false | false | 10,007 | java | package com.example.yeo.practice.Talkback_version_menu;
import android.content.Intent;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.MotionEvent;
import android.view.View;
import com.example.yeo.practice.Common_men... | [
"chanhyuck1021@naver.com"
] | chanhyuck1021@naver.com |
2c5358bb5dc67f74fdf19a7e163ba439e3970ec4 | f874bdd0f98de9359119a972cfc085bc7cb3c621 | /src/main/java/nl/ijmker/test/rs/filter/LoggingFilter.java | f955832648b77956d735368fdfe665cbac7cdeca | [] | no_license | jjijmker/OAuthTestWeb | 54d37e2cd0007ebd7fa9a82fbd4e762de0282422 | 9a0c78509df682e4b6d45254f6bbfacd9549d9fa | refs/heads/master | 2021-01-12T14:20:01.180145 | 2016-10-14T09:08:54 | 2016-10-14T09:08:54 | 69,200,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package nl.ijmker.test.rs.filter;
import java.io.IOException;
import javax.ws.rs.client.ClientRequestContext;
import javax.ws.rs.client.ClientRequestFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class LoggingFilter implements ClientRequestFilter {
private static final Logger LOG = Logge... | [
"jan.ijmker@oakton.com.au"
] | jan.ijmker@oakton.com.au |
4c60d8735ddaf514b4f2a2d4c0a15924f36b5f08 | ba998ec44d59df248d6c7e93d1d73b803f160af2 | /app/src/main/java/com/nglinx/pulse/adapter/DeviceCatalogAdapter.java | d00a4ced4736fc59d59768bc543374972a262fed | [] | no_license | yrprasad/Famlinx | 2f5888abf2a03072200d2786497c4e6f7e7eee77 | 103b4cb2ff1f2df5b895e4bda4b51f01249841b5 | refs/heads/master | 2020-03-13T14:19:30.237143 | 2019-02-14T13:29:16 | 2019-02-14T13:29:16 | 131,156,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,625 | java | package com.nglinx.pulse.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
import com.nglinx.pulse... | [
"raghavendra.pra.yelisetty@hpe.com"
] | raghavendra.pra.yelisetty@hpe.com |
b99503359fef8e5a7e4be8585d54bb632f8a0d90 | 3c24b3c1a7ee2e303fa2d75187e0f773886f5741 | /test2/src/main/java/com/qingyang/test/TestController.java | 28a9f6abeefbe92927098aab10dbfa962a395952 | [] | no_license | fangdong116/data-burying | 8ec7c69e04966cabdb72327a8eb0e2bf763c9189 | fa359bb52b801293cef5e83d632667d5bce9a561 | refs/heads/master | 2020-04-12T14:38:16.121844 | 2018-12-20T09:39:16 | 2018-12-20T09:39:16 | 162,557,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.qingyang.test;
import com.alibaba.fastjson.JSON;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
/**
* @author qingyang... | [
"qingyang@xiaokakeji.com"
] | qingyang@xiaokakeji.com |
1f9afd4ea9942bbed56ad0f2b80fbd3c12e783f6 | 687ad64266358a8d6dba88ebb2e5431790fbe3e7 | /Structural/Decorator/FaceRecognitionAIDecorator.java | a63b43cd8eeb17dde138f63b340c0cc4c076e8e6 | [] | no_license | rmzcn/design_patterns | 4ab7cecd45ba1eeaa97d4351e1fe77df44c0623a | 8fe5f2d07718bd3a97d6464ae81d5ae8ba4b9d49 | refs/heads/master | 2023-02-11T00:05:39.459574 | 2021-01-10T20:55:21 | 2021-01-10T20:55:21 | 324,346,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package Structural.Decorator;
public class FaceRecognitionAIDecorator extends AIDecorator {
private String faceTrainData;
public FaceRecognitionAIDecorator(IArtificialIntelligence AI, String faceTrainData) {
super(AI);
this.faceTrainData = faceTrainData;
}
@Override
public void tra... | [
"ramazancangolgen@gmail.com"
] | ramazancangolgen@gmail.com |
1cf767eaad345b64e3f46dcbfa57e2c60b2e57a6 | e89c5a89bec509c25b84dd994f1cf09241d72a10 | /src/main/java/cn/et/lesson03/food/controller/FoodController.java | 522d70f1ba3b6baa71969e6c5565ad2a7d30b430 | [] | no_license | Ida825/SpringBoot | 174a25b08cc73d78f429dd5cf188448fe8a0729a | d1bdeca0bdb501d8588c8bf5b3ac14d9a0372e0d | refs/heads/master | 2021-09-01T22:44:33.337740 | 2017-12-29T01:05:15 | 2017-12-29T01:05:15 | 115,672,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,456 | java | package cn.et.lesson03.food.controller;
import java.io.File;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
... | [
"Administrator@www.qq.com"
] | Administrator@www.qq.com |
dc360e86632ef999a60fc88e6fa4b2e66943c0fe | 3a9f18f663271d67dc392eb4fb7a60bc8b20c64f | /src/silver/Entity.java | 77cdf99bd7b4ccdd92cd44132e8ad36a8bd535ec | [
"BSD-2-Clause"
] | permissive | smeagolthellama/silver-past | a5c29bbe3e757510d1aaf97d9288fe90188febef | de657c34c371f8b6704cf967e23e4669095176a9 | refs/heads/main | 2023-03-03T18:16:46.985401 | 2021-02-15T09:55:56 | 2021-02-15T09:55:56 | 333,394,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package silver;
import java.awt.event.*;
import java.awt.image.*;
import java.io.*;
import javax.imageio.*;
import javax.swing.*;
public abstract class Entity extends JPanel implements MouseListener{
private static final long serialVersionUID = 6456829963586921495L;
protected int x;
protected int y;
protected St... | [
"magardner2010@gmail.com"
] | magardner2010@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.