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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4f08ec8bcad70e42cf05a4a9e0999508062825cf | d15058fec18f4cd2c4d869f6a5e2fb5116215eb3 | /src/main/java/com/tranzvision/gd/workflow/engine/TzWflCalendar.java | 92d91c0a62c09d20eadbaeb2e49ddd7cdd5bb6bc | [] | no_license | YujunWu-King/university | 1c08118d753c870f4c3fa410f7127d910a4e3f2d | bac7c919f537153025bec9de2942f0c9890d1b7a | refs/heads/BaseLocal | 2022-12-26T19:51:20.994957 | 2019-12-30T11:38:20 | 2019-12-30T11:38:20 | 231,065,763 | 0 | 0 | null | 2022-12-16T06:34:06 | 2019-12-31T09:43:56 | Java | UTF-8 | Java | false | false | 5,742 | java | package com.tranzvision.gd.workflow.engine;
import com.tranzvision.gd.util.base.GetSpringBeanUtil;
import com.tranzvision.gd.util.base.TzException;
import com.tranzvision.gd.util.sql.SqlQuery;
import com.tranzvision.gd.util.sql.TZGDObject;
import com.tranzvision.gd.util.sql.type.TzRecord;
import org.apache.log4j.Logge... | [
"jinjl@tranzvision.com.cn"
] | jinjl@tranzvision.com.cn |
685678c00a370e0fd66c99c1ee49dd30f8cf9020 | c6bee9e89f512c7c7271dbbb1cc2aa8699ac0bcb | /MyBazarFrontEnd/src/main/java/com/niit/Controller/SupplierController.java | f9c5d05969ae8b04b1cc6adfe2cc7c7e9dbc541a | [] | no_license | Kratos028/Ecommerce-website | c0d9ddc468b34e72ab588a8732f7ccb45e2f0fc0 | 5602ad49b5d8c75f3fbc7c165cdabe9bb059e34c | refs/heads/master | 2022-12-21T07:17:28.122796 | 2020-05-10T14:25:39 | 2020-05-10T14:25:39 | 176,549,378 | 0 | 1 | null | 2022-12-16T09:42:42 | 2019-03-19T15:59:11 | Java | UTF-8 | Java | false | false | 2,882 | java | package com.niit.Controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestM... | [
"s.vaibhav1998@gmail.com"
] | s.vaibhav1998@gmail.com |
3797c74e351bab9dce0bfb73fbfe340c87e2898e | 87b4313f7e8ea055f074303550ee17c880f3c5c4 | /jdk6src/src/com/sun/jmx/snmp/IPAcl/JDMHostTrap.java | 6df7eed2af0d40e1af8dcaa709cd25a368bb27ef | [] | no_license | my-src/myJdk6Src | 51984f32b3929cf16c38ad4fe49b304503ef4ff1 | 9340ca40ee89d3c764fc89c6c4d047e526f408b6 | refs/heads/master | 2021-01-11T19:57:54.947839 | 2017-05-10T02:57:45 | 2017-05-10T02:57:45 | 79,427,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 793 | java | /*
* @(#)file JDMHostTrap.java
* @(#)author Sun Microsystems, Inc.
* @(#)version 4.8
* @(#)date 06/11/01
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*/
/* Generated By:JJTree: Do not edit this line. JDMHostTr... | [
"developerli@126.com"
] | developerli@126.com |
b21b21d303da20a0ba54143e3c887f340bfab8d3 | 69e556125578e9ad245c8f23c703971bc3674817 | /protest/src/ex190516/CarMain.java | dacbe55f4033d1b84f2e6eef3d2e2090ae0506eb | [] | no_license | jinminwook/20190516- | c138edcad29f5f10b4224981eaf9876162e326b0 | cf7658451fecba289670c15ee1e78a4fe7bb0723 | refs/heads/master | 2020-05-23T21:58:57.850659 | 2019-05-17T07:42:51 | 2019-05-17T07:42:51 | 186,965,240 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 921 | java | package ex190516;
public class CarMain {
public static void main(String[] args) {
//a.sedan,truck에 대한 객체 각각 생성
Sedan nana = new Sedan(100,"빨간색");
nana.Color="빨간색";
Truck nene = new Truck(60,"은색",5);
nene.Color="검은색";
//b.sedan의 속도를 200,truck의 속도를 100으로 올림.
nana.sp(100);
nene.sp(40);... | [
"user@user-PC"
] | user@user-PC |
08cf6d0078c6aefb0e401c901d7f06918b30cace | e1908d44fecb92b7208612853183356213d176a4 | /itdr_rlg/rlg_1.0/src/com/itdr/controller/FenLeiController.java | 6cf8cf064478aec15379e1df447a9b0d6cfc3ce4 | [] | no_license | hyomineunjung/javaweb-jy5 | ace6780d8b115b3caaf9ab8d5ce418b7dfa84d18 | 04f0e6c589d19d2aa9feca9f9f83c6591b33d979 | refs/heads/master | 2021-07-11T15:27:03.785254 | 2019-08-12T06:01:28 | 2019-08-12T06:01:28 | 200,215,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,164 | java | package com.itdr.controller;
import com.itdr.common.ResponseCode;
import com.itdr.service.FenLeiService;
import com.itdr.service.ProductService;
import com.itdr.utils.JsonUtils;
import com.itdr.utils.PathUtils;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.htt... | [
"623462260@qq.com"
] | 623462260@qq.com |
78f58222699d17516b176c4897a47ab1dd981245 | c02c9a8670a545023b2d792cbbb7204f2b148acb | /src/main/java/com/wanying/study/net/ServerSocketTest.java | 198604a2baa39996df5c0d11d53c03c7e6dc9c74 | [] | no_license | wychenlong/java-depth-study | 4db2a2100749c5727331092274575ada2a89379b | 55af11c3a07ad23435d38499b966ff6e1521e834 | refs/heads/master | 2021-04-22T12:27:24.627608 | 2017-01-25T00:14:47 | 2017-01-25T00:14:47 | 46,022,758 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.wanying.study.net;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
/**
* Created by wychenlong on 2016/10/19.
*/
public class ServerSocketTest {
public static void main(String args[]){
try {
ServerSocket serverSocket = new ServerSocke... | [
"cl315917525@gmail.com"
] | cl315917525@gmail.com |
3cd127ff79ad1a2f589c7d44a9caae5fb52b74ff | 528660ebb5796aa9b71968bac27128d40fcdbbda | /addon/de.dc.javafx.xcore.workbench.barcode/de.dc.javafx.xcore.workbench.barcode/src-gen/de/dc/javafx/xcore/workbench/barcode/BarcodeFX.java | da69f6faa00650f741cdedc5ac75e31223974f24 | [
"Apache-2.0"
] | permissive | chqu1012/RichClientFX | e9b8370176e561cb1fb68dd310e26d9ad0900efc | c6e6c8686285c8cb852c057693427b47e3662b84 | refs/heads/master | 2020-04-26T09:05:05.505135 | 2019-07-16T21:39:48 | 2019-07-16T21:39:48 | 173,443,601 | 6 | 0 | Apache-2.0 | 2019-07-13T12:22:37 | 2019-03-02T12:11:36 | Java | UTF-8 | Java | false | false | 1,268 | java | /**
*/
package de.dc.javafx.xcore.workbench.barcode;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>FX</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.dc.java... | [
"cqd2202@yahoo.de"
] | cqd2202@yahoo.de |
71786e384c2fb72c6fe1183034df6047bf2b5064 | 2dcc440fa85d07e225104f074bcf9f061fe7a7ae | /gameserver/src/main/java/org/mmocore/gameserver/scripts/ai/pts/hellbound/warrior_quarry_guard.java | 1560180224b6fdb7cf1fd0b35b21987a6a6153ad | [] | no_license | VitaliiBashta/L2Jts | a113bc719f2d97e06db3e0b028b2adb62f6e077a | ffb95b5f6e3da313c5298731abc4fcf4aea53fd5 | refs/heads/master | 2020-04-03T15:48:57.786720 | 2018-10-30T17:34:29 | 2018-10-30T17:35:04 | 155,378,710 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | package org.mmocore.gameserver.scripts.ai.pts.hellbound;
import org.mmocore.gameserver.ai.CtrlEvent;
import org.mmocore.gameserver.ai.Fighter;
import org.mmocore.gameserver.ai.ScriptEvent;
import org.mmocore.gameserver.model.instances.NpcInstance;
import org.mmocore.gameserver.object.Creature;
/**
* @author KilRoy
... | [
"Vitalii.Bashta@accenture.com"
] | Vitalii.Bashta@accenture.com |
b9049edab648bca0a82d068d8f9027cd251b8f06 | be119918dfe047742c01a157cee0f3529552fcb8 | /src/main/java/com/sumit/ds/fremont/meetup/package-info.java | 6921c5ebc4d93c185710237559e303c51acec81b | [] | no_license | chiffchaff/ds-practise | f9f9d184ecb4da9b1a5a285c32c950024739c572 | e078ca88b0ddec951e83aa737587305d13c394ea | refs/heads/master | 2023-04-21T07:33:00.909880 | 2023-04-10T19:44:26 | 2023-04-10T19:44:26 | 68,734,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | /**
*
*/
/**
* @author sumijaiswal
*
*/
package com.sumit.ds.fremont.meetup; | [
"sumijaiswal@lm-sjn-00876060.paypalcorp.com"
] | sumijaiswal@lm-sjn-00876060.paypalcorp.com |
c3062413c309c89287c3036ac74e402d4e76b09a | 8db9e52b19e5bb21f126a20673506bd39b1f9f56 | /src/com/rams/java/sorting/SelectionSort.java | 64d47f968fe94b94ec307344aef13adfc4b48a2c | [] | no_license | Ramaysh1980/Java1.8 | 1b8429ecaa0052b0de0b1d2a3ed9eb5b371d9cbc | bc64de8a1281d3fda95e0c2a161eae51d9ee941a | refs/heads/master | 2022-11-27T15:03:37.019789 | 2020-07-29T17:20:17 | 2020-07-29T17:20:17 | 283,560,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.rams.java.sorting;
public class SelectionSort {
public void sort(int[] a) {
int n=a.length;
for(int i=0;i<n;i++) {
int min_index=i;
for(int j=i+1;j<n;j++) {
if(a[j]<a[min_index])
min_index=j;
}
int temp=a[min_index];
a[min_index]=a[i];
a[i]=temp;
}
}
void ... | [
"g.ramaysh@gmail.com"
] | g.ramaysh@gmail.com |
6238b331c83f590b2dc1705230b2df38ffc9ef7e | 3953a58fdf8bf5c67d924e90aa95dea8c091c1f9 | /src/strategiespack/VaryGameLength.java | fa814213c327f7b43b43e7e543fdcc080fbc3206 | [] | no_license | 11laurenm/IterativePrisonersDilemma | 35510462dfa8f5af7196a00e28a9771c7f2f6c35 | e43ce0d38716851d456d5485054e5603d458c184 | refs/heads/master | 2023-06-14T11:22:08.340096 | 2021-03-26T13:35:56 | 2021-03-26T13:35:56 | 383,283,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,358 | java | package strategiespack;
import java.util.Random;
/**
* Class responsible for deciding the length of each of the three games that
* each pairing plays.
* @author Lauren Moore - zfac043
*
*/
public class VaryGameLength {
/**
* The total number of rounds to be played over the course of
... | [
"46924967+11laurenm@users.noreply.github.com"
] | 46924967+11laurenm@users.noreply.github.com |
88fdfa09fb24a1000b7cce403beb42db6b25e942 | 25626e22673b8bbc8bf191f4ac630308e9e3aaa7 | /ifirstAid/src/main/java/com/iebm/aid/controller/req/SearchRecordDetailParam.java | d1aab40736f92f9f5daa6581b04216ac7c63a294 | [] | no_license | leohyluo/ifirstaid | 0b9002f593be1b2a2d4b0c1d4c27c1a02d75b25b | cc68d2a5becad39648b9c02ce6672e156d6a9e72 | refs/heads/master | 2021-04-12T10:30:55.572147 | 2017-06-26T11:30:54 | 2017-06-26T11:30:54 | 94,532,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.iebm.aid.controller.req;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel("查询急救记录详情实体")
public class SearchRecordDetailParam {
@ApiModelProperty("记录id")
private String id;
public String getId() {
return id;
}
public void setId(String id) {
this.... | [
"32305819@qq.com"
] | 32305819@qq.com |
a6a9ee1fc023409dd560f2e51415aa2b41604c5e | eea22a0819dc64dbf73a2f819eba0c3c35284968 | /src/main/java/org/pdfcreator/util/PdfFilesUtils.java | b640ba7e8eb9d43dd40f663531ea40726d8404b2 | [] | no_license | LearnerOGC/spring-boot-forPDFconver | 36f24de1bee072b9fb7c94ca4566313a2c0204f6 | 374bc3e463cb10a8dd6e04f28f73a5c46adb5142 | refs/heads/master | 2020-04-05T21:38:40.555801 | 2018-11-12T14:41:00 | 2018-11-12T14:41:00 | 157,227,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,111 | java | package org.pdfcreator.util;
import org.apache.commons.lang3.StringUtils;
import org.pdfcreator.context.FileConstants;
import java.io.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PdfFilesUtils {
public static String getFileNameWithOutSuffix(String path){
if(!StringUtils.isBlank(... | [
"1099065285@qq.com"
] | 1099065285@qq.com |
74eb4c7065e1b6d2eedc126cbfcefbfcbcc6e35b | c0e5117594433a38091744947ceecc7f223d58ab | /src/test/java/aula/SeleniumAulaClasseAction/TesteClasseAction.java | f3e76346b999075b71bc002c8ad2bd29e1dc85b1 | [] | no_license | AbnerDvlp/CSWDJActions | 8019cc9faa0c0e8dc593e8aa73d6c2125fa79afc | 9cd061453bdd378bb262ac295e0387db9fcf04b1 | refs/heads/master | 2022-11-28T01:24:54.344928 | 2020-08-10T14:43:08 | 2020-08-10T14:43:08 | 286,500,859 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,749 | java | /*dragAndDrop(source, target): Clica e arrasta um elemento para outro elemento. Utiliza como parâmetro um elemento de origem e o elemento de destino.
dragAndDropBy(source, xOffset, yOffset): Clica e arrasta um elemento para outro elemento. Utiliza como parâmetro coordenadas X e Y.
moveToElement(toElement): Move o cur... | [
"abnerantoniomarcelino@gmail.com"
] | abnerantoniomarcelino@gmail.com |
86aae3b8921dd18e9232d77cf9aae5939fe18e7d | 5a8e60d58407ddd13804d926173f708833642efe | /src/main/java/com/avaje/ebeaninternal/server/el/ElFilter.java | 6769a9854f450efafe566d88ddc0da7a0570b325 | [
"Apache-2.0"
] | permissive | hei1233212000/avaje-ebeanorm | dc66510358c42bf165768e60a6cf7b76fb0f02eb | d396f09b3afae8dfc0f5b5c3d166c6f498b96961 | refs/heads/master | 2020-04-03T13:58:41.211683 | 2015-07-24T09:56:11 | 2015-07-24T09:56:11 | 11,807,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,444 | java | package com.avaje.ebeaninternal.server.el;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.regex.Pattern;
import com.avaje.ebean.Filter;
import com.avaje.ebeaninternal.server.deploy.BeanDescriptor;
/**
* Default implementation of the Filter interface.
*/
public final class... | [
"robin.bygrave@gmail.com"
] | robin.bygrave@gmail.com |
ec0f27db9bd66a30dd8a7003b2f150d2d1900694 | 7304d5115a547c09b9f83fea68d3e03238b09986 | /PersonalDevelopment/src/personal/development/src/executors/employee/RunnableSalaryCalculator.java | f04931270994bd412a0cd289824373a19750c841 | [] | no_license | bhagyashree010/PersonalDevelopment | fea4c7fa4f5bf4004c0012d48ffd062ed681f3e0 | 68345af7b3e98bb9cd465ef79e293d276c3797d9 | refs/heads/master | 2021-08-23T19:46:23.102523 | 2017-12-06T08:30:51 | 2017-12-06T08:30:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package personal.development.src.executors.employee;
import java.util.List;
public class RunnableSalaryCalculator implements Runnable
{
List<Employee> emps = null;
public RunnableSalaryCalculator(List<Employee> emp) {
this.emps = emp;
}
@Override
public void run() {
emps.stream().for... | [
"bhagyashree010@users.noreply.github.com"
] | bhagyashree010@users.noreply.github.com |
fcdd930fad5a2deb0b274e0a34684dd3f23dd511 | 09a667c9150dc8e70d5437155fa866cc79a4704d | /src/main/java/org/mongodb/morphia/query/SessionBoundQuery.java | 185a6517c41eebc8a04a4acc6bc416026042cbfb | [
"MIT"
] | permissive | jayatencompass/morphia-session | 4184d29bc8f02b7f64380d8f389b680ecd783fd8 | ee4f982f23de1ebca20164197732d72b9022135a | refs/heads/master | 2021-06-09T02:12:18.448564 | 2016-11-27T02:25:25 | 2016-11-27T02:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,464 | java | package org.mongodb.morphia.query;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.logging.Logger;
import org.mongodb.morphia.logging.MorphiaLoggerFactory;
import org.mongodb.morphia.session.Session;
/**
* You should NOT instantiate one o... | [
"rob.signorelli@gmail.com"
] | rob.signorelli@gmail.com |
20567ad6926c6a16b952207e7f67f32cd9f6788d | 9ed9b9d6400f21de719953d620da0465621937d5 | /base-service/src/main/java/com/jinyao/exploit/modules/gen/entity/Template.java | 19ab13a5cd2fda317f64bb04989a47d5a82f6f86 | [] | no_license | z68143495/exploit | f33612bffb1796c5571f7678cad699253a353f16 | a827a476126b80dee9c9ac4ebaab6d4751b42e1e | refs/heads/master | 2022-12-01T01:59:10.612406 | 2019-09-07T02:32:36 | 2019-09-07T02:32:36 | 161,329,475 | 1 | 0 | null | 2022-11-16T11:33:46 | 2018-12-11T12:18:52 | Java | UTF-8 | Java | false | false | 1,342 | java | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.jinyao.exploit.modules.gen.entity;
import com.google.common.collect.Lists;
import com.jinyao.exploit.common.base.entity.DataEntity;
import com.jinyao.exploit.common.utils.StringUtils;
import... | [
"aa6885757"
] | aa6885757 |
e06e60acdc438f81457648cc1c73e6e44ae99002 | 28021566bfbe54b5e903fd0bcfecf88bb8a37146 | /src/com/ms/silverking/compression/BZip2.java | 086d5826f51693bfddd7d590259919821b4ed60c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ft655508/SilverKing | 1dce9e28a9f3dcd30648567e610fe40b7ec4b306 | 0bbd76fd69dbb9896e1cfb85a6c3fc3164d181d3 | refs/heads/master | 2020-05-25T05:06:47.932717 | 2019-05-16T20:46:20 | 2019-05-16T20:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,721 | java | package com.ms.silverking.compression;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.logging.Level;
import org.apache.hadoop.io.compress.bzip2.CBZip2InputStream;
import org.apache.hadoop.io.compress.bzip2.CB... | [
"glenn.judd@morganstanley.com"
] | glenn.judd@morganstanley.com |
76b4f1ce99faaf72550f1a83e87625a1fde8b8cc | adda53f4f5f43d773247703caef44769d490b198 | /src/NSGA_1/SensorParetto.java | 3218d6e9e1f674c198d99a781a1a0311745b25a9 | [] | no_license | adriller/Multi-Criteria-Decision-Methods | dd7d8d74525e85e0b02f87f6d65e1270a842e447 | 8b82c39250a06843b35fa4ee46086788afb7b3a3 | refs/heads/master | 2020-05-26T13:41:42.783178 | 2017-03-14T22:16:41 | 2017-03-14T22:16:41 | 85,002,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,966 | java | package NSGA_1;
import commom.Attribute;
import java.util.ArrayList;
import java.util.List;
import org.magicwerk.brownies.collections.BigList;
public class SensorParetto {
private int id;
List<Attribute> attributes;
private Double crowdingDistance;
private int np;
// private List<SensorParetto> do... | [
"adriller_gf@hotmail.com"
] | adriller_gf@hotmail.com |
50948bbe5ff40cec891866dfad7344a875a009e5 | 939219c39dbf3c2af504410188c17db9f8a61bf9 | /kodilla-sudoku/src/main/java/com/kodilla/sudoku/SudokuElement.java | 137064786c65cd7f6bbb2216bbd3419f80e23a04 | [] | no_license | LukaszRogacz/Lukasz-Rogacz-kodilla-java | 00b5b57130c6853261eec27ae1eb70ac11b4651a | 991db629d7ee3d7afea2ccff20975f871a4df61a | refs/heads/master | 2020-03-07T04:07:19.648953 | 2018-09-20T19:47:34 | 2018-09-20T19:47:34 | 127,256,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | java | package com.kodilla.sudoku;
import java.util.HashSet;
import java.util.Set;
public class SudokuElement {
public static final int EMPTY = -1;
public static final int GAME_SIZE = 3;
public static final int VALUE_MIN = 1;
public static final int VALUE_MAX = (int) Math.pow(GAME_SIZE, 2);
private int... | [
"“lukasz_rogacz@wp.pl"
] | “lukasz_rogacz@wp.pl |
5b2dc6ae6300f5558d9536f5d173840b500b08ec | dc7f8a5affc388c0c6bbe0a8ab4ed3efe00eb34d | /behavioral/com/designpattern/strategy/CapitalTextFormatter.java | f0583a0a4e81c4b6a00e30c5db1fdb0bb3c6493a | [] | no_license | ayushchoukse1/Design-Patterns | 5c7776935c2f879ac97619858c256f2c902fe2d2 | 693742e5ac62fd726fab8787c24152fba38c64f1 | refs/heads/master | 2021-01-17T17:46:38.970947 | 2020-03-07T18:46:16 | 2020-03-07T18:46:16 | 64,610,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.designpattern.strategy;
public class CapitalTextFormatter implements TextFormat {
@Override
public String format(String string) {
return string.toUpperCase();
}
}
| [
"ayush.choukse@sjsu.edu"
] | ayush.choukse@sjsu.edu |
53e7d83fde6ca728e19094e065c7e9cc0ff12d58 | b6647a9ad4e72be89c0909b9963f0d8276a771c6 | /app/src/main/java/com/hoarauthomas/go4lunchthp7/ui/restaurant/ListFragment.java | e153f5e271ea88e459c22bcbf183f7593739b29e | [] | no_license | hoaraut35/P7 | 9ca6bf6f98d4346ac72bc10bcfc4f55b42c2119b | 007bf704ec8769918a9aaf7a8367606217e0c613 | refs/heads/main | 2023-08-13T04:59:58.071820 | 2021-10-18T13:36:18 | 2021-10-18T13:36:18 | 373,791,833 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,822 | java | package com.hoarauthomas.go4lunchthp7.ui.restaurant;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotatio... | [
"perso.thomas.hoarau@gmail.com"
] | perso.thomas.hoarau@gmail.com |
0fd906e46af9674fff2af67f572e9ec12498fddf | 271553c508447b1412cbb65762f72d24912ef196 | /prog5.java | 34b706b3e1ba21fdba8a1f231cf1151e6d9e7b63 | [] | no_license | akshaysabale07/java | c9c35a9ac6b9d6b13520c9568a69bdf13428bf86 | f6c26fe45fde7e66caf914c57a9254e00fab8607 | refs/heads/master | 2022-12-28T17:50:38.628534 | 2020-10-06T15:21:58 | 2020-10-06T15:21:58 | 296,399,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | class prog5
{
public static void main(String args[])
{
String s=args[0];
System.out.println("Welcome "+s);
}
} | [
"noreply@github.com"
] | akshaysabale07.noreply@github.com |
8731ccc87e202f53db40ff1d5a3984afb9c3b69f | f1b878deb1c1821d9f0a8dac6f904f2c9de0641d | /shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-api/src/test/java/org/apache/shardingsphere/data/pipeline/spi/fixture/RuleBasedJobLockFixture.java | 2921ca1dec350b7eb2f0d18f5e899f3b38bd31db | [
"Apache-2.0"
] | permissive | limengcanyu/shardingsphere | e3eedf1dccea26f7e2366fb6173c490eed850662 | 954bebf8dc038b7bbb37a1a53c62b31c293d99a5 | refs/heads/master | 2023-01-13T03:33:21.024525 | 2022-06-14T09:28:32 | 2022-06-14T09:28:32 | 257,579,264 | 0 | 0 | Apache-2.0 | 2020-11-22T12:17:26 | 2020-04-21T11:52:41 | Java | UTF-8 | Java | false | false | 1,212 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"noreply@github.com"
] | limengcanyu.noreply@github.com |
ee94a269a3d02f0046c2d2bfa74d299dd50b1f1b | 1ab6cc77157a6dc2d11eb869ddca3c6d12b063a6 | /src/by/it/group873603/svirbut/lesson01/FiboB.java | 22bde64f9ba64d66f315bba3d4a153a34cd8b226 | [] | no_license | Kirill-Ryzhenko/PISL2021-02-01 | 1872a7c3d77098afabe390fd13e2e9b1d92b7152 | 729ea40f0bcca8f15d5c4ace9c96fed0f71adaec | refs/heads/master | 2023-04-19T14:47:09.857217 | 2021-05-03T14:22:59 | 2021-05-03T14:22:59 | 349,974,326 | 0 | 1 | null | 2021-04-16T18:17:55 | 2021-03-21T11:12:17 | Java | UTF-8 | Java | false | false | 1,073 | java | package by.it.group873603.svirbut.lesson01;
import java.math.BigInteger;
/*
* Вам необходимо выполнить способ вычисления чисел Фибоначчи с вспомогательным массивом
* без ограничений на размер результата (BigInteger)
*/
public class FiboB {
private long startTime = System.currentTimeMillis();
private lon... | [
"svirbutav@gmail.com"
] | svirbutav@gmail.com |
ab455071851a07dda72df9cbaf2674d914fe0336 | a9963f6e3bb35707279d4bfa9d15b567c910bf6e | /libraryDatabaseImp/src/neu/ccs/cs5200/mbps/ldb/view/librarian/LibrarianHomeScreen.java | 5ca1a4690386fa9b7b7ccc41543d2194df32b054 | [] | no_license | PrathmeshJ/MyRepo | f3c03de10e43c0da6e6aa8fcad7390cdd28ab200 | d247417c02a6f26610ac3278221eabc49967b75e | refs/heads/master | 2016-08-04T10:13:00.595312 | 2014-01-03T18:33:18 | 2014-01-03T18:33:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,443 | 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 neu.ccs.cs5200.mbps.ldb.view.librarian;
import java.awt.CardLayout;
import javax.swing.JFrame;
import neu.ccs.cs520... | [
"prathmeshjakkanwar@Prathmeshs-MacBook-Pro.local"
] | prathmeshjakkanwar@Prathmeshs-MacBook-Pro.local |
ad97e91026ff081d16f5b47e193a8c1f4571eec5 | 585872122287edccd1765174245c7dc754ee771a | /src/poo/lambda/LancableIntensite.java | db2b3d97abd4196fc1697eaf55035036637524c2 | [] | no_license | aKimtsPro/Java | d51fe99bdec1eb358e7d7ba5b4e3479b867d7835 | 09d785749722706fdd997fa7c9d7bc040ef3c38f | refs/heads/master | 2023-07-04T10:11:56.796459 | 2021-08-12T10:42:36 | 2021-08-12T10:42:36 | 381,693,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package poo.lambda;
public interface LancableIntensite {
int lancer(int intensite);
}
| [
"alexandre.kimtsaris@bstorm.be"
] | alexandre.kimtsaris@bstorm.be |
3a58c3191a3d5a0903dc5de1622218082b4e45fb | a5e9dbe698a3bb180ff6011868e8af958212f2ab | /src/com/normalexception/app/rx8club/task/PmTask.java | 9f7015e14c37476fd9ef5621512e7369487e9836 | [
"MIT"
] | permissive | paimonsoror/RX8Club.com-Forum-Application | 4de3cdf0898772426953c6900dce5e8da2baa57a | c21c8037f5984ee7ce37ad43c09a796335f0ea01 | refs/heads/master | 2018-12-28T11:18:48.525674 | 2015-01-22T23:33:36 | 2015-01-22T23:33:36 | 6,002,527 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,869 | java | package com.normalexception.app.rx8club.task;
/************************************************************************
* NormalException.net Software, and other contributors
* http://www.normalexception.net
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and a... | [
"Paimon.Soror@gmail.com"
] | Paimon.Soror@gmail.com |
54fff79104a34bc9997a6d01bc62eef81355f046 | 10794c94aae85847f7155585dfc3c6608547ba40 | /src/xyz/fbeye/UI/page/LoginPanel.java | 12fa1890fb2a597474e384af3d01c4ac336b1e1b | [] | no_license | ddoo-ddah/fbeye-desktop_windows | 88562108156be934d4f57e7b60220e1fc87f184a | ca23c71a86cd6e796ba2089c2f2dcebdff065566 | refs/heads/master | 2022-12-22T01:25:35.893444 | 2020-09-10T04:23:51 | 2020-09-10T04:23:51 | 281,558,025 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,502 | java | /*
* LoginPanel.java
* Author : susemeeee
* Created Date : 2020-08-06
*/
package xyz.fbeye.UI.page;
import xyz.fbeye.datatype.LoginInfo;
import xyz.fbeye.datatype.event.Destination;
import xyz.fbeye.datatype.event.Event;
import xyz.fbeye.datatype.event.EventDataType;
import xyz.fbeye.datatype.event.EventList;
impo... | [
"hffg123@naver.com"
] | hffg123@naver.com |
3bcb97febede93ece5d97cdabbb57e6bc88ab6a2 | d146b23bc41e3f8196796a44023687da202e3eae | /core/src/com/libgdxopencv/Utilities/Controller.java | cb6e15fb3c5165fe01b76c2b5cbb357a12a430bc | [] | no_license | WinThuLatt/libGDX_OpenCV | 9bd7d760de86ddfb36c54fb33b4e403a17ec12a8 | 3aeb1d0e91964b7df6ffdb73fe48189c3ea05c6c | refs/heads/master | 2021-03-27T09:46:32.477597 | 2017-01-03T17:32:58 | 2017-01-03T17:32:58 | 77,726,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,350 | java | package com.libgdxopencv.Utilities;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.InputListener;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic... | [
"winthulatt2016@gmail.com"
] | winthulatt2016@gmail.com |
247b16888dd26f8617f4f60237284d3af32b2a09 | 46cde4ffde5160f4df9bb678293a1cef3a9065b3 | /kfcms/src/main/java/com/kfcms/util/UserStatus.java | 7b89608bcd975e8ae467d9dd2b9bb226270365cb | [] | no_license | rolyer/kfcms | 64b6e41413659bd0c0ffb82648a171ae293c402a | 4d489d77565c0a8144bef7bc9cc02d03484aa3d7 | refs/heads/master | 2021-01-24T06:39:50.892908 | 2014-10-23T15:03:19 | 2014-10-23T15:03:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.kfcms.util;
public enum UserStatus {
UNCKECKED(0), CHECKED(1), LOCKED(2);
private final Integer value;
private UserStatus(Integer value) {
this.value = value;
}
public Integer getValue() {
return value;
}
}
| [
"irolyer@gmail.com"
] | irolyer@gmail.com |
a2bc227ce4283cc0ef876b0dcf747f06b5732d45 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_bbc79d527829c8bdc4afa9193c4d4b9f030da8e5/MLBuildAndConfigurationTest/26_bbc79d527829c8bdc4afa9193c4d4b9f030da8e5_MLBuildAndConfigurationTest_t.java | e140e1aaff9f74cf61449b14cacb0a23df9c178a | [] | 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 | 5,648 | java | package com.xmlmachines.tests;
import java.io.IOException;
import junit.framework.Assert;
import nu.xom.ParsingException;
import nu.xom.ValidityException;
import org.apache.log4j.Logger;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import com.marklogic... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5bc93cb60e71a2ec0daf36f180dad8c8c0688866 | 7d7381a466365b1b9134a49d1ad847e5cc383ffb | /src/main/java/com/books/books/model/Book.java | f74e6fd983412bdb51b09d37ee8fcb88a26a66df | [] | no_license | chaudharisucheta/books | 1e526250777e09519e83d3c91aa20b92fb3f92a0 | 49978b7c2040b151e9ba7100f7f5995cac63dfe1 | refs/heads/master | 2022-12-16T17:59:49.548926 | 2020-09-18T06:58:33 | 2020-09-18T06:58:33 | 296,539,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,619 | java | package com.books.books.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Book {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Integer bookNo;
String bookName;
String... | [
"chaudharisucheta@gmail.com"
] | chaudharisucheta@gmail.com |
d84ee9eef63cb1b76da9b909f96e86384fcc9e12 | f5ae7bfc4f3bc0094ae15974b53edb58e034ab5c | /src/main/java/org/pp/tomcat/ch02/ServletProcessor1.java | 968527479a70b538d59931cfaf852fc4253f7b28 | [] | no_license | GitJavaProgramming/tomcatweb | d2badad8474a10bbc04ef84d17acfadb3caba2b5 | a070af2cfdc8b5b38838cc3fc2907cf0d7af158f | refs/heads/master | 2020-12-22T23:13:59.009505 | 2020-02-08T02:39:32 | 2020-02-08T02:39:32 | 236,958,337 | 4 | 0 | null | 2020-10-13T19:08:52 | 2020-01-29T10:37:43 | Java | UTF-8 | Java | false | false | 1,740 | java | package org.pp.tomcat.ch02;
import java.net.URL;
import java.net.URLClassLoader;
import java.net.URLStreamHandler;
import java.io.File;
import java.io.IOException;
import javax.servlet.Servlet;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
public class ServletProcessor1 {
public void p... | [
"455547940@qq.com"
] | 455547940@qq.com |
af5433c0fb4caa666fb538dd05ef1ec1cbad75e6 | c99ef55f2235d72702ff4dc0691e70ef512e7a96 | /src/com/mctlab/ansight/common/network/http/HttpHeadTask.java | 60789c542a5a9fc7f4ebd43543e525f2b5fbe5b6 | [] | no_license | mctlab/salesd | a482a3e6d2171735d25fd7c05fc8399f62dd3601 | 3a77ec7fd63a129bc888b7d33443a66536101520 | refs/heads/master | 2020-04-25T18:07:06.762771 | 2014-07-14T17:03:47 | 2014-07-14T17:03:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package com.mctlab.ansight.common.network.http;
import com.mctlab.ansight.common.network.api.ExecutorCallback;
import com.mctlab.ansight.common.network.form.IForm;
import com.mctlab.ansight.common.util.HttpUtils;
import org.apache.http.client.methods.HttpHead;
import org.apache.http.client.methods.HttpUriRequest;
pu... | [
"liqiang@fenbi.com"
] | liqiang@fenbi.com |
a5ed58cce6a44aff970506cce0cb9ae57078cbb2 | 6da0eddada93a15f102526fcdb1c7f9b5ca4010a | /src/test/java/com/zcm/cate/MapTest.java | fa05135d59ae3ee2cb2ae388bc2d33590ac5708b | [] | no_license | peijiezhang/spring-annotation | 53f0dca2764e6edc124bef990c58a93a8663e49f | 71c5627cf833f9e0d3fd55bc8b5b8ccb4324ebb6 | refs/heads/master | 2020-04-24T03:45:53.276003 | 2019-02-20T13:47:37 | 2019-02-20T13:47:37 | 171,680,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,615 | java | package com.zcm.cate;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
/**
* Created by zhangpeijie on 2018/11/15.
*/
public class MapTest {
@Test
public void testKey(){
/**
* key是哪个User,value代表有多钱
*/
Map<User,Long> map = new HashMap<User, Long>();
... | [
"18860439768@163.com"
] | 18860439768@163.com |
22d6d6afb0e5a1a80b5ba4324f61c454bc943c38 | be49756a1dd83bee2f8a709595f6954b3648fc3b | /Important_JavA_Programs_ISC/IMEI.java | 328c343f36881a713b1b71cfa27b473955b3de72 | [
"Apache-2.0"
] | permissive | CalebJebadurai/12th-Programs | c76e753400c5337bbf4fb5dba127091e10cdae9a | ed80458fbcf73ec98924a80ee20f6c9faf6d09cb | refs/heads/master | 2020-03-19T11:42:56.636772 | 2018-06-07T17:39:24 | 2018-06-07T17:39:24 | 136,472,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,905 | java | package Important_JavA_Programs_ISC;
/**
* The class IMEI inputs a 15 digit number and checks whether it is a valid IMEI or not
* @author : www.javaforschool.com
* @Program Type : BlueJ Program - Java
*/
import java.io.*;
class IMEI
{
int sumDig(int n) // Function for finding and returning sum of digit... | [
"calebjebadurai@gmail.com"
] | calebjebadurai@gmail.com |
568d01879df659295d2115e1351ea7cfae82cc95 | 45e1a000d745d7ea63f8d69976ce013da948adff | /src/main/parser/grammar/exceptions/InvalidSentenceException.java | 9bef25d1bbd3f887f77c164df5dd268b95d087e0 | [] | no_license | lucas-roman/Trabalho_Formais | cd07505157eb8f9b453ce0f3bd59036cc28c13a6 | 31b7074a1262da7971a004af55ee08b468ab8828 | refs/heads/master | 2021-01-10T07:37:19.888723 | 2015-11-29T21:07:41 | 2015-11-29T21:07:41 | 43,334,691 | 1 | 0 | null | 2015-10-02T02:13:33 | 2015-09-29T00:19:24 | Java | UTF-8 | Java | false | false | 102 | java | package main.parser.grammar.exceptions;
public class InvalidSentenceException extends Exception {
}
| [
"lu_roman@hotmail.com"
] | lu_roman@hotmail.com |
8c6a6c198782dd8ae5890ad3a24d9d85a0cabb76 | 3dc8b7e4ecec586a378f849901f21880dc051980 | /PhjfAdmin/src/main/java/com/bankwel/phjf_admin/common/util/RansomCodeUtil.java | 9b44d5be2d0623e41c19df5d511660223f332e8d | [] | no_license | Kissyu/bankwel-puhuijinfu-admin | 2d2fcfb6e6acee0019c3698cffa20f771a2e2542 | cc89d4f1c68dfdefaa3f0cad76d6ef93a67ce209 | refs/heads/master | 2020-03-24T20:31:44.945405 | 2018-07-31T08:29:31 | 2018-07-31T08:32:05 | 142,983,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,973 | java | package com.bankwel.phjf_admin.common.util;
import java.util.Random;
/**
* Created by dingbs on 2016/11/7.
*/
public class RansomCodeUtil {
private static char[] charSequence = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".toCharArray();
private static char[] numSequence = "0123456789".toCharArray... | [
"1163567625@qq.com"
] | 1163567625@qq.com |
67851d6376a0427384b62b1b4fb39b591adbe35a | bf788477e93d4f7dd9c623f53e21801cab27a248 | /applications/hbase-sink-with-trigger-on-finish/server/persistence/src/test/java/org/springframework/integration/samples/hbase/test/TestMapRedJobs.java | e90cddd26c292078e8cf8d0656b876b7158a4632 | [] | no_license | fpompermaier/spring-integration-samples | 5ffd3baa172fd0924e15faad1522856a278b0889 | 475dc28d4a8a76d272c22e6f55987311a5b20049 | refs/heads/master | 2021-01-18T13:32:59.486574 | 2013-07-29T21:36:42 | 2013-07-29T21:36:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package org.springframework.integration.samples.hbase.test;
import java.util.Calendar;
import java.util.Date;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.mapreduce.Job;
import org.junit.Test;
import org.springframework.integration.samples.hb... | [
"f.pompermaier@gmail.com"
] | f.pompermaier@gmail.com |
2f7d66cf1004510665f11fc1d00b4f1e66ba4a1c | fedd2af0acbe6688032084989f5ff9d97470e26a | /li2/connection/clientRequests/ChangeInfo.java | 926b63d6f0936b5188f09fa7061eb1b779f47c91 | [] | no_license | a2liu/DSFP-Client | 267f3bdedd5da12e408b69060685045f2b83c6bc | 0e5d2a003b8258ecaa37f3079177fd53f10f6684 | refs/heads/master | 2020-03-18T04:06:42.461979 | 2018-06-04T13:28:34 | 2018-06-04T13:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package connection.clientRequests;
import users.User;
public class ChangeInfo extends ClientRequest {
/**
*
*/
private static final long serialVersionUID = 1L;
public ChangeInfo( User user) {
super(19, user);
}
}
| [
"albertymliu@gmail.com"
] | albertymliu@gmail.com |
fe605faf5049853d838d5f9f9db31c126dcb6ff1 | e277e0b3b208171dd09f731031598fbafbc594d1 | /BaseDatos/src/basedatos/Listado.java | ecc3e06043911caa5bc0ae990ab22c69cfc29958 | [] | no_license | grekodev/clasesjava0 | 1b103af6adf7d5ac52b5d516b405ab2173edeb08 | 55ba096af9e9c32b5b6b88afc841fee001a621b3 | refs/heads/master | 2021-05-27T11:38:54.455207 | 2014-06-06T02:23:06 | 2014-06-06T02:23:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package basedatos;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Listado {
public static void main(String[] args) throws SQLException {
BaseDatos db = new BaseDatos();
ResultSet rs = db.consulta_sql("select * from country");
rs.first();
do {
Sys... | [
"gbrayan.pastor@gmail.com"
] | gbrayan.pastor@gmail.com |
499cf2737e8ed95787957b53dfde51c1b51a888d | 63c78b39658bbab1eba605105a4c99bcf9314a01 | /StreamCompat/src/main/java/com/github/wrdlbrnft/streamcompat/intstream/IntIteratorWrapper.java | 6032c47e3b4d34cc3a262a846ad76c5ccb024975 | [] | no_license | lizhengdao/StreamCompat | abb7e5ec4d38dbfeef6c07216a8a530972a5f968 | b680bb44efd657cec8f9a3d897a63c5cbebbc462 | refs/heads/master | 2021-08-27T18:44:18.466409 | 2017-11-02T02:34:45 | 2017-11-02T02:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package com.github.wrdlbrnft.streamcompat.intstream;
import com.github.wrdlbrnft.streamcompat.exceptional.BaseIteratorWrapper;
import com.github.wrdlbrnft.streamcompat.function.ToIntFunction;
import com.github.wrdlbrnft.streamcompat.function.ToLongFunction;
import com.github.wrdlbrnft.streamcompat.iterator.primtive.In... | [
"xaver.kapeller@gmail.com"
] | xaver.kapeller@gmail.com |
849bb7d5a4ad76b2d8962c3636b295260fb84a9f | e8f8cd59a37322b1903a5a34518ea6d2a38f5eb6 | /WEB-INF/classes/AccessoryList.java | 9b8f6861edfca8055ed383f89bc5b35d8d6e862a | [] | no_license | padmajeetpawar/Best-Deal | 7081f187771ae96502c83f2f95ee8eeceff0f23a | f9d9cec845f25c436249341f7c9027ae57ab00fe | refs/heads/master | 2021-07-06T22:43:45.281047 | 2021-03-30T14:58:51 | 2021-03-30T14:58:51 | 231,001,787 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,122 | java | import java.io.IOException;
import java.io.PrintWriter;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRes... | [
"jeet@Padmajeets-MacBook-Pro.local"
] | jeet@Padmajeets-MacBook-Pro.local |
e35d5ad50a2768dc31b1a56a38a17ec72b9ae476 | f572e728f6f847c5dc812a900b65fc4934303715 | /GestionePrenotazioni/src/main/java/it/epicode/be/service/abstractions/AbstractEdificioService.java | 8f8940183fba488f8cfd070ce64dfc64c5aad595 | [] | no_license | smn-barbato91/Epicode | a1ed26fdf7c80357dae440ceb54e8e868a11e3fe | bf08a882dbf7b0a882e9b8ab0267b5cd205606e1 | refs/heads/master | 2023-07-24T11:54:26.239516 | 2021-09-01T07:12:15 | 2021-09-01T07:12:15 | 378,600,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package it.epicode.be.service.abstractions;
import java.util.List;
import it.epicode.be.model.Edificio;
public interface AbstractEdificioService {
Edificio salvaEdificio(Edificio e);
List<Edificio> listaEdifici();
}
| [
"Simone@LAPTOP-J0MS6AC8.lan"
] | Simone@LAPTOP-J0MS6AC8.lan |
dc1bcfb99620ba8b6a4a373166faaa017cfdb8bd | 20ef03825126b49ce209d2e4def5d66de9accc34 | /JavaProject/src/com/encore/day03/ArrayTest.java | dc3a696f9dea0d909409246158b7be1d92591e3c | [] | no_license | sooyoungP/Java | 29e4a4a5a8cc54aa6262b2b72a59ef169ce22a44 | 224f146a5f73c6c96511f45951eb95a7578facf1 | refs/heads/master | 2020-04-02T21:25:29.579247 | 2018-11-02T08:46:59 | 2018-11-02T08:46:59 | 154,798,706 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,278 | java | package com.encore.day03;
import java.util.Scanner;
public class ArrayTest {
public static void main(String[] args) {
call5();
}
public static void call5() {
//시험 본 과목의 갯수를 입력하세요. 점수입력 총점 평균
Scanner sc = new Scanner(System.in);
System.out.print("시험 본 과목의 갯수를 입력하세요: ");
int count = sc.nextIn... | [
"43414038+sooyoungP@users.noreply.github.com"
] | 43414038+sooyoungP@users.noreply.github.com |
a0738414fcc13a726babe195af53d0ea981d06c1 | ae0c141378a4cd094535831bcb831839b64be49d | /src/main/java/com/asaphdesigns/dungeonmart/web/rest/vm/LoggerVM.java | 6ed584412f0faebafd4ed97d6bda720fec014bc7 | [] | permissive | qanwi1970/dungeonmart | d7f1ede18329400bd3bc80e93226e60ecd42f11c | c49f33a85b0a06c3c01089177cd1b3169fbbe364 | refs/heads/master | 2022-12-26T00:05:38.317429 | 2017-11-15T22:09:56 | 2017-11-15T22:09:56 | 110,890,763 | 0 | 1 | MIT | 2020-09-18T11:01:08 | 2017-11-15T21:52:38 | Java | UTF-8 | Java | false | false | 896 | java | package com.asaphdesigns.dungeonmart.web.rest.vm;
import ch.qos.logback.classic.Logger;
/**
* View Model object for storing a Logback logger.
*/
public class LoggerVM {
private String name;
private String level;
public LoggerVM(Logger logger) {
this.name = logger.getName();
this.level... | [
"C-Bill.DeLude@charter.com"
] | C-Bill.DeLude@charter.com |
2ff0bd191a9efcc60612a67f70dc2ebb7ca40300 | 18a7e850475c3c34b0def1f10e1c70be780413a0 | /com/epam/task5/parser/stax/StAXMenuParser.java | 7f7060f7e31c7a16e9a8bdc0e199678908f7f79f | [] | no_license | MaryiaChuhunova/TATJAVA01_2017_Task05_Maryia_Chuhunova | 7d83f30473f2752ab15befe82edf010ec097f432 | 49660b828440d2d2e52c26ea058331b14e2f23c8 | refs/heads/master | 2020-05-28T06:43:48.137973 | 2017-02-21T14:22:06 | 2017-02-21T14:22:06 | 82,589,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,267 | java | package parser.stax;
import bean.Food;
import parser.ParseException;
import org.xml.sax.SAXException;
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOExc... | [
"noreply@github.com"
] | MaryiaChuhunova.noreply@github.com |
a3d8ddefc0f75c62231d784d2bdd0cd07b688bb1 | b302ef8c81052f35540a9420c0bc6af73bfba8e9 | /common-core/src/test/java/com/legend/common/model/beps/beps_121_001_01/CustomerCreditTransferInformation1.java | 51f1f810b1170d7e00409fea1637c207e96679a6 | [] | no_license | witnesslq/com.legend.common | 1b1c5806d9deef6292db80bd3eb457093cba4250 | 1c83724e3aaa1ddd6eca13b910441fd3ea1562d9 | refs/heads/master | 2020-12-30T14:44:23.843538 | 2016-06-28T08:28:38 | 2016-06-28T08:28:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,229 | java | //
// ���ļ����� JavaTM Architecture for XML Binding (JAXB) ����ʵ�� v2.2.8-b130911.1802 ���ɵ�
// ����� <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �����±���Դģʽʱ, �Դ��ļ��������Ķ�����ʧ��
// ����ʱ��: 2016.06.17 ʱ�� 03:58:59 PM CST
//
package com.legend.common.model.beps.beps_121_... | [
"zhouyongwei@126.com"
] | zhouyongwei@126.com |
01e1b729bd02193dd266c0334f3b7a4a9d8f16b9 | 1aef4669e891333de303db570c7a690c122eb7dd | /src/main/java/com/alipay/api/domain/AlipayMarketingCampaignPrizeSendQueryModel.java | a01c47d512ec3c45325e6e0190958b1ffcbc4919 | [
"Apache-2.0"
] | permissive | fossabot/alipay-sdk-java-all | b5d9698b846fa23665929d23a8c98baf9eb3a3c2 | 3972bc64e041eeef98e95d6fcd62cd7e6bf56964 | refs/heads/master | 2020-09-20T22:08:01.292795 | 2019-11-28T08:12:26 | 2019-11-28T08:12:26 | 224,602,331 | 0 | 0 | Apache-2.0 | 2019-11-28T08:12:26 | 2019-11-28T08:12:25 | null | UTF-8 | Java | false | false | 798 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 中奖信息查询
*
* @author auto create
* @since 1.0, 2018-11-23 10:36:40
*/
public class AlipayMarketingCampaignPrizeSendQueryModel extends AlipayObject {
private static final long ser... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
f6cedba1396e2934210e0f63a10fb85e7db2f5a3 | d05a43e74e959ad6f6e3471a687607e3b60008ba | /imagelode/src/main/java/com/vikas/imageloade/imageutils/MemoryCache.java | 95780152dfc119a7d6ef628b9e2daab35aa4ccc8 | [
"MIT"
] | permissive | Vikas00413/ImageLoader | 2de30fe5534535a9c6842f27e5471eae04951218 | 0b91f196632da6a9786397b81027ccf5f15a8f19 | refs/heads/master | 2020-07-14T19:14:37.419909 | 2019-08-30T12:58:10 | 2019-08-30T12:58:10 | 205,381,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package com.vikas.imageloade.imageutils;
import android.graphics.Bitmap;
import android.util.Log;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
public class MemoryCache {
private static final String TAG = "MemoryCache";... | [
"vikash@taktii.com"
] | vikash@taktii.com |
13ecfe1c4a637cc49e84e23d3f2830d822d17d57 | 260f4ed729dbae9948dab71f49173d038eddfa1e | /TypingHeadFirstDesignPattern/src/headfirst/templatemethod/simplebarista/Tea.java | 6c644590a0e3723b88def945c79442529ec5e9f2 | [] | no_license | zxcv5500/TypingHeadFirstDesignPattern | 4bac3fc993d98b76751ab88c7966cffc4cbbf61a | f190373b103f5ccd4f833b64fa4b0b841937febd | refs/heads/master | 2021-05-09T08:20:37.025194 | 2018-10-28T04:35:30 | 2018-10-28T04:35:30 | 119,387,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package headfirst.templatemethod.simplebarista;
public class Tea {
void prepareRecipe() {
boilWater();
steepTeaBag();
pourInCup();
addLemon();
}
public void addLemon() {
System.out.println("물 끓이는 중");
}
public void pourInCup() {
System.out.println("차를 우려내는 중");
}
public vo... | [
"zxcv5500@gmail.com"
] | zxcv5500@gmail.com |
0c79adcc50d45c8060d864d0fd6070a82d262824 | d58bd42e57bb2ac3d804c39f17ad996fa8777151 | /user/src/com/google/gwt/i18n/shared/impl/cldr/DateTimeFormatInfoImpl_ta.java | c86aba2f0f8bf3361202cf64e3ff879b8854236f | [
"Apache-2.0"
] | permissive | scalagwt/scalagwt-gwt | efd81de144b5f1c2a111b7a69dfe873639c2cf31 | f19efe24cd481f0bfee16adfabb939d3ebe75c95 | refs/heads/scalagwt | 2022-12-23T08:00:13.617295 | 2020-09-11T21:16:23 | 2020-09-11T21:16:23 | 2,085,959 | 13 | 5 | null | 2022-12-09T22:15:11 | 2011-07-21T22:02:56 | Java | UTF-8 | Java | false | false | 5,028 | java | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7"
] | jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7 |
2e9f69f7cb3bbced0af2ebe6d063a63e894db874 | 29434357a51814e5bd7d39ea2b5096c2eaa66f15 | /State/src/PrimaryState.java | c25eff711d1e77c76f6ae91a3233c6bbf8f216cf | [] | no_license | gaojun-12138/Design-Patterns | 4445ee2fec0868f7948231918efe13401b11edfe | ce5f0e0f8346a86bb615a9a7e11625973c737631 | refs/heads/master | 2023-06-03T11:23:50.322362 | 2021-06-22T15:34:37 | 2021-06-22T15:34:37 | 361,366,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | public class PrimaryState extends AbstractState{
public PrimaryState(AbstractState state){
this.acc = state.acc;
this.point = state.getPoint();
this.stateName = "新手";
}
public PrimaryState(ForumAccount acc){
this.point = 0;
this.acc = acc;
this.stateName = "新手";
}
... | [
"997136782@qq.com"
] | 997136782@qq.com |
8d0a99a0c978d9a3c1cc5a76f4e4d041ed080f7e | be8ae5412847ba656b4c7c72b73ca881064dfc09 | /14Cup/app/src/main/java/com/moufee/a14cup/repository/UserRepository.java | 86da0f87e4eb015102ea0a752a024d1e689d452e | [] | no_license | aberendsen18/408_Team16_Project | 1c7f490abc5289643777f8e1dd83d92f5cb552ad | 1645d467a9a5e80e566f8ef4bd8ea6f669f5db4c | refs/heads/master | 2021-05-11T08:18:03.280330 | 2018-04-23T20:56:53 | 2018-04-23T20:56:53 | 118,047,558 | 0 | 1 | null | 2018-02-19T02:51:44 | 2018-01-18T22:48:04 | Java | UTF-8 | Java | false | false | 1,072 | java | package com.moufee.a14cup.repository;
import android.arch.core.util.Function;
import android.arch.lifecycle.LiveData;
import android.arch.lifecycle.Transformations;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
import com.moufee.a14cup.util.FirebaseAuthLiveData;
import j... | [
"ben.ferris1@gmail.com"
] | ben.ferris1@gmail.com |
e8a0805e8d4e19e0a27054ddcc3e51e1f8b4ce24 | 1b2c6d248c1ad73b7bda03d48d6f0d253c95a62b | /src/Objetos/Tiempo.java | d57b733edfc242c68c8a7fdccbd338d52f7efd61 | [] | no_license | lopdam/RoadGo | 127ef97a1829773790be7c388047f72964b8c757 | 7bca388974922c53641a25c2d6de93b641cff22d | refs/heads/master | 2020-04-18T21:21:59.562321 | 2019-01-27T03:29:07 | 2019-01-27T03:29:07 | 167,763,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,061 | 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 Objetos;
import Ventanas.Perdio;
import javafx.application.Platform;
import javafx.scene.control.Label;
import javafx.scene.im... | [
"dennyslopez2013@gmail.com"
] | dennyslopez2013@gmail.com |
7aac2378dc86e80c35daba123eb6efa8b41532e3 | 53a3112e53e1640fb0457349933f3ad37be81f39 | /src/com/class5/HowMany.java | 93b90b5900f109d09eedc6e78ffbb86934dc6d58 | [] | no_license | ghost2006/SeleniumBasics | aa63c2ca59195fca961e15cbb93670b5b9babc20 | c34411236d4582575cfbb4e408480b236b2efca4 | refs/heads/master | 2020-06-05T00:59:10.873874 | 2019-06-17T02:09:20 | 2019-06-17T02:09:20 | 192,259,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | package com.class5;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class HowMany {
public static void main(String[] args) {
//go to walmart and get# of links and print ONLY li... | [
"mailofleri@gmail.com"
] | mailofleri@gmail.com |
db45cfc76d9a7afe59f9356bdee123d3fd5a918e | ec0099d021396a51b0d1fcdb709b9c6e011466b4 | /Training 10 - Design Patterns/ood-principles-and-patterns/src/com/endava/patterns/template/Milk.java | 2174ef8b8c00923e95a645574775253da1712fa3 | [] | no_license | IonutCiuta/Internship-Trainings | cb10d3706fd8260719e2c315600e24988eb21d8b | 9db9327911ed7b0a92c3acb28845112812bf7a10 | refs/heads/master | 2021-06-06T05:18:36.569279 | 2016-08-05T11:15:31 | 2016-08-05T11:15:31 | 62,713,646 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.endava.patterns.template;
public class Milk extends Product {
protected int getPrice() {
return 3;
}
}
| [
"ionut.ciuta@endava.com"
] | ionut.ciuta@endava.com |
74fadfe5e2de3da6d2586ddbdde6a2b3902592e2 | 76fa6c057fab73b1e855e087d405e1d0dd7e5885 | /src/main/java/com/tengu/models/User.java | 918a55bfb0ea37908f31804adea31c4789a86dcd | [] | no_license | RedHater1917/Tengu_Portal | 32a394db96a07d32efeec0630fc3e3f9a3ec4663 | 1f61e4871fe219432eba68743b9dd0a1ca2698a1 | refs/heads/master | 2022-11-24T14:57:01.169639 | 2020-07-15T07:00:07 | 2020-07-15T09:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.tengu.models;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.UUID;
@Entity
@Data
@Table(name="tengu_user", uniqueConstraints = {
@UniqueConstraint(columnNames = {
... | [
"chugunovvictor@gmail.com"
] | chugunovvictor@gmail.com |
983104404af0520b73523697e45da9e13d20593a | 2fffb85920b4088369c410593b689231fd4f1b5d | /src/main/java/dilu/kxq/tools/inst/helper/DebugHelper.java | 97f5aa424cbe8985518d0a1c8b5347c415af95fa | [] | no_license | deelew/toolsbox | 6ca6575efc0117e8bfc4c4ed7794f1eaca4a4183 | af7310c85c76dac7f455cb212a33acc8c9fa4c85 | refs/heads/master | 2020-05-20T03:01:01.942480 | 2014-12-08T13:05:18 | 2014-12-08T13:05:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package dilu.kxq.tools.inst.helper;
/**
* Created with IntelliJ IDEA.
* User: dilu.kxq
* Date: 14-10-21
* Time: 下午3:00
* To change this template use File | Settings | File Templates.
*/
public class DebugHelper {
private static final String osName = System.getProperty("os.name");
public static boolean i... | [
"dilu.kxq@taobao.com"
] | dilu.kxq@taobao.com |
c2b032b208005f6d0e7acb2414a74951422ec4d7 | a29146e1e4753d380f72692f2dc38b149eaefdc1 | /src/xml/Nombre.java | 83711b1135234055e0d421f38d5578342e717ea7 | [] | no_license | SandraGraciano/GeneradorXml | 2bf998ca343d495baec6c1d363e8d51c9f9002cd | 1809b6b255d7468d7305cc2c7a7b4b4deab0dea3 | refs/heads/master | 2021-01-10T15:31:17.743053 | 2015-10-09T04:49:48 | 2015-10-09T04:49:48 | 43,914,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package xml;
public class Nombre {
private String genero;
private String nombres;
public Nombre() {
// TODO Auto-generated constructor stub
}
public Nombre(String genero, String nombres) {
super();
this.genero = genero;
this.nombres = nombres;
}
public String getGenero() {
ret... | [
"smgh_2@hotmail.com"
] | smgh_2@hotmail.com |
92dfdf640924b5a0eb511347545b6a3c6e1fc07a | 8ffd2e7a565276edcbe93bb4dae6fb48db143ba1 | /src/fr/mrcubee/weak/WeakHashSet.java | b65ef90a7a16495732e827fd11df550fd8a64fb3 | [
"Apache-2.0"
] | permissive | MrCubee/Weak-Utilities | 6d7b030f7912e8406c1dd0a809c9621d71bb4b3b | 3e0f2d8af4d9b81f2160683058f5bb47729d996d | refs/heads/master | 2023-02-24T08:11:36.919346 | 2021-01-29T04:15:18 | 2021-01-29T04:15:18 | 334,018,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,784 | java | package fr.mrcubee.weak;
import java.util.*;
public class WeakHashSet<T> extends AbstractSet<T> implements Set<T>, Cloneable
{
private final transient WeakHashMap<T, Object> map;
private static final Object PRESENT = new Object();
private WeakHashSet(int initialCapacity, float loadFactor, boolean dummy) ... | [
"contact@mrcubee.fr"
] | contact@mrcubee.fr |
9fd5ee39a8018abac6e79026e71a194f1d48abfd | 4679024fe07717f224a4aa95d378d8cb9bac2d8d | /cms/src/main/java/de/innovationgate/wgpublisher/modules/RuntimeDatabaseOptionValueProvider.java | 9b51e909af91049b1e7ff662fa2cdd3877579688 | [] | no_license | oweise/WestGate | cb2d42495c60c4fd971578f935f179ed1b435cfd | f665b226fed2259e7aaa418a8874b732ba6552b4 | refs/heads/master | 2020-03-21T10:48:51.255135 | 2018-07-13T16:08:47 | 2018-07-13T16:08:47 | 138,472,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,562 | java | /*******************************************************************************
* Copyright 2009, 2010 Innovation Gate GmbH. All Rights Reserved.
*
* This file is part of the OpenWGA databaseServer platform.
*
* OpenWGA is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gen... | [
"oliver.weise@consol.de"
] | oliver.weise@consol.de |
95088609e984667169e653621f8b7c456b6615c0 | c6f3317dc1baa99b08a6d7c5134a503403ecd1a8 | /src/test/java/com/vtiger/stepdefinitions/baba.java | 5ea9efc86e52a2392802a7d059683fb7a7848ff5 | [] | no_license | hemangini92/cucumber | 18a5d668cb27b1ec5ed1c9bfdec8274265586413 | 534118fd79bf496f5cbc4adf16c936eee8bcb855 | refs/heads/master | 2022-07-10T18:49:04.719061 | 2020-02-04T04:44:07 | 2020-02-04T04:44:07 | 238,117,172 | 0 | 0 | null | 2022-06-29T17:56:23 | 2020-02-04T03:45:33 | HTML | UTF-8 | Java | false | false | 136 | java | package com.vtiger.stepdefinitions;
import cucumber.api.java.After;
import cucumber.api.java.Before;
public class baba {
} | [
"Deshmukh's@DESKTOP-5LSOF9P"
] | Deshmukh's@DESKTOP-5LSOF9P |
176246d5ca8220dbb427d3b3ae99beda4b7e9302 | b9c5e71cb9cbb154492944fca8bfcaca2fa7b4b7 | /feature/src/main/java/com/example/tanvirhossain/dcb/feature/Forum.java | 64a83bbd2fe3f9c485b6970caf69d2aa0664e94f | [] | no_license | zubairrafi/App | 16d25e10b1d8ce5ef1ed2f19faa7e57888d49c1c | af50d14a3b7056f33b9c4a261838b8c523e8d33f | refs/heads/master | 2020-04-13T04:01:58.178602 | 2018-12-24T04:17:45 | 2018-12-24T04:17:45 | 162,948,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.example.tanvirhossain.dcb.feature;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Forum extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.a... | [
"zubairahmedrafi37@gmail.com"
] | zubairahmedrafi37@gmail.com |
0ea6aa1721060cdc41d13a4bd6c8dd1b994cae52 | 2b07637d5a6bf5b9f8541721c879b5d4658d4cee | /Sample/src/androidTest/java/com/owl/sample/recyclerview/ExampleInstrumentedTest.java | cbbea5fa1e67e99ee8cebb4c9d90ff34471d405b | [] | no_license | Alamusitl/RecyclerView-Sample | 20d036edeaaa1b40e9835c40d8420f91f976eba8 | 98a5198c275391fcc5fb13fc567c1601a3c0b9bb | refs/heads/master | 2020-12-30T16:15:14.653803 | 2017-05-11T11:19:20 | 2017-05-11T11:19:20 | 90,970,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.owl.sample.recyclerview;
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.assertEquals;
/**
* Instrumentation test, which will exe... | [
"alamusitl@163.com"
] | alamusitl@163.com |
3c62b35e9371a628f6ea3516752c87318ce37dde | c08819c9810f6d7b751d8d99b9bfca8562a67638 | /src/main/java/com/epb/smartfittingroom/entity/EcbestView.java | 6bd2ac9180aac5b7befc16772f56c295958b803a | [] | no_license | stonezealot/smartfittingroom-ws | bcf73fc2d7fbd756cbed6ed71f46aff08393cd26 | 82326379ae380c9d5e39588893b6526fdfa1438f | refs/heads/master | 2023-05-28T13:41:27.837877 | 2023-05-27T09:14:16 | 2023-05-27T09:14:16 | 276,321,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package com.epb.smartfittingroom.entity;
import java.math.BigDecimal;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class EcbestView {
@Id
private BigDecimal recKey;
private String orgId;
private String ecbestId;
private String ecbestName;
private BigDecimal eccatSortNum;
priva... | [
"872851131@qq.com"
] | 872851131@qq.com |
68c82b3b1dd531dca43ec6b4bb1f90fe9f3a441f | cd7390b96661c2e9b729ce35e2b6c4523d20bfcf | /src/com/gioorgi/xml/examples/UltraSmartExample.java | 420be3132f8543277d48d43dc209727d50aec250 | [] | no_license | daitangio/SimpleXMLParser | a40eafad612aab0b1d2b700c1b9162028dba963a | 905efcc20c8461212ab4900dc54651fded3c527a | refs/heads/master | 2020-04-05T23:27:42.152713 | 2016-09-30T14:15:17 | 2016-09-30T14:15:17 | 5,355,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,889 | java | package com.gioorgi.xml.examples;
/*
* Created on 25-mag-2006 by [GG]
*/
import java.io.ByteArrayInputStream;
import java.io.IOException;
import org.apache.log4j.BasicConfigurator;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.xml.sax.XMLReader;
import org.xml.sax.helpers.XMLReaderFac... | [
"giovanni.giorgi@valueteam.com"
] | giovanni.giorgi@valueteam.com |
f666dd2f20106b07fb8260c5b806285c95e4c8f7 | 0518fd357d5790c88a1df20b2f63886ec241f3e1 | /PPMToolFullStack/src/main/java/io/mbiswas/ppmtool/services/ProjectService.java | 8310a6d0cd66e666d4acb68f6c1cfbd81a5bcf1e | [] | no_license | akechilte/PPMTool | b7ad13bd5cd4cc503f662c19ae238f0735296376 | baa990829f1556dd56847fd20cd5d713df55f1c7 | refs/heads/master | 2023-03-08T11:06:44.589687 | 2021-02-25T20:12:04 | 2021-02-25T20:12:04 | 334,748,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package io.mbiswas.ppmtool.services;
import io.mbiswas.ppmtool.domain.Project;
import io.mbiswas.ppmtool.repositories.ProjectRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by mbiswas on 2/17/21.
*/
@Service
public class Project... | [
"akechilte@gmail.com"
] | akechilte@gmail.com |
3fb8e1d45dabbeceb860a4fca7b3ecd859837496 | 7565e247475de49d5f251ef531508bf38a948008 | /demo/spring-boot-demo/src/main/java/com/git/zxxxd/domain/entity/PlanBedResourceLog.java | f6afbf8937e61819f0d294336eb821f0091d1e43 | [] | no_license | zxxxd1001/github-zxxxd | ca5469437e91ca5fb1d3aefcc96412c8ddee03e4 | d6ad589980bdb1b072cefe3e7b48d34d6c283857 | refs/heads/master | 2023-07-05T10:58:17.647592 | 2023-07-04T02:19:53 | 2023-07-04T02:19:53 | 76,958,943 | 0 | 0 | null | 2022-12-16T10:25:30 | 2016-12-20T13:29:24 | HTML | UTF-8 | Java | false | false | 2,571 | java | package com.git.zxxxd.domain.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.Date;
@Entity
@Table(name="PLAN_BED_RESOURCE_LOG")
@XmlRootElement
public class PlanBedR... | [
"zxxxd1001@126.com"
] | zxxxd1001@126.com |
c4820430a67b2cc1b53633d061d5a1e6bcbf574a | 1b90189ba08fc05991896ad36a13b1fa011dde6d | /src/IfElseStatement/MentoringIfElse.java | c87ebdb696ee821f9f2581eefec8dcb70f033fdc | [] | no_license | 0615cholpon/practice | 2f06f659144f9375cc6efa7d238ceb515fcb182c | 21361824f2ab5a65994df8a469bd26909e03dd90 | refs/heads/master | 2020-07-17T22:22:03.111691 | 2019-09-03T16:00:55 | 2019-09-03T16:00:55 | 206,112,017 | 0 | 0 | null | 2019-09-03T16:00:56 | 2019-09-03T15:36:03 | Java | UTF-8 | Java | false | false | 660 | java | package IfElseStatement;
import java.util.Scanner;
public class MentoringIfElse {
public static void main(String[] args) {
Scanner input = new Scanner (System.in);
int x, y;
// System.out.println("Please enter number:");
// x = input.nextInt();
// y = input.nextInt();
// int remainder = x%y;
//
//
// ... | [
"chopa@192.168.1.57"
] | chopa@192.168.1.57 |
d3dfb4bcd2ee85cd2dedf3a08d3fc015f86eadb9 | 89e7a5ebe3479d30ebbd6f0da5e4d6f0110ed97e | /SuperContactor/src/com/superc/supercontactor/MainActivity.java | 1387d69bfcdc91e59f519fe73ecb385bc15df73d | [] | no_license | hibianfeng/SuperContractor | db716d30d41e47fe242e89bd02b1f45fa5a99427 | f7c930cd6b95b19d5ac182b72716557149fc60f0 | refs/heads/master | 2021-01-20T10:55:28.626476 | 2014-11-20T15:14:59 | 2014-11-20T15:14:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | package com.superc.supercontactor;
import java.util.ArrayList;
import java.util.List;
import com.superc.abstractlayer.ALOperateDB;
import com.superc.adapter.ContactorInfoAdapter;
import com.superc.bean.BeanContactorInfo;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import... | [
"hibianfeng@163.com"
] | hibianfeng@163.com |
354c54f7af61cc396002d1190f93a95a8cfabf75 | b308232b5f9a1acd400fe15b45780e348048fccd | /Billing/src/main/java/com/param/billing/global/transaction/config/dto/VariablePricingDto.java | e9aa79acb02cb9df3524d7f35a1c5fd90247e3fe | [] | no_license | PravatKumarPradhan/his | 2aae12f730b7d652b9590ef976b12443fc2c2afb | afb2b3df65c0bc1b1864afc1f958ca36a2562e3f | refs/heads/master | 2022-12-22T20:43:44.895342 | 2018-07-31T17:04:26 | 2018-07-31T17:04:26 | 143,041,254 | 1 | 0 | null | 2022-12-16T03:59:53 | 2018-07-31T16:43:36 | HTML | UTF-8 | Java | false | false | 3,367 | java | package com.param.billing.global.transaction.config.dto;
import java.util.Date;
import java.util.List;
public class VariablePricingDto {
private int serviceTarrifMasterId;
private Integer serviceMasterId;
private Integer visitTypeId;
private Date fromDate;
private Date toDate;
pri... | [
"pkp751989@gmail.com"
] | pkp751989@gmail.com |
1a404c78672fc4dcbf79dbbb81b047a61dd55df9 | b9a2aa01a5756a591e423371bb0b6fa5c680b435 | /bundles/org.connectorio.addons.norule/src/main/java/org/connectorio/addons/norule/internal/trigger/ReadyMarkerAddedTrigger.java | 92292fecd69b3f90c88e237008d98e1a1a4ba6c7 | [
"GPL-3.0-only",
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"GPL-1.0-or-later"
] | permissive | ConnectorIO/connectorio-addons | 49dbae8ab38537e3ec18f7860070431612d375c1 | 7757376a6b4535bedabf5fdcb76e4193aa2bbc76 | refs/heads/master | 2023-08-31T20:33:38.295013 | 2023-07-14T23:47:45 | 2023-07-14T23:47:45 | 243,823,699 | 22 | 8 | Apache-2.0 | 2023-07-16T22:28:43 | 2020-02-28T17:58:51 | Java | UTF-8 | Java | false | false | 251 | java | package org.connectorio.addons.norule.internal.trigger;
import org.openhab.core.service.ReadyMarker;
public class ReadyMarkerAddedTrigger extends ReadyMarkerTrigger {
public ReadyMarkerAddedTrigger(ReadyMarker marker) {
super(marker);
}
}
| [
"luke@code-house.org"
] | luke@code-house.org |
5cb60e69f39ebf3260f5c6ed72febc5c0ce75b9a | f7160c0f0526cc5afc0fe4e6f06d384394059aa1 | /largegraph/lg-framework/src/main/java/com/graphscape/largegraph/core/provider/lucene/document/operations/GetEdgeListOperation.java | 27f0f1c05816ac6144b80501922281e7dd142e54 | [] | no_license | o1711/somecode | e2461c4fb51b3d75421c4827c43be52885df3a56 | a084f71786e886bac8f217255f54f5740fa786de | refs/heads/master | 2021-09-14T14:51:58.704495 | 2018-05-15T07:51:05 | 2018-05-15T07:51:05 | 112,574,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | /**
* Dec 31, 2013
*/
package com.graphscape.largegraph.core.provider.lucene.document.operations;
import java.util.List;
import org.apache.lucene.index.Term;
import org.apache.lucene.search.BooleanClause;
import org.apache.lucene.search.BooleanQuery;
import org.apache.lucene.search.TermQuery;
import co... | [
"wkz808@163.com"
] | wkz808@163.com |
47d66ed226a85a5f73be30c8cbdf85fc35cb6849 | 697e387ed59e98d5adef4720a39bed758f0dcf29 | /app/src/main/java/com/bwie/week_02_demo/view/apdater/MyViewHoder.java | f813337a292d9bc11124746d1cf8d2796709540c | [] | no_license | ZhouRuiQing/Week_02_Demo | aa7080664ffdd5fa9723832e3ac733294765b07c | 39022d90683a97556488f91637dbcb929237c5de | refs/heads/master | 2020-04-01T06:45:01.897742 | 2018-10-14T10:25:34 | 2018-10-14T10:25:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.bwie.week_02_demo.view.apdater;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import com.bwie.week_02_demo.R;
import com.facebook.drawee.view.SimpleDraweeView;
class MyViewHoder extends RecyclerView.ViewHolder {
public SimpleDraweeView iv_im... | [
"379996854@qq.com"
] | 379996854@qq.com |
514cd27d0875496050fdaa0bfdb9068c7af03a70 | ab2ab75c5884b663c7fa28059a460b8adbe07325 | /src/main/java/com/yeyangshu/dp/chainofresponsibility/tank/message/v5/FilterChain.java | 6524f0fcaa1d3cad818eb4a934e4f2be4600f96e | [] | no_license | Yeyangshu/DesignPattern | d484d9024208b1416d3d3a065f26d85b40cb0c16 | 795033d9932e038830aa3c968c680068af5f0c2d | refs/heads/master | 2023-01-30T07:27:20.901919 | 2020-12-05T15:13:01 | 2020-12-05T15:13:01 | 266,571,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.yeyangshu.dp.chainofresponsibility.tank.message.v5;
import java.util.ArrayList;
import java.util.List;
/**
* FilterChain 实现 Filter,实现多个 Filter 互相添加
*
* @author yeyangshu
* @version 1.0
* @date 2020/11/29 19:19
*/
public class FilterChain implements Filter {
/** filter list */
private List<F... | [
"1107733786@qq.com"
] | 1107733786@qq.com |
1b6f9673ee173fba384230378f5947903f98a069 | 15acd1d23f1f0f350b5dc8b9d49816b16310c07d | /JT-ec/JT-manager/JT-manager-service/src/main/java/com/zuql/JT/manage/service/UserServiceImpl.java | fc979e3285b489cd43aee3023ec4d1fd7551623e | [] | no_license | zuql/git | f0c32c19539664c1b3f2e938214d5525661403a4 | d4085a84a2494d09fb3b483f754074a8f662b12d | refs/heads/master | 2020-04-08T18:17:48.233771 | 2019-01-11T09:01:35 | 2019-01-11T09:01:35 | 159,602,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.zuql.jt.manage.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.zuql.jt.manage.mapper.UserMapper;
import com.zuql.jt.manage.pojo.User;
@Service
public class UserServiceImpl implements com.zuql.jt.manag... | [
"17712743419@163.com"
] | 17712743419@163.com |
a9827888817c891a7f7f59397ba35ab187d6c5c5 | 4bd1ed88601c1090c24081b0e761be896b26b5a6 | /src/logic/Array.java | f181230e378cc7a473b0c46de34c13909dc0b1df | [] | no_license | Dariuszx/Kurier.2 | e322b6e34609228e28089f9700fe1ee1c28a1b24 | afe246e03031527256474456527698a4b6e4bbff | refs/heads/master | 2016-09-05T20:04:20.081844 | 2015-01-07T21:49:55 | 2015-01-07T21:49:55 | 28,652,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package logic;
import java.util.ArrayList;
public class Array<T> implements Data<T> {
private ArrayList<T> arrayList = new ArrayList<T>();
public ArrayList<T> getArrayList() {
return arrayList;
}
@Override
public void add(T data) {
arrayList.add(data);
}
@Override
p... | [
"marazmad.01@gmail.com"
] | marazmad.01@gmail.com |
3884384892e53f68aa25729d98c6b70ec3891710 | 6a495d216208239e610c5596afba8a7c473e3ee9 | /java-reflect/src/main/java/reflect/fieldtest/FieldTestGetAnnotation.java | 9e10800860bbf9c23bb07b6763d4bd397043d4f1 | [] | no_license | wwm0104/java-reflect-knowledge | 1dfcef957752028ba7f17cb4d89ea94e1a2ddfe7 | da8207da1d1e21d1562568cb587e57867afbbe2d | refs/heads/master | 2020-05-02T02:39:11.649458 | 2019-04-01T09:27:35 | 2019-04-01T09:27:35 | 177,708,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | package reflect.fieldtest;
import reflect.customize.annotation.BusinessNoAnnotation;
import reflect.po.Book;
import java.lang.annotation.Annotation;
import java.lang.reflect.AnnotatedType;
import java.lang.reflect.Field;
/**
* 获取字段上的注解
*
*/
public class FieldTestGetAnnotation {
public static void main(String[... | [
""
] | |
e6c30a0efd42d533a0b4feb3fc0fed70e6593d48 | 05108cce67b393b0ac624e54fca41177db76a842 | /android/app/src/main/java/com/pomotask/MainApplication.java | 364bd879eff5df0939f786eb2746e9d9a8a04e8c | [] | no_license | pahferreira/pomotask-mobile | 9ebae619f8dea0927f0d0cdaa52e2dd29aabd1a9 | f9d95788ff215fc6e90b61ae2ce8ad7d14c5d047 | refs/heads/master | 2023-01-27T11:05:23.277146 | 2020-10-05T19:32:06 | 2020-10-05T19:32:06 | 203,392,314 | 0 | 0 | null | 2023-01-04T07:44:17 | 2019-08-20T14:23:30 | JavaScript | UTF-8 | Java | false | false | 1,361 | java | package com.pomotask;
import android.app.Application;
import android.util.Log;
import com.facebook.react.PackageList;
import com.facebook.hermes.reactexecutor.HermesExecutorFactory;
import com.facebook.react.bridge.JavaScriptExecutorFactory;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactN... | [
"pah.dsf@gmail.com"
] | pah.dsf@gmail.com |
8a0666bb2a7e46163612d27d822b35e47cec81ff | 6af2a037fffe2fe8a40b180349f2629625e0003d | /src/abstractFactory/Windows.java | 73ae1b386844cfe3f4572d357da6e4ae56bf906a | [] | no_license | dgonzalez7/JavaDesignPatterns | 5e995cf6a0120ecd6af39c09a5f225d556d25556 | 445bb85c675c7b7bef306bcf173c4046d5261ffb | refs/heads/master | 2020-05-19T11:19:46.862525 | 2015-05-08T02:17:58 | 2015-05-08T02:17:58 | 30,848,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | /*
* Java Design Pattern Essentials - Second Edition, by Tony Bevis
* Copyright 2012, Ability First Limited
*
* This source code is provided to accompany the book and is provided AS-IS without warranty of any kind.
* It is intended for educational and illustrative purposes only, and may not be re-published
* ... | [
"dgonzalez@thosegonzos.com"
] | dgonzalez@thosegonzos.com |
9613efa05c0a7cf6722a7844a9be05fde368619a | b5ffa60967454dd90d318b693be7341975f08932 | /JavaStudy/src/clone/TestClone.java | 9ee7f0c4534dcce44e5a95e3cfd78e76a33b0906 | [] | no_license | BucleLiu/Bucle | 8101bd7743b73032e69a9d0b63dcb7eb5b52438d | 4819ff1d78e56f132b465dc68f0c936a2ae76035 | refs/heads/master | 2022-12-22T15:01:15.568527 | 2018-04-18T15:15:19 | 2018-04-18T15:15:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | package clone;
public class TestClone {
public static void main(String[] args) throws CloneNotSupportedException {
CloneDemo original = new CloneDemo("原始人",24);
CloneDemo cloneOB = (CloneDemo) original.clone();
cloneOB.setName("克隆人");
System.out.println(original);
System.out... | [
"liuwl15241@163.com"
] | liuwl15241@163.com |
5c1589d9ecb7a68908e170648de4ce2a968d3288 | 21220ea4f9b9d8f57be23baac1a1409b63244582 | /app/models/v_bill_detail_for_collection.java | a5f283268786e9ad920afb92fc0db830c7443973 | [] | no_license | gzchen008/p2p-finance | 380911914ffcba506e8e693f62a81118abe22a9f | e7826f7cc853ccffbe44ca9ecd160c3a050be1e1 | refs/heads/master | 2021-06-10T06:55:26.131252 | 2016-11-07T10:28:45 | 2016-11-07T10:28:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package models;
import javax.persistence.Entity;
import javax.persistence.Transient;
import constants.Constants;
import play.db.jpa.Model;
import utils.Security;
/**
* 后台催收账单管理-->催收
*/
@Entity
public class v_bill_detail_for_collection extends Model {
public String name;
public long bid_id;
public long user_id;... | [
"vsjosonadmin@163.com"
] | vsjosonadmin@163.com |
40857ea426d944d2842fbe30ea364539d16b96b8 | 0a0de066b23a04bbede9c0ee3acc8c3c43d68206 | /bk-tech-test-ciat/src/main/java/org/cgiar/ciat/service/InstitutionsLocationsServiceImpl.java | ef3c1499e6b624c208ec282597b849dd4d5a3a6b | [] | no_license | dpareja1394/tech-test-ciat | 61a62ab0e8347422b18c9d4b6faae532e01b44d1 | 28818a969c4ccbad4a4476d3ad2e126f0a5da814 | refs/heads/master | 2022-12-15T05:07:53.528329 | 2020-09-07T05:46:40 | 2020-09-07T05:46:40 | 293,207,061 | 0 | 0 | null | 2020-09-07T05:46:41 | 2020-09-06T05:02:54 | null | UTF-8 | Java | false | false | 5,488 | java | package org.cgiar.ciat.service;
import org.cgiar.ciat.domain.*;
import org.cgiar.ciat.exception.*;
import org.cgiar.ciat.repository.*;
import org.cgiar.ciat.utility.Utilities;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"dpareja1394@gmail.com"
] | dpareja1394@gmail.com |
2fa77c83045fe596e0189d165c772ddce2729b01 | 3cc53c4d251b70926ef0eca2bfd1878e9d26173d | /Estudos/ExercíciosDeDecisão/equacaoSegundoGrau.java | 540d24dd8de67ea6ff5c1096bf4f9c74bd4419bb | [] | no_license | RobertoLocatelli02/Java-Learning | 9f0654a9acb2355639697baccc4498cce9d33a34 | b3f6796e950ee80f8c4a3f0918c738897c7dd179 | refs/heads/master | 2023-04-30T00:37:05.640114 | 2021-05-20T11:48:56 | 2021-05-20T11:48:56 | 350,850,657 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 851 | java | import java.util.Scanner;
public class equacaoSegundoGrau {
public static void main(String[] args) {
Scanner scanner = new Scanner (System.in);
System.out.println("Informe os valores de a, b & c da equação ax² + bx + c");
System.out.println("a: ");
double a = scanner.nextDouble();
if (a == 0) {
Sys... | [
"rlocatelli02@gmail.com"
] | rlocatelli02@gmail.com |
be103ba2e3ef4f5ff9d48ff5b7ae0f2bb50672a6 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_ba9e382b70e87565e7ec605ca8d80899c883be95/ResourceManager/18_ba9e382b70e87565e7ec605ca8d80899c883be95_ResourceManager_s.java | 439c07ff70e7d9e694986f833465d88451b835e5 | [] | 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 | 49,316 | java | /*
* Ninja Trials is an old school style Android Game developed for OUYA & using
* AndEngine. It features several minigames with simple gameplay.
* Copyright 2013 Mad Gear Games <madgeargames@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except i... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a00f4034a3d16380ed529442da8233027c0a2167 | 8f5a44b5c80679bf4c6d581a9c550255efbf050e | /src/main/java/com/dennis/cursomc/repositories/CidadeRepository.java | d78f105bdf4d5b228c054438f9f3398bb8cb761e | [] | no_license | dvaldrez/cursomc | 86cb240934aaee64f2fbe2f001bc347cc93b7fbf | 9576826c36b598ce2123b81c8fda2a59f98c1274 | refs/heads/main | 2023-07-24T05:39:58.999544 | 2021-09-06T22:48:20 | 2021-09-06T22:48:20 | 401,820,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.dennis.cursomc.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.dennis.cursomc.domain.Cidade;
@Repository
public interface CidadeRepository extends JpaRepository<Cidade, Integer> {
}
| [
"dennisvaldrez@hotmail.com"
] | dennisvaldrez@hotmail.com |
a0efe9b36410b8a489dda3f43f1871582fa09aae | 895f3a4571853e1a8b2f897c83ccee1a7adfb627 | /dscatalog_backend/src/main/java/com/projects/dscatalog/config/WebSecurityConfig.java | 91edfec074fdf8e03c07bbcc5690d22553d42069 | [] | no_license | VanderleiKs/dscatalog | cdb2f12e64f83c2f3f1dc79e1ba8625c7a139270 | a738dd1406ceb670aed3aac4a34f8126709da030 | refs/heads/main | 2023-04-03T15:24:25.751988 | 2021-04-12T02:33:16 | 2021-04-12T02:33:16 | 306,474,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package com.projects.dscatalog.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.sec... | [
"vanderleis47@gmail.com"
] | vanderleis47@gmail.com |
56ac7a20636e0926013bf13ec350525709929684 | d6bd6a9d5919dd38622ba46c2ae29a4f7da2aca1 | /EDA1/TrabEDA1/src/EDA1/NoArv.java | 9cbffcc622654dabef57aa03efb8243339224595 | [] | no_license | JQueimado/Universidade | 67a9e90e3f5253c7d872a600ac0084c6af506c73 | a8f9d7abf47be12cc34bb76133d197d49dbd92a8 | refs/heads/master | 2021-07-09T17:24:06.073363 | 2020-07-26T02:37:28 | 2020-07-26T02:37:28 | 178,636,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package EDA1;
public class NoArv<T> {
T elemento;
NoArv esquerdo;
NoArv direito;
public NoArv(T elemento) { // metodo com 1 argumento
this(elemento, null, null);
}
public NoArv(T o, NoArv<T> esq, NoArv<T> dir) {
elemento = o;
esquerdo = esq;
direito = dir;
}
public String toString(){
... | [
"noreply@github.com"
] | JQueimado.noreply@github.com |
fb72709292b5187ab7fe863224cf8aee40ad7544 | 4cecb447ce17d05a949caf309648fe93508b58f4 | /app/src/main/java/com/example/shoppinglist/SecondActivity.java | a5902f5562cdcdd7015a82eaa9455acd8c882554 | [] | no_license | camdenm01/ShoppingList | c7f6c27f86cf4c1309dfbecb5d32a0ba168b5d91 | 0d1eabd43ae2f4ebd25e59d3fc1b9a52785e8855 | refs/heads/master | 2023-08-25T10:24:09.376695 | 2021-10-31T19:50:20 | 2021-10-31T19:50:20 | 423,246,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,401 | java | package com.example.shoppinglist;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class SecondActivity extends AppCompatActivity {
public static final String EXTRA_ADD = "com.example.android.shoppinglist.extra.ADD";
@... | [
"camdenmorgan01@gmail.com"
] | camdenmorgan01@gmail.com |
48e8d72b506f7a4e143fc39abee172d51c7bb1b1 | 1aca0d2d8182e9e1d84a3b4e3971b3090a48ef94 | /est-db/src/main/java/com/xipin/est/db/bean/UserLoginBean.java | 7bf34a7c7720f8009f902f0b18b5e3d4006c4cc1 | [] | no_license | Aiden-Wu/SSM | 797dec451c12962c3c685ba94c00948903b636ca | 0fa1962ef3f151acaac608c21ed3631f9274851a | refs/heads/master | 2021-06-14T23:45:38.694977 | 2017-03-22T09:45:00 | 2017-03-22T09:45:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.xipin.est.db.bean;
import com.xipin.est.utils.bean.Bean;
public class UserLoginBean extends Bean {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPass... | [
"alan@qq.com"
] | alan@qq.com |
572377e4a7038a0a90224f06d4c2f91211199870 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_0d340db93851a869bf26af8ba1bf9bc850c6c36a/Galaxy/19_0d340db93851a869bf26af8ba1bf9bc850c6c36a_Galaxy_s.java | 047545c68a7393f541fd08f4735f712cda93b5a6 | [] | 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 | 13,304 | java | /*
* $Id$
* --------------------------------------------------------------------------------------
* 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
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c5f848971359eb3678fb7c82128aac649fec3a86 | 6e0c56a356ab6e286520224c99805833eb86a754 | /outbox-debezium-commons/src/main/java/com/bellotapps/outbox_debezium/commons/MessageFields.java | 967306567dff59349fbc14217c55925eed788bdf | [
"Apache-2.0"
] | permissive | github112017/outbox-debezium | bb2aa79b31fa5fe9b68f5c6872abebe098eaa9ba | ae19ec2664e060ecca7c99a4f6c3631f24c7993f | refs/heads/master | 2020-12-20T02:22:10.080946 | 2019-04-30T18:32:43 | 2019-04-30T18:32:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | /*
* Copyright 2019 BellotApps
*
* 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... | [
"juanmbellini@gmail.com"
] | juanmbellini@gmail.com |
0f589300648ad21b6e22683eece61dc7a8d5709f | ae0a72aef69c4b876f8bf7754c18ae4b70511e79 | /arch-example-1/e1-api/src/main/java/org/github/hoorf/api/Common.java | d344b1f5a0d5c743949958eef4076fe2abe80002 | [] | no_license | hoorf/arch | 663f9e26bbd25617e832f26285cc842f49bb4f7e | 228edd27a8d8abd1691089d4d09a6ae68023f231 | refs/heads/master | 2023-06-27T05:36:22.092793 | 2021-07-30T05:43:51 | 2021-07-30T05:44:05 | 388,348,747 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 55 | java | package org.github.hoorf.api;
public class Common {
}
| [
"ruifengho@163.com"
] | ruifengho@163.com |
1a0c9f155371a5ff0cd486bb66b0df5c2799280a | 35dffdf1d472344edbc0629ff74709beae5deb76 | /src/com/team7/yourturn/module/checkpoint/CheckpointPointer.java | 98e5e5a525db55a1eb0c6079cb5161a9976d7610 | [] | no_license | Wei-Changsha/java-homework | 9d5dc77d975b9d903f27d56e02da6ea1a2a68e51 | fda1e6867e7786eac8d85fb4558930fd74df55ef | refs/heads/master | 2020-09-29T16:53:17.927275 | 2019-12-10T01:33:11 | 2019-12-10T01:33:11 | 227,077,379 | 0 | 0 | null | 2019-12-10T09:24:05 | 2019-12-10T09:24:04 | null | UTF-8 | Java | false | false | 1,365 | java | package com.team7.yourturn.module.checkpoint;
import com.team7.yourturn.module.base.BaseViewModel;
import com.team7.yourturn.module.base.ItemComponent;
import java.awt.event.KeyEvent;
public class CheckpointPointer extends BaseViewModel {
private int POINT_TO_CHECKPOINT_ONE = 2101;
private int POINT_TO_CHE... | [
"skic6039@outlook.com"
] | skic6039@outlook.com |
2d568c394db5e167ecdfbf540d50f451318cad60 | c980de385dc091d4b350ffe9f387815895b9cf94 | /src/java/CartManager.java | a9748a8e26951fc2474900d448e888947a463dd8 | [] | no_license | DhananjayGupta300/Online-Shopping-Web-Application | 7891a9360d2e99f28dfaf365c9d52d985793b668 | 2e488900355cf2fc2f7dd20fd4788c5fe162b4ad | refs/heads/master | 2021-05-14T00:09:08.301654 | 2018-03-11T21:20:54 | 2018-03-11T21:20:54 | 116,535,543 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class CartManager e... | [
"dhananjaygupta300@gmail.com"
] | dhananjaygupta300@gmail.com |
3207ba1c271fb1ed94912b88d12ae123a26bc9c7 | d49380b773c771eaa67a8bd5b351439877eaf885 | /src/main/java/org/patriques/output/technicalindicators/TRIMA.java | 41b4612de34e1c07b4448dc108ed6212b674b1d5 | [] | no_license | digital-thinking/acep | aa327b039826b2b03b5aee88468d54971e06b5d5 | aa97ec9458171db5a8c971dbaf6efdd4626739b0 | refs/heads/master | 2023-03-30T11:24:17.747490 | 2021-04-02T19:46:44 | 2021-04-02T19:54:14 | 325,895,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,997 | java | package org.patriques.output.technicalindicators;
import org.patriques.input.technicalindicators.Interval;
import org.patriques.output.AlphaVantageException;
import org.patriques.output.JsonParser;
import org.patriques.output.technicalindicators.data.IndicatorData;
import java.util.ArrayList;
import java.util.List;
i... | [
"github@digital-thinking.de"
] | github@digital-thinking.de |
c1474e3b335fe4253f7e0edabbd1268e1480f363 | 8bc49ba05b0e250f80e4c1aa12e4fbb169983fd1 | /learn-note-springboot2-api-ftp/src/main/java/my/master/tool/FtpUtil.java | d13cd00b4cefcd692ac5ece2ef6efa9e0f1b6cb5 | [] | no_license | Steve133/learn-note-springboot2-api | e3a8fb2ccf9651990df09a4714c0e5e8548429c8 | ed5d82148f693f489ae0b055304f732e1585c611 | refs/heads/master | 2022-12-16T10:02:31.186375 | 2019-12-12T14:31:32 | 2019-12-12T14:31:32 | 226,079,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,488 | java | package my.master.tool;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import org.apache.commons.net.ftp.FTP;
import org.apache.commons.net.ftp.FTPClient;
i... | [
"810203590@qq.com"
] | 810203590@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.