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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e43cd8783af2e8a8b30b983fc61d5d7ddedd34df | e1dca1e3b75cba4d92e97c0b4928d8b2c6175761 | /src/main/java/ru/langboost/config/AppInitializer.java | c6078f3480c702dce9cc5043c12644e94c7cf68f | [] | no_license | badprogrammist/langboost | 8864647c79cd870bfb7b148f8d3223819025bd3f | e799cf383fde380f2b70303c303762afc3830831 | refs/heads/master | 2016-08-12T00:23:26.726919 | 2015-12-17T04:18:39 | 2015-12-17T04:18:39 | 47,684,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | 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 ru.langboost.config;
import javax.servlet.Filter;
import org.springframework.web.filter.CharacterEncodingFilter;
import org.sp... | [
"badprogrammist@gmail.com"
] | badprogrammist@gmail.com |
146132228ca0656c5563025a6d054dd24b2a542f | d7d3b7cf3730384bd872a9b037346c004bcb36e6 | /src/main/java/com/jpmorgan/interviews/codes/model/Stock.java | 9e5aca912e82ff62f5fb37414ee6e73d99aefcae | [
"Apache-2.0"
] | permissive | manishapadhi01/supersimplestock-1 | a80464a512c132308bbc46709b6a6474ac1f1de2 | ded0ab0bb30adefed6f80bdf7ba6f19afed7d5c7 | refs/heads/master | 2021-01-19T21:11:35.499171 | 2015-11-02T15:04:35 | 2015-11-02T15:04:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,331 | java | package com.jpmorgan.interviews.codes.model;
import com.jpmorgan.interviews.codes.api.model.Entity;
import com.jpmorgan.interviews.codes.exception.SimpleStocksExceptionImpl;
/**
* Created by sadebayo on 27/10/2015.
*/
public abstract class Stock implements Entity, Cloneable {
private double ZERO = 0.0;
priv... | [
"solomoniyi@gmail.com"
] | solomoniyi@gmail.com |
60f4fecd5cacb5b305578fbd9b736dd42d0c3dd8 | f071803da7cc1c2174fbe4f7daf34c423fc51feb | /src/org/task/It11.java | e69a35fb6072142f96d86e63e01f9095d8efa915 | [] | no_license | Charanbuddy/Iteration-Programs | fd88a26ffa1958d90475f8d925b2efd0136dca98 | 999c1764e75fa437f1115a436906942f4fab07bd | refs/heads/master | 2023-02-21T02:08:59.103742 | 2021-01-27T16:38:44 | 2021-01-27T16:38:44 | 333,156,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package org.task;
import java.util.Scanner;
public class It11 {
public static void main(String[] args) {
// sum of Digits in a Number
Scanner sc = new Scanner(System.in);
System.out.println("Enter a Number: ");
int number = sc.nextInt();
int revNumber = 0;
int remainder = 0;
while (number > 0) {
... | [
"charanbuddy@gmail.com"
] | charanbuddy@gmail.com |
392f1aeabfe2c6b8a22eef6cb40709e77ec0ed0e | 47615faf90f578bdad1fde4ef3edae469d995358 | /practise/SCJP5.0 猛虎出閘/第一次練習/unit 8/FileInputStreamTest4.java | aa9493461fe49a6f2c5618a284375b096422a683 | [] | no_license | hungmans6779/JavaWork-student-practice | dca527895e7dbb37aa157784f96658c90cbcf3bd | 9473ca55c22f30f63fcd1d84c2559b9c609d5829 | refs/heads/master | 2020-04-14T01:26:54.467903 | 2018-12-30T04:52:38 | 2018-12-30T04:52:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | import java.io.*;
public class FileInputStreamTest4
{
public static void main(String argv[])
{
FileInputStream fin;
try
{
fin=new FileInputStream("FileInputStream.txt");
int i=fin.read();
while(i!=-1)
{
System.out.print((char)i);
i=fin.read();
}
fin.close();
}
catch(IOException ioe... | [
"hungmans6779@msn.com"
] | hungmans6779@msn.com |
0cae4a14c0507faf2acb424401b13163f3e8d94c | ddd5d8641ed49f3008070a6fd448d9e4f1020d60 | /src/mailcore/java/org/larry/concurrency/IExecutorMBean.java | 39d255368984c56cdfd05ad64591923a6d6baecb | [
"Apache-2.0"
] | permissive | lemmaworks/mailcore | 61541020e702329a2a38abe26e21d64830bc9612 | ae2399cb38a610b9846ad7681d855be909ca7138 | refs/heads/master | 2020-04-09T14:58:59.286521 | 2018-03-22T08:53:04 | 2018-03-22T08:53:04 | 22,341,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,158 | 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 may no... | [
"larry.leqt@outlook.com"
] | larry.leqt@outlook.com |
9755784a4702c1701699925aa637a38417b2885b | e21f10facb5db78e142da6be0e2e3299ef829431 | /javaweb-05-cookie/src/main/java/com/csu/servlet/CookieDemo2.java | bc323d7552d995467dfcdf33efc2e6bd29f96f89 | [] | no_license | so1esou1/Learn | 5b98cd5285e9bc93fdc70b0542e4aa027e1bd0bf | 02405826a973f9a56f0c234cfbf8c59be007be35 | refs/heads/master | 2023-05-04T02:38:58.810083 | 2021-05-17T14:29:24 | 2021-05-17T14:29:24 | 326,638,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.csu.servlet;
/*
创建一个cookie顶替掉demo1中的cookie,设置有效时间为0,这样的话就相当于删除了一个cookie!!!
*/
import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOExc... | [
"1402916604@qq.com"
] | 1402916604@qq.com |
0dd62f3a0b828b292ff1e5d4eec132c4974314c8 | c2de664b3d9b21a41b82a52ba45374d85d42510f | /src/main/java/com/webshop/products/configuration/MongoConfiguration.java | d642ccd6c5d7e0566725d0753e62c5c824de5f65 | [] | no_license | mradovic95/Product-Service | 0720ee0f4daee8d7526bdb0b17b6f2b0ea8301d0 | dd22499c5bd173704ccef783836de19fe2c99f5a | refs/heads/master | 2020-05-25T15:35:54.277294 | 2019-05-21T16:10:06 | 2019-05-21T16:10:06 | 187,872,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.webshop.products.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.mongodb.config.EnableMongoAuditing;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
@Configuration
@EnableMongoRepositories(basePackages = "com.we... | [
"mihailo.radovic@gamecredits.com"
] | mihailo.radovic@gamecredits.com |
660e2ef062bedd2bc669bf04087d018e6f0e10c2 | 7372cac00a934e9d833befcabf7b6342bbb91616 | /haikudepotserver-core/src/main/java/org/haiku/haikudepotserver/dataobjects/Publisher.java | cfd43f71caaa51e56e620d9327189d581dc32317 | [
"MIT"
] | permissive | KapiX/haikudepotserver | 5903a60bc5f0732aa1371a198a3329ffcf653589 | c338e59e37a5cccfbb6fc05046a9ff6f6f97791b | refs/heads/master | 2022-11-05T17:41:36.032129 | 2020-06-21T11:07:01 | 2020-06-21T11:07:01 | 273,948,013 | 0 | 0 | NOASSERTION | 2020-06-21T17:00:33 | 2020-06-21T17:00:32 | null | UTF-8 | Java | false | false | 461 | java | /*
* Copyright 2013-2018, Andrew Lindesay
* Distributed under the terms of the MIT License.
*/
package org.haiku.haikudepotserver.dataobjects;
import org.haiku.haikudepotserver.dataobjects.support.Coded;
import org.haiku.haikudepotserver.dataobjects.support.MutableCreateAndModifyTimestamped;
import org.haiku.haiku... | [
"apl@lindesay.co.nz"
] | apl@lindesay.co.nz |
a2bd5413d5933d8c7902acd38184343b5b778523 | 896333bd8e7be53784f2c56fe1ddaca8ea32e61b | /src/mmqa/MyCrawler.java | 913229c3c1c5d1cd6b4946766b0939aa79abe9d7 | [] | no_license | narendramohan/mmqa | 6955583fc2df2f6ae88dd366850c96e9d7dfbae9 | 904e9838e9a1495fadab36b68bc83f59b96a6da9 | refs/heads/master | 2020-06-03T23:34:56.375061 | 2014-09-06T23:45:31 | 2014-09-06T23:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package mmqa;
import java.util.List;
import java.util.regex.Pattern;
import mmqa.crawler.Page;
import mmqa.crawler.WebCrawler;
import mmqa.parser.HtmlParseData;
import mmqa.url.WebURL;
public class MyCrawler extends WebCrawler {
private final static Pattern FILTERS = Pattern.compile(".*(\\.(css|js|bmp|gif|jpe?g... | [
"narendramohan.prasad@gmail.com"
] | narendramohan.prasad@gmail.com |
df0e0ef12e1b41942d56d6466e2b651adb48a51b | db7d652734cbd2bdc5ed5711b5379cfe924ee8db | /app/src/main/java/com/example/healthyeating/ui/home/HomeViewModel.java | e9576cd297c2d71dce0ce7ee6eabd55037689426 | [] | no_license | piyushsud/HealthyEatingApp2 | d0ecb276e30d9460cf6eca951c9bae8e7aac554c | 97a026729b652448ec5f6a88a1bf1b0017851e90 | refs/heads/master | 2020-07-08T13:27:39.310482 | 2019-09-03T03:06:13 | 2019-09-03T03:06:13 | 203,688,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package com.example.healthyeating.ui.home;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class HomeViewModel extends ViewModel {
private MutableLiveData<String> mText;
public HomeViewModel() {
mText = new MutableLiveData<>(... | [
"piyushsud@gmail.com"
] | piyushsud@gmail.com |
d0ccdd7df23354b68c7b2da1db9bc412e9595198 | 9ec8c353d4a7144c058ce5f8665fe248af18bf25 | /spring-06/src/main/java/com/xjm/config/MyConfig.java | bad8efa0ef206e108d3ed9c3a7b16be561e0ee15 | [] | no_license | JianMin-Xie/spring-demo | 0e7474008198d88858a560c13e0db8b923487735 | c7be9d6ab90a83dc6f6d367d49fe03b8b258f8dc | refs/heads/master | 2023-03-25T23:58:41.654041 | 2021-03-18T12:10:58 | 2021-03-18T12:10:58 | 348,021,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package com.xjm.config;
import com.xjm.pojo.Dog;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration //代表这是一个配置类
@Import(MyConfig2.class) //导入合并其他配置类,类似于配置文件中的 inculde 标签
public class My... | [
"854377742@qq.com"
] | 854377742@qq.com |
067b7734057c66ef5354b3073b4c1fcf8229bead | 8649c547c59cacb498c6f86db8094663356d2e28 | /Camera Capture Intent Demo/MainActivity.java | 7dda88afbda2cd3a2533012249ecdacbccb325c5 | [] | no_license | basirsharif/AndroidDemos | 6c400c2151b9d4e633430eb651be8b2979476ebe | 4350491ffaef6dc4e9ee679247c962e9962cf1fc | refs/heads/master | 2020-12-21T23:22:34.619418 | 2019-06-14T22:10:59 | 2019-06-14T22:10:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package com.example.demo16;
import android.content.Intent;
import android.graphics.Bitmap;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
ImageView imageView1;
private ... | [
"maunash@live.com"
] | maunash@live.com |
738999ddac218a9955acab3c9f1f5c503e0fc1aa | 4b0ca748c43c8d099b41551a330191d7c9793fed | /secondUber/src/main/java/com/app/comic/ui/Model/Request/PassengerInfoRequest.java | 7eaee536b5b1d646c5d8b457261343c6b5e0ad94 | [
"MIT"
] | permissive | imalpasha/secondUB | ce2d2757b98b65af07830d2bb73c98f3cbc87c6f | d900f1083fa5ed6d20d42dff0c54d4a901a54e88 | refs/heads/master | 2021-01-11T18:15:33.356116 | 2017-01-22T14:18:34 | 2017-01-22T14:18:34 | 79,524,098 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package com.app.comic.ui.Model.Request;
/**
* Created by Dell on 11/4/2015.
*/
public class PassengerInfoRequest {
/*Local Data Send To Server*/
String username;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username... | [
"imalpasha@gmail.com"
] | imalpasha@gmail.com |
ee94a12c1fe2f5705a5ba2a0a135f60eb06a291f | bf6b3f130c515743c12f9e9137884023c677007a | /project1/src/Unit.java | c9fd09310e3132b36ffe8faf22b5fc4f6a102821 | [] | no_license | lberezy/OOSD | e84f81765e57fc04f30e0b8f5bb055cd3a979d8d | ba2498f7caa201b029c8fb412ded28a07ee50bd2 | refs/heads/master | 2021-01-22T10:01:45.351370 | 2015-02-26T00:02:10 | 2015-02-26T00:02:10 | 31,338,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | import org.newdawn.slick.Image;
public abstract class Unit extends GameObject implements Drawable{
public Unit(double x, double y, Image sprite, World world) {
super(x, y, sprite, world);
// TODO Auto-generated constructor stub
}
private double fullShield;
private double damage;
private double firepower;
... | [
"lberezy@56d1951d-bf66-49da-99e5-76cc4cbb8347"
] | lberezy@56d1951d-bf66-49da-99e5-76cc4cbb8347 |
b0b356d558be82e91cbf3ab64a1f99ea7c1cf951 | 41ed7ed84c4104c17e2fb976aec8dc0eab76b20b | /common/src/main/java/com/zyf/model/Point.java | 822c7102943f8246f3271adf46240d62b0137420 | [] | no_license | yinfang/XiWeiApp | 6758e811ff938337debeae41e61e98b87aba9c8c | 9dd3457b98bc0bc6e2ab5f0a06e4875953b4cd1a | refs/heads/master | 2023-07-07T14:30:17.217544 | 2021-08-11T08:32:15 | 2021-08-11T08:32:15 | 294,651,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.zyf.model;
import java.io.Serializable;
public class Point implements Serializable {
/**
*
*/
private static final long serialVersionUID = -8252237310350864258L;
public String name;
public double longitude;
public double latitude;
/**
*
* @param latitude
* 纬度
* @param long... | [
"lead_1_zyf@user.noreply.gitee.com"
] | lead_1_zyf@user.noreply.gitee.com |
2ab0f03ec2cc543893967f065788702b802bbd97 | 10fc2fdfd75ef763c216b960365b6ae5bfd80015 | /app/src/main/java/com/cmexpertise/beautyapp/revalAnimation/animation/ViewAnimationUtils.java | d9771d09facf573eace7c2330f3eebd6d0b650c1 | [] | no_license | dream5535/mvvmandroiddream | 648c87c15d15b3dec32e8f520b131045611990bd | 043f53682c56e2008f52f0b06297e292ada8830d | refs/heads/master | 2020-05-30T06:04:27.390224 | 2019-05-31T10:32:09 | 2019-05-31T10:32:09 | 189,571,741 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,136 | java | package com.cmexpertise.beautyapp.revalAnimation.animation;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.View;
import android.view.animation.AccelerateDecelerateInterpolator;
import com.nineoldandroids.animation.Animator;
import com.nineoldandroids.animation.ObjectAnimator;
import... | [
"skywevasinfo@gmail.com"
] | skywevasinfo@gmail.com |
c464a14aff43ab146f0f2b4f59daffec4d9018c1 | 9ae5965121f143fa5a5781b413d686311b734a2c | /src/main/java/com/xceptance/xlt/report/util/MinMaxValueSet.java | 73e537ab33fe94a46006839e8a8894c9ca9bfe67 | [
"EPL-2.0",
"MIT",
"EPL-1.0",
"LGPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"MPL-2.0",
"CDDL-1.1",
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | andre-becker/XLT | 41395ec5b673193412b26df35cc64e05ac55c9b4 | 174f9f467ab3094bcdbf80bcea818134a9d1180a | refs/heads/master | 2022-04-21T09:20:03.443914 | 2020-03-12T09:48:41 | 2020-03-12T09:48:41 | 257,584,910 | 0 | 0 | Apache-2.0 | 2020-04-21T12:14:39 | 2020-04-21T12:14:38 | null | UTF-8 | Java | false | false | 9,200 | java | package com.xceptance.xlt.report.util;
import com.xceptance.common.util.ParameterCheckUtils;
/**
* A {@link MinMaxValueSet} maintains different statistics, like minimum, maximum, and count, for values generated at a
* certain time.
* <p>
* A {@link MinMaxValueSet} is fixed-sized, but self-managing. If the distanc... | [
"4639399+jowerner@users.noreply.github.com"
] | 4639399+jowerner@users.noreply.github.com |
bef6a345697c02deed6417042dedae957374ba30 | 20a32350a4eb0ac09df5dc1580235f7788bba285 | /code/idea-plugin/src/net/kano/nully/plugin/psiToJimple/TypeListBuilder.java | 78f174233f92e89b8d40e841a23b2626413af05d | [] | no_license | keithkml/nully | a2f503ebb55041aef0bcf2ede90bc76ff076d1c9 | 6ea921f83c5defc88d2f314b21d13c9d5709ba62 | refs/heads/master | 2020-12-24T12:00:54.891258 | 2005-07-04T01:09:23 | 2005-07-04T01:09:23 | 73,102,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,314 | java | /* Soot - a J*va Optimization Framework
* Copyright (C) 2004 Jennifer Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your optio... | [
"keithkml@a39d9cd8-1c04-efb7-b3e8-ca890007be23"
] | keithkml@a39d9cd8-1c04-efb7-b3e8-ca890007be23 |
58a2e926ab3bb711563ab63a5d8a637cc4a1a594 | 6ca5e17624a71d00cae80b0b647798fb881a1a13 | /saasandroidlibrary/src/main/java/com/saasandroid/saasandroidlibrary/models/Authentication.java | 0d2db5c9f6fdf835938cf185ff3e7b81fa122a87 | [] | no_license | CosmicSky/SaaSAndroid | 4ed421d1e0b31baf96fd193d2928f637e0a18498 | 8c82f713ce62c84acad9d07db0b11f03323021b1 | refs/heads/master | 2020-04-27T04:13:38.771883 | 2019-04-25T14:50:31 | 2019-04-25T14:50:31 | 174,046,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | //
// Authentication.java
// SaaSAndroid
//
// Created by Tony Qi on 3/5/19.
// Copyright © 2019 Tony Qi. All rights reserved.
//
package com.saasandroid.saasandroidlibrary.models;
import android.content.Context;
public interface Authentication {
/**
* Signs in the study participant into the app.
*... | [
"tonyqi.2014@gmail.com"
] | tonyqi.2014@gmail.com |
74471e8bb766310bb7ec9bddd7ac2cb6da3746b8 | 7fdadc951aa3cf21a68cd8c8c6bfdb7c68b33469 | /ex04/src/module-info.java | 29a5e56966e04361a0cd1464bcc68799c4ee2082 | [] | no_license | sasakijindai/ex04 | d3501664b47964807c086c6b80ca29c7e8ce6c8b | 334473fc246047a68ad0c2388354c6e95e54463d | refs/heads/master | 2023-02-15T08:24:20.872260 | 2021-01-15T13:06:54 | 2021-01-15T13:06:54 | 329,912,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15 | java | module ex04 {
} | [
"r201902968ev@jindai.jp"
] | r201902968ev@jindai.jp |
321ae2132bde6c9c494dbad267e46e472e9f1d46 | 1c0829ebfecc950a27ec01156b367c8750da12ea | /Carrier.java | 2a6cee86c8b234df7a1760c2222991ab361b9d73 | [] | no_license | huizecui/Battleship | 89581cd278054b1d986ecb13f02c5f9c85aa4d12 | cfd245f22d624c961e46af43a3d0f1f48e33c7e8 | refs/heads/master | 2021-04-27T07:32:45.894150 | 2018-02-23T14:55:35 | 2018-02-23T14:55:35 | 122,634,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* Write a description of class Carrier here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Carrier extends Ship
{
public Carrier()
{
super(5);
}
}
| [
"36163375+huizecui@users.noreply.github.com"
] | 36163375+huizecui@users.noreply.github.com |
cb17f245c8c61181fc41e3decd03d11aa5215812 | 571a262e5de1d86f0c74c42df3bd4eaf08a05ffb | /Labo 01/Ejercicio 05/src/com/ESDP/x00136319/Main.java | 44ee2903555ac075a82c21a8c927c3af107e1eb0 | [] | no_license | EduardoDominguez1/00136319_ESDP_POO | 95fa71ecf7fd605bc8aaf3ef1576b1b12ee2eb1a | cee0b7b1dfafda397d27c136bb2541f0efaf1b3d | refs/heads/master | 2023-08-27T03:37:06.866643 | 2020-06-12T01:44:48 | 2020-06-12T01:44:48 | 246,640,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,426 | java | package com.ESDP.x00136319;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
//Realiza un programa que reciba n letras por teclado y almacene en una lista solo las vocales, mayusculas o minus... | [
"00136319@uca.edu.sv"
] | 00136319@uca.edu.sv |
3307eb86a7dd421bb708623040ba593725928292 | 3f90c2df80d9f96a760d1e04c2d5dbb9d7e88a24 | /contrib/zebra/src/java/org/apache/hadoop/zebra/types/TypesUtils.java | 4a56f0045ce5b0dcda05ec2c6d25ab6ff1f7b878 | [
"Apache-2.0"
] | permissive | hirohanin/pig7hadoop21 | d038ecc3400bcc7124ecce356f2a30533f6ee188 | b595f515dde305dfcb0d965ce07c51f629d7a824 | refs/heads/master | 2021-01-25T03:54:55.074368 | 2010-11-02T12:19:26 | 2010-11-02T12:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,741 | 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 may ... | [
"root@rohan-laptop.(none)"
] | root@rohan-laptop.(none) |
227d1e780f1b7dcf7d90568e97f923bbec3b0f67 | e5a06c9cecd19e8cc23dc1d456dda23a40e7cd9a | /sharedbusinesslayer/src/main/java/com/weddingcrashers/servermodels/ConnectionContainer.java | f645fa98a223b0914bf91bded75783a2cab26b18 | [] | no_license | dmpliamplias/Dominion | 84c30858cecf4224221f4661279d563ac0479013 | 33b73607495177269dc38f79273a1cedd48da824 | refs/heads/master | 2021-08-31T19:44:45.207415 | 2017-12-22T15:45:11 | 2017-12-22T15:45:11 | 104,478,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.weddingcrashers.servermodels;
import java.io.Serializable;
/**
* @author Michel Schlatter
* */
public class ConnectionContainer extends Container implements Serializable {
int id;
public ConnectionContainer(){
super(Methods.Connect);
}
public int getId() {
return id;
... | [
"michel.schlatter@gmx.net"
] | michel.schlatter@gmx.net |
60a0b4e8e9e21a8f9ccb688f4e96ed55fcd4ca1e | f7a3aa3b5f56c5ea0269f3b680a14bbafbc34890 | /app/src/main/java/com/example/apple/project4/IslamicHistoryFragment.java | e87ea37a87a70ab9e86dc964ca507d76855a3809 | [] | no_license | saarahasad/Arabiyah-Classes-Android-Application | b0bb15c9ccb3eef3b3d177fc792bd9d826c1f274 | d7a01bb5bdd12bbf0efb69b82b24f371bff0d4bf | refs/heads/master | 2020-05-21T18:13:03.136623 | 2019-05-11T12:22:37 | 2019-05-11T12:22:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package com.example.apple.project4;
/**
* Created by apple on 09/05/17.
*/
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import butterknife.ButterKnife;
publ... | [
"saarahasad26@gmail.com"
] | saarahasad26@gmail.com |
d2b14c2203e931f65c9ef12c5f94f93e449e94ba | 018de4cf7f899dcca6fa2f0d99a86721bde38e62 | /app/src/main/java/com/gdcp/newsclient/skin/config/SkinConfig.java | c890c88c6b8a63b6cf6079ce0f3ca68aa68562ce | [] | no_license | zhangjiangli/NewsClient | 97e700cd2f8d413ab5aaa8c04f9e3d2ad68969aa | 619e73ed349529d8c35cc205da229f695567dd00 | refs/heads/master | 2020-12-03T03:45:26.206196 | 2017-06-29T11:00:37 | 2017-06-29T11:00:37 | 95,769,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package com.gdcp.newsclient.skin.config;
import android.content.Context;
import android.content.SharedPreferences;
/**
* Created by asus- on 2017/6/28.
*/
public class SkinConfig {
private static SkinConfig mInstance;
private Context mContext;
private SkinConfig(Context mContext) {
this.mContex... | [
"1776494277@qq.com"
] | 1776494277@qq.com |
35ce5dc1641689c1bd600478a18dcf330d3492e2 | c702fb8c632e385951b8ad0edf35d3332728f670 | /src/main/java/unitk/util/DateUtil.java | 54b8b9f42d86c5654e5cfd7291d767e444483c6e | [] | no_license | chuanqingli/unitk | c865a84ffbea7044ecff284712632857584f8af6 | be98a803116efa40f1f7797f9aa9a6c9ebb1f5ed | refs/heads/master | 2020-04-30T08:31:17.276721 | 2019-03-23T02:46:35 | 2019-03-23T02:46:35 | 176,717,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,149 | java | package unitk.util;
import java.util.*;
import java.text.SimpleDateFormat;
import java.sql.Timestamp;
public final class DateUtil{
private DateUtil(){}
private final static DateUtil __instance = new DateUtil();
public static DateUtil getInstance(){
return __instance;
}
private static Date _... | [
"9915252@qq.com"
] | 9915252@qq.com |
e85c9ae2fe12669b1ceea73493ea891f26fa20b7 | a15d03d874ce00787f76a1c2591d58cd15fc7559 | /gpconnect-demonstrator-api/src/main/java/uk/gov/hscic/common/config/StartupConfig.java | 26a8211bd35871538610068bee56ec4a2e6ba4de | [
"Apache-2.0"
] | permissive | dbould/gpconnect | 07114aa5bf4b45227a06d4e8e64bf13fd9fc96b7 | 2d289570f165e6fb6a58e1a34b21e3b48b79f2e1 | refs/heads/master | 2021-01-23T00:56:33.688383 | 2017-04-13T09:29:34 | 2017-04-13T09:29:34 | 85,852,627 | 0 | 0 | null | 2017-03-22T16:43:00 | 2017-03-22T16:43:00 | null | UTF-8 | Java | false | false | 984 | java | package uk.gov.hscic.common.config;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.Cont... | [
"kris.bloe@answerdigital.com"
] | kris.bloe@answerdigital.com |
fce220eeb1a0a7a76594b1e363deb7ab51daeb4e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_2f542815a58ee55ee03ae89dbab36dfbe50a1841/Sketch/7_2f542815a58ee55ee03ae89dbab36dfbe50a1841_Sketch_s.java | a9bc974e9d465f7c975ce6d2468f6cdb641c6daf | [] | 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 | 110,181 | java | /* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2004-10 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a228ec68581971c8e936517a253074ab918b6376 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/4/org/jfree/chart/renderer/xy/StackedXYAreaRenderer_clone_640.java | 0f9354ace1f2b77d444a88d9cd3b3ec23abad160 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,308 | java |
org jfree chart render
stack area render link plot xyplot
shown gener
code stack area render demo1 stackedxyarearendererdemo1 java code program includ
free chart jfreechart demo collect
img src imag stack area ren... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
1c10fb4a6205684dbeb0e3b3a26bb4f4c6ef76e9 | 39390e1c0bf53d7f2e44b5242f1fb2b47300aaf7 | /trunk/EZMIS/jteap-gcht/com/jteap/gcht/gcxmgl/manager/GclxcxManager.java | 114380fd2c7f274ec661100d0e7b78aff67b2199 | [] | no_license | BGCX067/ezmis-svn-to-git | 3e061173c86055de6a1c0204271b3d3276cea7cf | 24b15ab52a8d750a0ce782a6b64226583c859e03 | refs/heads/master | 2021-01-11T11:08:51.702990 | 2015-12-28T14:08:08 | 2015-12-28T14:08:08 | 48,874,376 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.jteap.gcht.gcxmgl.manager;
import com.jteap.core.dao.HibernateEntityDao;
import com.jteap.gcht.gcxmgl.model.Wtd;
/**
* @author 王艺
* @version 创建时间:Jun 14, 2012 2:06:38 AM
* 类说明
*/
public class GclxcxManager extends HibernateEntityDao<Wtd>{
}
| [
"you@example.com"
] | you@example.com |
b2cce7c3a2751c9d97de386a789260000540367a | aa5b628458970c39025d50709d6fbb0fc55e969f | /src/main/java/com/togogotrain/moumoubicycle/entity/Admin.java | 9f04abf4f65e252b824825156785c0d1285a2edf | [] | no_license | mizzzzzz/moumoubicycle | 40c0d89ca5ea848b02696d24e9f6542cdab3474b | 98642fd43e2c16c2f9d6b6fa7dd7eaf0fd4c86a2 | refs/heads/master | 2020-04-01T00:31:09.819810 | 2018-10-16T14:23:23 | 2018-10-16T14:23:23 | 152,700,310 | 0 | 0 | null | 2018-10-15T12:14:30 | 2018-10-12T05:51:03 | Java | UTF-8 | Java | false | false | 2,436 | java | package com.togogotrain.moumoubicycle.entity;
public class Admin {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column admin.id
*
* @mbg.generated
*/
private Long id;
/**
*
* This field was generated by MyBatis Gene... | [
"627833449@qq.com"
] | 627833449@qq.com |
df81c0fbc20762f354390dbb213049d3a5705144 | c5192d0d7f86145381381e90d15b6fa9b481fed6 | /src/chatroom/Message.java | 7c0f8ed73e74fbf51fc3983e58a1db54b89ca99f | [] | no_license | EthanCampana/Chatroom | f2baa99ee6ca2b3408126afbf0594d973d649f1a | d7ef4222a297c3390d26d32e22668efb12366142 | refs/heads/master | 2020-04-15T13:54:46.635340 | 2019-01-08T21:54:14 | 2019-01-08T21:54:14 | 164,736,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | 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 chatroom;
/**
*
* @author ecampana
*/
public class Message {
private String Message;
... | [
"34409462+EthanCampana@users.noreply.github.com"
] | 34409462+EthanCampana@users.noreply.github.com |
01b2abc819e89a982587fa3ea68bf6398d451a4f | c0a21fa8664c80cc774488f315d344e96d197b9d | /OnetoOneUsingSpringBoot/src/main/java/com/onetoone/dao/LaptopDao.java | a85eda5f98684e619af9c765d1443d3534ce6efc | [] | no_license | Srinivasarao9160/SpringProgs | 73e33d3e16c047c781883dff32985e1f2e60b6a7 | a08e5c0607415552061868145a8838f1c6a239c2 | refs/heads/master | 2023-04-20T22:22:14.725348 | 2021-05-11T12:43:58 | 2021-05-11T12:43:58 | 366,374,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package com.onetoone.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.onetoone.model.Laptop;
public interface LaptopDao extends JpaRepository<Laptop, Integer> {
}
| [
"gandhamsrinu9@gmail.com"
] | gandhamsrinu9@gmail.com |
04c691b6218af42f8c54e216ce1990a12ce62475 | b19ce3ab28cf34d106478b765590de576ced0019 | /AulaPOO6/src/aulapoo6/AulaPOO6.java | 9c6b83d8e06fb4267f59b011804f1bcb9e0d10a9 | [] | no_license | liaoliveiralps/projeto-net-beans-curso-em-video | a14d3b1d671bdf50b9b252ed6c7894b45a91c851 | 8d0faf77fd089fb46d26cc5dc827ec6e7b2835bc | refs/heads/main | 2023-02-26T07:54:00.427213 | 2021-02-01T16:12:18 | 2021-02-01T16:12:18 | 335,006,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package aulapoo6;
public class AulaPOO6 {
public static void main(String[] args) {
ControleRemoto c = new ControleRemoto();
c.ligar();
c.menosVolume();
c.abrirMenu();
}
}
| [
"liaoliveiralps@gmail.com"
] | liaoliveiralps@gmail.com |
e92cd72937c93274a381fe878f60ee5c87c5bc77 | de2712b8c4789b5f2043588dc3c8e125b13959bb | /app/src/main/java/halo/com/moneytracker/database/IExchangeManager.java | 7559261cc8b36000f93abd5f886eb9489ab980b4 | [] | no_license | tankorbox/MoneyTracker | 9a7a47b2b5ba5e2638e235a67d0fc3d6073162bb | 65c84fea355c1f7476967066fde8390dff936641 | refs/heads/master | 2021-08-07T04:13:36.622177 | 2017-11-07T13:27:31 | 2017-11-07T13:27:31 | 109,839,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package halo.com.moneytracker.database;
import java.util.Date;
import java.util.List;
import halo.com.moneytracker.models.Exchange;
/**
* Created by HoVanLy on 7/27/2016.
*/
public interface IExchangeManager {
void addOrUpdateExchange(Exchange exchange);
List<Exchange> getExchangeYears(int year);
Lis... | [
"tankorbox@gmail.com"
] | tankorbox@gmail.com |
b817a860236e6bdfd415a726fdb2e970c7a45aa0 | b35aef1f063e8d3e1b2e3ce351c7316086628d6c | /src/main/java/puzzles/poj/InsertSort.java | e051ef49149f1a5d1528549c7102a4cb4f50aeff | [] | no_license | Zhouchuanwen/algorithm4rdEdtion | eceb974cf2b301788648cbcfb572912796704d6b | d83911f365b64eb0b5cec10a8d6a02a957bb6f36 | refs/heads/master | 2020-07-26T21:48:55.724127 | 2017-03-12T07:40:25 | 2017-03-12T07:40:25 | 73,713,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package puzzles.poj;
/**
* Created by alan on 17/1/19.
*/
public class InsertSort {
/**
* 插入排序
* @param arr
*/
public static void insert(int arr[]){
int len=arr.length;
int target;
int j;
for(int i=1;i<len;i++){
j=i;
target=arr[i];
... | [
"2194999896@qq.com"
] | 2194999896@qq.com |
9824ff84ec57ed05a4cf069122d030f2ad3c3043 | ca436b5501f1aa536e76ef1ce760c063f5149c85 | /sgc/src/main/java/edu/uabc/app/service/DocumentosActualizarServiceJPA.java | 46cc048b075b1340cfe1218b82b1d5f93ace3e0a | [] | no_license | LuisLalo/sgc | f698864bb23ab7a741a0a72a7cf2b09f6db63ff4 | 8e4f7d66dc49ae5418cf30c87791d2a716f555f1 | refs/heads/master | 2022-12-24T13:55:56.097323 | 2019-02-16T02:16:35 | 2019-02-16T02:16:35 | 170,736,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,173 | java | package edu.uabc.app.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import edu.uabc.app.model.DocumentoActualizar;
import edu.uabc.app.repository.DocumentosActualizarRepository;
@Serv... | [
"UABC-16653387@UABC16653387"
] | UABC-16653387@UABC16653387 |
16993894a511014c3c8c5677adfaab954bb3a6da | 1fdfe63dc42d0a83a643b233d59fec081be57fa1 | /Java/Uri1059.java | 0f9143ea1dcdc1179ed92239b273075a29c472d4 | [] | no_license | brunoguerra86/urionline | ee533e0a8efe61056275eee7d567c1c78962b6f9 | b7075a329695a12603129a6d471e3bff5b37dcb6 | refs/heads/master | 2023-07-17T12:22:48.975281 | 2021-08-19T23:59:41 | 2021-08-19T23:59:41 | 303,486,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | public class Uri1059 {
public static void main(String args[]) {
for (int x = 2; x <= 100; x=x+2)
System.out.println(x);
}
} | [
"brunoguerra@hotmail.com"
] | brunoguerra@hotmail.com |
88694e822f7e5bdf806849a53b74e6df6c4609ad | 1a98aaf1f74d11278fc85ea241abe4b5736a9854 | /hybris/custom/shopping/shoppingfacades/src/com/shopping/facades/process/email/context/CustomerEmailContext.java | 03be436569c1823bde27bff2ca8387888dbfe675 | [] | no_license | ram0996/Ram | e85fc5de1945fed2835232bfed8f3cdd3144877d | 2f1669207d691655e1c54768e03ac5bb24581afb | refs/heads/master | 2022-04-28T06:22:56.611584 | 2022-03-22T03:13:43 | 2022-03-22T03:13:43 | 94,010,826 | 0 | 0 | null | 2022-03-22T03:15:24 | 2017-06-11T14:43:40 | Java | UTF-8 | Java | false | false | 2,210 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.shopping.facades.process.email.context;
import de.hybris.platform.acceleratorservices.model.cms2.pages.EmailPageModel;
import de.hybris.platform.acceleratorservices.process.email.context.AbstractEmailContext;
import de.hy... | [
"venkat05.hybris@gmail.com"
] | venkat05.hybris@gmail.com |
ca2911aacc4c5813a492e6b97601cb0c1d228897 | 2ab0c2a013b0aab91335150bf3d621d175b0e12c | /TutorialsPoint/01_Turorial/14_Date_Time/14-03_DateFormating_Using_printf/DateDemo.java | 0a2a72a531f9d7be6e59633512dd54257c747c4f | [] | no_license | Tao4free/Java | 489c5d70ab5426ec8cdb0093bef5d35e09a4d56a | a29d466d32c64b640981b446d9011fb4b22e9e33 | refs/heads/master | 2021-06-23T16:14:09.894724 | 2020-11-26T08:31:23 | 2020-11-26T08:31:23 | 166,929,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | import java.util.*;
public class DateDemo {
public static void main(String[] args) {
// Instantiate a Date object
Date date = new Date();
// Display time and date
String str = String.format("Current Date/Time : %tc", date);
System.out.println(str);
... | [
"tao@tao.my.domain"
] | tao@tao.my.domain |
9e2c263c3da067f3b327d614a798def752c1cbcc | 7200bf3418dc1ea12d27b12589a39c4844d6474a | /oauth2-jwt-server/src/main/java/com/springcloud/oauth2jwtserver/Oauth2JwtServerApplication.java | fcec316a848a9e19a0f1fd7c83eecbc31e270594 | [] | no_license | sx19990201/SpringCloudDemo | b001e03b9b04c1913285b1486189bef799827026 | 7c3f7b2ea634d2aeef21b5fef8cc9b815c9498d6 | refs/heads/master | 2022-11-24T04:23:10.144303 | 2020-08-03T10:03:58 | 2020-08-03T10:03:58 | 284,659,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.springcloud.oauth2jwtserver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Oauth2JwtServerApplication {
public static void main(String[] args) {
SpringApplication.run(Oauth2JwtServerA... | [
"root"
] | root |
47e619d08ac63624cc9e868e148dad8549709cd1 | 53927664a93c13e7f52084b1e0f1b8e78334e0cc | /src/main/java/org/fkit/controller/NoticeController.java | 5eea80a9f9beabba820aea7779069ceed883845b | [] | no_license | lijintaowkd/assm | 8c43bd76dd2d8d0563cbf9e5373ca72e07a44e30 | 41e6d6fa9bf5a0b73ee72ce3119ec8744fd5942a | refs/heads/mast | 2021-07-21T00:14:57.826817 | 2017-10-29T12:05:27 | 2017-10-29T12:05:27 | 97,073,688 | 0 | 0 | null | 2017-07-13T07:22:51 | 2017-07-13T02:55:33 | Java | UTF-8 | Java | false | false | 3,773 | java | package org.fkit.controller;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.fkit.domain.Notice;
import org.fkit.domain.User;
import org.fkit.service.HrmService;
import org.fkit.util.common.HrmConstants;
import org.fkit.util.tag.PageModel;
import org.springframework.beans.factory.... | [
"269500571@qq.com"
] | 269500571@qq.com |
95e6132af37cf17a2e077d6fc1b75ec227ba4a5c | 8cd91b28a17be84a5bad5e1955e949c787af6e60 | /day04_account_aop_txanno/src/main/java/com/itheima/service/impl/AccountServiceImpl.java | c0de6551202a556125a4247b1774f43edf5834fd | [] | no_license | cbxazm/ideaProject | 79c1cd5ce35463b1b8327b813aa8dc2625726135 | 56c8a6f9682d16654d982f2e58621f707b6e4cfa | refs/heads/master | 2022-12-24T08:55:58.738104 | 2019-12-28T05:32:17 | 2019-12-28T05:32:17 | 230,563,266 | 0 | 0 | null | 2022-12-15T23:46:02 | 2019-12-28T05:29:59 | Java | UTF-8 | Java | false | false | 1,756 | java | package com.itheima.service.impl;
import com.itheima.dao.IAccountDao;
import com.itheima.domain.Account;
import com.itheima.service.IAccountService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* 账户的业务层实现类
*
* 事务控制应该都是在业务层... | [
"895001956@qq.com"
] | 895001956@qq.com |
d33f1e5fedef42fdea79ee88731caad11dcc4dc8 | 0e6cce5936e71c3548e538d37c574e191942c29b | /courseselect/src/net/xinqushi/common/QueryUtil.java | 5631d6170363cf1753bb8bcf1cfee59543d49589 | [] | no_license | yangli1168/accumulation | 6294b585e949a5fc06f4fc1a38ba69c246f96b5d | 2149a2fb6b76703fa7b234416e3afe8727461e8f | refs/heads/master | 2020-04-06T04:43:01.021257 | 2017-07-31T03:04:05 | 2017-07-31T03:04:05 | 82,884,507 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package net.xinqushi.common;
import org.hibernate.Query;
import org.hibernate.Session;
public class QueryUtil {
public static Object getInfo(String hql, Object object){
Session session = HibernateUtil.openSession();
Query query = session.createQuery(hql).setProperties(object);
session.beginTransaction();
obj... | [
"350895216@qq.com"
] | 350895216@qq.com |
ce5fc2fa294287d0a5bf26cd84d308cf4e256c5f | 727a1c38e65d9ffea086a2ba6d8c0da6f22f569a | /factory-method/src/main/java/com/yz/factory/method/Blacksmith.java | a1963e6da6fd996a52b5c35f6108d054c4fb5232 | [] | no_license | leopard5/yz-design-patterns | e1a2d6cecea910e07540908d30b9d69effaedb2d | 10514d809dab4a3473d91953a0928d9f8cf07821 | refs/heads/master | 2020-07-12T21:07:20.988027 | 2018-05-22T08:41:22 | 2018-05-22T08:41:22 | 94,283,863 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package com.yz.factory.method;
/**
*
* The interface containing method for producing objects.
*
*/
public interface Blacksmith {
Weapon manufactureWeapon(WeaponType weaponType);
}
| [
"yazhong.qi@chinaredstar.com"
] | yazhong.qi@chinaredstar.com |
00127cff007bb8fd17d66dad03f082771f9aa4cd | 4a17741c3ed2dd723793dbdc990b01562bc9b10f | /DesignPatternsExercisesSolutions/src/com/orangeandbronze/strategy/alt/StudentService.java | 8f857b4e57624a68bc87ffeb3c4e313826b66f05 | [] | no_license | hukai9200/design-patterns-exercises | 842612e4c37fe517fc68d69a0702c7e14e20cd5e | f64070fa3630b14b4fc36daf178e25d277a214eb | refs/heads/master | 2021-01-08T06:21:28.526534 | 2014-07-21T22:55:10 | 2014-07-21T22:55:10 | 241,939,552 | 1 | 0 | null | 2020-02-20T16:56:40 | 2020-02-20T16:56:39 | null | UTF-8 | Java | false | false | 376 | java | package com.orangeandbronze.strategy.alt;
import java.io.File;
import java.util.List;
/**
* Use the Strategy pattern by adding a setter or constructor
* that passes in the proper strategy for parsing
* the file format
*/
public class StudentService {
List<Student> getStudents(File file, FileFormat format) th... | [
"calen@orangeandbronze.com"
] | calen@orangeandbronze.com |
2c2d182dfc2030fc67de2b3f99316f9d4c56fc55 | 17233d2703ae21cb879b32cc71ee5d8949635a45 | /src/main/java/com/mkm/springmvc/model/User.java | 585dfe48970ef689b86a0c4d5b1e8826508b1a74 | [] | no_license | mkm1997/spring-boot-mvc | 443e1f41c1b4cc9199b74ba48b0f2b0d7b918a8e | 4946de12d1aa09dc776f46c60cb7114059ad9d1e | refs/heads/main | 2023-08-15T11:25:27.825457 | 2021-10-23T10:25:26 | 2021-10-23T10:25:26 | 400,077,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.mkm.springmvc.model;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class User {
@Id
private Long id;
private String username;
private String password;
public User() {
}
public User(Long id, String username, String password) {
this.id... | [
"manismishra@paypal.com"
] | manismishra@paypal.com |
3a51f7596c4ccb0715ae045a15023697737d8cb8 | 22267f91a967fdf4a998081b28a328c20d854c45 | /src/nu/validator/datatype/AutocompleteDetailsAny.java | 0c972a5b8140f332f6fde947158773b605ef487c | [
"MIT"
] | permissive | stevefaulkner/validator | 30f747bd884f57d479e976ac760b0f38e06b846c | 39263a6d2e10a039744417d89fd9df9596384780 | refs/heads/master | 2023-03-15T15:06:02.113075 | 2019-02-18T03:43:10 | 2019-02-18T03:43:10 | 172,508,582 | 1 | 0 | MIT | 2019-02-25T13:12:55 | 2019-02-25T13:12:54 | null | UTF-8 | Java | false | false | 4,856 | java | /*
* Copyright (c) 2016 Mozilla Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, ... | [
"mike@w3.org"
] | mike@w3.org |
264f7e2ac60245065afb52a847ecbdb615b6ce5b | 80217b8dbc784deb63c14065fdb89077f0ff032a | /src/test/java/com/hundsun/fintech/FintechApplicationTests.java | 3c0ad1d0fda94ca70017d5b9abc96663bc63c847 | [] | no_license | AtypicalCoder/fintech | dc03ad96dd73a66040f220e09bad002bc98aecb8 | cbe0ef990f4f361acb7a7b1bc9c529509b40fb0c | refs/heads/master | 2020-03-20T08:24:09.702601 | 2018-06-14T04:50:25 | 2018-06-14T04:50:25 | 137,307,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.hundsun.fintech;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class FintechApplicationTests {
@Test
public void contex... | [
"735181059@qq.com"
] | 735181059@qq.com |
1d9dee7e49e86326366aeecab43cf8a7295931e9 | ac8e82c5260bd059dfc81d2f4e465164b3821801 | /src/com/baloise/open/intellijstencil/completationProvider/IconUtil.java | bdf391e900d3e4d5d3d367fb495dc96708224f79 | [
"MIT"
] | permissive | baloise/intellij-plugin-stencil-web-components | d18ab865f6e2d2f7e5d1a6555e03a3448fbd1c25 | 8582b9db063a8e07d983ee5d40084f3b109edc06 | refs/heads/master | 2020-09-09T14:00:34.095793 | 2019-12-06T13:43:02 | 2019-12-06T13:43:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.baloise.open.intellijstencil.completationProvider;
import com.intellij.codeInsight.lookup.LookupElementBuilder;
import javax.swing.*;
public class IconUtil {
public static LookupElementBuilder addIcon(LookupElementBuilder lookupElement) {
ImageIcon icon = new ImageIcon(IconUtil.class.getClas... | [
"yannick@holzenkamp.me"
] | yannick@holzenkamp.me |
4a4c165add6ac8cde2652eadf03ff9f34f1151b4 | 630184aa4fd1a56a8190229eb9c136b3fcba23c5 | /DesignPattern/src/creationalPattern/abstractFactory/Tomato.java | def913bc685cd22f4bbc8c2d14ea177bf3f30299 | [] | no_license | long-lang/DesignPattern | 636806d33bf323b979b94d9fd4624386fba6ae81 | 2e4bd0d25ef10d63d2cad1eb3f8b54f3bc04f61f | refs/heads/master | 2021-05-20T19:56:05.663609 | 2020-04-30T14:35:15 | 2020-04-30T14:35:15 | 252,398,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package creationalPattern.abstractFactory;
public class Tomato extends Vegetable {
public void create(){
System.out.println("create Tomato");
}
}
| [
"1065543493@qq.com"
] | 1065543493@qq.com |
add2b830a3bbff72cd411a8cbdc7fe136a1161da | b9e5f99d523f27d516dacb64efdcf1c386816a0f | /src/myrace/Participant.java | cd3ea4f6336e73711242536acc9995cf448c53bc | [] | no_license | nicolaslorenzo12/Race | 0a1fcfb3a11826b30f9017d01a420d964a93fbbc | 4a22605db3ad2bac2238d7b831c428e90df70c5a | refs/heads/main | 2023-07-18T03:38:49.690137 | 2021-08-17T06:07:51 | 2021-08-17T06:07:51 | 395,602,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package myrace;
public class Participant {
private String name;
private String lastName;
private int status;
public Participant(String name, String lastName){
this.name = name;
this.lastName = lastName;
}
public String getStatus(int status){
this.status = status;
... | [
"nicolaslorenzohermosilla@gmail.com"
] | nicolaslorenzohermosilla@gmail.com |
904ce387f4505ab1ea8d137769296198edd7558e | 7ec726373b8cbb764dfe098bf86c28685eae479f | /app/src/main/java/com/wwj/sb/activity/BaseActivity.java | ff032f2c600e807dca2e83c175a159917092a352 | [] | no_license | XueBaoPeng/SimpleBeautyMusicPlayer | a41b4f7c3adec9344c315086f274196a46de9fcb | fe6bf796b6d181d264beb3d45e0f5868400572dc | refs/heads/master | 2021-01-01T05:45:42.358164 | 2016-04-17T03:41:30 | 2016-04-17T03:41:30 | 56,417,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | package com.wwj.sb.activity;
import com.wwj.sb.adapter.MenuAdapter;
import com.wwj.sb.utils.Settings;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.vie... | [
"1971103949@qq.com"
] | 1971103949@qq.com |
74d89b5ca0f3a7b9caf343236bec1b167f4861d0 | 01b15b0fa554d431c26dd71185c5ee23dce0d850 | /eureka-feign/src/test/java/org/lzhen/eurekafeign/EurekafeignApplicationTests.java | 17e3886faa686a8ea3e171845206981b093dd156 | [] | no_license | 674728631/SpringCloudLearn | 16889249750b5d3a3f5fbcd380ea8a927506dcec | 211c8a00e70b952e2ad11d4dad39b50fe0c21f37 | refs/heads/master | 2020-04-14T20:20:35.275037 | 2019-01-16T01:51:11 | 2019-01-16T01:51:11 | 164,090,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package org.lzhen.eurekafeign;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EurekafeignApplicationTests {
@Test
public void ... | [
"13408458876@163.com"
] | 13408458876@163.com |
8cdf400797839435a559bb0ab5f07e50662b43fd | b5ba7a7f2aab92a36f0fc7b60e7cf297096dc6fa | /src/main/java/kts/project/service/PrivateAccountInCompanyService.java | 048af160e297d1cb1ca3d99eb4d5cd6e867cf964 | [] | no_license | amilivojevic/KTS-Real-Estate | ac1b151b88d9ce9c36f875f036e15f1a303a6f52 | 2804a426022e9e181c942efb6a205a870af3023e | refs/heads/master | 2021-01-20T15:13:05.260561 | 2017-07-18T16:39:43 | 2017-07-18T16:39:43 | 90,736,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,777 | java | package kts.project.service;
import kts.project.controller.dto.RegisterPrivateAccDTO;
import kts.project.model.PrivateAccountInCompany;
import kts.project.repository.PrivateAccountInCompanyRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ... | [
"ninasimicns@gmail.com"
] | ninasimicns@gmail.com |
ec462af8d6d85ecf45879ebbb200276b410898c0 | 834e62ccd183905ac635f3b56161634d8287280f | /Lab8/app/src/main/java/com/example/lab8/LuyenTap1.java | 592626e6de3049e2d4397f6de1208915b6e5c9c7 | [] | no_license | nhathuy157/Android | 87a269f689a2b613ed65bf2335815e0191c39690 | 315400590f26707c0a96db0b3d2f219b365c2013 | refs/heads/main | 2023-08-21T01:48:19.252495 | 2021-10-19T04:42:49 | 2021-10-19T04:42:49 | 410,260,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,801 | java | package com.example.lab8;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
public class LuyenTap1 ext... | [
"nanhuycva01@gmail.com"
] | nanhuycva01@gmail.com |
30d24ad15681826ce54ce8a71710b9c179355ff3 | 44c2b2dba38cb585a41fd030f1e2acd1fe53ed4e | /src/main/java/com/computershop/dao/product/Case.java | 9a5550464b18fbf45f541a920eb9883261aa496e | [] | no_license | trongtuanit/ComputerShop_Server | 18a4052dda40ac11e478ecdf87f062d31dc9a15f | bd73fda3915e5d5107f3181c600ad717cf380f3c | refs/heads/master | 2023-07-23T22:11:38.288059 | 2021-08-21T06:14:18 | 2021-08-21T06:14:18 | 379,332,472 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,598 | java | package com.computershop.dao.product;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import org.hibernate.annotations.Nationalized;
import com.computershop.dao.Product;
@Entity
@Table(name = "Cases")
public class Case extends Product {
@Column(name = "dimensions... | [
"61158187+trongtuanit@users.noreply.github.com"
] | 61158187+trongtuanit@users.noreply.github.com |
d49634c384d9ee7ae54b23371cfd428f5b7c8e23 | 68271320eb9fe7d52570992af60ac7ae33305ee4 | /methods/CommonMethods.java | 0b4f3bf9972cfdaa50264268cd656c9cae6a3a37 | [] | no_license | shaq5035/Seleuium | d00c7b5761b020ccb223d786e421ac361952928d | b0b0d72d668e82f2aee6a23d4d7810edaffe95eb | refs/heads/master | 2020-05-29T10:20:07.610927 | 2019-05-28T20:08:02 | 2019-05-28T20:08:02 | 189,092,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,192 | java | package methods;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
public class Commo... | [
"shaq5035@gmail.com"
] | shaq5035@gmail.com |
7fa98fa36508b6453fdbf2072dc477975b3c885c | b86f86816ec99ca2435171fb82e3dedb07fba76f | /src/main/java/com/eliasgago/geogson/writer/GalicianMunicipalityAreaGeojsonWriter.java | c0575848e6d5a32de982d04c40d3d75525741970 | [] | no_license | eliasgago/geogson-data-transformer | e68b14de9e7e0ab05cd6a43a565d027877437574 | 078557e4796f00235cf6002b375b7f7c940c6aff | refs/heads/master | 2021-01-23T05:24:42.410265 | 2018-01-25T06:45:57 | 2018-01-25T06:45:57 | 92,968,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | package com.eliasgago.geogson.writer;
import java.util.HashMap;
import com.eliasgago.geogson.domain.Location;
import com.github.filosganga.geogson.gson.GeometryAdapterFactory;
import com.github.filosganga.geogson.model.Feature;
import com.google.common.collect.ImmutableMap;
import com.google.gson.Gson;
import com.goo... | [
"egago@fidesol.org"
] | egago@fidesol.org |
34cd68d3c4515254510cc5de77c260cb882c85dc | 1f29aca970cd4d06749ce3e101c25b314dcea168 | /src/main/java/com/getgreetapp/greetapp/repository/GangUserRepository.java | 2dccb02e87f9d85e82fdcd9b40654f1330f6964a | [] | no_license | JonnyD/greetapp-api-java | 6eb43ffeb9ae33096986c1ca9183022814ed2302 | fdd621fa94a7d2b22ab5695ab3b43e181133fa14 | refs/heads/master | 2020-04-03T04:10:32.082393 | 2018-10-30T04:56:32 | 2018-10-30T04:56:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.getgreetapp.greetapp.repository;
import com.getgreetapp.greetapp.domain.GangUser;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* Spring Data repository for the GangUser entity.
*/
@SuppressWarnings("unused")
@Repository
... | [
"dev@jonnydevine.com"
] | dev@jonnydevine.com |
004cacb279d0d8d7015f7821fe0b3219ff124427 | 1b654344a055957fc3363566cb4619ec80aea8d2 | /src/persistence/Service4Public.java | 45df45a74096242351ba34a1d307a68d9eaef251 | [] | no_license | hackertyper/online-shop | a901e36b0a3c5e17aa6c58d17cb06ebb0e536b30 | c54f8614cfb1730e2edcd8a9f67594f65041b17b | refs/heads/master | 2020-05-29T08:40:58.752023 | 2016-12-12T21:59:18 | 2016-12-12T21:59:18 | 69,943,970 | 0 | 2 | null | 2016-11-03T12:52:55 | 2016-10-04T07:47:20 | Java | UTF-8 | Java | false | false | 1,347 | java | package persistence;
import model.visitor.*;
public interface Service4Public extends Invoker, Anything, SubjInterface, Remote, AbstractPersistentProxi {
public void accept(ServiceVisitor visitor) throws PersistenceException;
public <R> R accept(ServiceReturnVisitor<R> visitor) throws PersistenceEx... | [
"bathke@his.de"
] | bathke@his.de |
5f2d7de656c818627322fedeada3759fef2671e3 | f152c2050103ecfbcc0bbd7387c020b2e285de8b | /TesteOlx/src/test/java/Elementos/elementos.java | ea26d2a729e552f3ec5f1f44e681ef9b377972f3 | [] | no_license | Guilherme2309/Master | a1a311b4ac231aaa5aa7190601ab4e03aa058f4e | 7c10efb338fd9ba002f8a3cdbcc73500d2a40eae | refs/heads/master | 2023-08-22T18:06:19.145278 | 2021-10-21T20:16:03 | 2021-10-21T20:16:03 | 369,350,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,725 | java | package Elementos;
import org.openqa.selenium.By;
public class elementos {
private By campoDepesquisa = By.name("q");
private By btnPesquisar = By.xpath("/html/body/div[2]/div[2]/form/div[2]/div[1]/div[3]/center/input[1]");
private By siteSelecionado = By.cssSelector("#rso > div:nth-child(1) > div > div > di... | [
"isley.vargas@RSI0036.rsinet.com.br"
] | isley.vargas@RSI0036.rsinet.com.br |
4be83c1807776972bf8ed89ac3fb776bcf70d093 | 20da15b0d40e17d8eda2d4d9107d67f3a859bc44 | /TodoListFragment/app/src/main/java/com/example/cursomovil/todolistfragment/SettingsActivity.java | 67fd194e9fd90b8119f50951101411ec107c4dea | [] | no_license | hermes752/android | 60012de5dd1063f2326d5c70322f95367698ae72 | 5b6a1dcd1d3c4d4ac1f1b9b5c13dd052dacc458f | refs/heads/master | 2020-05-27T08:46:15.981845 | 2015-04-17T15:45:31 | 2015-04-17T15:45:31 | 32,402,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.example.cursomovil.todolistfragment;
import android.os.Bundle;
import android.preference.PreferenceActivity;
/**
* Created by cursomovil on 26/03/15.
*/
public class SettingsActivity extends PreferenceActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCrea... | [
"hermes752@gmail.com"
] | hermes752@gmail.com |
faf25d95c547afc3c25bb2af7591b22aed215490 | cd1afde8c536e2ec6cf77fedc9c3ab721925ed46 | /src/main/java/com/geoffgranum/plugin/builder/info/FieldAnnotationsInfoParser.java | fc72846fb60c797e64f24a4f6b43a737e2f30004 | [] | no_license | ggranum/java-builder-gen | f217a75794c69222a58258e9e71fb89f4045a04b | 49e6d083efa63d383c415c622542ae1e453fc676 | refs/heads/master | 2022-08-04T03:16:24.482136 | 2022-07-21T14:21:14 | 2022-07-21T14:21:14 | 35,840,736 | 0 | 0 | null | 2020-02-10T17:08:42 | 2015-05-18T20:27:06 | Java | UTF-8 | Java | false | false | 1,620 | java | package com.geoffgranum.plugin.builder.info;
import com.intellij.psi.PsiAnnotation;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;
/**
* @author ggranum
*/
public class FieldAnnotationsInfoParser {
public FieldAnnotationsInfoParser() {
}
public FieldAnnotations... | [
"geoff.granum@gmail.com"
] | geoff.granum@gmail.com |
75aaa14630e06d17071caaddda5a373a887890a1 | c1cad119eb97c8b2c2c60995334f757b89b1b813 | /webdriver/seleniumwebdriver/src/test/java/hurtmeplentyhardcore/page/CloudGoogleEstimationResultPage.java | 18bd04288430739cfa99e2772b31cda4799d4b94 | [] | no_license | Arnis1305/EpamHomeTasks | 189555719e2b9e93d92e6328be1d5aa7e7a4f36b | 1b2a6d36ad673fed68327934640559578e0e35b5 | refs/heads/master | 2023-02-24T10:21:17.952052 | 2021-01-24T19:18:45 | 2021-01-24T19:18:45 | 306,899,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,060 | java | package hurtmeplentyhardcore.page;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.seleniu... | [
"python2503@gmail.com"
] | python2503@gmail.com |
f91c2f67e907e90c4ad967db61716f88d1143302 | 2bb786973ce71e970177864e5d98398fd334750d | /linkwifi/src/androidTest/java/ys/com/linkwifi/ExampleInstrumentedTest.java | d9e8e12bcd23c70e5a45dd5267e9dd3cd66c4eab | [] | no_license | sengeiou/YSDemo | 33406af4d21d161a5c590ea06a54a244cf5bb831 | e7e2bd1e6905a805f79549516639e13b0973eca8 | refs/heads/master | 2022-11-30T00:54:56.152644 | 2020-07-16T03:59:27 | 2020-07-16T03:59:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package ys.com.linkwifi;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.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.... | [
"13714854975@163.com"
] | 13714854975@163.com |
9367029c4478705ecd7ad568c03c72fa33dcf459 | 0b85b8b4cf892281e983b9508e34bf53950e9aab | /app/src/androidTest/java/xuyihao/rongyiclient/ApplicationTest.java | f42459dd478a84a7c8743c04d3ac38713f56d9f8 | [] | no_license | johnsonmoon/RongyiClient | 996dd85ea214a95790a12ad8e28f38f12a583950 | 65a8095f6bbfa4832b41a4838e5f1ced11af150c | refs/heads/master | 2021-01-11T05:51:08.864209 | 2016-10-10T11:45:12 | 2016-10-10T11:45:12 | 69,645,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package xuyihao.rongyiclient;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
su... | [
"xuyh@uyunsoft.cn"
] | xuyh@uyunsoft.cn |
6086f7c2252f724d765d5b1b33bc394cc3fcd5e5 | a287ce936b222c59646f392ed9e00432608a44bd | /lesson5/mvakarchuk/src/jelementary/Group.java | 2ad71c0893e7f22e3a33a7039d037474af8d50c8 | [] | no_license | igorkorunets/homework | 5d71a775425d52fc3e541706023a4a000751de05 | a429f231f1015c67ca269cb10df1f0aef0e779d3 | refs/heads/master | 2021-01-12T16:14:18.791767 | 2016-12-01T00:35:03 | 2016-12-01T00:35:03 | 70,505,551 | 0 | 0 | null | 2016-10-10T16:10:46 | 2016-10-10T16:10:45 | null | UTF-8 | Java | false | false | 776 | java | package jelementary;
import jelementary.people.Student;
public class Group {
String name;
Student[] students;
public Group(String name) {
this.name = name;
students = new Student[0];
}
public String getName() {
return name;
}
public Student[] getStudents() {
return students;
}
p... | [
"dmitry404@gmail.com"
] | dmitry404@gmail.com |
e7b95e139853ef756766055972c8a6bcebfc9c1e | 5c004161242369206abe6f439ece39740db7e301 | /app/src/main/java/com/example/lerningfiarbase/RegisterActivity.java | f58733d473518b832a8c29b4681c65fce6ddc147 | [] | no_license | dakshay27/firebase | 26f7a6be226b4b71344dad716b13e084676288c4 | 0a16ecffe823a5af7fdd5cac63281a1bd4bf96b6 | refs/heads/master | 2023-03-14T04:41:25.476695 | 2021-03-05T17:46:38 | 2021-03-05T17:46:38 | 344,874,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,359 | java | package com.example.lerningfiarbase;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Prog... | [
"pdakshay0@gmail.com"
] | pdakshay0@gmail.com |
ee68803ff6bfbed74a5daede95e52a205970187a | fb6804640ee3b471c22a273458e6587441487075 | /src/main/java/com/example/game/controller/user/ClassController.java | 2c77a904b8a16a501f7a5693ef1223d774a1a188 | [] | no_license | Vzifeng/myGame | e811991c52c554edc02f350fe75a54ae030ea55e | 58d60f80a2bc6c44f576087779aafafe0fc07ea7 | refs/heads/master | 2022-10-29T22:26:45.317259 | 2022-03-03T06:44:09 | 2022-03-03T06:44:09 | 195,146,975 | 1 | 0 | null | 2022-10-12T20:28:43 | 2019-07-04T01:12:25 | JavaScript | UTF-8 | Java | false | false | 873 | java | package com.example.game.controller.user;
import com.example.game.po.Class;
import com.example.game.response.CommonResponse;
import com.example.game.service.ClassService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind... | [
"1281084456@qq.com"
] | 1281084456@qq.com |
a13d10702ed4942de281c3dde723d94318174166 | dede079ad5f55b6f17c12db86b0c9ef5c6b04ba4 | /pagedemo/src/main/java/com/demo/study/entity/Stack.java | f7741672a384a9bbe85572c423f817efccde828a | [] | no_license | JiangLxx/study | 89a37f2604b042cb19c057489e13a433ce72c70e | a9b742725303ab1a3c57e641a84a49b689387280 | refs/heads/master | 2021-07-17T03:15:44.934047 | 2018-10-18T02:24:00 | 2018-10-18T02:24:00 | 128,626,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.demo.study.entity;
import java.util.Arrays;
import java.util.EmptyStackException;
public class Stack {
public Object[] elements;
public int size = 0;
public static final int DEFAULT_INITIAL_CAPACITY = 16;
public Stack() {
elements = new Object[DEFAULT_INITIAL_CAPACITY];
}
public ... | [
"1063484901@qq.com"
] | 1063484901@qq.com |
d84859c8620dfab865bbb811c0240caa954ddabf | 6de7e8b1ef388fe1ab1b490d8db8085e2e3ae7be | /src/main/java/com/infosys/api/inventory/InventoryService.java | 6de44cfc1aa3642a8f8500008e5969eaf7f69e78 | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | ciscld/inventoryservice-1 | 13653bda1a0d9c61ac767b623c7dbd0650cc30e7 | fdc48aa77a672379a5c87b8ebd8074f2c85b4d6f | refs/heads/master | 2022-11-29T23:00:36.809824 | 2020-08-14T08:40:56 | 2020-08-14T08:40:56 | 287,169,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.infosys.api.inventory;
import lombok.Setter;
import org.springframework.stereotype.Service;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import java.time.Duration;
@Service
public class InventoryService {
private final InventoryRepository repository;
public InventoryS... | [
"sumitahuja17@gmail.com"
] | sumitahuja17@gmail.com |
aefc02fcd3acb75a2ae5384e8ebc635b20d24b3e | d0eb880beb3164ce0bd71bd69c9b4d7501911a80 | /task3/src/main/java/hu/gulyasm/storm/SensorData.java | fac51f982a7cd83d97f0bda64578075e3f52c520 | [] | no_license | gulyasm/storm-workshop | 843c08347259bf8cdfcdf9055ab96d8b526cb9d6 | 2550daf560d3e696dcff09794c74486414b23e93 | refs/heads/master | 2021-01-18T23:11:28.666205 | 2016-06-09T18:38:56 | 2016-06-09T18:38:56 | 39,037,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package hu.gulyasm.storm;
public class SensorData {
public final String ID;
public final String sensorID;
public final String type;
public final long timestamp;
public final float value;
public final int locationCode;
public SensorData(String id, String sensorID, String type, long timest... | [
"mgulyas86@gmail.com"
] | mgulyas86@gmail.com |
2ebab6fa1f973d032a2320b2e1bb8366e2cbd239 | bb7e5a90f2d52765bcbf3dde446b74afda63fd78 | /src/main/java/com/linkedlogics/bio/expression/Index.java | f936a5d5fd42fc507e3c0bcc6d5d7c10474d4ddc | [] | no_license | rdavudov/bio-object-logic | 8f57eef6cb6c0eb69ff7b7bb1ab841d1ac11270b | 882731a9b3dca1e058f4f276444b33bdad5b21c4 | refs/heads/master | 2023-05-03T05:37:08.006660 | 2022-11-29T08:30:15 | 2022-11-29T08:30:15 | 169,060,497 | 3 | 1 | null | 2023-04-14T17:48:16 | 2019-02-04T10:17:45 | Java | UTF-8 | Java | false | false | 663 | java | package com.linkedlogics.bio.expression;
import java.util.List;
import com.linkedlogics.bio.BioObject;
public class Index extends Expression {
private Expression index ;
public Index(Expression index) {
this.index = index ;
}
@Override
public Object getValue(Object source, BioObject... params) {
int i = ... | [
"radjab@gmail.com"
] | radjab@gmail.com |
0b332732a440020034098d88d6c3941b3b87b35e | a0fd04e2fbc2f651bb495c1f7415d94c03104bbd | /src/main/java/dao/UtilisateurCoDao.java | 0e18a35281ba06f2900d82ac31ea905abbd37858 | [] | no_license | ChrisYohann/ProjetWeb | b7a88c40e48012d28f8d9d41e118c9391f3ef632 | 2b4fe63a73f9518e9d202bb672b4f0f5f05fbf15 | refs/heads/master | 2016-09-06T10:48:54.600993 | 2015-04-30T06:59:51 | 2015-04-30T06:59:51 | 33,127,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | 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 dao;
import beans.UtilisateurCoBean ;
/**
*
* @author chris
*/
public interface UtilisateurCoDao {
void creer( Ut... | [
"i.nhyne@gmail.com"
] | i.nhyne@gmail.com |
5f9cb876d5ceb029cbd112d676849fefd0a914ec | 7501934503dfd7fd69c7ffeed20e97f257ee90bb | /3.3.1-ServiciosWeb/app/src/test/java/com/example/puga/lab331/ExampleUnitTest.java | 97fdce8de875e5e3a9f1abc7e6a22150cfed9d67 | [] | no_license | capugafl/TallerAplicacionesMoviles | 472b358eb134ae95575dae7d7493f7f664bfc1d0 | 407eac41d780004b7a3a1fec415cae144d16c3af | refs/heads/master | 2021-01-24T18:59:15.753743 | 2018-05-23T16:12:11 | 2018-05-23T16:12:11 | 122,382,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.example.puga.lab331;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"capugafl@ittepic.edu.mx"
] | capugafl@ittepic.edu.mx |
adc9eab3180c21b9719f95fbe6b06333581b2894 | f67f55af40a480d77298094e8b2f4f337df2d8da | /dialogselect/src/androidTest/java/com/neandroid/dialogui/ExampleInstrumentedTest.java | 45aa9b43eae86e5ea06f11f5fd47b03daf46ea52 | [
"Apache-2.0"
] | permissive | Youngfellows/DialogSelect | aa766442f83bd29e16063ea443b04791869955a1 | b990142fce1f19c8b0749cef401c3e7e46818fac | refs/heads/main | 2023-03-10T22:22:32.121000 | 2021-02-25T07:22:41 | 2021-02-25T07:22:41 | 324,769,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.neandroid.dialogui;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.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 ... | [
"hk20130120515@163.com"
] | hk20130120515@163.com |
97d84dd1932d48a6700caa69d8de06b69e986d9a | e7effd0585b0ffa5f3b4f9f3dedab3f8b04ab881 | /Ejer_JUnit_4/src/com/dam1/ejer_junit_4/Iguales.java | a3ae3a99c0d26368ff9e0bca38f1ce39f750a0c2 | [] | no_license | alejandropalacio02/prueba-Git | e71e059b76725304a4b7168bc1160a005c00aa66 | ca85c07f1d26c69b0f361c9d8afc44c39cc6626f | refs/heads/master | 2023-04-01T20:38:59.649603 | 2021-04-15T08:08:18 | 2021-04-15T08:08:18 | 358,177,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.dam1.ejer_junit_4;
public class Iguales {
int x, y, z;
public Iguales(int x, int y, int z) {
this.x = x;
this.y = y;
this.z = z;
}
public String miraIguales() {
String result = "Dos iguales";
if (x == y && x == z)
result = "Tres iguales";
if (x!=y && x!=z && y!=z)
result="Distintos"... | [
"aa20.aapalacio13@iespabloserrano.com"
] | aa20.aapalacio13@iespabloserrano.com |
a57790374871232715f5fa9e53162419a64293e6 | 1c171196323f3ce6726407e94aca4dd09962a9e2 | /Spring/myApp/src/test/java/com/example/myApp/DemoApplicationTests.java | fa360ea0ba6eef9a0560dd6e003cfc3e41188f8a | [] | no_license | andrea-claro/Coding-and-exploring | 44b260b8a77b69c0e5b53317ca056f14ebf47590 | d2e3ab350ae065e0285b7e3c1bb64cd6325d2cdf | refs/heads/master | 2021-12-15T00:57:05.912577 | 2021-06-14T12:25:34 | 2021-06-14T12:25:34 | 234,073,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.example.myApp;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}
| [
"a.claro@almaviva.it"
] | a.claro@almaviva.it |
712dbe2655ff88f412c189a9c4e4ec3c528a3839 | 7f5d457849dc42d1debcdaf51600be574febe3c0 | /TAT/src/fr/ujf/enumeration/monitor/Verdict.java | ffd6c4bbd3bb296bc01d2697cf94122abe5cf02f | [] | no_license | GIODm2pgi/TAT | 8e36fd37b56698918e7733ca84b71f634b21c5d7 | 318eea9cb5586ea98789fd89e6564e5b71eef7f7 | refs/heads/master | 2016-08-04T15:10:12.179947 | 2014-11-21T16:50:25 | 2014-11-21T16:50:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package fr.ujf.enumeration.monitor;
public enum Verdict {
TRUE("true"),
CURRENTLY_TRUE("currently true"),
CURRENTLY_FALSE("currently false"),
FALSE("false");
private String verdictName;
Verdict(String name) {
this.verdictName = name;
}
public String getName() {
return this.verdictName;
}
}
| [
"pierre.odin@e.ujf-grenoble.fr"
] | pierre.odin@e.ujf-grenoble.fr |
a8b6208603b25ba74ccdbab3a78949a347d2b5bc | 1e0ca808750cba9f16a23edd875fed1b16cb17b2 | /app/src/main/java/org/thingagora/tripmaster/AppCompatPreferenceActivity.java | f7d064033f605b769c88dff14a64940428794250 | [
"BSD-2-Clause"
] | permissive | lyriarte/tripmaster | e9f1ead00071891fbf19beb28df282d3d18a19ea | fbc8119cb499edab71ddd48df876a8ab6bd13c4e | refs/heads/master | 2020-04-24T04:10:40.106278 | 2019-08-25T21:32:40 | 2019-08-25T21:32:40 | 171,694,133 | 1 | 0 | BSD-2-Clause | 2019-02-20T15:04:06 | 2019-02-20T15:04:05 | null | UTF-8 | Java | false | false | 2,999 | java | package org.thingagora.tripmaster;
import android.content.res.Configuration;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatD... | [
"luc.yriarte@thingagora.org"
] | luc.yriarte@thingagora.org |
67f709b649829095fe78acfb2fa763e0249a2d01 | f668103c26057d92a2c7228dcc28e80559e5da27 | /app/src/main/java/sudosaints/com/testsample/AlphaForegroundColorSpan.java | 31817ca97d6fd88783f5f21f5afec4887c210e74 | [] | no_license | praseem/hhapp | 2fecccd29bc9a8f1980df2dbdde68614fbcb6568 | 68d05a65f73f61f82eb857f87bc0272073cae959 | refs/heads/master | 2021-01-23T11:19:59.804355 | 2014-11-30T21:42:15 | 2014-11-30T21:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package sudosaints.com.testsample;
import android.graphics.Color;
import android.os.Parcel;
import android.text.TextPaint;
import android.text.style.ForegroundColorSpan;
public class AlphaForegroundColorSpan extends ForegroundColorSpan {
private float mAlpha;
public AlphaForegroundColorSpan(int color) {
... | [
"codethat@outlook.com"
] | codethat@outlook.com |
36356da1755784af201a70d24733d62fc334f8ee | 656ff462d15bbc524f6c8dcce1f550053ac7966e | /app/src/main/java/com/cleanup/todoc/repositories/TaskDataRepository.java | 1ad3a1e52e827714a8502bcbba48d7c521cd11c3 | [] | no_license | JDR1304/Todoc | ba4b580b6134ab820588527a74a3f8de7a54965e | 40f74443b9eee1dce3089ac787b22f891809d4c8 | refs/heads/master | 2023-08-19T12:48:11.374434 | 2021-10-12T11:33:03 | 2021-10-12T11:33:03 | 397,982,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package com.cleanup.todoc.repositories;
import android.arch.lifecycle.LiveData;
import com.cleanup.todoc.database.TaskDao;
import com.cleanup.todoc.model.Task;
import java.util.List;
public class TaskDataRepository {
private final TaskDao taskDao;
public TaskDataRepository(TaskDao taskDao) { this.taskDao ... | [
"jerome.diazrey@gmail.com"
] | jerome.diazrey@gmail.com |
0a3e99c8a34f5c4530867a7aa9903cec7140ab50 | 6352bb0827a798e91ecc26fbe9abd96cb74063ce | /src/main/java/com/anindoasaha/workflowengine/prianza/task/control/composite/AsyncWorkflowTask.java | 2c76ac2d393583691d65c54f5d1f7bf4039cf209 | [] | no_license | anindoasaha/workflow_engine | e5ece71bdab40ab4fdaa873acc4fb217e114889f | cd43d742780b98f126a8952c94a6f8153dc1c2f0 | refs/heads/master | 2020-04-21T18:36:26.492140 | 2019-04-11T04:36:27 | 2019-04-11T04:36:27 | 169,776,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,663 | java | package com.anindoasaha.workflowengine.prianza.task.control.composite;
import com.anindoasaha.workflowengine.prianza.api.WorkflowInstanceEventListener;
import com.anindoasaha.workflowengine.prianza.api.WorkflowService;
import com.anindoasaha.workflowengine.prianza.bo.AbstractTask;
import com.anindoasaha.workflowengine... | [
"anindoasaha@gmail.com"
] | anindoasaha@gmail.com |
119a8fc74202facc194cace75cab8de0975ca7ba | 3aadbb67f99ef121e32caf5f8afd1ce67b24afb0 | /src/main/java/projet/cadre/dao/DataSourceProvider.java | 72bb35301bdb9b5b2b36f40eb4c34f8d8e17b4a9 | [] | no_license | chloepelletier/sascadre | bfdb04a1e7253e6718ef5c719b2cf369f58123c9 | 2e2484bcee3c6c165fdb3734559d8d02af9c3d7f | refs/heads/master | 2021-01-20T15:41:40.710213 | 2017-05-09T20:30:24 | 2017-05-09T20:30:24 | 90,788,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package projet.cadre.dao;
import javax.sql.DataSource;
import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
public class DataSourceProvider {
private static MysqlDataSource dataSource;
public static DataSource getDataSource() {
if (dataSource == null) {
dataSource = new MysqlDataSource();
dataSource.setS... | [
"chloe.pelletier@hei.fr"
] | chloe.pelletier@hei.fr |
fec25ee155acc791dc9578a54c454b7b98260aa1 | 289381c365427b69fa7e8674c9b484e0545e1f9c | /Futebol/src/br/com/k19/modelo/repositorios/TimeRepository.java | 6cd2b4512c6bed86fde2a79c62aae6363ff95071 | [] | no_license | allima/fute | 1d560b00b48d2ce07fe5317fcf3d5cffeebea7c7 | f1cfbcf9501833994097a47ffa9ae041ed264cdf | refs/heads/master | 2021-01-10T14:30:33.363283 | 2015-05-27T16:45:34 | 2015-05-27T16:45:34 | 36,256,362 | 0 | 0 | null | 2015-05-27T16:45:34 | 2015-05-25T21:50:21 | Java | UTF-8 | Java | false | false | 1,066 | java | package br.com.k19.modelo.repositorios;
import br.com.k19.modelo.entidades.Jogador;
import br.com.k19.modelo.entidades.Time;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.Query;
public class TimeRepository {
private EntityManager manager;
public TimeRepository(EntityManag... | [
"allima1991@gmail.com"
] | allima1991@gmail.com |
3cf650dae6c1528866006e4c797608af674c224a | 8877802a526939fddc6c8e8ae4c201b1d045d5ab | /src/main/java/com/example/ssm/service/IUserService.java | cfda29c670e7f483891502a31ca6675fa74d56d5 | [] | no_license | calvinit/ssm-demo | 73dbd637702ca671ab287a0e44b47d907f19facb | 4c6eb34088217a5dacee23a4754f3eea39ed752b | refs/heads/main | 2022-12-05T18:55:39.481986 | 2022-11-21T04:48:40 | 2022-11-21T04:48:40 | 238,739,238 | 0 | 0 | null | 2022-11-21T04:49:22 | 2020-02-06T16:58:49 | Java | UTF-8 | Java | false | false | 1,058 | java | package com.example.ssm.service;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import com.example.ssm.entity.User;
import org.springframework.transaction.annotation.Transactional;
import java.ut... | [
"541298948@qq.com"
] | 541298948@qq.com |
c1a22fe178a0098b935fc875aa8e58d5fcbdb505 | da5c94b2f9dfd86909a7f03fc6bfc127111e7575 | /src/test/java/homeProject/testTest/SalaryCalculation.java | 298e1ca57b46bc844b71e05297e2baf4156d59cb | [] | no_license | KatyaFedorova/Java-Gradle-TestNG | 58a0ffb43cd8459ca3d9ba0b80cbed79a3f7b8de | de7869ec13ecfbbbe1ea471b69be721b1419c7d9 | refs/heads/master | 2021-01-25T14:10:38.795012 | 2018-03-26T04:09:06 | 2018-03-26T04:09:06 | 123,662,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package homeProject.testTest;
import homeProject.baseAndCommonThings.BaseFunctions;
import homeProject.baseAndCommonThings.PathAbstract;
import homeProject.testPages.FinancesSite;
import org.testng.annotations.Test;
public class SalaryCalculation extends PathAbstract {
@Test
public void SalaryCalculation() {... | [
"36183329+KatyaFedorova@users.noreply.github.com"
] | 36183329+KatyaFedorova@users.noreply.github.com |
48be5ea8f951093cb3e1a8e19c004b31e658df90 | 4b44fca699ada796f0d891917c644a09f370eced | /src/main/java/com/gmail/kirill/ked/telegram/service/impl/CityServiceImpl.java | 5ec9c38746ed6367b048db0b14cdd7cebdb35514 | [] | no_license | JediHardcode/test_task_OnTravelSolutions | e5244a2d6726c6f8a5dd0ed9cc2a8a511514616b | 8c8442a33ac8ce5e8fcb6edd4726619ea43fcf9a | refs/heads/master | 2022-09-04T09:47:37.481331 | 2019-06-18T20:48:32 | 2019-06-18T20:48:32 | 192,371,373 | 0 | 0 | null | 2019-06-18T20:48:33 | 2019-06-17T15:19:48 | Java | UTF-8 | Java | false | false | 4,322 | java | package com.gmail.kirill.ked.telegram.service.impl;
import com.gmail.kirill.ked.telegram.repository.CityRepository;
import com.gmail.kirill.ked.telegram.repository.model.Attraction;
import com.gmail.kirill.ked.telegram.repository.model.City;
import com.gmail.kirill.ked.telegram.service.CityService;
import com.gmail.ki... | [
"derynem@gmail.com"
] | derynem@gmail.com |
d55ea6d8d8376f74116b2619156088c6784452a9 | 8e80738a804636b14a75f23c767a8508b43f8184 | /src/ProyectoFinal/Dato.java | 1d6870c02529ee89fe4356a3ec25df8c7bf0bb53 | [] | no_license | dmadi/ProyectoDamianJimenez | 61e4d714e416a4ae62242160604f1279ea2a46c4 | 61a604f578991e1e69bced30671b93554137fc71 | refs/heads/master | 2016-08-07T05:07:48.969359 | 2014-04-24T19:09:38 | 2014-04-24T19:09:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,788 | 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 ProyectoFinal;
import java.io.Serializable;
/**
*
* @author Damian
*/
public class Dato implements Serializ... | [
"Damian@Damian-PC"
] | Damian@Damian-PC |
b2b5fd68cf44208e0f1880336244fd8da98cc034 | f4e7943708ebd46fb82f5732f99ea4cf93fa18fc | /FindUniqueElement.java | a0a9139bbe5661afb7e1a6a6220417f86ba44c7d | [] | no_license | sundaresanm/ds-algo-interview-practice | 089e50a4e80672883465f94642270e1501c28edc | 544c0e4d5364f1a64e3edecc8ca3a33e434483a4 | refs/heads/master | 2022-12-16T22:36:11.774491 | 2020-09-19T07:51:23 | 2020-09-19T07:51:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | /*
*/
import java.util.Arrays;
public class FindUniqueElement {
public static void main(String[] str){
int arr[] = { 6, 1, 1, 6, 8, 4, 10, 8, 4};
System.out.println("input array = " + Arrays.toString(arr));
System.out.println("unique element = " + method1(arr));
}
/**
Time C... | [
"rajeevkumar@Rajeevs-MacBook-Pro-2.local"
] | rajeevkumar@Rajeevs-MacBook-Pro-2.local |
95ecc137eb585e58033b12b38db30e320bf02b88 | a096673f4c00c19d0871d83718bb820cfe4f3900 | /oreon.engine/src/apps/oreonworlds/assets/plants/Bush01ClusterGroup.java | 09f6ae5802501356abf265d3597d4cc0edb1cd3a | [
"MIT"
] | permissive | dentmaged/Oreon.Engine-OpenGL-Java | 9980ec367054fbd0fbcf6aa380c0224a2320eebd | b3f11abbeff2a59bd525a4fe18d61494a02cd5eb | refs/heads/master | 2021-01-22T07:47:35.493671 | 2017-05-19T19:35:13 | 2017-05-19T19:35:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,496 | java | package apps.oreonworlds.assets.plants;
import apps.oreonworlds.shaders.plants.BushShader;
import apps.oreonworlds.shaders.plants.BushShadowShader;
import engine.buffers.MeshVAO;
import engine.configs.AlphaTestCullFaceDisable;
import engine.math.Vec3f;
import engine.scenegraph.components.RenderInfo;
import mod... | [
"fynnfluegge@gmx.de"
] | fynnfluegge@gmx.de |
07981f23272c6949c784c00d8a183f79af9c6a61 | 072bc2ead5b9b029dfad810ac5fb9dfa40a93b9c | /app/src/main/java/com/power/bunkTech/data/LoginRepository.java | fb6f691d96bc2b0c76ca2a407c38b953124d77ee | [] | no_license | PakoBrandoon/bus-app | e52aedb19b3a3666654da24bba23f56816d7561c | 98188f8b13453bf2a4b3d5a91ea4dd2876e7d63a | refs/heads/master | 2023-08-05T07:29:37.263785 | 2021-09-16T12:32:29 | 2021-09-16T12:32:29 | 407,154,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,706 | java | package com.power.bunkTech.data;
import com.power.bunkTech.data.model.LoggedInUser;
/**
* Class that requests authentication and user information from the remote data source and
* maintains an in-memory cache of login status and user credentials information.
*/
public class LoginRepository {
private static vo... | [
"pako.motsilanyane@studentmail.biust.ac.bw"
] | pako.motsilanyane@studentmail.biust.ac.bw |
b77d21490774c576f36bc4643615f10e5ac95f9f | 8ce57f3d8730091c3703ad95f030841a275d8c65 | /test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java | 74b2a44476bb9f9742b100cdcbf14bfbea2a3b28 | [] | no_license | TanveerTanjeem/OpenArkCompiler | 6c913ebba33eb0509f91a8f884a87ef8431395f6 | 6acb8e0bac4ed3c7c24f5cb0196af81b9bedf205 | refs/heads/master | 2022-11-17T21:08:25.789107 | 2020-07-15T09:00:48 | 2020-07-15T09:00:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,057 | java | /*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under the Mulan PSL v1.
* You can use this software according to the terms and conditions of the Mulan PSL v1.
* You may obtain a copy of Mulan PSL v1 at:
*
* http://license.coscl.org.cn/MulanPSL
*
* ... | [
"fuzhou@huawei.com"
] | fuzhou@huawei.com |
39a038b18d31fb84f5cfc1e845fd33a3d2c8856b | cbf2c453a014f82378d1a00c31c7488d394a8e3f | /module-1/14_Unit_Testing/student-exercise/java/src/test/java/com/techelevator/FrontTimesTest.java | ba6440f3c1c8c719a9afbdb8a6b95d5a205d0d78 | [] | no_license | Ecothecoder/ethancornett-java | eb5cff65e5ee12f7bc444d5146e73efc42094682 | 17787b7a57a42d204029f2af9e105f5d4341235c | refs/heads/master | 2021-07-16T02:11:24.442821 | 2019-12-20T19:46:34 | 2019-12-20T19:46:34 | 209,069,706 | 0 | 0 | null | 2020-10-13T18:22:06 | 2019-09-17T14:02:39 | TSQL | UTF-8 | Java | false | false | 717 | java | package com.techelevator;
import org.junit.Test;
import junit.framework.Assert;
public class FrontTimesTest {
@Test
public void makeSureTheStringIsRepeating() {
FrontTimes testMe = new FrontTimes();
String repeat = testMe.generateString("Chocolate", 3);
String repeat2 = testMe.generateString("Ethan", 4);
S... | [
"EthaneCornett@gmail.com"
] | EthaneCornett@gmail.com |
0958be1b1aca302c605edae294e1f60ff03cf99b | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_procyon/com/google/protos/BinExport/BinExport$Flowgraph$VertexOrBuilder.java | 6710c7aa5659b17b3d8d34ae7d20387f9705e398 | [] | no_license | fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134977 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package com.google.protos.BinExport;
import com.google.protobuf.*;
import java.util.*;
public interface BinExport$Flowgraph$VertexOrBuilder extends MessageOrBuilder
{
boolean hasPrime();
long getPrime();
List getInstructionsList();
BinExport$Flowgraph$Vertex$Instruction getInstructions(... | [
"manouchehri@riseup.net"
] | manouchehri@riseup.net |
d6962cc7eadbb26a7f1b8b460f3be08f77e2e45d | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/56034/tar_1.java | 763afd18fd2b597b69f160ebe82065a583165d35 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,522 | java | package org.eclipse.swt.widgets;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
import org.eclipse.swt.*;
import org.eclipse.swt.graphics.*;
import java.util.Vector;
/**
* Instances of this class represent a selectable user interface object
* that represents an item in a table.
... | [
"375833274@qq.com"
] | 375833274@qq.com |
8898c2d9a97a494e1e70c77d88d35229a72cd251 | d74a7ac4b88aa2cc3bb06cec898a462312ae2759 | /src/main/java/com/cczu/model/controller/PageWghglXjszController.java | 327d2a305b8b73fbdd150e1d8fd481c1274ea448 | [] | no_license | wuyufei2019/test110 | 74dbfd15af2dfd72640032a8207f7ad5aa5da604 | 8a8621370eb92e6071f517dbcae9d483ccc4db36 | refs/heads/master | 2022-12-21T12:28:37.800274 | 2019-11-18T08:33:53 | 2019-11-18T08:33:53 | 222,402,348 | 0 | 0 | null | 2022-12-16T05:03:11 | 2019-11-18T08:45:49 | Java | UTF-8 | Java | false | false | 8,288 | java | package com.cczu.model.controller;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | [
"wuyufei2019@sina.com"
] | wuyufei2019@sina.com |
4bb915ae5312edf6ae93643a101fc4e784c6335a | 01faa1318b24e2b0f0dd63abe1daa6df11f1e220 | /android/app/src/main/java/com/smiles_21366/MainApplication.java | 55ab3d30e01be4a86e26ba4403747463d9502f75 | [] | no_license | crowdbotics-apps/smiles-21366 | 8c86f08b7fb10ec77dc4ba9bc09192b63443cba2 | 6d57fe1e1f9c5fd7a2a806734556638b1f536015 | refs/heads/master | 2022-12-28T17:24:06.222261 | 2020-10-11T18:00:08 | 2020-10-11T18:00:08 | 303,180,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,689 | java | package com.smiles_21366;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.face... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.