blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
495228aa8bf0af2fd45e5c33554b3d1ee68ba00f | 8ca7fe076507eb40e6fcd935c2d7fe0fa1a64f93 | /src/main/java/com/yrz/oa/core/dao/WorkLogDao.java | 8fd88866758d200a0ffdb72981e60070da6b8625 | [] | no_license | Unti-Artificial/yrzoa | 1eee796f87e20d394398772f4d2ec3049a1d22ed | 6963bc82fdbfdb9b6c0fc3e9c0b32386a6b58b2c | refs/heads/master | 2020-04-12T03:31:16.066237 | 2019-01-07T10:40:51 | 2019-01-07T10:40:51 | 162,269,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package com.yrz.oa.core.dao;
import com.yrz.oa.core.po.WorkLog;
import java.util.List;
public interface WorkLogDao {
int deleteWorkLog(Integer logId);
int updateWorkLog(WorkLog workLog);
int addWorkLog(WorkLog workLog);
List<WorkLog> selectWorkLogListByName(String user);
}
| [
"uior9877@163.com"
] | uior9877@163.com |
b27fc541b839b5832b36facd258e2c32270d5d95 | d3d236146a57dc30a3177b247cccbab37ade71c4 | /src/main/java/com/dware/kafka/customerservice/service/CustomerService.java | 338a9f091b1663c2916c1213a9495e874eb38221 | [] | no_license | dancochran/blank-boot-service | 58776c2f28d76aae37ba2f22bf49760fc251d180 | be74069ddac29087038b870d8437567ac4fa15b5 | refs/heads/master | 2020-06-13T05:50:18.623654 | 2019-06-30T20:52:21 | 2019-06-30T20:52:21 | 194,559,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.dware.kafka.customerservice.service;
import com.dware.kafka.customerservice.model.Customer;
public interface CustomerService
{
Customer getCustomer(String customerId);
Customer updateCustomer(Customer customer);
Customer addCustomer(Customer customer);
void deleteCustomer(String customerId);
}
| [
"dan.s.cochran@gmail.com"
] | dan.s.cochran@gmail.com |
12d33d7e0cdeee7afbb044e2372b2397287e479b | 737a081d8b099bd4124eb9778a5b6b3aaddbecb6 | /PuffyDonut/src/main/java/services/OrderServiceImpl.java | 09160e1d12413c4fb3f6470b358924d7f8fc17b0 | [] | no_license | realsanya/Donuts | cc8222361f2adb2ca78230b5a8aa2c24409a0395 | d41ced7f56e14abf1acff6d7755613cee1da742e | refs/heads/master | 2023-01-09T08:43:57.089983 | 2020-11-01T20:56:21 | 2020-11-01T20:56:21 | 296,412,931 | 0 | 0 | null | 2020-11-01T20:56:22 | 2020-09-17T18:41:04 | CSS | UTF-8 | Java | false | false | 1,167 | java | package services;
import models.Order;
import models.Product;
import models.User;
import repositories.interfaces.OrderRepository;
import services.interfaces.OrderService;
import java.util.List;
public class OrderServiceImpl implements OrderService {
private OrderRepository orderRepository;
public OrderServ... | [
"sashamorozova01@mail.ru"
] | sashamorozova01@mail.ru |
20e7ac118f3ccdf9543ff221147726ea4cdad84b | b403cdafd792810fbb939329839c53fd60178684 | /GVRf/Framework/src/org/gearvrf/bulletphysics/collision/broadphase/Dbvt.java | c7f3a86e0e725e577b1a5c98fdbdd28f82a77b71 | [
"Apache-2.0"
] | permissive | danke-sra/GearVRf | beaf1b375bc3c1b813a682fa5fbf0b4b0f354f77 | bcec89ab037e4ca651081d771b5ec1302739db23 | refs/heads/master | 2020-05-29T12:22:35.796864 | 2016-03-08T16:16:36 | 2016-03-08T16:21:44 | 39,859,371 | 2 | 0 | null | 2015-08-11T21:58:26 | 2015-07-28T21:46:53 | Java | UTF-8 | Java | false | false | 25,626 | java | /*
* Java port of Bullet (c) 2008 Martin Dvorak <jezek2@advel.cz>
*
* Bullet Continuous Collision Detection and Physics Library
* Copyright (c) 2003-2008 Erwin Coumans http://www.bulletphysics.com/
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be ... | [
"danke.xie@gmail.com"
] | danke.xie@gmail.com |
c4f336ad746b058355a9bb58812930b18aa36f6d | e2d69d8f6958b4670c28930841003ad65b431a34 | /EIDMRegistrationGapClient/src/gov/hhs/cms/eidm/ws/waas/domain/userprofile/ContInfoMultipleRoleType.java | 7eb30444b9f6538f7628a3e96c407d6dcc044add | [] | no_license | ahossain71/ie-dev | edfc2a24d5b59db31c46fed466921bf9f64f295d | 72abb4b5ccdc70e020ad8e6f1e478ba1aa1b2656 | refs/heads/master | 2020-04-05T00:53:49.315533 | 2018-11-09T04:35:23 | 2018-11-09T04:35:23 | 156,414,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,764 | java |
package gov.hhs.cms.eidm.ws.waas.domain.userprofile;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ContInfoMultipleRoleType complex type.
*
* <p>The ... | [
"azfar.hossain@yahoo.com"
] | azfar.hossain@yahoo.com |
fd0c07d738d31bcf3ed1f9a900c76ec3557b3ffe | e016d9f64f84e5cf87c000bcf2f3583b31fadfb5 | /TyphoonService/src/typhoonFcst/TyphoonFcst.java | f53a866c97dc6c5a5ba7d81fa55b7afb0fdacd2c | [] | no_license | aqaqsubin/Disaster-Integrated-Database | a9c5ca6e9d9f4cbb016400f7e64b54a87809e0d8 | 2f4f06b2a5920fb30bf230d4349af4ddf3d2f5eb | refs/heads/master | 2023-02-04T20:37:38.900186 | 2020-12-18T05:15:03 | 2020-12-18T05:15:03 | 317,382,156 | 0 | 0 | null | 2020-12-18T05:15:04 | 2020-12-01T00:34:01 | Java | UTF-8 | Java | false | false | 3,390 | java | package typhoonFcst;
public class TyphoonFcst {
private String tmAnalysis, typLoc, typDir, tmFc, typ70PrRad, typ15ed, typ25ed, typ15, typ15er, typ25, typ25er, typSeq,
typSp, typPs, typWs, typLat, typLon;
public TyphoonFcst() {
setTmAnalysis(null);
setTypLoc(null);
setTypDir(null);
setTmFc(null);
setT... | [
"aqaq925120k@naver.com"
] | aqaq925120k@naver.com |
d4615cf142c036daf61edfce6efa3798e2120847 | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/BoilerActuator4703.java | 29804e9a6afc57eae1405b9aafddb1e4652fa06b | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 267 | java | package syncregions;
public class BoilerActuator4703 {
public int execute(int temperatureDifference4703, boolean boilerStatus4703) {
//sync _bfpnGUbFEeqXnfGWlV4703, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"sultanalmutairi@172.20.10.2"
] | sultanalmutairi@172.20.10.2 |
58c4c8690ddec55cc18e54615257397045e0a0be | 238e5f8b533502eefb707550d6fd040e79642001 | /trashbox/src/main/java/net/spring/board/util/CustomAccessDeniedHandler.java | 35ef19ff031545442ce4e4298672745a5c65ac2c | [] | no_license | youki032/portfolio | 39f9455116373fdf41d89720ea7054f84b5e28a4 | 97104b7d9386a2e93d1d0586819f0ba54af07d00 | refs/heads/master | 2021-01-09T09:24:52.297337 | 2016-09-20T06:52:19 | 2016-09-20T06:52:19 | 68,681,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,654 | java | package net.spring.board.util;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.secur... | [
"jbh032@DESKTOP-1B7RHDL"
] | jbh032@DESKTOP-1B7RHDL |
8975a8f400124cbc0508703c5819234c78b73ff6 | 6a52f260f8992f66683320411081ce0c993105d7 | /Assignments/Assignment2/Assignment2/Assig2.java | c8eaf2be6024759cad04466b4e62f829e233bc0b | [] | no_license | simrangidwani/CS401 | 5f05587a627dc3d4ae5520dff3365e40e3340d3a | 008bc2d27b538b453a0947626f24a73a3a9d3d85 | refs/heads/main | 2022-12-26T17:39:33.448345 | 2020-10-12T17:33:52 | 2020-10-12T17:33:52 | 303,465,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,271 | java | package assig2;
import java.util.*;
import java.io.*;
public class Assig2 {
public static void main(String[] args) throws IOException
{
//Scanner object
Scanner inScan = new Scanner(System.in);
String guess;
String name;
int tries = 0;
boolean continue_... | [
"noreply@github.com"
] | simrangidwani.noreply@github.com |
64488c80f9c1a37eddf5c037ab5977aa6c87eaad | d555e540da3e1ba7d4fd1c6b1611fe71039c1ced | /src/MemoryGame.java | de615c38c7be18b103b9fd9837d7dfc01afada98 | [] | no_license | Yao-Han/Chinese-chess | 3133e74d644cc7dad7ff3079f230c413ae829407 | c7832ef46914d3d84bf4bdb693d9c4c0677c2858 | refs/heads/master | 2016-08-12T09:15:46.814015 | 2016-04-08T17:22:54 | 2016-04-08T17:22:54 | 55,796,800 | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 3,673 | java | import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/**
* 記憶遊戲
*/
public class MemoryGame extends JFrame {
int totalclick = 0... | [
"huangyaohan@gmail.com"
] | huangyaohan@gmail.com |
48a07106e56a47959c5f419f9e1d9ec2179f72ac | 9571ad835942c05de3f1362a519f6b0d09d745b6 | /Farm Game Scorecard/src/main/java/info/curtbinder/farmgame/db/GamesTable.java | 58e7d6a062d3cb63add6d13882028589923caed6 | [
"MIT"
] | permissive | curtbinder/FarmGameScorecard | b2a8db24b5914ad07e42bac362022d6ff937714a | 2608d06f431e78ddd51afa06a207ac6618d9f82b | refs/heads/master | 2020-03-30T02:19:41.831373 | 2014-03-30T14:32:22 | 2014-03-30T14:32:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,626 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Curt Binder (http://curtbinder.info)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limit... | [
"curt.binder@gmail.com"
] | curt.binder@gmail.com |
f67b2c00d2950d9f1897d5c7de0c31258f6fc550 | 2ad5e3fca417d0fdd144a8c856277e04e5831059 | /LoanSimulation/src/fr/formation/exceptions/IllegalAmountException.java | aa0122a3549afd341ccf51432bd77f69fe2ad56e | [] | no_license | Kobaya65/LoanSimulation | f2085e9e3d19257003ff86d0af0e5834a13043cc | 65bbc141d239d80776929566b0098b6c596ae47c | refs/heads/master | 2020-06-24T13:06:30.286682 | 2019-08-25T18:06:42 | 2019-08-25T18:06:42 | 198,969,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package fr.formation.exceptions;
/**
* Amount not permitted for a loan.
*
* @author Philippe AMICE
*
*/
public class IllegalAmountException extends Exception {
private static final long serialVersionUID = 1L;
public IllegalAmountException(String message) {
super(message);
}
}
| [
"philippe.amice@socgen.com"
] | philippe.amice@socgen.com |
48b1ae3a49d416a52a27d61e8b41521d99fc86a5 | cde8ff5241fcbd1c651ac83cc1adb3a1d65d8128 | /Algorytmy/src/main/java/tasks/g4g/LongestWord.java | 57be573b0917f1e01b45e7a36335f0f4aaf9c1b4 | [] | no_license | RNiesler/kursy | cc548ea610ef1f8eface5574f45daffefabdfe0d | c08ff5e0bac6f84ffe9ce45d22577679966012d2 | refs/heads/master | 2018-09-04T07:12:17.541472 | 2018-09-03T07:30:25 | 2018-09-03T07:30:25 | 119,416,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package tasks.g4g;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
public class LongestWord {
public static Optional<String> longestWord(List<String> dictionary, String pattern) {
Objects.requireNonNull(dictionary);
int max = 0;
String maxWord = null;
fo... | [
"rniesler@gmail.com"
] | rniesler@gmail.com |
3223ceb33f2e9f282572746f437f308c0ccb7f99 | ef1fed1572f26b8bdd326f6922193302575ad369 | /express-server/src/test/java/com/express/service/dto/ProjectAccessRequestTest.java | 0924aef8aa331f641d202c249ee7700c964556f5 | [] | no_license | kevendra/agileexpress | fc42e8436b93db9ee5511ea162bf9690e291a14d | d2a040da13fbc2ff5ce28a3115fc97a2e0e9d030 | refs/heads/master | 2021-01-20T00:58:30.242938 | 2011-08-16T06:44:06 | 2011-08-16T06:44:06 | 2,214,309 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package com.express.service.dto;
import org.junit.Before;
import org.junit.Test;
import static com.express.matcher.BeanMatchers.hasValidSettersAndGettersExcluding;
import static org.hamcrest.MatcherAssert.assertThat;
public class ProjectAccessRequestTest {
private ProjectAccessRequest request;
@Before
publ... | [
"kevendra.patidar@gmail.com"
] | kevendra.patidar@gmail.com |
b97574ee9e8d8495d109187145e205da1f2002d5 | 1e56b956392b54b1dec28b4ecc7b62ef5046d7ef | /src/main/java/maketeams/Team.java | f3a71672a34d7b01074f02d096b7d08bd7e88f84 | [] | no_license | drozdik/make-teams | 2affcaacafc95140636afc5cb055d9425fc41d13 | 1853d17d2321d2a947b04dad77c7cde20fcdc105 | refs/heads/master | 2020-04-09T09:26:11.876549 | 2018-12-16T18:49:00 | 2018-12-16T18:49:00 | 160,233,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package maketeams;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import static java.util.stream.Collectors.toList;
public class Team {
private List<Member> members = new ArrayList<>();
private String name;
public Team(String name) {
this.name = name;
}
... | [
"v_drozdik@hotmail.com"
] | v_drozdik@hotmail.com |
c525b76ee4fd4936b6ec000f55411bb5548fe7a7 | 35b710e9bc210a152cc6cda331e71e9116ba478c | /tc-main/src/main/java/com/topcoder/web/csf/model/SubmissionType.java | 54d2c72acc3ace7039fda1052a9920e68806960b | [] | no_license | appirio-tech/tc1-tcnode | d17649afb38998868f9a6d51920c4fe34c3e7174 | e05a425be705aca8f530caac1da907d9a6c4215a | refs/heads/master | 2023-08-04T19:58:39.617425 | 2016-05-15T00:22:36 | 2016-05-15T00:22:36 | 56,892,466 | 1 | 8 | null | 2022-04-05T00:47:40 | 2016-04-23T00:27:46 | Java | UTF-8 | Java | false | false | 512 | java | package com.topcoder.web.csf.model;
import com.topcoder.web.common.model.Base;
/**
* @author dok
* @version $Revision: 57814 $ Date: 2005/01/01 00:00:00
* Create Date: Jun 27, 2006
*/
public class SubmissionType extends Base {
public static final Integer INITIAL_CONTEST_SUBMISSION_TYPE = new Integer... | [
"dongzhengbin@winterflames-MacBook-Pro.local"
] | dongzhengbin@winterflames-MacBook-Pro.local |
b8bb97de333a5298e50b553f445322a3442ffdac | 488597e5c445dc907a7e789283f2855bb9a8c3a6 | /src/main/java/io/topiacoin/eosrpcadapter/messages/Keys.java | 958827003dae08ea5000edf2afedbd0516612f07 | [] | no_license | TopiaCoin/EOSRPCAdapter-Java | 1dbfaec9c6bc67366abefdee5a8b2d91a74aab2c | 98edd48a3f6956b49e32a649d1df8d249f9fe904 | refs/heads/1.0-develop | 2022-12-16T11:20:27.983705 | 2019-06-21T20:54:15 | 2019-06-21T20:54:15 | 139,069,499 | 20 | 10 | null | 2022-11-16T11:30:28 | 2018-06-28T21:22:11 | Java | UTF-8 | Java | false | false | 386 | java | package io.topiacoin.eosrpcadapter.messages;
import java.util.List;
public class Keys {
public List<KeyPair> keys;
public static class KeyPair{
public String publicKey;
public String privateKey;
public KeyPair(String publicKey, String privateKey) {
this.publicKey = publi... | [
"jhaager@topiatechnology.com"
] | jhaager@topiatechnology.com |
6ca973b2f3d17a3c7307aa6f9eec75ce222ac6c8 | 3e3ec4bc396fb778507c64bbd011414dbebb5e3f | /src/main/java/com/snapengage/intergrations/custom/Application.java | 58146981e01238d74278ba693b2f51a4eac4f07b | [] | no_license | sivaa/spring-boot-couchbase-elastic-search | 31b57d28694d2da0eaaf5f33397a06bcdc6e377b | be4a31a51033b43a5c07eb3ae4d65f53a5069933 | refs/heads/master | 2020-03-11T15:25:08.391128 | 2018-04-18T15:31:04 | 2018-04-18T15:31:04 | 130,083,585 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package com.snapengage.intergrations.custom;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
@EnableConfigurationProperties
@SpringBootApplication
public class Appl... | [
"siva@sivaa.in"
] | siva@sivaa.in |
0b9fc63a45eb97ab2def757e8f349a0bf6846396 | 32a0bc46159ccf73c3491be6e5bb63a97b26c370 | /Inicios/Repaso_bucles/Ejer10.java | 158cac43cad88a3e10769786b7a0a09e2b0c96b0 | [] | no_license | PMUbide/JavaDAM | c9e40ba5c0b96a1f044bc88adcf32b22f0da088b | 4996f721cd0f8c3fe0ca4c78f66861914a812e9c | refs/heads/master | 2023-05-08T07:07:41.243958 | 2021-05-28T17:55:13 | 2021-05-28T17:55:13 | 322,581,252 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 788 | java | import java.util.*;
public class Ejer10 {
public static void main(String[] args) {
// TODO Auto-generated method stub
// Implementa un programa Java que dibuje una pirámide de
// asteriscos. El usuario debe introducir la altura de la pirámide por teclado.
// Este es un ejemplo si introducimos 5:
// *
// ... | [
"75802506+PMUbide@users.noreply.github.com"
] | 75802506+PMUbide@users.noreply.github.com |
17427991fc2b94c9548b9c5fd695125f1ff1b7d6 | 80c48a6f42b65d2b8055ef56cc9746935256641a | /java/common/broker_connector_instances/src/main/java/com/binance/api/client/domain/event/TopOrdersEvent.java | 8cfeff2cb5d079883d520ced098e531eb825b358 | [] | no_license | JJJerome/alpha_avellaneda_stoikov | 759cc158a3bcb9463832fd0e317cedf3f800d384 | 2ce85a55684337efdc8d36aafd57cd2296f8cd23 | refs/heads/master | 2023-05-06T00:40:33.894169 | 2021-05-27T06:31:19 | 2021-05-27T06:31:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package com.binance.api.client.domain.event;
import com.binance.api.client.constant.BinanceApiConstants;
import com.binance.api.client.domain.market.OrderBookEntry;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.List;
/**
* Top... | [
"javifalces@gmail.com"
] | javifalces@gmail.com |
47c4d683da8af9ad89feb76ab1dc0f2f4a41bfa2 | e022f5e6915dad9824ee2940f07db43c29297ea7 | /app/src/main/java/com/li/education/main/mine/StudyRecordDetailsActivity.java | a6fd15d3dcade0b85ee9d904bfe9bb5010f5b7db | [] | no_license | aducation/truck | 23611f1e511e010d83dcd899beab63e8ec4651b0 | 8498a1158ca50baa8f5c7abae677464f541e2947 | refs/heads/master | 2021-08-30T21:29:23.880411 | 2017-12-19T13:30:42 | 2017-12-19T13:30:42 | 114,768,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,789 | java | package com.li.education.main.mine;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.li.education.R;
import com.li.education.base.BaseActivity;
import com.li.education.base.bean.vo.StudyRecordVO;... | [
"823161652@qq.com"
] | 823161652@qq.com |
47dc3d05233d40e1805311c9e1db3be281cdbfc3 | 8bb0bf6dd773bbdecb718a9ead269144e236102b | /src/main/java/se/redmind/rmtest/web/route/api/stats/devicefail/DeviceFailResultBuilder.java | f9430a6d499f2dd66d65a46365989018b3b41519 | [] | no_license | RedmindAB/RMReport | 94d4fcba2f799a14b52ff82132ddade541d390ff | 2b818b82314600b5b735e7aeec9e4a5b4aa7c34f | refs/heads/master | 2021-03-27T13:16:16.238274 | 2015-06-22T13:18:23 | 2015-06-22T13:18:23 | 29,964,221 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,238 | java | package se.redmind.rmtest.web.route.api.stats.devicefail;
import java.util.HashMap;
import java.util.Set;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
public class DeviceFailResultBuilder {
private String DEVICENAME, RESULT;
private JsonArray deviceAr... | [
"gustav.holfve@gmail.com"
] | gustav.holfve@gmail.com |
545b6895e50af3392f106e0fbf74f3d541eb89d4 | a825136dabbb159635457a945e8d9ca7bc0434e3 | /app/src/main/java/com/app/haptikchat/ChatActivity.java | 0b8f6fe410c6bea7b1c886abf1803304634c68ab | [] | no_license | swapnadhabadia/chatapp | b7d5c64e89eb64b4b95e9dbf4a724a27102b6b3b | 232511e199fb4a6818c105b5c940653738f954fc | refs/heads/master | 2021-01-17T08:22:48.728358 | 2017-03-29T09:02:55 | 2017-03-29T09:02:55 | 83,888,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,660 | java | package com.app.haptikchat;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import com.app.haptikchat.adapter.ChatFragmentPagerAdapter;
import com.app.haptikchat.chatdetail.summary.RefreshFragmentInterfa... | [
"swapna.dhabadia@craftsvilla.com"
] | swapna.dhabadia@craftsvilla.com |
13f5a7e79cce2e1caa4ca4954cd985f75da3998d | 10e2e4078b3914b56dc46c97dab73eeb2606e559 | /Weather-Client/src/main/java/Launcher.java | 4282d48ffac50402478c1d7b438271a370fe8d5e | [] | no_license | Tuccro/Weather-Client-Server-App | d640b22eecd4840c9c7acbf51e2c99634cc8e59c | 85a78da4f7be16b04c18d25a1377a3fb59550cca | refs/heads/master | 2016-09-05T22:01:13.324302 | 2015-01-15T10:29:39 | 2015-01-15T10:29:39 | 26,785,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | public class Launcher {
public static void main(String[] args) {
String []arg = new String[1];
arg[0] = "localhost";
Client.main(arg);
}
}
| [
"yurval@inbox.ru"
] | yurval@inbox.ru |
2ea52e94ab7def12e4dcb9f0c5fd85ed57474fb1 | 72a01861ea9f22a41366ab7dfb0b0463a66af5f3 | /app/src/main/java/com/cai/chat_05/UserInforActivity.java | 25c9ea252717176640c6f463591899f34de3d5f0 | [] | no_license | sengeiou/chat-1 | a8b6f2be1f5fbc34434f711d299761402a14c91b | 9063b8df1238b6ac2a510bfdbaca6fcace20328e | refs/heads/master | 2020-07-01T17:11:28.267359 | 2016-07-10T03:39:39 | 2016-07-10T03:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,889 | java | package com.cai.chat_05;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Text... | [
"caidao1991@qq.com"
] | caidao1991@qq.com |
05934d6eca1c4668e394c43e13d100460a9461f9 | 17c624383e5f20343d31bfb77d3d4d2e12112600 | /Tugas 1/Sensor/app/src/androidTest/java/mobile/its/ac/id/sensor/ExampleInstrumentedTest.java | 24061bc2d628e40096aa2d08ac02e83301c92b31 | [] | no_license | hanifsudira/Pervasif-dan-Sensor | 03fc74bf24020e2d1cf50733445bccf7fe3cfd44 | e51a8c69129bb3430bcd975b6351d733f7bdee79 | refs/heads/master | 2021-01-12T12:49:36.234725 | 2016-11-01T23:42:46 | 2016-11-01T23:42:46 | 68,997,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package mobile.its.ac.id.sensor;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Andr... | [
"sudirahanif@gmail.com"
] | sudirahanif@gmail.com |
d9a4db77808805e924caa38bb2d7f86bb4fb3f71 | 30b10b1c2748f538c87f75cf3d17f4950ee7126e | /src/main/java/edu/ucu/assignmenttwo/mySpring/ObjectConfigurator.java | 86a600bffbe9b9005d3089a47a50d2eb61e6275c | [] | no_license | pyalex/ucu-programming | 4f43a63075b38e363ffbc9e9dfd0685f7d5dc372 | 7132ebfc2a5727055252c7cbc6e82da218611834 | refs/heads/master | 2021-05-08T02:10:24.567262 | 2017-12-10T22:00:13 | 2017-12-10T22:00:13 | 107,975,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package edu.ucu.assignmenttwo.mySpring;
public interface ObjectConfigurator {
<T> void configure(Class<T> type, T o);
}
| [
"oleksiimo@wix.com"
] | oleksiimo@wix.com |
7889bbab60e9daa40fa75343d944c353614a068b | fb220c9e0ef0898553f6da5d08bf69f10511a556 | /timer/src/test/java/gmail/ichglauben/timer/AppTest.java | 4292b18aa3acec9090cb2bff0124b43621167c58 | [] | no_license | quauab/MyTimer | e6fe702b8c0bdb6f0ee1f07bf1490e49621eaea3 | 9c68c0f14b67692941d6455965c316d3f3f3ecc5 | refs/heads/master | 2021-01-10T04:49:55.052744 | 2016-03-11T21:00:14 | 2016-03-11T21:00:14 | 53,696,453 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package gmail.ichglauben.timer;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
... | [
"ichglauben@gmail.com"
] | ichglauben@gmail.com |
2afc2ce052352b3a2980d8ae5d20362f6b272234 | 7a287567d26e3ce57c2a4eb765f1628145b61b8e | /MrFlower/src/pot/dao/android/wateringDaoAndroid.java | d7c980dea5b57e51924b42c95fe3d3eccbf08e31 | [
"LicenseRef-scancode-other-permissive",
"MIT",
"NTP",
"LicenseRef-scancode-rsa-1990",
"LicenseRef-scancode-rsa-md4",
"Beerware",
"RSA-MD",
"HPND-sell-variant",
"Spencer-94",
"LicenseRef-scancode-zeusbench",
"metamail",
"Apache-2.0"
] | permissive | lvsijian8/MrFlower_for_Web | 2dce77ba11e86e2f07577dcf709f13896122da76 | 4f5d45ab923a100005dccff7ea575f93faca0086 | refs/heads/master | 2021-06-24T11:30:58.905644 | 2017-06-10T12:14:07 | 2017-06-10T13:00:19 | 84,523,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package pot.dao.android;
import pot.util.DBConnection;
import java.sql.*;
import java.util.Date;
/**
* Created by lvsijian8 on 2017/4/16.
*/
public class wateringDaoAndroid {
public int watering(int user_id, int pot_id, String device) {
int state = 0;
Connection con = null;
PreparedStat... | [
"499365864@qq.com"
] | 499365864@qq.com |
ce51a5aa8e98c77fc15aa26b70bd6a2dd35195a3 | c7d8464a42d6288e4eb353858bf51300f5f26153 | /app/src/main/java/com/example/user/majalahe_sport/entity/Majalah.java | 5c175d040485ea28f5472887f479f355e352c038 | [] | no_license | Widiyanto9876/MajalahE-sport | ead0e31eb12b25769435fc0d9da753dfd288cfd6 | 38550ca0b5ad1800f1f10359700ae65d5138e739 | refs/heads/master | 2020-06-11T16:15:01.743341 | 2019-06-27T04:04:36 | 2019-06-27T04:04:36 | 194,020,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package com.example.user.majalahe_sport.entity;
public class Majalah {
private String name, remarks, photo,detail_kode, url;
public String getName(){
return name;
}
public void setName(String name){
this.name = name;
}
public String getRemarks() {
return remarks;
... | [
"widiyanto9876@gmail.com"
] | widiyanto9876@gmail.com |
9a75a7478eabb2e616a32fd831fd446ddfc28fc0 | 1368795964d528e3f6c830e3e0c5dac26fcd4290 | /mcdndsimple-sponge/src/main/java/io/musician101/mcdndsimple/sponge/gui/player/RangedBonusGUI.java | 0afc092653303019d61fd2826d8bfb3391e6a531 | [] | no_license | Musician101/MCDND-Simple | 71d880cefb23c846ec33da223dede389d12073f1 | c0cd01170ea2d944c52eef7425b6c55ae921805d | refs/heads/master | 2021-01-11T03:11:32.594566 | 2020-04-15T09:07:34 | 2020-04-15T09:07:34 | 71,114,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,940 | java | package io.musician101.mcdndsimple.sponge.gui.player;
import com.google.common.collect.ImmutableMap;
import io.musician101.mcdndsimple.common.Dice;
import io.musician101.mcdndsimple.common.character.player.MCDNDPlayer;
import io.musician101.mcdndsimple.common.character.player.bonus.RangedBonus;
import io.musician101.m... | [
"bruceabivens@gmail.com"
] | bruceabivens@gmail.com |
45ffff495cb7a96d055999132d0857f8c8060e04 | 28b393c884ef0a20a9bbceb1aec57ff959f860e9 | /easy-httpclient-mapper/src/main/java/com/zlatan/easy/httpclient/mapper/annotations/element/RequestEntity.java | 0b2d75a5f6efccc9f3b34ac466cb5f4efea7c6c5 | [] | no_license | ZlatanHe/easy-httpclient | 4c1ac160affe5a5ad9ff1d483c32c342ebcbd3c1 | a37a6ad831f86e513c3251e004ecd2fc286b4dd0 | refs/heads/master | 2020-03-15T11:20:41.664233 | 2018-05-14T02:20:29 | 2018-05-14T02:20:29 | 132,119,038 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package com.zlatan.easy.httpclient.mapper.annotations.element;
import java.lang.annotation.*;
/**
* @Title:
* @Description:
* @Date: Created By hewei in 10/05/2018 8:45 PM
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
@Documented
public @interface RequestEntity {
}
| [
"hewei@youzan.com"
] | hewei@youzan.com |
6f0fca55b173ab1f415b63ad2747ddd2a206f04d | 7be39debec6828ed43bca0fb06459c944512bd53 | /src/main/java/jgreg/internship/nii/Utils/Utils.java | 8ff031a30fe2f34d1022caf954cbcd492aa4c974 | [] | no_license | daimrod/csa | 5485c49b82b4be55ffbbe0450530bfb3463ed72c | 05b4377b5cf935a05e5245a4ec37384e0fbb1bb6 | refs/heads/master | 2016-09-06T08:24:50.511187 | 2015-03-09T06:18:18 | 2015-03-09T06:18:18 | 19,531,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,046 | java | //
// Author:: Grégoire Jadi <daimrod@gmail.com>
// Copyright:: Copyright (c) 2014, Grégoire Jadi
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// 1. Redistributions of source co... | [
"gregoire.jadi@gmail.com"
] | gregoire.jadi@gmail.com |
b0b8486630fcd8ff1a217632acf5b53441c56604 | 001a1df9a4fa0933c6d52df827c3dc6b985cb2a5 | /src/main/java/com/games/rockpaperscissors/RockPaperScissorsApplication.java | ff9922774193ca552a67a8f31b6f37007681c7be | [] | no_license | arshjohar/rockpaperscissors | f34c14746a90d188cdd583108865dbf88288fa1f | 908850a09edf1160b2fd4daed0fd9c94a3467fd8 | refs/heads/master | 2021-01-13T09:17:26.300900 | 2016-01-19T12:45:18 | 2016-01-19T12:45:18 | 48,652,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package com.games.rockpaperscissors;
import com.games.rockpaperscissors.resources.GameMatchesResource;
import com.games.rockpaperscissors.resources.GameOptionsResource;
import io.dropwizard.Application;
import io.dropwizard.assets.AssetsBundle;
import io.dropwizard.jersey.setup.JerseyEnvironment;
import io.dropwizard.... | [
"arsh.johar@gmail.com"
] | arsh.johar@gmail.com |
a69cb62305a8247d7e5c0303df91ac0032daa056 | 0205999a193bf670cd9d6e5b37e342b75f4e15b8 | /spring-web/src/main/java/org/springframework/http/server/DefaultPathContainer.java | 58243bbc6a13d461cb277025e4ef0feb4710cf70 | [
"Apache-2.0"
] | permissive | leaderli/spring-source | 18aa9a8c7c5e22d6faa6167e999ff88ffa211ba0 | 0edd75b2cedb00ad1357e7455a4fe9474b3284da | refs/heads/master | 2022-02-18T16:34:19.625966 | 2022-01-29T08:56:48 | 2022-01-29T08:56:48 | 204,468,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,436 | java | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"429243408@qq.com"
] | 429243408@qq.com |
a3cb4580502b59dfd3878e6287162e0cf503df03 | 5ea31b59ab8c359601b3db7693de81cfeaaa27fb | /src/test/java/com/tequila/track/com/tequila/track/TrackingGetSercviceApplicationTests.java | eceac4113121ace542ddb5b880c6b01a90eff3bf | [] | no_license | raulguerrero-linkcode/trackinService | 0c8db24c10aeb95d4cdeec664e3efdc720a5816d | 318c7754c77c7c557936bea37a7c8fdfac10f6a7 | refs/heads/main | 2023-08-18T07:22:21.323185 | 2021-09-27T20:10:34 | 2021-09-27T20:10:34 | 411,027,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package com.tequila.track.com.tequila.track;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TrackingGetSercviceApplicationTests {
@Test
void contextLoads() {
}
}
| [
"raul.guerrero@linkcode.com.mx"
] | raul.guerrero@linkcode.com.mx |
3019e30fdacee2446e4c0b51cc24029c69438ba1 | 3cd93422745cee5d890fbaacfaf1180aea42292a | /Annapurna-project-cartService/Cart-Service/Cart-Service/src/main/java/com/capgemini/CartService/entity/Product.java | a4fd30f9e184a9068dbba0480488139e672f70d0 | [] | no_license | tudeore/first-project | 3c371397ccbc376024660e4483cb725f0ee3a3c7 | 8fbb8a0c468e1b28b7827fb24a7fe5d45abb705b | refs/heads/master | 2020-04-08T07:23:13.854868 | 2019-02-05T15:00:45 | 2019-02-05T15:00:45 | 159,137,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.capgemini.CartService.entity;
public class Product {
private Integer foodId;
private String foodName;
private double price;
public Product() {
super();
}
public Product(Integer foodId, String foodName, double price) {
super();
this.foodId = foodId;
this.foodName = foodName;... | [
"noreply@github.com"
] | tudeore.noreply@github.com |
0da97b1b22f89e70cbc88dc403fc2d5f8e67942e | d6a493e357a75d2cb26dff084dfe6a88b72b7b25 | /Find the month in the list/Main.java | bba6c7e2e4163340783b9aec1d6e0092cc6bb81e | [] | no_license | bsabarish/Playground | 84a3c7534808003f187bbe192f32776b75909a11 | 5e2990ad61c2ef14d56cf4f93430af9e98ebf3e6 | refs/heads/master | 2020-04-14T12:44:06.719570 | 2019-04-29T18:35:58 | 2019-04-29T18:35:58 | 163,848,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | import java.util.*;
import java.io.*;
import java.lang.*;
public class Main
{
public static void main(String a[])throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
LinkedList<String> ll = new LinkedList<String>();
String month = br.readLine()... | [
"31922254+bsabarish@users.noreply.github.com"
] | 31922254+bsabarish@users.noreply.github.com |
aa6659062e1014b3524fab415d2ff9aec12b8526 | cbcc0de6f166099d54600bf5058be581f2b39faf | /src/main/java/com/sparta/advanced/dto/UserTimeDto.java | 5cab1d0fbfdedc0dbd1d1237be0e59c56ac74ae9 | [] | no_license | stat-kwon/hh99_spring_advanced_study | 2e25634448f15a20b45a3c52cf38c635a90f3506 | 407f85ee3278f16695b2939dd14215f2e1b7ae39 | refs/heads/main | 2023-08-07T16:57:35.040973 | 2021-09-07T12:02:11 | 2021-09-07T12:02:11 | 383,235,142 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.sparta.advanced.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
@AllArgsConstructor
@Getter
public class UserTimeDto {
String username;
long totalTime;
} | [
"stat_kwon@naver.com"
] | stat_kwon@naver.com |
9062f96cdfda65ddcbc10342cbf87f36ad87dc0d | d0fc48e23f566ef25318af6e768c678a7a9e1d41 | /src/main/java/io/github/simplexdev/strike/api/events/GrenadeKillEvent.java | 4a7ee869552edd6d1ba2a530f277d353fb3fdcd2 | [] | no_license | SimplexDevelopment/StrikePlugin | 331c9bf6a35c527bd104144c27c4516d4e85c33e | e0ff3528216deb5f88b4a6226b06aad5ef23cb07 | refs/heads/master | 2023-03-23T16:01:59.376136 | 2021-03-13T05:28:00 | 2021-03-13T05:28:00 | 344,169,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package io.github.simplexdev.strike.api.events;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
public class GrenadeKillEvent extends Event {
private static final HandlerList handlers = new HandlerList();
private final Player killer;
private final Playe... | [
"65880363+Marco-Byte-1@users.noreply.github.com"
] | 65880363+Marco-Byte-1@users.noreply.github.com |
54dc3b110374afb27fce5187a743c8a503cce90f | c15ffb377d0c0a3dfe083b6729f32fe541887bdd | /src/main/java/com/example/tanks/Scenes/MyGameScene.java | 4e32fc2072924b8fae34563e57657b3e8cd7bf58 | [] | no_license | sinhro200/Tanks | 4b13ecaec9df5270514c324c03efb9dca8e064e7 | b74456f31f4556b05deb91419347876897ebc421 | refs/heads/master | 2023-03-16T14:23:46.813410 | 2022-11-13T15:50:49 | 2022-11-13T15:50:49 | 217,841,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,030 | java | package com.example.tanks.Scenes;
import com.example.tanks.Controller.MainController;
import com.example.tanks.Controller.MapController;
import com.example.tanks.Model.Enums.BlockType;
import com.example.tanks.Model.GameMap;
import com.example.tanks.Model.MyMapConstructor;
import com.example.tanks.Panes.GamePane;
impo... | [
"sinhro-200@mail.ru"
] | sinhro-200@mail.ru |
4c89aa8396c98406382cb9657794ec4f056899ce | 4d033d340a7028ad28de9a23b08d46a98d3d7887 | /MVCProj13-MiniProj-StudentAcademicProfile/src/main/java/com/nil/cotroller/StudentInsertController.java | fca9c0cb86e272c80fbda56f12e426ec9af9c39e | [] | no_license | TanmayaLenka/SpringProjects | 060d0ec9dc3623f930b2e371aad3c55cf32ec061 | 10183cc8cdba1a331429f8da85639acdb67a8396 | refs/heads/master | 2022-12-24T10:14:40.791387 | 2019-09-18T17:33:27 | 2019-09-18T17:33:27 | 201,874,615 | 0 | 0 | null | 2022-12-16T01:50:36 | 2019-08-12T06:53:14 | Java | UTF-8 | Java | false | false | 1,587 | java | package com.nil.cotroller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.BeanUtils;
import org.springframework.validation.BindException;
import org.springframework.web.servlet.ModelAndView;
import org.spr... | [
"TanmayA@DESKTOP-MI16S9P"
] | TanmayA@DESKTOP-MI16S9P |
73fe2b4dc96ceeb836c49eacd9d6b7d7a434ca9b | 73d637bb0c076f8483942aab3db70db723578a65 | /Week 2/Hello world/src/CodingHours.java | 1e4b0d66d1ceebc5fa731279a8a6a39e145296da | [] | no_license | Pelikan91/My-First-Repo | 5b7376fcffbbc11eb90447f8bb4474a89596a00d | 4b194fe4912482a313bd379e87ba821a2afec85d | refs/heads/master | 2023-03-17T20:47:28.464279 | 2021-03-18T20:28:40 | 2021-03-18T20:28:40 | 347,363,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | public class CodingHours {
public static void main(String[] args) {
System.out.println("Average Green Fox attendee spent with coding in a semester is " + 17*52/6);
}
}
| [
"Anthartalor@seznam.cz"
] | Anthartalor@seznam.cz |
469b8bada44dae847bffe54e932e35e8afb5dc7f | 8c6403626f85996779d28acaa47a73a820859691 | /src/Scanner_number.java | 7cd8e1b93088f588ce6272a372802a303e942833 | [] | no_license | boytsovMGN/numbers | 89f8ea0d36df4ca8b280f19c7e157487dfca38e2 | 7125708d3d07267a1ec2cf164cd6758c217f827c | refs/heads/master | 2020-04-19T16:30:15.049986 | 2019-01-30T08:59:41 | 2019-01-30T08:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,470 | java | import java.util.Scanner;
/**
* Программа угадывания чисел.
*/
public class Scanner_number {
public static void main(String[] args) {
int i = 0;
int x = 50;
int maxValue = 101;
int minValue = 0;
int numIter = 1;
System.out.println("Загадайте число от 1 до 100");... | [
"Aleksandr.boycov@bk.ru"
] | Aleksandr.boycov@bk.ru |
7771cf37ffc68e4406cdb9f8b7b750fd81f05500 | 4a926c7879d771a7fb77afdde6ec0631949137d3 | /boot-spring-security-multiproviders/src/main/java/com/yz/security/providers/YzUsernamePasswordAuthenticationProvider.java | fac5001b797888534acca6e4d9b5e300f7954c89 | [] | no_license | blinkingso/spring-cloud-parent | c0cc79618f07466acbf5ebf35955e5c18a68d850 | 48b551bac34ac9da030473b567da927a671668f2 | refs/heads/master | 2023-01-13T01:28:36.826778 | 2020-11-17T09:22:51 | 2020-11-17T09:22:51 | 293,816,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,158 | java | package com.yz.security.providers;
import com.yz.pojo.authentication.UsernamePasswordAuthentication;
import lombok.extern.slf4j.Slf4j;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.securi... | [
"lhq@rentongtech.com"
] | lhq@rentongtech.com |
4cb1ab50588b9052a33a1f98ee30bcae8844d294 | 6d23503378f3edce5cb1317631261d13e620472c | /Source Code/Main.java | f00efcd2639aed71ce7962b80078c2cc75f423d0 | [] | no_license | vin8bit/Telephone-Directory-Management-System | 7c2d324846cb3cc2430c8c93d08f4cc82f454f52 | 4997c84da76cf5ff680341205bb0a654463a695d | refs/heads/master | 2022-08-03T11:25:35.083710 | 2020-05-23T08:50:50 | 2020-05-23T08:50:50 | 266,719,147 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,971 | java | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Main extends JFrame implements ActionListener
{
JMenuBar m;
JMenu file,customer,city,categorie,report,help;
JMenuItem f1,f2;
JMenuItem g1,g2,g3,g4,g5,g6,g7;
JMenuItem r1,r2,r3,r4,r5,r6,r7;
JMenuItem ro1;
JMenuItem s1,s2,s3,s4,s5,s6,s... | [
"vineetkumar8bit@gmail.com"
] | vineetkumar8bit@gmail.com |
c1e53579f69dba28fd9f8bfe63d3b89831decd8e | 2ca58177ad2b5a95a0519b31773e637618410a68 | /mago3d-core/src/main/java/com/gaia3d/util/FileUtil.java | b2f72c7b37fc61003e39dab1dd83167b2572736c | [
"Apache-2.0"
] | permissive | picaosgeo/mago3d | 879b6f4c7ab77793a1bd68335e28a4551beb7572 | fdf109e5f34a6e8e4cb4d2f9976e91bfc1651e62 | refs/heads/master | 2021-10-01T15:02:47.160427 | 2018-02-22T05:43:27 | 2018-02-22T05:43:27 | 101,961,775 | 0 | 0 | null | 2017-08-31T05:11:41 | 2017-08-31T05:11:41 | null | UTF-8 | Java | false | false | 9,343 | java | package com.gaia3d.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Arrays;
import java.util.List;
import org.springframework.web.multipart.MultipartFile;
import com.gaia3d.d... | [
"jdcheon@gaia3d.com"
] | jdcheon@gaia3d.com |
2e57257d61d1f0c2a30ec5c45269c7403aa52d3f | 50f17c8162a0b603e996e95b2d73d0b9c60e27ca | /src/br/edu/uniplac/niu/controller/CategoriaController.java | 0e349e915b10f8caf3247f3c6a3e3fd44a90e264 | [] | no_license | niudesenvolvimento/niu | 3767c1fb50c0d362a8fc86621b85b2d6f2f6f113 | 515802c86674e91ac824e3bf4fd2795ebddea6f0 | refs/heads/master | 2021-01-10T05:43:59.348388 | 2016-03-11T20:26:12 | 2016-03-11T20:26:12 | 50,944,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package br.edu.uniplac.niu.controller;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import br.edu.uniplac.niu.controller.util.JSFUtil;
import br.edu.uniplac.niu.model.entity.Ch... | [
"niu.desenvolvimento@uniplaclages.edu.br"
] | niu.desenvolvimento@uniplaclages.edu.br |
45cd450c9cc69a84fd2dee6ba301b4dd15014d8c | a5b66b7eac5d2378a972b8bbac4757f9e8d04990 | /ZMPlayer2/src/main/java/zmplayer2/app/net/model/incoming/Wiki.java | d112de6b6c8be6031e42582fcba623a60c7a803e | [] | no_license | zlobne/ZMPlayer2 | 9190c9714b4218e897d2ecf8a5d1b15b9989011f | 4757bf0c3f67715dd5e5b25396b4c0f2f6639b44 | refs/heads/master | 2021-01-21T13:14:29.268157 | 2014-08-18T08:32:02 | 2014-08-18T08:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package zmplayer2.app.net.model.incoming;
import com.google.gson.annotations.SerializedName;
import zmplayer2.app.net.model.JsonKeys;
/**
* Created by Anton Prozorov on 25.03.14.
*/
public class Wiki {
@SerializedName(JsonKeys.PUBLISHED)
private String published;
@SerializedName(JsonKeys.SUMMARY)
p... | [
"zlobstermeister@gmail.com"
] | zlobstermeister@gmail.com |
7f22452bc055054572b03cf90a27620f77616f83 | b375ed5fbd2a5063f50833e1f5b8b3d1364ca722 | /src/me/adegokeobasa/dsinjava/leetcode/PascalTriangle2.java | 4931c7bc6f9c566c6869da0ad95b99abec850de8 | [] | no_license | rajasekharreddy-vadlathala/DSInJava | 34e20ee9a5ea7abc786cc364ce7a757cdd38e9fe | 070ae05d214550ab0174828b34a763e099212988 | refs/heads/master | 2020-04-20T10:42:47.633878 | 2018-03-23T11:20:21 | 2018-03-23T11:20:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,237 | java | package me.adegokeobasa.dsinjava.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* Created by epapa on 30/01/2016.
*/
public class PascalTriangle2 {
public static void main(String[] args) {
System.out.println(new PascalTriangle2().getRow(0));
}
public List<Integer> getRow(int ... | [
"goke@cottacush.com"
] | goke@cottacush.com |
4c3a322fa2e75bc1954b7204a7b793f65d27109d | 2430fe69becc3f122a75224a37c99b58859f1f15 | /finalProject/src/main/java/com/gruptwo/finalProject/entities/User.java | af259bdebcbcb74436b05ce52bc51c2464ebf8ba | [] | no_license | MariaDG11/Java_Spring_Boot | 3ae1ce993b0e2567af384f273fc9850751ea5d46 | 62445e88710a69f95fb7f67ba9f7ce39057c3c4e | refs/heads/master | 2022-11-23T17:45:43.747576 | 2020-07-29T07:25:08 | 2020-07-29T07:25:08 | 283,183,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,744 | java | package com.gruptwo.finalProject.entities;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persis... | [
"noreply@github.com"
] | MariaDG11.noreply@github.com |
749f65d01f7e24df5794fa89f7fd356277370b19 | 56540ad45b01b1086eb2a79099723a49a0d49347 | /bbc/JavaProject/MR/438/src/ComminuteUtil.java | 06681ca6667ac4855e0a64e84a4531de82e19145 | [] | no_license | xicpio/bbc | 6d475a9a7f487f4fd5a0fd8d2ac67dfcfade083b | c23f4336a9c48c4c07d77af93be738108ee2e1c8 | refs/heads/master | 2021-01-23T21:53:36.609031 | 2017-02-25T06:53:09 | 2017-02-25T06:53:09 | 83,112,243 | 1 | 1 | null | null | null | null | GB18030 | Java | false | false | 2,405 | java | import java.io.*;
public class ComminuteUtil {
// 实现文件分割方法
public void fenGe(File commFile, File untieFile, int filesize) {
FileInputStream fis = null;
int size = 1024 * 1024; // 用来指定分割文件要以MB为单位
try {
if (!untieFile.isDirectory()) { // 如果要保存分割文件地址不是路径
untieFile.mkdirs(); // 创建该路径
... | [
"15262673025@163.com"
] | 15262673025@163.com |
382eff82a25b9a4df2f758f825e0d750e3380fc8 | f1b65f6ace564ef496ae97c237763a1e282b2189 | /tis-console/src/main/java/com/qlangtech/tis/manage/servlet/GlobalConfigServlet.java | c25e9af7cad204659140d2d4a5f4a8a2c853379f | [
"MIT"
] | permissive | fightingyuman/tis-solr | 27b65d3e4a89612ea9087a0f260a8c0a89b7f640 | 8655db7c32bb88928b931e2754291deb0e4ab4db | refs/heads/master | 2022-04-04T08:26:23.438875 | 2020-01-02T13:04:51 | 2020-01-02T13:04:51 | 258,164,459 | 1 | 0 | MIT | 2020-04-23T10:09:51 | 2020-04-23T10:09:51 | null | UTF-8 | Java | false | false | 2,691 | java | /*
* The MIT License
*
* Copyright (c) 2018-2022, qinglangtech Ltd
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | [
"baisui@2dfire.com"
] | baisui@2dfire.com |
92c73266f58a8e025ff0eeacc533a31e43bea2f8 | 53b49c53f63c5aa9fecee65b6b44624705ea56f2 | /app/src/androidTest/java/com/ch/newtinker/ExampleInstrumentedTest.java | a6404f8b536dab4f4ae4d886fe145ca65aefd473 | [] | no_license | forhaodream/NewTinkerPatch | c32482ad69a2e38e3a6f9fb2d77d62299ac3d957 | 832fe969b7b08b90b074b0a8685abac1f2744d8f | refs/heads/master | 2020-07-21T17:35:44.988031 | 2019-09-11T02:08:42 | 2019-09-11T02:08:42 | 206,930,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.ch.newtinker;
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 And... | [
"ch00209@163.com"
] | ch00209@163.com |
c0db240b722e902f20fdd12916cf638736125667 | 9eea8a7ce5f7fc7c1d8076913da1dfab6a2cfa27 | /src/main/java/com/stackroute/pefive/StudentSorter.java | 1336094e5e9c363157b4a9403a9c023e3ce70914 | [] | no_license | Pallavi82/practiceExercise5 | 0cd2e9e576fea908232b8717e273667a17958eb2 | 040790a784d26633cc3c100ec578e6980c4f0d7c | refs/heads/master | 2020-05-20T19:52:42.918472 | 2019-05-09T05:38:42 | 2019-05-09T05:38:42 | 185,732,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | package com.stackroute.pefive;
import java.util.Comparator;
class StudentSorter implements Comparator { //StdentSorter is a class implementing from interface named Comparator
StudentSorter() {
}
public int compare(Object o1, Object o2) { //compare function containg two object parameters
Studen... | [
"pallavi.p8296@gmail.com"
] | pallavi.p8296@gmail.com |
bbd329a13aa45d5dbbe63dc16727bb7c012235e4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/7/7_c1d8b9a186f3080a690576e95af1155485da5a10/Plane/7_c1d8b9a186f3080a690576e95af1155485da5a10_Plane_t.java | be1203605990c33428fc1002c7e78002d1acc7ad | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,740 | java | package rajawali.primitives;
import rajawali.BaseObject3D;
import rajawali.materials.SimpleMaterial;
public class Plane extends BaseObject3D {
protected float mWidth;
protected float mHeight;
protected int mSegmentsW;
protected int mSegmentsH;
public Plane() {
this(1f, 1f, 3, 3);
}
pu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0ccb32f2250a8de7dc65997ef111997e76eb00dc | f0ec814efa117c0fd320384481f89557fd331207 | /src/test/java/com/dialogflow/test/ProjetFactoryForTest.java | 6e70bc684e7c9317ce28eeff7c179d3b0c1e2232 | [] | no_license | freeekey1/immoflow-api | e39ab1d90c60942934be1046090897e587765008 | bc2e55b85103997a2eb3b61c241238d1096b0a52 | refs/heads/master | 2021-05-11T02:57:49.588029 | 2018-01-28T23:18:43 | 2018-01-28T23:18:43 | 117,899,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.dialogflow.test;
import com.dialogflow.bean.Projet;
public class ProjetFactoryForTest {
private MockValues mockValues = new MockValues();
public Projet newProjet() {
Integer id = mockValues.nextInteger();
Projet projet = new Projet();
projet.setId(id.longValue());
return projet;
}
}
| [
"zerta.kamal@gmail.com"
] | zerta.kamal@gmail.com |
a7f866f744496c6b4dfe7700f561d7b83ae5802c | 2bf1e8cd193bd17fc778c3465cc87c4ee1fe97f9 | /src/test/java/runners/TestRunner.java | 0829fdc28d5398f341b20ecc5543dd386d66ccdf | [] | no_license | HillaryJoe/DemoProjectTest | c7c0eb1d4994045e658c01d43912c63b910541fd | 2c403f9996258ba47775ea3afdbfb36e5cbf22d6 | refs/heads/master | 2020-03-30T05:38:02.911471 | 2018-09-26T16:43:59 | 2018-09-26T16:43:59 | 150,810,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package runners;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith (Cucumber.class)
@CucumberOptions(
features = "src/test/resources/functionalTest/EndToEndTest.feature",
glue = {"stepDefinitions"},
plugin = {"pretty", "html:target/cuc... | [
"Jose@Jose-PC"
] | Jose@Jose-PC |
784082a325e5f8f42fa043b07b5c4554b6231d9a | 3c1e25a0de0bcffe324dbeb9febaa3ab4af4269a | /src/main/java/spyr/actions/MeditateAction.java | 2af12e4d8bc70160eec2a3367bc9fe761ad53c32 | [] | no_license | admiralbolt/spyr | 3dc0b0f1cf25461d9a93773d336cb631157e648b | 799b1d7347859f332a7b7e09afa6d8ebe6c126ae | refs/heads/master | 2020-03-28T00:19:41.253303 | 2019-03-10T03:34:36 | 2019-03-10T03:34:36 | 147,397,961 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,673 | java | package spyr.actions;
import java.util.ArrayList;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.cards.AbstractCard;
import com.megacrit.cardcrawl.core.CardCrawlGame;
import com.megacrit.cardcrawl.core.Settings;
import com.megacrit.cardcrawl.dungeons.AbstractDungeon;
import co... | [
"aviknecht@gmail.com"
] | aviknecht@gmail.com |
1ed0cbfa8d687f745fd7e64426cb57883fbecb95 | 25fa7aaf19af1b11a40370016659eb4d630af31c | /Backend Codes/src/com/example/zootopia/ui/MailboxFragment.java | 99e6f865fbbf6bca8f4ef161dfc1dbe6e27b3101 | [] | no_license | jialuchen/WeDiscuz | 57bb48e884ad8bff556f7865574ac125a5a4b637 | 4a8a6901a7c34f3ab3c1f16e809f7ab4875e5f3d | refs/heads/master | 2021-01-11T22:01:10.238470 | 2017-01-14T00:40:15 | 2017-01-14T00:40:15 | 78,897,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,579 | java | package com.example.zootopia.ui;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import android.widget.SimpleAdapter;
import com.ex... | [
"jialuc@andrew.cmu.edu"
] | jialuc@andrew.cmu.edu |
8b54325c89a006d2afdf8224c359f52142078ef3 | b3d9e233c9be411b0e01574a25da3a7baa855065 | /src/com/base/engine/renderEngine/lighting/BaseLight.java | f8be28e2b84a4092ebe5345ecfb898006bf6424b | [] | no_license | Genthorn/Wolfenstein-Clone | 7983c56987efeddf9448bd40fbb6436a1d408019 | 3d4c4820106d239d4f4aea7ef2fa274359acbc53 | refs/heads/master | 2020-05-25T11:29:49.465882 | 2017-03-03T15:08:02 | 2017-03-03T15:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.base.engine.renderEngine.lighting;
import com.base.engine.utils.Vector3f;
public class BaseLight {
private Vector3f color;
private float intensity;
public BaseLight(Vector3f color, float intensity) {
this.color = color;
this.intensity = intensity;
}
public Vector3f getColor() {
return color;... | [
"Zormion@gmail.com"
] | Zormion@gmail.com |
dd72e880ee4c1459cd11753b4c3b6840b77b1099 | 3d79a381d5808609c430ffda901582aca2063ed5 | /src/java/controller/command/LoginComand.java | 265a31f36c75fceb4c90f5f82cda557fae84b5d6 | [] | no_license | NakagavaDaniil/AirportCompany | 9d74d5b14c1a88d2cff33d070c604a7ef45de966 | 60c79158d085fffe14ee19c2826fb34bf7b0a523 | refs/heads/master | 2020-03-24T20:49:43.666844 | 2018-08-01T14:08:56 | 2018-08-01T14:08:56 | 142,998,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package controller.command;
import model.entity.User;
import javax.servlet.http.HttpServletRequest;
public class LoginComand implements Command {
public String execute(HttpServletRequest request) {
String name = request.getParameter("username");
String password = request.getParameter("password"... | [
"35929245+NakagavaDaniil@users.noreply.github.com"
] | 35929245+NakagavaDaniil@users.noreply.github.com |
5b6f4e04050dd0716a18eeb2ec04ec0be89ccb13 | 76fa1e47e10d404527e323190a51a5dab221dbe0 | /app/src/test/java/com/example/android_project_18_register_page/ExampleUnitTest.java | 8efd1c00282b13be5608d6cd34f658512c1a4f2b | [] | no_license | ahmadkybora/android_project_18_registerpage | ad7741c6e0a87e5512338dc942c1daa9fbbd0eee | 516f63ccf0f4b097ded71cf20c59f4b93b68500f | refs/heads/master | 2023-08-28T02:28:39.542318 | 2021-08-18T09:21:00 | 2021-08-18T09:21:00 | 406,796,387 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.example.android_project_18_register_page;
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 {
... | [
"amontazeri53@yahoo.com"
] | amontazeri53@yahoo.com |
4e093cc59d08e27620f11bb35f6b0571036f8e50 | 703c083c8d152386a4dcfa5339cd72115863e762 | /src/main/java/com/tw/interview/config/FeignConfiguration.java | 77cda9550961a094434f80c99fbe6a09bb1d3ca7 | [] | no_license | walid-haddad/interviewapp | daabe47d2e95446543687e8126afe14c996b2e54 | dc7b806828352ebd5970322a54e84d7b1206a10a | refs/heads/main | 2023-04-15T15:27:24.457921 | 2021-04-21T13:34:24 | 2021-04-21T13:34:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package com.tw.interview.config;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.cloud.openfeign.FeignClientsConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annot... | [
"cluxear@gmail.com"
] | cluxear@gmail.com |
618d23ad47f145cfc751b631a53bf1ed9717d206 | 9082c8708e91b0a592fe22b2aacd41ab62f8e899 | /src/jdbc/CreateCar.java | ceb14ec7fbae88c7b40f76f20e0c4d2d054282fa | [] | no_license | afiffadhlurrahman/Final-Exam-WebPro-C | 5970cad8b2d37d6246208551aa7eef6de283a538 | 0d59e50d4d7a8628d3755d8d02643d1328de46ac | refs/heads/main | 2023-01-20T13:35:55.699694 | 2020-11-28T16:55:48 | 2020-11-28T16:55:48 | 316,255,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,457 | java | package jdbc;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.... | [
"afif.fadhlurrahman1@gmail.com"
] | afif.fadhlurrahman1@gmail.com |
e05fc91c982cd1a9361b9b9422212bf21d0cfd5f | 78d8d00030b960ac852e39a7d3df91fd0e4cbffa | /starter-code/src/Son.java | cde5f69ef7f348caa3390c50d50f276def7048ec | [] | no_license | jackie-ho/oop-inheritance-abstraction-lab | 390b049321e87f97804c925ad14283768d9a506b | 03e98aa99f1eacffa9d0fe835509d13d5657a489 | refs/heads/master | 2020-12-07T13:37:09.610809 | 2016-03-21T19:25:08 | 2016-03-21T19:25:08 | 54,415,765 | 0 | 0 | null | 2016-03-21T19:12:53 | 2016-03-21T19:12:53 | null | UTF-8 | Java | false | false | 509 | java | /**
* Created by JHADI on 3/21/16.
*/
public class Son extends Family {
String name;
public Son(String name) {
super(name);
this.name = name;
}
@Override
public void eat() {
System.out.println(name + " eating pizza.");
}
@Override
public void goToBathroom() {
... | [
"JHADI@Jackies-MacBook-Pro.local"
] | JHADI@Jackies-MacBook-Pro.local |
1e4491d42ed4a9abcaaaa7d3d0e56d4bc51bb77a | 559af5ef9a87d658f43649740247a030729404d1 | /homework/src/main/java/task08/exceptions/InvalidParamsNumberException.java | de8d4d0df2cf93a61dffc58bf650fa656853bdc2 | [] | no_license | olegbaslak/tat2016 | c1856c62fac2fc44815ba8f55f27520056fdd174 | 5765db4f9668f490d6e4a681bf9c0a7cd3595cab | refs/heads/master | 2021-06-15T21:19:16.140583 | 2017-02-06T13:31:30 | 2017-02-06T13:31:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package task08.exceptions;
/**
* Exception thrown if options provider has invalid number
* of options -> that means user inputted incorrect data.
*
* @author Oleg Baslak
* @version 1.0
* @since 11.10.2016
*/
public class InvalidParamsNumberException extends Exception {
public InvalidParamsNumberException(St... | [
"oleg.baslak@gmail.com"
] | oleg.baslak@gmail.com |
16b1fe8a91e2f6eaa5218b7770ca81958a5a2232 | 68f8d6ab2d19fcc44e113075ccd5996eba2e9174 | /src/main/java/com/ccc/autocompleter/HomeController.java | 6b1ae31363b8b6dd4346121fb22b511836536ebc | [] | no_license | agibsonccc/autocompleter-java | 3c3e1362fbbf44158cfdd24836a9253db9819994 | 6b6d07759cc5b7476a27b01e6a1d7b30167d27b5 | refs/heads/master | 2021-01-22T07:27:46.907073 | 2012-09-02T04:32:19 | 2012-09-02T04:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,809 | java | package com.ccc.autocompleter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springf... | [
"agibson@clevercloudcomputing.com"
] | agibson@clevercloudcomputing.com |
b7a6533dda4b9f35b330655759b9d786d5b41a05 | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/sellhouse/app/BizListEntryControllerRemote.java | 14c951b5038bd3e07327ea47ead3fd6f6ad9b595 | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package com.kingdee.eas.fdc.sellhouse.app;
import javax.ejb.*;
public interface BizListEntryControllerRemote extends EJBObject, BizListEntryController
{
} | [
"yfsmile@qq.com"
] | yfsmile@qq.com |
f1f65aef8a260d359dfa7fcfe79c019e8472956d | 280ce9155107a41d88167818054fca9bceda796b | /jre_emul/android/platform/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/TestIDNARef.java | d5512ad311d029db0459138b8dd0ac3a5b4f68ce | [
"Apache-2.0",
"BSD-3-Clause",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"APSL-1.0",
"LGPL-2.0-or-later",
"LicenseRef-scancode-proprietary-license",
"GPL-1.0-or-later",
"LicenseRef-scancode-generic-exception",
"LicenseRef-scancode-red-hat-attribution",
"ICU",
"MIT",... | permissive | google/j2objc | bd4796cdf77459abe816ff0db6e2709c1666627c | 57b9229f5c6fb9e710609d93ca49eda9fa08c0e8 | refs/heads/master | 2023-08-28T16:26:05.842475 | 2023-08-26T03:30:58 | 2023-08-26T03:32:25 | 16,389,681 | 5,053 | 1,041 | Apache-2.0 | 2023-09-14T20:32:57 | 2014-01-30T20:19:56 | Java | UTF-8 | Java | false | false | 33,640 | java | /* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2003-2010, International Business Machines Corporation and ... | [
"antoniocortes@google.com"
] | antoniocortes@google.com |
d22e66dc2d6cb1793339c1674197c6fa5be1e48c | 2fe934ad19001ac2530dd9ec55065a1878f54a2f | /src/test/java/com/dirac/test/web/rest/ClientForwardControllerIT.java | 700d6a899ee11c8d8f9df6a01fbd3b8f4a6dc145 | [] | no_license | diracsystems/jx-test-jhipster | 0d715aa5fad91138574d93d4e5e7c1af054cdccf | 2fe31f719f62bfd17a3317fa27e6c22ab7da3a93 | refs/heads/master | 2022-12-20T00:28:45.839505 | 2019-09-18T20:18:59 | 2019-09-18T20:18:59 | 209,370,215 | 0 | 0 | null | 2022-12-16T05:05:49 | 2019-09-18T17:48:06 | Java | UTF-8 | Java | false | false | 2,354 | java | package com.dirac.test.web.rest;
import com.dirac.test.TestjhipsterApp;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MockMvc;
import org.spr... | [
"mkhoudary@yahoo.com"
] | mkhoudary@yahoo.com |
164c8a1b98154937ec2c85c5cf1d32dc71e1e684 | f2c9888939af8068c61e9eabd8eee0022f4d9634 | /main/java/love/target/utils/TimerUtil.java | 6f2e71a9ffd62c9e23d3e3222531b3de9a7056f6 | [] | no_license | gcanal614/Target_Client | 5e61b4a1a243ce4dc6a86b9e3968149333e4a031 | 0bb3272d723e7c5910f383d4c2d6dcda1e7d5684 | refs/heads/main | 2023-05-13T21:23:44.416857 | 2021-05-26T12:18:05 | 2021-05-26T12:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package love.target.utils;
public class TimerUtil {
private long lastMS;
public long getCurrentMS() {
return System.nanoTime() / 1000000L;
}
public boolean hasReached(double milliseconds) {
return (double)(this.getCurrentMS() - this.lastMS) >= milliseconds;
}
public void rese... | [
"2364379488@qq.com"
] | 2364379488@qq.com |
11db2bc00209da172ad028af5709923d1d220495 | 9685627cab22194d6d1d3b62a3da012db426c436 | /src/main/java/challenge/multiplystrings/MultiplyStrings.java | be6f0ca39ee2bfa3cc48ffab35f34c6e09f6dd04 | [] | no_license | suiiii-rip/challenge-java202004 | a77d285324dfd7ceb9ce9e8cad8b5731f560a62a | b8ed713a4cd0f5ff295526c582c2c71da62024d4 | refs/heads/master | 2022-12-19T23:28:04.247101 | 2020-05-27T01:42:03 | 2020-05-27T01:42:03 | 259,208,317 | 0 | 0 | null | 2020-10-13T21:32:04 | 2020-04-27T04:49:50 | Java | UTF-8 | Java | false | false | 1,666 | java | package challenge.multiplystrings;
import java.util.ArrayList;
import java.util.List;
public class MultiplyStrings {
public String multiply(String a, String b) {
List<List<Integer>> resultMatrix = new ArrayList<>();
for (int i = a.length() - 1; i >= 0; i--) {
int x = Character.getNumericValue(a.ch... | [
"patrick.sy@get-it.us"
] | patrick.sy@get-it.us |
8fd401f8f6669c99232aba7b581f7c697719e8f8 | c5b7e92837bc028159bd52e47977eef9273edcd9 | /src/main/java/com/cis/drool_rest/models/FeeDataModel.java | 00eb6e3742ac60a28b54ece11896cd467001e8b8 | [] | no_license | abhaymeshram/Drools | baabc8c4ab69a9f4fe527617bf0b9e62e24356c3 | fc1bcd41672f395882956c50a2f5ac8772761dea | refs/heads/master | 2022-12-26T11:05:52.556140 | 2020-04-04T10:28:59 | 2020-04-04T10:28:59 | 90,171,634 | 0 | 1 | null | 2022-12-16T06:17:56 | 2017-05-03T16:44:29 | Java | UTF-8 | Java | false | false | 4,052 | java | package com.cis.drool_rest.models;
import java.util.Date;
public class FeeDataModel {
private int feeType;
private int parentID;
private String active;
private String conditional;
private boolean isConditionSatisfied;
private Date conditionSatisfiedDate;
private String conditionDesc;
private in... | [
"abhay@Abhay"
] | abhay@Abhay |
20d22db586e32b4c7ffc2aece1d8b6f71e524f08 | 12b78dc1b16a55e53652ef13b6872916d5b5daea | /smsm-service-impl/src/main/java/com/smsm/service/impl/CompanyServiceImpl.java | 970452c9d5f22da2c3ea76003d66717b6a15931b | [] | no_license | yangqi0224/spring-boot-web | 62788b6e43ec286369d22ce83514e1178bbd25b3 | 6082a987d061f2c815f98ee304ebe3fa43c627fb | refs/heads/master | 2020-06-15T17:41:56.522480 | 2019-07-05T07:00:00 | 2019-07-05T07:00:00 | 195,355,313 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,303 | java | package com.smsm.service.impl;
import java.util.List;
import com.smsm.mapper.CompanyMapper;
import com.smsm.mapper.JobMapper;
import com.smsm.mapper.ResumeMapper;
import com.smsm.mapper.ToEmployMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Q... | [
"1398571658@qq.com"
] | 1398571658@qq.com |
583e7f0d22475dd14fe07e06f763e18a9ee3c0e8 | b41a58a245c954bcd045b697b9b214e9ee260e17 | /service/src/main/java/platform/county/jiange/service/impl/GroupMemberServiceImpl.java | cd4f47bfe109ed6f5af7001ba2785b155acd5f05 | [] | no_license | micklq/jiangeplatform | e98bdf48b21d5444319de779180efce2ebbcf273 | 550cfaa58354ef28b60b49e2899272f4193329b2 | refs/heads/master | 2021-01-09T20:07:31.222193 | 2016-08-14T15:54:46 | 2016-08-14T15:54:46 | 62,398,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package platform.county.jiange.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import platform.county.jiange.data.repository.BaseRepository;
import platform.county.jiange.data.repository.GroupMemberRepository;
import platform.county.jiange.model.entity.GroupMemb... | [
"574078710@qq.com"
] | 574078710@qq.com |
5ca1ec8ebe2fb495feefd2e251fb1d081c5617a4 | c65dbdf0f6195844f0131724536b25fad0578877 | /Skripsi/Sandbox/src/Initiator.java | 7d32a80edf9308a378c6ad0717e1166a026f7657 | [] | no_license | torchrist11/Fire-Detection | 76636b875f573b58269f8a3ef219eb59f1b6df13 | f41bc23072b96e6d086cb86bed65e7eda7c5d647 | refs/heads/master | 2022-11-18T02:48:16.158658 | 2020-07-16T12:13:40 | 2020-07-16T12:13:40 | 177,826,879 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,956 | java | // *
// * Copyright (c) 2011., Virtenio GmbH
// * All rights reserved.
// *
// * Commercial software license.
// * Only for test and evaluation purposes.
// * Use in commercial products prohibited.
// * No distribution without permission by Virtenio.
// * Ask Virtenio for other type of license at info@virtenio.de
// *
... | [
"torchrist111@gmail.com"
] | torchrist111@gmail.com |
f65ed0288e969de3aa28b155b0138a47a94a87f6 | d038ffe244f034df0a021553f032919756cf0b8c | /src/com/kam/algorithms/Permutations.java | 08b95fbd613fb4b70fb4f32f93d02df2447dcadb | [] | no_license | kaminasan/random-java-tools | d62b307f572731552b84c2557a15deeff7686dd8 | 47f5c246e70bd135c857200fca00aa6418b26524 | refs/heads/master | 2021-01-10T09:32:53.810298 | 2016-03-15T07:23:40 | 2016-03-15T07:23:40 | 52,485,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,633 | 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.kam.algorithms;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author Blacksteath
*/
public... | [
"Blacksteath@KamLaptop"
] | Blacksteath@KamLaptop |
58794a1c25ab3499deab97b6f3e718f13caf2d49 | 790d540d7e06d15ad37e9ec33257907030b42070 | /src/main/java/com/mingri/langhuan/cabinet/pojo/PagePojo.java | 9c6ef76d1e6cf7900a618c87d1c675f17d9ce1a5 | [] | no_license | ljinlin/langhuan-cabinet | 33502ee78961460fec1046ac931c7061080d983b | 80714f89f12953e9c7dc2fde5d91b1594da4a8bc | refs/heads/master | 2022-06-26T22:57:20.274648 | 2020-07-06T09:37:26 | 2020-07-06T09:37:26 | 181,040,894 | 1 | 4 | null | 2022-06-17T03:04:15 | 2019-04-12T16:02:40 | Java | UTF-8 | Java | false | false | 865 | java | package com.mingri.langhuan.cabinet.pojo;
public class PagePojo {
/**
*
*/
@SuppressWarnings("unused")
private static final long serialVersionUID = 8798070553988740245L;
private Integer pageNo;
private Integer pageSize;
private long total;
public PagePojo() {
}
public PagePojo(Intege... | [
"594255598@qq.com"
] | 594255598@qq.com |
33951941d2b6e10f03d3c2c71ab9e993622dbc80 | 6e7f7fac4de13628898a622e63f1d38c66b4e480 | /logistics-web/src/main/java/cn/kemis/tools/freemarker/FreemarkerTemplateHelper.java | b87713a108bfaa1904ba30fa7560c675e34bb781 | [] | no_license | haonan333/kemis-logistics | af5a9613158ab78a27814f5733c31954273e7f2d | 2989931bc71a2f960fc5b6a1e1808baf5e482fb9 | refs/heads/master | 2020-07-17T21:08:21.817725 | 2017-06-14T12:02:01 | 2017-06-14T12:02:01 | 94,324,919 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,468 | java | package cn.kemis.tools.freemarker;
import freemarker.template.Configuration;
import freemarker.template.Template;
import freemarker.template.TemplateException;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.util.Locale;
/**
*
* @author lty jefferlzu@gmail.com
* Created o... | [
"zhaohaonan@kemis.cn"
] | zhaohaonan@kemis.cn |
89019153c1d419d467ee3c8d06de133422998730 | 8740341084e41f5b3328490f56d64f61a01fee1b | /app/src/main/java/com/isport/tracker/bluetooth/notifications/NotifService.java | 074b37e7e881973ece1cef1e5420e36a9d627ad6 | [] | no_license | sengeiou/ISportTracker | ecfee9e8e1fb34219e3711597038234de9dab141 | 88f7a7bcf2abbd3275b4d539667a396b78746e2d | refs/heads/master | 2023-07-08T06:20:15.386196 | 2021-08-19T02:36:20 | 2021-08-19T02:36:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,638 | java | package com.isport.tracker.bluetooth.notifications;
import android.accessibilityservice.AccessibilityService;
import android.app.Notification;
import android.content.Context;
import android.content.Intent;
import android.provider.Settings;
import android.text.TextUtils;
import android.util.Log;
import android.view.acc... | [
"604503163@qq.com"
] | 604503163@qq.com |
a93b26306e08e2f73856648f1d518b0b835eab24 | ca5004b316a642644832e0cd8ef94c29dc4acbc3 | /fBReader/src/main/java/org/geometerplus/android/fbreader/tree/TreeAdapter.java | b9a72de3d662e6d235115ca4d92ff8607330e8bc | [] | no_license | dyglcc/FB_reader_androix | eebbc6868be390f2b8fecd80fb71aa8159b3b3ca | 74e67bbfe84260401f19cb89b8656edcb18a1b16 | refs/heads/master | 2023-01-23T16:02:21.770053 | 2020-12-01T09:29:22 | 2020-12-01T09:29:22 | 317,485,361 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,679 | java | /*
* Copyright (C) 2010-2015 FBReader.ORG Limited <contact@fbreader.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later ... | [
"dongyuangui@appadhoc.com"
] | dongyuangui@appadhoc.com |
f793eb02b186050307bf90d3e9642ca37a07c08e | 5889ada4e5e57d197091c641368c21bb6d0993d3 | /src/model/statement/ReadFile.java | 37056732cb811b33229ad449dd38e232b8829928 | [] | no_license | danhorea2010/ToyLanguageInterpreterV1 | 24be55a989586557cc5631e67ae5226af6e9c419 | 17ea4559f0fdb129b76fcffef0c062414187807d | refs/heads/master | 2023-02-22T13:44:28.909262 | 2021-01-24T12:36:38 | 2021-01-24T12:36:38 | 304,684,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,935 | java | package model.statement;
import exceptions.VariableNotDeclaredException;
import exceptions.VariableTypeMismatchException;
import model.ProgramState;
import model.adt.MyDictionary;
import model.expression.Expression;
import model.types.IntType;
import model.types.StringType;
import model.types.Type;
import model.values.... | [
"danhorea2010@gmail.com"
] | danhorea2010@gmail.com |
d8eb6932eb8074e506ca521d8bc0a1b82f81035a | 9c2d1b29b2c07285c2b07b850b25c5e5d3b17089 | /src/main/java/alphacore/worldgen/biomes/BiomeCreator.java | 493d334d45ac0acb0bc9288908ba407630c4424b | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | AlphaMode/AExploration | c63053688d5e3a8189cca52519a14b4add1b900f | 84c21714f17f4899d00ae4d2323b70ef823e7ccf | refs/heads/master | 2023-04-29T23:28:47.842293 | 2021-05-12T23:45:12 | 2021-05-12T23:45:12 | 338,212,150 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,653 | java | package alphacore.worldgen.biomes;
import alphacore.worldgen.biomes.Features.Features;
import net.minecraft.client.sound.MusicType;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.SpawnGroup;
import net.minecraft.particle.ParticleTypes;
import net.minecraft.sound.BiomeAdditionsSound;
import net.min... | [
"AlphaModeYT@gmail.com"
] | AlphaModeYT@gmail.com |
c82d4cd968d3b6d4652b7bb97e5edd7a6d7f7be1 | 97de6b7610217d4cf5fd530ba7341fc5d7b808ce | /HibernateExample/src/mthibernate/StoreData.java | edbe57f28aa46b0cdc6139d24532a36ccdc62a3a | [] | no_license | kiransai48/GitJavaWork | 6885cacd53642d4fcab3bb116b755e13211a082b | 12a6d428d31dfee05ecba63dea2a100fef357930 | refs/heads/master | 2022-12-21T19:39:51.017108 | 2020-02-05T08:47:19 | 2020-02-05T08:47:19 | 219,463,076 | 0 | 0 | null | 2022-12-15T23:28:14 | 2019-11-04T09:25:44 | Java | UTF-8 | Java | false | false | 1,166 | java | package mthibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.boot.Metadata;
import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.StandardServ... | [
"sai578696@gmail.com"
] | sai578696@gmail.com |
70af599c876a7dec96583c247993d85022d5cda2 | 17f3cc798db02eb809e0563858572076353f7993 | /Letra_B.java | 8a51f8a5e2bcf42868e2f21255f2d793322e97f3 | [] | no_license | ThiagoBonette/Atividade_05 | 2755c64de938fa60ec9aeffb91935e8d8bb99c2d | 9904d5040a210a380bbeb990df12b78f45f04257 | refs/heads/master | 2023-01-01T00:21:01.124458 | 2020-10-26T13:06:13 | 2020-10-26T13:06:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java |
package atividade_05_hamilton;
import javax.swing.JOptionPane;
public class Letra_B {
public static void main(String[] args) {
int [] valores = new int [10];
for(int i = 0; i < valores.length; i++){
valores[i] = Integer.parseInt(JOptionPane.showInputDialog("Digite um numero: ")... | [
"bonette_36@hotmail.com"
] | bonette_36@hotmail.com |
2239d3e4135e4b46dfed2bb40e7b063f2a187d50 | eb71e782cebec26969623bb5c3638d6f62516290 | /src/com/rs/game/npc/combat/impl/ThornySnailCombat.java | c06d1e33bee5d57969d8a7fe768a2c49752febff | [] | no_license | DukeCharles/revision-718-server | 0fe7230a4c7da8de6f7de289ef1b4baec81fbd8b | cc69a0ab6e139d5cc7e2db9a73ec1eeaf76fd6e3 | refs/heads/main | 2023-06-25T05:50:04.376413 | 2021-07-25T19:38:35 | 2021-07-25T19:38:35 | 387,924,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package com.rs.game.npc.combat.impl;
import com.rs.game.Animation;
import com.rs.game.Entity;
import com.rs.game.Graphics;
import com.rs.game.World;
import com.rs.game.npc.NPC;
import com.rs.game.npc.combat.CombatScript;
import com.rs.game.npc.combat.NPCCombatDefinitions;
import com.rs.game.npc.familiar.Familiar;
pub... | [
"charles.simon.morin@gmail.com"
] | charles.simon.morin@gmail.com |
6daccbf2c46e305add8326c49d9f0d802d6bd5d4 | ecf41a04c43ba48c59ff8c97c27f4eb8f19fd698 | /test/qtree/CopyOfTestBGPJoinOnIndex.java | 2f37a78e95ef1d42e03a083ab4f692aa22b0a1ec | [] | no_license | jumbrich/semqtree | 953d9ef97a2548a7605d0f03ea3bcf3988b097d4 | 3ff0c71e61849ae58b6769de91d0d625e6f98829 | refs/heads/master | 2021-01-10T09:29:36.112128 | 2012-12-03T10:46:21 | 2012-12-03T10:46:21 | 36,661,383 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,941 | java | package qtree;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.URLDecoder;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import... | [
"jueumb@gmail.com"
] | jueumb@gmail.com |
61469c1fcbdb7d8dc3de0bc7c13819f0b0d2cb95 | 471ca47466c6defc6519abfc2c073a570dd1a05f | /src/main/java/net/xtgr/dtex/expr/Upload.java | f1d729527bfd657b43c0b53c9296b51f6d02c557 | [] | no_license | netxtgr/dtex | ff8f3a475653f825ca1541d5d17d0f914faeab13 | 84af75213bc15533fe58ae5f623ea33849588b13 | refs/heads/master | 2021-07-07T11:58:54.639971 | 2020-09-30T04:15:32 | 2020-09-30T04:15:32 | 192,275,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,487 | java | /**
*
*/
package net.xtgr.dtex.expr;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.net.SocketException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
imp... | [
"tiger.chang@outlook.com"
] | tiger.chang@outlook.com |
19e9ff17b73c4c6c4a93189ba355436c571a371c | 7f9d562dcc745719c6829944365cfc1118f54bc5 | /src/main/java/com/x/shop/template/directive/ArticleCategoryParentListDirective.java | 96bcf760e5d697a5e41c3e6159f9f0342ecac1d5 | [] | no_license | wd1900/shop | bebec00b95286f269b8fad01151f7f9c91d26fd5 | 663c7e327147ec1d35aac200abd21f4deb54264f | refs/heads/master | 2022-11-25T06:01:55.445633 | 2020-08-01T06:28:49 | 2020-08-01T06:28:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,259 | java | package com.x.shop.template.directive;
import com.x.shop.entity.ArticleCategory;
import com.x.shop.service.ArticleCategoryService;
import com.x.shop.util.FreemarkerUtils;
import freemarker.core.Environment;
import freemarker.template.TemplateDirectiveBody;
import freemarker.template.TemplateException;
import freemarke... | [
"653800209@qq.com"
] | 653800209@qq.com |
0c53a1981024ef457edc8688a748e854e7c42647 | b7693e7a6ba1c217c17b257f56367a6c826193f2 | /plugins/org.ifc4emf.metamodel.ifc/src/IFC2X3/IfcActorSelect.java | c7459e182e1422c692fa043d2afd934c8534df6b | [] | no_license | patins1/ifc4emf | 6941967114f87965ea124c36b95aaedc5ef01349 | ad65df3fce500e5691625d4e0906041c8c0db284 | refs/heads/master | 2021-01-19T10:40:16.758125 | 2017-09-11T02:25:57 | 2017-09-11T02:25:57 | 87,891,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package IFC2X3;
import org.eclipse.emf.cdo.CDOObject;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ifc Actor Select</b></em>'.
* <!-- end-user-doc -->
*
*
* @see IFC2X3.IFC2X3... | [
"patins@4fe55a55-8cb9-4820-ac24-0eeacf389520"
] | patins@4fe55a55-8cb9-4820-ac24-0eeacf389520 |
6c1a09c999cdb49d0a1aef240be2eaf4d630644c | f662872e4f33339a1aad1ed1daddba64c9362a5a | /src/ReadIn.java | 367e78865a42199b4f8541939ba8f261d1da5602 | [] | no_license | kacper97/FamilyTree | e9fffdbfdcfe49f69ab03c1726d42ebc8bfc3738 | a5b564138a444c636f2be0a9242f257704748d91 | refs/heads/master | 2021-07-07T10:06:29.888473 | 2017-09-28T23:15:52 | 2017-09-28T23:15:52 | 105,208,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class ReadIn {
public static void readFile() throws IOException {
BufferedReader br = new BufferedReader(new FileReader("large-database.txt"));
// reads in file
try {
// builds a string
StringBuilder sb = new St... | [
"kacperwoloszyn4@gmail.com"
] | kacperwoloszyn4@gmail.com |
89adad3563f3c5f643e0d7a8cec0d71fdca188b1 | 50590b8ddca61569c937bd8670047b15d361b32b | /DI_0318_60132299/src/main/java/CMain.java | f8745a2acee86b3afbc2d2b6aba5869e821a0528 | [] | no_license | Do-Lee/SE2015_60132299 | 0e8227851e7b69c484f6f76c5bfa101ccfe09802 | 3f1624ffbfbc8a43e9c7de95f6ca201dee2b5a30 | refs/heads/master | 2016-09-06T03:15:25.809611 | 2015-06-14T11:26:14 | 2015-06-14T11:26:14 | 33,102,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class CMain {
public static void main(String[] args) {
ApplicationContext factory =
new ClassPathXmlApplicationContext(new String[]{"applicationContext.xml"});
... | [
"happyc0de@naver.com"
] | happyc0de@naver.com |
3ce49789442b3b0735d442706d000214a7ac52ca | c62ec9e4b2683c701a69eb52b8e7c681bdff2c95 | /src/main/java/com/chuan/netty/rpc/provider/RpcHelloServiceImpl.java | 8172fbe2d31559f9044bec84daa248d85d6f46f6 | [] | no_license | netty-demo/netty-rpc-simpe | dde5815112a03c4612780e612972eeb8a16aa2ed | 072e99e00d1233e4e06b11d3e71342a671e08c31 | refs/heads/master | 2021-07-05T05:20:33.182861 | 2019-06-19T07:00:48 | 2019-06-19T07:00:48 | 192,676,729 | 0 | 0 | null | 2020-10-13T14:00:20 | 2019-06-19T06:58:35 | Java | UTF-8 | Java | false | false | 318 | java | package com.chuan.netty.rpc.provider;
import com.chuan.netty.rpc.api.IRpcHelloService;
/**
* @author: diaoche
* @review:
* @date: 2019/6/18 16:38
*/
public class RpcHelloServiceImpl implements IRpcHelloService {
@Override
public String hello(String name) {
return "Hello " + name +" !" ;
}
}
| [
"diaoche@bicitech.cn"
] | diaoche@bicitech.cn |
b88fe620cee4cc6ea46b1552f6ed59b71335565a | a82cd9a4597bf1318cc8dd38c26c124ea46c33b1 | /app/src/test/java/mealmarch/com/mealmarchtest/ExampleUnitTest.java | a0b69b826465e7eed71cad7334e71f7ea39fb168 | [] | no_license | itscoe/MealMarch | 156314fc4a65e08cfca8252b992158ae0a1f3b5e | cc499e190d1bb71c15e08807e109020dba8d15f0 | refs/heads/master | 2020-04-02T01:41:34.499629 | 2018-10-21T08:47:20 | 2018-10-21T08:47:20 | 153,869,886 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package mealmarch.com.mealmarchtest;
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... | [
"itslagle@coe.edu"
] | itslagle@coe.edu |
2ccf55cb01cee7ba563e3d585b1b6d253ff9be84 | 0530fca7272be0c73987ed538357b03a870f8bfe | /app/src/main/java/cn/edu/bistu/cs/se/contact/MainActivity.java | f665b51fbe80bc532af0c77fd43487b60dbc8454 | [] | no_license | MorningSandra/Contact | 3118d5c0feb315b29bd948b0d6242e9ea0bc64fc | fd22f512b87f13bdb893f0ad6713042d9d53e82a | refs/heads/master | 2021-06-05T02:46:47.161127 | 2016-09-09T01:41:44 | 2016-09-09T01:41:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,523 | java | package cn.edu.bistu.cs.se.contact;
import android.content.ContentResolver;
import android.database.Cursor;
import android.provider.ContactsContract;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class... | [
"211088842@qq.com"
] | 211088842@qq.com |
5716ce4073755d8c51352f16b50bf0430aca0cd5 | e2bd39b95c43b1cfeaf995825456e0d24087f87f | /src/application/CalController.java | b8c8c3fa24f598adc4502909689857100fad405b | [] | no_license | VaridVerma/calculator-javafx | f7a136366cb33448148344efb40c9ca106fb5901 | 9c019fdf617349b3a1d400207648437c4c8a5530 | refs/heads/master | 2021-01-15T10:57:58.411436 | 2018-01-27T20:29:12 | 2018-01-27T20:29:12 | 99,603,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,064 | java | package application;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
public class CalController {
@FXML
private Label result;
private long n1 = 0;
private String operator;
private boolean start = true;
private Model model = new... | [
"varid.verma@gmail.com"
] | varid.verma@gmail.com |
243eb1d1b0f8c21e85f9886ed731da5c9dcc3f0b | 46b6184622d3678c7249fcff3f8b67e6e1f1aee5 | /src/wiko/Processors.java | dc62a02c37a8f2c8122fce9d068d91ddd6627f49 | [
"WTFPL"
] | permissive | ArnonEilat/Wiko | 1ca709e901bba41c4f1d9ddb5642ebc01ce520d7 | 104854425f3cac69cb81d7c01a999b40e4a26283 | refs/heads/master | 2016-08-06T22:43:05.161683 | 2013-04-17T11:08:28 | 2013-04-17T11:08:28 | 9,495,695 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,528 | java | package wiko;
/**
* Class with methods to convert one line in Wiki markup to HTML.<br>
*/
public final class Processors {
/**
* Supported Internet protocols.
*/
private static String[] WEB_PROTOCOLS = {"http", "ftp", "news"};
/**
* Don't let anyone instantiate this class.
*/
pri... | [
"arnon.eilat@gmail.com"
] | arnon.eilat@gmail.com |
0cfed8c80e8866680b60594469901e66cb077103 | 430f01f377bfd732114e6e2aa9fe31d8449d69fc | /dina-datamodel/src/main/java/se/nrm/dina/datamodel/Author.java | 73b0d28bc30f2a537275e5f0d3dff376867ce9df | [] | no_license | idali0226/dina-web | b6eb6bc468330d258fe0f3e72a982d4477e28f8e | bba247c8421583ac3b29e0a4ff746d0295341f75 | refs/heads/master | 2021-01-19T00:01:35.087819 | 2016-05-02T08:03:28 | 2016-05-02T08:03:28 | 49,878,684 | 0 | 2 | null | 2016-06-09T09:08:43 | 2016-01-18T13:29:58 | Java | UTF-8 | Java | false | false | 5,122 | 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 se.nrm.dina.datamodel;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.p... | [
"idali@Idas-MacBook-Air.local"
] | idali@Idas-MacBook-Air.local |
738550fe7ec9c2d30df59ffde8c6b191a26ec70b | 86404aaf2267945530f07155d1b8f3e223d34c1b | /analyse/src/functioneditor/actions/PasteAction.java | d12a29b0ee8a322bb8309ab784d93d75bd5ecc5c | [] | no_license | fbuloup/Analyse | 5c5a513118620bafac646d10fe7c80d73b0e2e00 | 9cb908bf6bbd8b4ccdd81015140e781480d06aa5 | refs/heads/master | 2022-02-22T21:39:07.720641 | 2022-01-27T07:33:23 | 2022-01-27T07:33:23 | 156,516,992 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 2,359 | java | /*******************************************************************************
* Université d’Aix Marseille (AMU) - Centre National de la Recherche Scientifique (CNRS)
* Copyright 2014 AMU-CNRS All Rights Reserved.
*
* These computer program listings and specifications, herein, are
* the property of Université ... | [
"frank.buloup@univ-amu.fr"
] | frank.buloup@univ-amu.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.