blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 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 689M ⌀ | 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 131
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 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
df38b599ac4de33c1f27976ecb03ef20a207af77 | 3c416386a4f49060f904f5ec6af0dc1ca4910096 | /SC_Q2_2015/Chapter_5/src/pets/Swimmable.java | a38ecd6e740ba5d2eb72f7a62522e35b9dd8c47a | [] | no_license | imusiievych/java_for_kids | d5a7fe1be1ad259878467cd4ed3e8a1444897a47 | dc99783347f6f92d52b3e40fe8e4e7e9ac54feea | refs/heads/master | 2021-01-19T03:12:39.378227 | 2015-07-06T12:48:58 | 2015-07-06T12:48:58 | 37,852,143 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package pets;
/**
* Created by imusiievych on 5/19/15.
*/
public interface Swimmable {
static final int MAX_DEPTH = 10; // in feet
public void swim(int howFar);
public default void dive(int howDeep){
if (howDeep > MAX_DEPTH){
System.out.println("Can't dive, sorry");
}
}... | [
"imusiievych@cogniance.com"
] | imusiievych@cogniance.com |
a027333a820f4a28fb34c42402d1385e70b3b399 | 9efc27280e78318f9b9447fb0d64bad786068541 | /src/com/shopping/test/bean/CartBeanTest.java | 27f3d75f83a3e10e30800ea0f4ed2fb66772541b | [] | no_license | krishna1994/ShoppingCart | 2f51afa025ce884cb3b3fb244f23c45b74385482 | 3437a9b1fe2607861e8d5c59c1e5fb2e80871dc1 | refs/heads/master | 2021-01-13T15:09:09.992756 | 2016-12-20T11:24:09 | 2016-12-20T11:24:09 | 76,228,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.shopping.test.bean;
import static org.junit.Assert.*;
import org.junit.Test;
import com.shopping.bean.CartBean;
public class CartBeanTest
{
@Test
public void setCartIdtest()
{
CartBean cartBean=new CartBean();
cartBean.setCartId(0);
//assertEquals(0, cartBean.getCartId());
}
@... | [
"singhkrishna1994@gmail.com"
] | singhkrishna1994@gmail.com |
1c99e909d4341816968320cfc263c3ad8cf22f07 | f8d7766d896452161118814098709600347d3f25 | /src/test/java/facades/LikedMovieFacadeTest.java | 3e70b02177c0452d061213446761789c090620d3 | [] | no_license | PatrickJahn/eksamens_prep | 1eaa1f08d38541217993c3f9649983e7fdaa784f | 6372f8678e309226ed2c35f4fc716dd379438d9f | refs/heads/master | 2023-02-10T17:15:39.461065 | 2021-01-12T18:22:11 | 2021-01-12T18:22:11 | 328,954,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,187 | java | package facades;
import utils.EMF_Creator;
import entities.LikedMovie;
import entities.User;
import errorhandling.API_Exception;
import java.io.IOException;
import java.util.concurrent.ExecutionException;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import org.junit.jupiter.ap... | [
"Patrick.jackobsen.jahn.109@gmail.com"
] | Patrick.jackobsen.jahn.109@gmail.com |
fa8cb22ab81843d59d048299d0a34f8c49b7f5ee | 9f691c6207e1f053f8c77534e40b87c0872a8b25 | /app/src/main/java/com/codepath/apps/restclienttemplate/TimeLineActivity.java | 511aca55ac6fc27134fd8a5b9987e92ad5d10be5 | [
"MIT",
"Apache-2.0"
] | permissive | noahlee24/SimpleTweet2 | 1cd88fa5a728f0cb1dbcf966b855cd422027a8b6 | 4aaa45f51c92837be1d8fbdee9d97fcd9215c60f | refs/heads/master | 2022-12-20T03:34:07.214254 | 2020-09-29T03:36:05 | 2020-09-29T03:36:05 | 299,495,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,947 | java | package com.codepath.apps.restclienttemplate;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
import android.os.Bundle;
import android.util.Log;
im... | [
"70231341+noahlee24@users.noreply.github.com"
] | 70231341+noahlee24@users.noreply.github.com |
fe297a1c8043260d05b3cae04cb2650361259634 | 77c823615f8bca9105829ce0d5bb254e6cecca75 | /src/main/java/com/csx/mooc/singleton/Singleton3.java | 7e824339404c2faaefb38c9d217d48c7da8f378a | [] | no_license | chensongxian/concurrency | a2b0d772cadab20c1acc9bdcf23c151590bc1ae7 | 6d80e95b2000b3c746e85b24822b356652fd5998 | refs/heads/master | 2021-08-19T03:29:05.346345 | 2021-06-25T06:13:55 | 2021-06-25T06:13:55 | 138,052,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.csx.mooc.singleton;
/**
* 描述: 懒汉式(线程不安全)
*/
public class Singleton3 {
private static Singleton3 instance;
private Singleton3() {
}
public static Singleton3 getInstance() {
if (instance == null) {
instance = new Singleton3();
}
return instance;
... | [
"csx1164077611@gmail.com"
] | csx1164077611@gmail.com |
fddb1254e7191f04be7412156e61475bdf93e7f4 | 20888864ed6a19cfca7a500582c3d0cee735103d | /app/src/main/java/de/choesel/blechwiki/DividerItemDecoration.java | 4f46b9427ee631676e801081bfe9c78c8b3a8763 | [
"Apache-2.0"
] | permissive | ChristianHoesel/android-blechwiki | be88db68253560193c8f6ce252e7cd913304370b | 17e9ac7a0ddb1bbcea461640cb2ec9dd45f2d22d | refs/heads/master | 2021-01-01T05:19:53.276539 | 2018-11-04T08:43:35 | 2018-11-04T08:43:35 | 58,205,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,651 | java | package de.choesel.blechwiki;
/**
* Created by Christian on 16.05.2016.
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.LinearLayoutManager;
import andro... | [
"christianhoesel79@gmail.com"
] | christianhoesel79@gmail.com |
91f9b884c6ae29934eb7aed8f7db5a87881dd3ba | 8ebfdb74ba11e74b2a36de0c66d844f4ae05379b | /src/ny/how2j/j_1_java_se/jdbc/j_5_预编译Statement/TestJDBC5_1_使用PreparedStatement.java | 94b478c9b897d06eb63334ec62b0e5b587bfbb27 | [] | no_license | Newyear-181121/Learning-code | f9b13d237ce44eb9bd64ff19df7f096c898ff4b6 | a67d1447bdbd6904eb1fabfe8fc5e43b9f3c817b | refs/heads/main | 2021-06-19T18:10:11.067487 | 2020-12-08T11:33:11 | 2020-12-08T11:33:11 | 199,288,301 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,795 | java | package jdbc.j_5_预编译Statement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
/**
* 和 Statement一样,PreparedStatement也是用来执行sql语句的
* 与创建Statement不同的是,需要根据sql语句创建PreparedStatement
* 除此之外,还能够通过设置参数,指定相应的值,而不是Statement那样使用字符串拼接
*
* 注: 这是JAVA里... | [
"1652492291@qq.com"
] | 1652492291@qq.com |
5227b83ed38b1705b9306ed1a9105b2401f86408 | 1732809b5d514dae71ef6b750585a70303764216 | /MiniWeather/app/src/main/java/com/xiantos/miniWeather/NavigationDrawerFragment.java | 72a5a524857d251fbb16ed1c656aa8d6eea4c5bc | [] | no_license | JesseWeiand/MiniWeiather | b8a85640a555b0ee73fc5a6302678fff9ffe046a | 22c7867f8eedf92f6769a3d372fb2dad6578fd78 | refs/heads/master | 2021-01-19T19:37:50.770913 | 2014-03-06T06:10:18 | 2014-03-06T06:10:18 | 17,467,975 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,768 | java | package com.xiantos.miniWeather;
import android.support.v7.app.ActionBarActivity;;
import android.app.Activity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.support.v4.app.ActionBarDrawerToggle;
import android.support.v4.view.GravityCompat;
import android.support.v4.w... | [
"jesseweiand@gmail.com"
] | jesseweiand@gmail.com |
b9b466b099834dacf0ad14acb0e0bda7552781c0 | ae7fb24f79ecf6ac2f90242093db5beeea49ac57 | /media/src/main/java/com/example/media/task/AudioPlayTask.java | 9521104c2ddb36374918dd215c030b7edd306f78 | [] | no_license | AnPMe/android | 52060b739aeaab66b195db8d9205eb2228cb0e0d | 5159e423016086456ed317193584593c624ec690 | refs/heads/master | 2020-03-21T12:43:34.406385 | 2017-11-04T14:08:10 | 2017-11-04T14:08:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,954 | java | package com.example.media.task;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import android.media.AudioManager;
import android.media.AudioTrack;
import android.media.AudioTrack.OnPlaybackPositionUpdateListener;
import android.os.Asy... | [
"noreply@github.com"
] | AnPMe.noreply@github.com |
6ae2410b074d6e7cea5b4e65d1f2a7d0cec523e3 | bbf9e6e7df71e3ccc7d7883ee516bd06e9715072 | /src/main/java/com/bits/r8d/content/domain/Price.java | ac177deb80bec1fd411f8e8e23bf71fd684fb8fd | [] | no_license | bitsofalex/infinispan_cassandra_mongo | 9e5475b9b61cdd4d926350ff8af89fde5b4f3184 | 6b6d0498174015f2374d2bff4567652c75425e4b | refs/heads/master | 2020-06-02T22:19:31.990633 | 2014-06-25T06:20:34 | 2014-06-25T06:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package com.bits.r8d.content.domain;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* Created by alexl on 20/06/2014.
*/
public class Price extends ... | [
"alex.looi@touchcorp.com"
] | alex.looi@touchcorp.com |
023a70e294b8c35c1887e58f9ae87e7f22587ff2 | 73c82ec7716da9edb41485b57b0e055047aaffba | /76-Minimum-Window-Substring/solution.java | f49f95b36cde1d124fa069abeb5591542f708885 | [] | no_license | cassieyrh/LeetCode | 8960e038fffe3df33984002315e484dda1149560 | 4aed8cdb539f1c5b7a4fe92388e5fcd489afdc45 | refs/heads/master | 2020-05-29T15:07:00.168805 | 2016-10-11T20:25:17 | 2016-10-11T20:25:17 | 61,564,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | public class Solution {
public String minWindow(String s, String t) {
Map<Character, Integer> map = new HashMap<>();
for(char c : s.toCharArray()){
map.put(c, 0);
}
for(char cha : t.toCharArray()){
if(map.containsKey(cha)){
map.put(cha, map.get(... | [
"cassieyrh@users.noreply.github.com"
] | cassieyrh@users.noreply.github.com |
4a84983168ee3848954a12fadbd2216e25115a62 | 25cef6667f0a00bd56bcb617e8f00aad2c9b0972 | /src/week4/statesexample/states/IdleState.java | 40b5e31b8026b5f7af37630984a5e9d0584af503 | [
"MIT"
] | permissive | gvdijk/OOP3-Weekly | e2492243d72cda7c1e216eff0693ef09aac2a64c | 15da5326ba63d272dc837efc6454a5dd162d83d9 | refs/heads/master | 2020-04-22T09:50:45.550062 | 2019-03-28T11:14:18 | 2019-03-28T11:14:18 | 170,285,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package week4.statesexample.states;
import week4.statesexample.Grabber;
public class IdleState implements State {
Grabber grabber;
public IdleState(Grabber grabber) {
this.grabber = grabber;
}
@Override
public void start() {
System.out.println("Please insert a coin");
}
... | [
"gerardvandijk2@gmail.com"
] | gerardvandijk2@gmail.com |
97e4c1424d24d69b91ef9b9c49f466a3351b51ed | f1e7fec608c6fd890d3f486b722c457fdbc52138 | /src/util/VisualTools.java | a915bc305d7025a6b718476d763f569ad9778b37 | [] | no_license | christophernarciso/ExcellentVorkathUI | 6821878b35fe3374521bb262f9848b6cd41e6254 | 50e47a708a3152d683849e3424c95f14c6f74433 | refs/heads/master | 2023-01-30T03:00:47.943691 | 2020-12-18T04:57:37 | 2020-12-18T04:57:37 | 322,492,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package util;
import java.awt.*;
import java.awt.image.BufferedImage;
public class VisualTools {
public static BufferedImage resize(Image originalImage, int scaledWidth, int scaledHeight, boolean preserveAlpha) {
int imageType = preserveAlpha ? BufferedImage.TYPE_INT_ARGB : BufferedImage.TYPE_INT_RGB;
... | [
"divinityforvalor@gmail.com"
] | divinityforvalor@gmail.com |
c0b1b9219711e3c70c5e167a044777a7f850a98a | ef7ada3b9cf5ed63b985eae9c8ad190f2fe582a8 | /CursusOefeninenOpl/exercise15_06/graphics/Shape.java | b132b4dac2425670026de07dc3fdf76cacb077ad | [] | no_license | 93design/Java_Basis_Opl | 5a5269c06549bc59bde1e4741a3c1fcd32dae1e4 | a0ce0702bbeaa55992969e1f6ec568b67ed21e48 | refs/heads/master | 2022-03-25T17:14:07.152279 | 2019-12-02T00:11:16 | 2019-12-02T00:11:16 | 169,244,098 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,255 | java | package graphics;
public abstract class Shape implements Drawable {
private int x;
private int y;
private static int count = 0;
{
count++;
}
public Shape() {
this(0, 0);
}
public Shape(int x, int y) {
this.x = x;
this.y = y;
}
public void setX(int x) {
th... | [
"goegebeurjamie@gmail.com"
] | goegebeurjamie@gmail.com |
eff1727f0b8977a4c558d08336bbf1c4469a0b3a | 643837a460b587f7574988a7abaddf3b7ca2514c | /src/main/java/com/evolvingreality/onleave/config/metrics/JHipsterHealthIndicatorConfiguration.java | c2089afa9973f1acbb40cbd5b8d44c71673398c6 | [] | no_license | derekreynolds/onleave | a09a82f64966276dd202f917e99d39a37ccdefe8 | b4d840b59bec87e8de828d5d1fde1d86f5629ad9 | refs/heads/master | 2020-04-04T01:57:05.483469 | 2015-12-05T21:09:05 | 2015-12-05T21:09:05 | 23,024,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 777 | java | package com.evolvingreality.onleave.config.metrics;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import javax.inject.Inject;
... | [
"derekreynoldsis@gmail.com"
] | derekreynoldsis@gmail.com |
cee3f6bb0b303d66dbcb60e3717b6cff862f9c47 | 7d678a8d334927d1658d55e7ddc9620995daee89 | /src/main/java/Entity_types/Beams/FiringBeam.java | 0c59ce4045b30d97e5b543bab961f025e92db84a | [] | no_license | lawlessc/starseige | 6f3462de1e1bf438e66a3bf426fc7b8076fb7408 | 04ab22d0ee1f3e9bfcb7d12992050f9499b198c2 | refs/heads/main | 2023-04-04T22:48:22.507255 | 2021-04-16T03:12:45 | 2021-04-16T03:12:45 | 358,415,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,066 | java | package Entity_types.Beams;
import com.threed.jpct.GLSLShader;
import com.threed.jpct.Object3D;
import com.threed.jpct.SimpleVector;
import Entity_types.BaseEntitys.Entity;
/**
* Created by Chris on 11/10/2017.
*/
public abstract class FiringBeam extends Beam {
// Entity Target;
int laserLife =30;
... | [
"lawless85@gmail.com"
] | lawless85@gmail.com |
8c5fce0f8a4b72fdec319030c02a5b75b76a2e1a | df24f1b8f1f8223cab4edaeab5dd15ff6b5b314f | /src/main/java/br/com/zupacademy/bruno/proposta/criarCartao/Cartao.java | 79d2c3607be820d574a840b850801b985b30e83b | [
"Apache-2.0"
] | permissive | brunolv6/orange-talents-05-template-proposta | e46ab43d30cc034ae6afa8314e5ed186299c75e5 | 8a3202d45df5d03f945129094a00b7b664d41b46 | refs/heads/main | 2023-06-07T13:10:21.679213 | 2021-07-06T12:59:10 | 2021-07-06T12:59:10 | 377,161,421 | 0 | 0 | Apache-2.0 | 2021-06-15T12:51:26 | 2021-06-15T12:51:25 | null | UTF-8 | Java | false | false | 2,853 | java | package br.com.zupacademy.bruno.proposta.criarCartao;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.... | [
"brunolv6@gmail.com"
] | brunolv6@gmail.com |
da5bbb2d590431e5293bb9e31d031b19c87f3ef6 | 0e97723fbd150cfabde52895e9c2f50469b99892 | /src/main/java/com/hjy/common/utils/file/SmbFileUtil.java | 1f83f231472dfa8299e4ffb03e7823605350e090 | [] | no_license | lc84188418/hjyRepository-ywjg | 0195effaeb8f5a8c76cfd6b5fbb327aa2a2a2d28 | 7be56317a31c74fbc60407ff05b7b8745e62b876 | refs/heads/master | 2023-06-09T16:52:10.655860 | 2021-06-17T07:33:04 | 2021-06-17T07:33:04 | 290,639,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,195 | java | package com.hjy.common.utils.file;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import com.hjy.common.utils.PropertiesU... | [
"1120397412@qq.com"
] | 1120397412@qq.com |
1521a80baa45b297cbe96d28632d7c1abaaca3f8 | a4e30c0d1be25ef085806a7921154a15e2554a2a | /src/Ch10_Using_Input_and_Output/CopyFileAutoClose.java | a8eaae8a837ddbbfb6d96f99c378295b89ade77b | [] | no_license | akapne01/Java-A-Beginner-s-Guide | ba82220c052006ffd3225341eaafb1e92beea11f | d661e066ca99f4ae5a8986a0da70d1593ac301cb | refs/heads/master | 2022-02-20T12:45:16.345966 | 2019-08-24T10:26:51 | 2019-08-24T10:26:51 | 186,996,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | package Ch10_Using_Input_and_Output;
/*
* p. 353
* A version of Copy File that uses try-with-resources.
* It demonstrates two resources (in this case files) being
* managed by a single try statement.
*/
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class Cop... | [
"kapnera@maclon0030.igi.ig.local"
] | kapnera@maclon0030.igi.ig.local |
47bef20bdb83e0e7014eb8510ea757fcff60d877 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/emoji/p1207e/C27558e.java | dd8d31b424c66bc059df97df2549a39542b9496d | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.p280ss.android.ugc.aweme.emoji.p1207e;
import bolts.C1591g;
import bolts.C1592h;
import com.p280ss.android.ugc.aweme.emoji.emojichoose.model.Resources;
import java.util.List;
/* renamed from: com.ss.android.ugc.aweme.emoji.e.e */
final /* synthetic */ class C27558e implements C1591g {
/* renamed from... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
520f5444b81fa515a8e519a69cde56dd49154266 | 89c511de69a52cbd5e0c77af771bb60900c3cbe8 | /src/uy/edu/um/clases/RelacionEquipoCantidad.java | 9a276ba24eed68ebb130ad6530db0142a3099504 | [] | no_license | diegogibert/Oblig | 936a5a1f11e35fd6c46536604e149352ba186b53 | 2f80facfb132ba97f18a6c0b8f0ad846a402786c | refs/heads/master | 2022-02-11T13:08:13.858650 | 2019-06-21T02:30:03 | 2019-06-21T02:30:03 | 188,903,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | package uy.edu.um.clases;
import java.util.Objects;
public class RelacionEquipoCantidad {
private Team team;
private int cantidadMedallas;
private int cantidadCompetidores;
public RelacionEquipoCantidad(Team team) {
this.team = team;
}
public Team getTeam() {
return team;
... | [
"saguirregaray@correo.um.edu.uy"
] | saguirregaray@correo.um.edu.uy |
a43a95106e105bc002024e182d308f90cbb299bb | 8d5732bee6a437f1673f12e442eae8ca16d15806 | /a3framework-webclient/src/main/java/cc/aileron/webclient/html/entity/HtmlImageElement.java | b126e57a11cf3b41ad8b6ebf6c0d32f7195a109e | [] | no_license | aileron/framework | e7467087481ffe601db2ae32b18bd2f8cd77bb5c | fb8c1e088b74c89edafe5a44ac65f5c888a26cd6 | refs/heads/master | 2020-12-24T14:52:47.270834 | 2011-07-20T09:11:03 | 2011-07-20T09:11:03 | 1,933,849 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package cc.aileron.webclient.html.entity;
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import org.apache.http.HttpException;
/**
* @author aileron
*/
public interface HtmlImageElement extends HtmlElement
{
/**
* @return {@link File}
* @throws HttpException
... | [
"aileron.cc@gmail.com"
] | aileron.cc@gmail.com |
a71673d0228fa3c3aa64015ca7c9a489be2d874b | bae43fb98bb40007ac0311374b6341c5a9b93d42 | /app/src/main/java/food2you/hp/shoitout/model/CreateEventModel.java | 62ae05721e475c9504b6fef74be8dd2da1f19a5d | [] | no_license | aliSabirDogar/shoutitout | dd5ecfc8e3a6c955761f3fdbcda3268a0f9637d9 | 5c53def45eb60efc6863c3439c29c87d236f19ed | refs/heads/master | 2022-11-18T23:32:19.017652 | 2020-07-24T07:23:34 | 2020-07-24T07:23:34 | 281,975,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java | package food2you.hp.shoitout.model;
import com.google.gson.annotations.SerializedName;
public class CreateEventModel {
public String getFull_name() {
return full_name;
}
public void setFull_name(String full_name) {
this.full_name = full_name;
}
public String getEmail() {
... | [
"Abmoiz942@gmail.com"
] | Abmoiz942@gmail.com |
5bd2b51bb6bbbe91072e9d46dfbaedab826f7aac | a9eff9b857fe0dab989303817e19a96edecd1bfb | /fasebooke/src/com/fase/controller/FAskpermissionControl.java | aac7d52eb4baeb7194d51f5b9b1fd669fd872219 | [] | no_license | nibilin33/java-javaweb | f4042493a204f85432e8fbafc2ad6263f597fa52 | dea9382536f58f97bf45f53336e063356d3d7f11 | refs/heads/master | 2021-06-08T21:58:29.116625 | 2016-12-20T07:40:49 | 2016-12-20T07:40:49 | 68,161,074 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,988 | java | package com.fase.controller;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JSONObject;
import org.apache.commons.coll... | [
"819231957@qq.com"
] | 819231957@qq.com |
6a94bc119eab019f8a24b3fb2ff393b795eecd08 | 11a2d6b3df679d6fce7c67457a5ca9b319905b28 | /bitcamp-java-basic/src/step09/Exam02_3.java | 00e2dbbd79f2feeba4bf1ca2b8d003acf69f7c05 | [] | no_license | BokJinKim/bitcamp | c5fd1dcef0d49bbdb586ab5cf6223639f2d9a613 | 676a85d13e12959ff6fbe1d612b3bfcc71024832 | refs/heads/master | 2021-01-24T10:28:56.544011 | 2018-09-12T11:02:47 | 2018-09-12T11:02:47 | 123,054,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | // 인스턴스 메서드와 클래스 메서드의 활용 - Math 클래스
package step09;
public class Exam02_3 {
public static void main(String[] args) throws Exception {
// Math 클래스는 수학 관련 메서드를 모아둔 클래스이다.
// 전체의 메서드가 "클래스 메서드 = 스태틱 메서드"이다.
// => 절대값 계산
System.out.println(Math.abs(-200));
// =... | [
"kbj3182@gmail.com"
] | kbj3182@gmail.com |
588337f16fd3f9ebf93500df08164adb11abbc20 | ed9d41290c15c9e72c39e98f252b968658f42cef | /android/app/src/main/java/com/drawmythingfrontend/MainActivity.java | 04f5f7717712073c871c7a2bae768b79da974dfd | [] | no_license | myfatemi04/draw-my-thing-frontend | 4ab7cc65a8476c51e4fd5bd1512550706ba09f06 | 156f900cd911ec860b41922a31c199e080537169 | refs/heads/master | 2023-05-06T06:15:37.690989 | 2021-06-03T19:45:37 | 2021-06-03T19:45:37 | 373,273,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package com.drawmythingfrontend;
import android.os.Bundle;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.ReactRootView;
import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView;
import expo.modules.splashscreen.singletons.SplashSc... | [
"myfatemi04@gmail.com"
] | myfatemi04@gmail.com |
d0f3bce943d764585038aac3299de94210dab512 | 5f9a4f3ba03e2c440be8e71bf71f7a7dd718af46 | /lambdas-and-fields/javaspec-sandbox/src/test/java/info/javaspec/sandbox/spec/DescriptiveContextTest.java | 552e196a845eb93c9428dfb1b1a41d1ee684c8b3 | [
"MIT"
] | permissive | kkrull/javaspec | 4a25a5f05e652c475bbb5379b05008201f127a04 | f655d150e4a32a6aa6d1fa1b4adb13f4a365840b | refs/heads/main | 2023-03-17T01:03:41.250081 | 2023-03-07T18:27:28 | 2023-03-07T18:27:28 | 22,241,929 | 15 | 1 | MIT | 2023-03-07T18:27:30 | 2014-07-25T02:23:57 | Java | UTF-8 | Java | false | false | 525 | java | package info.javaspec.sandbox.spec;
import info.javaspec.dsl.It;
import info.javaspec.runner.JavaSpecRunner;
import org.junit.runner.RunWith;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
@RunWith(JavaSpecRunner.class)
public class DescriptiveContextTest {
public... | [
"kyle.krull@here.com"
] | kyle.krull@here.com |
0c5a6f78a8e6c1bb1229c943ed7c970f390e1cae | ede486d7ec2aa400590345cfee1d3cd554e18d4d | /iMatrix/imatrix-oracle-5.2.0.RC/src/main/java/com/norteksoft/wf/engine/web/TreeAction.java | e1e03e55b3390e0404158b807a7afeab14e939e4 | [] | no_license | roelay/5.2.0.RC | df57afa64d306a31478c0bab15975da15f6ce1e1 | 51e56c0bcf9ad678ca2702e01a4b572e8848c6ee | refs/heads/master | 2021-01-21T03:15:59.908935 | 2013-06-13T09:11:46 | 2013-06-13T09:11:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,768 | java | package com.norteksoft.wf.engine.web;
import java.util.List;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.annotation.ParentPackage;
import org.apache.struts2.convention.annotation.Result;
import org.apac... | [
"imatrix@norteksoft.com"
] | imatrix@norteksoft.com |
1da34fc701095434050969f7cab9bbb040d8de05 | 14d641b793f0a1312b9582e7cbdaf12df47e06b8 | /chals/play-a-game/classes-decompiled/android/support/v7/widget/bb.java | 986f79371c0d1c4631b86432457cfd1f3a97af18 | [] | no_license | eskildsen/google-ctf-2018 | 153ae3dc04d07ed55fe1aae8f21f228f445a9dd2 | 0dd8517035fad829e9537e6924b6a1a9f0ddda2b | refs/heads/master | 2020-03-21T08:39:40.939125 | 2018-06-30T12:33:55 | 2018-06-30T12:33:55 | 138,357,102 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | //
// Decompiled by Procyon v0.5.30
//
package android.support.v7.widget;
import android.graphics.drawable.Drawable;
import android.os.Build$VERSION;
import android.support.v7.app.e;
import android.content.Context;
import java.lang.ref.WeakReference;
import android.content.res.Resources;
public class bb extends Re... | [
"eyjhbb@gmail.com"
] | eyjhbb@gmail.com |
60938c1a37b632364377afbe24a316dd83e9da4e | f8cd8b42e49079ba718ffe54a621414da7b86860 | /app/src/main/java/com/pubnub/examples/pubnubExample10/AlarmPanel.java | e8b3b93ea4f9ac6f265f988d516bf9adfa2822e0 | [] | no_license | dddonkuro/AlarmProject | d4231eff97d8855f6d673e8d17f51fc483850add | b8035ebcb63f7a1d6d4af075a2374bfb038290d6 | refs/heads/master | 2021-01-10T21:43:56.799038 | 2015-03-16T04:48:35 | 2015-03-16T04:48:35 | 32,301,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,618 | java | package com.pubnub.examples.pubnubExample10;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.os.Asy... | [
"dddonkuro@alaska.edu"
] | dddonkuro@alaska.edu |
b8f1cbe2eea988dda8280fb1855bb8b463a4278f | 9c01b9a7b8b2708e30c6ac916e4c797d97ca5349 | /aggregation/simple/src/main/java/com/spotify/heroic/aggregation/simple/MetricMappingAggregation.java | 380bbc9c90ebb95d94e9cc04615bb4386a400a92 | [
"Apache-2.0"
] | permissive | gabrielgerhardsson/heroic | f08e940456631a1e4de7bd8d75b8e0e577fd4c83 | c56fa088a8a1d5205a7fc09478d87ed79b4beb3d | refs/heads/master | 2021-01-13T13:31:57.228003 | 2017-01-04T16:32:07 | 2017-01-04T16:32:07 | 72,422,692 | 0 | 0 | null | 2016-12-08T15:18:31 | 2016-10-31T09:39:55 | Java | UTF-8 | Java | false | false | 4,227 | java | /*
* Copyright (c) 2015 Spotify AB.
*
* 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,... | [
"udoprog@spotify.com"
] | udoprog@spotify.com |
9d4597f51e0b64d3eac19ad839fd8c361ccb807c | 6e7e4bd483cd27e14faa4e7cad8a485ffa0e57ed | /src/main/java/org/example/utils/ImageFilterUtil.java | e3d20c59bd3b0fc1fcc815709ea3ba9eb13334b2 | [] | no_license | liyitongxue/idCardIdentify | ca3f9ad361acb4fb368f36828172a5048228747a | 925d955b5dc67ccd7ca4e7e7c0f097e4d5f852be | refs/heads/main | 2023-04-24T03:49:09.851695 | 2021-05-05T13:07:28 | 2021-05-05T13:07:28 | 362,684,007 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,113 | java | package org.example.utils;
import net.sourceforge.tess4j.util.ImageHelper;
import java.awt.*;
import java.awt.image.BufferedImage;
/**
* @author ly
* @since 2021/4/21
*/
public class ImageFilterUtil {
//比较三个数的大小并取最大数
public static int getBiggest(int x, int y, int z) {
if (x >= y && x >= z) {
... | [
"illl1314@foxmail.com"
] | illl1314@foxmail.com |
87f6d1767329a6f4c6744dc78d916fbf0aa3df3b | 1ef7e8bc40a641a7f7fe6e0c053d0b4f63e14a87 | /Coupon/app/src/main/java/com/myideaway/coupon/model/comment/service/biz/CommentBSGetListData.java | 72b2750e958ce82fdfe724397081f485461db89c | [] | no_license | myideaway1024/coupon | 7aff95dee4e76f475edd1a453bf545532dba2aca | f06d82c60036b02c54c32cfbbb7b594c64576a17 | refs/heads/master | 2021-01-19T19:17:19.366297 | 2016-03-15T03:18:17 | 2016-03-15T03:18:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,484 | java | package com.myideaway.coupon.model.comment.service.biz;
import android.content.Context;
import com.myideaway.coupon.model.comment.Comment;
import com.myideaway.coupon.model.comment.service.remote.CommentRSGetListData;
import com.myideaway.coupon.model.user.User;
import com.myideaway.easyapp.core.service.BizService;
im... | [
"mailcdm@gmail.com"
] | mailcdm@gmail.com |
463798aebc39d8b1ffb89ddf23cf70820d9037b0 | a589e41db6e5dad643d2c9081e4d2bc513f48a1e | /src/main/java/net/openhft/chronicle/engine2/map/VanillaSubscriptionKeyValueStore.java | 17abbaaa422b16ed11ad09dec6b7d2f1c6574634 | [] | no_license | ashelleyhft/Chronicle-Engine | c9ccea2bd346099bf2b565aade11ff6d77c71a85 | d9314450eb22ac0557b5710b97a11102aea4efb9 | refs/heads/master | 2021-01-21T03:49:51.844879 | 2015-05-24T16:32:10 | 2015-05-24T16:32:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,922 | java | package net.openhft.chronicle.engine2.map;
import net.openhft.chronicle.engine2.api.FactoryContext;
import net.openhft.chronicle.engine2.api.Subscriber;
import net.openhft.chronicle.engine2.api.TopicSubscriber;
import net.openhft.chronicle.engine2.api.map.KeyValueStore;
import net.openhft.chronicle.engine2.api.map.Sub... | [
"peter.lawrey@higherfrequencytrading.com"
] | peter.lawrey@higherfrequencytrading.com |
8d7b1ddacd9645aea623f0cb3447ee6dee8c821f | 55c1162c86452a410c94b9138f02b301aead331e | /blless/src/com/infoyb/manage/dao/system/impl/DictDaoImpl.java | 8b98e1e715db7f203ac0083a7b1e49ba6e91caaf | [] | no_license | liuhp1641/beamzhang | 45937ac06a680cc19298917e1c35134df1164c90 | 61766c2cb84ae05fc3f55bb1de00d7e02dc9d702 | refs/heads/master | 2021-01-10T08:44:19.856172 | 2016-01-30T12:58:14 | 2016-01-30T12:58:14 | 50,724,320 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,268 | java | package com.cm.manage.dao.system.impl;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.cm.manage.dao.base.IBaseDao;
... | [
"522501392@qq.com"
] | 522501392@qq.com |
b8d62438d6cb9d038558be07d0bbf97d52ddce46 | 5638240301cb5ec841907e999e3b45b9dd333f57 | /src/main/java/melonslise/subwild/unused/SubWildTileEntityTypes.java | 28222e32c6dd4e23fb62c9f32aca53f036b8b53c | [] | no_license | kernegal/Subterranean-Wilderness | 798ca2ac1d738e0af15020c3933a0a5e9466399a | ab10606fb9e90da80596a193fe691e4405237fae | refs/heads/master | 2023-02-22T16:14:15.815235 | 2021-01-23T10:48:42 | 2021-01-23T10:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | /*
package melonslise.expedition.unused;
import java.util.List;
import java.util.function.Supplier;
import com.google.common.collect.Lists;
import melonslise.expedition.Expedition;
import net.minecraft.block.Block;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.tileentity.TileEntityType;
import net... | [
"arturzartdinov@gmail.com"
] | arturzartdinov@gmail.com |
c5ca37de2cae8648486176c965ed66cb2674744b | 30b616047212d6f474c78c0d960e4fab336edc13 | /app/src/main/java/com/example/alannahcooke/callofthewild/pop_cat.java | fe37cc35de00701148ec05ac81295b22f66bf41b | [] | no_license | lannahcookie/CallOfTheWild | 90ed62e3a5d363f4f20dc395500aefc88b9d4db5 | 3c8b6d370b08581f2d3362ac6ca96c79fb9e12f4 | refs/heads/master | 2020-09-22T07:23:03.270946 | 2016-08-19T12:45:21 | 2016-08-19T12:45:21 | 66,081,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,120 | java | package com.example.alannahcooke.callofthewild;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.DisplayMetrics;
import android.view.View;
import android.widget.Button;
/**
* Created by alannahcooke on 17/08/16.
*/
public class pop_cat ... | [
"alannahcooke@Alannahs-MacBook-Pro.local"
] | alannahcooke@Alannahs-MacBook-Pro.local |
20222b0aed0f9e9e80ef262c31d966fa64ef50e9 | 130c3232030e5a913c0ae93cbe820cf620125646 | /MyApplication/app/src/main/java/com/example/hamlet/newproj/MyFileClass.java | c86a7d49f1e815ce4a8093936d657b74e0170987 | [] | no_license | DariuszGorgon/MyApplication | f709971c9562c44364332aa1941560afda967dda | 0bb06477d7c4fc0455877dd36f5a739be0a97370 | refs/heads/master | 2021-01-18T23:29:31.289529 | 2016-05-29T18:28:36 | 2016-05-29T18:28:36 | 53,803,503 | 0 | 1 | null | 2016-05-16T18:48:02 | 2016-03-13T19:30:21 | Java | UTF-8 | Java | false | false | 4,938 | java | package com.example.hamlet.newproj;
import android.widget.Toast;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
/**
* C... | [
"kamil.kolmus@gmail.com"
] | kamil.kolmus@gmail.com |
744c44d867b3881f64cd8d85fb5c838d7b4de600 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_d3f142f6e4bfbf00dd6117dfb4c27b76b88b03ae/Kunde/9_d3f142f6e4bfbf00dd6117dfb4c27b76b88b03ae_Kunde_t.java | 773cb6769470b166391e4e42af03f828b59bcbaa | [] | 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 | 10,854 | java | package de.shop.Kundenverwaltung.domain;
import static de.shop.Util.Constants.KEINE_ID;
import static de.shop.Util.Constants.LONG_ANZ_ZIFFERN;
import static java.util.logging.Level.FINER;
import static javax.persistence.CascadeType.PERSIST;
import static javax.persistence.TemporalType.TIMESTAMP;
impo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
590f688f8084aa869fbf6f026334deb91b71bf50 | 855d2882ac8d4a65ea261675177f6f76e7da6e67 | /sgic-internal-services/product-service/src/main/java/com/sgic/internal/product/ProductApplication.java | a62358f556b7739ba0ba9a3af52a377241f23ceb | [] | no_license | DefectTracker-InvictaInnovation/Defect-Tracker-Final-Backend | c79a44ef03980020114ae75a4d7ebbc6ca1549c6 | d2936e65c116cbed3ba3bca5a94e53737abb7a98 | refs/heads/master | 2023-04-28T07:06:51.391621 | 2019-11-26T07:44:23 | 2019-11-26T07:44:23 | 224,125,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.sgic.internal.product;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
public class ProductApplication extends SpringBootServletI... | [
"geerthana65@gmail.com"
] | geerthana65@gmail.com |
24187c8c0401e0bd3023100705331bba0169bed0 | 77b15e06f57386c659e3e65a1ff8f1e9586228f6 | /src/main/java/com/javahowdoi/challengeq/BoilerPlateQ.java | 342361abd1fd2f7645f4d6ca858402fd71a7bdca | [] | no_license | harimkblog/javahowdoi | b63cf7cfedb46a1f392263748b6bf8800fd314d6 | bb3df077fb133c2ee3b241c9e3dbf3ad670bd3c9 | refs/heads/master | 2023-02-18T20:33:09.270480 | 2021-01-22T21:47:44 | 2021-01-22T21:47:44 | 331,365,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package com.javahowdoi.challengeq;
/**
* Created by Hari on 11/24/2019.
*/
public class BoilerPlateQ {
private int i;
private String s;
public BoilerPlateQ(int i, String s) {
this.i = i;
this.s = s;
}
public int getI() {
return i;
}
public void setI(int i) {
... | [
"harimkblog@users.noreply.github.com"
] | harimkblog@users.noreply.github.com |
0cc0799c0f709052b841575fedd8271bb733ee3e | ac3ec5bed4613d11cdd4f5b6638f10cc5e679065 | /SpringBootJPA/src/test/java/com/example/test/OneToManyFk.java | a92e73bb23295ebde036bd6cd53308954c4050c1 | [] | no_license | 18753377299/SpringBootBTest | 156ba3af8848d091f0ae47b364f8d2deb896065e | 13a5e94dee10558e207779889cd16b4e57469eef | refs/heads/master | 2022-07-03T19:45:55.933080 | 2020-11-03T14:20:11 | 2020-11-03T14:20:11 | 233,329,701 | 0 | 0 | null | 2022-06-21T02:37:22 | 2020-01-12T02:56:49 | Java | UTF-8 | Java | false | false | 1,436 | java | package com.example.test;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4Cl... | [
"1733856225@qq.com"
] | 1733856225@qq.com |
fcd533f45410bc082fb559229da4bc4f9922dfcf | d727a84017994e492159d6787bb725769627ac42 | /org.insightech.er/src/org/insightech/er/editor/view/dialog/dbimport/SelectImportedObjectFromDBDialog.java | f9c639994185d44a586b743a8dbee89ee50b86f8 | [] | no_license | xsano33/ERMaster-fork-db2 | 8d507c8352eb0c3e52c7f97f9765cd228fcbf9a5 | 4a16d6c397d2511c638b2749d50313eedb5e0628 | refs/heads/master | 2016-08-04T18:00:38.205629 | 2014-03-26T08:37:26 | 2014-03-26T08:37:26 | 18,124,775 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | package org.insightech.er.editor.view.dialog.dbimport;
import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Group;
import org.eclipse.swt.widgets.Shell;
import org.insightech.er.Activator;
import org.insightech.er.common.exception.InputException;
import org.insightech.er.common.widgets.CompositeFactor... | [
"x.sano.2@gmail.com"
] | x.sano.2@gmail.com |
9408bcc3a689340bad12c82c1fc280d7c8f37653 | 4f31c254e125dede3e185697a05328f130a17bca | /src/com/baskarks/design/patterns/behavioral/observer/StatusBar.java | 0284de117773af2a2d8d42334da54529391ec133 | [] | no_license | BaskarKS/JavaDesignPatterns | 345e04f1fa9dc94be8e0baa54cd61e188996a3ce | 49af74f1d7260681fb5c488f47514e8b2a9fdb6c | refs/heads/master | 2020-12-23T19:22:45.333566 | 2020-11-27T04:29:10 | 2020-11-27T04:29:10 | 237,246,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.baskarks.design.patterns.behavioral.observer;
import java.util.ArrayList;
import java.util.List;
public class StatusBar implements Observer{
private List<Stock> stocks = new ArrayList<>();
public void addStock(Stock stock) {
stocks.add(stock);
}
public void show() {
for (... | [
"baskarks@gmail.com"
] | baskarks@gmail.com |
db267bc753450cbb925c272a7aaf3e2b4bf57d81 | 0035db6b09acf11efcf4e2fb4df25eedfa9af4c5 | /zt-common/src/main/java/com/mt/zt/utils/DateUtils.java | f8ff4d7cad40729d7799f02a3e3dad2648736259 | [] | no_license | fengmiao/zt | b80ace3beb15b3dd084855847eff4fcbc52a2e39 | 468d05b414c2e6d9063eff9a41bd8b8f8789a46e | refs/heads/master | 2021-01-10T20:31:58.886283 | 2015-06-10T03:39:58 | 2015-06-10T03:39:58 | 35,486,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,869 | java | package com.mt.zt.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.joda.time.DateTime;
import org.joda.time.Duration;
import org.joda.time.Period;
import org.joda.time.PeriodType;
import com.mt.zt.exception.AllztException;
public class DateUti... | [
"fengmiao332@163.com"
] | fengmiao332@163.com |
e312ce232060ec2567c1dc0cc9c0625de6f3f26c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/utils/src/main/java/org/gradle/testutils/performancenull_20/Productionnull_1926.java | 11874b53abd36004dc574cfb342b0b1e6dff888f | [] | 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 | 590 | java | package org.gradle.testutils.performancenull_20;
public class Productionnull_1926 {
private final String property;
public Productionnull_1926(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String get... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
09339696b61a200176a76d617b03c46dfe4a7510 | 5c32ca76e7892eb853875a72e40b42bc1bb9da33 | /src/main/java/java8/ObjectReference.java | 12b0e48583c4901291a91159683b2bbf756ea454 | [] | no_license | madalin93cc/Java8Features | e326f45a610e5e9ede6bad1ae33a0a3339077d85 | 973f920e0fcf1966b09fbf0c287f41bdba03f18e | refs/heads/master | 2020-05-18T00:10:53.811959 | 2015-01-06T10:08:40 | 2015-01-06T10:08:40 | 28,186,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package main.java.java8;
/**
* ObjectReference.java
*/
class ObjectReference {
String startsWith(String s){
return String.valueOf(s.charAt(0));
}
}
| [
"Madalin.Colezea@Teamnet.ro"
] | Madalin.Colezea@Teamnet.ro |
dd7eb602c1a34c862cc89f94136dd4a2f5265463 | 97bf70e31357da2af8c169e63cf0bea9066dc312 | /src/main/java/com/example/identifier/controllers/PersonController.java | 3daf0af6480f348c504b2d8fbd2548c115aad9e6 | [] | no_license | AlexandrovV/identifier | 0e9df252533dfd0b682918a3c67fb2bca38d8f41 | 3379df4ea43fd402a77f000618361e26955c9276 | refs/heads/master | 2020-03-19T22:02:30.269693 | 2018-06-12T08:56:12 | 2018-06-12T08:56:12 | 136,957,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,915 | java | package com.example.identifier.controllers;
import com.example.identifier.dao.PersonDao;
import com.example.identifier.mappers.PersonMapper;
import com.example.identifier.models.Person;
import com.example.identifier.pojo.FilterRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"vladalexandrov1@gmail.com"
] | vladalexandrov1@gmail.com |
d4091b86fe3afba52464abfae393b8b0ac6c9913 | e98854c1e0796f678ae1ac460ced9c85e464a350 | /src/main/java/es/udc/pojoapp/model/pedidoservice/PedidoService.java | f9060900d377eb5acd552bfcca462f21f10c0474 | [] | no_license | emilio89/tiendaOnline | 94e732938b0adf038823cfbd19fdfc7476ffb898 | 7fa29c8ed440dcee6d3a1a598ff5dae282f0a5e4 | refs/heads/master | 2020-04-10T04:11:36.406513 | 2015-04-06T22:25:33 | 2015-04-06T22:25:33 | 24,675,476 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package es.udc.pojoapp.model.pedidoservice;
import es.udc.pojo.modelutil.exceptions.InstanceNotFoundException;
import es.udc.pojoapp.model.lineapedido.LineaPedido;
import es.udc.pojoapp.model.pedido.Pedido;
import es.ud... | [
"Emilio@192.168.0.17"
] | Emilio@192.168.0.17 |
ce527848019a57cbf04f9936cc769667b047f69e | 6c53b2b97e7d6873709ae1106e929bbe181a9379 | /src/java/com/eviware/soapui/support/resolver/DisablePropertyTransferResolver.java | 9915a83226508cb73373066ba43d94ff00d932c2 | [] | no_license | stallewar/soapui- | ca7824f4c4bc268b9a7798383f4f2a141d38214b | 0464f7826945709032964af67906e7d6e61b698a | refs/heads/master | 2023-03-19T05:23:56.746903 | 2011-07-12T08:29:36 | 2011-07-12T08:29:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | /*
* soapUI, copyright (C) 2004-2011 eviware.com
*
* soapUI is free software; you can redistribute it and/or modify it under the
* terms of version 2.1 of the GNU Lesser General Public License as published by
* the Free Software Foundation.
*
* soapUI is distributed in the hope that it will be use... | [
"oysteigi@bluebear.(none)"
] | oysteigi@bluebear.(none) |
20d1586d689c1296e0f11f66487ad397dad877e3 | 702fe1fbc4f39b507a25feaef8d37035cc231c37 | /app/src/test/java/com/lei/okhttpdemo/ExampleUnitTest.java | a40c3626a843fee0f67026e28c213f303d10f2dc | [] | no_license | nobodylei/okHttpDemo | 6b9b8e3823e9f809b220b96c52465e9295208073 | 2057de36baff0f0664cebcd7304d8aa13ffcb34a | refs/heads/master | 2021-04-27T06:07:17.333236 | 2018-02-23T10:32:44 | 2018-02-23T10:32:44 | 122,607,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.lei.okhttpdemo;
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 void add... | [
"yanlei1007@qq.com"
] | yanlei1007@qq.com |
31276fc86876414ceb052febddff4b266658f325 | bb94161b1a68c6790be1f1a1027cf3a180f913b8 | /scrm-service/src/main/java/com/scrm/service/wecom/customer/CustomerClient.java | b71a613cbbf2731c356142cfcd5b48c46d2349c7 | [] | no_license | 1099469599/scrm | 0e879c72f847e96f7e34aa8228417c97c23e7698 | ef7cb0b89b3ca3fe5a9c320d72124e73bc67928c | refs/heads/main | 2023-08-24T06:53:02.716974 | 2021-10-18T12:19:32 | 2021-10-18T12:19:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package com.scrm.service.wecom.customer;
import com.github.lianjiatech.retrofit.spring.boot.annotation.Intercept;
import com.github.lianjiatech.retrofit.spring.boot.annotation.RetrofitClient;
import com.github.lianjiatech.retrofit.spring.boot.retry.Retry;
import com.scrm.entity.enums.AccessTokenEnum;
import com.scrm.r... | [
"liuzhengyang@mockuai.com"
] | liuzhengyang@mockuai.com |
41542ed0d0e06ca69d03302ed0650e0518479700 | dcb279c3342611023fd139970ec30fdbd45d01df | /app/src/androidTest/java/com/example/administrator/card2d/ApplicationTest.java | 1824b65efe48947038b658902d772786edb6a162 | [] | no_license | gdmec07131046/Card2D | 04ef320bbf7bfb2a2f8c76ba41c4d7f336208446 | 55d7246d98b53145e49d70aca731fe91818c6257 | refs/heads/master | 2021-01-10T11:18:04.906360 | 2015-10-11T11:16:58 | 2015-10-11T11:16:58 | 44,049,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.example.administrator.card2d;
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() ... | [
"1615155846@qq.com"
] | 1615155846@qq.com |
a1c625a546da09452cfb9720f0e8db72448f7732 | c4b56e39b0bcdb98fd0b576c1af5c5ec54b4cccf | /amdocs-savings-demo/src/main/java/com/amdocs/SavingsAccount.java | c2f82f89621cce4be3924e9898ff94b275d2ccec | [] | no_license | shubhankar7/New-Onboarding-Repository- | 0e419984e6ed833f4ae840d797b46da43e8cd685 | e2617206b7c89f27f0387a8107cc81f34a102b58 | refs/heads/master | 2021-06-13T08:47:06.424028 | 2019-08-20T12:57:39 | 2019-08-20T12:57:39 | 203,148,071 | 0 | 0 | null | 2021-06-04T02:08:45 | 2019-08-19T10:09:13 | JavaScript | UTF-8 | Java | false | false | 672 | java | package com.amdocs;
public class SavingsAccount {
public double getBalance() {
System.out.println("From database");
return 7000.00;
}
public double withdraw(double amountToBeWithdrawn) throws InsufficientBalanceException{
System.out.println("Inside withdraw");
double currentBalance=getBalance()... | [
"gshubhankar7@gmail.com"
] | gshubhankar7@gmail.com |
9551a47d66a182e76b7c0e162de37a0ce92cce34 | 1f2ce299268385b16b59c352572b74074d54d195 | /faculdade20201bimestre/src/programacao1/terca/aula12/aovivo/Controle.java | 07ad07125d14f8c8f62d18c409f9a4ad869f94a7 | [] | no_license | FabricioHein/Programacao1e2 | 3aba9d1b591e0d6f0e96f062acaca0187385be41 | 2955573777cdfb3c3de985bba092178a3a2779e1 | refs/heads/master | 2022-04-23T05:00:18.241957 | 2020-04-23T23:11:02 | 2020-04-23T23:11:02 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,388 | java | package programacao1.terca.aula12.aovivo;
import java.util.Scanner;
//https://github.com/douglasrm87/Programacao1e2
public class Controle {
public static void main(String[] args) {
Controle c = new Controle();
c.processar();
}
Scanner leia = new Scanner(System.in);
private void processar() {
int op = 0;
... | [
"you@example.com"
] | you@example.com |
67d37c36e5b969fc970c55fcce5cb73259229a64 | 3fcdca1ea49c02188eb1d9e253f47cbb49380833 | /Prod/fin.scfw/fin.scfw-meta/src/main/java/com/yqjr/fin/scfw/meta/rest/RoleRest.java | 026d8be3ff58d738333ca1fde1c583f14ff1908d | [] | no_license | jsdelivrbot/yqjr | f13f50dc765b1c7aa7ad513ee455c9380ab3d7c6 | 08c7182c3d4dcc303f512b55b4405266dd3ad66c | refs/heads/master | 2020-04-10T13:50:37.840713 | 2018-12-09T11:08:44 | 2018-12-09T11:08:44 | 161,060,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,974 | java | package com.yqjr.fin.scfw.meta.rest;
import java.util.*;
import javax.validation.Valid;
import org.hibernate.validator.constraints.NotBlank;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.StringUtils;
import org.springframework.transaction.annotation.Transactional;
import org... | [
"1296345294@qq.com"
] | 1296345294@qq.com |
975c361a655bcc3f8d0a80841aa8df160a2b7179 | 458c5b3251fcef9d587f56895a78452d1d164845 | /app/src/main/java/openAPI/StationInfo/getLowStationByNameList.java | 9ca594dc4361d4e739ad234c5f9fa535bda107dc | [] | no_license | mgkim9/LowfloorBus | 8cbebd35433ee64eef24557e8b38e24a3e8752e8 | 1a60d86e6f1da8909bf180afd8031e05c589c3a9 | refs/heads/master | 2020-05-18T06:17:21.900298 | 2018-07-30T15:27:33 | 2018-07-30T15:27:33 | 184,231,276 | 1 | 0 | null | 2019-04-30T09:17:52 | 2019-04-30T09:17:51 | null | UTF-8 | Java | false | false | 5,087 | java | package openAPI.StationInfo;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import openAPI.BusXMLparser.BusXMLPullParserFactory;
import org.xmlpull.v1.XmlPullParser;
import android.os.Handler;
/* 저상버스가 운행되는 정류소 명칭 검색
* 역명(stSrch), 노선Id(busRouteId) 를 입력 받는다. */
public class ... | [
"shinonejong@gmail.com"
] | shinonejong@gmail.com |
4417092f0fcf75bf2886ee7455d53bb9c599812d | 790464692ab27babd6fd75ebe049c602a1e830cf | /Basic_Fundamental/src/mb/app3/src/Y.java | 7058183385f666c071a90dee21480bdd47640463 | [
"MIT"
] | permissive | mkp1104/localEclipseWorkspaceJava | 1bbfbbe06984a2a75b749988fa3fe38873724891 | 3523a0400ac95c0495c2714b8fb17c05f03d8dba | refs/heads/master | 2021-05-02T03:03:52.121194 | 2018-03-09T13:21:36 | 2018-03-09T13:21:36 | 120,890,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package mb.app3.src;
class Y
{
public static void main(String[] args)
{
int i=0;
i= --i;
System.out.println(i);
}
}
| [
"manish.aec1104@gmail.com"
] | manish.aec1104@gmail.com |
187f0347f7c39878324c97699b9048e63ec9e187 | 77f1b9ed496a4259101eeb9f8d29dda6374b8376 | /app/src/main/java/uzi/media/smk/ui/opening/AfterOpeningActivity.java | 5e07e793c892b4ac797f84d7a5d0c9f10291e7b1 | [] | no_license | TaufikTS/mediasekolah-mediago | e7cbc39727899e99e9858527059ef507d0eec7d6 | b04036c6c207211d2d17879ce6ab02a792db8471 | refs/heads/master | 2020-03-28T16:51:39.156899 | 2018-09-14T23:01:44 | 2018-09-14T23:01:44 | 148,735,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package uzi.media.smk.ui.opening;
import android.content.Intent;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget... | [
"taufikleo12@gmail.com"
] | taufikleo12@gmail.com |
9f4afbd8ee0481e8037038325c48aac1becc3ec8 | 5aec4b3def8cff06dc9f789220e19caa43e5142e | /src/main/java/DefaultMoveHeuristic.java | 10c21c5f445c5924ea54c9f10946ada7d72866e7 | [] | no_license | tgass/ai-challenge-2011--Ants- | edc67619330be3fcaba30fb06fd776a87310fa29 | d750b1c723009d1cc0bc75cb69f8000a83b56f1d | refs/heads/master | 2021-01-23T18:51:19.683261 | 2012-02-19T17:17:12 | 2012-02-19T17:17:12 | 3,408,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,722 | java | import java.util.ArrayList;
import java.util.List;
import java.util.SortedMap;
public class DefaultMoveHeuristic implements Heuristic {
private int maxRows;
private int maxCols;
// distance / ant
private List<Integer> sortedIds = new ArrayList<Integer>();
// distance / hills
private SortedMap<... | [
"t_gass@gmx.de"
] | t_gass@gmx.de |
2df5f675b74df6bc7eb66f93a2b6255bec8b9b90 | 2a9764d28f872672b40bd3cb525d4a22fcfa1c3e | /src/main/java/executavel/CaixaEletronico.java | e0e90162d656209662d2bb68862bd62c574791f1 | [] | no_license | AnaAliceCosta/PrideDevBank | d8093c8b153301c983dfa5316f811f88e938b8c2 | 47b0d68bf4531da89495e233706a90017356f084 | refs/heads/master | 2023-06-30T19:45:01.615678 | 2021-08-05T00:37:28 | 2021-08-05T00:37:28 | 390,169,377 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package executavel;
public class CaixaEletronico {
public static int [] retirar(int valor) {
int notas[] = { 100, 50, 20, 10, 2 };
int i = 0;
int quantidadeDeNotas[] = new int[notas.length]; // enquanto o resto for divisivel pelas notas a divisao
// contunua
while (valor > 0) {
while (valo... | [
"anaalice.cd@gmail.com"
] | anaalice.cd@gmail.com |
42df47e4cfc4e72d05cfce3f2da0f628b3d8f3a3 | f52b44eac62879e680c4da4345169990e82f93ec | /SolarStation/app/src/main/java/com/shuorigf/solarstaition/data/service/HomeService.java | 3035a14ec52e3fce2f13dede0407d0e9026ec2fe | [] | no_license | 185368123/SolarStation | 2e2814e1027e576e655f7f3d954402408dda3fc9 | 81dd79fb284fbd9dcf0c6e9bd59ec91ac3440bc8 | refs/heads/master | 2020-03-23T14:38:19.787283 | 2018-08-29T01:33:09 | 2018-08-29T01:33:09 | 141,689,366 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.shuorigf.solarstaition.data.service;
import com.shuorigf.solarstaition.constants.ApiConstants;
import com.shuorigf.solarstaition.data.response.HttpResult;
import com.shuorigf.solarstaition.data.response.home.HomeDataInfo;
import io.reactivex.Flowable;
import retrofit2.http.POST;
/**
* Created by clx on... | [
"185368123@qq.com"
] | 185368123@qq.com |
3238e6cf267511bef67d6afec09f193b197ca714 | 1f9191cbecc775ff8d39665984eff6d1ad83295d | /Java/com/aop/ThrowAdvice/ThrowadviceDemo01.java | e8d31694b0b7fe44166a0340109febd6cb70aca6 | [] | no_license | z944733142/Spring | 2a50bc87388df9ce1f74a87c9369ef3bb871f670 | 6df3dbf4c9f25dfe699550dee9d17b8f785f1536 | refs/heads/master | 2020-04-09T02:06:12.567465 | 2018-12-05T13:21:41 | 2018-12-05T13:21:41 | 159,928,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.aop.ThrowAdvice;
import org.springframework.aop.ThrowsAdvice;
public class ThrowadviceDemo01 {
public void myException(Exception e)
{
System.out.println("something wrong " + e.getMessage());
}
}
| [
"944733142@qq.com"
] | 944733142@qq.com |
a5c2272a9002f67c7103ca3a807f1d9b4e788cab | 252d6fb0b2aad34ef298e7bef2ed80931ec02d57 | /src/org/smarttechies/model/Product.java | e2a0887fbb9f35d2765da6dbade21082f54b4be1 | [] | no_license | 2013techsmarts/SampleREST | 70e569d8f2b323596ff35302cd1461bd8ec23054 | 80e86d44dcf1a48e914c4d1bcf545f6f35344c17 | refs/heads/master | 2021-01-01T19:33:58.486930 | 2013-04-27T07:22:47 | 2013-04-27T07:22:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package org.smarttechies.model;
import java.util.Map;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Product {
private String prodName;
private double prodPrice;
private String prodDesc;
private boolean active;
private Map<String,String> features;
/**
* @return the prodName
... | [
"2013techsmarts@gmail.com"
] | 2013techsmarts@gmail.com |
8aff68cdb3edeb827268936e7140c0d97d777763 | 558ef1af0996098e797e98d10803f0cb70dddf7d | /employees/src/controller/GetEmployeesListServlet.java | 3777d7f92bde6df93d8504a8d09fed08414845a9 | [] | no_license | arm04092/employees | 0627ca2314d9d9565f1bb45b480fb0e1aa181aab | b54fa6468cd1c85505b5aff1bcaefc6c05ba214b | refs/heads/master | 2020-07-26T19:51:03.449117 | 2019-12-31T06:57:52 | 2019-12-31T06:57:52 | 208,749,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,468 | java | package controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.Employe... | [
"GD3@DESKTOP-KK3U52K"
] | GD3@DESKTOP-KK3U52K |
4a26da4f2c17cf8ce9190b4fb7d42b091ed8ef6d | 5f5e1304fbaabd3411e1d2c6223d729d274c7bd0 | /src/main/java/com/mycompany/model/Book.java | fe78d8aff57f2410f6b3955065ea94f481bd81b0 | [] | no_license | PriyatamRoy/spring-mybatis-xml | 29be01d52fdb54ca0af0698b1860d9c42a337ba0 | 829971494ad0c9a92836f7a0086912bc784456c6 | refs/heads/master | 2021-04-30T05:29:23.122151 | 2018-02-13T17:53:29 | 2018-02-13T17:53:29 | 121,416,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,737 | java | package com.mycompany.model;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity(name="Book")
@Table(name="book")
pu... | [
"priyatam.k.roy.-nd@disney.com"
] | priyatam.k.roy.-nd@disney.com |
d14e924470525aa8ab4dfdeb409980efb8552cf5 | e3c1bf4fa9fa9922fc040745c84faeadc0c8e156 | /app/src/main/java/mobi/tet_a_tet/atda/tet_a_tet/controllers/ActivityControllerService.java | ec4f4129e4b6dd5f56c34b8896c6e8f237b093d5 | [
"Apache-2.0"
] | permissive | autooz/ATDA_1 | 1113e3db41ade7de6d6f3b36f032bec20f62feea | e867d6236e810e2d9200be0f067ec853d23bcbd7 | refs/heads/master | 2020-05-19T15:05:16.812153 | 2019-05-06T09:34:15 | 2019-05-06T09:34:15 | 185,072,919 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,251 | java | package mobi.tet_a_tet.atda.tet_a_tet.controllers;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import android.widget.Toast;
import java.util.StringTokenizer;
import mobi.tet_a_tet.atda.R;
import mobi.tet_a_tet.atda.mut... | [
"olegzhabko@gmail.com"
] | olegzhabko@gmail.com |
57d45c8ef6617b55bad4ec697422ef9fc8bd3b8f | d7139b8d312097d2d94c67912167028e7543d188 | /SDProject/src/main/java/com/utcn/model/User.java | 259b0aa65f7fc1c9a3ac45611fc9a6f887912a21 | [] | no_license | sd-2020-30431/final-project-MaghiarCatalin | 4e4957be8de60af4f22be8e68f4cdcf432a49eed | 1a293bf88474b2524101218897ca5dafa435ef1c | refs/heads/master | 2022-12-17T21:35:48.644934 | 2020-06-03T19:33:58 | 2020-06-03T19:33:58 | 249,226,062 | 0 | 0 | null | 2022-12-16T15:32:19 | 2020-03-22T16:36:54 | CSS | UTF-8 | Java | false | false | 2,251 | java | package com.utcn.model;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
@Entity(name = "users")
public class User implements Serializable {
private String email;
private String password;
private String firstName;
private String lastName;
private String phoneNumber;... | [
"maghiar_catalin@yahoo.com"
] | maghiar_catalin@yahoo.com |
ff069cfc52c393420df2ea94cb6cf940e7d0b7ff | c95e4bd3b0f382af4d81aa2eebe3dc126387632b | /Threads/src/main/java/com/snebot/fbmoll/object/Cook.java | e6addc4245bbace021796867589f7190118781e1 | [] | no_license | snebotcifpfbmoll/PSER | 1d72e1093d5780b76b745c42e4c56710687945cb | 9e7407f1e90c2b07731eb36f27848d19d03e8592 | refs/heads/master | 2023-03-05T12:35:00.250138 | 2021-02-18T15:37:50 | 2021-02-18T15:37:50 | 307,340,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,453 | java | package com.snebot.fbmoll.object;
import java.awt.*;
public class Cook extends RestaurantObject {
private int id = 0;
private Table table = null;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public Table getTable() {
return table;... | [
"snebot@cifpfbmoll.eu"
] | snebot@cifpfbmoll.eu |
a4810c686ae02afc326d16373b8970e73a564eaf | fb13d03cb3d6e8babc35471c0036a1ae8f01eb8e | /FactoryMethodPattern/src/main/java/com/rajeshchinta/factorymethod/pizza/ChicagoStylePepperoniPizza.java | 0ba80eb754d40622871b9d234ced6b82382f871f | [] | no_license | rreddych/DesignPatterns | 06a79c23c35181a1b4e5aa432346ba56e60ce357 | b82844c10fcf6900101e18623840dea447488ae5 | refs/heads/master | 2022-12-25T09:31:05.846608 | 2020-05-13T11:34:15 | 2020-05-13T11:34:15 | 254,812,820 | 0 | 0 | null | 2020-10-13T21:57:46 | 2020-04-11T07:08:33 | Java | UTF-8 | Java | false | false | 200 | java | package com.rajeshchinta.factorymethod.pizza;
public class ChicagoStylePepperoniPizza extends Pizza {
public ChicagoStylePepperoniPizza() {
this.name = "ChicagoStylePepperoniPizza";
}
}
| [
"rajeshreddychinta@gmail.com"
] | rajeshreddychinta@gmail.com |
269b5bc7d826dd9dc43f42f98facf2c6f93bc3b1 | b9957466447ea7631f28f35edcc0fac682609414 | /app/src/main/java/com/loveseries/tdrama/EpisodesAdapter.java | 41d01505eef6d41d9c16103d5792ac2e3c75ba62 | [] | no_license | Chetandj87/TurkDramaAndroid | 1a993d1a7cd548771d46df5efceeabc3b8db9e1e | 50b1972ce76c0ee41ea94cc37a4015c23e67696f | refs/heads/master | 2022-11-24T00:51:20.650023 | 2020-08-04T14:12:45 | 2020-08-04T14:12:45 | 280,605,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,860 | java | package com.loveseries.tdrama;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.... | [
"chetandj87@outlook.com"
] | chetandj87@outlook.com |
994845fe49367d0e241fa2e13260f5a8a9cf70b5 | 9f34421efde234e0bdfd43f9405ec67bcee4c573 | /dreamweb/src/main/java/com/du/www/service/impl/RoleServiceImpl.java | 851c96946bf85de6e7511841ceb75fb3398c0ae3 | [] | no_license | duzining/dream | 40c5f17cc17931833cae85d023cdb4d6d3eb6e7f | 933d7dc5949f275edbcdd6abec9bf1aae534296d | refs/heads/master | 2021-10-11T01:52:09.094059 | 2019-01-21T06:49:13 | 2019-01-21T06:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.du.www.service.impl;
import com.du.www.dao.RoleMapper;
import com.du.www.entity.Role;
import com.du.www.service.RoleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class RoleServiceImpl implements RoleService{
@Aut... | [
"1211730587@qq.com"
] | 1211730587@qq.com |
5109a64e671de2a14694888909d0fbec77cef45a | 847b0afe9fb03279aef9d621c0bc298c97dbb443 | /src/main/java/com/example/ProjectWebServices/entities/User.java | 1e561802d7ec08ee1303fadbcb23d1ce6b614ba0 | [] | no_license | BrunoPereira-2331/courseProject-springBoot-java-11 | ea457622a200422943eef566d1d2ecbc94bffd5d | 529430207846150e64e4c1d89d902d21ac9ca305 | refs/heads/master | 2020-12-05T14:30:38.152468 | 2020-01-14T23:15:41 | 2020-01-14T23:15:41 | 232,139,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,110 | java | package com.example.ProjectWebServices.entities;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import ja... | [
"Brunopereira.19@hotmail.com"
] | Brunopereira.19@hotmail.com |
ba416c5049d0582b8250d5ca2038889ada3d11a0 | d4faf842711275f49c8a446d4017852c8824c6fc | /design-patterns/src/main/java/com/bucur/patterns/behavioral/visitor/DemoVisitorPattern.java | b15f97a45e04e89c724c353bfd7f8123b88cc55a | [] | no_license | cosminbucur/sda-group10 | 537970e72268b2148584a11b942c3a4544ef9897 | 9052a99cd19d8ecec0a1fe275d458c546ab81355 | refs/heads/master | 2022-11-20T05:10:25.077044 | 2020-02-26T12:11:21 | 2020-02-26T12:11:21 | 195,580,491 | 2 | 0 | null | 2022-10-30T00:19:33 | 2019-07-06T20:27:49 | Java | UTF-8 | Java | false | false | 637 | java | package com.bucur.patterns.behavioral.visitor;
import com.bucur.patterns.behavioral.visitor.shapes.MyShape;
import com.bucur.patterns.behavioral.visitor.visitor.XMLExportVisitor;
public class DemoVisitorPattern {
public static void main(String[] args) {
// TODO: create a main compound shape with a dot a... | [
"cosmin.bucur@orange.com"
] | cosmin.bucur@orange.com |
880bb080604ff9b26e1dc1c14a56d71044ec4f32 | 0628f908e5169126b52999a478ef7dcfcd0d743d | /Java/JavaFundamentals/OptionalTask/src/Third.java | 4d008f76ba60b98dc070114df24c7ca4af1f1b14 | [] | no_license | KirillBelyakov/tasks | a178424966c88d7a63585043863e28d0a9999fb1 | 46562539dde90cae64408a558ad5aeacf4a32e72 | refs/heads/master | 2022-12-27T01:22:23.732232 | 2020-07-31T16:33:58 | 2020-07-31T16:33:58 | 278,885,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | import java.util.Scanner;
public class Third {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Введите количество чисел:");
int arrayLength = scan.nextInt();//количество необходимы чисел
String numbers[] = new String[arrayLength];//... | [
"2bold2old@gmail.com"
] | 2bold2old@gmail.com |
ca6c8dcd9c4ea2abacd12d2b6e2e2d6cdbb427d8 | f7f659eb946de6e8fc1a990f97326ad42e4c9214 | /app/src/main/java/com/dowhy_ehry/roommates/Login.java | f3cf3dd07866db99a42e800e780c2f86b70e002d | [] | no_license | TannerDowhy/Roommates | d69ee60056697adade8bf88041277b16c76bd21e | 1396ab252c8f9df44e6cc6579a9e78dde7f733e2 | refs/heads/master | 2020-07-03T18:48:45.083371 | 2017-03-29T21:51:05 | 2017-03-29T21:51:05 | 73,732,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,317 | java | package com.dowhy_ehry.roommates;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import com.firebase.ui.auth.AuthUI;
import com.google.android.gms.tasks.OnCompleteLi... | [
"tad638@mail.usask.ca"
] | tad638@mail.usask.ca |
7b2330c3e7b199774f257ff108b292bc2048d0bf | 96465094beda817d496ce63239ed23eb23e64a31 | /MyFriends/app/src/test/java/com/liuguoping/myfriends/ExampleUnitTest.java | 277daa68de7163d55c2538edd02a59f1d42ce693 | [] | no_license | andy-liu/Automation | e52aa77fea598f79a027997cabdfe500014cd93d | 2e2e5d18a54a879a3313039391207831cb07cb5e | refs/heads/master | 2022-11-24T08:05:05.952755 | 2019-07-09T10:18:34 | 2019-07-09T10:18:34 | 76,019,046 | 2 | 0 | null | 2022-11-16T12:23:24 | 2016-12-09T09:00:13 | HTML | UTF-8 | Java | false | false | 402 | java | package com.liuguoping.myfriends;
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 vo... | [
"liuguoping@zerozero.cn"
] | liuguoping@zerozero.cn |
1170d1116349d8fb0bf8eede5779fecc49ba0796 | b7b75cb6e5a712c59bde9fb1bd21cf4003ff80c8 | /src/main/java/org/cactoos/time/DateOf.java | 46c1351b920afa783ee22de3d7dcf387ec82d343 | [
"MIT"
] | permissive | Tianhao25/cactoos | 908c8918594e52560ce460f67a724a7e450b87ac | 28a2560f456c76dc4112aa103f757c8f0c1690df | refs/heads/master | 2021-08-31T15:04:47.909622 | 2017-12-21T16:42:23 | 2017-12-21T16:42:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,654 | java | /**
* The MIT License (MIT)
*
* Copyright (c) 2017 Yegor Bugayenko
*
* 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 ... | [
"sdiedrichsen@yahoo.de"
] | sdiedrichsen@yahoo.de |
529f00cc7d4e290afcf0104b5072bf456153825f | c2d9b47d4b905c5cceed50126dff206aee7f8a8d | /backend complete code/src/main/java/com/golive/rest/webservcies/restfulwebservices/jwt/JwtInMemoryUserDetailsService.java | ddb2c4fb02c5712cd06e85fd53aa750794227b43 | [] | no_license | saiteja-gatadi1996/Java-Full-Stack-with-Spring-Boot-and-React | 1c54caa73d176f0a723f50df742514a7a484866a | 1b457f1497ec488451b00a93b4987e5a3e9dbdde | refs/heads/master | 2023-02-11T12:36:57.175634 | 2020-07-24T13:20:13 | 2020-07-24T13:20:13 | 277,087,522 | 0 | 0 | null | 2021-01-06T06:15:43 | 2020-07-04T10:25:21 | Java | UTF-8 | Java | false | false | 1,326 | java | package com.golive.rest.webservcies.restfulwebservices.jwt;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security... | [
"noreply@github.com"
] | saiteja-gatadi1996.noreply@github.com |
d6bee96ac25a601bb669cd75d317b4e2b84b16c9 | 355e078667391d2a420664d5b8c3b2c7e5e83a34 | /src/main/java/pl/sevet/cbrestapi/model/Measurement.java | fbb97546110c7c26b655acff885e847689b32f19 | [] | no_license | TomSeVeT/cb-restapi-tryout | 4991236476535c4e0ed1cf7f583d652a434fc9d0 | 7646611b4d3ef35fd23a63d95cdcdbe1d8914067 | refs/heads/master | 2023-08-23T20:27:57.038575 | 2021-10-20T16:43:04 | 2021-10-20T16:43:04 | 419,412,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | package pl.sevet.cbrestapi.model;
public enum Measurement {
PIECES, AMOUNT
}
| [
"53196845+TomSeVeT@users.noreply.github.com"
] | 53196845+TomSeVeT@users.noreply.github.com |
c6cf368281918397fe17ad54cab8f7e63a530cbb | f2857fdff35e6b3e6d4da1cf411cbc5ca6ee25e9 | /src/main/java/br/com/fiap/tds/cp/entity/Funcionario.java | 125508155ac5d9a8138a7b54e3349ad54a439c45 | [] | no_license | Luisrobbo22/Checkpoint02 | 63a885e83b8020562556a356c90c48114114a0be | cbfc45cda61944a3b5e6c7abd9e664aeac6d29ea | refs/heads/master | 2023-04-20T12:51:34.508100 | 2021-05-10T21:54:36 | 2021-05-10T21:54:36 | 366,054,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,022 | java | package main.java.br.com.fiap.tds.cp.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
@Entity
@SequenceGenerator(name = "funcionario", sequenceName = "SQ_LFL_FUNCIONARIO", allocationSize = 1)
@Table(name = "LFL_FUNCIONARIO")... | [
"61969628+Luisrobbo22@users.noreply.github.com"
] | 61969628+Luisrobbo22@users.noreply.github.com |
c75f25bf0cb07644345ea7d1981207baac0a4dd8 | 8ce0671d68f1427c8dfcd125c7fbd82d9dd3e028 | /jbb-web-app-e2e-tests/src/test/java/org/jbb/e2e/serenity/lockout/AcpMemberLockoutSteps.java | c309ae325ac5e9416bb94449a638fb813866a181 | [
"Apache-2.0"
] | permissive | viviand2020/jbb | 740cecc3ccc9a4a9b99510a4546caf4689e23630 | fcfccadf55e5de9e65a13e6f4ef3f5b20453fbb7 | refs/heads/master | 2020-03-07T06:07:26.247758 | 2017-10-11T05:03:17 | 2017-10-11T05:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,308 | java | /*
* Copyright (C) 2017 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.e2e.serenity.lockout;
... | [
"baart92@gmail.com"
] | baart92@gmail.com |
832e5a84267f9a0f122b7a3d0ba9a3056c32a456 | bc8140b7f164f9917fe361de59703f17fda0c2a5 | /XML/ParcerSAX.java | a80c13b4da48207535f117c6aed4efab75609313 | [] | no_license | malyariv/Java-Practice | daaf6a9f526dfbf427e842a773ded9b6facffa8c | add2b0d190918f8a42b58a9dfda7248b6ba35a41 | refs/heads/master | 2021-06-26T18:46:30.997717 | 2017-07-14T14:39:45 | 2017-07-14T14:39:45 | 96,932,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | import java.io.*;
import org.xml.sax.*;
import org.xml.sax.helpers.*;
public class ParcerSAX{
public static void main(String[] args){
try{
XMLReader reader=XMLReaderFactory.createXMLReader();
reader.setContentHandler(new PersonHandler());
reader.parse("person_marsh.xml");
} catch(Exception e) {e.pr... | [
"imalyar@yandex.ru"
] | imalyar@yandex.ru |
b2fca10aee58ab9bd05239d3c1fd132792a1a486 | bb0f1b4e60d8e7dfae35bc2cb2fcf0ae8ea86d3a | /common/src/main/java/com/android/ide/common/blame/SourceFile.java | 9ef0913d328e915ea7d1eb1f086a3265bca47ffa | [] | no_license | jabin-ma/TouchEventMonitor_FX | 3c0d78d789b9796c974422f09149e39016944fff | 8c72d2b3d218cc4690d12c5132735c9de0dd0be2 | refs/heads/master | 2021-09-03T01:13:07.204337 | 2018-01-04T13:38:32 | 2018-01-04T13:38:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,353 | java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"1402152841@qq.com"
] | 1402152841@qq.com |
34611a9fde90c96411991f2fd06a7367196d542d | 9987f4e89b87b1cb5501b9db4c110a9c63c0b4eb | /src/BDD/DerbySalvar.java | de12cd867af95b8a0722ba439d5bb4354099ea6f | [] | no_license | Hanto/MyrranMultiplayerTest | cd57a59f14865ecc101b7ffaf731d1260555db48 | e0e8eb922750ffded61cd123f0a274fb81a4889b | refs/heads/master | 2021-01-01T06:32:52.480567 | 2013-11-07T15:53:27 | 2013-11-07T15:53:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,867 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package BDD;
import Main.Myrran;
import java.awt.Color;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Statement;
... | [
"Hanto@Shodan"
] | Hanto@Shodan |
660f92b9ddb1d3447188bf95259f6c162930aa0b | c63505adf93e05216942fb9d5b9d59a4ed933b07 | /app/src/main/java/com/example/sondrehj/familymedicinereminderclient/dialogs/CreateReminderForMedicationDialogFragment.java | 4029be1d67ebd2747657ab0e03a44257bb134c40 | [
"Apache-2.0"
] | permissive | martidor/familyMedicineReminderClient | 880b51a7976d1b7affff2433cc47bfc4c1541a37 | 6bb03bab985cae7dd249ccc32d78f2c41807e53a | refs/heads/master | 2021-06-04T14:48:52.677268 | 2016-06-03T16:15:01 | 2016-06-03T16:15:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,354 | java | package com.example.sondrehj.familymedicinereminderclient.dialogs;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import com.example.sondrehj.fa... | [
"sondrehjetland@gmail.com"
] | sondrehjetland@gmail.com |
345b6ea3502fd246ef12128909fb1a268905f9d9 | a5028598f173a0bbfaba040769f3f96f4b1d5700 | /app/src/main/java/com/tomtom/snowflake/MyGLRenderer.java | 9369275b1a739e61b71c578e5b9f602e23828f0b | [] | no_license | tbalogh77/SnowFlake | 1b0ab129e3d78a6f89a3e23f1eb27c3c3c722376 | 562a8f3e98943d83a83fb11c84ea7f84d55203a3 | refs/heads/master | 2023-01-22T00:45:02.748741 | 2020-11-09T00:46:37 | 2020-11-09T00:46:37 | 284,146,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,550 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"balogh00@gmail.com"
] | balogh00@gmail.com |
b7ac4c3b850b68a7e09286f36e826f0232397956 | b24d0783c39dfc577943824ac09390dd47a28321 | /src/main/java/com/brunotarditi/api/instrumentos/InstrumentosApplication.java | 686ebf777fee6b27a7205712c7e68678377d3b11 | [] | no_license | brunotarditi/api-instrumentos | cddbffef89bb3c50f5e9ef601c63e2138ff951ea | 043ac5ab0b0cdacdfb40fd2f2da72ebee3227497 | refs/heads/main | 2023-06-01T18:23:02.578619 | 2021-06-15T00:47:03 | 2021-06-15T00:47:03 | 376,660,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.brunotarditi.api.instrumentos;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class InstrumentosApplication {
public static void main(String[] args) {
SpringApplication.run(InstrumentosAppli... | [
"brunotarditi@hotmail.com"
] | brunotarditi@hotmail.com |
d06450e3a9313bb54bcf29cef9e10f99edf1d2ad | 99366b7e62611ce9728e62a6fd79dec89653a901 | /src/main/java/yijiahu/RemoteConsultation/controller/YcwzIndexController.java | dd5587773bea22a4dbc12b0e4683e13282a71c66 | [] | no_license | zgSanYangzg/bootemplete | fad80d9f6ee72903051bcd0c40bb0e86a2f2f0cb | 99f24c06e637b978241858c5297cc502517770cb | refs/heads/master | 2020-05-22T23:35:37.214562 | 2019-05-14T07:01:10 | 2019-05-14T07:01:10 | 186,562,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package yijiahu.RemoteConsultation.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Controller
@RequestMapping("")
public class YcwzIndexC... | [
"183557635@qq.com"
] | 183557635@qq.com |
c8f9063054e383a81cf924fb1d03d5e093e87727 | 8f8b5f8b802f83c614ad78af032fe9936e5ffb6e | /enterprise-web-services-camel/target/generated/src/main/java/com/sforce/soap/enterprise/Update.java | 01731847d4f26f225618e7b2d71bb6f883f17000 | [] | no_license | praveen4students/hmh_backup | 1b8d54bfa241f5a6412ef2423f1547d6262a530c | 45630529b61126976ee0663d9f78b60690a65df7 | refs/heads/master | 2022-01-05T12:09:18.641190 | 2019-05-01T18:30:30 | 2019-05-01T18:30:30 | 114,189,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,890 | java |
package com.sforce.soap.enterprise;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import com.sforce.soap.enterprise.sobject.... | [
"praveen.dyamappa@gmail.com"
] | praveen.dyamappa@gmail.com |
a4929eedd827d6fddc82fb4e155a7318abfb036c | c06c258bf1dbcc1270af1dd702b99ec62cd80c4e | /plugins/android/weiui/src/main/java/cc/weiui/framework/extend/integration/glide/load/data/mediastore/FileService.java | aa1fa5d69ec06eede4bc072f38d0e4d7fea569d9 | [
"MIT"
] | permissive | wtowto7207/weiui-template | 566d26f4e89203ff47088074c9febf35c4cab5f1 | 45c239c356f36653412c11602182183ed63dd224 | refs/heads/master | 2020-04-04T22:25:22.273884 | 2018-11-08T07:51:13 | 2018-11-08T07:51:13 | 156,323,694 | 0 | 1 | null | 2018-11-06T04:00:10 | 2018-11-06T04:00:10 | null | UTF-8 | Java | false | false | 316 | java | package cc.weiui.framework.extend.integration.glide.load.data.mediastore;
import java.io.File;
class FileService {
public boolean exists(File file) {
return file.exists();
}
public long length(File file) {
return file.length();
}
public File get(String path) {
return new File(path);
}
}
| [
"aipaw@live.cn"
] | aipaw@live.cn |
7ea72120650b98da8cb6f2612e2f80ad73591c76 | 21128bc1a86b1fb1ab0fc241fe82e5f30f8374fe | /src/UserInterface/Lender/CreateContractJPanel.java | a3966ba21ca70c2a7143e89ef8b5498574421013 | [] | no_license | shinde-ha/JAVA_Project | dbb9e9ba269a196cfca9b52ce864cf1acf70d982 | d3168d190c2b462047e8ae2815b43c2411413b20 | refs/heads/master | 2021-09-04T13:15:40.364563 | 2018-01-19T03:31:28 | 2018-01-19T03:31:28 | 118,070,806 | 0 | 0 | null | 2018-01-19T03:31:28 | 2018-01-19T03:19:59 | null | UTF-8 | Java | false | false | 8,717 | 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.Lender;
import Business.Ecosystem;
import Business.Enterprise.Enterprise;
import Business.UserAccount.UserAccoun... | [
"shinde.ha@husky.neu.edu"
] | shinde.ha@husky.neu.edu |
04189faff36a902bed985993c481021a81a58d3e | 25e025e2ea944c17311075470a29be4d419a1321 | /OCRManager/ocr-system/src/main/java/com/ocr/system/mapper/UserChannelMapper.java | 437d7209b59dfb37bafe917efd2479c324483440 | [
"MIT"
] | permissive | Fanbb/XTOCR | 4eba91b5b66349348cdb40a965b0681bd2f268f5 | 8e5e8641cf7f375aa69d374086405e33b1c7e622 | refs/heads/main | 2023-03-30T06:13:00.256868 | 2021-03-26T06:30:00 | 2021-03-26T06:30:00 | 351,686,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package com.ocr.system.mapper;
import com.ocr.system.domain.SysUserChannel;
import java.util.List;
/**
* 用户渠道关联 数据层
*
* @author ocr
* @date 2020-06-19
*/
public interface UserChannelMapper {
/**
* 查询用户渠道关联信息
*
* @param userId 用户渠道关联ID
* @return 用户渠道关联信息
*/
public SysUserChannel ... | [
"1335682349@qq.com"
] | 1335682349@qq.com |
4ac602a56e110e2914a7993a99d8414900aec669 | 2d226b42de181d325df9d0b2c7ff167112417b9d | /src/net/hunter/gameconfig/RoleNumberAcquiredWrapper.java | 7a2f061d6c48c788ea20cdc6f6bf5326ee3e644a | [] | no_license | Aksyo/HunterxHunter-UHC | 33de08987acc58e8982736cb199838b62be3488f | 4edbb84196ab51519ece7fc69a2d797377633eeb | refs/heads/master | 2020-09-16T12:36:53.598960 | 2019-11-24T16:09:22 | 2019-11-24T16:09:22 | 223,772,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,297 | java | package net.hunter.gameconfig;
import net.hunter.gameroles.GameRole;
import net.hunter.gameroles.RoleInput;
import net.hunter.main.Main;
import java.util.Iterator;
public class RoleNumberAcquiredWrapper {
private Main main;
public RoleNumberAcquiredWrapper(Main main){
this.main = main;
}
... | [
"54546112+Aksyo@users.noreply.github.com"
] | 54546112+Aksyo@users.noreply.github.com |
4f779661544888eb197aef50ae43c92932e6a637 | a68d5aeb0be7ed40f8dd5acb642c9dfdf3a71df3 | /app/src/main/java/com/dl/dlexerciseandroid/features/doitlater/handleintent/InHouseDoItLaterTask.java | 1f1f9f5d7ba188c3dc3ef73cb1b86c9b1d89a5c0 | [] | no_license | logicmelody/DLExerciseAndroid | ffbf6825dd66e1c08b9c152bf70e92090d21d2f6 | ba9a462c75624d16a40ae4a9fc1ef00ba38bc018 | refs/heads/master | 2022-08-30T14:50:45.881460 | 2022-08-12T15:50:35 | 2022-08-12T15:50:35 | 54,878,288 | 0 | 0 | null | 2017-09-06T05:38:09 | 2016-03-28T08:30:53 | C++ | UTF-8 | Java | false | false | 4,582 | java | package com.dl.dlexerciseandroid.features.doitlater.handleintent;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import com.dl.dlexerciseandroid.widget.PackedString;
import com.d... | [
"logicmelody@gmail.com"
] | logicmelody@gmail.com |
4b686476d47ba8bd4fa7a99f5ad6d3499027cfce | 8acf9a96f6a028b378dcf1cbcddf2c18736aca77 | /wescape/src/main/java/com/dii/ids/application/views/exceptions/DestinationNotSettedException.java | beb8b9f2fbdf9c59a847043d578ebf9e48e52340 | [
"Apache-2.0"
] | permissive | ilario-pierbattista/wescape-android | e22e041e78447c7d7e18d63679de36fded73610a | 0174ec532ebcb8659ace39725d2232fd5f21149d | refs/heads/master | 2021-01-20T06:23:14.618134 | 2018-01-17T13:26:10 | 2018-01-17T13:26:10 | 51,361,490 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package com.dii.ids.application.views.exceptions;
public class DestinationNotSettedException extends MapViewException {
}
| [
"toioski@hotmail.it"
] | toioski@hotmail.it |
a7f3a00ec5fb4d9675f1696c44ea78a429beb2ec | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_aa883e55ede2331251f19218dd899a14f9e89204/MPDStatus/25_aa883e55ede2331251f19218dd899a14f9e89204_MPDStatus_t.java | 4a664754f1b79e1566e803aaec3af42f1f0fa72b | [] | 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 | 8,597 | java | package org.a0z.mpd;
import java.util.List;
/**
* Class representing MPD Server status.
*
* @author Felipe Gustavo de Almeida
* @version $Id: MPDStatus.java 2941 2005-02-09 02:34:21Z galmeida $
*/
public class MPDStatus {
/**
* MPD State: playing.
*/
public static final String MPD_STATE_PLA... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8ca96278bf167df0c4a97fd5cd58960cf5a2087f | 9c7f70770307dbb6b825a1198f44a669bdb909e8 | /kodilla-testing/src/main/java/com/kodilla/testing/forum/statistics/StatCalculator.java | 9e72c953b70fa9db75a695a57b5c1a76e8438bbf | [] | no_license | mickaras/java-kodilla | fa580cefacdc514c193f1cdfcd1c53b0d6c300ec | 797c1e8f053905af5280d1b4a2529682b82fa6dd | refs/heads/master | 2020-03-24T03:59:48.741810 | 2019-01-05T10:00:41 | 2019-01-05T10:00:41 | 140,197,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package com.kodilla.testing.forum.statistics;
public class StatCalculator{
private int numUsers;
private int numPosts;
private int numComments;
private double avgPostsPerUser;
private double avgCommentsPerUser;
private double avgCommentsPerPost;
public StatCalculator(Statistics stats) {
... | [
"17a@wp.pl"
] | 17a@wp.pl |
f57455e5c8ead0c86cb9e77745abfe02257d3a49 | d543738e304222f2b46dd3aa84837546873b26ed | /src/Concrete/CustomerCheckManager.java | 4c175b87f0056dbeecbae273d7f0673b9e936ada | [] | no_license | Dyavas/KahveDukkani | 9f72456379a392fe02d2f819bc0b8e1292c221a8 | 5843550771c2de1aff5d086553c67823935ae7b8 | refs/heads/master | 2023-04-28T22:08:58.582630 | 2021-05-24T12:16:14 | 2021-05-24T12:16:14 | 370,340,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package Concrete;
import Abstract.CustomerCheckService;
import Abstract.CustomerService;
import Entities.Customer;
public class CustomerCheckManager implements CustomerCheckService {
@Override
public boolean checkIfRealPerson(Customer customer) {
return true;
}
}
| [
"duo.land2017@gmail.com"
] | duo.land2017@gmail.com |
5feb4299874b861bb20fd02505330f487f48b921 | ba98769dd7071fe404ba1e84612d78a31343ee1b | /src/edu/jabs/canina/mundo/Perro.java | b2a77ce44bc8d1448ca457b60e2e47262dffe309 | [] | no_license | Andres6936/N7-ExposicionCanina-Java | 67df0ed3e21f5f349349b2daf911339eba3ac9fc | 1577fe61714e3af074e855e9db44fb7f4cd2be88 | refs/heads/master | 2021-04-29T16:27:37.578365 | 2018-02-15T16:17:33 | 2018-02-15T16:17:33 | 121,651,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,166 | java | package edu.jabs.canina.mundo;
/**
* Es la clase que representa a un perro. <br>
* <b>inv: </b> <br>
* puntos >= 0 <br>
* edad > 0 <br>
* imagen != null <br>
* nombre != null <br>
* raza != null
*/
public class Perro
{
// -----------------------------------------------------------------
// Atributos
... | [
"andres6936@live.com"
] | andres6936@live.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.