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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e0614a0fecce7db78c50f8864b1e1ed3749faefb | 8e56fe90e0cdb3b23afa82ea0895ea4bff917356 | /src/main/java/com/pokemon/go/database/exception/ConnectionNotFoundException.java | bf81f6127135f9dad5b7a3ce5288a735b9e766cd | [] | no_license | iskull/database-crawler | 836eb396e2de7ba3e97cc8dabce2d8182536e253 | 4c3ec3f98c601c396b076bd7af70841f679ea811 | refs/heads/master | 2021-01-19T19:08:30.429480 | 2017-04-16T08:57:37 | 2017-04-16T08:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package com.pokemon.go.database.exception;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.Status;
import com.pokemon.go.database.resource.ErrorCode;
public class ConnectionNotFoundException extends WebApplicationExcept... | [
"ivanlee89@hotmail.com"
] | ivanlee89@hotmail.com |
2a8f82c8bcda72fa854beb388ac223db142e8615 | 514d04b16b9596388010cfe27c882419ec7b116c | /android/app/src/debug/java/com/supmilktea/ReactNativeFlipper.java | e0958334ba4f9fd36c8ad50725998b9b42b81d68 | [] | no_license | anhquan291/milktea_app | cbf6f40a04b1bdc0202242ecdf57a35a5d745edd | 37338131ea8e44f6c6ce6ac2d8140ce8c0b9a21c | refs/heads/master | 2023-01-03T11:12:34.864803 | 2020-10-27T08:38:42 | 2020-10-27T08:38:42 | 307,628,336 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,265 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.supmilktea;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.fa... | [
"anhquan291@gmail.com"
] | anhquan291@gmail.com |
28699aed0258c653ad12e67e6f7d74b63792b267 | cf8443b28219085267fa0fa82eb4ed639b9be6b3 | /src/core/java/basics/ForLoop.java | 3dcdb581be3e8688c10ca97d11cd8ccba3a357c8 | [] | no_license | dsreddy77/JavaProgramming | 77b6c080ed4aaf14f4a69318c62aee197621d4a5 | 0346c3ce1dac09d4b09ed85367816baec7020f08 | refs/heads/master | 2021-09-03T18:05:03.722211 | 2018-01-10T23:55:31 | 2018-01-10T23:55:31 | 109,905,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package core.java.basics;
public class ForLoop
{
public static void main(String[] args)
{
int i=0;
System.out.println("Even Numebers");
for (i=0; i<=20;i=i+2){
System.out.println(i);
}
System.out.println("Odd Numebers");
for(i=1;i<20;i=i+2){
System.out.println(i);
}
}
}
... | [
"33469778+dsreddy77@users.noreply.github.com"
] | 33469778+dsreddy77@users.noreply.github.com |
46965296692e29a4ab01ede006971fe2d98ff7c6 | 22ae6b434806f10c8756c673174ac93df2f6bd68 | /src/com/algomized/concepts/objectoriented/CrackingTheCodingInterviewC8Q2/Employee.java | a3f8f4bf7cfb1fe48f34ca6f33dc5c0c7d40b1ef | [] | no_license | strengthandwill/algorithms | aae70815f762d1e88f6b7f16a167c6942ad584c5 | 281bf2b13be73a508ca8ebd7c37a0bba1ff940e9 | refs/heads/master | 2016-09-05T12:55:59.405797 | 2014-07-30T16:32:38 | 2014-07-30T16:32:38 | 20,804,514 | 1 | 0 | null | 2014-06-13T13:30:13 | 2014-06-13T13:12:21 | Java | UTF-8 | Java | false | false | 1,478 | java | package com.algomized.concepts.objectoriented.CrackingTheCodingInterviewC8Q2;
public abstract class Employee {
public static final int MAX_LEVEL = 2;
protected Call call;
protected String name;
public Employee(String name) {
this.name = name;
}
public void receiveCall(Call call) {
this.call = call;
}
... | [
"kahkong87mail@gmail.com"
] | kahkong87mail@gmail.com |
eb3ea34184236080319dec1448c111079b847634 | efbf472791c9efd102c30ce53c52c6d917277158 | /app/build/generated/source/r/debug/android/support/v7/cardview/R.java | 5419324a38137106f9d6d7577bffaf5c207a41e6 | [] | no_license | hajjifarouk/CellComAndroidClient | 8e7ec4940cc3a8b067b0305fa988b200d9950422 | 13510201ecd60e2f30451d75922a7817d6d9deaf | refs/heads/master | 2021-01-01T04:07:28.476376 | 2017-07-13T13:23:56 | 2017-07-13T13:23:56 | 97,121,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,974 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.cardview;
public final class R {
public static final class attr {
public static final int cardBa... | [
"farouk.hajji@esprit.tn"
] | farouk.hajji@esprit.tn |
c9c27808e5275fc448eba3cc11c5109bb6792cdc | a6e36d2b81b18db7ef977c42f1f736a33db00d86 | /OpenStackDriver/src/main/java/br/ufrn/VmManager/CloudDriver/CloudDriverProperties.java | 3d94a829d7600ca69e2a6a14167c2fc9f671a69c | [] | no_license | JorgePereiraUFRN/cloudprojects | 2b00ccf2e99e8a8af03a4bcb5662a66be6ec2e18 | ce7bb75b13fe66057970db3bc82707630b68518d | refs/heads/master | 2021-01-13T09:49:44.549546 | 2017-01-28T01:35:55 | 2017-01-28T01:35:55 | 69,098,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,617 | java | package br.ufrn.VmManager.CloudDriver;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class CloudDriverProperties {
private static String tenantName;
private static String userName;
private static String credential;
private static Strin... | [
"jorgepereirasb@gmail.com"
] | jorgepereirasb@gmail.com |
7a212057fe0bd6fbb59e67382e45033f179bcb56 | 3e470b50ca9985bac5bc69f0511509f33428bdc2 | /MultiBase/src/com/hyl/hylbase/fragment/Fragment3.java | 7f81ad112f3f4e2ebf9c5602a2da4c56094f4fb4 | [] | no_license | czqaiwsm/Template | d99981cebdcc44e465c5a6b853c2d26175a0808d | 77bba147c75c578102ab46511124a92a8146cabc | refs/heads/master | 2020-05-21T04:22:03.930089 | 2016-06-17T15:05:38 | 2016-06-17T15:05:38 | 46,535,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package com.hyl.hylbase.fragment;
import com.hyl.hylbase.R;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Fragment3 extends BaseFragment {
private View view;
@Override
public View onCrea... | [
"1148392049@qq.com"
] | 1148392049@qq.com |
5885c422e92197221afbbbab02b27a397e7df0e0 | 8ec379a02be629165c97f12d75551e09279e5f97 | /shop-activity/src/main/java/quick/pager/shop/mapper/ExchangeActivityRuleMapper.java | db5dacc3fe1355b9a5c843d4ff98a7a4a3179fd5 | [
"MIT"
] | permissive | donniezhanggit/spring-cloud-shop | 73c9e99c714310cb4ecbacb2f764a452b24dfefc | aeeaba1be804d7197692fa6bef8bdcaedb2302ac | refs/heads/master | 2020-06-19T14:15:02.682581 | 2019-10-14T06:25:38 | 2019-10-14T06:25:38 | 196,739,760 | 0 | 0 | MIT | 2019-10-14T06:25:40 | 2019-07-13T15:56:03 | Java | UTF-8 | Java | false | false | 582 | java | package quick.pager.shop.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import quick.pager.shop.model.activity.ExchangeActivityRule;
/**
* @author siguiyang
*/
@Mapper
public interface ExchangeActivityRuleMapper {
int insertSelective(Excha... | [
"siguiyang1992@outlook.com"
] | siguiyang1992@outlook.com |
9331966f6c8d4d28b1cbb937eb3f224f251ea08d | 7142fd980e1f079952358e02b7532d5713e556cd | /src/main/java/sk/bellak/ttapp/configuration/LegacyAppConfiguration.java | 6619db38d9718bd129011a24c1503251ca3586af | [] | no_license | mbellak/ttApp | 5080a67872f51b9941cd44bf6374fa5e7260770d | d9f63b2a467515e0ea76672237614a4637f12329 | refs/heads/master | 2020-03-25T07:59:20.520133 | 2018-08-06T07:07:56 | 2018-08-06T07:07:56 | 143,592,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | package sk.bellak.ttapp.configuration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
impor... | [
"miroslav.bellak@gmail.com"
] | miroslav.bellak@gmail.com |
6b890ca4f4bddab64831be2ff41a7cc723160af3 | 1b73e8efd1ec9fbdd2c32162eaf0f8ce30666d08 | /Mosima/Projet_Calibration_M2/src/apache/commons/math3/geometry/euclidean/oned/IntervalsSet.java | 1448047521b0179d27650dac4270a0cab6b5772d | [] | no_license | dtbinh/M2_Androide | 060db9575aa10b8ab0a9707db3e34cc64f5d0e03 | a828b7ff477470c8e00c012dd36d61df2ef7d910 | refs/heads/master | 2020-06-16T05:02:29.653270 | 2016-11-29T11:54:24 | 2016-11-29T11:54:24 | 75,243,702 | 1 | 0 | null | 2016-12-01T01:38:37 | 2016-12-01T01:38:36 | null | UTF-8 | Java | false | false | 11,361 | 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 ... | [
"keithdae@gmail.com"
] | keithdae@gmail.com |
363cd9e96a023a3243aded7ca6e47acc56fb26f3 | 1690dbaa461c7539ccc199b81cbae8c03d0fee28 | /src/main/java/com/epam/ProductsReview/entity/Product.java | dfee9df57c74d0d642712cc488266f8a29faedd1 | [] | no_license | saurabhmishraepam/ProductService | 203526c64b08d0fcd2ad5b4ded8ae9f8bf8d3ff7 | b0ea037688bdae97fd3f5ddc7bccf35bd02b5d0c | refs/heads/master | 2020-04-25T11:50:55.211121 | 2019-02-28T11:52:17 | 2019-02-28T11:52:17 | 172,759,113 | 0 | 0 | null | 2019-02-28T18:00:01 | 2019-02-26T17:37:16 | Java | UTF-8 | Java | false | false | 1,512 | java | package com.epam.ProductsReview.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
import java.time.LocalTime;
/**
* Created by saurabh on 26/2/19.
*/
@Entity
@Table(name="products")
public class... | [
"mishra.saurabh19@gmail.com"
] | mishra.saurabh19@gmail.com |
cc671832dfe69ec57b742797e0d329d2724c8f5c | 37d30200508519997922041334fe8649d0709b56 | /src/main/java/com/github/matiasvergaras/finalreality/controller/phases/SelectingAttackTarget.java | 8d436c813aa41f2c1874699f4a39287e2623b9bc | [
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | matiasvergaras/final-reality-matiasvergaras | 5cd86e04b8c1d35205e3be8c5d41fcd24599c388 | bc99501f359a419400b4bd2cfc8e2d44e4201f0d | refs/heads/master | 2023-02-13T20:00:02.560910 | 2021-01-06T20:29:52 | 2021-01-06T20:29:52 | 298,320,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java | package com.github.matiasvergaras.finalreality.controller.phases;
import com.github.matiasvergaras.finalreality.controller.GameController;
/**
* A SelectingAttackTarget state of the game.
* <p> SelectingAttackTarget is a kind of Active state. </p>
* <p> It represents the state in which a Mastermind is choosing whi... | [
"matiasvergara@ug.uchile.cl"
] | matiasvergara@ug.uchile.cl |
4a06fefa354770c61475ee81cd0ad5045fc095f1 | 359b796a61732466a67623f54394c18e4c5faa34 | /learnjava/src/main/java/com/example/Demo4_For.java | 85f153903b826282df26da6a066a23a932864f0a | [] | no_license | ebaung/Android.HelloWorld | 2ece2dbc3fc73e8a11f85db64ea64c2c38a5b1f2 | 2901782eb054fccee84830158752877f107731e9 | refs/heads/master | 2021-01-10T12:25:17.075868 | 2016-01-30T23:20:33 | 2016-01-30T23:20:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 998 | java | package com.example;
/**
* Created by admin on 1/30/2016.
*/
public class Demo4_For {
public static void main(String[] args) {
int[] elements = {5, 7, 12, 100, -1, 8, 3};
int sumTotal = 0;
System.out.println("elements.length = " + elements.length);
for(int indexPos=0;... | [
"ebaung@gmail.com"
] | ebaung@gmail.com |
5662126958922bffaf073d955fbce6d52da443c8 | 7677b3fdc003b89025927f647a4912ca321375f8 | /app/src/main/java/es/ulpgc/eite/cleancode/clickcounter/detail/DetailPresenter.java | 4be5cbcad516452d1f5fc49d2f34b2d6c66118c9 | [] | no_license | Kilian09/ClickCounter-MasterDetail-Ex2 | 28c0c8e46a4f0281dd5b4eeb7e6c560d7545d962 | 67271d49b6822412ed4a673c7b1ad2bd18bf7edb | refs/heads/master | 2022-04-24T13:02:36.747010 | 2020-04-17T10:09:23 | 2020-04-17T10:09:23 | 256,439,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,997 | java | package es.ulpgc.eite.cleancode.clickcounter.detail;
import java.lang.ref.WeakReference;
import es.ulpgc.eite.cleancode.clickcounter.app.MasterToDetailState;
public class DetailPresenter implements DetailContract.Presenter {
public static String TAG = DetailPresenter.class.getSimpleName();
private WeakReferenc... | [
"kilian.garcia106@alu.ulpgc.es"
] | kilian.garcia106@alu.ulpgc.es |
e9b1e2699f62628c4ae407a331fbe5773d0aec42 | bf0fc13badc23259025922af1e79fc4f1621fb5c | /sshd-core/src/main/java/org/apache/sshd/common/TcpipForwarder.java | 559445649d81b7465a5831a6c2e2a1cf305ae8da | [
"Apache-2.0"
] | permissive | Connecty/mina-sshd | f02b6ff71ee073713ff0f1af46d61ffae41740a4 | b032ba05c74c834494acf602741f2c49c382bd74 | refs/heads/master | 2021-01-17T22:40:10.863241 | 2013-04-30T06:53:52 | 2013-04-30T06:53:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | 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 ... | [
"gnodet@apache.org"
] | gnodet@apache.org |
52f9572fea93fe4d7b869b0373e16d9fb3fdd257 | f0900e13737e4822222f3e50e139566b79f7c804 | /src/main/java/com/puneeth/recipedemo/model/Difficulty.java | 8585153318ada07c2080f2b1f5d387afb2c0f4b7 | [] | no_license | Puneethreddy147/Recipe-App | eb2fb5f4e8a86d344f52fb6e51f842dc4dcb6261 | 540e41b46373d39930d04ce0272715b7e1b7bb4a | refs/heads/master | 2022-07-19T04:03:43.250541 | 2020-05-26T05:18:35 | 2020-05-26T05:18:35 | 266,942,491 | 0 | 0 | null | 2020-05-26T05:18:37 | 2020-05-26T04:15:29 | Java | UTF-8 | Java | false | false | 96 | java | package com.puneeth.recipedemo.model;
public enum Difficulty {
EASY,MODERATE,HARD
}
| [
"puneethreddy.147@gmail.com"
] | puneethreddy.147@gmail.com |
5dadd03ae2d96a429bb628cd958db7f0d00fa9d2 | 9ddf24460ca40f6e0723f733938534dce15b149d | /src/main/java/com/zxd/learning/designpattern/servicelocator/InitialContext.java | 24363d7fd0ff182871508bb280954e6d8fb70c8f | [] | no_license | CoderZxd/Design-pattern | 7d5200dd820ed42fe7a7f73d4d109b80cebe61d6 | 72e89396551493348d4122d39ed96b2fd5c6071c | refs/heads/master | 2021-09-06T23:12:54.889259 | 2018-02-13T09:44:59 | 2018-02-13T09:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package com.zxd.learning.designpattern.servicelocator;
/**
* @Project Design-pattern
* @Package com.zxd.learning.designpattern.servicelocator
* @Author:zouxiaodong
* @Description:
* @Date:Created in 17:28 2018/2/13.
*/
public class InitialContext {
public Object lookup(String jndiName){
if... | [
"zouxiaodong@mobanker.com"
] | zouxiaodong@mobanker.com |
89ee603dd5dd2c8a0ebe03ca61df493a7d5d0c5a | 9afa5a20728b9bf8c078c0ec656e6858dccac0a8 | /compiler/frontend/src/org/jetbrains/jet/lang/resolve/constants/FloatValue.java | 5f8442cca26859b017968606edecfdb8da58bd6b | [] | no_license | avshabanov/kotlin | 2de6b981f895c42fab0ea52620e08163e0abcaf4 | 7332476427d392d42ff84d653c9df27ca26bd431 | refs/heads/master | 2021-01-17T13:26:22.632965 | 2012-02-14T10:32:59 | 2012-02-14T10:32:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package org.jetbrains.jet.lang.resolve.constants;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.jet.lang.descriptors.annotations.AnnotationArgumentVisitor;
import org.jetbrains.jet.lang.types.JetStandardLibrary;
import org.jetbrains.jet.lang.types.JetType;
/**
* @author alex.tkachman
*/
public clas... | [
"alex.tkachman@gmail.com"
] | alex.tkachman@gmail.com |
d0b7b0db972c01bcf22657459613e8297b51c9ab | a32c46f831311e9db88fe2a1eea669892a3657d1 | /ios/src/com/paulovelado/mariobros/IOSLauncher.java | bb7f09b613b931ddc9e11399b71a491430038c34 | [] | no_license | pvelado/SuperMarioBrosDemo | 7c0267854ef8b8486bef795431787a74f1db39dc | 0274a546ff811f9104a54c779eb402056423cffc | refs/heads/master | 2020-06-11T12:29:21.063929 | 2019-06-26T19:17:32 | 2019-06-26T19:17:32 | 193,964,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.paulovelado.mariobros;
import org.robovm.apple.foundation.NSAutoreleasePool;
import org.robovm.apple.uikit.UIApplication;
import com.badlogic.gdx.backends.iosrobovm.IOSApplication;
import com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration;
import com.paulovelado.mariobros.MarioBros;
public c... | [
"39059558+pvelado@users.noreply.github.com"
] | 39059558+pvelado@users.noreply.github.com |
6a9867c12d2c740b15cb24c716c7b4317a5ad9b9 | 0e89eb526da3d39c709c9a01f8fc45d439c6feea | /demo/src/main/java/com/go1ove/atcrowdfunding/bean/OrderExample.java | b3bdde2921c66ea4bee1fb3ef809c3d495dd3100 | [] | no_license | go1ove/atcrowdfunding | 0598bfb079ff92886e0aabc9565d03fb0a1afee0 | d9cf6e1430d898056ac3d6ec70c988c9062b1d40 | refs/heads/master | 2020-05-18T16:04:17.351704 | 2019-05-02T03:36:52 | 2019-05-02T03:36:52 | 184,057,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,905 | java | package com.go1ove.atcrowdfunding.bean;
import java.util.ArrayList;
import java.util.List;
public class OrderExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public OrderExample() {
oredCriteria = new ArrayList<Criteria>();
}
... | [
"734023411@qq.com"
] | 734023411@qq.com |
3c2d795c7e8dadd6bde6659dff573e71e0a517c0 | 94b69188fe552639c8a1934b3364ff5dc79e276f | /downloader/src/main/java/com/ck/android/downloader/DownloadException.java | f5ce2dd20ad98186ab6a17070cc2c5cf271dae7a | [] | no_license | liqk2014/Downloader | bb07cb661bbb634d13085c69bafed3e05ba1d2f3 | 62bfaee42dc58fc1b3198ffcfb4b5d708202c283 | refs/heads/master | 2021-01-10T08:13:32.340751 | 2016-02-29T12:35:33 | 2016-02-29T12:35:33 | 52,730,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.ck.android.downloader;
/**
* Created by Aspsine on 2015/7/15.
*/
public class DownloadException extends Exception {
private String errorMessage;
private int errorCode;
public DownloadException() {
}
public DownloadException(String detailMessage) {
super(detailMessage);
... | [
"liqk2015@gmail.com"
] | liqk2015@gmail.com |
5a46375e00735413c729f1d2bddb42e5673a79a0 | 9fcf05729b131e40eedb8bbc1b2e04dbf6f02c98 | /Java/samples/org/test/SpriteSheetFontTest.java | c35be2d1799a5a52df1ccfb8689964e0287c59c0 | [
"Apache-2.0"
] | permissive | choiyongwoo/LGame | 68661774ca4c913e8fae8378a2f291939430fa37 | f007cee4c017702d5dd3d7966cb99b3c69bec616 | refs/heads/master | 2020-05-29T13:39:00.447566 | 2019-05-28T01:30:53 | 2019-05-28T01:30:53 | 189,168,503 | 1 | 0 | null | 2019-05-29T06:59:15 | 2019-05-29T06:59:14 | null | UTF-8 | Java | false | false | 1,291 | java | package org.test;
import loon.LTransition;
import loon.Screen;
import loon.action.sprite.SpriteSheet;
import loon.action.sprite.SpriteSheetFont;
import loon.canvas.LColor;
import loon.event.GameTouch;
import loon.opengl.GLEx;
import loon.utils.timer.LTimerContext;
public class SpriteSheetFontTest extends Screen {
S... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
cba715d641566efbe2608a8b7a06f1c611f11066 | 8ddbbbad6ffa6e9d53e8f153ce462923f71052e4 | /CognitiveInfrastructure/src/main/java/at/pro2future/cavl/infrastructure/resources/IndexResource.java | b1a9b5a8b275254d59b229627f30f3e16fbc1150 | [] | no_license | Interactions-HSG/better-food-choices | eec9f477c30b5d24de33ce74823cc936ddf0daf9 | d79301ef1d0d07a18d7ec5bb8fca3c7e610ccd7e | refs/heads/master | 2023-04-21T00:03:29.595010 | 2020-05-02T14:37:00 | 2020-05-02T14:37:00 | 220,209,856 | 0 | 1 | null | 2021-05-12T08:47:02 | 2019-11-07T10:25:21 | JavaScript | UTF-8 | Java | false | false | 1,072 | java | package at.pro2future.cavl.infrastructure.resources;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.r... | [
"simon.mayer@unisg.ch"
] | simon.mayer@unisg.ch |
1c4a265b03292584765ba6a37655a1c3b68faa0d | a67f880d726b9dd5c26ff576ca518ea36948c22f | /app/src/main/java/com/tct/gallery3d/polaroid/view/CropImageView.java | d3fbadcdb7fd2ddbcfd558413d22fa081a6560d1 | [] | no_license | guixiaoyuan/Gallery | ddc917d103b600ac3ec7e7bbf68721857f8bd754 | 8bf571e6cec37917cdd22b056ebf065a45e079a5 | refs/heads/master | 2021-01-11T08:14:37.381127 | 2016-11-09T02:07:47 | 2016-11-09T02:07:47 | 72,212,958 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,333 | java | /* ----------|----------------------|----------------------|----------------- */
/* 07/08/2015| jian.pan1 | PR1026718 |[Gallery]The interface display error.
/* ----------|----------------------|----------------------|----------------- */
/* 07/15/2015| jian.pan1 | PR1040393 |... | [
"kui.wang3@jrdcom.com"
] | kui.wang3@jrdcom.com |
8c9499d8ba0262cb3c24750c2314150da4f00d7b | 608af7c35c5a67dfb6fc4db8e8f0a2eb63e3e15c | /playgameservices-ios/src/com/michingo/robovmbindings/other/NSNotificationCenter.java | bdefefd067a51c2c520010178b621e55bc8aa5f1 | [] | no_license | danielchow/com.michingo.robovmbindings | 33b1a0ce48de907a038158f4268ca4d7e81988d0 | 48a23f851ecb5941110b4dedadb1c546dda38fda | refs/heads/master | 2020-08-02T02:24:30.033256 | 2013-12-27T15:11:35 | 2013-12-27T15:11:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | package com.michingo.robovmbindings.other;
import org.robovm.cocoatouch.foundation.NSObject;
import org.robovm.cocoatouch.foundation.NSString;
import org.robovm.objc.ObjCClass;
import org.robovm.objc.ObjCRuntime;
import org.robovm.objc.Selector;
import org.robovm.objc.annotation.NativeClass;
import org.robovm.rt.bro.a... | [
"michaelhadash@live.nl"
] | michaelhadash@live.nl |
14669a39062147e281e274269b1d8c2a64d191f1 | 6d9075654208d18ee4fab4f825e84e0eff44a933 | /app/src/test/java/com/example/asus/jsonsample/ExampleUnitTest.java | 4e3d7f016d166ffaff407ff6b8e2dca33dca2fd9 | [] | no_license | ArashMoghadas/JSONSample | 53b849ed38f50f2a84ef8c17b9f2121bf6c7c40b | bbcf95d1a2d8f66600ba379f60d80637cdca0b72 | refs/heads/master | 2020-03-26T03:24:22.160994 | 2018-08-13T18:56:45 | 2018-08-13T18:56:45 | 144,454,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.example.asus.jsonsample;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public... | [
"arashmoghaddas@outlook.com"
] | arashmoghaddas@outlook.com |
38389794b406a2b5b452d13337cadba87ca13cb8 | e207d34bce10118ea5ed950258c52d14a69f12eb | /src/main/java/com/sim/andon/web/core/jdbc/common/JdbcException.java | 40f91d6ad09781ee18ef39de2933a2baab92c3b9 | [] | no_license | yangfancoming/andon | 78a4b047534f699fd4b186b62ab43fc03a4e786f | 51810a351226533c041a0200531983340b6afdc8 | refs/heads/master | 2022-07-13T02:24:19.767818 | 2020-03-16T13:04:02 | 2020-03-16T13:04:02 | 247,703,908 | 0 | 0 | null | 2022-06-29T18:01:18 | 2020-03-16T13:03:46 | Java | UTF-8 | Java | false | false | 1,281 | java | package com.sim.andon.web.core.jdbc.common;
/**
* <br>创建日期:2015年5月18日
* <br><b>Copyright 2015 UTOUU All Rights Reserved</b>
* @author jinww
* @since 1.0
* @version 1.0
*/
public class JdbcException extends RuntimeException{
private static final long serialVersionUID = -1956089458134530038L;
private String er... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
7c4251ffad0748e13d4f991bf0cc8838ad390669 | b3baf07ab1820ff5c552e2b791044a26bf75d2ae | /eclipse-workspace/TiendaOnline/src/edu/es/eoi/entity/PersonaJuridica.java | b18a0a5265e95b38ec90b4009a6da37a28c1e329 | [] | no_license | pedrosg13/BecaEOI2020 | 76b41d38e5f339b388bc23a3bc8052609d23fc7b | 0f6dd45e75ffb5757cb85c501bc51720b0594a74 | refs/heads/master | 2022-11-30T17:46:39.597661 | 2020-08-07T15:12:46 | 2020-08-07T15:12:46 | 284,024,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package edu.es.eoi.entity;
public class PersonaJuridica extends Persona {
private String cif;
public String getCif() {
return cif;
}
public void setCif(String cif) {
this.cif = cif;
}
}
| [
"pedro.sanchez.gomez132@gmail.com"
] | pedro.sanchez.gomez132@gmail.com |
edd5b630d62705568bccb685b4bfb99965c7de19 | 801b6fdbd99efc12db8cdbe20ce2f7f855813b6a | /src/test/java/br/com/sales/SalesReportApplicationTests.java | ea30dbf5518b5c9ce3ba81a08294913d7ba9a349 | [] | no_license | jpstrm/sales-report | 09a332afe77b0ad7db9d69a1594e6bd0383b8d8a | a75c9fc21e4be221755cff98bf205255ee56c690 | refs/heads/master | 2022-12-31T00:14:53.993425 | 2020-10-15T14:06:29 | 2020-10-15T14:06:29 | 303,686,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package br.com.sales;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SalesReportApplicationTests {
@Test
void contextLoads() {
}
}
| [
"jpstrm@gmail.com"
] | jpstrm@gmail.com |
e5c871a6e7ace9449efc50e8371f65c525674cdc | f63aa5b7f76e4de2c906d981e6d2d337e2f77c1b | /app/src/androidTest/java/com/example/emobilis/yinsplashrotate/ExampleInstrumentedTest.java | 12309abfa2bbb7f839f848246643b6eab27b163e | [] | no_license | JDamascene/SplashScreenRotatingYin.github.io | 4ba1294b835db93f2f730d45f311df51022c1876 | 15f1d277a704bc37aefa2a912f67a717a3f1291f | refs/heads/master | 2020-03-10T11:45:22.491103 | 2018-04-13T07:02:26 | 2018-04-13T07:02:26 | 129,362,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | package com.example.emobilis.yinsplashrotate;
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 ... | [
"johdamoch@gmail.com"
] | johdamoch@gmail.com |
fda99e304a0da48dfa55b264ba97287d61a0a0d1 | 661fea55b197e91a03980c01089c9a2da1198330 | /app/src/main/java/com/aurum/everytrailer/ChangePasswordActivity.java | e136d4ac5a03b6230d8a19448528ffa5d287c7b4 | [] | no_license | sanakazi/EveryTrailer | 889d6d149330e1696e9e25eed763d2900f2157d5 | 7bbc51df83a3e364c9be242b6f36d1433a1a4551 | refs/heads/master | 2020-12-02T12:58:40.317201 | 2016-08-24T09:06:29 | 2016-08-24T09:06:29 | 66,449,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,764 | java | package com.aurum.everytrailer;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.text.Html;
import android.util.Log;
import android.view.View;
impo... | [
"kazisana23@gmail.com"
] | kazisana23@gmail.com |
02fdcd1a1d99bbdb71e0f51686b47cda47eaf892 | 2c9538427198a89104360cb9d9d45bf3302542e5 | /FloreantPOS/src/com/floreantpos/actions/DrawerPullAction.java | ec455b96dc3e7271676c43b4bb680f70b1a162cf | [] | no_license | vinschess/FloreantPOS | 78a5ca790e02b2e12acaa83d56fdc64f55ddf931 | 79c52f6237f19e15cd2741c2683e261826067a6b | refs/heads/master | 2020-05-21T13:49:49.404345 | 2016-08-10T05:32:25 | 2016-08-10T05:32:25 | 65,352,898 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package com.floreantpos.actions;
import javax.swing.JDialog;
import com.floreantpos.POSConstants;
import com.floreantpos.main.Application;
import com.floreantpos.model.UserPermission;
import com.floreantpos.ui.dialog.DrawerPullReportDialog;
import com.floreantpos.ui.dialog.POSMessageDialog;
public class DrawerPullAc... | [
"vinschess@gmail.com"
] | vinschess@gmail.com |
eac95989d634372647be0c5582250dd731eb9100 | a1d7e6df113cddc1075566768c1c152ba26c25af | /Machinetta/State/BeliefType/Probability/TableRV.java | 341f4fd9137b775d156bf66b79c4e8b5aaa0055f | [
"BSD-3-Clause"
] | permissive | seanrowens/Machinetta | 1c978247b4a4a72390e2f0d8fddcff327d4c715b | a67c0341b88f9f1159b260b250b685e760e17b81 | refs/heads/master | 2020-12-30T15:22:44.502620 | 2017-05-13T00:08:42 | 2017-05-13T00:08:42 | 91,138,166 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,968 | java | /*******************************************************************************
* Copyright (C) 2017, Paul Scerri, Sean R Owens
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Red... | [
"seanrowens@gmail.com"
] | seanrowens@gmail.com |
825d7aeee983ffc35288621ec28adbd04441134b | 10378c580b62125a184f74f595d2c37be90a5769 | /com/github/steveice10/netty/handler/ssl/util/ThreadLocalInsecureRandom.java | 22a2f14f90733458681a1c7962761abfa59a4fe3 | [] | no_license | ClientPlayground/Melon-Client | 4299d7f3e8f2446ae9f225c0d7fcc770d4d48ecb | afc9b11493e15745b78dec1c2b62bb9e01573c3d | refs/heads/beta-v2 | 2023-04-05T20:17:00.521159 | 2021-03-14T19:13:31 | 2021-03-14T19:13:31 | 347,509,882 | 33 | 19 | null | 2021-03-14T19:13:32 | 2021-03-14T00:27:40 | null | UTF-8 | Java | false | false | 1,402 | java | package com.github.steveice10.netty.handler.ssl.util;
import com.github.steveice10.netty.util.internal.PlatformDependent;
import java.security.SecureRandom;
import java.util.Random;
final class ThreadLocalInsecureRandom extends SecureRandom {
private static final long serialVersionUID = -8209473337192526191L;
... | [
"Hot-Tutorials@users.noreply.github.com"
] | Hot-Tutorials@users.noreply.github.com |
93c25d6576588436fc447e8c2edad274371a6c9c | 417b0c66a4722b428e933c986d6b1074dcca7b28 | /src/main/java/cloud/liso/jyts/ui/Extensions.java | 1dbebd41a2f0df768621aaca30a34f1553c853e2 | [] | no_license | lisomartinez/jyts | c9b1aaa77a8d9b4f0ed3a95adbafa1f7e734c5cc | b11ce48177a888f9f3a4deed47054731d2976335 | refs/heads/develop | 2022-05-25T06:38:07.604086 | 2019-11-19T21:40:19 | 2019-11-19T21:40:19 | 222,795,055 | 0 | 0 | null | 2022-05-20T21:15:08 | 2019-11-19T21:40:45 | Java | UTF-8 | Java | false | false | 153 | java | package cloud.liso.jyts.ui;
public class Extensions {
public static String urlify(String movie) {
return movie.replace(" ", "%20");
}
}
| [
"lisandromartinez@gmail.com"
] | lisandromartinez@gmail.com |
1ee11c895e9460dda6b2bd8ac12bc0ca0f5aabd5 | d3171b6e5c3ac88981c30081e1e830c7655d6ab4 | /custom-base/src/main/java/com/sx/common_base/listScreen/adapter/MultiItemTypeSupport.java | e99dd0605cd023db09fd24245187517ea77b2d83 | [] | no_license | runningrabbit1007/WiseWorksite2 | eae79ec3b85dac42edfdc594191a3abb12de57ca | 084de8d20bfc71e1bb23dfcac0e20c9d65175c68 | refs/heads/master | 2020-03-18T11:52:20.462189 | 2018-05-24T09:35:48 | 2018-05-24T09:36:14 | 134,695,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package com.sx.common_base.listScreen.adapter;
/**
* 支持多布局接口
*/
public interface MultiItemTypeSupport<T> {
int getLayoutId(int position, T item);
}
| [
"774655506@qq.com"
] | 774655506@qq.com |
8f1188d577ab5b7c685d9558c62f89b20f27774f | 7ff6f352f26b262ec553fbbf0e59812f110bd24d | /src/main/java/com/punyabagus/generalOnlineStore/logic/CouponLogic.java | 8e4d9b21b2f3107c29a7afc60a3a59b30cf19ae5 | [] | no_license | mbagusprasojo/generalonlinestore | a51cc84ff3becb8b53a56647d8b7916edc2e01d5 | 9cd14413574e8b01d2910f5d3217993714b48233 | refs/heads/master | 2022-10-12T08:33:09.006059 | 2017-09-17T11:45:28 | 2017-09-17T11:45:28 | 103,533,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.punyabagus.generalOnlineStore.logic;
import com.punyabagus.generalOnlineStore.dao.CouponDAO;
import com.punyabagus.generalOnlineStore.pojo.CouponData.Coupon;
import com.punyabagus.generalOnlineStore.pojo.CouponData.CouponList;
import javax.inject.Inject;
/**
* Created by prasojo on 9/16/17.
*/
public c... | [
"muhammadbagusprasojo@gmail.com"
] | muhammadbagusprasojo@gmail.com |
3571bb4e0a3a65b730880f0700eec9e1f640899a | 5720cfa6c45a54d8d7abf2e3544a8f2d6e194c26 | /Car_Rental/src/UserInterface/CarRentalFrame.java | 88514f1b6ee0e3af5115c3145e9259863d77ca82 | [] | no_license | maaz98/350-Project | a1c5c8a670946d5981466853d64996184fabd47d | 5e3650156f6d21d57152e0a7c2fc7b5201c25e87 | refs/heads/daniels_copy | 2021-01-01T06:02:39.672230 | 2017-07-25T04:42:34 | 2017-07-25T04:42:34 | 97,340,329 | 0 | 0 | null | 2017-07-15T20:22:07 | 2017-07-15T20:22:06 | null | UTF-8 | Java | false | false | 13,574 | 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 UserInterface;
/**
*
* @author Shazam
*/
public class CarRentalFrame extends javax.swing.JFrame {
/**
* Creates n... | [
"danieln816@yahoo.com"
] | danieln816@yahoo.com |
b64481c26e4412e498daf77b608dd3a7643be96c | c7a295e37abd30d30ee9b1d0c3ca9c3c91e53acf | /KeystrokeHarden/src/edu/gatech/cs6238/project1/InstTable.java | 5b736ede1a49d02d1a96935f6de1036f3626188e | [] | no_license | rock44422/CS6238Project | 5dba2fe1820b1c87c6db37e2ca065a32443b9493 | 1ad5a4a7bcdb6d101b342b01c6dd7136ee98df8c | refs/heads/master | 2021-01-14T12:25:39.179448 | 2015-02-18T04:44:25 | 2015-02-18T04:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,707 | java | package edu.gatech.cs6238.project1;
import java.math.BigInteger;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.SignatureException;
public class InstTable {
private static int num_Row;
private static char[] password;
private static BigInteger[][] table... | [
"rqu@lawn-128-61-18-84.lawn.gatech.edu"
] | rqu@lawn-128-61-18-84.lawn.gatech.edu |
b3ec19b9da56d3904e4bda42720001d2d5ab978b | c9f91d964b585a4a91d21c8225d8f177b77a797c | /app/src/main/java/com/marville001/firebase/MainActivity.java | d528e1b32adfe0622c8987aa6ebc4f40bed125a9 | [] | no_license | marville001/firebase | 42f6ca09754e05934b0a69b234ea86eb507bd72e | bf984bd2e7e5bc7008a4fb3abcd93cfde6ded163 | refs/heads/master | 2021-03-26T06:50:08.613055 | 2021-02-15T09:09:13 | 2021-02-15T09:09:13 | 247,681,408 | 1 | 0 | null | 2020-09-12T16:52:57 | 2020-03-16T11:09:05 | HTML | UTF-8 | Java | false | false | 3,493 | java | package com.marville001.firebase;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Patterns;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Pr... | [
"mwangimartin1904@gmail.com"
] | mwangimartin1904@gmail.com |
9533962e59f2a6a74d5c9387fda2b4fa308fc4b6 | 8ce9911c4fefcdbff5adf974243d08e09c2be261 | /src/br/com/empresa/Funcionario.java | 35fbbbaf1973a07192bf32ab7c3c5ea37f83e928 | [] | no_license | LinkDani/Heranca | 1dedbb15000a899dabaa28d75b4ec221db7d0c12 | 9dc6d8e118bda2081dfdb4ba5b4a5224e6687db8 | refs/heads/master | 2021-07-08T13:18:09.044711 | 2017-10-04T00:18:29 | 2017-10-04T00:18:29 | 104,945,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package br.com.empresa;
public class Funcionario {
protected String nome;
protected String cpf;
protected double salario;
public Funcionario(String nome, String cpf, double salario) {
this.nome = nome;
this.cpf = cpf;
this.salario = salario;
}
}
| [
"danielwalterpand@gmail.com"
] | danielwalterpand@gmail.com |
3e281ba38d45bdde4e689861276e2b97f43c565e | 92e5686dc7eb1defd0ca3bf820c2d40b286151e8 | /android/app/src/main/java/com/boidzgame/gameplay/boidz/level/BacteriaLevel.java | 7d7268673c56fdf02512701a0a365ce8509f56bc | [] | no_license | arnaudjbernard/boidzgame-proto | 3206c279d17cb50dbf615460fb692e8bb6375fb5 | bfa4ad9087ed5ca9855223f07d2bb94821d8dbb2 | refs/heads/master | 2021-01-21T11:10:55.846903 | 2014-04-28T02:10:53 | 2014-04-28T02:10:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,951 | java | package com.boidzgame.gameplay.boidz.level;
import android.annotation.SuppressLint;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
import com.boidzgame.R;
import com.boidzgame.activity.level.LevelActivity;
import com.boidzgame.gameplay.boidz.component.container.BacteriaContainer;
impor... | [
"arnaudjbernard@gmail.com"
] | arnaudjbernard@gmail.com |
824d2d55cc624d4bebe7211543ffc142bc77d0ef | dc7c55cc0ab15ba406f4f13d7e849acc145fdfc8 | /app/src/main/java/ke/co/eaglesafari/Transactions.java | 03b158e8cceb6201c8cab216e6cba2b1be2c0e3d | [] | no_license | Mirieri/users1 | c3066fe282b5c41cb32667a067529cf4eb15bf4a | df79d180a2f8b59cea2a0852a498ca2d0599a4fb | refs/heads/master | 2021-01-11T16:17:04.888797 | 2017-01-18T18:54:44 | 2017-01-18T18:54:44 | 80,054,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package ke.co.eaglesafari;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
public class Transactions extends AppCompatActivity
{
@Override
protected void onCreate(Bundle b)
{
super.onCreate(b);
setContentView(R.layout.activity_transactions);
... | [
"mirierich@gmail.com"
] | mirierich@gmail.com |
2ceaefd59dda9ebeeac86ba7697a2331c3f8a09d | 4e966d744116b7ede81574573f795ad1f3d089ae | /smart_ad_api/src/main/java/com/kobaco/smartad/controller/PmcReserveController.java | 3abc6610f966ec09ada596f2a4823afc01d34801 | [] | no_license | marchwind/eeze-project-eeze | 354bd8f876ecac3dc23e991c4bee0c57e0f420f7 | de7ec8a26d09cf17a88e172a57328857b2d0aa34 | refs/heads/master | 2021-01-10T19:33:45.831588 | 2015-04-13T09:04:25 | 2015-04-13T09:04:25 | 34,297,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,923 | java | package com.kobaco.smartad.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spr... | [
"marchwind75@gmail.com@a4a1ce3e-603b-a52d-a956-b3cd869ab90a"
] | marchwind75@gmail.com@a4a1ce3e-603b-a52d-a956-b3cd869ab90a |
67052145b968c6c7706b140d51b2f6a7672906e1 | 68bdc094c3eb9ddd1b05a0f2ea1bc672f0b1c7cc | /app/src/main/java/com/example/coloridentifierapplication/ColorIdentity/DatabaseHelper.java | 18c320a1abc0e305113505f8f3bf9bd3744e94a8 | [] | no_license | yanxun95/Year4-Color-Identify | baff7e5fa10a609b786eabcee8610676fd0d5d78 | 3b5cfefd91fb8038cba0be143b3a0daa75bbe41e | refs/heads/main | 2023-04-10T14:04:58.376677 | 2021-04-28T13:54:41 | 2021-04-28T13:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,811 | java | package com.example.coloridentifierapplication.ColorIdentity;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import com.example.coloridentifie... | [
"yanxun951224@gmail.com"
] | yanxun951224@gmail.com |
57ba516a62913714ed7894713b12d649976ba369 | 4679aca76352a53683af7f0d253c9baa6b9ebce1 | /src/test/java/manager/DriverConfiguration.java | bde3fb2df59bb1bf65f8b5492ceb0ca7c0edf569 | [] | no_license | Anastasia0reshnikova/test_architecture | d11756ba80d7a2895d13101ad57161de6b95fed1 | 283351b08f65edd266c6e557d2e4986694967099 | refs/heads/master | 2021-09-05T22:08:39.139075 | 2018-01-31T08:44:56 | 2018-01-31T08:44:56 | 119,550,524 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,089 | java | package manager;
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.WebDriverRunner;
import io.qameta.allure.Step;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.BrowserType;
import static com.codeborne.selenide.Selenide.open;
import static manager.ApplicationManager.g... | [
"piter_ao12@mail.ru"
] | piter_ao12@mail.ru |
b5af0e93948c180c3bdd01b13eb010d2c574a494 | 1e3114350d37f69cb64c45901180867be940deab | /app/src/main/java/com/gmail/nitadewis/tugasinhalnita/MenuList.java | 202573433b16bb2895f1fad8c80de4bda4474f30 | [] | no_license | nitadewi/inhal-pertemuan-5 | a0166f5bfb095f243988141c1cd850539081b077 | 5acde6cf5406a556fdc0e1a5b6198eef53b13fa6 | refs/heads/master | 2020-05-14T04:47:01.511449 | 2019-04-16T13:58:54 | 2019-04-16T13:58:54 | 181,698,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package com.gmail.nitadewis.tugasinhalnita;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
public class MenuList extends ArrayAdapter<String> ... | [
"nitadewis@gmail.com"
] | nitadewis@gmail.com |
04d77a1468b5dfaff876b23ae4b48cf3ec5e52a2 | 0a8bbc5c88f7a362304d5a1547f9999249aec1ff | /BRM/src/com/fc/brms/common/domain/EmployeeContrack.java | 97960e621fcea99d373e04649dd466105a4b7139 | [] | no_license | yangjiugang/teamway | 697ea4296f92d7982166f5607b42b4ece6374a91 | 425cf8b1d0bc759a5f79c40cde700adbef39ba12 | refs/heads/master | 2021-10-20T21:46:13.327612 | 2018-07-30T08:10:01 | 2018-07-30T08:10:01 | 108,513,918 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package com.fc.brms.common.domain;
import java.io.Serializable;
public class EmployeeContrack implements Serializable {
private static final long serialVersionUID = 1L;
private int contrackId;
private int employeeId;
private int contractType;
private String contractNum;
private String contractDoc;
public voi... | [
"250197480@qq.com"
] | 250197480@qq.com |
fb5cb8c3cbeeea3cb9caac5802c31fb8f47eb05a | a502ffe3e324e3900c5efa6f289116c60f17a2e5 | /android/RtcSolutionSuperClassRoom/RTCSuperClassRoom/RTCSuperClassRoom_Demo/src/main/java/com/aliyun/rtc/superclassroom/api/BaseRTCSuperClassApi.java | b9531494c97aada74ec47506bd0caefe98a0c542 | [
"MIT"
] | permissive | aliyun/alibabacloud-AliRtcSuperClass-demo | 172491241a4a0a8acc2e1985e169ddf6b4fee7bd | dc2089cdf1a71e7422a68c7b4804aab9d8f657af | refs/heads/master | 2023-02-11T08:52:19.301825 | 2021-01-06T06:28:56 | 2021-01-06T06:28:56 | 327,001,975 | 11 | 2 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.aliyun.rtc.superclassroom.api;
import com.aliyun.rtc.superclassroom.api.net.OkhttpClient;
import com.aliyun.rtc.superclassroom.bean.IResponse;
/**
* 网络请求的方法
*/
public abstract class BaseRTCSuperClassApi {
/**
* 获取鉴权信息 get请求
*
* @param channelId 房间编号
* @param userId 用户id
... | [
"burui.br@alibaba-inc.com"
] | burui.br@alibaba-inc.com |
271c2f1d2f128fb9eb59e3af4c5d936842d3cc09 | 5314fcf27d865b282ab6cb3ab7fb5f0956eedb23 | /src/collegeproject/Dept.java | 0c3bac0e9347e227455d14422e341a7ceae9b85a | [] | no_license | CodehubX/College-MS3 | 0cf3cdd44c757a5ed9abf8fed910ab389c730bdf | 8d4cf528075e5c8c7dc2e5bddbeda37e99226899 | refs/heads/master | 2020-04-08T16:45:36.991766 | 2018-09-10T17:40:28 | 2018-09-10T17:40:28 | 159,533,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,229 | 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 collegeproject;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.... | [
"manosaaf@gmail.com"
] | manosaaf@gmail.com |
4c22d6afcb2a6560fd4cfe8f979309b7c75be489 | a3478539fa1c2fcfd179f23ebe08b036f55c4df3 | /src/com/bochy/util/DbUtil.java | a14175f868c4392746518128fdf8cd9e7f9d4a5a | [
"MIT"
] | permissive | Green8948/moon_Girl | c1a6f61affad8495f68ce5ce225b9443076c2280 | 195a0b199bd53fbb801b5fe2a585fab20594178f | refs/heads/master | 2020-03-26T01:12:16.570495 | 2018-08-11T05:17:12 | 2018-08-11T05:17:12 | 144,356,911 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 9,176 | java | package com.bochy.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import com.bochy.entity.Admin;
import com.bochy.entity.Category;
... | [
"894814595@qq.com"
] | 894814595@qq.com |
98022e09b240b04bc4ced3daf212d96669c6f8ba | 61715b57842d1e9625c43bcd25b22d06307a0d43 | /src/main/java/br/com/unika/interfaces/IServico.java | 469235301e8011b4cbd51c733f7cf6c3de3209ce | [] | no_license | bordori/Banco | 26674c3056bd06d49c64cba3ba71e8804c29bda9 | ed8028aa603786aa78c921c3eaaccd7e0f36b6ab | refs/heads/master | 2020-04-09T19:27:07.182810 | 2019-01-23T12:42:50 | 2019-01-23T12:42:50 | 160,521,548 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package br.com.unika.interfaces;
import java.io.Serializable;
import java.util.List;
import com.googlecode.genericdao.search.Search;
import br.com.unika.util.Retorno;
public interface IServico<Entidade,id extends Serializable> {
public Retorno incluir(Entidade ent);
public Retorno alterar(Entidade ent);
pu... | [
"jeanbordori@gmail.com"
] | jeanbordori@gmail.com |
ad847e85b508c56ca58196028521fb101e1b1ed3 | 1ab1012a4ecc1cae51c787749b3f7c17d168a629 | /app/src/main/java/com/example/firebasetest/CreateSnapsActivity.java | 087d23750d15e2cfe5e75c27548d3bddbc44a9c5 | [] | no_license | sharmasidharth1910/FirebaseTest | 6c78884c6fa31847e87f7c40aa2fd525e30dc2aa | cddfc6824390528466dcd7cf3589259bd5524974 | refs/heads/master | 2020-12-04T10:45:38.920931 | 2020-01-04T08:46:44 | 2020-01-04T08:46:44 | 231,734,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,620 | java | package com.example.firebasetest;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.drawable... | [
"sharmasidharth1910@gmail.com"
] | sharmasidharth1910@gmail.com |
381adb94336c6b8f028071e51e669655d674433a | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/static_methods/java_lang_String_valueOf_boolean.java | d899ade2426e985dd9d5830a9cf0e357bc03cd7e | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 104 | java | class java_lang_String_valueOf_boolean{ public static void function() {java.lang.String.valueOf(true);}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
eef4f5ecc3f4476495665959148054f15571cfd8 | b336307902d9d74b19ec22c91a99f4d65a1c434f | /flink/src/main/java/state/CountWindowAverage.java | 42a5dd94e039830e8cae11c255ac44eaa16c06e4 | [] | no_license | shejiewei/sjw-all | f529159a87defda6373b3322a89788565c16e302 | 25e03eacc268dded130476d0492ed4990101f256 | refs/heads/master | 2022-09-22T16:28:45.539089 | 2021-03-14T09:35:43 | 2021-03-14T09:35:43 | 166,673,906 | 4 | 0 | null | 2022-09-17T00:05:57 | 2019-01-20T15:00:25 | Java | UTF-8 | Java | false | false | 2,189 | java | package state;
import org.apache.flink.api.common.functions.RichFlatMapFunction;
import org.apache.flink.api.common.state.ValueState;
import org.apache.flink.api.common.state.ValueStateDescriptor;
import org.apache.flink.api.common.typeinfo.TypeHint;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import ... | [
"2284872818@qq.com"
] | 2284872818@qq.com |
49ce1255de39ed93aaad9b85bb86cc3a40d1e3e5 | 157154dcf5685e7897a4caf38f7de1a797dfda5f | /between.java | 491cca20a88cdbf494ecff30b959ae8196e0f37e | [] | no_license | Pockets567/-Go-hear--for-homeowrk-100--no-virus- | a5570d24148fd4b163686562ac8b88c3e0265e6b | c0b3836b674afb7a308554c6f2bc3c0864cf3dc6 | refs/heads/master | 2020-08-01T07:13:09.223713 | 2019-09-25T18:16:54 | 2019-09-25T18:16:54 | 210,910,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | import java.util.Scanner;
public class between
{
public static void main(String[] args)
{
Scanner keyboard = new Scanner(System.in);
int a;
System.out.println("type in a number between 15 and 23");
a=keyboard.nextInt();
if(a>=15 && a<=23)
{
Syste... | [
"54328137+Pockets567@users.noreply.github.com"
] | 54328137+Pockets567@users.noreply.github.com |
fadfedff035925ccdc0df249a5788f9df46b6ac5 | eb67f13cac083233c8374b646a9510572cc2e14f | /src/main/java/com/apihome/spider/ued/task/impl/ChinaUINewsTaskImpl.java | 231d9e45ff9e1d11b35e1255eb1e270be8d49a24 | [] | no_license | jrjr200411/apihome | 9e71864b57db8542b8f3ce6117fb99190030b4ae | 6826b6dbf98d8c3eb949d186c410a1062745bad8 | refs/heads/master | 2021-01-15T18:31:57.750446 | 2013-06-22T06:09:23 | 2013-06-22T06:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,276 | java | package com.apihome.spider.ued.task.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.N... | [
"123363975@qq.com"
] | 123363975@qq.com |
80b8ed7e191102fafd09c0c1dd681f804af6feae | e6b6d53ccb98f813c0901ddd50e053024541948c | /src/core/java/net/dbaeye/dao/support/sql/Select.java | 6513445f9df43ac80c2545b1257f1ae6b36db487 | [] | no_license | oscar810429/spring-jdbc-framework | 7d7876282568a7c256d3a75829d29ace286a3b7c | 2ecb689383b2cca8e2021c69aed1945b7896bf47 | refs/heads/master | 2020-05-22T17:31:41.963873 | 2018-12-12T08:34:37 | 2018-12-12T08:34:37 | 24,257,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,236 | java | /**
* @(#)SQLSelect.java Apr 05, 2012
*
* Copyright 2012 Net365. All rights reserved.
*/
package net.dbaeye.dao.support.sql;
/**
* <p>
* <a href="SQLSelect.java.html"><i>View Source</i></a>
* </p>
*
* @author Zhang Songfu
* @version $Id: Select.java 29 2012-04-06 10:18:35Z zhangsongfu $
*/
public class Sel... | [
"zhangsongfu@192.168.41.121"
] | zhangsongfu@192.168.41.121 |
03c6ea16e9930e79e6929f6909c26f12aee59645 | 4f43480c8c9f3dd3d1a6faeab78df946abbff124 | /apu-robot/src/br/ibm/bsope/main/java/model/IProvince.java | 5d17e644a3ec027eec0779d1fa129578637f61d7 | [
"Apache-2.0"
] | permissive | sidneydemoraes/APU-Robot | 3fec1264022b57d51024952c9e8ba03fc22205dd | ba05d356c237be672957ce9dd334ddaa544054d2 | refs/heads/master | 2021-01-10T03:51:31.509480 | 2015-12-16T21:59:11 | 2015-12-16T21:59:11 | 44,198,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package br.ibm.bsope.main.java.model;
public interface IProvince {
public String getProvinceAcronym();
public String getCanadaTaxOption();
public String getApplicableTaxRegistration();
}
| [
"smcoelhobr@gmail.com"
] | smcoelhobr@gmail.com |
6f370e6bc21124b3f2b5fb7fe321af377a2d50fa | d593ad37a82a6396effceaf11679e70fddcabc06 | /winapi/src/andexam/ver4_1/c13_advwidget/RatingBarTest.java | 0189499cdad8420d00f1a278cae321baf4350255 | [] | no_license | psh667/android | 8a18ea22c8c977852ba2cd9361a8489586e06f05 | 8f7394de8e26ce5106d9828cf95eb1617afca757 | refs/heads/master | 2018-12-27T23:30:46.988404 | 2013-09-09T13:16:46 | 2013-09-09T13:16:46 | 12,700,292 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package andexam.ver4_1.c13_advwidget;
import andexam.ver4_1.*;
import android.app.*;
import android.os.*;
import android.widget.*;
public class RatingBarTest extends Activity {
RatingBar mRating;
TextView mRateText;
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"paksan@daum.net"
] | paksan@daum.net |
75d81dd7a95279e1fe6f7948ac72a5216592c3fb | cd6ecd30989f4177761ad9908b976f816a377218 | /src/main/java/UniqueSlidingWindow.java | debbd27c55659607fc95b1745486f2a9b0944769 | [] | no_license | ajayroopal/mysoln | 5ba7eb395598f4f643ff8a2c09ce7d52c388c596 | 72561e71a361eb00508efe45ec6393e6f8631b67 | refs/heads/master | 2020-06-09T08:26:00.099698 | 2019-06-24T01:04:25 | 2019-06-24T01:04:25 | 193,408,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
public class UniqueSlidingWindow {
public int returnMaxUnique(int[] arr, int k) {
int unique = 0;
Queue<Integer> q = new LinkedList<Integer>();
for (in... | [
"ajayara11@yahoo.com"
] | ajayara11@yahoo.com |
a7416767b197cf800fbcc037d6992a70e5abadef | 72f3f199aea7e5acacda92b43bc9d91ab000f9ef | /Suit.java | 3129ef16f7d9f04e4149c563b074eb614dab78ba | [] | no_license | krla241/BridgeGame-Lab | dc6cf8ea071f7897a7dee25ba7b278f0ae032678 | 60d930bde1e4a7478a804e5db70a7f7d6104dd72 | refs/heads/master | 2020-06-17T09:20:13.604474 | 2019-07-08T22:58:26 | 2019-07-08T22:58:26 | 195,878,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | import java.util.ArrayList;
public class Suit
{
private ArrayList<Card>cards;
private String suitStr;
private final int MIN_LONG=1;
private final int VOID_POINTS=3;
private final int SINGLETON_POINTS=2;
private final int DOUBLETON_POINTS=1;
public Suit(String suitStr) //name of suite
{
this.card... | [
"karla.sosa241@myci.csuci.edu"
] | karla.sosa241@myci.csuci.edu |
f4b153ed0de251f5f105159dc5d5d5f6b219240f | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13544-62-27-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/web/ActionFilter_ESTest_scaffolding.java | 94b125983b778eb15a34ca9fa0e499d569e86233 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Jan 20 01:42:38 UTC 2020
*/
package com.xpn.xwiki.web;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
3d7c0761cdd90b89678d62dd20bd8b7175a74848 | 5e0b56df883f87bcb78059c5a86f3a4409c65893 | /src/main/java/com/agendapersonal/demomiagendapersonal/model/Contacto.java | aa897246a3ea37a47bce667ec0cd122581515885 | [] | no_license | MarielozCL/pruebaAgendapersonal | a792ee80200c4c8b74aecfa5d50e133945c0b9b3 | 6a62ac2bfe4c4816da7151ecb914f962609d0a17 | refs/heads/main | 2023-09-02T13:20:56.468485 | 2021-11-05T00:50:07 | 2021-11-05T00:50:07 | 424,785,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.agendapersonal.demomiagendapersonal.model;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import jav... | [
"marycalonalopez@gmail.com"
] | marycalonalopez@gmail.com |
d020c1f36b099b2f1113b3671e50b322de8cd93e | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project81/src/test/java/org/gradle/test/performance81_3/Test81_286.java | faac3a504bc8d943eab67afad2d0e96cf9591715 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance81_3;
import static org.junit.Assert.*;
public class Test81_286 {
private final Production81_286 production = new Production81_286("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
3aab733b47bf3272db48f635c7047d7e41d5d584 | e97533176509041785486302c97a4722fae61441 | /src/TryingHomework/HW166MethodsWithString1MergeThem.java | b19d27aa95d4ce1311d14367736a0f8c4c3e9170 | [] | no_license | ejalilova/Java-Practice | ce05fa36db4ff15964ad591386a479ef6023d010 | 17492b2ab3ae9c31e8a1d52f8e2488d32c96bc91 | refs/heads/master | 2020-05-18T10:18:16.058544 | 2019-06-11T18:37:23 | 2019-06-11T18:37:23 | 184,348,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package TryingHomework;
public class HW166MethodsWithString1MergeThem {
public static void main(String[] args) {
// String ymp = "13579";
// System.out.println(ymp.substring(3));
System.out.println(mergeStrings("1357","246"));
}
public static String mergeStrings(String one, String two) {
String str = "";
... | [
"ejalilova@gmail.com"
] | ejalilova@gmail.com |
6076f328d7c16222c809fd447cc4e0af9fdba4ca | c93e909cfa8a5a0b1a4f5b82956a51e4f06c6303 | /Jabref_Beta_2_7_Docear/src/java/net/sf/jabref/imports/ImportInspector.java | 00e637a9ea4286a5189f5476fe81135061409e9f | [] | no_license | gaobrian/Desktop | 71088da71994660a536c2c29d6e1686dfd7f11a1 | 41fdbb021497eeb3bbfb963a9e388a50ee9777ef | refs/heads/master | 2023-01-13T05:13:46.814353 | 2014-10-29T05:54:50 | 2014-10-29T05:54:50 | 25,906,710 | 2 | 0 | null | 2022-12-26T18:11:07 | 2014-10-29T05:56:26 | Java | UTF-8 | Java | false | false | 1,110 | java | package net.sf.jabref.imports;
import net.sf.jabref.BibtexEntry;
/**
* An ImportInspector can be passed to a EntryFetcher and will receive entries
* as they are fetched from somewhere.
*
* Currently there are two implementations: ImportInspectionDialog and
* ImportInspectionCommandLine
*
*/
publi... | [
"mueller@docear.org"
] | mueller@docear.org |
a6a7a65b158cf32e74a0165a3b8fe8b56a4c4546 | 1ba579387b06bfd01b42d9f8b43169e9cbea9a0e | /src/main/java/com/liuyq/jvm/proxy/Generator.java | 485506e93fe231146e41c84f4d7d351dffc71786 | [] | no_license | liuyq913/liuyq-java | 734ef0cf9276d4cc604f923215822354e6b2cd45 | 02cc96657ac615ad5d957254b670c7b804081e45 | refs/heads/master | 2022-12-01T14:35:54.725549 | 2022-11-08T11:53:02 | 2022-11-08T11:53:02 | 123,222,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.liuyq.jvm.proxy;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.ClassWriter;
import java.io.File;
import java.io.FileOutputStream;
/**
* @author liuyuqing
* @className Generator
* @description
* @date 2022/6/30 3:13 下午
*/
public class Generator ... | [
"liuyuqing@sright.com"
] | liuyuqing@sright.com |
93944e2b68a8f5ec252bbd17afcf430369a01a04 | 36df8bc36e49afe076a6ec83b7351f2624e30372 | /dactiv-orm/src/main/java/com/github/dactiv/orm/core/spring/data/jpa/restriction/support/LLikeRestriction.java | c00f423c591402ab878f1b407cb515766800d014 | [
"Apache-2.0"
] | permissive | makegoodsecret/base-framework | 61a69f2d162cab09bb376d86bc71690ebaa13d7d | 604b85ffde724d9bb0e97baab6c79724cf364a20 | refs/heads/master | 2021-01-18T08:14:31.121544 | 2017-04-01T06:46:41 | 2017-04-01T06:46:41 | 25,120,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,875 | java | /*
* Copyright 2013-2014 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"es.chenxiaobo@gmail.com"
] | es.chenxiaobo@gmail.com |
423b038dd7fa708dfa1800b4f4725865777fa983 | ecdcac7b28276516494706d763599e2bbaabf325 | /src/com/yth/JDBC上/jdbc4/preparedstatement/PreparedStatementQueryTest.java | 6520651487190f99097ed7b4b75960de52ba1f93 | [] | no_license | deleave/JDBC | 4f68b605b6f02dbad507965eb80a028992e855eb | f3b96e32f0808cc3b76b696e84e10f9da98de8b2 | refs/heads/master | 2023-04-22T12:44:36.990272 | 2021-05-13T15:34:02 | 2021-05-13T15:34:02 | 366,621,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,256 | java | package com.yth.JDBC上.jdbc4.preparedstatement;
import com.yth.JDBC上.jdbc2.bean.Customer;
import com.yth.JDBC上.jdbc2.bean.Order;
import com.yth.util.JDBCUtils;
import org.junit.Test;
import java.lang.reflect.Field;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sq... | [
"echo@gmail.com"
] | echo@gmail.com |
fec002df08ded3c0af1ae8ec4f0b22ac80ec6b48 | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/9026729d15f1410a9065c8c7092f8295.java | 357f8aa6f6b397021b39b550d553cc7a7dade7d7 | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589346 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44 | java | class HdFii73 {
}
class tgzwd1XxIvcV {
}
| [
"hello@philkrones.com"
] | hello@philkrones.com |
fa91bde037748b0c5acd57392185cc680f6daec3 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/com/huawei/hilink/framework/aidl/IHilinkService.java | 54fa2bf86e1154d2048003be496e60dc817d2a3e | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,114 | java | package com.huawei.hilink.framework.aidl;
import android.app.PendingIntent;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.huawei.hilink.framework.aidl.IConnectResultCallback;
import com.huawei.hilink.framework.... | [
"dstmath@163.com"
] | dstmath@163.com |
c1049788b41a33dd731029498847fc9064081118 | f4b442e2e8ae44f58795dba793cba43c5944d97b | /app/src/main/java/protego/com/protegomaximus/KDDConnection.java | cea3fd0fb16d162a1547b5eb92a20841108606df | [] | no_license | liahos/ProtegoMaximus | 257f37eb7174141cbe692ce3d9d2ff83bca10ca6 | 1900a1e6ef0c3aa597bf21e2dbf924721a122e95 | refs/heads/master | 2021-01-18T00:43:32.244384 | 2015-01-28T20:04:04 | 2015-01-28T20:04:04 | 29,983,407 | 0 | 0 | null | 2015-01-28T19:09:16 | 2015-01-28T19:09:16 | null | UTF-8 | Java | false | false | 10,145 | java | package protego.com.protegomaximus;
/*
* Creates an object for the connection record with the KDD Cup '99 data set features.
* Of the 41 features in the KDD Cup '99 data set, features 10 to 22 have been removed as they
* are not related to smartphones. Hence, this object will contain 28 features.
*/
import java.i... | [
"mukti.827@gmail.com"
] | mukti.827@gmail.com |
d95ec65802b5904f0897c916caa99a415d0f9d0d | 5148293c98b0a27aa223ea157441ac7fa9b5e7a3 | /Method_Scraping/xml_scraping/NicadOutputFile_t1_beam_2nd/Nicad_t1_beam_2nd828.java | fbd8cad91d4d5fe29b431530b2dfd646c5143c28 | [] | no_license | ryosuke-ku/TestCodeSeacherPlus | cfd03a2858b67a05ecf17194213b7c02c5f2caff | d002a52251f5461598c7af73925b85a05cea85c6 | refs/heads/master | 2020-05-24T01:25:27.000821 | 2019-08-17T06:23:42 | 2019-08-17T06:23:42 | 187,005,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | // clone pairs:4472:70%
// 5598:beam/runners/core-java/src/main/java/org/apache/beam/runners/core/triggers/AfterProcessingTimeStateMachine.java
public class Nicad_t1_beam_2nd828
{
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof AfterProcessingTime... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
4a2545d3802f18679db5d0f15b9340c0c9f78e1e | 0bc2e5c44aa61207290d9d5a86105225399915c5 | /Assessment/src/com/ibm/Assessment/Application.java | dfbc9b36906860b24c6977099d0a65fe1cde0cff | [] | no_license | IBMRupak/day1 | 1920c496d1c56b4448f1dd2b841373b242b4d8f7 | 7f8bf6600a7904f3d1629fc353a48bae1da0207b | refs/heads/main | 2023-04-03T02:57:38.831428 | 2021-03-30T15:45:19 | 2021-03-30T15:45:19 | 345,996,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.ibm.Assessment;
public class Application {
public static void main(String[] args) {
Bug bug = new Bug(111,"Rohan","Compiler","error",BugStatus.Open,Priority.Urgent);
}
}
| [
"ibmjavanh20@iiht.tech"
] | ibmjavanh20@iiht.tech |
1979c3cdcb8b9aba8609143bf0154527915d2e26 | 8ffe119fece9c2f630ba912717071f6fb45aea1e | /app/src/main/java/com/ybj/myapplication/java/genericity/Banana.java | 87ed4535b50fb7652c7992d12ebd3e062c3015a3 | [] | no_license | AndGirl/Kotlin | fb8ebd0a4f48a6285fe813f6c69db85f36c2de35 | 00927776cd16a7dfaf7bbe6e5da14fdee61126ed | refs/heads/master | 2022-11-25T19:39:24.859213 | 2020-08-04T13:35:39 | 2020-08-04T13:35:39 | 274,060,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.ybj.myapplication.java.genericity;
/**
* Created by 杨阳洋 on 2020/6/23.
*/
public class Banana implements Fruit {
@Override
public float weight() {
return 1;
}
}
| [
"15390264297@163.com"
] | 15390264297@163.com |
a9ec5919577184f3d2a02d86237813bf5932648a | 6bfee90cc5225a225043bd1b59b5334495c70b11 | /src/main/java/com/test/campaingapi/controller/CampaignController.java | 9c6ede296c0cb93674688895fb913199a758fa76 | [] | no_license | renanpallin/spring-campaign-teams | ddd78f7fa145c2a508bd72aa3d2e68d429916141 | d96ec2ba8ce191fb923b3d03f323004b09a976bf | refs/heads/master | 2021-01-22T18:38:24.597492 | 2017-08-21T05:58:45 | 2017-08-21T05:58:45 | 100,760,141 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,298 | java | package com.test.campaingapi.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.a... | [
"renanpallin@gmail.com"
] | renanpallin@gmail.com |
79951dae7972e4f191b2a9e287b22e1ad0cd87fa | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-12584-1-16-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateStore_ESTest_scaffolding.java | 8b257fa73eb795411005de8299250341d7eddf9b | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Apr 07 20:37:34 UTC 2020
*/
package com.xpn.xwiki.store;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
cbe2bae0566a82d33d6edf6586ce43d24a4f85d2 | 2a45fd01e2e9dc7e9c5b9e509eb0815a5acf3e71 | /MediaMonitoringApp/app/src/main/java/com/academy/ndvalkov/mediamonitoringapp/common/events/main/UpdateSummaryEvent.java | 8a1e9393b237f92b633aad0c9de9aeebd1e35126 | [
"MIT"
] | permissive | ndvalkov/Android-Course-Project | 8ff0471c420fad563b84392be74c8c59c76fff95 | 96cce329ada1e0cee80bd5cf1457141d01275c28 | refs/heads/master | 2021-07-11T04:56:09.505488 | 2017-10-13T13:44:16 | 2017-10-13T13:44:16 | 104,304,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package com.academy.ndvalkov.mediamonitoringapp.common.events.main;
/**
* An event object that will be passed as a result to
* the subscribed methods from other classes and threads.
*/
public class UpdateSummaryEvent {
public final boolean update;
public UpdateSummaryEvent(boolean update) {
this.up... | [
"ndvalkov@abv.bg"
] | ndvalkov@abv.bg |
2750fc1b8dd8f15b6476aa419f501e2a3869b264 | 8810972d0375c0a853e3a66bd015993932be9fad | /modelicaml/kepler/org.openmodelica.modelicaml.validation/src/org/openmodelica/modelicaml/validation/rules/classes/C45_FinalStateHaveNoOutgoingTransitionsConstrainst.java | 8c966638a3d152991cac155735cd6a7e4a6b476e | [] | no_license | OpenModelica/MDT | 275ffe4c61162a5292d614cd65eb6c88dc58b9d3 | 9ffbe27b99e729114ea9a4b4dac4816375c23794 | refs/heads/master | 2020-09-14T03:35:05.384414 | 2019-11-27T22:35:04 | 2019-11-27T23:08:29 | 222,999,464 | 3 | 2 | null | 2019-11-27T23:08:31 | 2019-11-20T18:15:27 | Java | WINDOWS-1252 | Java | false | false | 2,947 | java | /*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
* c/o Linköpings universitet, Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
* THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 ... | [
"wschamai"
] | wschamai |
268651bcd3662d911e53f752e30dbbc5dbb46e53 | 024265faf2e58312f45ead4c26ff537811a00a81 | /app/src/main/java/com/example/yazhai1226/androidtest/Observer/ObserverTest.java | cdf78840bcd3cc69864be394bd2fbcfc20a6f395 | [] | no_license | VincentLoveAndroid/AndroidTest | 28beccdb3b4d93320fffaa23ccda91350545336b | 36987dea257d4c646d9adab0ceab0891aff9bbc2 | refs/heads/master | 2021-01-13T08:40:17.943978 | 2016-11-18T04:19:12 | 2016-11-18T04:19:12 | 72,271,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package com.example.yazhai1226.androidtest.Observer;
/**
* Created by MingRen on 2016/8/30.
*/
public class ObserverTest {
public static void main(String args[]) {
MySubject subject = new MySubject();
Observer1 observer1 = new Observer1();
Observer2 observer2 = new Observer2();
s... | [
"674928145@qq.com"
] | 674928145@qq.com |
55caac1145b87cbd8aa7ef590211b4135950b4a8 | fa4ca2265cba6a5c626e11c0134939cc85b26e71 | /notification-sending-system/src/main/java/com/example/javamvnspringbtblank/dao/NotificationDao.java | bf5cac310a5e4e6a71f7506de2bcfa7424d2de7e | [] | no_license | atkuzmanov/notification-system-kafka-evo | df9a5607b1f3652297e9109b659ed0e484530a54 | cb7c4ab650ccbdc729f3f9941b21c5cc74099e54 | refs/heads/main | 2023-02-02T10:44:08.799360 | 2020-12-22T08:37:21 | 2020-12-22T08:37:21 | 321,991,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.example.javamvnspringbtblank.dao;
import com.example.javamvnspringbtblank.model.BasicNotification;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
/**
* MySQL Database Data Access Object (DAO) CRUD (Create Read Update Delete) repository.
*/
@R... | [
"atkuzmanov@gmail.com"
] | atkuzmanov@gmail.com |
df15781c391d8444391ff7a1da67fe923b5e9848 | 0fb0fa04615616f50261a9b157b4c1a3eb81adee | /gmall-oms/src/main/java/com/atguigu/gmall/oms/entity/OrderItemEntity.java | 0d10e7bce3b54aa3c1e74d8dc94806012b14d1d7 | [
"Apache-2.0"
] | permissive | youaremyhoney/gmall | 56848394ecaef119496e3cbbccc04cb70ef24ede | fd6f86acbe266df89ff2b523acea0579454cda0f | refs/heads/master | 2022-12-14T11:09:33.526900 | 2019-11-15T00:45:45 | 2019-11-15T00:45:45 | 218,020,994 | 0 | 0 | Apache-2.0 | 2019-10-29T15:28:16 | 2019-10-28T10:25:39 | JavaScript | UTF-8 | Java | false | false | 3,091 | java | package com.atguigu.gmall.oms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import... | [
"525409941@qq.com"
] | 525409941@qq.com |
6452e7463d05961cb3f840388b7d63673455c12e | 52ab979d0f05be96d58803c328df4e67d6768c4d | /app/src/androidTest/java/adnandanny/paknews/ExampleInstrumentedTest.java | 43c11800a3f8c3675eecfcb643e9dc11c41edde5 | [] | no_license | Adnan7k/PakNews | c08e24f177628000f18485b706e7c91c035cc679 | 7c086f40ea1f1be7a9cd8ca9f94ab83143bd577e | refs/heads/master | 2021-07-19T12:43:46.026122 | 2017-10-27T09:08:37 | 2017-10-27T09:08:37 | 108,524,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package adnandanny.paknews;
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.*;
/**
* Instrumentation test, which will execute on an Android d... | [
"adnandani7k@gmal.com"
] | adnandani7k@gmal.com |
aa43581c04482566f99e336c2e200538546b8f1e | 0f68807a666e283e63216235d0b0f4222cf66f69 | /eyetouch-seentao-be/iuap-pcomments-api/src/main/java/com/yonyou/pcomments/api/PcommentsQueryService.java | b12ea9193ff8d12be76a491a8cc382cb7d035c10 | [] | no_license | HiHaker/eyeTouch | 709e1a88fbe5d6f539c1d9bb8d926f9a945d33c5 | 752fd12221ce1c035e8ddc6a3514d2a8ee83289b | refs/heads/master | 2022-07-10T15:00:54.724060 | 2019-11-11T07:04:00 | 2019-11-11T07:04:00 | 207,545,728 | 1 | 0 | null | 2022-06-21T01:51:39 | 2019-09-10T11:52:02 | Java | UTF-8 | Java | false | false | 486 | java | package com.yonyou.pcomments.api;
import com.yonyou.pcomments.dto.PcommentsDTO;
import com.yonyou.iuap.ucf.common.rest.SearchParams;
import com.yonyou.cloud.middleware.rpc.RemoteCall;
import java.util.List;
/**
* RPC 调用接口声明
* @author
* @date 2019-10-2 20:07:08
*/
@RemoteCall("iuap-eyetouch-seentao-server")
publ... | [
"hujianlongynu@163.com"
] | hujianlongynu@163.com |
2e56b0c80b419309ae6222bbe2b9f9809ef77b7b | 932480a6fa3d2e04d6fa0901c51ad14b9704430b | /jonix-onix3/src/main/java/com/tectonica/jonix/onix3/BibleTextOrganization.java | 03eed3f35bc20f49dc3bec67bc2986c26de0ae05 | [
"Apache-2.0"
] | permissive | hobbut/jonix | 952abda58a3e9817a57ae8232a4a62ab6b3cd50f | 0544feb4b1ac8fd7dfd52e34e3f84d46eae5749e | refs/heads/master | 2021-01-12T08:22:58.679531 | 2016-05-22T15:13:53 | 2016-05-22T15:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,111 | java | /*
* Copyright (C) 2012 Zach Melamed
*
* Latest version available online at https://github.com/zach-m/jonix
* Contact me at zach@tectonica.co.il
*
* 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 ... | [
"zach@tectonica.co.il"
] | zach@tectonica.co.il |
3fef685a01e7defa4e3e3a50325dd13a4ef442b1 | fe2633b35a882f094fd4dd77e680127096821a62 | /src/main/java/com/audio/DAO/PayDAO.java | 315a72913d8a917695b0e6f3a87546f99b5d208c | [] | no_license | jun1101/Test | 84e89bc1804e419d2d5c7b9789dd62839b30e342 | 3d96e6ec7c894f27d5ec171e040533a712ac5949 | refs/heads/master | 2022-02-07T06:17:23.293633 | 2022-01-05T06:36:56 | 2022-01-05T06:36:56 | 253,834,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package com.audio.DAO;
import com.audio.VO.PayVO;
import com.audio.VO.userVO;
public interface PayDAO {
public void insertPay(PayVO vo) throws Exception;
public int firstPayUpdate(userVO vo) throws Exception;
public int payUpdate(userVO vo) throws Exception;
}
| [
"ojh1489@gmail.com"
] | ojh1489@gmail.com |
6256209f9fc3c3dd38e2916f3e434e4d21800b76 | 9d271e07c8499a95845c0ba4a41820ec49afcfa9 | /colorpicker/src/main/java/com/konstantinidis/harry/colorpicker/slider/AlphaSlider.java | 95c849d25de330195ecd90fdd57e6650aa2ce4ee | [] | no_license | Harry1994/Solace | bda6b1f00acb65bee81da2942d2b3aa62441da78 | 360d8bc148f5673628a6e52e6d61a325f0dfedeb | refs/heads/master | 2020-04-08T13:24:15.471435 | 2018-11-27T19:32:30 | 2018-11-27T19:32:30 | 159,389,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,414 | java | package com.konstantinidis.harry.colorpicker.slider;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.util.AttributeSet;
import com.konstantinidis.harry.colorpicker.ColorPickerView;
import com.konstantinidis.harry.colorpi... | [
"xkonstantinidis94@gmail.com"
] | xkonstantinidis94@gmail.com |
b88bdd4e5d94685839fa674241ca7cc04afbcde5 | aaf329ca081f14c512fdc44c4491b90e9955a68f | /app/src/main/java/com/android/mvp2/inject/scope/PerActivity.java | 7efbdd0933c625b11ef9391c67b3a2eb718d8c0e | [] | no_license | cacarun/MyMVPDemo2 | d253f46627c54d1425583386582581a412d9fb25 | 1cac0e655eeb9aefba66f30b1cb51a6eac2ca02e | refs/heads/master | 2023-04-16T03:19:44.859952 | 2016-06-28T13:06:52 | 2016-06-28T13:06:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.android.mvp2.inject.scope;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
/**
* In Dagger, an unscoped component cannot depend on a scoped component. As
* {@link edu.com.app.injection.component.Appli... | [
"caijiawei@ebangshou.me"
] | caijiawei@ebangshou.me |
65c6df3dd18f583046f684238e7578f62efc7de3 | 6b82417de7921a176c21175fab70cf0ab6a73a16 | /src/main/java/com/moviestore/domain/Credit.java | 3c4db5b436ad9664a436bbe6ff37378dc844e527 | [
"MIT"
] | permissive | tanbinh123/movie-store-springboot-tutorial | 5239dd46be5ea761e5d042e6df58443648983ee8 | 49e89ad59dd0d52f92e5da480d7c0fff6260ac5f | refs/heads/master | 2023-03-18T08:09:27.660209 | 2017-12-20T22:41:24 | 2017-12-20T22:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package com.moviestore.domain;
public class Credit {
private String name;
private String role;
private boolean star;
public Credit(String name, String role, boolean star) {
super();
this.name = name;
this.role = role;
this.star = star;
}
public String g... | [
"igliop@gmail.com"
] | igliop@gmail.com |
65a091eb0ca2fe6811f56987f0ce9c2c12a6e3ac | 6e3ddabdb1c177c120e9d66dbdc7b9bb3f583b40 | /build/project/src/com/safeDelivery/service/UserService.java | 6ab9e5409a30591e9c0f67fc0859c3e2d268dbde | [] | no_license | MoiseGui/safeDelivery | 778f764e462294a7921ee79afad9e0db3d43862a | 530e3287e29aff0367f4a5ed3c4a4bb6a2b1fab9 | refs/heads/master | 2021-05-23T14:01:06.271465 | 2020-04-27T19:43:51 | 2020-04-27T19:43:51 | 253,325,665 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.safeDelivery.service;
import com.safeDelivery.model.User;
public interface UserService {
public long existByEmailAndPass(String email, String pass);
public User getUserByEmail(String email);
public User getUserById(long id);
public long addUser(User user);
public int disableUserByEmail(Strin... | [
"besto@Moïse-Gui"
] | besto@Moïse-Gui |
cbddf2f3c93cc72657e33692525fb25947ca0b1d | e9770dd1289d90ff19486f7b7de879a2cd4c5490 | /AnalizadorLexico/src/analizadorlexico/AnalizadorLexico.java | b4c54be1f3decdbf83350b04ddb89ef481a91f85 | [
"MIT"
] | permissive | Skullcachi/compiladores2-analizadorlexico | a2224d40518e9d99c472cbee25e63a33e1f284d2 | 9ff90d5af0c3622cf22bf1290037028aab440a96 | refs/heads/master | 2020-07-11T14:08:31.769154 | 2019-09-28T00:36:57 | 2019-09-28T00:36:57 | 204,562,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | 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 analizadorlexico;
import java.io.File;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.logging.Level;
... | [
"molinasergio.delta@gmail.com"
] | molinasergio.delta@gmail.com |
f5091b42baa476399e5addbd96b85b3959f289f4 | 6acce890ffff72ffc56de6910274c506ddf77503 | /src/main/java/cliente/Empresa.java | d14731fff08eb87738db2ad6ace9096c5d2b8924 | [] | no_license | ProgramacionAvanzadaUJI/FactoryPatternEnumeraciones | f4d012df4c7b73447f9375954725972ebb57ce6d | d86c911a0a9d93d9e6373878aeac97b3ce777067 | refs/heads/master | 2023-04-03T06:09:02.137098 | 2023-03-29T08:42:16 | 2023-03-29T08:42:16 | 55,400,489 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package cliente;
import cliente.Cliente;
/**
* Created by oscar on 4/4/16.
*/
public class Empresa extends Cliente {
public Empresa(String nif, String nombre) {
super(nif, nombre);
}
}
| [
"oscar.belmonte@uji.es"
] | oscar.belmonte@uji.es |
e3be0cb550650b39489f0457538487008c773c32 | 47119d527d55e9adcb08a3a5834afe9a82dd2254 | /tools/apidocs/src/main/test/com/emc/difftests/ApiClassDiffTests.java | 1f1dd277feb564b6729b51c7827248d5fba8e385 | [] | no_license | chrisdail/coprhd-controller | 1c3ddf91bb840c66e4ece3d4b336a6df421b43e4 | 38a063c5620135a49013aae5e078aeb6534a5480 | refs/heads/master | 2020-12-03T10:42:22.520837 | 2015-06-08T15:24:36 | 2015-06-08T15:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,473 | java | package com.emc.difftests;
import com.emc.apidocs.differencing.DifferenceEngine;
import com.emc.apidocs.model.ApiClass;
import com.emc.apidocs.model.ApiField;
import com.emc.apidocs.model.ApiMethod;
import com.emc.apidocs.model.ChangeState;
import com.google.common.collect.Lists;
import java.util.Collections... | [
"review-coprhd@coprhd.org"
] | review-coprhd@coprhd.org |
afe8238a04995c7b70521396d2ac7629a9660446 | 2125628fcb7239534f5f30f88fe2641fd7e256c8 | /app/src/androidTest/java/top/isense/demo/testsensor/ApplicationTest.java | 489e49318781cafb0b38fea06dd2ee4bc3fa0fee | [] | no_license | rickf91/TestSensor | 49fee9feeb98572b00fce9b59b25c319f79b0ce8 | 060b12e0b3d75a21b40883d47f90a431e48632a1 | refs/heads/master | 2020-12-26T03:21:44.095185 | 2016-10-05T05:33:42 | 2016-10-05T05:33:42 | 68,783,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package top.isense.demo.testsensor;
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() {
... | [
"rickf91@sohu.com"
] | rickf91@sohu.com |
96639800d0fab7a5561de65f2c0a6d2bcff1cf8b | 70203300d489c97da1a444c18de6235bdb4a83ff | /src/DAOImpl/DAOBookImpl.java | 5c3a4db592dffe37d116385cf6a3e985a2e631c5 | [] | no_license | Pasha7520/LibrarySql | a0672483961d188cf79a1c9cb942977daff1c814 | 4f41d19ac5524033f7193d69e0e651374c441109 | refs/heads/master | 2020-03-15T18:38:12.791532 | 2018-05-05T22:15:05 | 2018-05-05T22:15:05 | 132,288,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,835 | java | package DAOImpl;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.SQLQuery;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.mysql.jdbc.PreparedStatement;
import entity.Author;
import entity.Book;
import ent... | [
"pasha.ganuliak@mail.ru"
] | pasha.ganuliak@mail.ru |
103ce98e25b9ec43f1098b939888d0ad8a2326d0 | 93dd4c645cc9da8be21157dccd47952779c234c7 | /JAVA_SE/20200109_Scanner类Random类ArrayList类/src/Scanner类/ScannnerDemo2_Max.java | d06f9fe96c9bc67cc58f061aac64057430a304f6 | [] | no_license | Shanshan-Shan/JavaPractice | 620fbaa878fe0574090cb7fea3868a547dbf6106 | a48a57065d9eb460d2d58d7249038619016db88c | refs/heads/master | 2020-08-27T23:14:50.197482 | 2020-05-12T14:16:31 | 2020-05-12T14:16:31 | 217,516,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package Scanner类;
import java.util.Scanner;
//键盘输入三个int数字,然后求出其中的最大值。
public class ScannnerDemo2_Max {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("请输入第一个数字a:");
int a = sc.nextInt();
System.out.println("请输入第二个数字b:");
int... | [
"2651351234@qq.com"
] | 2651351234@qq.com |
c0afb691f39a168ebce7611e9242f4f25e8acc07 | 4f3d59101c8ff8c1295bba6236820c0b30deb1ea | /core/src/main/java/org/springframework/security/saml/SAMLAuthenticationToken.java | 03e8db9ae79b454004ae9e1ec0952fd644964455 | [] | no_license | chubbard/spring-security-saml | 57d97a528f84210afa820ba7279a1b685f69364e | 34580782adc87974287c9d063db582c5b6ce8a63 | refs/heads/master | 2021-07-31T20:12:49.460740 | 2021-07-17T22:10:33 | 2021-07-17T22:10:33 | 218,110,976 | 1 | 0 | null | 2019-10-28T17:52:39 | 2019-10-28T17:52:38 | null | UTF-8 | Java | false | false | 2,521 | java | /* Copyright 2009 Vladimir Schäfer
*
* 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 applicable law or agreed ... | [
"fhanik@pivotal.io"
] | fhanik@pivotal.io |
3f28bc8c0e6406b89ee123f6d649f67ede91baa2 | 80118fa300bb0ae9f136e4cb68ff44f28381d104 | /src/com/tz/user/service/impl/UserServiceImpl.java | 5ac8c9f691bb110dbe68d2c6936321566f7876a3 | [] | no_license | xhj224/crm01 | 24c3dcd5cae64d2e06a641749769c5d1ad8ba5af | 080015d13882fc48497c6179c16d9b4c24af8627 | refs/heads/master | 2021-01-12T01:05:03.132841 | 2017-01-09T05:36:38 | 2017-01-09T05:36:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.tz.user.service.impl;
import com.tz.entity.User;
import com.tz.user.dao.IUserDao;
import com.tz.user.service.IUserService;
import com.tz.util.BeanFactory;
public class UserServiceImpl implements IUserService {
IUserDao userDao = (IUserDao) BeanFactory.getBean("userDao");
@Override
public User login(S... | [
"xhjxhj224@163.com"
] | xhjxhj224@163.com |
17813675a5aec20e31eda9fea34d09ca9bc67e4d | 28c9dbc1f8d9c4083534dbb2eb623781107619ef | /src/pubhub/dao/BookDAO.java | e5a471439c3ee641bed7a8075168257547b369ef | [] | no_license | haydenhw/PubHub | 29164ec3201a7108b91aae85c3b05f4257e46651 | b6a1b8a8a480aefd650c468b1c18da09cd94eabf | refs/heads/master | 2023-01-09T17:55:36.112619 | 2020-11-07T23:59:58 | 2020-11-07T23:59:58 | 309,244,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package pubhub.dao;
import java.util.List;
import pubhub.model.Book;
/**
* Interface for our Data Access Object to handle database queries related to Books.
*/
public interface BookDAO {
public List<Book> getAllBooks();
public List<Book> getBooksByTitle(String title);
public List<Book> getBooksByAuthor(String ... | [
"hayden321@gmail.com"
] | hayden321@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.