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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7a55dce14b9185ea2d511badc09a4b9aaff94205 | cf81656232ac3bf3c17de0170a36272df8e0d21b | /ftpGate/apache-sshd-2.2.0/sshd-mina/src/main/java/org/apache/sshd/common/io/mina/MinaService.java | 92090a93e90a9ff1354ede4948b2affb4e429130 | [
"Apache-2.0"
] | permissive | delphiasp/sftpGate | 35fe1b02f88ce2b0aeee87bacb7ebfbaaaafc2cd | a558127cff468d2b9cc939b2da1582d5b84a93fe | refs/heads/master | 2022-08-06T11:27:30.630957 | 2019-12-28T13:51:38 | 2019-12-28T13:51:38 | 221,374,661 | 1 | 0 | null | 2022-05-25T06:46:23 | 2019-11-13T04:47:26 | Java | UTF-8 | Java | false | false | 8,612 | 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"); ... | [
"wanghong@windows10.microdone.cn"
] | wanghong@windows10.microdone.cn |
b7442c54dcab9e9e3e9906fb0a6bc3fe38bef4f9 | 0653d65225d55286d2fc2d162df77a863fcc7cd6 | /TotalLiabilityComparator.java | 19a1fa8f3eb56d0db7e743ff5d4634efdc046c30 | [] | no_license | ahmedIreland/PDP-JAVA-Code | 4c32ad87a934bffe5473b051c17f96e6a265ad4d | b618a895eb31489e996ef46818f62c23bff5a102 | refs/heads/main | 2023-03-12T07:07:29.608659 | 2021-02-22T15:18:04 | 2021-02-22T15:18:04 | 341,239,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | import java.util.Comparator;
public class TotalLiabilityComparator implements Comparator<ReportData> {
@Override
public int compare(ReportData reportData1, ReportData reportData2) {
return Double.compare(reportData2.getTotalLiability(), reportData1.getTotalLiability());
}
}
| [
"noreply@github.com"
] | ahmedIreland.noreply@github.com |
c4827baac9ba22b553286df887852ed627825ba8 | 9bf14b4d2eac89c403109c15a5d48127a81ef8a9 | /src/minecraft/net/minecraft/client/renderer/IImageBuffer.java | 4f62307fdab806179c0596161f1959e0adf48fe3 | [
"MIT"
] | permissive | mchimsak/VodkaSrc | e6d7e968b645566b3eeb1c0995c8d65afc983d1e | 8f0cf23bac81c6bdf784228616f54afa84d03757 | refs/heads/master | 2020-05-01T08:48:11.781283 | 2018-11-20T05:46:18 | 2018-11-20T05:46:18 | 177,386,099 | 1 | 0 | MIT | 2019-03-24T07:59:07 | 2019-03-24T07:59:06 | null | UTF-8 | Java | false | false | 193 | java | package net.minecraft.client.renderer;
import java.awt.image.BufferedImage;
public interface IImageBuffer
{
BufferedImage parseUserSkin(BufferedImage image);
void skinAvailable();
}
| [
"wyy-666"
] | wyy-666 |
15b6331825bbbeda137bad29d77cf447e052c6e2 | 5d3b625aabf173f81d97e08a5a5753236627ab7f | /252_Meeting Rooms.java | bf660afa6352438a92f663dfff30ddbd3ab0b2be | [] | no_license | ssydyc/Leetcode_java | 53cf7e3594de06baf63444ac2f7b9b56defb2128 | 29ecf8d3af598cf39db3eb308936709aa30c03bd | refs/heads/master | 2016-09-06T14:32:48.739340 | 2016-02-11T08:48:14 | 2016-02-11T08:48:14 | 14,976,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | /**
* Definition for an interval.
* public class Interval {
* int start;
* int end;
* Interval() { start = 0; end = 0; }
* Interval(int s, int e) { start = s; end = e; }
* }
*/
class compareEnd implements Comparator<Interval>{
public int compare(Interval interval1, Interval interval2){
... | [
"ssydyc@gmail.com"
] | ssydyc@gmail.com |
8afd94ccf895ea6a74780f793fd5479d4f1295e8 | e168d73dc0a0ac81146d563146f75f57d1de8424 | /src/main/java/cn/zhanw/mapper/DetailSqlProvider.java | 3ca265d60190057ed23a018ab3abeca93c3bc57d | [] | no_license | zhanw99/guguanjia01 | 3484002cf7ee28a49c8a5618a711c22d3e3b34d7 | 6aed70287fe5dd83e137504962958167631baa1b | refs/heads/master | 2022-12-22T21:19:22.682169 | 2019-12-10T02:46:02 | 2019-12-10T02:46:02 | 224,758,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,836 | java | package cn.zhanw.mapper;
import cn.zhanw.entity.Detail;
import org.apache.ibatis.jdbc.SQL;
public class DetailSqlProvider {
public String insertSelective(Detail record) {
SQL sql = new SQL();
sql.INSERT_INTO("detail");
if (record.getId() != null) {
sql.VALUES("id", "#... | [
"1006257666@qq.com"
] | 1006257666@qq.com |
62595c76da321b0c83968b28242e884ad75d7a7d | 596ac973156641919db80c86d9e08b34b3753861 | /app/src/main/java/vidal/sergi/getfit/LoginActivity.java | 819a61e453e451546b253dff5c9a26fd8143c306 | [] | no_license | JordiSegura/GetFitFinal | 45d4d729dbeca85c159333d3c6765cd4ea0cf182 | b66408d619997bbfe2739067df44e2392f4a7146 | refs/heads/master | 2020-03-20T21:25:55.877643 | 2018-06-18T10:50:40 | 2018-06-18T10:50:40 | 137,740,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,284 | java | package vidal.sergi.getfit;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.view.WindowManager;
import android.w... | [
"jordisegura1994@hotmail.com"
] | jordisegura1994@hotmail.com |
c083a3e0a6e15df60aa985e4492a50696b7b4cea | b1555df1a1231833f5d8fc7e1f9755bef99f48e5 | /AdminEmployeePortalWithSpringData/src/main/java/com/metacube/training/AdminEmployeePortalWithSpringData/model/Project.java | 38f629e7b8c0ff2898c7f65dcc6b546c7915ffc5 | [] | no_license | meta-bhavika-mathur/GET2018 | 2a2ea43f63317875277ea566fee7253b16997771 | 95a2b4b68c02afcf14cef66a29b326f1b67803ae | refs/heads/master | 2022-12-22T05:07:23.329371 | 2018-11-22T12:27:51 | 2018-11-22T12:27:51 | 140,807,795 | 0 | 0 | null | 2022-12-16T00:02:55 | 2018-07-13T06:41:17 | Java | UTF-8 | Java | false | false | 1,782 | java | package com.metacube.training.AdminEmployeePortalWithSpringData.model;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.pe... | [
"noreply@github.com"
] | meta-bhavika-mathur.noreply@github.com |
46934381c24f82d51bff7968c249e80cad3d5bb3 | 4fb802d21b0ae96af0e76ea5b1cd1ede4cd4a335 | /app/src/main/java/com/example/administrator/androidtest/MainActivity.java | 2bc83987db47e2546b10ffd47e2d77b3ce04488c | [] | no_license | cralyquan/test1 | 52a869636e01c68409872df5d3efa5f3771cea7e | f20917869a3b5875619e207728c428ea68f64152 | refs/heads/master | 2016-09-13T21:12:48.156991 | 2016-04-26T14:21:34 | 2016-04-26T14:21:34 | 57,040,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.example.administrator.androidtest;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
public int getmIndex() {
return mIndex;
}
public void setmIndex(int mIndex) {
th... | [
"542704461@qq.com"
] | 542704461@qq.com |
50cbcc1559626e4fa263842aae8b85d7cd11a383 | 1834686621f8809389413e3745cb4b2f053e65fc | /ResourceGuide/src/com/myle/resource/CircleView.java | 09e5357d5ef68ebf0bd7cdbee8fdac4cf5a6fecd | [] | no_license | shendawei/DemoProject | 8022759d7b6f0d69a941f69ddb9a0b9a4420d7fc | 8fb6f1abe68901bb7b5fe89536fe3db5209b576c | refs/heads/master | 2021-05-26T14:30:08.908131 | 2013-03-19T03:25:07 | 2013-03-19T03:25:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,878 | java | package com.myle.resource;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.ShapeDrawable;
import android.graphics.drawable.sha... | [
"shendawei2009@gmail.com"
] | shendawei2009@gmail.com |
26605e3fa67c40d55de573d8cc7981f0bb965e8f | 4894db60c4d4fd7dc9abb17685de49e41883cc2c | /src/main/java/com/example/friojspring/Security/JwtUser.java | 19d0eb10a9050dd2b4e6880f3808e4cfd2c5e775 | [] | no_license | Matheuss012345/FRIOJBackend | 716ae52f5e9952a7f219bd8b5114373032eec369 | 2139cf3edba45bd9d494740e559fd8f07c7f4519 | refs/heads/master | 2020-04-15T12:31:12.123016 | 2019-03-23T14:02:17 | 2019-03-23T14:02:17 | 164,677,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,479 | java | package com.example.friojspring.Security;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import com.example.friojspring.Model.User;
import com.fasterxml.jackson.annotation.JsonIgnore;
public class JwtUser impl... | [
"matheuss01@azet.sk"
] | matheuss01@azet.sk |
769710d83b931ddc996fa8bd1b5ce2f769675d06 | 377f25764316e12a27fcd366183f751f33f20a4f | /src/main/java/org/hyperagents/yggdrasil/http/HttpInterfaceConfig.java | 470cd424d18102b04373ce6acef20ed3f2ecc0fc | [
"MIT"
] | permissive | samubura/yggdrasil | 30e949dcc526f7e50ae615cc93c7efceb0a91e1b | 52653ca0ff8885b2eb82eeac181c6b62292ded64 | refs/heads/master | 2023-08-31T08:05:51.014086 | 2021-09-23T08:54:19 | 2021-09-23T08:54:19 | 408,382,116 | 0 | 0 | MIT | 2021-09-20T10:16:21 | 2021-09-20T09:26:38 | null | UTF-8 | Java | false | false | 798 | java | package org.hyperagents.yggdrasil.http;
import io.vertx.core.json.JsonObject;
import java.util.Optional;
public class HttpInterfaceConfig {
private String host = "0.0.0.0";
private int port = 8080;
private String webSubHubIRI;
public HttpInterfaceConfig(JsonObject config) {
JsonObject httpConfig = conf... | [
"andrei.ciortea@gmail.com"
] | andrei.ciortea@gmail.com |
4cde038c48dc307937960e7f1ed3985bf4663ddf | 6cf72b4c7a2d6bab79b96979e52687d73f7bb557 | /app/src/main/java/com/conflux/finflux/offline/databaseoperation/DownloadOperations.java | d792c17d7169c760b86d691611f091621ae1cd8a | [] | no_license | maduhu/ulidavaruKandante | 87a183da2d7854d5716d4cbf378377e67779663e | 142c408c5f205cf96e672144c219e5d45815ea47 | refs/heads/master | 2021-01-12T12:13:18.620616 | 2016-09-14T10:29:33 | 2016-09-14T10:29:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,876 | java | package com.conflux.finflux.offline.databaseoperation;
import android.content.Context;
import com.conflux.finflux.R;
import com.conflux.finflux.collectionSheet.data.CollectionSheetData;
import com.conflux.finflux.collectionSheet.data.ExtendedProductionCollectiondata;
import com.conflux.finflux.collectionSheet.data.Pr... | [
"praveenjinde2@gmail.com"
] | praveenjinde2@gmail.com |
1cd12f6d191a3d22b5c76cf8c17fa63adea73e6d | 3488c13a5a7b0099237a9f2c733a1f485abd4a83 | /src/naturalnumbers/WeightedSet.java | adbdb68227a8719867c481f58d2cb7e5ae55fc5d | [] | no_license | kmsoileau/Saffron | 6a087143356b290c4b27149f360c15ed445f1e48 | 557c6ddae2ac572e7254eeac61d4dea90ab940ec | refs/heads/master | 2021-06-09T14:09:49.578488 | 2020-12-12T12:25:13 | 2020-12-12T12:25:13 | 80,858,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,549 | java | package naturalnumbers;
import sets.Set;
import bits.BooleanVariable;
import exceptions.sets.WeightedSetException;
public class WeightedSet
{
private static int objectIndex = 0;
private Set backingSet;
private String name;
public WeightedSet() throws Exception
{
this("WeightedSet" + objectIndex+... | [
"kmsoileau@gmail.com"
] | kmsoileau@gmail.com |
fa5436b355132ec837ff68db3d1306e96b5cb353 | 36cc038eb139d1c8b7ed2385db836524a69620d1 | /src/test/java/com/panda/study/design/patterns/creational/singleton/DemoSingletonTest.java | 2365dbfd39c71a6d08f0bdd6e4f99e88d89677ff | [] | no_license | zhangwei921003/design-patterns | 03a13348aef1cad4b637bd6b7142723ab7b3a803 | 14214050796867717c627aeb8cc3e535284a0b84 | refs/heads/master | 2020-08-23T11:47:40.948539 | 2019-10-22T07:46:18 | 2019-10-22T07:46:18 | 216,608,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,033 | java | package com.panda.study.design.patterns.creational.singleton;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInput;
import java.io.ObjectInputStream;
import java.io.ObjectOutput;
import java.io.ObjectOutputStream;
import org.junit.Test;
import org.junit.runner.RunWith;
import org... | [
"wei.zhang5@baozun.com"
] | wei.zhang5@baozun.com |
6b6eea5f4a06d301668cd3d1294e4c48716ba358 | a17d4d64fd1e7e5a726cf6a52a7a6386f48a7c79 | /src/test/java/org/edu/algo/AppTest.java | 66fab2bc58f0fdad8ae44c6a435f75801decaab0 | [] | no_license | jsebasct/problem_algorithm | d7f4bf7f9510190b708e9d6bf4785640dbee84f9 | af153a9648f3afc9750004b90ba4617e971522c2 | refs/heads/master | 2021-04-11T08:51:29.124564 | 2020-03-21T17:47:02 | 2020-03-21T17:47:02 | 249,006,543 | 0 | 0 | null | 2020-10-13T20:32:23 | 2020-03-21T15:39:34 | Java | UTF-8 | Java | false | false | 1,356 | java | package org.edu.algo;
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
*/
public AppTest( St... | [
"jsebas.ct@gmail.com"
] | jsebas.ct@gmail.com |
b89d2779acc1fbc8b70cd9c2c6aa34700d4305d8 | 1c010920c8f1df5e4f84768bbcfe6598ec9ff71c | /app/src/main/java/io/mrarm/mcversion/VersionDownloader.java | f2b61c0a81731f5ae02c8ee1d3053ee284e4a01d | [] | no_license | MCMrARM/mc-android-version-switcher | 4a36f61d6abb8baca1a3c782a43724b3e236a0fb | 71ef27304830bd051e78aae454d79dc570178cf1 | refs/heads/master | 2022-05-28T04:14:29.169994 | 2020-05-02T17:57:24 | 2020-05-02T17:57:24 | 260,744,247 | 30 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,198 | java | package io.mrarm.mcversion;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.Toast;
import java.io.File;
public class VersionDownloader {
private File storageDir;
public VersionDownloader(File storageDir) {
this.storageDir = storageDir;
... | [
"mcmrarm@gmail.com"
] | mcmrarm@gmail.com |
96e438c143ae770de8db4dd192ec1348d4583f8c | 13ed6336a68e62a139a4d4ffe0df736f93d6a3b9 | /src/main/java/typed/impl/section/AbstractSectionTree.java | 279560cd90a908c9fc53703d3931c34f14aa5c9d | [] | no_license | Topolev/search-simple-parser | fc1c6d684ab419e7c6bca78c7462158385d029c5 | f01e1f75ae6de88f76a99a317f2124de887ae628 | refs/heads/master | 2021-01-25T11:02:19.689934 | 2017-06-28T08:48:26 | 2017-06-28T08:50:03 | 93,903,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package typed.impl.section;
import typed.api.PropertyTree;
import typed.api.literal.ObjectLiteralTree;
import typed.api.literal.StringLiteralTree;
import typed.api.literal.ValueTree;
import typed.impl.PropertyTreeImpl;
import typed.impl.lexical.InternalSyntaxToken;
import java.util.List;
public class AbstractSectio... | [
"i.topolev.vladimir@gmail.com"
] | i.topolev.vladimir@gmail.com |
2e06961597fab6ded3ec5840ca2788bdf5c528d3 | de1c01a80062ed7b38878cec852825abddd06463 | /src/com/mugalliRufaida/BonAppétit.java | b2c017038f8e3ccc674b7f27cedf58d45b7be351 | [] | no_license | Rufaidamugalli/HackerRank | df6a35db2cd57d92f5cc73952df1d1233c31fb50 | 934560449aecfd8133f32135b06c6a040615dd10 | refs/heads/master | 2020-04-29T20:08:38.669779 | 2020-01-02T08:40:43 | 2020-01-02T08:40:43 | 176,376,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.mugalliRufaida;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class BonAppétit {
static void bonAppetit(List<Integer> bill, int k, int b) {
bill.remove(k);
int sum = 0;
int result = 0;
int diff = 0;
for (int bill2 : bill... | [
"rufaida.mugalli@gmail.com"
] | rufaida.mugalli@gmail.com |
d11813dfb59264bea0cfb4c181b60890a7f4c2ce | 3414cb4c58483ab92e0b7b756a1e3732599e93f8 | /GCICodeTest/src/main/java/com/gci/api/controller/ContractController.java | aef76c2f1bfd1ea0ef8ca3bd8616e3f3808a5511 | [] | no_license | bsterner/gci | 6a5b22863ff9bdb67453bac04a0e7a519c63c700 | efbfb0c48e1b4182679d0904bc7d03770b5c8619 | refs/heads/master | 2020-12-31T00:29:22.944491 | 2016-05-01T22:52:50 | 2016-05-01T22:52:50 | 57,854,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,485 | java | package com.gci.api.controller;
import static com.gci.api.Constants.GET_CONTRACTS_URI;
import static com.gci.api.Constants.GET_CONTRACT_URI;
import static com.gci.api.Constants.GET_INVOICES_URI;
import static com.gci.api.Constants.GET_INVOICE_URI;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.Logg... | [
"bsterner@dhapdigital.com"
] | bsterner@dhapdigital.com |
8aaaf2649e3b59e5a94766fcb78556fa49ef332d | 080d88cbd6e4fad5d741ec9776af9eef4caba6b1 | /src/main/java/com/istt/security/jwt/JWTFilter.java | 45b246593d12d873ee366b952aac328f667a6e3c | [] | no_license | istt/smpp-simulator | b0e27fe2250a3d6a79011d1262412b7789284dec | 3f53fc197d14e0ed7fe52782a27389908baf31c6 | refs/heads/master | 2020-03-27T00:56:53.972160 | 2018-10-08T08:27:02 | 2018-10-08T08:27:02 | 145,669,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.istt.security.jwt;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.util.StringUtils;
import org.springframework.web.filter.GenericFilterBean;
import javax.servlet.FilterChain;
import javax.servlet.S... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
d956e014ee9666b132983f0243afa5cfee2dc1d1 | 04286a4dd3ebecf8f692945bdb8917af5613ffd3 | /lab10/lab10/src/main/java/com/agh/lab10/Controller/NotFoundException.java | 5cacd07fea9e79cd3aab161c92744d8672cd0f8a | [] | no_license | karolmorawski-AGH/AGH_java | 55a345d6885bb6ae4afdb848f94e88a74bd62642 | cc82c6109e5a41bfedb34c57f009112223a1a6d6 | refs/heads/master | 2022-01-19T07:05:18.885256 | 2019-05-30T11:52:21 | 2019-05-30T11:52:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package com.agh.lab10.Controller;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(code = HttpStatus.NOT_FOUND, reason = "Image not found")
public class NotFoundException {
}
| [
"karol.morawski4@gmail.com"
] | karol.morawski4@gmail.com |
ca9b86b74773ee2b5e9c8e609b2e0ce08670d55c | fb80d88d8cdc81d0f4975af5b1bfb39d194e0d97 | /Character_Library/src/net/sf/anathema/character/library/overview/LabelledAdditionalAlotmentView.java | 9dfba9b8cbb63dcc3d4aebff6ca3b6838c1950bc | [] | no_license | mindnsoul2003/Raksha | b2f61d96b59a14e9dfb4ae279fc483b624713b2e | 2533cdbb448ee25ff355f826bc1f97cabedfdafe | refs/heads/master | 2021-01-17T16:43:35.551343 | 2014-02-19T19:28:43 | 2014-02-19T19:28:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package net.sf.anathema.character.library.overview;
import net.sf.anathema.lib.workflow.labelledvalue.view.LabelledAlotmentView;
public class LabelledAdditionalAlotmentView extends LabelledAlotmentView implements IAdditionalAlotmentView {
public LabelledAdditionalAlotmentView(String labelText, int maxValueLe... | [
"ursreupke@gmail.com"
] | ursreupke@gmail.com |
23a3bbb65509584e5bf0c2be798574869203aece | 108e98956997060e8fbeff7c16a592756b8f5a06 | /src/main/java/com/my/controller/sys/project/historicType/model/HistoricTypeModel.java | 93b1d4da80e19fc82fdc44d88f0290b62721aff3 | [] | no_license | lizhongxiang12138/fastDevelop | 78b932a6d0871910d58777bb0eb28495dbec87e1 | 5ff7a32181f6d8a054637fac868f3b52de34f4eb | refs/heads/master | 2021-04-29T08:59:41.138674 | 2017-11-04T01:24:24 | 2017-11-04T01:24:24 | 77,668,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.my.controller.sys.project.historicType.model;
public class HistoricTypeModel {
/**
* 角色
*/
private com.my.project.entity.HistoricType historicType;
public com.my.project.entity.HistoricType getHistoricType() {
return historicType;
}
public void setHistoricType(com.my.project.ent... | [
"953934680@qq.com"
] | 953934680@qq.com |
cacde75da1aedffd5c5e810b70c91877af5f8915 | fb21f30736556002fe7cc7a06bac732f2b9e0e0f | /src/ite2017/SmartComputerPlayer.java | 2d3c39247c321d299db8a36c41bbcb1ce9aab3d3 | [] | no_license | mohamadkarttomeh/Battle-Ship-Game | ec82622e10441119cf699072a3ececaa184756a3 | f9146503013944f2ea0d6ce9c74bc9ccbfd31a8d | refs/heads/master | 2020-03-23T17:56:02.897518 | 2018-07-22T09:18:29 | 2018-07-22T09:18:29 | 141,881,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package ite2017;
public class SmartComputerPlayer extends ComputerPlayer {
public SmartComputerPlayer() {
super();
this.currentStrategy = new SmartComputerStrategy();
}
}
| [
"mohamadkarttomeh@gmail.com"
] | mohamadkarttomeh@gmail.com |
afa68b3d89c0001040655ffe638432f3f7978580 | cf5978cfd1cf9d36fc14cdfe927314ac509214e1 | /src/main/java/com/hellozjf/test/u8eai/domain/jaxb/invposcontrapose/NewDataSet.java | 69e619fa789a18c529fcc8a41084fd9747a35c43 | [] | no_license | hellozjf/u8eai | 6c39502e96938ff4ddcea1863bc4e1cbcb081d57 | e38134795dfc704afb930ce9c1f6a2e07ae60fb8 | refs/heads/master | 2022-02-28T23:34:53.939698 | 2022-02-16T02:59:38 | 2022-02-16T02:59:38 | 105,213,525 | 11 | 6 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | 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>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2017.09.30 时间 06:27:05 PM CST
//
package com.hellozjf.test.u8eai.domain.jaxb.invposcontrapose;
import ja... | [
"908686171@qq.com"
] | 908686171@qq.com |
6f35e52f51a0a0f721a8af607ab834fc018a11c2 | 0e59aac0a2a396b83be349df7c6488da5e409e43 | /paw2018b/models/src/main/java/ar/edu/itba/paw/models/UploadFile.java | 969a595c57da574eaadd45488434752ef01118c9 | [] | no_license | asantoflaminio/MeinHaus_PAW | 511327c00ed82fafb8e99ae71b4a8936f7248f2f | c7bbc477e76541fd0e9034121904f8719ff215c1 | refs/heads/master | 2020-03-27T02:11:54.445432 | 2018-10-03T22:50:18 | 2018-10-03T22:50:18 | 145,772,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package ar.edu.itba.paw.models;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "images")
public class UploadFile {
private Integer id;
private String publicationId;
private byte[] data;
... | [
"asantoflaminio@itba.edu.ar"
] | asantoflaminio@itba.edu.ar |
4f314143cd93c6e25951492bb9b27ce2952d8494 | e8995cea99b4890694463d76a77e2c8074a52377 | /pegasus/src/main/java/jp/co/internous/pegasus/model/form/DestinationForm.java | 050495c4d9c9bfcdfa2917fb5fa9a388205279d7 | [] | no_license | uedaiori/ecsite | da014c88ef549167e2d98cff8bb0a4629140e3f1 | e30691231e45c2a911de5d9f28f7a5549969490e | refs/heads/master | 2022-08-23T19:33:01.475384 | 2020-05-29T09:46:25 | 2020-05-29T09:46:25 | 267,473,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package jp.co.internous.pegasus.model.form;
import java.io.Serializable;
public class DestinationForm implements Serializable {
private static final long serialVersionUID = 1L;
private int userId;
private String familyName;
private String firstName;
private String telNumber;
private String address;
publi... | [
"sc30bikemoney@gmail.com"
] | sc30bikemoney@gmail.com |
51e493eb1b16ef94f85b525eee7944134ab23b64 | 1f153162f289386194a5f778fc96507495898546 | /app/src/main/java/allunitconverter/fachati/com/weather/models/City.java | 9b150bce09cd97e939c1a8604b9335c0df95d099 | [] | no_license | fachati/Weather-openWeatherMap- | 987724a5361458289a0ca4c9cfaa2e9ea524ad17 | f3c0ac066c1c3bf53c01efcfd8f19c19abce81c8 | refs/heads/master | 2021-01-23T02:06:37.474997 | 2017-03-27T08:15:12 | 2017-03-27T08:15:12 | 85,967,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,570 | java | package allunitconverter.fachati.com.weather.models;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Created by fachati on 23/03/17.
*/
public class City implements Parcelable{
private String name;
private String country;
private int population;
protected City(Parcel in) {
... | [
"ismail.elfachati@g2mobility.com"
] | ismail.elfachati@g2mobility.com |
dad09f30dc0306958175b2a77cfe4f2ead422a0d | 84eae8f21a09b20ea9ebeff93392aee55b0caa0c | /Integrated project file/maven_Project/src/main/java/com/ILoveLAMP/dao/Base_DataDAO.java | 454dce37fc52f96be40ca2c486df0de0467d40b5 | [] | no_license | FCP-ZhaoYang/MscProject | 3856f2ab827edba43e9afbc35d4767d5e8640660 | b3ef611f29d80a3e1e8ac06aa7bbff103cff52a4 | refs/heads/master | 2021-01-18T07:23:58.788232 | 2016-02-26T10:14:17 | 2016-02-26T10:14:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package com.ILoveLAMP.dao;
import java.util.Collection;
import javax.ejb.Local;
import javax.ejb.Stateless;
import javax.ejb.TransactionAttribute;
import javax.ejb.TransactionAttributeType;
import com.ILoveLAMP.entities.Base_Data;
import com.ILoveLAMP.entities.Error_Data;
import com.ILoveLAMP.entities.Event_Cause;
i... | [
"yangzhao.engineer@gmail.com"
] | yangzhao.engineer@gmail.com |
8d27688460a2425d634466d1d7f3520ee7316b26 | 0be360693a7dafb39de5b54b1de4a967747706c8 | /CameraMapsApplication/app/build/generated/source/r/debug/android/support/constraint/R.java | cac48ec43b9028351dc05afdbd85612f02523bbc | [] | no_license | srividyavn/GoogleMapsActivity | 00f0e55449033aa7be5a2a8af0300688fd3be04c | 460758d70488ecae9a4f3f68f5ad58f32a030fb7 | refs/heads/master | 2022-02-23T08:04:59.230178 | 2019-07-22T03:34:23 | 2019-07-22T03:34:23 | 198,138,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,252 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.constraint;
public final class R {
public static final class attr {
public static final int constra... | [
"noreply@github.com"
] | srividyavn.noreply@github.com |
6b9d1463f859c88db56be17eed55c2da9e451ed8 | 89d1dcfc803f4eedd1ebe659d98486f9c8cd778a | /src/main/java/com/mobiquity/utils/InputPackerParser.java | 92f4fff919d67b978e4b8ee9ac8eaab7e3a9d93e | [] | no_license | HudaSoliman/Package-Challenge | 679ab69051bbbc617f53bf7ede7980abcfd4324d | 7fdd6ccd1cb31fb41c24c2fe3dbe69c5c11507b5 | refs/heads/master | 2023-04-22T07:46:11.646985 | 2021-05-14T18:29:49 | 2021-05-14T18:29:49 | 366,697,174 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,536 | java |
package com.mobiquity.utils;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import com.mobiquity.domain.InputPackage;
import com.mobiquity.domain.Item;
import com.mobiquity.exception.APIException;
import com.mobiquity.exception.APIExceptionType;
public class Input... | [
"hudas@live.com"
] | hudas@live.com |
7d32d4b149e394c9eb4d240d8b8087636c4c8208 | f8f48ecfadc799175f39e0b7ee7135fab728f9a0 | /src/main/java/com/yct/settle/service/impl/ConsumeDataProcessImpl.java | 5942fa5daa2000511ca1afabeff1702aaa4c0dc5 | [] | no_license | mlsama/settle_process | bd6b6c7aaa266ca026c68dbbada9f837696eb903 | c4f145124cd1744834ce18000e1e2b152e013e4f | refs/heads/master | 2021-09-07T06:34:41.363896 | 2019-07-17T10:13:07 | 2019-07-17T10:13:07 | 197,357,950 | 0 | 2 | null | 2021-08-02T17:17:57 | 2019-07-17T09:25:14 | Java | UTF-8 | Java | false | false | 30,862 | java | package com.yct.settle.service.impl;
import com.yct.settle.mapper.*;
import com.yct.settle.pojo.*;
import com.yct.settle.service.ConsumeDataProcess;
import com.yct.settle.service.CustomerServiceDataProcess;
import com.yct.settle.service.ProcessResultService;
import com.yct.settle.thread.ThreadTaskHandle;
import com.yc... | [
"zqu_ml_it@163.com"
] | zqu_ml_it@163.com |
ba5db7134d6b97e0064fe636c8dfc54bee61b6a8 | 7a55f122cd46d62918ed5a17b8bd7812deeef31c | /bernabe_davila/Codigo/src/main/java/Cube.java | 997fa0ad24efdc60af265742c2500b6238f38588 | [] | no_license | jzaldumbide/fundamentos2020B | 71411eb0f50d6bccc7d6dc66b781fc3801eb507a | 8887392ec1550efdae491cfbc9c6acd73f2bba01 | refs/heads/main | 2023-01-19T12:15:15.047308 | 2020-11-30T14:23:05 | 2020-11-30T14:23:05 | 317,222,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java |
public class Cube {
private int edgeLength;
public Cube(int edgeLength) {
this.edgeLength = edgeLength;
}
public int volume() {
int volumen = this.edgeLength * this.edgeLength * this.edgeLength;
return volumen;
}
public String toString() {
retu... | [
"juan.davila02@epn.edu.ec"
] | juan.davila02@epn.edu.ec |
34b07d97fa284ba3af37403b5175e23163e7611f | a6e6cb77b1bf94212dd9acb42289ba9a60128426 | /src/main/java/desingPattrens/Behavioural/Visitor/saglikBakanligi/EnumHastaDurumu.java | 49c0c23b4624e00c85554215cdec1e5eaf6f5bbc | [] | no_license | onyor/JavaDesingPatterns | 582f3889d50dc63ae6abd86e2df619d79bc35e7c | 1d5216ed05281bcc28e772706ad2eecc061cbe14 | refs/heads/master | 2023-02-09T18:24:43.460078 | 2021-01-08T10:04:26 | 2021-01-08T10:04:26 | 275,643,725 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package main.java.desingPattrens.Behavioural.Visitor.saglikBakanligi;
public enum EnumHastaDurumu {
EVDE_KARANTINA,
ZATURRE,
AGIR_HASTA,
OLUM,
IYILESTI
;
}
| [
"onur-.-yildiz@hotmail.com"
] | onur-.-yildiz@hotmail.com |
49d94ac8c67a9952d3f73bb3accdd6fb9f9df045 | 490d0b07be411e1d69dd27ea183165ecba6fa02e | /src/RoomCalc.java | a95c9c91d8f13a9ab0bed80ff501f9a3bc07ebd1 | [] | no_license | wdonaldson2/Lab1RoomCalc | e65d89af34a12ce85eda1a53293d7a498ddc9d13 | 354c207481ea38cdae6bd2914b231b567fe4b37f | refs/heads/master | 2020-12-31T00:52:53.148136 | 2017-01-31T22:20:24 | 2017-01-31T22:20:24 | 80,556,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | import java.util.Scanner;
/**
* Created by williamdonaldson on 1/30/17.
*/
public class RoomCalc {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int choose = 1;
while (choose == 1) {
System.out.println(" Enter length ");
double ... | [
"hardworkday59@gmail.com"
] | hardworkday59@gmail.com |
11de4d3f85272a66b669552fdb3d1368bbd49204 | 2afabc45655ef55a88fed473837220214e0ed88a | /src/main/java/com/interfacetest/Demo1.java | a0c9bd44d02d6c93e4904db2f944676b12da3639 | [] | no_license | ahuazhu/learn | 117c1095aed5d4871b346b9fdeea3c7d0e06e9ee | 83d596c6adaabad2f7968b60cac808ea81d0beeb | refs/heads/master | 2021-07-13T05:00:36.823737 | 2019-11-15T13:48:34 | 2019-11-15T13:48:34 | 213,590,039 | 0 | 0 | null | 2020-10-13T17:04:02 | 2019-10-08T08:34:53 | Java | UTF-8 | Java | false | false | 192 | java | package com.interfacetest;
public abstract class Demo1 {
abstract void doit();
public static void main(String[] args) {
/*Demo1 d=new Demo1() ;*///不可以实例化
}
}
| [
"1448856087@qq.com"
] | 1448856087@qq.com |
827151916ed0b21613cbec004df9f222cfb901ee | dbd41aeff22f385c8b2663ebec05605111ba6044 | /src/test/java/com/capgemini/olx/olx/loginService/loginServiceTest.java | 3281705e9d0265f3edf0c3720429431e71b87b1f | [] | no_license | rakesh983545/olxmongodb | 0f89940fa47c438c22e5db20de5e299374f2bce5 | 0a63c78fdcb35986c5982aefdeecfb4e450dde67 | refs/heads/master | 2020-03-30T08:50:03.343771 | 2018-10-01T06:05:23 | 2018-10-01T06:05:23 | 151,043,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | package com.capgemini.olx.olx.loginService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.junit.MockitoJUnitRunner;
import static org.junit.Assert.assertEquals;
import org.junit.Assert;
import com.capgem... | [
"rak@gmail.com"
] | rak@gmail.com |
d00141a60ab62eaf6e784a912fd99794b82cc9c1 | e669c1de91c433267b5b30c5adadd75c7022c4c5 | /src/main/java/com/eproject/util/corosFilter.java | 87c61ecf66959dc725814d0449354a893931ddfa | [] | no_license | NoAfraid/eproject | fd6248b3ce4ad06033b6a03fc632d1aef7207d7c | bd942e56b512691df716c619f7e346c822413b4e | refs/heads/master | 2023-03-07T06:54:04.226896 | 2020-05-30T07:59:49 | 2020-05-30T07:59:49 | 248,021,064 | 0 | 0 | null | 2023-02-22T08:28:23 | 2020-03-17T16:37:13 | JavaScript | UTF-8 | Java | false | false | 57 | java | package com.eproject.util;
public class corosFilter {
}
| [
"1328459749@qq.com"
] | 1328459749@qq.com |
b11001c1bc37d72689a6021c0ef7621e78a6739c | 7f785360d78bb5bb91c50e788c0ad6f3081741f2 | /results/Nopol+UnsatGuided/EvoSuite Tests/Math/Math105/seed83/generatedTests/org/apache/commons/math/stat/regression/SimpleRegression_ESTest.java | 3e72c8bb9d8be3410a26fcfd135663b254e54692 | [] | no_license | Spirals-Team/test4repair-experiments | 390a65cca4e2c0d3099423becfdc47bae582c406 | 5bf4dabf0ccf941d4c4053b6a0909f106efa24b5 | refs/heads/master | 2021-01-13T09:47:18.746481 | 2020-01-27T03:26:15 | 2020-01-27T03:26:15 | 69,664,991 | 5 | 6 | null | 2020-10-13T05:57:11 | 2016-09-30T12:28:13 | Java | UTF-8 | Java | false | false | 19,151 | java | /*
* This file was automatically generated by EvoSuite
* Tue Jan 24 16:46:04 GMT 2017
*/
package org.apache.commons.math.stat.regression;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.math.stat.regression.SimpleRegression;
imp... | [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
483553a5d31a3478beeccc87fd51106bec78a337 | 1e99cd862b37119e550a245c0f374b8b82b7cb36 | /data/src/main/java/com/example/data/note/repository/source/preference/PreferenceNoteEntityData.java | e21256fd53f602fff9e7fd8185d884bead0b5215 | [] | no_license | dendy-senapartha/MVPCleanApp | 40529c3dbf2bbb3a19702c5bbe121d773c5c22f7 | 3246f948ac47b2037d645692f1fef6766ac91251 | refs/heads/master | 2020-04-09T07:12:19.918306 | 2019-04-02T07:24:19 | 2019-04-02T07:24:19 | 160,145,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,805 | java | package com.example.data.note.repository.source.preference;
import android.text.TextUtils;
import com.example.data.base.UnInitializedSecuredPreferencesException;
import com.example.data.note.repository.source.NoteEntityData;
import com.example.data.note.repository.source.preference.response.NoteResponse;
import java... | [
"wb-ikadekden434525"
] | wb-ikadekden434525 |
430ad831fd1103f145239f267411b85584da69cf | 78cc0db2b28aa7aa108791b8ca9b25315b606eea | /20200929_DateValidator/src/de/telran/Main.java | be7838a9521f0a451a0bfc44e1e45c5d3678a9f2 | [] | no_license | LeSitar/TelRan_13M | 3466dca7b909d246b0939755909576534a6a52ff | 196cc4186ed66b59d93531bc384afbce900485d1 | refs/heads/master | 2023-01-04T04:59:04.087720 | 2020-10-30T13:51:16 | 2020-10-30T13:51:16 | 293,464,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package de.telran;
public class Main {
public static void main(String[] args) {
System.out.println(DataValidator.dateValidator(2019, 7 , 28));
System.out.println(DataValidator.dateValidator(2020, 2 , 29));
}
}
| [
"lenasitars@gmail.com"
] | lenasitars@gmail.com |
21ea771957e1e92ec239d887df64779f61a4f243 | 0a57b2210091f65cc99eda61b936af0421ad1666 | /Servlet&HTTP&Request/src/servlet/ServletDemo6.java | 66222be0a6dd97ff1b7c96b04b1bb3c974bba356 | [] | no_license | lxf-00/JavaWeb | 592885765f0c43cfc77be97a2c57c46a45896025 | 802a57e6076296c288a34d5a032fc2629f72945f | refs/heads/master | 2022-07-11T21:26:13.809965 | 2020-05-26T06:56:44 | 2020-05-26T06:56:44 | 243,445,122 | 0 | 0 | null | 2022-06-21T03:08:14 | 2020-02-27T06:12:55 | Java | UTF-8 | Java | false | false | 1,172 | java | package servlet;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Request 设置... | [
"lxrtt111@163.com"
] | lxrtt111@163.com |
535d1d7fcff8f981e3189bcc5482cf2af1fe1bfd | 20ab305409120f5b5441023f754435b4d1938748 | /src/main/java/org/blockartistry/mod/ThermalRecycling/data/ScrapHandler.java | f59b361bf7ecd3d1afecf4c59088a7f043b89961 | [
"MIT"
] | permissive | WeCodingNow/ThermalRecycling | 360b7f152324856856bde414500686e7eb2f206c | c0b2cbe652e580aa4d563540350b96ba6e27d5dc | refs/heads/master | 2021-05-28T15:24:28.814563 | 2015-05-15T22:46:48 | 2015-05-15T22:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,799 | java | /*
* This file is part of ThermalRecycling, licensed under the MIT License (MIT).
*
* Copyright (c) OreCruncher
*
* 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, i... | [
"tedjkaiser@gmail.com"
] | tedjkaiser@gmail.com |
b458c2fb1a0fd90946494e3243b07fa34df43a68 | 6a977059591a909501236947c8d748ac48ce43ed | /src/main/java/core/Safari.java | f767a38d6ca851e76faf38ac083c67316b15e2a7 | [] | no_license | konstvasiled/FBvalid_HW38 | 1a24beac132bc78a11df7d716824c44a738b314a | 855e920a5417888c7f97efef3ad5ca066b3c556b | refs/heads/master | 2021-05-16T04:01:04.320822 | 2017-10-04T04:26:01 | 2017-10-04T04:26:01 | 105,731,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,582 | java | package core;
import org.openqa.selenium.*;
import org.openqa.selenium.safari.*;
import org.openqa.selenium.support.ui.*;
import java.util.concurrent.TimeUnit;
import java.util.logging.*;
public class Safari {
static WebDriver driver;
public static void main(String[] args) throws InterruptedException {
... | [
"kon.vasilevclass@gmail.com"
] | kon.vasilevclass@gmail.com |
674137e7223161b80897ee9406f00c627503549d | 4be2623b3cc95e039f214f2ad8d9fc14fa404ee9 | /src/thread/synchronizedBlock/SyncBlockDemo.java | 6326e044665eba54db9df036da61ebfb0015c544 | [] | no_license | maainul/Java | df6364f57e5c4cdca3ff83894b633f19197b541e | 81681c9f48946b07c4f839f1db6d9953fe47a9df | refs/heads/master | 2023-04-26T22:13:27.395026 | 2021-04-29T20:47:41 | 2021-04-29T20:47:41 | 229,538,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package thread.synchronizedBlock;
class Display{
public void wish(String name) {
// 1 lack of code
synchronized (this) {
for (int i = 0; i < 10; i++) {
System.out.println("Good Morning..."+ name);
try {
Thread.sleep(100);
} catch (InterruptedException e) {
System.out.println(name);
}
... | [
"mainul080@yahoo.com"
] | mainul080@yahoo.com |
0fa89d0bb75b5dacc49838c6f3aeea973f4ee051 | 8d9e7596f8680dfbe3272389058b6e85ef8e0bf7 | /src/test/java/com/ragul/springbootmongodemo/SpringBootMongoDemoApplicationTests.java | cb3050a5d3035ec76c33d402804efe14315220ff | [] | no_license | ragulan28/spring-boot-mongo-hotel-demo | f81d7219e43218d9331ae0adaefe5526dba32598 | 440787f349dedd4e9e7b9676094e2d0781b6466e | refs/heads/master | 2020-03-27T17:42:24.465602 | 2018-08-31T09:02:54 | 2018-08-31T09:02:54 | 146,853,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package com.ragul.springbootmongodemo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootMongoDemoApplicationTests {
... | [
"Ragulan28@gmail.com"
] | Ragulan28@gmail.com |
9115c7f684c199bf658bb91830ecc4cfe6c3a2b2 | 9ab5bdb918b886f1f2d09d81efb63ff83a86bfb0 | /frontend/src/main/java/com/jdt/fedlearn/frontend/controller/ForwardController.java | dd157b112177ef669f73036f268d467032bb6645 | [
"Apache-2.0"
] | permissive | BestJex/fedlearn | 75a795ec51c4a37af34886c551874df419da3a9c | 15395f77ac3ddd983ae3affb1c1a9367287cc125 | refs/heads/master | 2023-06-17T01:27:36.143351 | 2021-07-19T10:43:09 | 2021-07-19T10:43:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,419 | java | /* Copyright 2020 The FedLearn Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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... | [
"wangpeiqi@jd.com"
] | wangpeiqi@jd.com |
e9763027e55aa839895733e11f1a2d7b6a5dc09f | bd52e9e48e8f42ff6c6921cfa45a800bae98a728 | /src/main/java/viewModels/MenuListViewModel.java | a2255c77fa9c0685679d43ce26f0eae529ea502e | [] | no_license | ryanleecode/ui_a2 | f1545dc957824d961b9444fc3ae57323f2c039a8 | e74c50acbf9ff098908a99826c80b72067e04a41 | refs/heads/master | 2021-08-23T06:13:54.943553 | 2017-12-03T20:50:29 | 2017-12-03T20:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package viewModels;
import models.Model;
public class MenuListViewModel implements IViewModel {
private MenuItemViewModel menuItemViewModel;
private Model model;
public MenuListViewModel(Model model) {
this.model = model;
menuItemViewModel = new MenuItemViewModel(model);
}
public... | [
"drdgvhbh@gmail.com"
] | drdgvhbh@gmail.com |
030c72fb3426423da94db6aa660f5d48efce7993 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/Health_com.huawei.health/javafiles/com/google/android/gms/maps/StreetViewPanorama.java | 3421483e01f914d6aa178d94873af1911b0ae208 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 29,094 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.maps;
import android.graphics.Point;
import android.os.RemoteException;
import com.google.android.gms.common.internal.zzac;... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
67a445532279c3b95e72a95a3242500b0b92c40d | 63ad262a156848521e6aafc4a21710091b93e326 | /submissions/Encode and Decode TinyURL_455869146.java | 1e7dc98f7964b494a8fadff0270a06028ae063b4 | [] | no_license | bansalanurag/LeetCode | e0a0c9865f65204eb373eda923eb9334f9574bf5 | 1e7a778b49560b52f14faca1445df5e900ca4861 | refs/heads/master | 2023-07-06T09:29:30.104518 | 2021-08-15T14:47:56 | 2021-08-15T14:47:56 | 369,997,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | import java.util.UUID;
public class Codec {
private HashMap<String, String> m = new HashMap<String, String>();
public String encode(String longUrl) {
UUID randomId = UUID.randomUUID();
m.put(randomId.toString(), longUrl);
return randomId.toString();
}
public String dec... | [
"Anurag_Bansal1@Dell.com"
] | Anurag_Bansal1@Dell.com |
a0096d7df11cdd7bac532938c5e61604d5af07d7 | f83cb6d03855bbc57844157f2e1f3a96fc0d122e | /gen/com/rockerz/storageexample/BuildConfig.java | af044a94be9470ffa2e3285172702a22b1358d47 | [] | no_license | thejavangumalli/StorageExample | 6089beb9d2fb6526f6963eb879b0231ffe201100 | f08be7f68938b803717a1b0af7d4b9aa51d7ab27 | refs/heads/master | 2020-06-06T04:57:33.924228 | 2014-02-14T01:00:05 | 2014-02-14T01:00:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | /** Automatically generated file. DO NOT MODIFY */
package com.rockerz.storageexample;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"theja.vangumalli@gmail.com"
] | theja.vangumalli@gmail.com |
c4468f5bb1fa01917d10d55eb2e05b73a85041b4 | 1264e4d85f7119c4eee2f3f350df84791ffddb6d | /Leetcode/src/Q311_Sparse_Matrix_Multiplication.java | 49f0876b5b972bc5d3c45ad3ae1ca4a53b6cde95 | [] | no_license | bumblebee618/mylc | 37eaa59d19d820aa54f00989c50732f27d84e86f | 70e2821b4eb4c5ddbd492a818e3c445a6fcbb72c | refs/heads/master | 2022-06-24T11:49:03.987571 | 2022-05-29T22:59:58 | 2022-06-01T00:15:56 | 223,346,232 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,514 | java | /******
*
Given two sparse matrices A and B, return the result of AB.
You may assume that A's column number is equal to B's row number.
Example:
A = [
[ 1, 0, 0],
[-1, 0, 3]
]
B = [
[ 7, 0, 0 ],
[ 0, 0, 0 ],
[ 0, 0, 1 ]
]
| 1 0 0 | | 7 0 0 | | 7 0 0 |
AB = | -1 0 3 | row | 0 0 0 | = | -7 0 3 ... | [
"jackiechan618@gmail.com"
] | jackiechan618@gmail.com |
4c0006c1ee7bbfca945d036d324a79640286faf2 | 01c585ef4f9d0b334bd73bc72146599a71939100 | /src/main/java/com/tfojuth/shop/searchanddiscover/domain/model/search/Redirect.java | 736e19d2a9a8554a28a3048ebb4c43b145a56d38 | [] | no_license | FinalGuy/DDD_Shop | 61e182fa72d278a065cd26c345cd80cf1bc01e7f | d3330bed44cf92bb8f39378bbce0d7d4a6ec54d9 | refs/heads/master | 2020-12-24T15:41:05.273278 | 2014-09-18T13:01:25 | 2014-09-18T13:01:25 | 23,762,932 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | package com.tfojuth.shop.searchanddiscover.domain.model.search;
public class Redirect {
public String toPlainText() {
throw new UnsupportedOperationException("Not yet implemented");
}
}
| [
"torben.fojuth@gmx.net"
] | torben.fojuth@gmx.net |
36af9900718bbaa93a80d6f0516877698822c900 | 64f0a73f1f35078d94b1bc229c1ce6e6de565a5f | /dataset/Top APKs Java Files/com.Hastamev.AmoledWallsFree-com-onesignal-OneSignal.java | d1af99f8bd4cd6188b87121ab98b78956225c5be | [
"MIT"
] | permissive | S2-group/mobilesoft-2020-iam-replication-package | 40d466184b995d7d0a9ae6e238f35ecfb249ccf0 | 600d790aaea7f1ca663d9c187df3c8760c63eacd | refs/heads/master | 2021-02-15T21:04:20.350121 | 2020-10-05T12:48:52 | 2020-10-05T12:48:52 | 244,930,541 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 69,693 | java | package com.onesignal;
import android.app.Activity;
import android.app.Application;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import a... | [
"ibrahimkanj@outlook.com"
] | ibrahimkanj@outlook.com |
1a5122952d5244e80429ebe489831d71e142acde | dae43d96df2ed3dee9484c3b71e9c80ffb402057 | /simulation/JavaGazebo/src/main/java/gazebo/msgs/GzJoystick.java | 9f1d1a6ea610400eafb127c729e07b12c22f9d68 | [
"BSD-3-Clause"
] | permissive | PeterMitrano/allwpilib | 00b1894d942cce1368ec8f2fd9ea9e1c4e10ea68 | 29d2d2a846137851d0f694832053a0165749a9f7 | refs/heads/master | 2020-04-06T06:57:39.946992 | 2016-08-29T15:10:29 | 2016-08-29T15:10:29 | 58,664,801 | 1 | 0 | NOASSERTION | 2019-07-02T20:53:07 | 2016-05-12T18:02:20 | C++ | UTF-8 | Java | false | true | 22,734 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: frc_gazebo_plugin/msgs/joystick.proto
package gazebo.msgs;
public final class GzJoystick {
private GzJoystick() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public interface Joystic... | [
"tjclark@wpi.edu"
] | tjclark@wpi.edu |
efc1527fa114ddcb21d3014b9809ef4888435288 | c3a0e4239c802eb3e1adf13d28f8cdf0c11b42e7 | /taptalklive/src/main/java/io/taptalk/taptalklive/Manager/TTLDataManager.java | f4dca98f39c96c6cc16370b6a3ee591a45cd47cf | [] | no_license | jefrylorentono/taptalk-omnichannel-dev | 068251d06c092917eac460673685e736fe5ff0fa | 01f6d2062c09ae7a2265e5a8b7645044c2540341 | refs/heads/master | 2021-05-19T09:52:32.895324 | 2020-04-01T10:29:46 | 2020-04-01T10:29:46 | 251,639,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,982 | java | package io.taptalk.taptalklive.Manager;
import android.util.Log;
import com.orhanobut.hawk.Hawk;
import io.taptalk.TapTalk.Helper.TAPUtils;
import io.taptalk.taptalklive.API.Api.TTLApiManager;
import io.taptalk.taptalklive.API.Model.ResponseModel.TTLCommonResponse;
import io.taptalk.taptalklive.API.Model.ResponseMod... | [
"kevin@moselo.com"
] | kevin@moselo.com |
a81b5df1c9ccaf95399ebbbc119754b7fee9f9cd | e70020ef264a83ce2787d0999aeba7185b815e08 | /sample/src/main/java/sample/server.java | 727f1edc18edc7c010b76fe75fa29da89055a9c4 | [] | no_license | M-Aqeel-Afzal/sample | 703d9cd2c4bb684604361fc9adf944f42ef18bfc | 697b19ce3728978b20d076d4b0d8a82a1d8f4679 | refs/heads/master | 2023-08-16T22:49:47.826770 | 2021-09-17T09:02:10 | 2021-09-17T09:02:10 | 407,453,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package sample;
public class server {
public static void main(String[] args){
System.out.println("hello word ");
}
}
| [
"i190650@nu.edu.pk"
] | i190650@nu.edu.pk |
271a75e5470a2a4351e0c0641a2183ee50b1a409 | ba0895475e2425a357814b20dfd5db2f1384effb | /app/src/main/java/com/nayana/bhoj/apps/currencyconverter/DemoTabWithNotificationMarkActivity.java | 74397aa1070b62dfa4c9a8c44ea3b3a7954b95db | [] | no_license | NayanaRBhoj/CurrencyConverter | e2a9db0046c4d59b1097b2e6a34768394201f47b | 5e55b0f304e33d41575a49c8ff98d9f217e5b7cf | refs/heads/master | 2020-09-04T06:16:00.999944 | 2019-11-05T06:59:23 | 2019-11-05T06:59:23 | 219,674,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,201 | java | package com.nayana.bhoj.apps.currencyconverter;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import a... | [
"nayana.bhoj@gmail.com"
] | nayana.bhoj@gmail.com |
2d4bded55fb8b881889c34253083ddc073ce4e2f | 4d443ec30c27a3d2d2717c3d25f8fb6c5b7721eb | /src/main/java/com/example/demo/ManagementServiceApplication.java | 3800b7e26929477a57a0fe0fa03432b504a36196 | [] | no_license | guyshakk/SongManagementService | f0f1cace0c6746cef49ae2713c5a1375932f4c52 | 5269f57b84e82c1c270123156bcfdb6d8820e539 | refs/heads/master | 2021-05-17T01:30:30.787257 | 2020-04-19T19:21:01 | 2020-04-19T19:21:01 | 250,557,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,912 | java | package com.example.demo;
import java.util.Arrays;
import java.util.Calendar;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Service;
import org.springframework.web.... | [
"guyshakk@gmail.com"
] | guyshakk@gmail.com |
1651b92e05245cfacbebb3ebefa9e66795637153 | d55c19cb1cc69f545b3f281be0f182eb993af607 | /AcousticFeaturesExtraction/src/ubicomp/research/mingming/soundfeatures/MFCCCalculator.java | c74ea4b0d909b240923769c4985edf56e1517dee | [] | no_license | ErikLoo/Detecting-Open-or-Closed-Space-with-Acoustic-Sensing | 1db4392b90c6a88ce3455c635be784d825bc1a28 | 0eb44bf6765aa90dc34b4f60ac56a2e574b688ba | refs/heads/master | 2023-03-07T06:14:55.426442 | 2021-02-21T04:15:00 | 2021-02-21T04:15:00 | 288,324,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,023 | java | /**
* author: Mingming Fan
contact at: fmmbupt@gmail.com
Part of the file is adapted from OC Volume package. The copyright of OC Volume is listed below
/*
OC Volume - Java Speech Recognition Engine
Copyright (c) 2002-2004, OrangeCow organization
All rights reserved.
Redistribution and use in source ... | [
"gdsyzx@hotmail.com"
] | gdsyzx@hotmail.com |
96accd436fb4a2da9a90ad203dda4122c406ddf3 | e8d9edfecc62290bc1238174e0fd297a3e610085 | /android/app/src/main/java/com/memo_game/MainApplication.java | 1390536e2c1b700cb28798175578dadce593a2b1 | [] | no_license | kyoyadmoon/memo-game | ac1fdbc332d06985746c9a8037e0a699d8ff55bf | 210841788789965001d6cf328debb5661d936fde | refs/heads/master | 2021-03-19T18:55:17.525410 | 2018-10-17T16:28:01 | 2018-10-17T16:28:01 | 118,461,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | package com.memo_game;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoad... | [
"dmoon.t@gmail.com"
] | dmoon.t@gmail.com |
b3b9221afe7f7e4e5a50ec3307f9a9cd64553bd9 | 83dc8f29e67289e143a603143dd29a85603aa9db | /src/main/java/com/example/kotlinserver/service/CartGoodsService.java | 3281dbeecca7c967ef0197b58ddd971ed165c8bb | [] | no_license | pcaddicted/kotlinserver | 6e9aa4a0a189c26e036dad960d48c0c3c376214f | ba21ae5ea8f8faf86818576192ce74b495945f13 | refs/heads/master | 2020-04-09T23:16:02.439338 | 2018-12-13T08:38:37 | 2018-12-13T08:38:37 | 160,651,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.example.kotlinserver.service;
import com.example.kotlinserver.model.CartGoods;
import java.util.List;
public interface CartGoodsService {
int addCartGoods(CartGoods paramCartGoods);
List<CartGoods> getCartGoodsList(Integer paramInteger);
void deleteCartGoods(List<Integer> paramList);
}
| [
"2851820735@qq.com"
] | 2851820735@qq.com |
34608e9f5b4949662f6382c4a93b57535cb690ac | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-418-9-15-SPEA2-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/listener/chaining/AbstractChainingListener_ESTest.java | d596a28c04cb1b6e8bf528dcfcf991a4c0db34b7 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | /*
* This file was automatically generated by EvoSuite
* Mon Apr 06 10:25:04 UTC 2020
*/
package org.xwiki.rendering.listener.chaining;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
bbb18dfbf3dd106e895ba7feeeca464cbb5fe01d | 71542536507c48a0626d280672c07de9c26d1824 | /SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/EncodedSyncPData.java | ee3ffa8f2ca47c809ebf660f8a02966f4e96a324 | [] | no_license | babynewton/smartdevicelink_android | 7e363e416e67188087d54998bf1fdc06c1764b09 | 57e3abd5d2fa5efdad9a778457fbad74ee18abdf | refs/heads/master | 2016-09-05T08:59:47.303677 | 2014-05-22T09:18:56 | 2014-05-22T09:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.smartdevicelink.proxy.rpc;
import java.util.Hashtable;
import java.util.Vector;
import com.smartdevicelink.proxy.RPCRequest;
import com.smartdevicelink.proxy.constants.Names;
public class EncodedSyncPData extends RPCRequest {
public EncodedSyncPData() {
super("EncodedSyncPData");
... | [
"jjdickow@gmail.com"
] | jjdickow@gmail.com |
d916ae06a0e9ba810aed19fd3142870cbd29795b | e0f2e1ebd55579384161892b4cbe1d372b27cea7 | /src/main/java/com/wg/proxy/ConnectToRemoteHandler.java | 5ea5b468c9c4f848140c52eae0484b57cb770716 | [] | no_license | XiaoShenOL/proxy-wg | f1a50c7fac80f1f81f495ba5b566f645466fe6b1 | 0abcd75536cf5abf96b7f741cad83423537745df | refs/heads/master | 2022-04-09T19:41:31.594045 | 2020-01-28T14:31:09 | 2020-01-28T14:31:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,462 | java | package com.wg.proxy;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.*;
import io.netty.handler.timeout.IdleStateEvent;
import io.netty.util.CharsetUtil;
import lombok.extern.slf4j.Slf4j;
/**
* @description:
* @projectName:proxy-wg
* @see:com.wg.proxy
* @author:wanggang
... | [
"yiwangwg@163.com"
] | yiwangwg@163.com |
02bc0e3103d2e98fc95c591ed5dce49385a9c05e | c15b9c65d25cfa69a08d9bd528d8ae759ebef7f7 | /Neirinck_Matthias_Raes_Matthias_VIVESbook/test/database/AccountDBTest.java | 15fc1cceaf1d6cbc060d9b13e7f4e51bf6169abc | [] | no_license | r4eze/VivesBook | e66b6b78c4409bb0bca2a6bbe19058c3afc33172 | c469b29767dc0c3ee86eba52a996519429075f76 | refs/heads/master | 2021-01-13T14:59:12.558729 | 2017-03-26T18:27:58 | 2017-03-26T18:27:58 | 76,647,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,644 | java | package database;
import bags.Account;
import datatype.Geslacht;
import exception.DBException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import org.junit.Rule;
import org.junit.rules.ExpectedException;
public class AccountDBTest {
... | [
"crossfireke@hotmail.com"
] | crossfireke@hotmail.com |
2f66760b43c0fe0d382c37c3c4633ee5d415ac6d | d0275970601952d8527f98d36eb324e9a500b1f0 | /src/models/Cliente.java | b8fe80bf574a07d1f9904dd58483009b8fa925a6 | [] | no_license | ManoelRibeiro2018/Petshop | 51b361b500da77f38d81236745fc0b3fed0f03a8 | 68c421254ebe510b4625fd15c4e506560370a05d | refs/heads/master | 2023-06-06T09:20:18.743581 | 2021-06-19T02:20:25 | 2021-06-19T02:20:25 | 374,853,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,459 | 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 Models;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
*
* @author manoel.ribeiro.neto
*/
p... | [
"manoelribeiro20181@gmail.com"
] | manoelribeiro20181@gmail.com |
4518cbadd8b54867164d50bcc87a56280e4f417c | 78911f06d1b93046192f87592b148abc82433043 | /group16/2816977791/firstExercise/src/com/coding/basic/ArrayList.java | 7ac196b7009c17f06eb1e462c67a7b33af3acfb8 | [] | no_license | Ni2014/coding2017 | 0730bab13b83aad82b41bb28552a6235e406c534 | 2732d351bd24084b00878c434e73a8f7f967801e | refs/heads/master | 2021-01-17T14:20:20.163788 | 2017-03-20T03:21:12 | 2017-03-20T03:21:12 | 84,085,757 | 5 | 18 | null | 2017-05-04T15:06:23 | 2017-03-06T14:55:49 | Java | UTF-8 | Java | false | false | 2,679 | java | package com.coding.basic;
public class ArrayList implements List {
private int size = 0;
private Object[] elementData = new Object[10];
public void add(Object o) {
ensureCapacity(size + 1);
elementData[size++] = o;
}
public void add(int index, Object o) {
checkForLength(... | [
"ang505@163.com"
] | ang505@163.com |
e33232867dded5d9d40e3ce900d25bd078276bb3 | 86b0c3de0a8de16b250246910dc824897c837581 | /src/main/java/ethiotechinfo/web/rest/AccountResource.java | 53a5d7b738a563e849964597045338e0c02e07ca | [] | no_license | BulkSecurityGeneratorProject/demo-in-action | 3376753c3a74ac99c8ec5bff87a22584303265e1 | ab92b01642b2940f64c08b47ab7634acecd8d4f5 | refs/heads/master | 2022-12-14T23:21:02.030918 | 2019-08-30T00:32:17 | 2019-08-30T00:32:17 | 296,567,747 | 0 | 0 | null | 2020-09-18T08:54:52 | 2020-09-18T08:54:51 | null | UTF-8 | Java | false | false | 7,434 | java | package ethiotechinfo.web.rest;
import ethiotechinfo.domain.User;
import ethiotechinfo.repository.UserRepository;
import ethiotechinfo.security.SecurityUtils;
import ethiotechinfo.service.MailService;
import ethiotechinfo.service.UserService;
import ethiotechinfo.service.dto.PasswordChangeDTO;
import ethiotechinfo.se... | [
"jemal@zoomdata.com"
] | jemal@zoomdata.com |
d5ac0873531f99038a0f81a4601f92b27c8e1ad4 | 7475ac6b7bcdfd0a86648ba1bd2f34f1d3d7ff09 | /esshop/src/main/java/com/shopping/view/web/action/SpareGoodsViewAction.java | 7e5cbff82e8ade550715833215d1bf0a6980def3 | [] | no_license | K-Darker/esshop | 736073adfdf828bfe069257ffaddac8cec0b1b7f | 9cc1a11e13d265e6b78ec836232f726a41c21b7d | refs/heads/master | 2021-09-08T05:04:41.067994 | 2018-03-07T09:47:16 | 2018-03-07T09:47:40 | 123,759,831 | 6 | 6 | null | null | null | null | UTF-8 | Java | false | false | 12,600 | java | package com.shopping.view.web.action;
import com.shopping.core.domain.virtual.SysMap;
import com.shopping.core.mv.JModelAndView;
import com.shopping.core.query.support.IPageList;
import com.shopping.core.security.support.SecurityUserHolder;
import com.shopping.core.tools.CommUtil;
import com.shopping.foundatio... | [
"614720519@qq.com"
] | 614720519@qq.com |
881e3423fe316a6bd6ebb5be856050c1024cd825 | 0d6a7dc07d20be232647159020bfa7a1d5381d4b | /main/java/com/actsof3000/Test/proxy/IProxy.java | 5e97515780495bd668aeb261a2bfbfe9d0fcc18b | [
"MIT"
] | permissive | actsof3000/More-Cells | d01b22d18145377f2a13b28e6777be4e68561ac3 | 0abca91c24dea0be421151237c7cae56b9e2851b | refs/heads/master | 2021-03-13T00:08:08.077002 | 2014-10-18T19:18:33 | 2014-10-18T19:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package com.actsof3000.Test.proxy;
public interface IProxy
{
public abstract ClientProxy getClientProxy();
public abstract void registerEventHandlers();
}
| [
"actsof3000@gmail.com"
] | actsof3000@gmail.com |
9506680dd39bbd67b06e8d9c2a38ce23beeabf9f | edeb76ba44692dff2f180119703c239f4585d066 | /libJCRS/src/org/gvsig/crs/CrsGT.java | 03a555be488afaee5a4240ec8a3b2d2c242ca777 | [] | no_license | CafeGIS/gvSIG2_0 | f3e52bdbb98090fd44549bd8d6c75b645d36f624 | 81376f304645d040ee34e98d57b4f745e0293d05 | refs/heads/master | 2020-04-04T19:33:47.082008 | 2012-09-13T03:55:33 | 2012-09-13T03:55:33 | 5,685,448 | 2 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 10,623 | java | /* gvSIG. Sistema de Información Geográfica de la Generalitat Valenciana
*
* Copyright (C) 2006 Instituto de Desarrollo Regional and Generalitat Valenciana.
*
* 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 F... | [
"tranquangtruonghinh@gmail.com"
] | tranquangtruonghinh@gmail.com |
c90f6701d6cc8f9483ce8d96e2151b4d47081cc0 | a120fb9c81848811aff283ec6a0fa42b4d58ee32 | /02-java-oop/04-zoo-keeper-pt2/BigBat.java | 6d33ae91ad09e431d5b764fa9261cb0999e0f50a | [] | no_license | java-september-2021/ChrisM-Assignments | bcf29b1fd3c3f0f417d2d94ca7359ffd7e9c29a7 | f203f1c44b7e2449ed6f618c2e22de1d40727d4a | refs/heads/master | 2023-08-15T04:32:05.650136 | 2021-10-17T16:24:19 | 2021-10-17T16:24:19 | 400,835,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 697 | java | public class BigBat extends Mammal {
public BigBat() {
setEnergyLevel(300);
}
public void fly() {
int energy = -50;
System.out.println("Swoosh! The bat takes off and soars into the air. Expend " + " energy.");
changeEnergyLevel(energy);
}
public void eatHumans() {
... | [
"cmsl4y3r@gmail.com"
] | cmsl4y3r@gmail.com |
9bfb39eb3851f39e322624a233e01bd9ea488fee | 70103ef5ed97bad60ee86c566c0bdd14b0050778 | /src/test/java/com/credex/fs/digital/IntegrationTest.java | f8c41b346fad03b0881f60fb638a3213a2a0d663 | [] | no_license | alexjilavu/Smarthack-2021 | 7a127166cef52bfc9ee08ef1840c0fde2d2b79aa | 564abdc14df4981cdcad984a661f105327758559 | refs/heads/master | 2023-08-29T18:34:44.280519 | 2021-11-07T10:42:00 | 2021-11-07T10:42:00 | 423,957,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.credex.fs.digital;
import com.credex.fs.digital.SmarthackApp;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.boot.test.context.SpringBootTest;
/**
* Base composite ... | [
"alexjilavu17@gmail.com"
] | alexjilavu17@gmail.com |
a512e0e02b93831164f8010a2fc9caaed8b6789d | e75224a640ea729691b606aabd3a220829960d9b | /android/app/build/generated/not_namespaced_r_class_sources/debug/r/com/facebook/fresco/memorytypes/ashmem/R.java | 58ef8bff52b42134ba05222f80020c0e8afedc17 | [] | no_license | rakshahegde10/workingApp | 6ed912488c73e0a5d22ce08bf56bbbdd14bc19e8 | 22e015c9aad733e86b0af64d4d91aa2814e41656 | refs/heads/main | 2023-02-27T18:54:45.101348 | 2021-02-05T02:27:29 | 2021-02-05T02:27:29 | 336,136,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,469 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.fresco.memorytypes.ashmem;
public final class R {
private R() {}
public static final class attr {
... | [
"rakshahegde10@gmail.com"
] | rakshahegde10@gmail.com |
0e19f7f1ea6fbb07c04fb7ce886bdd53281aaecc | d7334632eae4cf605113aed2e0c35d57333e1214 | /src/main/java/com/ecoleprivee/ecoleprivee/EcolepriveeApplication.java | 75bfff74bb85c83446bf9e353fe2243d0e07dc58 | [] | no_license | marouajellal/EcolePrivee-JEE | fa1594f3240c04b500a88e3e4a0f986916c96e55 | 63a5f6ec24b7dc0157d9f91465b0732c40c680e1 | refs/heads/master | 2022-09-06T11:57:52.765809 | 2020-06-02T11:58:46 | 2020-06-02T11:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.ecoleprivee.ecoleprivee;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class EcolepriveeApplication {
public static void main(String[] args) {
SpringApplication.run(EcolepriveeApplication.class, arg... | [
"maroua.jellal@actemium.com"
] | maroua.jellal@actemium.com |
720b9f995ea4d60695f96dd72451a10ca8d491e6 | 4061ea65f5365d42dbfecfdf25d7389a3896b20b | /session/src/main/java/com/lljqiu/session/SessionStore.java | ab0a487fdf7d1120d68f3b1a12b8c66d813c4470 | [] | no_license | xingganfengxing/start-common-sharingSession | e518c47a406281fc134005e6dc12ad997eb63474 | 0f0deb2fa3c34efcff50d78a94d73c9f9dcffb26 | refs/heads/master | 2021-01-12T08:42:44.795383 | 2016-11-24T06:31:12 | 2016-11-24T06:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,750 | java | package com.lljqiu.session;
/**
* <p>文件名称: SessionStore.java</p>
*
* <p>文件功能: session存储接口,不同的实现可以将session数据持久化到任意地方</p>
*
* <p>编程者: lljqiu</p>
*
* <p>初作时间: 2015年6月8日 下午9:31:12</p>
*
* <p>版本: version 1.0 </p>
*
* <p>输入说明: </p>
*
* <p>输出说明: </p>
*
* <p>程序流程: </p>
*
* <p>===========================... | [
"liujie@lljqiu.com"
] | liujie@lljqiu.com |
b9cee8f4b591eb7d223db3bb9a432883ddfb2b9d | 3c5c40e5f6cef9bf37a55c6d506ba130a0e2114f | /gatlin-soa/gatlin-soa-resource/gatlin-soa-resource-bean/src/main/java/org/gatlin/soa/resource/bean/entity/CfgResource.java | f593b8de54154a614596fe42b9043fdef023c513 | [] | no_license | 723854867/gatlin | c9baf20bead5f0f431ede528b3927a984a9612d2 | f7fdb191524db8ec72ad74998d253fb1010f82e9 | refs/heads/master | 2022-12-22T22:56:23.219346 | 2018-08-29T08:20:52 | 2018-08-29T08:20:52 | 127,830,582 | 0 | 1 | null | 2022-12-16T00:00:28 | 2018-04-03T00:59:12 | Java | UTF-8 | Java | false | false | 1,871 | java | package org.gatlin.soa.resource.bean.entity;
import javax.persistence.Id;
import org.gatlin.util.bean.Identifiable;
import org.gatlin.util.bean.enums.CacheUnit;
public class CfgResource implements Identifiable<Integer> {
private static final long serialVersionUID = 429288989882702100L;
@Id
private i... | [
"723854867@qq.com"
] | 723854867@qq.com |
abf27f310ae22f29fa235ad7e81fcedceb39132f | e339381d969d53a6a59a63c960088e5bd36b175d | /src/Practica4/PersonalGestio.java | 07bcf9222764d384821e0004f28b551539341b81 | [] | no_license | Pagorn07/EjerciciosServidores | edbc7303a1f3eae0b3a5595022ecbf80a998f859 | eb54c524b60122786d620d938cbc9bdeb8d4c7d5 | refs/heads/master | 2021-01-12T11:56:43.848275 | 2016-10-14T15:21:08 | 2016-10-14T15:21:08 | 68,847,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package Practica4;
/**
* Created by arbos.pablo on 29/09/16.
*/
public class PersonalGestio {
}
| [
"pabloarbos1993@gmail.com"
] | pabloarbos1993@gmail.com |
13294e1f1cc15f852712a74cadbe90988fee7e41 | 051ad787e7044d8eba694c7275702349c63e26ac | /src/graph/adjacencyList/weighted/directed/Graph.java | e107e72775e0670c43a6aae371de65ad8d0acc06 | [] | no_license | Haotian9850/graph-problems | 156ac1883706b2d36e4361f8e2365307ab44a78e | 71d15fe9e1d964aa820ba328ab64aaeabfcca8d6 | refs/heads/master | 2020-04-07T11:44:20.593336 | 2018-12-16T07:01:49 | 2018-12-16T07:01:49 | 158,338,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,428 | java | package graph.adjacencyList.weighted.directed;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
public class Graph {
/*
* adjacency list implementation of weighted directed graph
* Edge as separate entity
* */
int numNodes;
List<LinkedL... | [
"haotian9850@gmail.com"
] | haotian9850@gmail.com |
2b79e34a96736393705ca95f00aeef029b70a300 | 5baae9a71d762126ed1214e7660a676e1e065236 | /app/src/main/java/com/massky/new119eproject/view/RoundProgressBar.java | 68cf878e9dbd249f7846812f6590482bce0edb21 | [] | no_license | 1559727195/Beijing1 | 9166b64a207a3742e6f55655bc0e47c614da98e9 | 28daf00d5d892d05f14f842b167d07c4a0f6c09e | refs/heads/master | 2021-08-31T03:34:43.928158 | 2017-12-20T08:09:25 | 2017-12-20T08:09:25 | 114,860,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,024 | java | package com.massky.new119eproject.view;
/**
* Created by zhu on 2017/10/26.
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.graphics.Typeface;
import ... | [
"zhu@gmail.com"
] | zhu@gmail.com |
b64128fd2ff4bfcac8ef9db90f22201915377a86 | dd612cee7b40114f4aa5ec253e1bdafd09a459f4 | /proj1b/Palindrome.java | 684423a74911b8bf20f8bc7665a714f2b59fa5a5 | [] | no_license | scot1l/cs61b-hjw | 2c3598a3edb21b2431c732363a14754ad0efd3e6 | 62fd61f16fc6f8378d81620435b2277567de8fd2 | refs/heads/master | 2022-10-08T19:03:04.837920 | 2020-05-27T15:50:03 | 2020-05-27T15:50:03 | 261,373,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | public class Palindrome {
public Deque<Character> wordToDeque(String word){
Deque<Character> result = new LinkedListDeque<>();
for (int i = 0; i <word.length() ; i++) {
result.addLast(word.charAt(i));
}
return result;
}
public boolean isPalindrome(String word) {
Deque<Character> palindrome = wordToDeq... | [
"1487462433g@gmail.com"
] | 1487462433g@gmail.com |
7e7048748baf370bdf8d51cbb5274da7d616911f | 8ed59a43338dbef423a5d193acded8551e2b0b48 | /src/main/java/com/xjtu/form/CategoryForm.java | bd9d9a1f58e2d83e518dda9235d09d901137d79d | [] | no_license | qiuxiaoming/WeChat-ordering-system | 098d66e0cd21df7e2605c367e444175745af4a0d | 40ff78cf9a845a6b8d11ab89cd0e88f7699d9460 | refs/heads/master | 2022-11-25T01:18:29.469189 | 2020-07-27T08:07:23 | 2020-07-27T08:07:23 | 278,229,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package com.xjtu.form;
import lombok.Data;
/**
* Created by 10270 on 2020/7/25.
*/
@Data
public class CategoryForm {
private Integer categoryId;
private String categoryName;
private Integer categoryType;
}
| [
"1027008329@qq.com"
] | 1027008329@qq.com |
8c7ce526d127781afa1826bfd2bcd71785d63259 | ce4a07247ca36ba3bb9ed68fd29f7f17ca943957 | /java/com/example/proyectoventa_autos/AutoActivity.java | 50b046304dfc62293065bd9d66fa5ae5aad3d7c4 | [] | no_license | mafemle/Venta_Autos | a695caae8f0750ad18af4c865f4ae22405fd78bf | 6dd58a28653efa03a94bb5efd3acdc828d09fa78 | refs/heads/master | 2022-11-15T14:04:01.367179 | 2020-07-16T17:27:42 | 2020-07-16T17:27:42 | 280,214,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,698 | java | package com.example.proyectoventa_autos;
import androidx.appcompat.app.AppCompatActivity;
import android.content.ContentValues;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.view.View;
import android.widget.Button... | [
"mafemleal@gmail.com"
] | mafemleal@gmail.com |
1f61482e0757dd4aefb2e941e377c451e9981535 | 0cdfb75efb63fdfb1cd1bb2cc1e6d5db7a8f9213 | /AMFICOM/v1/bkp/mapviewclient/src/com/syrus/AMFICOM/Client/Map/Props/NodeLinkVisualManager.java | 234cd4d52a84a00c1e240bf7f0c382052408a04f | [] | no_license | syrus-ru/amficom | b230bd554b8c056c9ca1b3236f4c6ac0dc4bf0b5 | 1d1f0c89f05ad224cb7a111bbb36ed14416ab2fc | refs/heads/master | 2023-04-10T17:21:00.091946 | 2006-07-05T02:23:17 | 2006-07-05T02:23:17 | 361,810,067 | 5 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 1,265 | java | /**
* $Id: NodeLinkVisualManager.java,v 1.3 2005/05/27 15:14:58 krupenn Exp $
*
* Syrus Systems
* Научно-технический центр
* Проект: АМФИКОМ
*/
package com.syrus.AMFICOM.Client.Map.Props;
import com.syrus.AMFICOM.client.UI.StorableObjectEditor;
import com.syrus.AMFICOM.client.UI.VisualManager;
import com.syrus.A... | [
"andrei.kroupennikov@gmail.com"
] | andrei.kroupennikov@gmail.com |
ea2d4b4a250e080b87178c9f75c879e547020253 | 05a2f4c83017cab8ebc31c8f946573574ae94680 | /mooc-2013-OOProgrammingWithJava-PART2/week10-week10_29.PersonAndTheirHeirs/src/people/Student.java | c761e2ef8c00a8461ed4b41e494318f6f168f99b | [] | no_license | RBonnell/Java-MOOC | c82043e5b0d6efed345e28d20414dbb20c9d7d7e | 6dede5e2525513cf08ee78a47afb8243052a2536 | refs/heads/master | 2020-06-23T15:24:16.340046 | 2019-09-17T14:53:05 | 2019-09-17T14:53:05 | 198,662,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package people;
/**
*
* @author 358721
*/
public class Student extends Person{
private int credits;
public Student(String name, String address) {
super(name, address);
this.credits = 0;
}
public void study(){
this.credits++;
}
public int credits(){
... | [
"37309094+RBonnell@users.noreply.github.com"
] | 37309094+RBonnell@users.noreply.github.com |
10832222f8c1ae405cb74fcb473b1466082323c0 | f8109eaa2c6bbe43e963696446c5f993e251b618 | /src/me/paul/imagemanipulator/Manager.java | 2e08b7b0485b090c22fedfd7c4584ad3022ce8d3 | [
"MIT"
] | permissive | paulwrubel/image-manipulator | bbc1c351eb0056eede2dee8d8e1ff47e6d6bcfbe | 9ab0504b3c81fd26f2abf77713e9e06c2066f385 | refs/heads/master | 2021-09-06T06:25:43.825343 | 2018-02-03T04:01:48 | 2018-02-03T04:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,533 | java | package me.paul.imagemanipulator;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.embed.swing.SwingFXUtils;
import javafx.scene.image.Image;
import javafx.scene.image.PixelReader;
import javafx.scene.image.PixelWriter;
import javafx.scene.image.WritableImage;
import javafx.scen... | [
"pjwrubel@mtu.edu"
] | pjwrubel@mtu.edu |
17dec49fcd5799b8caed312e91219c60a7ede69e | 82e6cbbb35ee1f27c52474209a4e1ef5114e6d5e | /src/main/java/dae/fxcreator/node/graph/TechniqueEditorPanel.java | a5c658d34bba3dfdcab7b6e9db36f820b983e705 | [] | no_license | samynk/Connect | 3458f2e0dd03f7eb331dbb97aa17e66e47eded19 | 12c150e61d5487321774965db14403e9fe023941 | refs/heads/master | 2021-09-06T22:18:56.266497 | 2018-02-12T10:58:04 | 2018-02-12T10:58:04 | 116,146,437 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,910 | java | package dae.fxcreator.node.graph;
import dae.fxcreator.gui.model.ProjectTreeModel;
import dae.fxcreator.node.project.FXProject;
import dae.fxcreator.node.project.Pass;
import dae.fxcreator.node.project.ShaderStage;
import dae.fxcreator.node.project.ShaderStructCollection;
import dae.fxcreator.node.project.Technique;
i... | [
"samyn.koen@gmail.com"
] | samyn.koen@gmail.com |
92a170702b34b8460a4377eb58d0e5317707d7b5 | db1a440d6e284167cb6dcd5f1e1f42640753fbc6 | /src/chap04/textbook/BreakExample.java | b7468b77c0ac5314ed61694c08c843222bc4c581 | [] | no_license | joojoo19/20200929-JAVA | 8a805e84937c37863343fdd9b19eaadb684eb4c9 | 59d83737a4a4279c9d11882448eee646c0e0f018 | refs/heads/master | 2023-01-03T12:35:46.717216 | 2020-10-30T08:03:04 | 2020-10-30T08:03:04 | 299,485,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package chap04.textbook;
public class BreakExample {
public static void main(String[] args) {
while(true) {
int num = (int)(Math.random()*6) +1;
System.out.println(num);
if(num ==6) {
break;
}
}
System.out.println("프로그램 종료");
}
}
| [
"juhwange@gmail.com"
] | juhwange@gmail.com |
a1a02462d6ebb0ebbd589e62a4e9916963d7a1fe | 194753311646924cfb1dd23a2374be18caeb65b6 | /app/src/test/java/info/ravneetpunia/bmiapp/ExampleUnitTest.java | 75bcc5b2ffc4d9ded4a6833432a6d89bc14d1b31 | [] | no_license | RavneetDTU/BMI-App | b206e23952a1efd43d4725424fba8d45867dc038 | 3034ee2dd212bb823c7ab7fb9dc63263bd145519 | refs/heads/master | 2020-04-02T15:02:31.353215 | 2018-10-25T13:48:43 | 2018-10-25T13:48:43 | 154,549,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package info.ravneetpunia.bmiapp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"ravneet.dtu@Gmail.com"
] | ravneet.dtu@Gmail.com |
9c75fd1b70b5cc74a0bfd889ca9b4e3ee564d59c | 72eebb44abf049a6b4b3e46a1f10138a0cf64530 | /Modular_Exponentiation.java | fa369f93162338dcb5ba93f989736bf5d394c5f4 | [] | no_license | sanjanathammayya/lockdown-coding | bdab90fbf92d16adc8b03db27a4be7341022b86b | f831b3891ae5e9a398a4e9d0f066186ecc60705e | refs/heads/master | 2022-11-21T20:40:50.796932 | 2020-07-19T16:20:44 | 2020-07-19T16:20:44 | 264,997,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | import java.io.*;
import java.util.Scanner;
public class modexp
{
static int pow(int x, int y, int p)
{
int result = 1;
x = x % p;
if (x == 0) return 0;
while (y > 0)
{
if((y & 1)==1)
result= (result * ... | [
"noreply@github.com"
] | sanjanathammayya.noreply@github.com |
303b1b332356c35064cee3394d9b3f4ce2a79d48 | b940db97ea92d9bec7d1bbd57070f1f26af5c313 | /server/src/main/java/com/hlz/gourdmall/util/Page2Data.java | 37de5357a197c199511c9dc482466b20286099cb | [] | no_license | JxnuHxh/GourdMall | 5759fdd448827881b09bccad3c0e5f5956e5d76d | 93ebe34afce8542e5d996752e502a19a6557986e | refs/heads/master | 2022-12-24T06:43:41.023576 | 2020-04-09T15:05:19 | 2020-04-09T15:05:19 | 218,174,901 | 10 | 1 | null | 2022-12-11T15:31:23 | 2019-10-29T01:01:48 | Vue | UTF-8 | Java | false | false | 734 | java | package com.hlz.gourdmall.util;
import com.github.pagehelper.Page;
import org.springframework.stereotype.Component;
import java.util.HashMap;
import java.util.Map;
/**
* @author: Davion
* @date: 2019/12/4
* @description: 分页数据详情
*/
@Component
public class Page2Data {
public Map<String, Object> page2Data(Page p... | [
"davion2017@foxmail.com"
] | davion2017@foxmail.com |
2391569f0787df2553b8e913b6aaf98eac272275 | bcf367a2cb81ccc065db3981c41a3c6264c3fed7 | /zigbee-api/src/main/java/org/bubblecloud/zigbee/network/zcl/protocol/command/rssi/location/DeviceConfigurationResponseCommand.java | 933296881b3bb31c800689e076afa6610d159375 | [
"Apache-2.0"
] | permissive | geog-opensource/zigbee4java | 1507a7ce3f678e88fc85fb7c0e54464b19647126 | 705c411ce2f4a9127f30059bc077237740ec4183 | refs/heads/master | 2022-11-29T21:44:29.008282 | 2022-11-28T21:02:09 | 2022-11-28T21:02:09 | 61,035,898 | 0 | 0 | Apache-2.0 | 2022-11-28T21:02:10 | 2016-06-13T12:50:09 | Java | UTF-8 | Java | false | false | 6,375 | java | package org.bubblecloud.zigbee.network.zcl.protocol.command.rssi.location;
import org.bubblecloud.zigbee.network.zcl.ZclCommandMessage;
import org.bubblecloud.zigbee.network.zcl.ZclCommand;
import org.bubblecloud.zigbee.network.zcl.protocol.ZclCommandType;
import org.bubblecloud.zigbee.network.zcl.protocol.ZclFieldTyp... | [
"tommi.s.e.laukkanen@gmail.com"
] | tommi.s.e.laukkanen@gmail.com |
830ed7534a2dafee42837848e8f2b8ddbfec6a60 | cfb0bcd84579c1fb14f731a584cd919e588543ae | /Luceneworkspace/a-multi-lucene-1/src/main/java/com/ddlab/rnd/sequential/SequentialIndexer1.java | 212748b8d02d1b4019ca424da9f05fa32883290c | [] | no_license | debjava/playground1 | 163e681377c7dd9b420ce5e9d9b4234a029b80a4 | a1ec06bb94fd5450742593909d5d35e1e157f83b | refs/heads/master | 2020-04-09T02:52:31.429953 | 2018-12-01T15:44:44 | 2018-12-01T15:44:44 | 159,958,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,006 | java | package com.ddlab.rnd.sequential;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.document.StringField;
import org.apache.lucene.document.TextField;
imp... | [
"deba.java@gmail.com"
] | deba.java@gmail.com |
96495365f49393630564d106091af02741734c55 | 922e32a337f0ad2522d21cdb93fdaf798450fc00 | /ICareApplication/src/com/ftfl/icareapplication/activity/DiseViewHomeActivity.java | cfff7e9f4c6a3e2957bf6e3d7339f0e69ad4b624 | [
"Apache-2.0"
] | permissive | NurEJannat/Android | faef8b1470b0443cef55bfa6177eb992e0179bf5 | bdaa3600a68353aa8a001c225c3aaba71f2fa2f6 | refs/heads/master | 2021-01-19T09:38:14.268443 | 2015-03-12T09:40:28 | 2015-03-12T09:40:28 | 30,000,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,847 | java | package com.ftfl.icareapplication.activity;
import java.util.ArrayList;
import java.util.List;
import android.app.ActionBar;
import android.app.Activity;
import android.view.View.OnClickListener;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import andro... | [
"tithy.nuri@yahoo.com"
] | tithy.nuri@yahoo.com |
fed6c70cab992308efa1435d82a195dfbcc1be8b | 111474e6a042ca1eb7bff4acddbd79ac61376af1 | /TrabalhoThiago-master/src/main/java/org/acme/model/Submission.java | 1bc0afec87a63fc96768f62d75486452ff786365 | [] | no_license | ThiagoDisk/LABII | 8d4bbe115933733d94d90cb153af6ffd57246fda | 0b0c89a80773c3ae4ac85d0812f3f56a4efc9018 | refs/heads/main | 2023-06-05T04:55:30.608978 | 2021-06-26T17:28:57 | 2021-06-26T17:28:57 | 380,559,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,171 | java | package org.acme.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.util.ArrayList;
import java.util.Date;
import java.util.MissingFormatArgumentException;
@Entity
public class Submission {
public Subm... | [
"noreply@github.com"
] | ThiagoDisk.noreply@github.com |
75613e974ad70e5f66707fd4b72e0744821bae9d | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_156/Testnull_15599.java | 4b07f082634ef4d1e6b6f40bafdcee64e89db7ec | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_156;
import static org.junit.Assert.*;
public class Testnull_15599 {
private final Productionnull_15599 production = new Productionnull_15599("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
3fdacc4a91ff817f4b7d1a31e10b5778bc443da5 | b463d5cb328e6ae45ae6f78c937b94e83dad31b9 | /app/src/main/java/com/example/downloadpicture/di/module/ImageDataSourceFactoryModule.java | cb0160cfcb8dc54c82871d9e4244c752c1bce521 | [] | no_license | saharkh99/wallpaper | ffe623a33fc3e8cf656b88764bfe8a278ec0b2e5 | 069502a5a21be6c2d92b2ad070d2e0dd80bcb7ec | refs/heads/master | 2022-12-13T03:51:15.599192 | 2020-09-10T11:51:56 | 2020-09-10T11:51:56 | 294,395,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package com.example.downloadpicture.di.module;
import com.example.downloadpicture.di.PictureScope;
import com.example.downloadpicture.model.ImageDataSource;
import com.example.downloadpicture.service.ImageAPIService;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import dagger.Module;
import dagger.... | [
"skhazali99@gmail.com"
] | skhazali99@gmail.com |
2e62ded1c98dfc1c875102ef6ba2666139a2cfe7 | 56e2f6a1b80c0f470771342904312af06221208f | /CampChallenge_java/019.巨大なソース修正/第二段階/src/java/jums/JumsHelper.java | 290766afb6940578b73c3f00853aa9cfec36b5aa | [] | no_license | U-Kazuki/GEEKJOB_Challenge | a20a4714b577ea74b154e8e6d04fdf46a29bdcee | 93f1a6777f3b43d30f0bb80fd9a0444825d4a42b | refs/heads/master | 2020-12-02T22:40:22.956531 | 2017-10-25T14:08:21 | 2017-10-25T14:08:21 | 96,163,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,632 | java | package jums;
import java.util.ArrayList;
/**
* 画面系の処理や表示を簡略化するためのヘルパークラス。定数なども保存されます
* @author hayashi-s
*/
public class JumsHelper {
//トップへのリンクを定数として設定
private final String homeURL = "index.jsp";
public static JumsHelper getInstance(){
return new JumsHelper();
}
//トップへの... | [
"lilith.retry@gmail.com"
] | lilith.retry@gmail.com |
f7d1cd986fddfbb3b5bc15088ade0981de057ff0 | 4703e00d2ae449a57b8907b07fb35249129b003e | /Midterm Coding Project/src/main/java/com/cisc181/Exceptions/PersonException.java | 56f8ff81389d4117ff294a53d292e5a66de5c753 | [] | no_license | mtgtrader56/CISC181examcodingproblemElliottJones | e0a383c8c210a27bf93820a3cffaeeeca2b02505 | cfa6c79deb814e303c13a3991fd72b2c18cb6e9e | refs/heads/master | 2021-01-11T04:43:45.247856 | 2016-10-17T06:30:47 | 2016-10-17T06:30:47 | 71,106,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.cisc181.Exceptions;
import com.cisc181.core.Person;
public class PersonException extends Exception {
private Person p;
public PersonException(Person p){
super();
this.p = p;
System.out.println("Your Phone # is not properly formatted");
}
}
| [
"eljones@128.4.72.87"
] | eljones@128.4.72.87 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.