blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3b13eaf68ccf81bea55ca59314b687a659f030da | 5f23ac9d74160109415ffdada4c4705e14c6c468 | /threading-playground/src/main/java/com/garethahealy/threading/playground/disruptor/impl/LongEventMain.java | dda56703dd40adc1d18b43d1f89592b5fae08909 | [
"Apache-2.0"
] | permissive | fuse-forks/jboss-fuse-examples | 25d016b38dd5dd98e5a0345b115ddbace699f018 | 0e771493bc21cad3e9e5d3b72a7c9cf2297c1d07 | refs/heads/master | 2021-01-22T07:03:34.469797 | 2014-11-26T20:58:10 | 2014-11-26T20:58:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package com.garethahealy.threading.playground.disruptor.impl;
import com.lmax.disruptor.TimeoutException;
public class LongEventMain {
public void doWork() throws TimeoutException {
// // Executor that will be used to construct new threads for consumers
// Executor executor = Executors.newCachedThreadPool(... | [
"garethahealy@gmail.com"
] | garethahealy@gmail.com |
f664c110336a8daccc53bc417ca0d331a00f4a74 | 93f636686d7939a923d4b733c4daa1b4ed1cb57c | /Examen2_CrysthelAparicio/src/Examen2/admin_respuestas.java | 76b88f7fe435452e82f2b970bda64c0a7c9f0e3b | [
"MIT"
] | permissive | CrysthelAparicio/Examen2_CrysthelAparicio | e9ff064c7fa34f6e71dc33e3fb669c33f4438b3d | 4766fd73c27d835092977732b5944aaff882639f | refs/heads/master | 2020-03-08T22:02:26.791828 | 2018-04-07T16:45:30 | 2018-04-07T16:45:30 | 128,420,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,251 | java | package Examen2;
import java.io.EOFException;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
public class admin_respuestas {
private ArrayList<Respuestas> listas_respuestas = ne... | [
"crysthel.aparicio@unitec.edu"
] | crysthel.aparicio@unitec.edu |
3ab01b38fe65e993d3c3ed9bd577ab325ed10a19 | 01d23a30770d622d0582438e7c93a7b5319341c4 | /src/main/java/round1/firstLevel76.java | b7cc6d7722860e5b4284db54994cbe98fead94c2 | [] | no_license | vikingss/LeetCode | d98b83d0e7116db202b08598cf06111ce4eab29b | e756160a33bc968706333d7328d664a9d31cefe9 | refs/heads/master | 2020-03-31T08:26:54.443528 | 2019-02-14T02:59:05 | 2019-02-14T02:59:05 | 152,057,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package round1;
/**
Count the number of prime numbers less than a non-negative number, n.
Example:
Input: 10
Output: 4
Explanation: There are 4 prime numbers less than 10, they are 2, 3, 5, 7.
*/
public class firstLevel76 {
public static int countPrimes(int n) {
int[] mark = new int[n];
mar... | [
"xunruibo@autohome.com.cn"
] | xunruibo@autohome.com.cn |
34e1fadef32cfddaf043a05f85b1af23e51ea1c1 | 51a37b7108f2f69a1377d98f714711af3c32d0df | /src/leetcode/P039.java | aba19677005f0bf5ff2ed45b496e7a40783ba03b | [] | no_license | stupidchen/leetcode | 1dd2683ba4b1c0382e9263547d6c623e4979a806 | 72d172ea25777980a49439042dbc39448fcad73d | refs/heads/master | 2022-03-14T21:15:47.263954 | 2022-02-27T15:33:15 | 2022-02-27T15:33:15 | 55,680,865 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | import java.util.*;
/**
* Created by mike on 1/30/18.
*/
public class P039 {
public void search(List<List<Integer>> solSet, Deque<Integer> curSol, int[] candidates, int point, int target) {
if (target == 0) {
List<Integer> sol = new LinkedList<>();
for (Integer i: curSol) sol.add(... | [
"chenhuajun@baidu.com"
] | chenhuajun@baidu.com |
070095fa66e238bcb5ed6694db8f918fc120e74f | b93aae3bda9fcd6e6c6d1eda59298665f789e93b | /GameForm.java | f2fe78d8b302588c5b579a34b96fa3d3abf61c44 | [] | no_license | carlcc/FlashBall | e44faea9083260340a0f09b39292a305e1f461f7 | 66fae36a358a5b77443432d8047edddd140178d8 | refs/heads/master | 2021-07-15T03:45:00.309544 | 2015-06-06T17:14:37 | 2015-06-06T17:14:37 | 36,988,365 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,052 | java | import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.print.attribute.standard.Media;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JM... | [
"carlmarxchen@foxmail.com"
] | carlmarxchen@foxmail.com |
1e74a46b64c931c68438b389057891a5038dba09 | f697a14bf0ff7d7e235d504dfa3669b6293ef783 | /GCP/samples/AdvancedHttpFunction/src/main/java/samples/gcp/functions/HttpMethod.java | d56b274f2d8bb2156b6b9f025943267f9c8c1b55 | [
"Apache-2.0"
] | permissive | Rsekhar84/CloudFunctions | 00d51d999e36a8c69f1e6ff7ab1c9c3c909c4b44 | f6be64b46f7939e4b5353e0f0e845d2d31b6b295 | refs/heads/main | 2023-05-13T05:23:12.920223 | 2021-06-04T15:25:32 | 2021-06-04T15:25:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,028 | java | /*
* 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 law or agreed to in writing, software
* distributed u... | [
"tim.tpayne@gmail.com"
] | tim.tpayne@gmail.com |
f0fd500137624f4dfeeef1b1125a840d3f5892ae | 147104b284683b9285db49e719144479aef35300 | /findbugsTestCases/src/java/SillyBoxedUsage.java | ff37c7323a0c87ed48eaaf865df8e03a82e08225 | [] | no_license | gleclaire/findbugs-2.0.2 | b092cc5efbb443df7f8fe944375f10744c00f495 | e8ebba0e775bed94940ac8a581ccc0a4fbb23db7 | refs/heads/master | 2021-01-01T19:28:46.435973 | 2013-01-29T23:52:19 | 2013-01-29T23:52:19 | 7,505,038 | 3 | 2 | null | 2016-03-03T12:06:57 | 2013-01-08T16:34:14 | Java | UTF-8 | Java | false | false | 579 | java | public class SillyBoxedUsage {
public String testBad1(int value) {
return new Integer(value).toString();
}
public String testGood1(int value) {
return Integer.toString(value);
}
public String testBad2(float value) {
return new Float(value).toString();
}
public Stri... | [
"garvin.leclaire@gmail.com"
] | garvin.leclaire@gmail.com |
b1d75ac5fda152ed951d657bb3092ba45296d176 | fbdd88f07e0ed7e55ea8c1dfb8738c5c25450496 | /project/SpringExam1/src/test/java/com/exam/test3/TV.java | 18a9ebf98a8f5d6ed65411a9c4eb122832c3335e | [] | no_license | minkyung0421/Spring_vacation | 62854adc09244e7c4f833dec70eddbb0e0aec216 | ec8771dcaa1470d87287dc0a1b6370a0ebf6054d | refs/heads/master | 2020-03-29T04:26:36.598149 | 2018-09-20T01:22:21 | 2018-09-20T01:22:21 | 149,531,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | package com.exam.test3;
public interface TV {
public void turnOn();
public void turnOff();
public void volumeUp();
public void volumeDown();
}
| [
"aza923@e-mirim.hs.kr"
] | aza923@e-mirim.hs.kr |
b9262417cadedca29f21c7c4fdeae21dc92b8a62 | 2920c0fbeb1d9926b12ab53b52148e3918771999 | /src/main/java/com/example/demo/mapper/GradeMapper.java | e7f1e601a2507cf07957dbefa70cf4a07c91de10 | [] | no_license | wch7788/hysf | 7afcbbb720fd242cc772081f1ed036e1d6ef9ef2 | e633cea7eee4a33423f6a014b21644ca82f2a4da | refs/heads/master | 2020-04-18T22:47:08.206361 | 2020-01-06T01:52:01 | 2020-01-06T01:52:01 | 167,804,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package com.example.demo.mapper;
import com.example.demo.dto.grade.GradeResponse;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.sql.Date;
import java.util.List;
import java.util.Map;
@Mapper
public interface GradeMapper {
List<GradeResponse> getGradeList(@P... | [
"17826615651@163.com"
] | 17826615651@163.com |
31faba6cb1101bf2344b3566255225791f89ed70 | 71e68cef80d83b67c463a05427f595bdf2e5b51c | /project/Android_AmazonML/android/SmartUnlock/app/src/main/java/eem209as/smartunlock/DataClass.java | 37a17434cdb7077866d0669b95b272068fd7bebe | [
"BSD-2-Clause"
] | permissive | UCLA-ECE209AS-2018W/Boyang-Xuerui | dd2ce9f38deb8e74f870774054a9d176925b8845 | 18900113059c7c9e2260abeeaddf0888c59e5c1b | refs/heads/master | 2021-04-06T20:08:10.848164 | 2018-03-24T06:06:42 | 2018-03-24T06:06:42 | 125,327,959 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package eem209as.smartunlock;
import java.util.HashMap;
import java.util.Map;
/**
* Created by boyang on 3/19/18.
*/
class DataClass {
boolean isSafe = false;
float ax = 0;
float ay = 0;
float az = 0;
double g = 0.0;
double lat = 0.0;
double lng = 0.0;
float acu = 0;
double alt ... | [
"caiboyang.private@gmail.com"
] | caiboyang.private@gmail.com |
0c00c093781b82bd2c21ea734fd06af4d632564e | a1541f498731e9c8b0b9c0abe7031fb0d86c53e8 | /src/main/java/com/moonsolid/sc/domain/Plan.java | 427808bcc6b502b4a4cf73dca9384f485c57e135 | [] | no_license | MoonSolid/share-community-server | 12bfeb6126d29684b0b72b5ce116b908e407b8fc | 7f434dbba5efb03405dcc3ecac36c489dd4e3869 | refs/heads/master | 2020-12-30T01:33:42.784141 | 2020-04-02T00:05:48 | 2020-04-02T00:05:48 | 238,815,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,272 | java | package com.moonsolid.sc.domain;
import java.io.Serializable;
public class Plan implements Serializable {
private static final long serialVersionUID = 20200313L;
private int no;
private String place;
private String description;
private String memo;
private String cost;
private String title;
@Overri... | [
"rnreo20@gmail.com"
] | rnreo20@gmail.com |
50f34285d5fd137973d6bd97d684e961b461dc52 | 29e31c1cb676dcffd7d977892b424459cb81cea9 | /src/main/java/ru/papont/spring5recipeapp/services/RecipeService.java | 3eb4390d223d9468c29e536b9a91c2210ed06b9e | [] | no_license | papont/spring5-recipe-app | 92e6f2bb2f507c56b5ff4d1593ceeb33f2dd9742 | f10fb462b8885df930ab84906dab6fb2b4bd914d | refs/heads/master | 2021-05-12T19:26:50.544259 | 2018-01-22T20:32:34 | 2018-01-22T20:32:34 | 117,094,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package ru.papont.spring5recipeapp.services;
import ru.papont.spring5recipeapp.model.Recipe;
import java.util.Set;
public interface RecipeService {
Set<Recipe> getReсipes();
Recipe findById(Long aLong);
}
| [
"trusoff.a@yandex.ru"
] | trusoff.a@yandex.ru |
66220ad57ed416713a2156c3f87493ff685adac1 | fec716092763a516b4433454a10866f00674a2ca | /java-persistence/simple-rpg/src/com/whitecloak/training/rpg/model/Hero.java | 7c166a4b5704f8da7c987a402301563611c3a7a6 | [] | no_license | bryeduria/wc-training-snippets | 37b5f589de6c090b25e7999f4d3806849d86c77c | 50f169fc70f334fc3179638a5da860c662f1de2d | refs/heads/master | 2020-07-05T16:25:27.267822 | 2019-08-16T09:52:32 | 2019-08-16T09:52:32 | 202,698,612 | 0 | 0 | null | 2019-08-16T09:23:54 | 2019-08-16T09:23:54 | null | UTF-8 | Java | false | false | 1,109 | java | package com.whitecloak.training.rpg.model;
import java.util.Set;
public class Hero {
private int id;
private String name;
private int level;
private HeroStats stats;
private Equipments equipments;
private Set<HeroSkill> skills;
public int getId() {
return id;
}
publi... | [
"bryan.eduria@whitecloak.com"
] | bryan.eduria@whitecloak.com |
eaf9b96f7cabf16ae5f09bda5e96cabdca44e60d | b80d5f3dfd48e859d14c7b53d529d9b99da2bf88 | /swing5-comp/JTable/src/TweakingTableEditing/TweakingTableEditingDemo.java | 686c8bb47eb62ec9569d810f01c2d1460bd84b8c | [] | no_license | divannn/swng | 35f96d30e8e2187fad0cd8584b64c91cd910d579 | ed943181620e3dcc367def3c7db9cabc781d223f | refs/heads/master | 2021-01-21T13:11:47.130036 | 2012-10-28T21:48:56 | 2012-10-28T21:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,877 | java | package TweakingTableEditing;
import java.awt.AWTEvent;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.GridLayout;
import java.awt.KeyboardFocusManager;
import java.awt.event.FocusEvent;
import java.awt.event.KeyEvent;
import javax.swing... | [
"divannn@mail.ru"
] | divannn@mail.ru |
8b0b84e53c9b6e909cb36984f1674764713d6261 | 760d4617d78aa613186f7547c735198c39d700c8 | /sorter/src/test/java/sortpom/processinstruction/IgnoredSectionsStoreTest.java | da48a28f9368ac7d45be9d6eacf8a46069b3a8ac | [
"LicenseRef-scancode-free-unknown",
"BSD-3-Clause"
] | permissive | sachsgit/sortpom | 753dcdc8138c955be31b80d658fafc8004e9ddb3 | 861853d14805abfb845c08876cdef739a4913ad1 | refs/heads/master | 2022-05-14T03:20:59.673482 | 2022-04-11T02:00:14 | 2022-04-11T02:00:14 | 219,858,614 | 0 | 0 | BSD-3-Clause | 2022-04-11T02:00:14 | 2019-11-05T22:00:21 | Java | UTF-8 | Java | false | false | 12,039 | java | package sortpom.processinstruction;
import org.junit.Before;
import org.junit.Test;
import refutils.ReflectionHelper;
import java.util.ArrayList;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
/**
* @author bjorn
* @since 2013-12-28
*/
public class IgnoredSectionsStoreTest {
... | [
"bjorn.ekryd@gmail.com"
] | bjorn.ekryd@gmail.com |
ccd868045d3f31de57ca14da7eeddb377218c1d3 | 39575b0c1ef8782b0cf9f8c0ded306c45e731f5f | /src/ru/viljinsky/dialogs/DialogsControl.java | 870b757b4a4a71f904655d0115971eb463af0b1b | [] | no_license | viljinsky/timegrid2 | d8c4b6d8f374411248ab85fbc243b19d3643853b | c143ccb14315e3a30f911dca6f6d512193977b94 | refs/heads/master | 2021-01-22T23:43:46.586171 | 2015-05-14T09:45:42 | 2015-05-14T09:45:42 | 31,596,756 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,087 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ru.viljinsky.dialogs;
import java.util.Map;
import javax.swing.ComboBoxModel;
import javax.swing.JComboBox;
import... | [
"Iljinsky"
] | Iljinsky |
57e4109c5671bb2f89aebeb06f11e24fd1e3d2c1 | 3c985445861c86518ac152441d68d5eacc440bb2 | /src/main/java/com/shop/business/chicmeproduct/service/impl/ChicmeProductServiceImpl.java | 887907d0da04d29870267f745011e70636e7d8de | [] | no_license | gulangzai/shop | df2ada63d844605cbf79cf2d11ef097b8ab67f18 | 1ddab358219c2ee88c261d2f8471b940e7c9c592 | refs/heads/master | 2021-07-03T09:22:02.769221 | 2017-09-23T14:30:39 | 2017-09-23T14:30:39 | 100,442,481 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,389 | java | package com.shop.business.chicmeproduct.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lanbao.base.Page;
import com.lanbao.base.PageData;
import com.shop.busine... | [
"1871710810@qq.com"
] | 1871710810@qq.com |
8164182fbe17c578ab04dfae61fe6dbc67aa4973 | c34ac928eae8b2b7923d036f78dbea0168ebae0f | /spb/euretick2/src/main/java/com/jf/euretick2/config/HystrixConfig.java | 537c205cff6269cf25acc48c66d841b546a401fe | [] | no_license | suhaihao/springcloud | 350719ef4b386eb50d76d0eb6cdac12d9df7d9a1 | f59a585cd475722130d8b079c7b746faeea90433 | refs/heads/master | 2020-04-09T17:46:26.088356 | 2018-12-05T08:54:20 | 2018-12-05T08:54:46 | 160,490,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | package com.jf.euretick2.config;
import com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
publ... | [
"suhai505604843@qq.com"
] | suhai505604843@qq.com |
68bbec2088a5f0707709757742685a5971157d6e | 2c2481682dbd0d928ec318370319a0b114d7d768 | /web-saver/common/src/main/java/ru/geekbrains/common/message/Address.java | 49cce98ff53ebfba98b68bb324a6ce562568bb08 | [] | no_license | ChernetsovNG/geekbrains | f3e5fa947460d79ee7742c16a1718917df740fd0 | 0cd3dc0491b4993eaf3f91eed0b1d6572f561795 | refs/heads/master | 2021-01-18T13:16:49.811653 | 2019-03-03T13:13:09 | 2019-03-03T13:13:09 | 100,375,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package ru.geekbrains.common.message;
import lombok.Data;
import java.io.Serializable;
@Data
public class Address implements Serializable {
private final String address;
public Address(String address) {
this.address = address;
}
}
| [
"n.chernetsov86@gmail.com"
] | n.chernetsov86@gmail.com |
14bc8099a425c4e953d61ed529e0073b67ac10f3 | 5aef648be1123e6492bcd55e01ff8b91ca8db5f7 | /app/src/test/java/com/android/shopingDemoTest/ExampleUnitTest.java | 31fa419e556fa9039849e2d312c60a7eab0ef5ce | [] | no_license | devRohitGangurde/demoShoppingCart | 6ef1a82e03727e9ff585e61b8dc6682b92f9aa96 | 02c2c0154cf0ce50b647c42b12556495de1419a1 | refs/heads/master | 2022-12-16T10:22:41.145728 | 2020-09-21T05:04:25 | 2020-09-21T05:04:25 | 297,233,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.android.shopingDemoTest;
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... | [
"rohit.gangurde@netwininfo.com"
] | rohit.gangurde@netwininfo.com |
cbe4208edf389863e45505761ee074ac9a72da18 | 38c71315fc26dc4db9ea67a78cc6ed95160888c0 | /module_lib/src/UI3/java/com/lechuang/module/mytry/TryDetailsActivity.java | 06b4e23bc38b932719193fbcf2a5c506988e10ff | [] | no_license | nmbwq/taomimi | cbc10e0224a497b6c9c18984ec3f81ee7132647d | e39a7aad0ae6e602c0f97465162896a8630cbf2d | refs/heads/master | 2020-07-12T19:36:26.138642 | 2019-08-28T09:10:09 | 2019-08-28T09:10:09 | 204,891,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,925 | java | package java.com.lechuang.module.mytry;
import android.content.ActivityNotFoundException;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.ComponentName;
import android.content.Intent;
import android.graphics.Paint;
import android.os.Bundle;
import android.support.annot... | [
"1763312610@qq.com"
] | 1763312610@qq.com |
633b4ab9be5c9bebb273c6cb7f48df719db8be07 | 5bb51a5d41c26ed8a18d8c3731277a81ba9c4a3e | /UserAppGitTest/src/main/java/com/lti/dao/PersonDao.java | 0e232b6384be6ead6e3aedd71833c61821817232 | [] | no_license | JaiG1998/UserAppGit | c9cb6266503db37ab95a9721fe1e927f8339c33d | a5a636441437fdd3b6ee11aa3b26b7e1f58571ae | refs/heads/master | 2022-11-30T15:28:22.383701 | 2020-08-14T18:36:37 | 2020-08-14T18:36:37 | 287,598,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,312 | java | package com.lti.dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
import com.lti.model.Address;
import com.lti.model.Job;
import com.lti.model.Passport;
import com.lti.model.Person;
public clas... | [
"jaigupta1998@gmail.com"
] | jaigupta1998@gmail.com |
507a987751ab9fc117d817a069602b3372ec4635 | 8c2f0d274ad905449e6f7154b52b0071887d2b35 | /src/main/java/com/bj98bj/emerald/item/ItemEmeraldChestplate.java | 92e703229bb2b7ee44b8454f10f6d13d741c2d21 | [] | no_license | BJ98BJ/Emerald | 2df4a6b76d0b35df879ff2f69c8c398e5388b8ab | aeb3e50877b2ba2a06464e8fd96236a7f8ee54e9 | refs/heads/master | 2020-07-26T04:08:26.242072 | 2014-07-16T08:59:10 | 2014-07-16T08:59:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.bj98bj.emerald.item;
import com.bj98bj.emerald.creativeTab.CreativeTabEmerald;
/**
* Created by Björn on 07.07.2014.
*/
public class ItemEmeraldChestplate extends ItemEmerald {
public ItemEmeraldChestplate(){
super();
this.setUnlocalizedName("emeraldChestplate");
}
}
| [
"bj98bj@outlook.com"
] | bj98bj@outlook.com |
3fe7ae6f66d9b11c12fe4b3271bf7833f3dff0c5 | 19d544080d521ebe6e27a3dcd9dc1c63c59e0c63 | /core/src/main/java/ro/fortsoft/wicket/dashboard/Widget.java | ff2c4586193b02852b7f26783160d3c77b26b70a | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | talkvip/wicket-dashboard | ccbd65a1adeb72d250ca2aa8cfa3da9b5b98afdd | a29c96e6ff5f93903eed4d811716eb4dcd629c8f | refs/heads/master | 2021-01-24T05:07:04.760642 | 2012-11-07T11:45:09 | 2012-11-07T11:45:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | /*
* Copyright 2012 Decebal Suiu
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with
* the License. You may obtain a copy of the License in the LICENSE file, or at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"decebal.suiu@gmail.com"
] | decebal.suiu@gmail.com |
bcb0786f42b3602bff3d86ac2056cdbb7e5c0b88 | 0ed255e2ddede9907b3f143c52dfac75cd9c529f | /src/main/java/com/mycompany/app/actionTypes/ActionTypeFactory.java | 85ffd0c2c41058de76bc3cd912e24d323528dc73 | [] | no_license | athultr7/role-based-autherizator | 028ba6d18c671c5b9634459b1d12fbed322bcc7d | ffbf020e50e73dfd605fceab0f767641db0979c8 | refs/heads/main | 2022-12-28T12:25:22.974099 | 2020-10-20T13:24:01 | 2020-10-20T13:24:01 | 305,716,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package com.mycompany.app.actionTypes;
public class ActionTypeFactory {
public static ActionType getActionType(String actionType) {
if (actionType.equals("READ") || actionType.equals("read") || actionType.equals("Read")) {
return new Read();
}
else if (actionType.equals("WRITE"... | [
"raghav.sharma@oyorooms.com"
] | raghav.sharma@oyorooms.com |
ffe18b80907f2f31a1b3c5dd446bcb990a60f2de | 4c1bcb0e01640d7c83cb2da970568a0b23c25b25 | /src/main/java/edu/nova/chardin/patrol/agent/strategy/anti/CoveringSoftLimitVertexFocusedEdgeChooser.java | 623ba05016241762092f5067a37bb339967c8741 | [] | no_license | cehardin/nsu-patrol | 1159c8e99321aae8b26865baff8c3f3371797d78 | 6ce6667d1278a9de6fb35b6d3e1840e63f62bc03 | refs/heads/master | 2021-01-17T07:01:55.460771 | 2017-10-30T02:08:47 | 2017-10-30T02:08:47 | 34,594,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package edu.nova.chardin.patrol.agent.strategy.anti;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import edu.nova.chardin.patrol.agent.AgentContext;
import edu.nova.chardin.patrol.graph.EdgeId;
import edu.nova.chardin.patrol.graph.VertexId;
import java.util.Optional;
im... | [
"cehardin@hotmail.com"
] | cehardin@hotmail.com |
1bd9801ed2e489a4c0fdef8e05be46ea129feebf | fbf95d693ad5beddfb6ded0be170a9e810a10677 | /finance/egov/egov-collection/src/main/java/org/egov/collection/service/CollectionService.java | 89d97a2809ba24bce5078ffeeeb9ee56005c2196 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"GPL-1.0-or-later",
"GPL-3.0-or-later",
"LicenseRef-scancode-proprietary-license",
"GPL-3.0-only"
] | permissive | egovernments/DIGIT-OSS | 330cc364af1b9b66db8914104f64a0aba666426f | bf02a2c7eb783bf9fdf4b173faa37f402e05e96e | refs/heads/master | 2023-08-15T21:26:39.992558 | 2023-08-08T10:14:31 | 2023-08-08T10:14:31 | 353,807,330 | 25 | 91 | MIT | 2023-09-10T13:23:31 | 2021-04-01T19:35:55 | Java | UTF-8 | Java | false | false | 7,391 | java | /*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) 2017 eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* ... | [
"venki@egovernments.org"
] | venki@egovernments.org |
54cb03070652566a001f30fdbc39e47c606ff133 | 3040b98d2ad4aa240c490e09eea3242947e95f12 | /OneKeyRepairClient/app/src/main/java/wit/hmj/onekeyrepair/utils/PhotoViewPager.java | 43fdf72350960baca03679ad823115521e237fab | [] | no_license | humengjun/OneKeyRepair | 543eaa7948b0e29a9a2c069d76cb24710dd90d22 | 2d814c38e570b5e448bf65f8992ece11b8ca08c3 | refs/heads/master | 2020-03-28T15:15:00.034950 | 2018-09-13T02:48:43 | 2018-09-13T02:48:43 | 148,571,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,222 | java | package wit.hmj.onekeyrepair.utils;
import java.util.HashMap;
import java.util.LinkedHashMap;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
/**
* 自定义viewpager
*/
public class PhotoViewPager exte... | [
"1260739930@qq.com"
] | 1260739930@qq.com |
9222d0cdd5bbb0cdb445a71d38fe185a1751c199 | 301588f1887e711ee5d1509611aab556d7af7928 | /src/main/java/com/kelloggs/upc/common/dto/ProductTypeDTO.java | e816f3be6236b967150ee1ca332435a8afeca524 | [] | no_license | Harshit23121991/PMSystem | 8241e40adbe337e307812458649507fd4a62c66c | e611b187bb5915ad8e471a404b1724f89d006476 | refs/heads/master | 2020-03-26T18:43:11.214095 | 2018-08-18T14:33:14 | 2018-08-18T14:33:14 | 145,226,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.kelloggs.upc.common.dto;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import com.thoughtworks.xstream.annotations.XStreamAlias;
@XmlRootElement(name = "ProductType", namespace = "com.kelloggs.upc.common.dto")
@XStreamAlias("ProductType")
public class ProductTypeDTO imple... | [
"harshit.a.k.eee@gmail.com"
] | harshit.a.k.eee@gmail.com |
09a5499ba7b98fa6b744dcb94d6a47afef4fde04 | a7cdda31bdd89e93f73bf5c8f8e3cb3dcbd3bcf3 | /Unit_Test/src/com/prep/test/TrackingServiceTests.java | 538498815b7b3ce28ca34fd72cf53ba581d5cb02 | [] | no_license | bk1613/spring-mircosoft-project | d5b33acf5b48a94e3eeec2372786c56c82696fdb | f4deb8fbf5a52be13b6604a60a9c1ec6420ed314 | refs/heads/main | 2023-03-23T23:33:46.410836 | 2021-03-07T02:55:37 | 2021-03-07T02:55:37 | 322,388,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package com.prep.test;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import com.prep.main.InvalidGoalException;
import com.prep.main.TrackingService;
public clas... | [
"bk1613@nyu.edU"
] | bk1613@nyu.edU |
13c6699a6e0e94eea95d2c46446f924a729ccf46 | 52b948436b826df8164565ffe69e73a92eb92cda | /Tests/RGTTests/bears/patches/SzFMV2018-Tavasz-AutomatedCar_351742666-351759763/Arja/190/patch/Dashboard.java | 34b12ecc7e93c3a9b9a46912e1683b87e0c4ffd3 | [] | no_license | tdurieux/ODSExperiment | 910365f1388bc684e9916f46f407d36226a2b70b | 3881ef06d6b8d5efb751860811def973cb0220eb | refs/heads/main | 2023-07-05T21:30:30.099605 | 2021-08-18T15:56:56 | 2021-08-18T15:56:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,840 | java | package hu.oe.nik.szfmv.visualization;
import hu.oe.nik.szfmv.automatedcar.bus.packets.input.ReadOnlyInputPacket;
import javax.swing.*;
import java.awt.*;
/**
* Dashboard shows the state of the ego car, thus helps in debugging.
*/
public class Dashboard extends JPanel {
private final int width = 250;
priv... | [
"he_ye_90s@hotmail.com"
] | he_ye_90s@hotmail.com |
ad7578aa6da606c46cd05eca9711ce7102effee6 | aa4c318c55490afaf5e5e490ab79320128a74c96 | /FoodItem.java | 321ae43ae7c34bc1a254b06b06b39a5996a4ac0e | [] | no_license | AlexSkarlatov/analysis-and-notes-on-design-patterns | 1b7bfc3c664a8241e398340210bae8d49bb9b764 | 535066c4e5b504e389d614a2b949dff9f8fb9518 | refs/heads/master | 2023-02-27T14:21:17.369010 | 2021-02-05T21:38:43 | 2021-02-05T21:38:43 | 263,449,561 | 0 | 0 | null | 2021-02-05T21:39:29 | 2020-05-12T20:51:51 | Java | UTF-8 | Java | false | false | 661 | java | package com.company.items;
import com.company.Packing;
public abstract class FoodItem implements Packing {
//members
// double subtax=0.2;
double price ;
String name;
//methods
//getters and setters
// public Double getint(){
// return 3.0;
// }
public double ge... | [
"noreply@github.com"
] | noreply@github.com |
1cb3c97152052b42b408e2884663180d17f2b1eb | 325ba9c5a54c5347cf9d5f051608ab58ca785314 | /app/src/main/java/br/com/rcsports/listener/IOnClickListener.java | 60dc1476c51266cac789c0cdcfa161495506906c | [] | no_license | pcelestino/rcsports-android | 41af495738ca0c53cbf954a5f63c1af84bdbaa3b | 64c021e4a3f0396fbe469dd2820794a7f5be286d | refs/heads/master | 2021-01-22T23:58:03.314115 | 2015-01-17T16:25:01 | 2015-01-17T16:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | package br.com.rcsports.listener;
/**
* Created by Pedro on 15/12/2014.
*/
public interface IOnClickListener {
public void onClickSave();
public void onCLickDelete(Object object);
}
| [
"mr.pedrosilveira@gmail.com"
] | mr.pedrosilveira@gmail.com |
3eaa08026e34632e7ad39bc85c267bc257af075b | 5e1d3adc82b82365aafe2ca0d5ba0f23a288f2ea | /src/main/java/eu/clarin/cmdi/curation/component_registry/XSDCache.java | f00a5ca981eb4b96e3ad19c759b5e08230631c05 | [] | no_license | davoros/clarin-curation-module | 3170e448431bf9f47e1c9c1b0060b375965f6328 | 8e7fbaac1b5aca2c6f3524a7f65163506d78a0d9 | refs/heads/master | 2021-01-10T12:50:52.705681 | 2015-12-23T12:23:00 | 2015-12-23T12:23:00 | 48,431,825 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,133 | java | package eu.clarin.cmdi.curation.component_registry;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.Map;
import javax.xml.XMLConstants;
import javax.xml.validation.Schema;
import javax.xml.validation.SchemaFactory;
import javax.x... | [
"davor.ostojic@oeaw.ac.at"
] | davor.ostojic@oeaw.ac.at |
bd21d8d8f4504ea1cb94b8fff3c1a190030a0136 | 4dba6b0de388e97f32db560db2c058e752ab6b19 | /src/main/java/com/tao/utils/CsvUtil.java | 3beb6aaa3cb369207cc4f8200b96eafa92b4017a | [] | no_license | taoCoder/framebase | 826a4bfbb527f45b86756cba1ba8ee78277a69bb | 361ac55936e51e1c679c0c5bd21f7b1ee82e6306 | refs/heads/master | 2020-04-01T20:31:08.795005 | 2019-03-04T11:00:36 | 2019-03-04T11:00:36 | 153,607,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,469 | java | package com.tao.utils;
import com.tao.annotation.Column;
import com.tao.common.DataFormatter;
import com.tao.entity.CsvVo;
import org.springframework.util.CollectionUtils;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.*;
/**
* @author huangtao... | [
"huangtao8@jd.com"
] | huangtao8@jd.com |
467eb496a5e34c881b9e9f3093e6adf4ad069c74 | fd52518659eebe1d8612202bbc2fc6f9370a8e0a | /app/src/main/java/com/travisit/travisitstandard/vvm/destination/GuideCompleteProfileFragment.java | 4cd9125fafe7718edcf102ee8aac7541c500df20 | [] | no_license | NourhanGehad/TravisitStandard | c98061e8480b786a21c611541a7f86d096c0bb78 | e7615fb1949d778a1f547d32bc7e1882e2372e6b | refs/heads/master | 2023-03-04T03:52:12.197178 | 2021-02-11T15:11:07 | 2021-02-11T15:11:07 | 277,179,312 | 1 | 3 | null | 2020-10-23T09:16:25 | 2020-07-04T20:17:39 | Java | UTF-8 | Java | false | false | 7,117 | java | package com.travisit.travisitstandard.vvm.destination;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewMode... | [
"hayllie.jul11th.vh@gmail.com"
] | hayllie.jul11th.vh@gmail.com |
a7f82ec605d8499b35c0344550f12c1869cca350 | 2806e9a10ce98f77d9eefb50107425f23afdf3d8 | /src/java/Fabriquant/Fabriquant.java | 1b260b471f2087c1d1c7ccdb3e995e979dbdaf76 | [] | no_license | algyon/SiteWebAllan | c3abc4482be40ab759258af5fb54ba7d33bcb9f1 | 619bb51e5782af01fc67a3667e4137cb5396b6ab | refs/heads/master | 2021-01-12T17:48:00.580293 | 2016-11-16T23:03:12 | 2016-11-16T23:03:12 | 69,393,694 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,279 | 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 Fabriquant;
import Cpu.Cpu;
import Cooling.Cooling;
import Ram.Ram;
import Stockage.Stockage;
import CarteMere.Cart... | [
"algyon@gmail.com"
] | algyon@gmail.com |
07a889a8670707821eea4d000228209b846d1ebb | 82d6dee8facaefac526e980d7d2ce4922cb13541 | /src/test/SignUP.java | 70b3c056090438b9333708c972424c2889e3aee7 | [] | no_license | das-rajesh/Inventory | dffd048b59d7fd33b60e6c1504fcd46a6d9897cc | 84e2d4ce205c06e88656cc29b3a344f2f885292b | refs/heads/master | 2020-03-25T19:53:08.079445 | 2018-08-09T05:34:30 | 2018-08-09T05:34:30 | 144,105,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,546 | 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 test;
/**
*
* @author admin
*/
public class SignUP extends javax.swing.JFrame {
/**
* Creates new form SignUP
... | [
"39552295+das-rajesh@users.noreply.github.com"
] | 39552295+das-rajesh@users.noreply.github.com |
bf908922ee7048e03ebf94ea3e1e660e4bd4bf13 | f569ce7051039ce55de257e6d127cdc532171229 | /src/dev/Sandefur/fear/entities/Static/Objects/TableMap.java | 0abc4ba45e5da879708f45130167cecc001daf08 | [] | no_license | Draonc/10thFear | f68c924c43b9c1e34ee23f00dff15d33c4f12056 | a9c57129153e1ad5d9911dc968f4d0f29dd3152d | refs/heads/master | 2020-04-23T17:47:47.956639 | 2019-02-18T20:08:34 | 2019-02-18T20:08:34 | 171,344,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package dev.Sandefur.fear.entities.Static.Objects;
import java.awt.Graphics2D;
import dev.Sandefur.fear.Handler;
import dev.Sandefur.fear.entities.Static.StaticEntity;
import dev.Sandefur.fear.gfx.Assets;
import dev.Sandefur.fear.tiles.Tile;
public class TableMap extends StaticEntity {
public TableMap(Handler hand... | [
"Draonc02@gmial.com"
] | Draonc02@gmial.com |
6878bd1f5b5ca3e47c011a968270d6b4430e65af | 05072b2a79799aa8b05a9d1c69e36b11bcf8258e | /Room.java | 8ecfd2a236de4b133a3d11a9f96249d5553be0d7 | [] | no_license | McKyle/APCS-Game | 3856c69a91ba122aa249392b6193a943a66a8385 | 1d0393d623419399b397a4db472ecd45b2c6087d | refs/heads/master | 2021-04-28T07:41:04.167069 | 2018-03-06T16:34:01 | 2018-03-06T16:34:01 | 122,229,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,485 | java | /**
* Class to represent different rooms in house.
*
* @author Kyle McCoy and Joseph Rosenberry
* @version 2/6/18
*/
import java.util.*;
public class Room extends Thing
{
private ArrayList<Treasure> loot;
private boolean obstacle;
private boolean visited;
public Room(String n, String d)
{
... | [
"noreply@github.com"
] | noreply@github.com |
03026f1b3192f3988b809f3c785ac7f4011a0730 | 1c2d8a1f7ee73ceddbce79bce798ece5295eb5b4 | /class-29/demos/app/src/main/java/com/ncarignan/buycheapthings/MainActivity.java | e405209a3926f25d31073476591b3883574a0d4b | [] | no_license | codefellows/seattle-java-401d8 | ddfe93dec7b9b6059f3ce8959e5e2a81f368aa49 | 519c4d14cfd7f06b183e5f1431bfacc00fc4e54b | refs/heads/master | 2023-05-20T03:28:01.747313 | 2021-06-09T20:34:16 | 2021-06-09T20:34:16 | 295,298,554 | 5 | 9 | null | 2021-08-12T16:05:11 | 2020-09-14T03:55:59 | Java | UTF-8 | Java | false | false | 7,138 | java | package com.ncarignan.buycheapthings;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.NotificationCompat;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.room.Room;
import androi... | [
"nick.carignan@sbcglobal.net"
] | nick.carignan@sbcglobal.net |
47042bac55fe6d3435832a036c298fbad5fb0f6f | 3c70d4d15575ce48de349a243b3ba95accb47b85 | /src/main/java/com/example/demo/exceptions/DatasInvalidasException.java | 3b8b39a53f173bb6099952402096a3a4a460812c | [] | no_license | MarLubanco/teste-backend | a8b7b061da6e70af936ce43f72468f8ecadd8eea | 027bed88975bd99ae4bdfdd9b11f6f721ed32a7c | refs/heads/master | 2020-03-26T22:09:29.207165 | 2018-08-24T09:48:07 | 2018-08-24T10:06:04 | 145,435,821 | 0 | 1 | null | 2018-08-20T15:27:31 | 2018-08-20T15:27:31 | null | UTF-8 | Java | false | false | 173 | java | package com.example.demo.exceptions;
public class DatasInvalidasException extends Exception {
public DatasInvalidasException(String message) {
super(message);
}
}
| [
"lubanco@edu.unifil.br"
] | lubanco@edu.unifil.br |
bafbe5cd8272518f3a91a47eebd0f24c2c7e7283 | caab8283287b6f616b35d9076680b7f5c741689f | /day02/src/com/atguigu/java1/LockTest.java | 1540b0e05b060afe8e793f417169f13355a24654 | [] | no_license | luwang951753/JavaSenior | cf338bb335204a90f37356fd762845bc5743aafb | 8d7984f0f3a84b2706a71d36614b8bf4b4964be6 | refs/heads/master | 2021-02-19T10:32:33.443234 | 2020-03-16T09:03:50 | 2020-03-16T09:03:50 | 245,304,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,802 | java | package com.atguigu.java1;
import java.util.concurrent.locks.ReentrantLock;
/**
* 解决线程安全问题的方式三: Lock锁 --- JDK5.0新增
*
* 1.面试题: synchronized 与 Lock的异同?
* 相同: 二者都可以解决线程安全问题
* 不同: synchronized机制在执行完相应的同步代码以后,自动的释放同步监视器
* Lock需要手动的启动同步(lock()),同时结束同步也需要手动的实现(unlock())
*
* 面试题: 如何解决线程安全问题?有几种方式
*
* @Autho... | [
"luwang951753@sina.com"
] | luwang951753@sina.com |
2df9debf6d64fd4dc1a634ada43f8464e7b2404c | f97823f5c56c6a9470d9fd56b9731d2d06752ea8 | /src/main/java/mapping/struct/GameVersionCFG.java | cf8004069519e56c6154c1bc1a95d801142929c9 | [
"MIT"
] | permissive | Hexeption/UDP-Java | 551151fb9bfcf94c6a9e0a82cf6db59903a1135c | 749e26505008cb715822bb20c091dc13cc053712 | refs/heads/master | 2020-03-27T22:28:04.033077 | 2018-07-25T23:46:00 | 2018-07-25T23:46:00 | 147,233,718 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package mapping.struct;
/**
* Version config data wrapper.
*
* @author bloo
* @since 8/13/2017
*/
public class GameVersionCFG {
public GameVersionCFG.Downloads downloads;
public static class Downloads {
public Downloads.Client client;
public static class Client {
public String url;
}
}
} | [
"waffleiron42@yahoo.com"
] | waffleiron42@yahoo.com |
7e3abc8ca6350076b7ee46f04b1cb14962ba3b37 | c2a93d062b1769c8d6af40a23229e5a8695558c0 | /src/main/java/testCases/NewUser.java | bb5620c29204cd53e0ef0b057c2dc7af6bab9952 | [] | no_license | maheshwaranvk/PIN_PASSWORD | 2c9ac6125dd73043774d91afd6cebe69c9a21dc5 | 15f2991e7619c7d943b6222ad6c303bbb27a163b | refs/heads/master | 2023-03-02T22:38:16.367679 | 2021-02-17T23:43:59 | 2021-02-17T23:43:59 | 339,885,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | package testCases;
import java.io.IOException;
import java.text.ParseException;
import org.openqa.selenium.WebDriverException;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import base.ProjectSpecificMethods;
import pages.LoginPage;
public class NewUser extends ProjectSpe... | [
"53971467+maheshwaranvk@users.noreply.github.com"
] | 53971467+maheshwaranvk@users.noreply.github.com |
febdf8f96fc4b1511437623120011fabe628a37c | 234c3446b2e739c379adc9629e53221cb70a8a86 | /app/src/main/java/com/droid/utils/IOAuthCallBack.java | 6b1bdc83f6842848b18ecfa78cc65945e0494070 | [] | no_license | gunix007/AndroidTvLauncher-1 | 2bd761305a45e0e68ce8dc8e493d9806036655d0 | f52b428540ae0c2b26408378709e0c77efa86d2c | refs/heads/master | 2023-03-28T00:25:06.781620 | 2021-03-28T13:21:07 | 2021-03-28T13:21:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package com.droid.utils;
/**
* 数据回调接口
*/
public interface IOAuthCallBack {
void getIOAuthCallBack(String result, int state);
} | [
"qiulei.xia@ele.me"
] | qiulei.xia@ele.me |
d245e5b93440037e7272d702bc6b57fb09b45870 | 15809b78d6d2eecbc2b072fcba42f1ece9be4c27 | /src/main/java/com/covid19figthers/volunteers/repository/CityRepository.java | 1e5d2c1fb0d4223976f57e5002d4acfc5b4e5f2d | [] | no_license | elPenas/volunteer | 5f9fb9a8aef3e24466f0728ea2fd2f6fadab4a7d | 6b4227a624ff1359062126a7c7b2f1868baf9196 | refs/heads/master | 2022-12-13T11:31:18.683667 | 2020-03-19T19:59:28 | 2020-03-19T19:59:28 | 248,591,183 | 0 | 0 | null | 2022-12-12T06:14:43 | 2020-03-19T19:47:11 | Java | UTF-8 | Java | false | false | 371 | java | package com.covid19figthers.volunteers.repository;
import com.covid19figthers.volunteers.domain.City;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the City entity.
*/
@SuppressWarnings("unused")
@Repository
public interface Ci... | [
"phantomquest@gmail.com"
] | phantomquest@gmail.com |
83a61a76dce5912642e77880a00d193692594a6b | 9e0a8b8f18de00300402efb0c6eb9048a1da3a53 | /MaxSumContigousSubarray.java | 78a43cc95bb1af2a1a0739786884f2969110a41b | [] | no_license | diksha-94/Java-Programs | e283ed97519d7c55ecc9a316244399c3bfca1ac6 | 223d29d8d2d548ee6bded06b4c4720b2e189a458 | refs/heads/master | 2020-06-02T19:33:40.689164 | 2017-06-12T14:23:48 | 2017-06-12T14:23:48 | 94,104,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,471 | java | import java.util.*;
public class MaxSumContigousSubarray {
// DO NOT MODFIY THE LIST.
public static void main(String[] args){
int[] a = {-120, -202, -293, -60, -261, -67, 10, 82, -334, -393, -428, -182, -138, -167, -465, -347, -39, -51, -61, -491, -216, -36, -281, -361, -271, -368, -122, -114, -53, -488, -327, -182... | [
"diksha.bajaj@hpe.com"
] | diksha.bajaj@hpe.com |
4f34cc050d0eb8c3813db3b1fcaee10bbecf4374 | 70daf03c1a4e12f07e90185d0ab9fe5cf0b11293 | /src/test/java/guru/springframework/converters/NotesCommandToNotesTest.java | 440dfd6b5b3695c162aaf5ba1dc75abf70fa8e0f | [] | no_license | morri909/spring5-reactive-mongo-recipe-app | b03262fb13ab44cd221f5f67610da829d8594555 | 7e566cae758a044d668a3c8aec1638d7975467c1 | refs/heads/master | 2023-03-13T23:12:32.934585 | 2021-03-11T16:17:45 | 2021-03-11T16:17:45 | 344,643,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package guru.springframework.converters;
import guru.springframework.commands.NotesCommand;
import guru.springframework.domain.Notes;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class NotesCommandToNotesTest {
public static final String ID_VALUE = "1";
public static fi... | [
"morri909@umn.edu"
] | morri909@umn.edu |
da4e74b20094e47e8c6b570a2e88215cd64408d5 | e38f60b97ef36896dd4d061c1f16ca45601823eb | /src/main/org/uva/ql/ast/Statement.java | f9d83d168920ea29d33e7dfce97845aaff52b7e1 | [] | no_license | EdwinOuwehand/ql-dsl | dae59af26a6e839ec2fc63cf6334e3461603ae0f | f0895b045606952cb0ed0aef09100a118194e640 | refs/heads/master | 2020-03-13T10:38:20.647061 | 2018-10-16T09:25:21 | 2018-10-16T09:25:21 | 131,087,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package org.uva.ql.ast;
import org.uva.ql.visitor.StatementVisitor;
public abstract class Statement extends TreeNode {
public abstract String getId();
public abstract <T, C> T accept(StatementVisitor<T, C> visitor, C context);
}
| [
"e.ouwehand@sig.eu"
] | e.ouwehand@sig.eu |
7433e289826aa6f4272d77a73144b98d6d8a9013 | d4fdb17c6ec0d851747b3799212d25598d113271 | /src/main/java/openrecordz/domain/validator/UserRegistrationValidation.java | 93173ce0719c03411f1ca3e7920d4822d0573675 | [] | no_license | williamaurreav23/openrecordz-server | 378170e09f7473c2d7980bc1d7cd487b3b44cc00 | f2740cc4fa239b3e0feabfef4c32516cba1db80b | refs/heads/master | 2022-01-12T21:23:28.718533 | 2019-03-19T12:12:52 | 2019-03-19T12:12:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package openrecordz.domain.validator;
import org.apache.commons.validator.EmailValidator;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import openrecordz.util.UsernameValidator;
import openrecordz.web.form.UserReg... | [
"andrea.leo83@gmail.com"
] | andrea.leo83@gmail.com |
7c39d19ef0b8d77e1a72d9000e93cd335064172a | 7ae4a7dc0e15a9203254adccbf1a376d9f74bc26 | /ms-common-ext/ms-common-ext-spring/ms-common-ext-spring-web/ms-common-ext-spring-web-exception/src/main/java/com/jrmcdonald/common/ext/spring/web/exception/handler/config/ExceptionHandlerConfiguration.java | 4d31209635185c2ce5368e4e7622feb9ad6b67f9 | [
"MIT"
] | permissive | jrmcdonald/ms-common | 8c39223fb310f8d55b976f56de11da07f71bc709 | e97c6b9e38ab6cd85a6c4f748974526788fdf941 | refs/heads/main | 2023-07-07T23:15:17.696991 | 2021-08-13T12:10:18 | 2021-08-13T12:10:18 | 267,060,323 | 0 | 0 | MIT | 2021-08-13T12:06:37 | 2020-05-26T14:08:38 | Java | UTF-8 | Java | false | false | 450 | java | package com.jrmcdonald.common.ext.spring.web.exception.handler.config;
import com.jrmcdonald.common.ext.spring.web.exception.handler.ServiceExceptionHandler;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class ExceptionHandlerCon... | [
"jamie.r.mcdonald@waitrose.co.uk"
] | jamie.r.mcdonald@waitrose.co.uk |
2bbaff01cc424b1ee9173ef6ffc4e84916048332 | 424bceba718caf82dd90d15d728958cb23f6333f | /eventoappSwing/src/DaoInterface/Ievaluationp.java | 59ac36a4823e34a8777a766e40de0765d4a89b81 | [] | no_license | MedAminerihane/eventoswing | 5d95eeb0507bb664a7f37424574dff39b6de004c | 4b76ac45842ada324853d40772397b332fbc047a | refs/heads/master | 2020-09-14T19:36:45.896044 | 2016-08-26T00:43:50 | 2016-08-26T00:43:50 | 66,322,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | 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 DAOinterface;
import Entites.Utilisateur;
/**
*
* @author user
*/
public interface Ievaluationp {
public void evaluerp... | [
"medamine.rihane@hotmail.com"
] | medamine.rihane@hotmail.com |
1f919bd384c14295dfd217d96c1400fe137871f2 | e57083ea584d69bc9fb1b32f5ec86bdd4fca61c0 | /sample-project-5400/src/main/java/com/example/project/sample5400/other/sample7/Other7_307.java | b741439705cc900c0068222a0ac279782e181038 | [] | no_license | snicoll-scratches/test-spring-components-index | 77e0ad58c8646c7eb1d1563bf31f51aa42a0636e | aa48681414a11bb704bdbc8acabe45fa5ef2fd2d | refs/heads/main | 2021-06-13T08:46:58.532850 | 2019-12-09T15:11:10 | 2019-12-09T15:11:10 | 65,806,297 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package com.example.project.sample5400.other.sample7;
public class Other7_307 {
}
| [
"snicoll@pivotal.io"
] | snicoll@pivotal.io |
19407332bb56a1e4132430b9c0fdc7d58b3848dc | 6ee6cc888f0a82e36fd1687fed4a109f0cb800a7 | /leetcode/212.java | 91d97a7679d67a300dbbc4cfeff35d5850cbff21 | [] | no_license | Rayleigh0328/OJ | 1977e3dfc05f96437749b6259eda4d13133d2c87 | 3d7caaf356c69868a2f4359377ec75e15dafb4c3 | refs/heads/master | 2021-01-21T04:32:03.645841 | 2019-12-01T06:33:44 | 2019-12-01T06:33:44 | 49,385,474 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,739 | java | class Solution {
Set<String> wordsFound;
int boardRowCount;
int boardColumnCount;
char [][] board;
Trie trie;
public List<String> findWords(char[][] board, String[] words) {
trie = new Trie(words);
wordsFound = new HashSet<>();
boardRowCount = board.length;
if ... | [
"jingyun.bian@centro-T000325.centro.net"
] | jingyun.bian@centro-T000325.centro.net |
2090ed59553e3ec9cd9177190c73b7f7a61be46b | e561d6ea521a4d7eee9c96eca671ae6212406309 | /Java/src/kakao/blind2020/Test.java | e7074444f1e7a19d350de55c2e2496c8f6731b57 | [] | no_license | Seungpang/Algorithms | 02a9a9dc3225caf8651c03208334082024deb65f | f7e6c5f28ce3b6509cb91d7aca162f36ae837b82 | refs/heads/master | 2023-08-19T03:30:24.346606 | 2023-08-17T15:50:18 | 2023-08-17T15:50:18 | 176,178,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package kakao.blind2020;
public class Test {
public static void main(String[] args) {
Test a = new Test();
int[] arr = {-2,0,10,-19,4,6,-8};
System.out.println(a.checkIfExist(arr));
}
public boolean checkIfExist(int[] arr) {
int n = arr.length;
for (int i = 0; i < ... | [
"obey1342@gmail.com"
] | obey1342@gmail.com |
89c279c1c07071d3bfcb883e890a16948bb26754 | db988cf1f2f73e158a5189c892835cbe7355f6e1 | /MACMaven/src/test/java/macconfigforms/BankingConfig.java | c8f54805c613908d59f6f6313e367a63d6bd4a3d | [] | no_license | vdileepdevops/mac | f2e4ad421d0741cc99f6de9368723991707522bf | eb89f140ad8788d00935b01b6536ab2fab9ff141 | refs/heads/master | 2023-02-28T14:12:43.754997 | 2021-02-10T11:11:38 | 2021-02-10T11:11:38 | 337,700,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,083 | java | package macconfigforms;
import org.testng.annotations.Test;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import o... | [
"Admin@KCS-TECH-LAXMANG"
] | Admin@KCS-TECH-LAXMANG |
9e7e53034d19d1644be0fa26fd63b3158c897cdc | bfd2036ee468becaa46d0ee616936e24b12517aa | /app/src/main/java/com/example/jerryyin/jcamera2/tools/JImageSaveTool.java | dc38f7d7f7cde538b68239e3cfaafedbff1e902a | [] | no_license | Jerry-Yin/JCamera2 | 68baea806bb28d301fad364392ec9e4b82b624d9 | 373a06cda20aff1e832bde1d6e3ce1f4c6696084 | refs/heads/master | 2021-01-10T16:37:53.039408 | 2015-12-10T03:15:16 | 2015-12-10T03:15:16 | 47,666,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,140 | java | package com.example.jerryyin.jcamera2.tools;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Environment;
import android.provider.MediaStore;
import android.widget.Toast;
import com.example.jerryyin.jcamera2.activity.JCameraActiv... | [
"846597629@qq.com"
] | 846597629@qq.com |
cd042518cceef66ecd2c4faa5d9c34a480f30da6 | a8a976dffe97cc074b1be8ad54d10de361946674 | /DiabetesDetection/src/MyPack/FrmDSS.java | 16ebb7778be09fb591c27d8073c906da58b0ca49 | [] | no_license | ingleaditi17/Hackathon-4.0 | 701d145963c1b4fa72ae861234a47c7b25a21338 | 416983378250f9b993faba463846d86568877635 | refs/heads/master | 2022-09-09T00:34:58.568557 | 2018-03-20T19:40:14 | 2018-03-20T19:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,099 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package MyPack;
import dataPack.DataItem;
import dataPack.DataSet;
import dataPack.NaiveBayes;
import java.awt.Dimension;
import java.awt.Toolkit;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableMod... | [
"34166732+Gagnants@users.noreply.github.com"
] | 34166732+Gagnants@users.noreply.github.com |
f29489daeb3f9a364dc66e76b229982cce7033dc | 739b3fb3403f06118a76aa083603a3cd6319985d | /src/test/java/org/fastrackit/features/search/CartWithoutLoginTest.java | 16d2e44abadf83f1fbca59c1fd68722eb14d082e | [] | no_license | nataliaandreica/AcreditareNataliaAndreica | 1d49657a9ffcb08766e1d2cafec02a0c2283dc5b | ee33d029619f842d32227016249a424530ef8961 | refs/heads/master | 2020-12-21T22:46:40.595121 | 2020-02-17T20:31:05 | 2020-02-17T20:31:05 | 236,590,216 | 1 | 0 | null | 2020-10-13T19:06:21 | 2020-01-27T20:42:19 | Java | UTF-8 | Java | false | false | 859 | java | package org.fastrackit.features.search;
import net.serenitybdd.junit.runners.SerenityRunner;
import net.thucydides.core.annotations.Managed;
import net.thucydides.core.annotations.Steps;
import org.fastrackit.steps.serenity.CartSteps;
import org.fastrackit.steps.serenity.LoginSteps;
import org.junit.Test;
import org.j... | [
"nataliaandreica@yahoo.com"
] | nataliaandreica@yahoo.com |
75bf9e1fef30998c743d6b7d15f9c45efa728b94 | fe0622b62c8ff249f5c3f22109d6e89f1f30e525 | /src/main/java/cn/net/colin/common/util/JsonUtils.java | 3f6634ffb8d30f230c28ba78a2ec6da0f98ddb35 | [] | no_license | siasColin/springboot2example | ec58876b998ec9adbeba1d211370bda352dc3f34 | 7127ce49411f38940748a32b2b946b01afc8e23f | refs/heads/master | 2023-04-27T01:50:24.912515 | 2023-02-23T06:24:12 | 2023-02-23T06:24:12 | 244,126,899 | 4 | 3 | null | 2023-04-14T17:33:08 | 2020-03-01T10:14:27 | Java | UTF-8 | Java | false | false | 2,546 | java | package cn.net.colin.common.util;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.util.List;
import java... | [
"1540247870@qq.com"
] | 1540247870@qq.com |
d096abe46d79ea402d7548ba3f0586a540a3f1c9 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mobileqqi/classes.jar/hkc.java | 1b05d3b49f4d22e11237df149a36aa95c213cbbf | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 3,142 | java | import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import com.tencent.open.adapter.CommonDataAdapter;
import com.tencent.open.appcenter.QZoneAppWebViewActivity;
import com.tencent.open.appcommon.AppClient;
import com.tencent.open.appcommon.Comm... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
e9c362ef2d7c094b5f8511e9603663f20f983b32 | 4a2ee4ccaefbd0c1303cab2c83ceff8b6566007a | /NotepadFormat/src/JFrameText.java | 7fe53cb3f33fc2ff6919854685064fa3157aa770 | [] | no_license | karimohsen/Java | f310cd269490b90ca63804c1f706abee33ea2f1e | 77c6e0a3e92aacfbc134e62049ce011cb3a1710d | refs/heads/master | 2021-01-01T04:12:25.358468 | 2016-04-17T09:17:14 | 2016-04-17T09:17:14 | 56,428,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,092 | java |
import java.awt.Color;
import java.awt.Font;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* JFrameText.java
*
* Created on Jan 6, 2015, 1:39:33 PM
*/
/**
*
* @author ... | [
"karim.abdelmohsen.1992@gmail.com"
] | karim.abdelmohsen.1992@gmail.com |
4313d1cd415e7f5d20c450a46b71fd4bc890d48c | e5fb513f3e33990d150690b93b6289c33695cd7f | /src/main/java/one/digitalinnovation/controledeponto/model/AccessLevel.java | f94c47f78e01d72b28f94a1014061fa406573552 | [] | no_license | TiagoGIM/api-gerenciador-de-ponto | 0e92ece4668f860c7bcd1e475ca0aad2def67878 | e360b43a88c219d143545ad0bab83288f663e62b | refs/heads/main | 2023-07-12T07:54:04.266663 | 2021-08-23T21:42:17 | 2021-08-23T21:42:17 | 399,247,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package one.digitalinnovation.controledeponto.model;
import lombok.*;
import javax.persistence.Entity;
import javax.persistence.Id;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode
@Builder
@Entity
public class AccessLevel {
@Id
private Long id;
private Long description;
}
| [
"herique.sa@gmail.com"
] | herique.sa@gmail.com |
4e0f698bb2b47dd5bc3b9e2379cfb1a88c5e09cd | bbc261ef139aab100b7eb65e6862e4da44628fed | /src/main/java/com/example/demo/bootstrap/TodoLoader.java | e0af34ea42cf0ae60dc0359bf38fb8c0f3375673 | [] | no_license | CutupAngel/SpringBoot | 478bb23083cee948fd693a19c8ba6e28e1fa9354 | 94d738feec1b939e30e161ea574b3419d55b7e75 | refs/heads/master | 2023-06-26T09:28:16.356786 | 2021-07-28T10:01:33 | 2021-07-28T10:01:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,413 | java | package com.example.demo.bootstrap;
import com.example.demo.model.Todo;
import com.example.demo.model.TodoStatus;
import com.example.demo.repositories.TodoRepository;
import lombok.SneakyThrows;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org... | [
"jupiter1206jove@gmail.com"
] | jupiter1206jove@gmail.com |
63aa7abe47b28e0b93e4ea090d8deb1a770a8b6d | 8bcedac56f1a7b17e9a80682772d34249473a428 | /src/Cadastro/EditarUsuario.java | 370bd527fb6a83be2810cc97b303fe1c82662cdd | [] | no_license | betorods/SistemaBibliotecario | 185cea2a7680d24f127910b05a59818c7ae91077 | 4315b3596d8c1609715453017890611c7dfb78c5 | refs/heads/master | 2021-01-13T02:03:42.493693 | 2015-04-08T16:57:00 | 2015-04-08T16:57:00 | 33,620,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,370 | java | package Cadastro;
/**
*
* @author Alberto
*/
import util.Conexao;
import sistemabibliotecario.BuscaUsuario;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.L... | [
"beto.rod@hotmail.com"
] | beto.rod@hotmail.com |
0cac6f6a34aa3f551b9845d547818b5484d0308e | 6ce955abfc4fa4b9cb36f6c72d607bd1dcd18cf3 | /master/verso/verso/src/verso/reverse/enums/Modifiers.java | a62b6beadc95925c88a3be044e59a0327fb67124 | [] | no_license | Eldodo/VERSO | 193ef4795f2fc9d1242caba0bd22552cabb70014 | a1a2199d9f06d866268cc12ce04ac22d56b6e633 | refs/heads/master | 2021-09-14T06:30:25.883867 | 2019-06-11T03:10:51 | 2019-06-11T03:10:51 | 190,816,795 | 0 | 0 | null | 2021-08-02T17:02:55 | 2019-06-07T22:18:09 | HTML | UTF-8 | Java | false | false | 1,607 | java | package verso.reverse.enums;
import java.util.EnumSet;
import com.github.javaparser.ast.Modifier;
/**
* Defines all the possible modifiers and their symbols to be used
* in the grammar
* @author rishi
*
*/
public class Modifiers {
/*PRIVATE(2, "-"),
PRIVATE_STATIC(10, "- {static}"),
PRIVATE_FINAL_STATIC(26,... | [
"dorian.vandamme@laposte.net"
] | dorian.vandamme@laposte.net |
1275883ff1c254034cde57c480210001c992ff7b | c081ea7651b0aabd2b1d966fc6f5bf8201972f43 | /spring-restconsumer-samples/server-example/src/main/java/io/eyolas/example/server/domain/stadium/StadiumRepository.java | dbd0a1688f2675785666024f7244478910d234ee | [] | no_license | eyolas/spring-rest-consumer | ee7c8ac0710a2344a65024a6d9f05eeee046d4ba | 86b4ba5c014e06529fe8c20cc434d30f7b3824f1 | refs/heads/master | 2020-05-31T04:33:26.636984 | 2014-10-07T11:46:55 | 2014-10-07T11:46:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package io.eyolas.example.server.domain.stadium;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import io.eyolas.example.server.domain.city.City;
/... | [
"dtouzet@gmail.com"
] | dtouzet@gmail.com |
ac25af340bf7fc97179a5d7dfaa16673d07852b6 | b676e77226b357ff97138fb81b36abea9d8deb97 | /app/src/main/java/pawan/t4a/com/onlinetracing/Activity/OTP_Screen.java | 7bfbeffd9c87baa7eb11a3b611f5889c61eb9bc8 | [] | no_license | veerpawan/FindMe_Talent4assure | f3bde60f0781cad90b7832244ca4c44333c06990 | 741fcb508843a32c921d4ee6fefbab5e8e886376 | refs/heads/master | 2021-01-19T09:12:19.387820 | 2017-02-15T15:24:16 | 2017-02-15T15:24:16 | 82,074,872 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,621 | java | package pawan.t4a.com.onlinetracing.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v4.content.ContextCompat;
import andr... | [
"veerpawan888@gmail.com"
] | veerpawan888@gmail.com |
d6ea8757e1fa2c56cfcf003fd8b6bc38bed24e1f | 5a2c1f3c548590eb473ca81f5ca5ec582df746b5 | /xspectra.cloudminder.listofservices/src/xspectra/getlist/serviceimpl/CloudMinderTaskServiceImpl.java | 21fcafc6a048232e541df5758b741629c9b132f1 | [] | no_license | anvitabajpai/example.osgi.project | 0f526fa88c69c38640a1c6c0956c238893677e0e | af9f3385461ddad9cb43aefd0db482eec9357cbd | refs/heads/master | 2016-08-03T20:20:24.982265 | 2014-04-04T06:22:23 | 2014-04-04T06:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java | package xspectra.getlist.serviceimpl;
import xspectra.getlist.service.CloudMinderTaskService;
public class CloudMinderTaskServiceImpl implements CloudMinderTaskService{
@Override
public String getTaskList() {
String jsonString ="[{\"Name\":\"Box\","+
"\"URL\":\"http://cloudminder.mycroftcloud.com/chs... | [
"anvita.bajpai2@gmail.com"
] | anvita.bajpai2@gmail.com |
eaa382605bcc86c617df37cb212f384251614bd7 | f09e2543e000d310d0f906cb324786316e4de954 | /src/main/java/com/greenfoxacademy/zelenamackatribes/users/services/AvatarServiceImpl.java | 8a1252cb075a77af4d1b28480ae5439477db5f06 | [] | no_license | Radek2rady/Tribes-Zelena-Macka-BE | 27a3c8a20ed2ab7e292093fca37fe3c04f0a8abd | 964f6ceee510f27affff45932f3c33d55dc66702 | refs/heads/master | 2023-08-16T20:39:09.174107 | 2021-09-24T07:09:15 | 2021-09-24T07:09:15 | 409,866,288 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,163 | java | package com.greenfoxacademy.zelenamackatribes.users.services;
import com.greenfoxacademy.zelenamackatribes.users.exceptions.AvatarUploadException;
import com.greenfoxacademy.zelenamackatribes.users.exceptions.avatarUploadException.AvatarUploadFilesizeException;
import com.greenfoxacademy.zelenamackatribes.users.except... | [
"73898733+Radek2rady@users.noreply.github.com"
] | 73898733+Radek2rady@users.noreply.github.com |
00f965f42819f21fa54fca67dc3939904744d37b | 10b4020af07853f901593f0671dcecb22e02c71a | /tools/src/androidTest/java/com/dixon/tools/ExampleInstrumentedTest.java | abdc7fd5e3d7ea88d4f18e0daebaa7caaf30fcb3 | [] | no_license | zhxyComing/PhoneShare | c961c810670bc472340bab01d1fd156b74429dfa | 889209bae43b87df3f584da468ba1919c7c42af6 | refs/heads/master | 2020-09-30T13:53:56.463345 | 2020-01-22T03:40:54 | 2020-01-22T03:40:54 | 227,300,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.dixon.tools;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andr... | [
"dixon@bogon.luojilab.intra"
] | dixon@bogon.luojilab.intra |
1d1da16de54dd951aa3da83f82c953c01d46e6a4 | bfb98eb10af5cdbac314261baed408f2225c3748 | /shardingsphere-prop/src/main/java/com/gupaovip/shardingsphere/shardingsphereprop/mapper/TConfigMapper.java | 121b9127ae5b41dad575eb1f8f8694c9ca2ca614 | [] | no_license | Clierbin/shardingsphere-spring | c2d17ee52a5ea450d9b3dbc4a30a384184361e8d | c186a65d7d1b1509859de493f059e79b11339cf6 | refs/heads/master | 2023-06-23T07:36:35.629537 | 2022-06-17T07:40:04 | 2022-06-17T07:40:04 | 221,165,951 | 0 | 0 | null | 2022-06-21T02:13:24 | 2019-11-12T08:20:38 | Java | UTF-8 | Java | false | false | 949 | java | package com.gupaovip.shardingsphere.shardingsphereprop.mapper;
import com.gupaovip.shardingsphere.shardingsphereprop.entity.TConfigDO;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TConfigMapper {
/**
*
* @mbg.generated Tue Nov 12 15:15:10 CST 2019
*/
int deleteByPrimary... | [
"q243132465@163.com"
] | q243132465@163.com |
134df80a55f14ab4107eadea35ab2d181c4f915d | 4e39eeaf01fd0c233d1d19b442a70dc15e188eeb | /src/main/java/org/usfirst/frc/team4488/robot/sensors/ShockSonic.java | 89d84aa1a5bd76d970876148f1cfd5bbe8495b2b | [
"MIT"
] | permissive | shockwave4488/FRC-2019-Public | 02ac173bfc6aebb6024471e4aae2ee6cb8bb3756 | 174ac97c000d915ed96ec839efb480c0ab1f11e0 | refs/heads/master | 2020-09-25T13:37:31.221450 | 2019-12-05T04:32:00 | 2019-12-05T04:32:00 | 226,014,810 | 0 | 0 | MIT | 2019-12-05T04:37:32 | 2019-12-05T04:18:41 | Java | UTF-8 | Java | false | false | 739 | java | package org.usfirst.frc.team4488.robot.sensors;
import edu.wpi.first.wpilibj.AnalogInput;
public class ShockSonic {
private double currentDistance;
private AnalogInput US0;
private double VOLTS_TO_MILLIVOLTS = 1000.0;
private double MILLIVOLTS_PER_INCH = 9.8;
public ShockSonic(int channel) {
US0 = new ... | [
"tyjwaldo@gmail.com"
] | tyjwaldo@gmail.com |
086a6b96755e704f5a3f35186c5c3dcd103c76f0 | eb5c234e008f4b8e51937fe2c724f1b31de80f54 | /comm/src/main/java/com/yundian/comm/adapter/base/IListAdapter.java | cbfd43ff150fcd0e4fbd91e26ae6420c9a02a29e | [
"Apache-2.0"
] | permissive | yaobanglin/blackad | 15174d9da38c5ec302fa83962dec4e4750ab7fc8 | ad4f59f1e97cc4299f4a237d0aad410cdb750a77 | refs/heads/master | 2021-01-25T04:48:19.095711 | 2017-07-10T03:40:30 | 2017-07-10T03:40:30 | 93,988,041 | 1 | 0 | null | 2017-06-11T07:13:11 | 2017-06-11T07:13:11 | null | UTF-8 | Java | false | false | 354 | java | package com.yundian.comm.adapter.base;
import java.util.List;
/**
* Created by yaowang on 16/3/31.
*/
public interface IListAdapter<T> {
void setList(List<T> list);
void addData(T t);
void addList(List<T> list);
void remove(int index);
void remove(T t);
void clear();
void notifyDataSetCh... | [
"wuchuang@ywwl.com"
] | wuchuang@ywwl.com |
5555727b6c276dec5717a4bd81f9b7b16d6e017a | 341ef8277356f165b4f5d022958f4b5b914eb0e0 | /src/java/nxt/http/GetSubscriptionsToAccount.java | 5951ecdc19df7ba6a3492424aa124e2b86af1313 | [
"MIT"
] | permissive | michaelmattig/burstcoin | 75dd6c9ea55a71e21ddd7f105ed0fd9439069cdd | 1b52cdbc71072bc39bed2ad6e97d1884edca1570 | refs/heads/master | 2021-01-15T19:52:22.903691 | 2017-08-14T19:32:14 | 2017-08-14T19:32:14 | 99,830,791 | 0 | 0 | null | 2017-08-14T19:23:31 | 2017-08-09T16:38:43 | Java | UTF-8 | Java | false | false | 1,082 | java | package nxt.http;
import nxt.Account;
import nxt.NxtException;
import nxt.Subscription;
import nxt.db.DbIterator;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.JSONStreamAware;
import javax.servlet.http.HttpServletRequest;
public final class GetSubscriptionsToAccount ext... | [
"burstcoin@hushmail.com"
] | burstcoin@hushmail.com |
0410a6e08cceb43136078642c156b2edc44cee9e | dbe4cba7e2bfa23b9d8fdcc58f3d6c0c53d72b8b | /Nikhil/SqEx.java | 9f78b37766c63591b2aa6d1b312f66105f8fd946 | [] | no_license | kumarisk/java_programs | 0f176dac135db2b2c34ff118cafffef188fd0448 | f6070166b2100e01358aadfe2a81772febed5002 | refs/heads/master | 2022-11-22T18:00:45.017367 | 2020-07-19T16:52:05 | 2020-07-19T16:52:05 | 280,909,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | class Square
{
public void sq(int a)
{
System.out.print("\nSquare="+(a*a));
}
public void sq(float a)
{
System.out.print("\nSquare="+(a*a));
}
public void sq(double a)
{
System.out.print("\nSquare="+(a*a));
}
}
class SqEx
{
public static void main(String args[])
{
Square s1=new Square();
s1.sq(10);... | [
"0abcdef098@gmail.com"
] | 0abcdef098@gmail.com |
690210a12b1bfd96cb16439cd67c39fb50dada58 | 881b71676b944c2083fd9852d83e278bdd9f6d86 | /approvaltests-util/src/test/java/com/spun/util/io/tests/XMLUtilsTest.java | 13e0af2b15c588b8142ab43ab64fa36ced290145 | [
"Apache-2.0"
] | permissive | sjturley/ApprovalTests.Java | b137020a7c417c7064760864dbdf58728543b63a | b3f792043d69dbdea2a1c379cf501d309f084ab2 | refs/heads/master | 2022-10-09T22:47:46.619213 | 2020-06-09T18:49:20 | 2020-06-09T18:49:20 | 267,700,183 | 0 | 0 | Apache-2.0 | 2020-05-28T21:26:47 | 2020-05-28T21:26:46 | null | UTF-8 | Java | false | false | 1,655 | java | package com.spun.util.io.tests;
import org.w3c.dom.Document;
import com.spun.util.io.XMLUtils;
import com.spun.util.io.xml.XmlExtractorUtil;
import junit.framework.TestCase;
public class XMLUtilsTest extends TestCase
{
public void testXML() throws Exception
{
// String xml = "<?xml version=\"1.0\" ?><QBXML>... | [
"isidore@setgame.com"
] | isidore@setgame.com |
e5d472c50e815698ad4a62ece2acd5602af53b2e | d4896a7eb2ee39cca5734585a28ca79bd6cc78da | /sources/com/google/android/material/circularreveal/CircularRevealFrameLayout.java | 789d2f630cce9c19cef8407ef945a4c8f7ac0230 | [] | no_license | zadweb/zadedu.apk | a235ad005829e6e34ac525cbb3aeca3164cf88be | 8f89db0590333929897217631b162e39cb2fe51d | refs/heads/master | 2023-08-13T03:03:37.015952 | 2021-10-12T21:22:59 | 2021-10-12T21:22:59 | 416,498,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,723 | java | package com.google.android.material.circularreveal;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import android.widget.FrameLayout;
import com.google.android.material.circularreveal.CircularRevealWidget;
public class CircularRevealFrameLayout extends FrameLayout implements CircularReveal... | [
"midoekid@gmail.com"
] | midoekid@gmail.com |
645402f6830b32b6fd82531f9190c875bfe67da7 | 3ad507d286158cdbbd2170130552e5a3c0415d1c | /stockPartOne/src/com/example/stockpartone/MainFragment.java | a38d52cb697646800494a6c6daa07b459873fd5c | [] | no_license | jijunjun1112/hw9 | 61ecc0d819a8841f8a15dd24ff039255cbbc5fff | 2db044e9ca088b8ec36e8a7b481b4eecd01b7392 | refs/heads/master | 2020-04-05T08:02:11.040509 | 2014-04-22T05:54:49 | 2014-04-22T05:54:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,338 | java | package com.example.stockpartone;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.... | [
"jijunjun1112@126.com"
] | jijunjun1112@126.com |
811210423beb939bfacdd7b7d659e47a2d0c61eb | f459c0db2a3249e8ab23ae6bb5e6d6090faa1edd | /whizu-jquery-ui/src/main/java/org/whizu/jquery/ui/Slider.java | bf2d9587284bd05476c0fefbfb20e99f6f50e767 | [] | no_license | KwintenP/whizu.java | 4d22edef2e407ae5a43cf777d33e9ee867fc5845 | 426441c9e35f8883cf9cc63326fa21a2fda27b26 | refs/heads/master | 2020-05-29T11:05:40.754207 | 2013-08-26T19:50:12 | 2013-08-26T19:50:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | /*******************************************************************************
* Copyright (c) 2013 Rudy D'hauwe @ Whizu
* Licensed under the EUPL V.1.1
*
* This Software is provided to You under the terms of the European
* Union Public License (the "EUPL") version 1.1 as published by the
* European Union.... | [
"rdhauwe@whizu.org"
] | rdhauwe@whizu.org |
1fdddeffb5d3c50e058e94dadef62984421d3c85 | 61433695648bb9d920d5df1f56d4a3afd28549c1 | /src/main/java/com/doit/wheels/dao/repositories/CountryRepository.java | ab10a9c6242bca126b464a460c741ee944b7ebc3 | [] | no_license | martinprause/wheels-mobile | 701ffbd189df888fec8e13d5d36672b52f52c4b2 | 06c6973cd91ccd915c849ca8cf7f0db8d2bb9a3e | refs/heads/master | 2021-09-03T19:29:02.090543 | 2018-01-11T12:30:40 | 2018-01-11T12:30:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package com.doit.wheels.dao.repositories;
import com.doit.wheels.dao.entities.Country;
public interface CountryRepository extends GenericRepository<Country>{
}
| [
"denis.gorbach@do-it.co"
] | denis.gorbach@do-it.co |
aad5bcfb7fdaffaf46bc2aa6f5cb7a5d9301fe72 | cba8b1747a5efaddbb2341045a422f795c843b59 | /src/main/java/by/bsuir/movierating/exception/UserInputException.java | 706e6dff92204de9b7b821c9726e9d7d618e9405 | [] | no_license | Queliath/MovieRating | ab9c4d8470574fe5f0126d1a2d5c6e6fd8fa84f2 | 569fa1aadc43917b4a08949720bb42b56734ba79 | refs/heads/master | 2020-05-21T22:33:49.434264 | 2017-02-01T13:00:02 | 2017-02-01T13:00:02 | 63,341,599 | 3 | 1 | null | 2019-03-21T10:03:06 | 2016-07-14T14:04:23 | Java | UTF-8 | Java | false | false | 283 | java | package by.bsuir.movierating.exception;
public class UserInputException extends RuntimeException {
public UserInputException(String message) {
super(message);
}
public UserInputException(String message, Throwable cause) {
super(message, cause);
}
}
| [
"uladzislau_kastsevich@epam.com"
] | uladzislau_kastsevich@epam.com |
333a79db4cee97b8a2ebc7bf648743c2bfa9662e | adfa622c9000a0007f98c737dee445983bb29e13 | /app/src/main/java/com/zhbf/zdd/common/untils/SystemBarTintManager.java | 165dc371cd2ac2f9497a6f4a2c0882774e8abe9b | [] | no_license | d9823/MVPForKotlin | ecb5d2748d3da9e380256659c79e3430cc7083a4 | e7316cabc69296cb952fb2ed0493954a7f711e41 | refs/heads/master | 2020-03-23T21:41:32.053908 | 2018-07-24T08:51:36 | 2018-07-24T08:51:36 | 142,125,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,355 | java | package com.zhbf.zdd.common.untils;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.d... | [
"feiyu9823@gmail.com"
] | feiyu9823@gmail.com |
fd04948e4313c1a29ee3bd9b2bce8f15e9c62aff | 83bfc74c8d1e34f3c808622bb092a807cae187d5 | /GT-RarasNet/shared/src/main/java/com/rarasnet/rnp/shared/profissionais/profile/ProfissionaisModel.java | 3089c0b693c3266043e7ed4b61aa1b7624e6188f | [
"Unlicense"
] | permissive | monsores/rarasapp | d7539be6f73e9b3f959fecebb36169974bcbe828 | 17537396ae81899e0d611b44cbb0e848963fcf39 | refs/heads/master | 2021-06-16T15:59:23.613976 | 2017-01-11T17:34:07 | 2017-01-11T17:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,211 | java | package com.rarasnet.rnp.shared.profissionais.profile;
import java.util.ArrayList;
/**
* Created by Farina on 22/10/2015.
*/
public class ProfissionaisModel {
private AssociatesListHeaderModel associatesListHeaderModel;
private ArrayList<AssociatesListItemModel> associatesListItemModel;
public Profiss... | [
"maciel.lucas@outlook.com"
] | maciel.lucas@outlook.com |
d2173071e69764d9ac3443eb3a1707f7ae07a673 | 8afb5afd38548c631f6f9536846039ef6cb297b9 | /_OVERFLOW/Resource-Store/01_Questions/_JAVA/680_Valid_Palindrome_II.java | 1322258e6f3c2ca093b1a33c8a13bec567de392c | [
"MIT"
] | permissive | bgoonz/UsefulResourceRepo2.0 | d87588ffd668bb498f7787b896cc7b20d83ce0ad | 2cb4b45dd14a230aa0e800042e893f8dfb23beda | refs/heads/master | 2023-03-17T01:22:05.254751 | 2022-08-11T03:18:22 | 2022-08-11T03:18:22 | 382,628,698 | 10 | 12 | MIT | 2022-10-10T14:13:54 | 2021-07-03T13:58:52 | null | UTF-8 | Java | false | false | 728 | java | class Solution {
public boolean validPalindrome(String s) {
if (s == null || s.length() == 0) {
return true;
}
int start = 0, end = s.length() - 1;
while (start < end) {
if (s.charAt(start) != s.charAt(end)) {
return isPalindrome(s, start + 1... | [
"bryan.guner@gmail.com"
] | bryan.guner@gmail.com |
2ad612e10ced68cfb8aa9b03b4f1ea1dbae8aebd | 2d408cda3b12f56127818d1119c5e9eaf0a03a45 | /workspace/p7_sqlite/gen/com/example/p7_sqlite/BuildConfig.java | 5cb4070934fae5d06e6c422ed46c05067f1bdf1a | [] | no_license | jhonj624/android-cymetria-colvanes | 83be30e1001f48fe93f4806c6be0cb4ad197087c | 69e782cc81b5945d259b0c372e77fcfad22f3a64 | refs/heads/master | 2021-01-15T09:33:59.969209 | 2015-02-18T15:20:33 | 2015-02-18T15:20:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.p7_sqlite;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"julianfigueroa@sikuani.net"
] | julianfigueroa@sikuani.net |
61f2c7c3767c0880dddfada6337142a37432b74b | 52112f7d30ac1b8f4a1ee41c93c887f21176a047 | /src/cn/sdp/pkv/pyramid/index/ExtendPyramid.java | f44d21dc8b26f78261abce9fdcb08c92feb43b16 | [] | no_license | winstone/SPKV | e2dd2ece840815fedcff9f01507c4d2090ebd8b0 | 4003386814bb2c9d2c160a89615409b57bf7da9a | refs/heads/master | 2021-01-19T08:20:20.242409 | 2014-08-08T05:23:13 | 2014-08-08T05:24:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,533 | java | package cn.sdp.pkv.pyramid.index;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import cn.sdp.pkv.pyramid.model.PyramidResult;
import cn.sdp.pkv.util.Configs;
public class ExtendPyramid extends Pyramid{
private double hvInterval;
private in... | [
"tangyu@act.buaa.edu.cn"
] | tangyu@act.buaa.edu.cn |
730be2856f078b74c06ec86a385f09d692363fb5 | 4409b952a865601cce1e53b7d4cd6049d75a5549 | /app/src/main/java/com/example/matt/a339project/Adapters/PurchaseListAdapter.java | 0b168b49a3b98933ea5ebab79f9ef067819af868 | [] | no_license | loganbuschette/CPRE339-Project | bd1bdc2cdf1056243b9d90b13246f5b98ee16c9d | ced13c0ce315a46aa4e9c43d981cb54c6b064491 | refs/heads/master | 2020-12-24T06:03:03.860198 | 2016-12-05T20:32:30 | 2016-12-05T20:32:30 | 73,236,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package com.example.matt.a339project.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.example.matt.a339project.Objects.Merchandise.Merchandise;
import co... | [
"logan.buschette12@gmail.com"
] | logan.buschette12@gmail.com |
92886aea774e8404659db8c2c40cbcdbe2be2720 | 09649412e12bdc15cf61607e881203735cfafa50 | /src/test/java/com/microsoft/bingads/api/test/entities/bid_suggestion_data/BulkKeywordBidSuggestionTest.java | d10a79dfb012faf81fcfdf92065c82a4f9542e1c | [
"MIT"
] | permissive | yosefarr/BingAds-Java-SDK | cec603b74a921e71c6173ce112caccdf7c1fdbc8 | d1c333d0ba5b7e434c85a92c7a80dad0add0d634 | refs/heads/master | 2021-01-18T15:02:53.945816 | 2016-03-06T13:18:32 | 2016-03-06T13:18:32 | 51,738,651 | 0 | 1 | null | 2016-02-15T07:38:14 | 2016-02-15T07:38:13 | null | UTF-8 | Java | false | false | 2,088 | java | package com.microsoft.bingads.api.test.entities.bid_suggestion_data;
import com.microsoft.bingads.api.test.entities.BulkEntityTest;
import com.microsoft.bingads.bulk.entities.BulkKeywordBidSuggestion;
import com.microsoft.bingads.internal.functionalinterfaces.BiConsumer;
import com.microsoft.bingads.internal.functiona... | [
"bing_ads_sdk@microsoft.com"
] | bing_ads_sdk@microsoft.com |
2ae17e93577c20876a8fd27ab708ff3c2cb22742 | e0b83daf42616e752906399582a59a4fd03cd60f | /irshad dir/programming/java2019/try1/book2/Constror in Inheritance/ST32.java | f01b1078cbedd00a8df944db99200ffdf30f94c1 | [] | no_license | irshadkhan248/JavaPythonAndroidMysqlCode | f63b6d756bf6a64e9050980567e6a81c6081843a | 659da56425632b68d80c86ae6a8d9a2edeea364f | refs/heads/master | 2021-05-23T11:50:50.536914 | 2020-04-05T16:27:52 | 2020-04-05T16:27:52 | 253,271,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | class A{
A(){
System.out.println("1");
}
/*A(int a){
System.out.println("50");
}*/
}
class B extends A{
B(){
System.out.println("2");
}
B(int b){
//this();
System.out.println("3");
}
}
class ST32{
public static void main(String args[]){
A a=new A();
//A a1=new A(1);
B B1=new B();
B b=new B(2);
... | [
"irshad.khan@wohlig.in"
] | irshad.khan@wohlig.in |
641e98dfa23c65e85e101a0509cf81f26b1e904c | acb42fb8cc7692237d3bab347b750d47e1dbd5bb | /src-gen/main/java/org/sig3d/citygml/_2/energy/_1/LayerPropertyType.java | 3a5666ae05a1d4013533adf3715751c88e6fc2b2 | [
"Apache-2.0"
] | permissive | sensor-freak/energy-ade-citygml4j | 830bdf8a9a4fcca94cddb6153039c10ee7423c39 | 3d7c8094c4e92fe96dfb3af1c20fbf6ec792c408 | refs/heads/master | 2020-12-26T06:13:00.360662 | 2020-02-04T09:07:49 | 2020-02-04T09:07:49 | 237,412,512 | 0 | 0 | Apache-2.0 | 2020-02-04T09:07:51 | 2020-01-31T11:00:25 | null | UTF-8 | Java | false | false | 7,472 | java | //
// Generated with ade-xjc - XML Schema binding compiler for CityGML ADEs, version 2.9.0
// ade-xjc is part of the citygml4j project, see https://github.com/citygml4j
// Any modifications to this file will be lost upon recompilation of the source
// Generated: Wed Feb 13 16:55:57 CET 2019
//
package org.sig3d.cityg... | [
"cnagel@virtualcitysystems.de"
] | cnagel@virtualcitysystems.de |
0c65cdce3ee9a61204161039b1a7c0d41a52897d | 7ed43e919540b95b22846b9d151fa482b58fdef4 | /service/src/main/java/by/epam/parser/service/ParserUtil.java | b7cd8407848560dedb09b35326efed6e8b4434b6 | [] | no_license | AmalKabulov/task05 | de715fdb37b28ddd1a83f207193f48ba967d0c66 | c32718d2b9b38030b2c76c91ac28c01d8d859801 | refs/heads/master | 2020-04-10T09:37:56.320310 | 2018-03-12T13:07:39 | 2018-03-12T13:07:39 | 124,268,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package by.epam.parser.service;
import by.epam.parser.dao.parser.ParserDirector;
import java.util.Set;
public class ParserUtil {
private ParserUtil() {
}
public static Set<String> getParsers() {
return ParserDirector.getInstance().getNames();
}
}
| [
"amal.kabulov@compit.by"
] | amal.kabulov@compit.by |
3c0e37c71e65191a64c45d3539dd2021ef525a7e | 71551f036347c418e5416c04b3a6e2991ea3ae49 | /data-structures/assignments/proj1/Queue.java | 8bc7c5025b394a15c6e4692100e4aad22d88b507 | [] | no_license | funkshun/firstyear-files-git | 419e233c8c6846ebce5499305baf5bf626a4d42b | 9d46caf7e1e89923167b32abfb0e78fb87cea12c | refs/heads/master | 2020-07-03T09:44:12.983229 | 2017-04-24T13:49:48 | 2017-04-24T13:49:48 | 66,580,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,322 | java | //package proj1;
public class Queue<T> {
private T[] arr;
private int pointer;
private int rear;
private int members;
private int size;
public Queue(int capacity){
arr = (T[]) new Object[capacity];
pointer = 0;
rear = 0;
members = 0;
size = capacity;
... | [
"boofullwood@gmail.com"
] | boofullwood@gmail.com |
6ba7aa091ebe6eead6a03ae3c1ead9c914cd3e31 | 0827e2d1f52d7e852cffc2b8e6d85eea7b2589d6 | /app/src/main/java/com/onefengma/taobuxiu/model/events/GuidanceRefreshEvent.java | 955337412990f3098c0951cf19e2b2550952bed5 | [] | no_license | chufengma/b2bApp | 8d0819b80b8c68a5502f421fa5537ccc839000f9 | 766b187199bed3e7cc81e8a91aea206df8070331 | refs/heads/master | 2020-05-21T16:46:04.413775 | 2017-04-12T13:02:33 | 2017-04-12T13:02:33 | 65,114,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package com.onefengma.taobuxiu.model.events;
/**
* Created by chufengma on 16/9/12.
*/
public class GuidanceRefreshEvent {
}
| [
"chufengma@foxmail.com"
] | chufengma@foxmail.com |
9b3bff2bfb3669f19159b082bc1a4ad510f4867a | 76be1486af87710e9346f786929af32873da79b7 | /app/src/main/java/com/fc/mydemo/activity/xml/DomParserDemo.java | 66256f2fe15cb064e3ccffcbb5655b298327daf7 | [] | no_license | frozencloud/MyDemo | eeebd136aae8819e08016dde365bab9b4b81cee8 | 06d15a87d04bb2eba4c2e28030c3484d7a466b4a | refs/heads/master | 2021-01-17T14:43:04.531629 | 2016-06-30T13:01:11 | 2016-06-30T13:01:11 | 48,479,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | package com.fc.mydemo.activity.xml;
import android.app.ListActivity;
import android.os.Bundle;
import android.widget.SimpleAdapter;
import com.fc.mydemo.R;
import com.fc.mydemo.xmlparse.DomParserHelper;
import com.fc.mydemo.xmlparse.channel;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Ha... | [
"sishuiliunian321@163.com"
] | sishuiliunian321@163.com |
72a0c22a96d144ee06785534627f1dafe00ad964 | 8f463cf9f7ce294103cbfffdf287c78b5cf4b0a9 | /src/entities/Main.java | dab096daaece5a2725e6ff8d2a87cf46c2725495 | [] | no_license | blank-manash/school-management-system | 23574e4f8051ddb72a91056e1b02bac3357edbdd | b472d8d5e82269cf3b7631e139578edc98d24879 | refs/heads/main | 2023-08-03T03:47:17.689676 | 2021-09-28T00:24:39 | 2021-09-28T00:24:39 | 411,046,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,136 | java | package entities;
import java.util.Scanner;
public class Main {
private final static School school = new School();
final static Scanner sc = new Scanner(System.in);
public static void main(final String[] args) {
prompt();
while (true) {
final Integer i = sc.nextInt();
if (i == 0) {
break;
} els... | [
"manash@iitk.ac.in"
] | manash@iitk.ac.in |
253d96a10fdb714015470fb1cb201349ee0967eb | 4452f312dbe8b9fc4bc1fad77aff8f876a89ce75 | /demo/src/main/java/com/example/demo/model/User.java | 4d5df120321307f65060fdbb7642c6472f7a1129 | [] | no_license | PeteATX/SpringBootDisRecLogin | 5b1b8f676f19da68098017a1714ab2e8d1ee5b1b | 5ddc43a49b966a74f45ce9f21566a53d7dc77d7c | refs/heads/master | 2021-03-15T09:22:11.945151 | 2020-03-12T15:53:07 | 2020-03-12T15:53:07 | 246,839,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,185 | java | package com.example.demo.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.validator.constraints.Length;
import javax.persistence.*;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotEmpty;
... | [
"pete.2392@hotmail.com"
] | pete.2392@hotmail.com |
fefdffc73bad1b8f22df77beb0c824187e013370 | 3a6b03115f89c52c0990048d653e2d66ff85feba | /java/nio/channels/Channels.java | 2cb2753f002230476a1739669564abe3e8e28c7a | [] | no_license | isabella232/android-sdk-sources-for-api-level-1 | 9159e92080649343e6e2be0da2b933fa9d3fea04 | c77731af5068b85a350e768757d229cae00f8098 | refs/heads/master | 2023-03-18T05:07:06.633807 | 2015-06-13T13:35:17 | 2015-06-13T13:35:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: Channels.java
package java.nio.channels;
import java.io.*;
import java.nio.charset.CharsetDecoder;
import java.nio.cha... | [
"root@ifeegoo.com"
] | root@ifeegoo.com |
72aec6fa21a19da4b1f6c839c45edba5f567bd3b | 68a9a8e44ec0ad464d95898f0203ac3c9d08774c | /src/main/java/com/court/booking/system/csvupload/service/CSVService.java | 2cd39480628d448d74b5d022c1bf1cd6f215e9d0 | [
"MIT"
] | permissive | swatichauhan814/book | 320f1994a14f9dedc56aba21724fd7d36e9538f1 | 10b7c798672b482b237ed918192674df1e62fe83 | refs/heads/master | 2023-04-23T12:50:21.445088 | 2021-05-15T10:03:24 | 2021-05-15T10:03:24 | 304,610,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,301 | java | package com.court.booking.system.csvupload.service;
import com.court.booking.system.csvupload.CourtCSV;
import com.court.booking.system.csvupload.SportCSV;
import com.court.booking.system.exception.FailureCodes;
import com.court.booking.system.exception.SportManagementCSVException;
import lombok.extern.slf4j.Slf4j;
i... | [
"swati.chauhan814@gmail.com"
] | swati.chauhan814@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.