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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3ce8d75e5cef536bc5b73f5327257a0751aa71dc | a5b548432c14df05aa78bcd6b6f47b89fdc38fa8 | /src/test/java/com/INF2015/app/Parsing/JSONFileReaderTest.java | 902ab672c2f61a4f8f2e934844733bdb24361b06 | [] | no_license | tremblayEric/JSONExampleWithMavenAndCobertura | 388987b7a62d994319bd70040d86d14428bb038c | b777b4b450e1d4099d4b22c8ade6c9723b75e415 | refs/heads/master | 2016-09-06T06:33:36.619774 | 2013-04-21T17:47:15 | 2013-04-21T17:47:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | /* Copyright 2013
jpokou
pdarveau
sayonCisse
tremblayEric
UQAM hiver 2013
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... | [
"tremblay_eric@live.ca"
] | tremblay_eric@live.ca |
041373a4b7618ab2068f06b1506c30a9028cb8e5 | a98e2bf2bebedfa8a6e240d15cf8fc8b0debdb73 | /Lab4/A4-SemanticAnalysis/src/gen/lang/ast/Opt.java | d5864b7ca2218c188f8776ff9f5117b270c68115 | [] | no_license | miquelpuigmena/CompilerSimpliCInJava | 9b0e2a93de0b02345d4832c81013984cfe7b494a | 674b622e0d225a9ad2222e3362ae90aed850ed2e | refs/heads/master | 2020-07-24T02:23:26.719621 | 2019-10-22T11:00:51 | 2019-10-22T11:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,420 | java | /* This file was generated with JastAdd2 (http://jastadd.org) version 2.3.2 */
package lang.ast;
import java.util.Set;
import java.util.TreeSet;
import java.io.PrintStream;
import java.util.Optional;
import java.util.Iterator;
import java.io.ByteArrayOutputStream;
import java.lang.reflect.InvocationTargetException;
/**... | [
"miquelpuigmena@gmail.com"
] | miquelpuigmena@gmail.com |
de811811fb64a4e62dc18d9b6b69a99b51ffe9d2 | 6cec98dc39601f8288f62b8cbcd202ca993e8358 | /src/main/java/testingil/webinar/testability/ex2/visibility/Adder.java | 0cda45741fc82fd0c56e99ee1ac7413aa09a9ea6 | [] | no_license | gilzilberfeld/webinar-testability | a3f3820bbc2643ca45e302d45ab3a7c74b8dd6b6 | fb90bffff09aa1dcdb91760eea05297d09b341eb | refs/heads/master | 2023-05-22T12:47:00.411461 | 2021-06-09T15:34:19 | 2021-06-09T15:34:19 | 325,826,267 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package testingil.webinar.testability.ex2.visibility;
public class Adder {
private int temporaryResult=0;
public void add(int a, int b) {
storeAndAdd(a);
storeAndAdd(b);
}
private void storeAndAdd(int a) {
temporaryResult +=a;
}
public int getResult() {
return temporaryResult;
}
}
| [
"gil.zilberfeld@gmail.com"
] | gil.zilberfeld@gmail.com |
d0fbc64137ea6f4c40ca166a7b2463ab63988622 | 0b43f456a4ca064d0bf7379e3f813a8d4dd4a379 | /app/src/test/java/com/example/android/farmer/ExampleUnitTest.java | 93ecac126a6851d25996fdb404c51a64bd427be8 | [] | no_license | raghuladhitya/farmer | e876c38aac1935e4173582197d7e959e5c8ff586 | 40cff10cf31e88d4e585c8249011251d896acf45 | refs/heads/master | 2020-04-22T00:15:09.430894 | 2019-02-14T12:33:12 | 2019-02-14T12:33:12 | 169,972,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.android.farmer;
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 ... | [
"raghuladhitya2013@gmail.com"
] | raghuladhitya2013@gmail.com |
0c21726376e0a33bf9d4024b87bf4009efd22177 | 2a863e48ae4f01f4b99a64c4f3fad92629fa9df1 | /src/main/java/me/wbars/compiler/semantic/models/ArrayTypeNode.java | dbaf79889957532b0919753ff2652a7269cbfcf4 | [] | no_license | wbars/compiler | c8ca870a547782b99a09d46947f96c73bedb6964 | e7433af32eeb1664aa3e2e70e3e1a1589653657d | refs/heads/master | 2021-05-01T08:25:19.021084 | 2017-04-06T20:09:21 | 2017-04-06T20:09:21 | 79,703,541 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,326 | java | package me.wbars.compiler.semantic.models;
import me.wbars.compiler.parser.models.Tokens;
import me.wbars.compiler.scanner.models.Token;
import me.wbars.compiler.scanner.models.TokenFactory;
import me.wbars.compiler.semantic.models.types.Type;
import me.wbars.compiler.semantic.models.types.TypeRegistry;
import java.u... | [
"smelov.kirill@gmail.com"
] | smelov.kirill@gmail.com |
653a2372281d031cbb11e8dc7d8b82a1745f9085 | f07b41266b86a62ee423f8743ef056a9d87ac2f3 | /BethaCodeExamples/src/model/AnimalRepository.java | eedf39c1de7d3b6c38d51344baec52e6067ab816 | [] | no_license | emanuelmelo87/betha-code | 789ed62496d45e6d53d4b95824bf1dd97b9c62e2 | a6cf923320087e91287b669737b3a22762a0efa0 | refs/heads/main | 2023-07-06T22:05:19.172066 | 2021-08-07T11:36:26 | 2021-08-07T11:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package model;
public class AnimalRepository {
public void findAnimal() {
Animal animal = new Animal("toto",0.47,20.1,"pitbull",true,"branco");
animal.setPeso(40.00);
animal.getPeso();
}
}
| [
"bruno.kurzawe@betha.com.br"
] | bruno.kurzawe@betha.com.br |
99c484c239241e0eb728e24e8fb5425ac44da976 | 73c1a2870b57b7287a8ea82e2d62934e5ce238c6 | /Pattern3.java | e837bd627a3e42ad37cec70c8b52576ca9a11f9c | [] | no_license | venkatsaiprasad58/pattern-and-basic-modular-progrmas | f319f1d03ba6fe9e1d19aed50ed7cb723a9f7b11 | dc755d2c43404b39652fa956fabbc3e8e2e3d453 | refs/heads/main | 2023-04-12T00:42:45.006429 | 2021-05-12T04:05:34 | 2021-05-12T04:05:34 | 366,586,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.ojas.patternPrograms;
public class Pattern3 {
public static void main(String[] args) {
String str = "";
for (int i = 1; i <= 7; i++) {
for (int j = 1; j <= i; j++) {
str += j + " ";
}
str += "\r";
}
for (int i = 6; i >= 1; i--) {
for (int j = 1; j <= i; j++) {
str += j + " ";
... | [
"venkatsaiprasad58@gmail.com"
] | venkatsaiprasad58@gmail.com |
f23192c966ce3e1147f7583ad466ca916e77ee76 | 0ae6312049513c5cab73199ce62701335e5a848b | /app/src/main/java/com/dudencovgmail/news/model/Repository.java | 590ca600f3f4bf0d2af3ae9a445cf46b81479208 | [] | no_license | AlexanderDudenkov/NEWS | cf81fd21305ac46131120c0e90593dee632b2547 | e173d51725e850c6e1669672f51c14c3e5900300 | refs/heads/master | 2020-03-15T10:41:54.494821 | 2018-05-08T09:39:42 | 2018-05-08T09:39:42 | 132,105,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | package com.dudencovgmail.news.model;
import android.content.Context;
import android.widget.ImageView;
import com.dudencovgmail.news.model.realm.RealmDB;
import com.dudencovgmail.news.model.rest.NetConnection;
import java.io.File;
import io.reactivex.Observable;
import io.realm.RealmList;
import io.re... | [
"maintrineg@gmail.com"
] | maintrineg@gmail.com |
47ab8232f5114c2e843f28bb9128962c2a440fa2 | db579f64fde2d538f4bce1681e0d5667e039a4f9 | /YiBoLibrary/src/com/cattong/weibo/impl/twitter/ProxyBasicAuth.java | e234ad7624e82d50db5dabf7456b43937074bc55 | [
"Apache-2.0"
] | permissive | ax003d/YiBo | dc3a57464e8b6a878d4dc081ecab00a68f8ba23a | b49c25e614926aaf9bb88e33c72db79414c10b82 | refs/heads/master | 2021-01-18T08:50:15.549797 | 2013-03-18T09:38:02 | 2013-03-18T09:38:02 | 8,870,741 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.cattong.weibo.impl.twitter;
import com.cattong.commons.ServiceProvider;
import com.cattong.commons.http.auth.Authorization;
public class ProxyBasicAuth extends Authorization {
/** serialVersionUID */
private static final long serialVersionUID = -7108008646051298533L;
private String restApiSer... | [
"cattong@cattong-THINK"
] | cattong@cattong-THINK |
6296b10226e2abf5be0fc7184e93e97b32228ee6 | 370bcbce8c056fdf1f651f533b3b2ac41382ec34 | /app/src/main/java/com/example/ecommerce/Model/Users.java | ddd0c67b322a1bd16079a49094889cfefc6b3a5b | [] | no_license | Ashutosh730/eCommerce | f273a5ad47a8c13f54f982ac75a7b1b6b234f16a | ad947245e3074bfe14864b3ac5c2fadccb3167ec | refs/heads/master | 2023-04-27T22:55:19.019235 | 2021-05-14T10:54:54 | 2021-05-14T10:54:54 | 365,934,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | package com.example.ecommerce.Model;
public class Users {
protected String name, phone, password;
public Users(){}
public Users(String name, String password, String phone) {
this.name = name;
this.phone = phone;
this.password = password;
}
public String getName() {
... | [
"ashutoshhappy0007@gmail.com"
] | ashutoshhappy0007@gmail.com |
58e33eb15cbe033efb9c471b5de454764da98506 | 944254ecb2fec30f3714c2dab67fb21f7bcb3a47 | /ch15/sec02/HashMapExample.java | 0dd0dbed1e0b21e9a5d4079c61d231164136f6d7 | [] | no_license | rn0614/java | f05a49bbe053b9f1c9016e9841b18377622def10 | 485585c344bff8234e0706eafeb2493574f76521 | refs/heads/master | 2023-03-25T01:22:13.664325 | 2021-03-23T16:35:34 | 2021-03-23T16:35:34 | 349,104,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package ch15.sec02;
public class HashMapExample {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| [
"rn0614@naver.com"
] | rn0614@naver.com |
aaeb78c9965c19cec517d901b2ba39d07aaa36d7 | 3cd036a374eae6bbfcc7a4fb576a9f8771807fca | /src/main/java/paterns/structyre/bridge/first/bank/account/Account.java | a2482c2655ee17d37fbcb03fe01934a37bf2d598 | [] | no_license | YuriiShmorgun/mvc | 9dd22d265eb88781569ac17b258e10697ec32ea7 | fc74d2881c53d108eb1256130a075d0f66bab839 | refs/heads/master | 2020-04-23T22:30:22.724988 | 2019-03-06T15:13:13 | 2019-03-06T15:13:13 | 171,504,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package paterns.structyre.bridge.first.bank.account;
import paterns.structyre.bridge.first.bank.Action;
public abstract class Account {
private int id;
private double amount;
private Action action;
protected Account(Action action) {
this.action = action;
}
public Action getAction() {... | [
"yurashmorgun@gmail.com"
] | yurashmorgun@gmail.com |
4475698acc097bf95df074c513d5d204e895559a | cc1048c17bfde5cd7a800f847e90dc43c4793384 | /FullStackDemo/backend-loanapp-1/src/main/java/com/loanapp/services/CustomUserDetailsService.java | 4c7524176085dc6ee9c666525b4c0d0f85bb4df8 | [] | no_license | govardhan6495/REFERENCES | d6039913872ac748ea277e79072971048bf33810 | 270765851f3f6bf89652472dac81cccb2e4ea4ee | refs/heads/main | 2023-06-05T02:17:45.732341 | 2021-06-26T17:53:08 | 2021-06-26T17:53:08 | 380,552,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.loanapp.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import ... | [
"ggovardhan6495@gmail.com"
] | ggovardhan6495@gmail.com |
8ebf1b16217db237e03de2b74102dec4fb9e79f0 | 245b16b9995266a813cd265b14ff4e36a4ff32a0 | /src/com/etc/frame/ShowAdminFrame.java | 585282dda00eea2fe5aeb10c5055eb62af3e5d43 | [] | no_license | usadu/music | a730c9b292ecc5ca1c3c02ebb8d9f115090fc273 | 59393f56479c36e30006945642ccab37946f0255 | refs/heads/master | 2020-04-26T15:36:05.010954 | 2019-03-04T01:26:27 | 2019-03-04T01:26:27 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,412 | java | package com.etc.frame;
import java.awt.EventQueue;
import javax.swing.JFrame;
import com.etc.entity.Admin;
import javax.swing.JLabel;
import javax.swing.JPanel;
import java.awt.Font;
import java.awt.Color;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import java.awt.event.ActionListener... | [
"test@test.com"
] | test@test.com |
021829f327e010362a1b4f65e67b676b81f5a4e4 | 112e7dc20a4cc09c3b89e9fe22ee547f369f36ac | /src/main/java/cz/i/pirin/mapper/FactValueMapper.java | 8df3dcab8e9a6eeba6577e02be731774c62b845c | [] | no_license | hadasj/pyrin | 7ca6d3dee58dcd3af37e185509ea825e0c00e56b | 8f5122ca74b1aba608785d55761653dbe993e2be | refs/heads/master | 2021-08-31T13:42:22.094206 | 2017-12-21T14:43:58 | 2017-12-21T14:43:58 | 112,621,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package cz.i.pirin.mapper;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import cz.i.pirin.entity.db.fact.FactValueDb;
import cz.i.pirin.entity.db.fact.ValueDb;
import cz.i.pirin.model.entity.dimensio... | [
"jan.hadas@i.cz"
] | jan.hadas@i.cz |
fa2dfcf986e321cf709b449f462489684e572622 | 39e8b8798140342183f27f645e3e9d394cf2de1d | /.svn/pristine/55/5563062fa48d70032cff863ca6650afc1dc74f38.svn-base | cbc3c7073c5fec34b68a1899eb80a576d53aba71 | [] | no_license | iwulh/study | c92b1f6ac3a8443c4b7571f796eb37b55cdd50f8 | 77b1f2570bed65db6f165944b66fe9d0c26ab36a | refs/heads/master | 2020-04-01T08:53:16.757180 | 2018-10-15T03:58:38 | 2018-10-15T03:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | package com.common.basedb.conn;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.mybatis.spring.SqlSessionTemplate;
/**
* 基本数据连接
* @author Administrator
*
*/
public interface ConnectionDao {
/**
* 获得连接
* @return
*/
public Co... | [
"godwolfwlh@163.com"
] | godwolfwlh@163.com | |
b8ee2db22d558c035b51edc5cdec67ec20a78641 | ae6ff9954c60feb0c15100704669f63e6532d270 | /src/main/java/com/firststep/utils/DataStructure.java | 7e09fedf3782d9cc0c63729dde19b55b2dc8c3c0 | [] | no_license | nagappan080810/FirstStep | be9fbe87e2b61f1d145db6e4c128f0bc3d9545cd | 5248fd84549d3853403b16fe9595e15f0fd6d75a | refs/heads/master | 2021-01-22T19:30:56.369763 | 2018-10-17T15:48:22 | 2018-10-17T15:48:22 | 42,559,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.firststep.utils;
import java.util.Arrays;
public class DataStructure {
public static void main(String[] args) {
System.out.println("2nd row attr2 value is "+getValueForKey(2, "attr2"));
}
private static String getValueForKey(int row, String key){
String keysDomain[] = new String[]{"attr1", "attr... | [
"nagappan08@gmail.com"
] | nagappan08@gmail.com |
3814ffe8d0f271a968485632e12234ea5d027f67 | 30d37df0a81aa9f95f651654e5396807756cc27a | /app/src/main/java/com/example/mary/graduationproject/Adapter/scanItemCityRv2Adapter.java | be9f311e7a7df24e99c94dbd1813f6a301954c7b | [] | no_license | ageniusmary/GraduationProject | df94ee2e2496d3915af583f54f0d2bfc1760fb1e | 6e6a8f9c5b62fa8d9366caa52b3ef856b1d6dc61 | refs/heads/master | 2020-09-15T22:21:59.760563 | 2019-11-23T10:11:34 | 2019-11-23T10:11:34 | 223,568,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package com.example.mary.graduationproject.Adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widg... | [
"ageniusmary@gmail.com"
] | ageniusmary@gmail.com |
12027429b6c4cf1fdf52c3c9e40cf0a0cfe5720b | cbb75ebbee3fb80a5e5ad842b7a4bb4a5a1ec5f5 | /com/jd/fridge/widget/EmptyLayout.java | 990d6a090f6b2176349fb93b0262ddec5c0afe49 | [] | no_license | killbus/jd_decompile | 9cc676b4be9c0415b895e4c0cf1823e0a119dcef | 50c521ce6a2c71c37696e5c131ec2e03661417cc | refs/heads/master | 2022-01-13T03:27:02.492579 | 2018-05-14T11:21:30 | 2018-05-14T11:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,602 | java | package com.jd.fridge.widget;
import android.content.Context;
import android.content.Intent;
import android.util.AttributeSet;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.FrameLayout;
import android.widget.FrameLayout.LayoutParams;
import android.widget.ImageView;
import a... | [
"13511577582@163.com"
] | 13511577582@163.com |
1ce7df916c1da55085ed28538dfd8b78773a9c8c | 62cb0acf78d786a957b0c61e33a692e3e4a259fd | /src/test/java/hu/akarnokd/rxjava2/internal/operators/nbp/NbpOperatorMapNotificationTest.java | 1c10c39f783d093fd4fa57d5069742c003828fdd | [
"Apache-2.0"
] | permissive | josenaves/rxjava2-backport | 4ba34e62c0ee620cfc7fcf56a0cc91cfe4f12d81 | 9cac47e86a9b48b2f021d27e3d0031132b57711e | refs/heads/master | 2020-12-24T12:06:01.695465 | 2016-08-24T13:48:52 | 2016-08-24T13:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,940 | java | /**
* Copyright 2015 David Karnok and Netflix, Inc.
*
* 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 applicable l... | [
"akarnokd@gmail.com"
] | akarnokd@gmail.com |
a5ac8646b9ba109df1bee04b90bc69baeabe8fad | 7bcb476985e26b6c6dd5b459ab9eb83f5b7714fa | /shopping-mall/src/com/nonage/controller/action/LogoutAction.java | 259b866f353bb1b52c0f3ff3f436847a62110cd7 | [] | no_license | kimeuntea/shopping-mall | 6941729a46d563c8b9ec3e57b2efdb848c130008 | 606808b6314cbc40d7e329667b443b5c31aaf573 | refs/heads/master | 2021-01-10T20:57:56.349116 | 2015-05-14T01:38:30 | 2015-05-14T01:39:51 | 35,584,124 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 825 | java | package com.nonage.controller.action;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import dao.MemberDao;
publi... | [
"euntae@Euntea"
] | euntae@Euntea |
61dd32f8d7f81716c2ea18b9f8f3ae64453c630b | 030595eb8fa9e38414d76bbc519d23f8d20fc3ca | /app/src/main/java/com/example/user/finalexam/Adapter/MyAdapter.java | 4912ec8f4cc7cf6581b132c71352b66fe25aa53b | [] | no_license | NguyenHuyHoangCodeGym-C0718L01/VietPro_Android_LastProject | a36e9a77fafc546ab3e4592c42e11915ae67d80a | 3e1cb09d1d3b4fdc469d4f0f4e0dc333ce69d665 | refs/heads/master | 2020-04-18T18:29:06.101264 | 2019-01-26T12:15:58 | 2019-01-26T12:15:58 | 167,685,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package com.example.user.finalexam.Adapter;
import android.app.Activity;
import android.app.FragmentTransaction;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.RecyclerView;
import android.... | [
"huyhoang681997@gmail.com"
] | huyhoang681997@gmail.com |
d0ad13dbc01f5958d719737e4263a270bc01d344 | 46e11c2bd7fe2642d57143fce2de5c16618338fe | /StreamTP/src/module-info.java | b4ddd1ac8b4e7198435c55d783a200a103234a69 | [] | no_license | brahamax/livrable | 8eebe81a0ae57404628de33997f0a7c44ea92cdb | bc19c5530c644483ad11d27b28d4b89afb7b4a77 | refs/heads/master | 2021-05-16T22:54:48.036609 | 2020-03-27T10:29:51 | 2020-03-27T10:29:51 | 250,504,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23 | java | module StreamTP {
} | [
"braham.moussouni@etudiant.univ-lr.fr"
] | braham.moussouni@etudiant.univ-lr.fr |
aa9a2f5dc52e8b9d2fa2bbe5c371172ab2c4f3d4 | 21671a486ffb80e217de3270bf9e6d8b880d2f03 | /smile_android/src/com/holding/smile/protocol/PCartItemDetail.java | 410661519e535dbb072ecca30cf59015fd7e69be | [] | no_license | rememberlostcode/flyhz | ff4904fe5c8d80a89b41a1cd995abff47a8d94ab | 9602028cd1af9b9e56c8a396034702e014fa7652 | refs/heads/master | 2020-04-02T12:22:27.069231 | 2015-07-16T23:17:25 | 2015-07-16T23:17:25 | 18,166,238 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 348 | java |
package com.holding.smile.protocol;
import com.holding.smile.entity.CartItem;
/**
* 类说明:订单信息
*
* @author robin 2014-4-22下午3:26:09
*
*/
public class PCartItemDetail extends PBase {
private CartItem data;
public CartItem getData() {
return data;
}
public void setData(CartItem data) {
this.data = data... | [
"784772413@qq.com"
] | 784772413@qq.com |
b035d525b303f018a1aa3e3cb92c7397f374023b | d60e8f6f62699a4a0828563ce72dbe439335202c | /src/main/java/ru/prolog/util/io/ErrorListener.java | 8c5e708f7c52583c9e201b1cda42aeffdeec138d | [] | no_license | FalaleevMaxim/Prolog | 12f950f693386b46bf415a82d556f4ff79f7bbec | cade77b90cb7a1bfb56b20eb514ad72288736998 | refs/heads/master | 2021-06-26T07:58:14.930858 | 2020-06-22T08:01:50 | 2020-06-22T08:01:50 | 133,159,535 | 1 | 1 | null | 2020-10-13T09:17:36 | 2018-05-12T15:40:00 | Java | UTF-8 | Java | false | false | 257 | java | package ru.prolog.util.io;
import ru.prolog.etc.exceptions.runtime.PrologRuntimeException;
public interface ErrorListener extends OutputDevice {
void prologRuntimeException (PrologRuntimeException e);
void runtimeException (RuntimeException e);
}
| [
"maximfalaleev@mail.ru"
] | maximfalaleev@mail.ru |
7d974493f8f82dedc3f930e43faec80bb2f5b845 | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/com/google/android/gms/common/api/internal/BackgroundDetector.java | c5579ad41ec3e486916fb61d39ed4d325e4fa716 | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442419 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | Java | UTF-8 | Java | false | false | 3,904 | java | package com.google.android.gms.common.api.internal;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.Application;
import android.content.ComponentCallbacks2;
import android.content.res.Configuration;
import android.os.Bundle;
import com.google.android.gms.common.util.PlatformVersion;... | [
"66115754+Minionguyjpro@users.noreply.github.com"
] | 66115754+Minionguyjpro@users.noreply.github.com |
042858966cc62df7efd44b0c8f9b2e52a4af9d6f | 1d6a46cda434d101248cffce0783115ec3c037a3 | /src/test/java/com/tinsa/poc/proxy/MensajeTest.java | 80e73cd31d4d96aca31ebe87cd8f957d48a3917a | [] | no_license | epriscogfi/TINSA_POC | d419fc5d265bac712dc0ee590ca1adf9ca864a3e | 5313a8d732da01ced5d38936ed238a071649652c | refs/heads/master | 2021-01-25T11:15:53.174584 | 2017-06-14T14:15:30 | 2017-06-14T14:15:30 | 93,921,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,421 | java | package com.tinsa.poc.proxy;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.Before;
import org.junit.Test;
import com.tinsa.poc.utils.Constantes;
public class MensajeTest {
Mensaje mensaje;
@Before
public void SetUp(){
mensaje = new Mensaje(Constantes.... | [
"epriscom@gmail.com"
] | epriscom@gmail.com |
000dc8166ad244393605e1de4a0206a3742a70ba | 10fddcbfbf38d6341a97483e5978bbab4e8bf20b | /java_stack/springProjects/dojoninjas/src/main/java/com/codingdojo/dojoninjas/models/Dojo.java | 3a2d4e7335d5b448f5bafb19712cd406d9794b13 | [] | no_license | bghebrit/dojo_assignments | ac8abdf08cf04dcef3e122d6f7e30ed8a90744ad | 39411bcd82a8a43e1bc08b4b85a79ef1ba6108e7 | refs/heads/master | 2021-06-27T08:20:36.985328 | 2020-07-20T19:56:42 | 2020-07-20T19:56:42 | 232,712,477 | 0 | 0 | null | 2021-06-10T22:28:24 | 2020-01-09T03:18:58 | Python | UTF-8 | Java | false | false | 1,381 | java | package com.codingdojo.dojoninjas.models;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.pers... | [
"sghebrit@gmail.com"
] | sghebrit@gmail.com |
440a707f06eafe1e0027cae8d9849de5d186fd8c | 06d503c5ea50d73bbb16d40234e87c4b13cd7071 | /Acheron Source/src/server/model/players/skills/Smithing.java | b0d3b9596bbccdf668bd008e779c53a39c53e091 | [] | no_license | Bdavey98/Runescape-SeniorProject | b3c8abfd434047a2ba7a8ba990fb6e822e67adf1 | 5bb7b879dc0c6f1e9941232f69e54b30789f7cb4 | refs/heads/master | 2022-11-22T07:51:02.258601 | 2020-07-27T17:39:28 | 2020-07-27T17:39:28 | 258,374,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,544 | java | package server.model.players.skills;
import server.Config;
import server.model.players.Client;
/**
* Smithing.java
*
* @author Sanity
*
**/
public class Smithing {
private Client c;
private final int[] SMELT_BARS = {2349,2351,2355,2353,2357,2359,2361,2363};
private final int[] SMELT_FRAME = {2405,2406,2407... | [
"daveyb200@potsdam.edu"
] | daveyb200@potsdam.edu |
b545882421122c22a0d0adefe775b5ab5967d5f0 | ce7db6bc43f66264cdf3a25486e45d27429b1960 | /src/main/java/com/georgiev/xml/xml_app/App.java | a8fed2946a094568529a3a6f386b86d0ba2de584 | [] | no_license | mazen17/xml-app | 91e16051d6892cc14f50f11b0cea44f52e1876d7 | 684f3efd3ac961f9f376e492f24bda5827ab0b76 | refs/heads/master | 2020-06-21T10:23:50.460372 | 2016-11-25T19:19:02 | 2016-11-25T19:19:02 | 74,791,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,557 | java | package com.georgiev.xml.xml_app;
import java.io.FileOutputStream;
import javax.xml.bind.*;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFCellStyle;
import org.apache.poi.hssf.usermodel.HSSFFont;
import org.apache.poi.hssf.usermodel.HSSFPalette;
import org.apache.poi.hssf.us... | [
"mazen17"
] | mazen17 |
2dc77c7818b029ba6b696ca0b5ee7fa15dbb8172 | bcba593f9f3e6b41e0803dd7145e093574a4449f | /x-mail/src/com/net/client/TextViewer.java | a294246aa61a6dd5efc85a14d0a9d33b865b49d0 | [] | no_license | xuanj/x-test | 08e95516b1c813e7fff9ea72d0945ae97592d4c2 | 121b6dbaaaa57ee15bf73318c5912338bc55b5e5 | refs/heads/master | 2021-01-17T19:17:46.399090 | 2018-01-08T14:13:49 | 2018-01-08T14:13:49 | 60,441,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,256 | java | package com.net.client;
/*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the abo... | [
"XUANJIAN671@pingan.com.cn"
] | XUANJIAN671@pingan.com.cn |
534bb6b16280b30766d63a47c2da4daa3b9d9ff2 | 3f4cbe3cc5fb8b4bad9e6d4f2921d9e5620e18de | /src/main/java/springbootstart/service/ProductofferServiceImpl.java | 61d05ed443c4eb42c570750569b7833ce8c4a688 | [] | no_license | codesweetcat/SpringBootCRUD | 28e35544bcdf42c90ae7c02174ff113475349b02 | df499cb3e68e76a0a15eda1b67014fb10ac10264 | refs/heads/master | 2021-05-12T08:11:37.118820 | 2018-01-27T10:58:04 | 2018-01-27T10:58:04 | 117,270,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package springbootstart.service;
import springbootstart.model.Product;
import springbootstart.repository.ProductRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
@Component
@Service
public class P... | [
"haoming666@hotmail.com"
] | haoming666@hotmail.com |
328fdd5f0eebd67e516e35aababc007e450ddac8 | fb64147e1047151d396c6c9b23f6b3c30110928e | /src/main/java/com/baeldung/jira/service/UserLimitService.java | cfabd4016d95b2f564f3c95c8701c02842a036b0 | [] | no_license | rajaneeshm/JiraTaskAutomation | 3ffe7e6db2ea8916abe4ebdeecd57984f61cd4a1 | ef00a1afc031994857e0168af5a762b502bbaaa3 | refs/heads/master | 2021-08-31T17:07:46.194589 | 2017-12-20T18:23:01 | 2017-12-20T18:23:01 | 114,652,555 | 1 | 1 | null | 2017-12-22T05:58:34 | 2017-12-18T14:48:21 | Java | UTF-8 | Java | false | false | 3,233 | java | package com.baeldung.jira.service;
import java.util.HashMap;
import java.util.ResourceBundle;
import java.util.concurrent.ExecutionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qual... | [
"rajaneesh72@gmail.com"
] | rajaneesh72@gmail.com |
b187709df7dbabc3b4da8ed58646aa36aafa504f | 061a807e6e382768c363edb6f24979d00d99d56d | /zj22-gudao-server/zj22-gudao-server/gudao-server-web/src/main/java/me/zj22/gudao/server/web/pojo/dto/Rebate.java | 6187281f4f9e89ae278af32000abde0bb28b071a | [] | no_license | kyson4idea/gudao | 02acb8492b3470f46e2abca0204cc817dabea500 | f71d6822ae25be5cd22ee1df20539bc9946cde34 | refs/heads/master | 2022-08-26T23:15:58.879044 | 2018-11-08T13:55:00 | 2018-11-08T13:55:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,175 | java | package me.zj22.gudao.server.web.pojo.dto;
import me.zj22.gudao.server.web.utils.TimeParse;
/**
* @Program:zj22-gudao-server
* @Description:返点表
* @Author Gqjian
* @Create 2018/2/5 15:38:07
*/
public class Rebate {
private Integer rebateId;
private Double rebateRatio; //返点比例
private Byte available;... | [
"1753484293@qq.com"
] | 1753484293@qq.com |
094d4fd99c3878d3c484b54afdc07203e7e85a31 | d6c77f7afcc11b8186fab42b9fe257a76b481297 | /9º Periodo/Sistemas distribuidos/WebServiceSoapServidor/src/java/Beans/ListCategoria.java | e4d34069991a27f837a4a38ca535e7348600251f | [] | no_license | joaororiz/joaororiz | 7d487c0a37dd7aeaaa1d720c88f31737bc565344 | 80838cf615735f470c3a2487775137818c14d103 | refs/heads/master | 2021-01-25T14:10:12.765611 | 2019-12-05T09:30:03 | 2019-12-05T09:30:03 | 123,659,212 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package Beans;
import java.util.List;
/**
*
* @author João Otávio Mota Roriz
*/
public class ListCategoria {
private List<String> categorias;
public ListCategoria() {
}
public List<String> getCategorias() {
return categorias;
}
public void setCategorias(List<String> ... | [
"joao.otvo.rv@gmail.com"
] | joao.otvo.rv@gmail.com |
48542ca016efdb3bc6bc2a3b54b1ccfefa2d5e35 | ff17aa326a62de027a014fab99a652f593c7381f | /module_mine/src/main/java/com/example/bean/ProvinceBean.java | 035af183a72adb9dc63c2b7541db291288d6debf | [] | no_license | majiaxue/jikehui | 401aa2db1a3846bbbef9d29a29cdb934cb18b4c2 | 9b30feb8dbf058954fe59676303fd260ab5282c8 | refs/heads/master | 2022-08-22T18:25:08.014789 | 2020-05-23T10:40:22 | 2020-05-23T10:40:22 | 263,837,386 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package com.example.bean;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
public class ProvinceBean implements Parcelable {
private String id; /*110101*/
private String name; /*东城区*/
private ArrayList<City2Bean> cityList;
@Override
public String toString... | [
"ellliot_zhang_z@163.com"
] | ellliot_zhang_z@163.com |
0f953813da858817043de90c878fa856043602b8 | 492427711ab6b3e0b72d69ade968dc168130af2a | /src/main/java/org/spongepowered/asm/mixin/transformer/TargetClassContext.java | beb19bf342c9aae3168a1f247fbd3e7ecdae1d8c | [] | no_license | SkidFxcte/Hydrawareplus-cracked | c0124401af7c0071721f1e891f0855cae5c709ac | 6f06cd554581b5f0db738a0fa16b685ca75ce6e8 | refs/heads/main | 2023-08-20T09:36:35.461529 | 2021-10-21T13:57:29 | 2021-10-21T13:57:29 | 419,727,981 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,399 | java | //Deobfuscated with https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000 using mappings "C:\Users\User\Desktop\Source\Minecraft-Deobfuscator3000-master\1.12 stable mappings"!
//Decompiled by Procyon!
package org.spongepowered.asm.mixin.transformer;
import org.spongepowered.asm.mixin.transformer.ext.*;
impo... | [
"67464961+SkidFxcte@users.noreply.github.com"
] | 67464961+SkidFxcte@users.noreply.github.com |
dfd477b9674eaf88c4b5874526e90080aa3d855f | d0e7ba495f39dbf08d296aea3e22b4ce8567934b | /CPrincipal.java | b701fe38be040c02791d5335da66879869f412a5 | [] | no_license | mluisx/frg-pre | 752012cec2da7aed0e6f1e56ed714ec3d8f27fea | 53ca5f6aa62685998c9c0d3ce34c7fd96c4d10c0 | refs/heads/master | 2021-01-02T22:45:00.531555 | 2012-07-20T22:38:41 | 2012-07-20T22:38:41 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 584 | java | // Ver 0.6.4 - Última Corriendo en Prune Posadas //
package Caja;
public class CPrincipal {
public static CGUI Main;
public static void main(String[] args) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
Main = new CGUI();
Main.setVisible(true);
}
});
}
}
// Sistema D... | [
"mluisx@gmail.com"
] | mluisx@gmail.com |
e4e00c0a050322f2e537303d1adc628a1c4940d5 | d18c4dbeb041a9a3b7e53343d5c221793a93cb01 | /src/main/java/pers/zjh/shop/mapper/ProductImageMapper.java | 7eb40a2e281c2e705d5fa817db35790ba048d6e6 | [] | no_license | zjh123456789/ttp1-shop | 0441691a9231b70f81c221286a5884b713619695 | 994b0d415a506bc49e2b033c9a9d83dbf66be16e | refs/heads/master | 2020-04-03T18:27:06.109675 | 2018-10-31T02:06:08 | 2018-10-31T02:06:08 | 155,484,741 | 18 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,435 | java | package pers.zjh.shop.mapper;
import java.util.List;
import pers.zjh.shop.pojo.ProductImage;
import pers.zjh.shop.pojo.ProductImageExample;
public interface ProductImageMapper {
/**
* @Describe 根据id删除商品图片
* @param id
* @return int
*/
int deleteByPrimaryKey(Integer id);
... | [
"1229585753@qq.com"
] | 1229585753@qq.com |
9d2ee280c584e0e6e3dc3676fd57b7ea1d911153 | 8efe6c0c7bc0b530ee02dee1ea6c24bfdaee3b63 | /javatestlib/src/main/java/com/ObserverModel/MyTestClass.java | dd7b33e6daaa6d71ac37544131c87cbb3d1abcc8 | [] | no_license | bruceearly/MulFunProject | a803e4fbb985f8a0d851ab3ca43321d80732d190 | 5bb3add046be00276338becee0f038b0315a0f1a | refs/heads/master | 2020-12-25T14:23:02.810692 | 2016-09-05T08:25:56 | 2016-09-05T08:25:56 | 67,402,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.ObserverModel;
import java.awt.Event;
/**
* Created by mijia on 16/8/8.
*/
public class MyTestClass {
public void test(){}
public static void main(String[] args) {
EventBus eventBus = EventBus.getInstance();
ExecutionSub sub1 = new ExecutionSub();
ExecutionSub sub2 = n... | [
"mijia@kwifi.local"
] | mijia@kwifi.local |
e63321209f0a319f7ed8509f59f6ff9aa0580c6e | b532db2789f54486a9282671e8bca504938777b0 | /android/app/src/main/java/com/noteproject/MainActivity.java | 0c672aad8a92cad772a800a6defb0c769ad5f363 | [] | no_license | hrinternship2018/react_note_app | 1df033b34c624bf5367b84d623f38dc488165631 | 4e7b3adba4d991bcf4464712f456373debf16bee | refs/heads/master | 2020-05-17T13:45:58.122700 | 2019-04-28T05:47:11 | 2019-04-28T05:47:11 | 183,744,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.noteproject;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponent... | [
"hrinternship2018@gmail.com"
] | hrinternship2018@gmail.com |
3e1d9b5229e85fb29a830b64568bce3c00357838 | 659cb377097b3cf1f35fe54f7122e240e056e76c | /possystem/src/com/project/dao/interfaces/IInvoicetaxshipDAO.java | 975cf5fe349a9dc97eb094134626ea8da3de09d4 | [] | no_license | krishJsoft/jpos | 9f49923fb4661499c805b0da740a2eb19e81c3e4 | 4f724e025181c63f73a7728b762160517d41c830 | refs/heads/main | 2023-03-06T07:30:55.862527 | 2021-02-23T06:00:04 | 2021-02-23T06:00:04 | 335,437,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.project.dao.interfaces;
import java.util.List;
import com.project.model.his.Invoicetaxship;
public interface IInvoicetaxshipDAO {
public boolean createInvoicetaxship(Invoicetaxship invoicetaxship) throws Exception;
public boolean updateInvoicetaxship(Invoicetaxship invoicetaxship) throws Exception;... | [
"gopalabe@gmail.com"
] | gopalabe@gmail.com |
bfee9e45db2e9bc3e1288e69e7ed169b18884517 | 04ed1b3c8d086776361e365afee0e87e8afaeb1e | /src/de/guntram/bukkit/hiab/AsyncBuilder.java | 450f11e836e6bb892ce6f05c96129f23d3eece55 | [] | no_license | gbl/HouseInABox | edb7cc002d32581704d96f53b4375d5e21ba8182 | f72627a6fd83486ab6a60925774cd9fe876385fa | refs/heads/master | 2021-01-10T23:38:02.940352 | 2016-11-28T20:42:52 | 2016-11-28T20:42:52 | 70,415,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,191 | 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 de.guntram.bukkit.hiab;
import com.sk89q.worldedit.CuboidClipboard;
import com.sk89q.worldedit.EditSession;
import com.sk89q.w... | [
"gbl@guntram.de"
] | gbl@guntram.de |
38615dda3dea7be3e98a864f79aa212f5d420c5a | 32cd70512c7a661aeefee440586339211fbc9efd | /aws-java-sdk-inspector/src/main/java/com/amazonaws/services/inspector/model/AssessmentTarget.java | 58b734a6731004d0aaa58d1517913c462ba54a1a | [
"Apache-2.0"
] | permissive | twigkit/aws-sdk-java | 7409d949ce0b0fbd061e787a5b39a93db7247d3d | 0b8dd8cf5e52ad7ae57acd2ce7a584fd83a998be | refs/heads/master | 2020-04-03T16:40:16.625651 | 2018-05-04T12:05:14 | 2018-05-04T12:05:14 | 60,255,938 | 0 | 1 | Apache-2.0 | 2018-05-04T12:48:26 | 2016-06-02T10:40:53 | Java | UTF-8 | Java | false | false | 10,394 | java | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights
* Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | [
"aws@amazon.com"
] | aws@amazon.com |
08e7419e2e39b3e732da69d995e245e2dbf2f3d0 | c4118b78e8ea224d767d0cac9bb70c91d0fa4726 | /PlanetEngineer2020/app/src/main/java/com/example/planetengineer2020/ui/send/SendFragment.java | 58f2964c25e08720528244bcb69068c4ed11ae96 | [] | no_license | aditya30-stack/planet_engineers_app | e6dfe91bf668d417954e6062be2c9b2b2bd5dea3 | a7a7f55fbcc41f9843b739b60c6f6b249ded3e35 | refs/heads/master | 2022-06-20T16:40:14.004197 | 2020-05-12T05:42:24 | 2020-05-12T05:42:24 | 261,971,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package com.lnct.planetengineer2020.ui.send;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import and... | [
"adityajugade20@gmail.com"
] | adityajugade20@gmail.com |
86f0893bd9edaf730638d19aafb74675ba1aa020 | eac6bc474bff9b52c16555309a1ec6bbd6744557 | /ms-employee/src/test/java/org/nazareko/webfluxgateway/WebfluxGatewayApplicationTests.java | 83c2ad1f4167c67433d7e5329db5a98c46037518 | [] | no_license | DenNazarenko/webflux-vs-mvc | 40a6e28ef2dd0442298c565312a069ccbfad2cb2 | 9feb1e4f7b7d4c5834acd7fb6cecfe46db17f130 | refs/heads/master | 2021-05-17T17:02:57.190600 | 2020-03-28T20:41:45 | 2020-03-28T20:41:45 | 250,886,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package org.nazareko.webfluxgateway;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WebfluxGatewayApplicationTests {
@Test
void contextLoads() {
}
}
| [
"d.nazarenko@eastbanctech.ru"
] | d.nazarenko@eastbanctech.ru |
073948db69964e46beffb231205079aa25a330cd | 456d43c584fb66f65c6a7147cdd22595facf8bd9 | /jpa/deferred/src/main/java/example/model/Customer903.java | 24f5ca4462c66f799b5cd8df59b2bcb6fd8086a1 | [
"Apache-2.0"
] | permissive | niushapaks/spring-data-examples | 283eec991014e909981055f48efe67ff1e6e19e6 | 1ad228b04523e958236d58ded302246bba3c1e9b | refs/heads/main | 2023-08-21T14:25:55.998574 | 2021-09-29T13:14:33 | 2021-09-29T13:14:33 | 411,679,335 | 1 | 0 | Apache-2.0 | 2021-09-29T13:11:03 | 2021-09-29T13:11:02 | null | UTF-8 | Java | false | false | 624 | java | package example.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Customer903 {
@Id @GeneratedValue(strategy = GenerationType.AUTO) private long id;
private String firstName;
private String la... | [
"ogierke@pivotal.io"
] | ogierke@pivotal.io |
963c74d7f1c210e617c9702c917f9b21b8d17dc9 | 80cb2caddcbb9cc45ac63d3d14be681db11410f1 | /src/com/kookykraftmc/pink/Pink.java | e361c28c1a7fd9e5fecd105fa5943a410f2a8f9e | [] | no_license | Kraise/Pink | ce84199419b8fad15964222fcb787fd64bdc512c | 86ef107ae2457d2cc37ea0431295e0bb416b2357 | refs/heads/master | 2016-08-12T19:09:12.870338 | 2016-05-06T17:08:27 | 2016-05-06T17:08:27 | 55,096,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package com.kookykraftmc.pink;
import java.util.Random;
import java.util.logging.Logger;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.plugin.PluginDescriptionFile;
import org.bukkit.plugin.java.JavaPlugin;
public class Pink extends JavaPlugin
{
public static S... | [
"fronk.fn@gmail.com"
] | fronk.fn@gmail.com |
4b5f8f3573d3ca7797118b68fab340336b2e3276 | 92b9f7b4e2a1b0eaddb3b09b099a87ecea1942f3 | /src/com/luv2code/hibernate/demo/GetInstructorCoursesDemo.java | 9d21e7a4ec12deed3bf1f43455b027dd2b41e5fa | [] | no_license | FedotovDV/2020-Hibernate-Practice-hb-05-many-to-many | 9d8cf1cc6c0dbc6c70ca4bddf19b45dab4b52e1d | 0be86cd380ea96d8b975966ed79b4674d573c2b5 | refs/heads/master | 2022-07-29T05:09:06.804702 | 2020-05-22T19:24:08 | 2020-05-22T19:24:08 | 266,313,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.luv2code.hibernate.demo;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import com.luv2code.hibernate.demo.entity.Course;
import com.luv2code.hibernate.demo.entity.Instructor;
import com.luv2code.hibernate.demo.entity.InstructorDetail;
public cl... | [
"fed3375546@yandex.ru"
] | fed3375546@yandex.ru |
77ed4cb4d449287cf7d64f2adaa65048612541db | d3e0b5feedd4f97718699edf7a4c8accd7b9c2a0 | /datavec-hadoop/src/test/java/org/datavec/hadoop/records/reader/TestMapFileRecordReaderMultipleParts.java | 26a89d1f263b438551dc89f0fcdf93ef1cee7109 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | benmccann/DataVec | e52e4bdec08d7f00c9b632fcc2c3557341db605c | 19616a8e1b6aae5a3c2bba3126f929585440e4e9 | refs/heads/master | 2021-01-15T22:01:58.611786 | 2017-08-09T10:22:21 | 2017-08-09T10:22:21 | 99,883,336 | 0 | 0 | null | 2017-08-10T05:05:31 | 2017-08-10T05:05:31 | null | UTF-8 | Java | false | false | 11,083 | java | /*-
* * Copyright 2017 Skymind, Inc.
* *
* * 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
* *
* * Un... | [
"blacka101@gmail.com"
] | blacka101@gmail.com |
bc26ad46796a6105393e79e5f7d1a72edd0a273d | b747b98042f3232e974acb9d0c8d06d431720cf1 | /src/main/java/com/ane/domain/UserRole.java | c442828a67f420f9ff33ac0a5c696a13c901ea00 | [] | no_license | xiaojunjas/ane_user | cc66877120c04e3d9ac7eae37b13abfa2d35060d | 501fcee66bea509bb8844f1c6638b5ab5b30a913 | refs/heads/master | 2021-08-14T10:35:17.549576 | 2017-11-15T11:20:00 | 2017-11-15T11:20:00 | 107,525,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package com.ane.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown=true)
public class UserRole {
private Long id;
private Long userId;
private Integer type; //0用户角色 1组织角色
private Long refId;
private Integer isDeleted;
public Long getId() {
... | [
"xiaojun@DESKTOP-ERCUHFH"
] | xiaojun@DESKTOP-ERCUHFH |
380a58d06776dae7522cd971d46045d104e3cd10 | 041c2e45c9746c1a3213650b35c4de81525f50b7 | /TP_09072020/src/com/antoinelamoureux/tp2/Compte.java | 1937996e41f907f93757ca24c6c4f31309dfb352 | [] | no_license | antoinelamoureux/java | daa853bfdfbc03312f5a6d7875eff803c9fe454c | c88df6687affc1a238fc0e2c30108cefa6430732 | refs/heads/master | 2022-11-19T10:40:26.421943 | 2020-07-10T12:13:33 | 2020-07-10T12:13:33 | 274,418,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.antoinelamoureux.tp2;
import java.util.Scanner;
public class Compte {
protected double solde;
private static int code = 0;
{
setCode(getCode() + 1);
}
public Compte() {
super();
}
public Compte(double solde) {
super();
this.solde = solde;
}
private int getCode() {
return code;
... | [
"antoinelamoureux85@icloud.com"
] | antoinelamoureux85@icloud.com |
ca8d93a5f6b43f927d60e1536220746bb6f95544 | 407e16162ffc804e1d73e7aceb14256bcd3635a7 | /src/trello/User_Management.java | 176e9817cc65a06bf256ab4e85a93b80ab9d0c3c | [] | no_license | Ubaid488/Trello-Application | df4f6b7fc0e7b9b506193ba5c426a41ad0eb4423 | 97cbf8ff1bebe96c7b47cd13e7d4cbbbee3a12f8 | refs/heads/master | 2020-08-12T03:32:15.372492 | 2019-10-12T16:41:28 | 2019-10-12T16:41:28 | 212,561,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,794 | 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 trello;
import java.util.ArrayList;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
impor... | [
"ubaidsheikh488@gmail.com"
] | ubaidsheikh488@gmail.com |
5638a0d731c702dca4e3b01b879e14b7a0c882d7 | f2d1729e6197929340414d9064007ff013dd348e | /src/main/java/cn/network/repository/FiletypeRepository.java | 0fbce8579706cd2d32d143692fbce5bd116b0575 | [
"MIT"
] | permissive | bennans/network | 4b7d85c2c41a572ab58a9c3d036ba10ef9528857 | 381ebca81b26c81234af7fce05c00e7341b208c5 | refs/heads/master | 2020-03-22T21:35:09.605102 | 2018-07-12T12:10:20 | 2018-07-12T12:13:51 | 140,698,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package cn.network.repository;
import cn.network.model.Filetype;
import org.springframework.data.jpa.repository.JpaRepository;
public interface FiletypeRepository extends JpaRepository<Filetype,Integer> {
}
| [
"qenan@foxmail.com"
] | qenan@foxmail.com |
1da5b0e7100d1f7d32eba8790fcf49dbba59b17d | fc0545fbd5998d96d9ef9b57d472238617ca85f3 | /src/main/java/opennlp/tools/similarity/apps/RelatedSentenceFinder.java | 619c0f90d160430857241d88cb54d24534b215a9 | [
"Apache-2.0"
] | permissive | bgalitsky/syntmatcher | 43d183e930cf99fb955eebf8f470dc5c799f0cf2 | 6e6d780e44aa9c573bbb2c429bf4f8cf651103dc | refs/heads/master | 2021-01-23T08:15:30.089613 | 2011-09-29T19:07:31 | 2011-09-29T19:07:31 | 2,470,148 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,542 | java | package opennlp.tools.similarity.apps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import opennlp.tools.parser.Parse;
import opennlp.tools.similarity.apps.utils.PageFetcher;
import opennlp.tools.similarity.apps.utils.StringDistanceMeasurer;
import opennlp.tools.similarity.apps... | [
"aj@Albert-Jan-de-Vriess-MacBook-Pro.local"
] | aj@Albert-Jan-de-Vriess-MacBook-Pro.local |
205e030f59606ae7be9294aab805f1255caf7cb5 | 18b72c00986f53cfc4cb1e74efe9eea2f910beb9 | /backend/myriad/src/main/java/io/sweetcodehellabro/MyriadApplication.java | c1993b96ed65cf74697c80e5a609ba14cce5fa70 | [] | no_license | SweetBroHellaCode/myriad | af42f65b6b2a21add13227a73c0e13c769fee149 | 3bae770b215c87d14b11e3bfc6e28b759ee7ebda | refs/heads/master | 2021-01-10T15:06:51.697661 | 2016-01-02T00:38:08 | 2016-01-02T00:38:08 | 48,337,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package io.sweetcodehellabro;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MyriadApplication {
public static void main(String[] args) {
SpringApplication.run(MyriadApplication.class, args);
}
}
| [
"etmaron@gmail.com"
] | etmaron@gmail.com |
3f4dab28ff0664b8fc26d6743ad34f73b0f3566f | 83c016b032e1931efeade0d2c1b238002dc970bf | /fcf-fhir-cdshooks/src/main/java/org/fujionclinical/cdshooks/CdsHooksUtil.java | 3d130faa453ba43c5fed7ad71c209b69c786b67e | [] | no_license | fujionclinical/fujion-clinical-fhir | 5a73ea84bdaa316f71872651dfe92f130a33275f | 5a681aa6d1f49e54ab2d54327a9a650afe0b8b79 | refs/heads/master | 2023-07-28T03:25:06.925648 | 2023-07-05T20:00:03 | 2023-07-05T20:00:03 | 140,999,551 | 1 | 0 | null | 2022-12-14T20:55:35 | 2018-07-15T04:59:30 | Java | UTF-8 | Java | false | false | 3,717 | java | /*
* #%L
* Fujion Clinical Framework
* %%
* Copyright (C) 2020 fujionclinical.org
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | [
"mdgeek1@gmail.com"
] | mdgeek1@gmail.com |
b95237d2f4391ca74ecc317d81fa60ff3c814228 | 47266a6e073295cf7e1248fef367420425a765ac | /com/epsilon/model/input/impl/ChangePassword.java | 0ef357a9cc3f9439ad89078ba51caa5de8dbf1ac | [] | no_license | StraterAU/Epsilon | 86d4e392c2fad892e7c6b141506d5a42458d576e | 6b89b34fba253314d93cd9ae09ea3a9737cb7482 | refs/heads/master | 2021-03-24T13:02:28.476618 | 2017-04-02T12:23:14 | 2017-04-02T12:23:14 | 86,983,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,355 | java | package com.epsilon.model.input.impl;
import java.sql.PreparedStatement;
import com.epsilon.GameSettings;
import com.epsilon.model.input.Input;
import com.epsilon.util.NameUtils;
import com.epsilon.world.entity.impl.player.Player;
import mysql.MySQLController;
import mysql.MySQLDatabase;
import mysql.MySQ... | [
"Taylan Selvi@Taylan"
] | Taylan Selvi@Taylan |
ca9db9902384b1c263604392694a10165601ffaa | a2860675a4431dfc31b5a4b22aa8fc4489fa1202 | /mobile/src/main/java/technology/mainthread/apps/isitup/data/db/IsItUpDbHelper.java | 748b1d27b7685bd990a935b51ad7f8aa616db559 | [
"Apache-2.0"
] | permissive | mainthread-technology/is-it-up-android | 6abd2bee7429582e882321c4aa7913353e69babe | 21cb810c40832ff3bcd855d4b63e64842b6284c0 | refs/heads/master | 2020-12-24T17:44:26.798135 | 2015-12-08T22:03:39 | 2015-12-08T22:03:39 | 40,918,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,273 | java | package technology.mainthread.apps.isitup.data.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import static technology.mainthread.apps.isitup.background.service.CheckerIntentService.getCheckerIntentService;
public class IsItUpDbHelp... | [
"me@andrewjack.uk"
] | me@andrewjack.uk |
cf92a8b06dae842481342859ff5dc30eee4446c4 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/wallet_payu/remittance/ui/PayURemittanceDetailUI$3$1.java | bcf054eecec64622f61f656e14894ae2444225fb | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 507 | java | package com.tencent.mm.plugin.wallet_payu.remittance.ui;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceDetailUI.3;
class PayURemittanceDetailUI$3$1 implements OnClickListener {
final /* synthetic... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
c0f25c63657e8c264d0a874299107af459fac28b | d0f60a3621fc04b8f7dc3d3b414c05f6edcc2de0 | /zhaopin-admin/src/main/java/com/zgc/zhaopin/controller/RenderController.java | b8eefac076ad50603cb17eddb53b628a74ca6272 | [] | no_license | SmallTiger1998/zgc-ems | 9d8574ff23ac5f1b019ad0b970bca40daef6135e | a26cdd71faf22f22c2b6b05733d0175679d11556 | refs/heads/master | 2022-12-14T17:27:09.445481 | 2020-09-18T00:36:04 | 2020-09-18T00:36:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package com.zgc.zhaopin.controller;
import org.apache.shiro.authz.annotation.RequiresAuthentication;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAnd... | [
"wjhlfamily@gmail.com"
] | wjhlfamily@gmail.com |
a5633a37a154bf6b9fa4e3471db5e26fd41623a7 | 46146c193d8119ebc8cfbd49006441a6d83f7265 | /components/test/src/main/java/com/sun/j2ee/blueprints/test/jdbc/DatabasePopulator.java | cb9399f2f392722992aea71541f41b27c9b37f75 | [] | no_license | mahendrakawde/springstore | c9223bdee21e138754052bfffd05de29b322e634 | ebc0c44a7c8b4baae3525869cf346f25349cb544 | refs/heads/master | 2021-01-10T07:49:10.246233 | 2009-10-07T10:36:34 | 2009-10-07T10:36:34 | 43,947,345 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,240 | java | package com.sun.j2ee.blueprints.test.jdbc;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.core.io.Resource;
import org.springfr... | [
"mdeinum@e78a211c-9125-0410-a6bc-1d1e04c0b581"
] | mdeinum@e78a211c-9125-0410-a6bc-1d1e04c0b581 |
47e59a8d7eef083b10afeb57c15866d62ba8fe74 | 2bb4ea8651d3ea956c1177ce803a8dca04cf48e5 | /app/src/main/java/com/mema/muslimkeyboard/adapter/ContactListAdapter.java | b2fe0292a118b681572f97b6ab9506d5c8092dba | [] | no_license | supermobile0211/emojichat_android | e9b094e13f48692c8f6342f9d2da887124f3e0f3 | 77dcb619d23ae3f53ac28cb78b0dfa6a06567ab3 | refs/heads/master | 2021-08-16T15:40:37.699803 | 2017-11-20T03:46:21 | 2017-11-20T03:46:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,694 | java | package com.mema.muslimkeyboard.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.SectionIndexer;
import android.widget.TextView;
import com.mem... | [
"enfei1988@gmail.com"
] | enfei1988@gmail.com |
868b7a92ca8e811924247773cd9288eaf03cb8cd | c564a51cb2bf1f868d641e7cea1fa0a799571d26 | /HeroesOfEmpire/web/src/main/java/hu/oenik/web/HeroServlet.java | bbe3cd2b20b86718bba49f5b163d16a83c9f16b8 | [] | no_license | baranyviki/JavaEE_OENIK_19_osz | 328be839ca3a8f9d43d2b4e7b99cc62749739e37 | 95607ac7556f0ef0cc80ebc4b113adc65d144588 | refs/heads/master | 2020-07-28T09:29:51.274850 | 2019-10-02T07:57:35 | 2019-10-02T07:57:35 | 209,380,536 | 0 | 0 | null | 2019-10-02T15:01:58 | 2019-09-18T18:44:48 | Java | UTF-8 | Java | false | false | 2,905 | 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 hu.oenik.web;
import empire.EnvironmentTypes;
import hu.oenik.data.Hero;
import hu.oenik.data.Hybrid;
import hu.oenik.data.Spe... | [
"vica.barany@gmail.com"
] | vica.barany@gmail.com |
ff8484516393bcbe64bb201b7aa5e0c15a3cb985 | cc5cecf031ec154e1a3c564f5be0e272712553d7 | /sources/cammentsdk/src/main/java/tv/camment/cammentsdk/events/LoginStatusChangedEvent.java | 025df39336c2aeb992020d22c15f6da1e63658cc | [
"MIT"
] | permissive | camment/sdk-android | 3e0bcac7bd9929b3a1ca92c6e4c9c9b352c5d8cb | 825aa0ef177254561ab8de328b0436593194d52b | refs/heads/master | 2018-12-08T07:16:53.242823 | 2018-09-20T11:18:01 | 2018-09-20T11:18:01 | 105,154,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package tv.camment.cammentsdk.events;
public final class LoginStatusChangedEvent {
}
| [
"petra.adamuscinova@gmail.com"
] | petra.adamuscinova@gmail.com |
5564d3b472fb7ab07b0d7ba0eed960b26cc79149 | 6556cbbffe85267562ab0db5123b2ffd7b4e3249 | /src/main/java/com/bhst/wq/request/WqCivilizedSupervisionAddRequest.java | 523e071e03d8e1b783dfeb0f61607c5122690111 | [] | no_license | suhaihao/wq | 30ee2e584223a9c8f4440fa4be70b61a8fce4e68 | 239c5c6ae8bb711a27d4c4aae92a7f79dbb2f8d4 | refs/heads/master | 2022-11-24T03:12:09.640703 | 2020-07-30T03:48:54 | 2020-07-30T03:48:54 | 266,343,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package com.bhst.wq.request;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jack... | [
"505604843@qq.com"
] | 505604843@qq.com |
90241f8dfa719d9a67ea03be7090b72f0054c630 | a4441c03b97d3d2c1b55d943a0adb79e71679bd4 | /src/Oving4/SSLExample.java | feed1c8b3879111ac17434cfc58296efd6c67ff7 | [] | no_license | 6Kwecky6/webDev | 75cf7b75a3941f15c88a5d3f7a1e3d52b27205f4 | 905eb31c73b89e626eba39785ab9e66e38eba933 | refs/heads/master | 2021-10-26T12:00:52.353993 | 2019-04-12T14:56:34 | 2019-04-12T14:56:34 | 174,500,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,871 | java | package Oving4;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Scanner;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.net.ssl.SSLServerSocketF... | [
"kevinah@stud.ntnu.no"
] | kevinah@stud.ntnu.no |
9544aa3ea7282ef86d637ce6ad0b479c10399681 | 81d7a90a012bf3539ea5e29e4dbceb60394aef7a | /header/avro-schema-header/src/test/java/com/liveperson/migdalor/avro/TestEvolutionDecoder.java | cb9c72cfe40f92635c7f85865ad4b3bd75dd5517 | [
"BSD-3-Clause"
] | permissive | ransilberman/migdalor | 169a406fe04b1e07f1e963272c65f39266948bb0 | 923266b6dad82de6b5c2d40f535cda3f1cb683b6 | refs/heads/master | 2020-12-26T10:14:08.040720 | 2013-11-25T08:35:45 | 2013-11-25T08:35:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,508 | java | package com.liveperson.migdalor.avro;/**
* Created with IntelliJ IDEA.
* User: ehudl
* Date: 6/11/13
* Time: 5:50 PM
* To change this template use File | Settings | File Templates.
*/
import com.liveperson.global.CommonHeader;
import com.liveperson.global.TestExample;
import com.liveperson.migdalor.hea... | [
"sergeik@liveperson.com"
] | sergeik@liveperson.com |
ad2ef648f21971c195e254ac844f43c78a2f0e12 | cf611a6cb3966ecdc5f81a8462296f692269ce53 | /src/main/java/com/rahnemacollege/domain/AuctionDetail.java | bca9cf66e662cc2fc4a087ad7ffdb9368903a671 | [] | no_license | YarandiY/AuctionApplication | aed36c838f7f9689187235f4e0bc1373442c2313 | 573028f52ee2fad282fa53200cba957985af4d34 | refs/heads/main | 2023-01-30T02:29:54.357561 | 2020-12-14T06:46:38 | 2020-12-14T08:24:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package com.rahnemacollege.domain;
import lombok.Data;
import java.util.List;
@Data
public class AuctionDetail {
private String title;
private String description;
private long basePrice = -1;
private long date = -1;
private int categoryId;
private int maxNumber = -1;
private boolean book... | [
"y.yarandi@tourismit.ir"
] | y.yarandi@tourismit.ir |
ca25d85e7ed92515b408bbed2cc314acedfa248e | aaa8a24cd40d6aa5c55c94906cfcbaab3c455819 | /src/main/java/br/gov/sp/fatec/WebController/AlunoController.java | 56b34795eafff10e6b1d1bd180fcb6687a6cf90f | [] | no_license | torresgustavo/ProjectsSpring | 9bbd036335808c8a81e00dbcc5855bbcca264238 | e498176921ed0a2f7123538f1d3f48367afa7a64 | refs/heads/master | 2022-05-14T21:52:54.820449 | 2019-05-18T22:10:39 | 2019-05-18T22:10:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,391 | java | package br.gov.sp.fatec.WebController;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.hibernate.HibernateException;
import org.hibernate.id.IdentifierGenerationException;
import or... | [
"guziinho18@gmail.com"
] | guziinho18@gmail.com |
c7a36d6d1b3ca2885662f5b73dbb4c69ac4878f4 | 370283f27146369a59b8047fa1e45959628e405a | /tms/tms/src/java/com/unify/webcenter/form/empleadoForm.java | da45889a79af5af2df411f03c1cf9f4b58d6a45b | [] | no_license | tebanSalas/TMS | 6c947f9270fb7ddea3ec9e79feb0cb37b0f23de3 | 2a3d166e0c4b74adb22443fb0380b8128fbab143 | refs/heads/master | 2021-01-19T20:33:08.711289 | 2017-07-19T14:40:09 | 2017-07-19T14:40:09 | 88,516,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.unify.webcenter.form;
import org.apache.struts.validator.ValidatorActionForm;
/**
*
* @author esper
*/
public class em... | [
"esperob_14@hotmail.com"
] | esperob_14@hotmail.com |
6592824e87bbbc63b02ed8cb2b538c74a57b3acc | d01aeed138d977d761d45124d94d1ce46c5501a2 | /src/main/java/FileContentSearch/FileContentSearch/FileComparator.java | 11fbce12c3988ed57e227fea61143cf481e2d72e | [] | no_license | ivanlutov/FileContentSearch | b699cad7464b0aa1ade317e5e9f62adeb24e77bf | 285759461c6bcb6bcb34d54ad1edbae4f11ae9a8 | refs/heads/master | 2020-03-20T00:18:43.843246 | 2018-06-12T08:17:48 | 2018-06-12T08:17:48 | 137,039,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package FileContentSearch.FileContentSearch;
import java.util.Comparator;
public class FileComparator implements Comparator<SearchFile> {
public int compare(SearchFile f1, SearchFile f2) {
if (f1.getSize() == f2.getSize()) {
return f1.getName().compareTo(f2.getName());
}
//ascending order
return Long.c... | [
"ivanlutov@abv.bg"
] | ivanlutov@abv.bg |
3dbfdfa0e708e0ee89e72e26b0fd7688164346ca | 6a49e54fbd1b34181f1dc647c8b89d0cb85c850d | /src/main/java/edu/nju/dao/BugScoreDao.java | c9d3c8b4f0b08555ed98ae0db9d79b798b2440bd | [] | no_license | BugReportOrg/Bug | 85c71859df3e3b2782dd9b7f08116541e732aec2 | 65a84a6d093cb95c6949de1c51d6cc2a0e53beb4 | refs/heads/master | 2020-03-19T06:10:15.156806 | 2018-06-04T08:11:17 | 2018-06-04T08:11:17 | 135,996,705 | 0 | 0 | null | 2018-06-04T08:47:07 | 2018-06-04T08:47:07 | null | UTF-8 | Java | false | false | 937 | java | package edu.nju.dao;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoOperations;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.ste... | [
"413024870@qq.com"
] | 413024870@qq.com |
37969c8c28a9957d34e9ed919c7e269e6b266e13 | 52c2ed4a534f157598fdfa7fcdca2181dcb6be80 | /microservicecloud/microservicecloud-eureka-7003/src/test/java/com/imooc/springcloud/MicroservicecloudEureka7003ApplicationTests.java | 8e93729f32fd36252b6f5ed6b50df9334f5bfcf3 | [] | no_license | cbeann/springclouddemo | f21a8f352677283ea7b0f2341ffb471a02d1c92e | 75b14804419f52e16ded185f778969da5c26de03 | refs/heads/master | 2022-07-02T03:54:13.232171 | 2019-07-26T07:36:17 | 2019-07-26T07:36:17 | 198,409,735 | 1 | 0 | null | 2022-06-21T01:32:38 | 2019-07-23T10:40:47 | Java | UTF-8 | Java | false | false | 368 | java | package com.imooc.springcloud;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MicroservicecloudEureka7003ApplicationTests {
... | [
"15910076071Aa"
] | 15910076071Aa |
735a823d572dd8837231b62d0c89169ce50b1276 | 8b0dae921fab29ce32bd89494871ee7e154a8782 | /Fragments/app/src/test/java/br/unitins/fragments/ExampleUnitTest.java | 66a83ae76329dec334b547cc755f84ed7c1df81d | [] | no_license | LucasReisss/dispositivos-moveis-1 | ed765ad5b2e4dc43d42b52e4d0b5ba3ae64f2ff5 | 982efc355edb350eb919f2d4c94eaaff89fbe898 | refs/heads/main | 2023-01-22T12:30:58.842783 | 2020-12-06T02:43:02 | 2020-12-06T02:43:02 | 303,211,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package br.unitins.fragments;
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 a... | [
"lucasbarroreis@gmail.com"
] | lucasbarroreis@gmail.com |
f6d6096f10070029fc7306def135638f6bbce9e2 | 5c7a9110eba1ff6ed695ea5ab6b12c838d0d0b55 | /src/com/adaming/entities/Utilisateur.java | 01660c0e2fce3f478139874ee28980e405cb2f9c | [] | no_license | ClementINTI/GestionDeptContentieuxx | 165e9c4199e4e46192f39e0b768a9fc7a19c9ad2 | 59f162aa87c947db18cec3a0160172df0ba5f435 | refs/heads/master | 2020-05-22T16:51:26.261687 | 2019-05-14T12:49:36 | 2019-05-14T12:49:36 | 186,438,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,029 | java | package com.adaming.entities;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinTable;
import javax.persistence.JoinCo... | [
"clement.wasselet@laposte.net"
] | clement.wasselet@laposte.net |
c03efee59a0cc910540c232a1bf1704245a08504 | a48c5c7b68ef4bff85da1f8ebf4a4a8738d511e5 | /lab7/src/synchronizationProblem/MyThread.java | 4da8e12a66f0e366e3931471f593ff98ac0c3fbe | [
"MIT"
] | permissive | mihaimusat/APD-labs-2019 | 0f1b90f305bf5e512556a7431441e15dbfc77054 | ba401a510a1ce3009ca8a5864d99bbcd5019fcb3 | refs/heads/master | 2021-01-01T14:26:57.339234 | 2020-02-11T12:33:09 | 2020-02-11T12:33:09 | 239,319,645 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package synchronizationProblem;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author cristian.chilipirea
*
*/
public class MyThread implements Runnable {
private final int id;
static AtomicInteger value = new AtomicInteger();
MyThread(int id) {
this.id = id;
}
@Override
publi... | [
"mihaimusat_1998@yahoo.com"
] | mihaimusat_1998@yahoo.com |
638443ea67ef3ac8f4cb7e2bdfc62ffcf4832739 | 81b905ad003559a2a68fd30d1e5af975eeeabbc7 | /src/br/net/christiano322/PlayMoreSounds/listeners/sounds/JoinServer.java | bd4ca426a9447652be477ef908b5b02a25804be5 | [] | no_license | AndyYu168/PlayMoreSounds | 1fb596131db4d71b5ba52201e06837be4f43dee6 | e8f57bda501ee321a6801ab1ce312df2e3791e02 | refs/heads/master | 2020-04-05T03:50:44.860945 | 2018-11-07T10:29:02 | 2018-11-07T10:29:02 | 156,529,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package br.net.christiano322.PlayMoreSounds.listeners.sounds;
import br.net.christiano322.PlayMoreSounds.*;
import br.net.christiano322.PlayMoreSounds.api.PlayMoreSounds.*;
import br.net.christiano322.PlayMoreSounds.utils.*;
import org.bukkit.*;
import org.bukkit.entity.*;
import org.bukkit.event.*;
import org.bukkit.... | [
"christianornjunior@gmail.com"
] | christianornjunior@gmail.com |
f2c3a647e785fb1034dde5a4fc5e31a5c2cfa65e | 702ceb3749f0506697bdbb2aa3f62aa8be0489c1 | /src/test/java/com/fpij/chpt4/CalculateNavTest.java | 1a44b969891d41c93aa6219a84e77857b09a2981 | [] | no_license | anildiwan/functionalprogramminginjava | 9c5121b30081f32b9723c587f471a3543fbb84b4 | c45a9aa510fdc6d43c00b6ad5b78ab9fc49422cd | refs/heads/master | 2020-03-08T07:12:21.032072 | 2018-04-21T19:45:39 | 2018-04-21T19:45:39 | 127,988,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.fpij.chpt4;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.math.BigDecimal;
import static org.junit.Assert.*;
public class CalculateNavTest {
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}... | [
"anildiwan@gmail.com"
] | anildiwan@gmail.com |
516002f1fb7dca6d6c3b68c8b8df217f7fe95d70 | fef8d99b851b11324d73e0cee19f4fd556e5776a | /src/java/controladores/DeleteDoctorController.java | 397fa3dda07d6e1b11987c887455acae85d89d4d | [] | no_license | kimba97/proyectoToo | 0811866dd9c301b218c2ba3677fd6525f834526c | 83d7cfee0ff1a09cc578ae9ccaaf4a864e86f17e | refs/heads/master | 2021-08-16T22:45:53.580294 | 2017-11-20T12:36:36 | 2017-11-20T12:36:36 | 108,067,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | 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 controladores;
import Sistema.Conectar;
import Sistema.Expediente;
import Sistema.Paciente;
import java.sql.ResultSet;
import ... | [
"kimba@kimba-Lenovo-IdeaPad-N586"
] | kimba@kimba-Lenovo-IdeaPad-N586 |
f8d6cf3510e8df94a371a844637742a95a261241 | 333a5ba0e0dd623a2d032346e0462aa6cc2542c6 | /Spring10MEng/TestJingleDesktop/src/com/cornell/opencomm/jingleDesktop/Wait.java | f035566a0bb3e2dfcdfbec077642f5e0a2dc10d3 | [] | no_license | moki80/OpenComm | d645fc1816e17a6b0e2ce10f1563682396784e3c | 16251135961b66fba3377d951288496f5d1cda81 | refs/heads/master | 2020-04-06T07:46:11.301226 | 2011-02-03T10:25:24 | 2011-02-03T10:25:24 | 348,743 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package com.cornell.opencomm.jingleDesktop;
public class Wait {
@SuppressWarnings("static-access")
public static void waitforsec(long s){
try {
Thread.currentThread().sleep(s*1000);
} catch (InterruptedException e){
e.printStackTrace();
}
}
} | [
"blah@blah.com"
] | blah@blah.com |
1e7347d1dca9c0fce3ff0f47531ab1c4d85a6b57 | 32f394c8f37dea46a2aebb5166bfdb70e95fbd46 | /src/main/java/com/mrdiipo/lending_engine/domain/model/Loan.java | 7eb418349bb01711b858e6bec1551240282d404c | [] | no_license | MrDiipo/Loaning-System-Lending-Engine-Service | b3575b293a66086d611f81a1c2b1aec2eb7d2994 | c7c4bfa276f6f1a199c9803a7bba091aa977d84f | refs/heads/master | 2023-08-13T06:39:44.548598 | 2021-10-04T20:38:30 | 2021-10-04T20:38:30 | 413,472,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.mrdiipo.lending_engine.domain.model;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
@Data
@Entity
@NoArgsConstructor
public class Loan {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "id", nullable = false)
... | [
"68384682+MrDiipo@users.noreply.github.com"
] | 68384682+MrDiipo@users.noreply.github.com |
cc99b4d5adcc0af757ba407b8eecc692e17b5efe | cc4c47c54e1f1cfda9e4548051f7d5d0cfca866d | /ametiste-redgreen-driver-streaming/src/main/java/org/ametiste/redgreen/driver/StreamingRequestDriverFactory.java | f707ad9da5d43c42c91e5aa48e25a70b8f31d448 | [] | no_license | ametiste-oss/redgreen | 6963f61f3fee8a0ee8714d79f2be246fe1475178 | e0d88aaff756babae83f27cffe87b9b2d6dd35f5 | refs/heads/master | 2021-01-10T14:28:03.239369 | 2015-12-04T11:49:35 | 2015-12-04T11:49:35 | 36,320,764 | 0 | 0 | null | 2015-11-09T20:10:21 | 2015-05-26T20:05:59 | Java | UTF-8 | Java | false | false | 463 | java | package org.ametiste.redgreen.driver;
import org.ametiste.redgreen.application.request.RequestDriver;
import org.ametiste.redgreen.application.request.RequestDriverFactory;
/**
*
* @since
*/
public class StreamingRequestDriverFactory implements RequestDriverFactory {
public static final String DRIVER_FACTORY_... | [
"masted@gmail.com"
] | masted@gmail.com |
d4e081c34ce32d806e0b31f9b89abcb94c1c4513 | 595c6694cfbaab57a0e9a25b235799ce0d605ee1 | /app/src/main/java/mondal/sanat/googlemapsgoogleplaces/PlaceAutocompleteAdapter.java | dd631b10276639e36d60fa202b9b10bdb7eed755 | [] | no_license | smondalcse/GoogleMapsGooglePlaces | f56035a72f03d2845e11669af0e4940aada0cb1f | 9a326306e1143446e3b6b1fbf23ca947587815d7 | refs/heads/master | 2018-08-29T04:45:35.624280 | 2018-06-03T14:39:25 | 2018-06-03T14:39:25 | 110,223,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,012 | java | package mondal.sanat.googlemapsgoogleplaces;
import android.content.Context;
import android.graphics.Typeface;
import android.text.style.CharacterStyle;
import android.text.style.StyleSpan;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import and... | [
"cse.sanat@gmail.com"
] | cse.sanat@gmail.com |
a50c496fd4cff7faf72e8bdb2e33a3d6ee9a21e7 | 9cb72d2f1842da54d170024a7445c66903c95ca5 | /AndroidStudio/PR4_2/app/src/main/java/com/january/egavett/pr4_2/MainActivity.java | c9fcea3f4f07bb98d16378765e2a5d7f0d6d039b | [] | no_license | egavett/CS372 | 84299dc3ba67cf3268bb4c518e8e2ddfedf41971 | 632217a4499e40b2fd27f4a654252de064536a09 | refs/heads/master | 2020-04-05T23:48:13.340373 | 2015-02-06T17:06:54 | 2015-02-06T17:06:54 | 28,836,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package com.january.egavett.pr4_2;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCre... | [
"egavett35@gmail.com"
] | egavett35@gmail.com |
c385b1193d9175d3e15b5a8f09c8e8aa80955e5f | ec3d86edfb06d9549d4e710473ecdc1dec26bd2b | /Sistema-de-Gestao-Consultas/test/br/edu/ufersa/controlConsult/model/jpaDAO/QuestionarioJpaControllerNGTest.java | a120da0e6e617d5671a7f916082560d754722aed | [] | no_license | ThuggerHacks/Sistema-de-Gestao-Hospitalar | bf6f1cc0634c9e7ddc82993da550df2ced261f89 | 56b07a0f0e3c67c76c65d7d0b9ccb139b4286221 | refs/heads/master | 2023-03-21T17:12:16.911999 | 2018-04-17T03:51:44 | 2018-04-17T03:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,565 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.edu.ufersa.controlConsult.model.jpaDAO;
import br.edu.ufersa.controlConsult.model.Medico;
import br.edu.ufersa.controlConsu... | [
"juanksoliveira@gmail.com"
] | juanksoliveira@gmail.com |
25159da80d9a271193f6f6e819999575320e7636 | dd43f8d8ccaf0eff41524b68281eecf8284b9b11 | /gulimall-ware/src/main/java/com/atguigu/gulimall/ware/entity/WareInfoEntity.java | 38a45cb999f5b7f5be63aabab541a00ad4a93606 | [] | no_license | Ke-shaun/gulimall | 335656400a0846a7e68120e8974101a5de9d9a66 | 6349872b6f6077b8b11472006b0f4cd30c6c205b | refs/heads/master | 2023-05-24T07:29:24.103225 | 2021-06-15T10:18:31 | 2021-06-15T10:18:31 | 367,046,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.atguigu.gulimall.ware.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 仓库信息
*
* @author keshaun
* @email 837063032@qq.com
* @date 2021-05-15 17:20:43
*/
@D... | [
"837063032@qq.com"
] | 837063032@qq.com |
4b8de5f29997fbd270a31808fb7a71d206e6a2e9 | b15f319c8d5241b3e64f0ca42fa2c4602625632e | /Stanford_Laptrinhdesktop_JE112/src/stanford_laptrinhdesktop_je112/FrmBai3.java | 0d51c472fd731ff71f3240e787020353872c96f0 | [] | no_license | vandunghy/dung | 8b20854f4da369e688999c700dfb203a100c8d27 | be7fd0926edf6fad3d46cb0f4a8287dfc687cabc | refs/heads/main | 2023-08-26T03:18:17.670589 | 2021-11-09T01:50:08 | 2021-11-09T01:50:08 | 425,791,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,413 | java | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to edit this template
*/
package stanford_laptrinhdesktop_je112;
import javax.swing.JOptionPane;
/**
*
* @author macbookm1
*/
public class ... | [
"93595976+vandunghy@users.noreply.github.com"
] | 93595976+vandunghy@users.noreply.github.com |
ef71c0f7ef35dcb1c9363f81cf74e586729c0e52 | 0fcae0a37c3f2c8ceed5baecd2fae32bbbb6bcc8 | /api/src/main/java/org/onehippo/repository/security/JvmCredentials.java | edcf4ca6a7561910cf3f396eb393a3f956d236d0 | [
"Apache-2.0"
] | permissive | aharpour/hippo-repository | 123b0b1d24ee31872709de53859e0963c3b177db | 3ebe14dc55061f7508c5d35b8f10945f76fe2f5c | refs/heads/master | 2021-01-10T14:04:39.924863 | 2016-04-04T09:17:30 | 2016-04-04T09:17:30 | 55,515,311 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | /*
* Copyright 2015 Hippo B.V. (http://www.onehippo.com)
*
* 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 appli... | [
"u.hommes@onehippo.com"
] | u.hommes@onehippo.com |
8ab9d933d3fcb471494ea6402f1b1626a0f818d2 | 53037b55af9f20702f625ed2b3e4f02b27d340fe | /app/src/main/java/com/example/fashionproject/WomenActivity.java | 74e83dea79bc949e06521138077feb158a007d09 | [] | no_license | holymoon/FashionProject | a3fd9b40362cc46a08ab318e486abf98e56433d6 | 9abda528ebba7cac4db969db80826b70d1aa5e77 | refs/heads/master | 2020-11-25T11:42:16.298999 | 2019-12-23T15:00:08 | 2019-12-23T15:00:08 | 228,641,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.example.fashionproject;
import android.app.Activity;
import android.os.Bundle;
public class WomenActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_women);
}
}
... | [
"houra.mehdipour@gmail.com"
] | houra.mehdipour@gmail.com |
23ace805c315f64e304500a25d0a93738b04aadd | d15f1bf6451324abd5122c42d5078398bef1c8ca | /src/main/java/Website.java | 46ccf3c0f87989a480dd4270249073cf5ea05c12 | [] | no_license | qtpham1998/food-for-thought-server | 13f11100916120737d74ab826c169401a43b7de0 | a368a2db64172a3453a2d35d55e54b1f124bca9e | refs/heads/master | 2023-04-27T15:07:18.122645 | 2019-11-13T23:58:56 | 2019-11-13T23:58:56 | 221,573,950 | 0 | 0 | null | 2023-04-14T17:48:49 | 2019-11-13T23:56:22 | Java | UTF-8 | Java | false | false | 3,670 | java | import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | [
"quynh.pham17@imperial.ac.uk"
] | quynh.pham17@imperial.ac.uk |
4021096013622d4ef82e94a5a4954172b0a17ff2 | d4d69c526ef95e8bd268a95c5a09b9001cffc552 | /app/src/main/java/com/example/ricardopazdemiquel/moviles/Iniciar_Sesion_Activity.java | d4e1cb2aed5b487372212142a0d53778ad789efb | [] | no_license | edsoncito/servisisCliente | 9bce872accdc6c4c16a6a7b3fffa97f61288f572 | d2de2bf6668a76985011f749305257039b5a1614 | refs/heads/master | 2020-03-26T19:42:52.941711 | 2018-09-07T22:20:09 | 2018-09-07T22:20:09 | 145,281,840 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.example.ricardopazdemiquel.moviles;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class Iniciar_Sesion_Activity extends AppCompatActivity implements View... | [
"37853995+edsoncito@users.noreply.github.com"
] | 37853995+edsoncito@users.noreply.github.com |
018d8e976ae66350a38e75c05135d2fb52e6d78a | 94f1d77c19bf1d3e41f1fcdb7a8168e370b4dbe9 | /src/main/java/com/miao/rabbitmq/MQSender.java | ffc5ffe79388cd2fcc4ddf0e988d2423e5a89922 | [] | no_license | Arctic-cat/miaosha | 7276c1763a4b6f9f790a2e9ced0d40d3d169f780 | 5444b8f9cc81a5e7d076c220a5ebba429c60befb | refs/heads/master | 2020-03-27T08:25:56.048211 | 2018-08-27T06:12:30 | 2018-08-27T06:12:30 | 146,253,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.miao.rabbitmq;
import com.miao.miaosha.service.RedisService;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class MQSender {
@Autowired
AmqpTemplate amqpTemplate;
... | [
"1779549200@qq.com"
] | 1779549200@qq.com |
80551b6b68a5dc117fadc55ec4f121c52f497cfa | c3101515ddde8a6e6ddc4294a4739256d1600df0 | /GeneralApp__2.20_1.0(1)_source_from_JADX/sources/com/navibees/maps/MapControls.java | 3623950a50c9c606bdfc1db64d0fe8f96ef54292 | [] | no_license | Aelshazly/Carty | b56fdb1be58a6d12f26d51b46f435ea4a73c8168 | d13f3a4ad80e8a7d0ed1c6a5720efb4d1ca721ee | refs/heads/master | 2022-11-14T23:29:53.547694 | 2020-07-08T19:23:39 | 2020-07-08T19:23:39 | 278,175,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package com.navibees.maps;
public class MapControls {
public static boolean SHOW_BACK_BUTTON = true;
public static boolean SHOW_BUILDING_BUTTON_VIEW = true;
public static boolean SHOW_COMPASS_BUTTON = true;
public static boolean SHOW_FLOOR_BUTTON = true;
public static boolean SHOW_NAVIGATE_BUTTON =... | [
"aelshazly@engineer.com"
] | aelshazly@engineer.com |
429b53248afa7e0dbe51afea4048e2b1f89cbd69 | 19809d0be46f6582a7802a773afc792868304942 | /java9SrcStudy/src/java.corba/org/omg/IOP/CodecOperations.java | abc2310c64988abaf04a123e288189c40c73b8ac | [] | no_license | jxxiangwen/JavaStudy | fa5194630a0c46d498d1a49acba8449fa4d447e9 | fbf2accf3e9ec24b633ef26d2f3328e6b021d054 | refs/heads/master | 2022-12-21T20:46:04.447682 | 2019-09-02T09:35:27 | 2019-09-02T09:35:27 | 48,320,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,500 | java | package org.omg.IOP;
/**
* org/omg/IOP/CodecOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, August 3, 2017 3:57:53 AM UTC
*/
... | [
"xiangwen.zou@ymm56.com"
] | xiangwen.zou@ymm56.com |
1d5b1f5dea264c7b709e76088ece563aec7fb0fc | 5d333f43eacf64724ece4f2171343a39b39a0fd8 | /727 server/network/com/rs/net/Session.java | 16c9f3f68cd951644945c5e396c515c31b170233 | [] | no_license | CSS-Lletya/open727 | 23867be2cbcd6b1dab7386d4f934f9fcb56703e0 | b39a0c645f9a3618ade293d835ec8417c127f99c | refs/heads/main | 2023-04-21T23:56:54.905626 | 2021-05-13T17:43:26 | 2021-05-13T17:43:26 | 357,363,677 | 4 | 1 | null | 2021-05-13T17:43:27 | 2021-04-12T23:10:07 | Java | UTF-8 | Java | false | false | 3,060 | java | package com.rs.net;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelFuture;
import com.rs.cache.io.OutputStream;
import com.rs.game.player.Player;
import com.rs.net.decoders.ClientPacketsDecoder;
i... | [
"51089431+CSS-Lletya@users.noreply.github.com"
] | 51089431+CSS-Lletya@users.noreply.github.com |
eb37e31af243e38edf62733b8d65c03f754510e2 | a68affde1e447e2fc48893ae7a0c75ea0ec83aae | /src/PuzzleCommunity/HillNotationAndHillOrder/HillNotationAndHillOrder.java | 7321a49941d6a139f41f0999d148447153ecb684 | [] | no_license | ProkurorNSK/CodinGame | 0eb8fa4949a2be696bc8dcc2d6efb44339d174a6 | ae47be3c0db98b3a5a6425ad395e820485fd08e4 | refs/heads/master | 2020-04-10T21:57:39.733955 | 2019-02-03T08:16:41 | 2019-02-03T08:16:41 | 64,691,481 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package PuzzleCommunity.HillNotationAndHillOrder;
import java.util.*;
public class HillNotationAndHillOrder {
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
int numCompounds = in.nextInt();
in.nextLine();
ArrayList<HashMap<String, Integer>> formuls = ... | [
"proka@ngs.ru"
] | proka@ngs.ru |
f5cf82c7dea43fad796c89646c35481c4ff0a3ae | 03abf51370017943dddc2a15968708e48c303915 | /src/main/java/com/common/microservice/service/CommonService.java | 73b2f983490ccade82f02a072c9f48dc12f6e4c0 | [] | no_license | sindhujeeru/microservice-common | 124c1d483442f05ffd6a2feaed89661a82aa82af | d71cbb0e5231b3de8d34e8cf6e63f173a86eaa83 | refs/heads/master | 2023-06-07T10:44:41.986035 | 2021-07-14T16:47:34 | 2021-07-14T16:47:34 | 346,051,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.common.microservice.service;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
public interface CommonService<E> {
public Iterable<E> findAll();
public Page<E> findAll(Pageable pageable);
public Optional<E> findById(Long id);... | [
"sindhushajeeru@gmail.com"
] | sindhushajeeru@gmail.com |
8471df2d6379a82be04f70105b306c6832d45a5f | e9033e8e73ca62caca08f55f72f5044c4a55d55a | /springboot-freemarker/src/main/java/com/wwy/controller/FreemarkerController.java | 7f847faa9b46e2f23a271922e694644fc18c89ef | [] | no_license | Manyat5/springboot-demo | 92eac3843e71fd682e84b42726fd860e21026ccf | 40f03fc650ac62496b17f083334e262c1a9ba6a6 | refs/heads/master | 2022-09-07T21:29:01.084255 | 2019-12-16T07:32:12 | 2019-12-16T07:32:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package com.wwy.controller;
import com.wwy.pojo.Student;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import java.util.*;
@Controller
public class FreemarkerController {
@GetMapping("/test1")
public String te... | [
"wuwenyi0807@foxmail.com"
] | wuwenyi0807@foxmail.com |
44391ba46a8e31e7e68ed40b55576469360b4de2 | 2ea49bfaa6bc1b9301b025c5b2ca6fde7e5bb9df | /contributions/MonteC/java/Fundamentals/2016-09-06.java | 618b8403cec622a06150bb641559807b72521821 | [] | no_license | 0x8801/commit | 18f25a9449f162ee92945b42b93700e12fd4fd77 | e7692808585bc7e9726f61f7f6baf43dc83e28ac | refs/heads/master | 2021-10-13T08:04:48.200662 | 2016-12-20T01:59:47 | 2016-12-20T01:59:47 | 76,935,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | Common mistake on switch statements
Ternary operator
Altering format string output by changing a format specifier's `argument_index`
Use `DecimalFormat` class to format numbers
Locks in `static synchronized` methods | [
"jarekucinski@gmail.com"
] | jarekucinski@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.