blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11465b9492db2ca3b6f48eaab650173567c176d2 | 29,145,648,115,666 | 14a04ee9201a198259f18b5fe0dcc12e3f99d60e | /app/src/main/java/com/szfp/ss/greendao/RechargeBeanDao.java | fc0c652521ca29575a187531ac4c3762e160f373 | [] | no_license | CNHTT/ShutdownSystem | https://github.com/CNHTT/ShutdownSystem | 89d2c8e6e7a2f218c80960396ac984c6cd67ef51 | 33db7d9792ba0adc529f2dab98d697eaa6914ece | refs/heads/master | 2021-01-20T04:55:21.124000 | 2017-11-14T11:00:43 | 2017-11-14T11:00:43 | 101,394,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szfp.ss.greendao;
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.internal.DaoConfig;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.... | UTF-8 | Java | 11,353 | java | RechargeBeanDao.java | Java | [] | null | [] | package com.szfp.ss.greendao;
import android.database.Cursor;
import android.database.sqlite.SQLiteStatement;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.Property;
import org.greenrobot.greendao.internal.DaoConfig;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.... | 11,353 | 0.602484 | 0.588919 | 279 | 39.691757 | 32.673111 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863799 | false | false | 11 |
96941ac70b68a66505da2ac704c39b6a061917ff | 2,534,030,773,190 | 52c31f00e9c1d3afd260379b0728544135ad6b5c | /src/main/java/com/timeclock/api/dtos/IndividualEmployeeRegisterDto.java | 4d8df413a2b70f498c96db26150886ca8b87533c | [] | no_license | danielagomes/time-clock-api | https://github.com/danielagomes/time-clock-api | 8296e545130c829b208f72522b4360a9ce3e6d9e | 8fd6ab114043a0d62e9ce134790f9692489fae93 | refs/heads/master | 2022-07-27T14:14:28.174000 | 2020-05-06T00:23:41 | 2020-05-06T00:23:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.timeclock.api.dtos;
import java.util.Optional;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.br.CNPJ;
import org.hibernate.validator.constraints.br.CPF;
public class I... | UTF-8 | Java | 2,804 | java | IndividualEmployeeRegisterDto.java | Java | [
{
"context": "assword(final String password) {\n\t\tthis.password = password;\n\t}\n\n\t@NotEmpty(message = \"CPF can not be empty.\"",
"end": 1490,
"score": 0.8419107794761658,
"start": 1482,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " + name + \", email=\" + email + \"... | null | [] | package com.timeclock.api.dtos;
import java.util.Optional;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.br.CNPJ;
import org.hibernate.validator.constraints.br.CPF;
public class I... | 2,808 | 0.718973 | 0.713267 | 113 | 23.814159 | 25.183414 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.336283 | false | false | 11 |
545e46ca9e9a387532ad666fb07e927c299be0e1 | 17,025,250,382,217 | c0949f770daa9f02dd66b40429d70e128a4e3232 | /app/src/main/java/com/github/orangezonegame/guesswhogame/common/GuessCardViewHolder.java | 62e93797bf4ae17ef11e992814a2002ae3f569aa | [
"MIT"
] | permissive | maikgr/guessthecard | https://github.com/maikgr/guessthecard | ba0e1580bb3ca9fa0285c2b77798e3b48ff68bf3 | 0718501ce130fec5a92a9f39cbd22457cfa30333 | refs/heads/master | 2021-09-07T04:49:38.511000 | 2018-02-17T18:16:18 | 2018-02-17T18:16:18 | 115,878,200 | 0 | 0 | MIT | false | 2018-02-17T04:32:33 | 2017-12-31T17:57:32 | 2017-12-31T18:00:31 | 2018-02-17T04:32:32 | 1,871 | 0 | 0 | 0 | Java | false | null | package com.github.orangezonegame.guesswhogame.common;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView.ViewHolder;
... | UTF-8 | Java | 2,019 | java | GuessCardViewHolder.java | Java | [
{
"context": "ort butterknife.ButterKnife;\r\n\r\n/**\r\n * Created by Maik on 1/6/2018.\r\n */\r\n\r\npublic class GuessCardViewHo",
"end": 622,
"score": 0.944679856300354,
"start": 618,
"tag": "USERNAME",
"value": "Maik"
}
] | null | [] | package com.github.orangezonegame.guesswhogame.common;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView.ViewHolder;
... | 2,019 | 0.68004 | 0.675582 | 69 | 27.26087 | 22.674541 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 11 |
95b1c3dd1d5a9a83b5fec9cc3614b3d1dcdb8e22 | 31,413,390,872,854 | 7a1d8c5ab0fb7d86a2474fa3f18888a1a35c18eb | /src/main/java/com/example/demo/dto/WeatherDTO.java | 9684a9d495a157c0c0de16a0d586f3f0989375b2 | [] | no_license | Olrajto/SpringBootTest | https://github.com/Olrajto/SpringBootTest | 5ddfef71090cbe47db5cf0d37a4b973ef12f184b | e56e53db59ca1021a0bdfd83531b3fe59634bd42 | refs/heads/master | 2021-09-07T08:31:44.216000 | 2018-02-20T09:59:37 | 2018-02-20T09:59:37 | 113,858,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.dto;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
public class WeatherDTO implements Serializable{
private List<WeatherList> list;
private String cod;
}
| UTF-8 | Java | 223 | java | WeatherDTO.java | Java | [] | null | [] | package com.example.demo.dto;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
public class WeatherDTO implements Serializable{
private List<WeatherList> list;
private String cod;
}
| 223 | 0.766816 | 0.766816 | 13 | 16.153847 | 15.595098 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 11 |
7886c292d699e2e41b926baa73bad1cc1f8f0c1a | 31,413,390,872,294 | 9c1217240e257fed6d2b3a19eaf21884142edb0b | /src/com/qtpselenium/carwale/pages/personalprofile.java | 87b34e9cb5a829ee3ec8022feb8d34e01cf3dacf | [] | no_license | naveenv20/POM_Framework_Basics | https://github.com/naveenv20/POM_Framework_Basics | a6b0504b8780f70fd9d86737ccd09d25939d1a22 | 8448a24cdf2f553d393766a2f77619c720f30954 | refs/heads/master | 2021-01-02T09:02:10.123000 | 2014-12-29T16:05:21 | 2014-12-29T16:05:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qtpselenium.carwale.pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class personalprofile {
@FindBy(xpath="//*[@id='uiTabs']/ul/li[3]/a/span")
public WebElement updatecommunityprofile;
@FindBy(xpath="//*[@id='txtAboutMe']")
public WebElement aboutyoudes... | UTF-8 | Java | 540 | java | personalprofile.java | Java | [] | null | [] | package com.qtpselenium.carwale.pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class personalprofile {
@FindBy(xpath="//*[@id='uiTabs']/ul/li[3]/a/span")
public WebElement updatecommunityprofile;
@FindBy(xpath="//*[@id='txtAboutMe']")
public WebElement aboutyoudes... | 540 | 0.742593 | 0.740741 | 23 | 22.47826 | 18.09845 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 11 |
bdeb169935181f189af7d368b6104cbc8c7ea00e | 6,210,522,732,304 | ec988e0c7997e057387e9d6d2f44799033e9c2ae | /DailyCycle/src/com/moupress/app/dailycycle/CustomCycle.java | 6dd072b1f97ac161f6f23af7d5380c86313e52d0 | [] | no_license | Winston1029/DRADCLU | https://github.com/Winston1029/DRADCLU | ea1ebdd390bf74877b5201f1405e599d00b60df4 | 6be0da4338fcbcceb5acedea22a7827f049f72d5 | refs/heads/master | 2021-01-21T13:53:00.487000 | 2011-07-13T16:31:13 | 2011-07-13T16:31:13 | 1,781,002 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moupress.app.dailycycle;
import java.util.Calendar;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.os.Bundle;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.LayoutI... | UTF-8 | Java | 5,385 | java | CustomCycle.java | Java | [] | null | [] | package com.moupress.app.dailycycle;
import java.util.Calendar;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.os.Bundle;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.LayoutI... | 5,385 | 0.698793 | 0.691179 | 156 | 33.51923 | 31.898973 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.435897 | false | false | 11 |
e3122fce1fcc91627d5fb72e11927f3014bdcb09 | 9,234,179,700,523 | d5087c7063398517d664022e04ea7e5c66604d9e | /src/main/java/br/com/abraao/pa/services/implemets/LancamentosServiceImpl.java | fb64a1cd1b58609dbc12f1ac86354a21a218d9a9 | [] | no_license | abraaoribeiro/ponto-inteligente-service | https://github.com/abraaoribeiro/ponto-inteligente-service | 8535b345ada52da4e2b4ee69b42dea813f80776a | 03f93680b352ef1b9380a5e872038b81e209ac39 | refs/heads/master | 2020-03-27T14:07:53.130000 | 2018-10-28T01:02:40 | 2018-10-28T01:02:40 | 146,645,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.abraao.pa.services.implemets;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
import br.com.abraao.pa.do... | UTF-8 | Java | 1,479 | java | LancamentosServiceImpl.java | Java | [] | null | [] | package br.com.abraao.pa.services.implemets;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
import br.com.abraao.pa.do... | 1,479 | 0.800541 | 0.799189 | 52 | 27.442308 | 28.174875 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.134615 | false | false | 11 |
0025a934406e424d36cfa8a509807a24c60003d7 | 10,187,662,487,363 | 91f2d7c71eab91287b5677d3bf53530c7d2836df | /src/wholesomebot/commands/Help.java | 6385c9e4642552113d6da6d3a45b671cd33e62c9 | [
"Apache-2.0"
] | permissive | basion96/Wholesomebot | https://github.com/basion96/Wholesomebot | 34a3d7168c1949f548650841204061e6ad83153b | b751fb77d9f330ae74feedbf768d2917f8af6a9d | refs/heads/master | 2020-03-22T20:14:19.356000 | 2018-09-19T08:51:03 | 2018-09-19T08:51:03 | 140,583,884 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wholesomebot.commands;
import net.dv8tion.jda.core.events.message.MessageReceivedEvent;
import wholesomebot.handlers.CommandHandler;
import wholesomebot.core.WholesomeProperties;
import java.util.HashMap;
public class Help extends Command{
@Override
public String description() {
return "I'll... | UTF-8 | Java | 1,134 | java | Help.java | Java | [] | null | [] | package wholesomebot.commands;
import net.dv8tion.jda.core.events.message.MessageReceivedEvent;
import wholesomebot.handlers.CommandHandler;
import wholesomebot.core.WholesomeProperties;
import java.util.HashMap;
public class Help extends Command{
@Override
public String description() {
return "I'll... | 1,134 | 0.702822 | 0.70194 | 26 | 42.615383 | 53.257053 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 11 |
e02134df66f11e230f73d0093a129d73aaf5cf20 | 32,865,089,757,411 | ac79a1684a340a40e56ffb722b67325e808c4257 | /src/main/java/com/rahul/ecommerce/service/impl/CheckoutServiceImpl.java | 01a8183af957e792c4d8e1c6ab13f18668ca4142 | [
"MIT"
] | permissive | RahulDey1998/Ecommerce-Backend-SpringBoot | https://github.com/RahulDey1998/Ecommerce-Backend-SpringBoot | 0e803c0269f757350e6cab628276f7496156ce38 | 3d59ebb5602b83d72f3a2bccaedad2475aa93dcd | refs/heads/main | 2023-04-15T04:48:27.065000 | 2021-04-25T15:48:21 | 2021-04-25T15:48:21 | 354,343,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rahul.ecommerce.service.impl;
import com.rahul.ecommerce.dao.CustomerRepository;
import com.rahul.ecommerce.dto.Purchase;
import com.rahul.ecommerce.dto.PurchaseResponse;
import com.rahul.ecommerce.entity.Customer;
import com.rahul.ecommerce.entity.Order;
import com.rahul.ecommerce.entity.OrderItem;
import... | UTF-8 | Java | 1,760 | java | CheckoutServiceImpl.java | Java | [] | null | [] | package com.rahul.ecommerce.service.impl;
import com.rahul.ecommerce.dao.CustomerRepository;
import com.rahul.ecommerce.dto.Purchase;
import com.rahul.ecommerce.dto.PurchaseResponse;
import com.rahul.ecommerce.entity.Customer;
import com.rahul.ecommerce.entity.Order;
import com.rahul.ecommerce.entity.OrderItem;
import... | 1,760 | 0.760795 | 0.760795 | 56 | 30.428572 | 24.616964 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 11 |
7c0fc843b22f339261653c1d51b6363215c19e0f | 5,849,745,465,800 | 961b58270c76a4d0ae39f1f2e98628b3242c13d5 | /StudentRegistration.java | 3e27e1701e339c9459759a99728650be7d4aab13 | [] | no_license | abijotgupta/Library-Management-System-in-JAVA | https://github.com/abijotgupta/Library-Management-System-in-JAVA | 3c9c9b4e11559b77655dc35fb55a21f8b49fdf94 | 1ab8397b674ad5daf915ccdf3cff4de001c6cb8b | refs/heads/master | 2022-10-08T08:44:18.170000 | 2020-06-12T06:06:26 | 2020-06-12T06:06:26 | 266,410,942 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package library;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JButton;
import java.awt.Color;
import javax.swing.border.LineBorder;
import java.awt.Font;
import javax.swing.SwingConstants;
import java.awt.event.... | UTF-8 | Java | 10,721 | java | StudentRegistration.java | Java | [
{
"context": "serName);\r\n\t\t\r\n\t\tJLabel lblPassword = new JLabel(\"PASSWORD\");\r\n\t\tlblPassword.setFont(new Font(\"Times New Rom",
"end": 4824,
"score": 0.9936696887016296,
"start": 4816,
"tag": "PASSWORD",
"value": "PASSWORD"
},
{
"context": "y {\r\n\t\t\t\t\r\n\t\t\t\tStri... | null | [] | package library;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JButton;
import java.awt.Color;
import javax.swing.border.LineBorder;
import java.awt.Font;
import javax.swing.SwingConstants;
import java.awt.event.... | 10,723 | 0.681093 | 0.639959 | 304 | 33.266449 | 39.279003 | 579 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.631579 | false | false | 11 |
99c95a66421ea0a4f3f7da1252b07d4e7cd44f13 | 24,172,075,987,853 | cbb78f147abeceee653d94db4fd9a452bfabfb8a | /src/main/java/com/assignment/warehouse/products/ProductService.java | 4e59701417cd91c4001c5d8bcb14f95e78514d8c | [] | no_license | Themargue/warehouse-exercise | https://github.com/Themargue/warehouse-exercise | 33fbab0f947a25779c075e1ad974386afc1d3d29 | 80b0bd7eaa129a24d5fbe30cb0fe2815bbf37aa3 | refs/heads/main | 2023-03-31T04:47:24.853000 | 2021-04-04T12:36:45 | 2021-04-04T15:24:50 | 352,195,118 | 0 | 0 | null | false | 2021-04-04T12:10:44 | 2021-03-27T22:55:04 | 2021-04-01T10:45:01 | 2021-04-04T12:10:43 | 68 | 0 | 0 | 0 | Java | false | false | package com.assignment.warehouse.products;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
@Service
public class ProductService {
@Autowired
private ProductRepository pr... | UTF-8 | Java | 694 | java | ProductService.java | Java | [] | null | [] | package com.assignment.warehouse.products;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
@Service
public class ProductService {
@Autowired
private ProductRepository pr... | 694 | 0.714697 | 0.714697 | 26 | 25.692308 | 22.097284 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 11 |
2913ee7b085679d8cf0d6b1f827b5cad4e3e00d1 | 4,827,543,266,086 | 3945ffb7ad303f74fcec3ba3812293b726fa1411 | /Equipo.java | 7ac79e9a6da65c6d14163c94496bb145a23bf82c | [] | no_license | kely49/LosDeBlanco | https://github.com/kely49/LosDeBlanco | e504fe46c271343c771b5854543ed030b3c01e3b | b6fae3f23052e41b26ea6c9a8ce5c83da2528020 | refs/heads/master | 2020-04-29T03:34:01.250000 | 2019-04-11T16:30:36 | 2019-04-11T16:30:36 | 175,079,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hp.proyectoldb;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
im... | UTF-8 | Java | 27,513 | java | Equipo.java | Java | [
{
"context": " //IP CLASE\n //String url2 = \"http://192.168.20.154/api/v1/usuariosEquipo/\"+arg0[0]+\"/\"+arg0[1];\n\n ",
"end": 17172,
"score": 0.9903029203414917,
"start": 17158,
"tag": "IP_ADDRESS",
"value": "192.168.20.154"
},
{
"context": " //IP CASA\n ... | null | [] | package com.example.hp.proyectoldb;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
im... | 27,513 | 0.460316 | 0.445301 | 627 | 42.867622 | 35.049702 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535885 | false | false | 11 |
b1636870991e5d8ada4ec6a92a2bb6657a67f4e0 | 4,827,543,268,582 | 3883087789cf02e2dd5669e5781865a190632401 | /src/main/java/com/javaetmoi/core/persistence/hibernate/ReflectionUtil.java | b101d82df38cd551a721694b4898a0b42ddb4956 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | makranelhoucine/hibernate-hydrate | https://github.com/makranelhoucine/hibernate-hydrate | e0f850aa68350602aa0b28c70e17128f2cf7b3b1 | 1f086cf4ba6b5901cb5dba915ae85cbbe4dc0de6 | refs/heads/master | 2021-01-22T12:56:57.650000 | 2016-03-04T07:02:54 | 2016-03-04T07:02:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | UTF-8 | Java | 3,685 | java | ReflectionUtil.java | Java | [] | null | [] | /**
* Copyright 2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 3,685 | 0.63772 | 0.635007 | 90 | 39.944443 | 32.103775 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 11 |
24ecc5cd59701b2f9fe9c75d33134625fcec67e3 | 21,698,174,791,717 | 6519789b26ba272dad0a83174aea21944d43a602 | /src/main/java/com/example/jmockitexample/domain/service/ViacepService.java | 444869403341f04b5b9bc7ec3c74eb49bb6abacb | [] | no_license | Gasparott0/jmockit-example | https://github.com/Gasparott0/jmockit-example | 49ffd2d402c6007635b256b945d8fd5443bf73fe | 64123729e5ffb587f4b07c61668df7b1cf7f6e6d | refs/heads/master | 2023-06-27T05:10:19.055000 | 2021-07-26T02:15:05 | 2021-07-26T02:15:05 | 387,961,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jmockitexample.domain.service;
import com.example.jmockitexample.domain.model.AddressViacep;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
@Service
public class ViacepService {
public AddressViacep loadUserAddressByCep(String cep) {
... | UTF-8 | Java | 513 | java | ViacepService.java | Java | [] | null | [] | package com.example.jmockitexample.domain.service;
import com.example.jmockitexample.domain.model.AddressViacep;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
@Service
public class ViacepService {
public AddressViacep loadUserAddressByCep(String cep) {
... | 513 | 0.756335 | 0.756335 | 15 | 33.200001 | 27.203432 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 11 |
1cbd21c159d45b338640de204aa62fb564f346ee | 4,569,845,205,822 | ffb4af103bdccc25b8cc62187493724e20dccc77 | /src/main/java/com/agree/git.java | 2b46a00b7e6417f4fd9d2dd598528ba12a2b1ecb | [] | no_license | xiangfeng520/gittest2 | https://github.com/xiangfeng520/gittest2 | 32b786c300c3206f22f8bb47fdaed82d9dda9b1c | 6bde4d6bea421f42119896027bb1cadb2042d7ec | refs/heads/master | 2023-06-26T16:58:46.278000 | 2021-08-01T09:33:39 | 2021-08-01T09:33:39 | 391,582,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.agree;
/**
* @author: xiangfeng
* @date: 2021年08月01日
*/
public class git {
public static void main(String[] args) {
System.out.println("hello git");
System.out.println("hello aaaa");
System.out.println("hello hot-fix");
System.out.println("hello master");
Sys... | UTF-8 | Java | 430 | java | git.java | Java | [
{
"context": "package com.agree;\n\n/**\n * @author: xiangfeng\n * @date: 2021年08月01日\n */\n\npublic class git {\n ",
"end": 45,
"score": 0.8607354760169983,
"start": 36,
"tag": "NAME",
"value": "xiangfeng"
}
] | null | [] | package com.agree;
/**
* @author: xiangfeng
* @date: 2021年08月01日
*/
public class git {
public static void main(String[] args) {
System.out.println("hello git");
System.out.println("hello aaaa");
System.out.println("hello hot-fix");
System.out.println("hello master");
Sys... | 430 | 0.603365 | 0.581731 | 17 | 23.470589 | 18.661434 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 11 |
92bcc986198215e9b5bf55f7a531e66265c67651 | 15,977,278,390,595 | 011aa9651b81b786bb67e64b10a15afaf354fdf7 | /Good questions/ArraysSort gfg .java | 5aa0573e6b0d2f881fa1ab127f88f12a45849d7a | [] | no_license | riarawal/HackerRank | https://github.com/riarawal/HackerRank | f3c055a5c1183400ba83744ce4fa976ed2af0e2d | 57a77e8b30b8b836d70cb9ba8ed446f066ca553b | refs/heads/master | 2022-11-09T18:40:42.124000 | 2020-06-23T06:20:15 | 2020-06-23T06:20:15 | 271,299,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //https://www.geeksforgeeks.org/arrays-sort-in-java-with-examples/
input: 4
3
0
6
2
output:
0
2
3
4
6
[0, 2, 3, 4, 6]
0
2
3
4
6
---------
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// PriorityQueue<String> pq=new PriorityQueue<>(Collect... | UTF-8 | Java | 671 | java | ArraysSort gfg .java | Java | [] | null | [] | //https://www.geeksforgeeks.org/arrays-sort-in-java-with-examples/
input: 4
3
0
6
2
output:
0
2
3
4
6
[0, 2, 3, 4, 6]
0
2
3
4
6
---------
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// PriorityQueue<String> pq=new PriorityQueue<>(Collect... | 671 | 0.561848 | 0.52161 | 50 | 12.42 | 17.645498 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38 | false | false | 11 |
73f65c41f86c990b703232111cd5faaeb06814e9 | 146,028,956,180 | 5685b361e28659dafd469332aebc4eae314b1b20 | /src/main/java/io/github/thred/piconup/util/DOMUtils.java | 38c08c1db360a53754075c0806571cad0f747e09 | [] | no_license | thred/piconup | https://github.com/thred/piconup | 42f9c33149d60926e853f7bd562a109c8c261e73 | 54965cd8a02df9b80e9264ec51e8db4fc67a2885 | refs/heads/master | 2021-08-26T00:57:52.727000 | 2021-08-05T17:05:00 | 2021-08-05T17:06:04 | 26,373,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.thred.piconup.util;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.xml.p... | UTF-8 | Java | 14,542 | java | DOMUtils.java | Java | [
{
"context": " Some useful methods for XML parsing\n *\n * @author Manfred Hantschel\n */\npublic final class DOMUtils\n{\n\n /**\n *",
"end": 1262,
"score": 0.9998999834060669,
"start": 1245,
"tag": "NAME",
"value": "Manfred Hantschel"
},
{
"context": "IO exception for DOM ac... | null | [] | package io.github.thred.piconup.util;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.io.StringReader;
import java.io.StringWriter;
import java.io.Writer;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.xml.p... | 14,531 | 0.578737 | 0.576331 | 539 | 25.979591 | 24.899082 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330241 | false | false | 11 |
9bb3febb525c3fdbbca1da1bc630906fdc8a6317 | 16,535,624,158,148 | 307cdbe9629b6449131d511f00cfb8c7af772029 | /src/main/java/system/EquationSystem.java | f8adc13b5e498ddb4806f5a23068802b3244adf6 | [] | no_license | Lenika2000/Testing-Lab-2 | https://github.com/Lenika2000/Testing-Lab-2 | 0a1e2b79ad6a02dc5bc5a1bc560a4872d1e0eb35 | ab7c66f7fac07545587560b2ee1a2612ccbe6a43 | refs/heads/master | 2023-03-25T08:41:20.865000 | 2021-03-24T14:26:17 | 2021-03-24T14:26:17 | 351,066,969 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package system;
public class EquationSystem extends Fun {
TrigonometricFun trigonometricFun;
LogarithmicFun logarithmicFun;
public EquationSystem(TrigonometricFun trigonometricFun, LogarithmicFun logarithmicFun) {
this.trigonometricFun = trigonometricFun;
this.logarithmicFun = logarithmicF... | UTF-8 | Java | 556 | java | EquationSystem.java | Java | [] | null | [] | package system;
public class EquationSystem extends Fun {
TrigonometricFun trigonometricFun;
LogarithmicFun logarithmicFun;
public EquationSystem(TrigonometricFun trigonometricFun, LogarithmicFun logarithmicFun) {
this.trigonometricFun = trigonometricFun;
this.logarithmicFun = logarithmicF... | 556 | 0.667266 | 0.665468 | 20 | 26.799999 | 23.275738 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 11 |
84e32996f8294c1f2ee692c558460344d32fa18d | 2,920,577,804,442 | 5ba363d9b644abb9ac1f7f8bd134c85133949b2f | /src/main/java/pt/ulisboa/tecnico/csf/grupo1/androideventcollector/structures/Photo.java | 5d30394f2a9b47ce9238a9a11f03fdfd509dbc25 | [] | no_license | jmribeiro/AndroidEventCollector | https://github.com/jmribeiro/AndroidEventCollector | de61ab94739da5ae46bc919081066c4cbccceaef | 287105bf34a2d0e06b18aecb80c8a0040efc0aff | refs/heads/master | 2020-04-05T16:39:09.618000 | 2018-11-10T21:28:17 | 2018-11-10T21:28:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.ulisboa.tecnico.csf.grupo1.androideventcollector.structures;
import java.io.Serializable;
import java.util.Date;
public class Photo implements Serializable {
private static final long serialVersionUID = 1320785201868164893L;
private String _id;
private Date _date;
private String _size;
... | UTF-8 | Java | 1,503 | java | Photo.java | Java | [] | null | [] | package pt.ulisboa.tecnico.csf.grupo1.androideventcollector.structures;
import java.io.Serializable;
import java.util.Date;
public class Photo implements Serializable {
private static final long serialVersionUID = 1320785201868164893L;
private String _id;
private Date _date;
private String _size;
... | 1,503 | 0.607452 | 0.594145 | 60 | 23.049999 | 20.623146 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.25 | false | false | 11 |
5a02c67d708bfc5ad89d7386136a0cfbcb68c067 | 17,729,625,056,087 | 11c46c3bc87baba8f805ba2b52b0d050a8d05071 | /src/HomeWorkArraysAndStrings/MaximumSumContiguousSubArray.java | 342b23c2e6b0ecdee7d591fbec7300ae34268e80 | [] | no_license | anurag16/Algos | https://github.com/anurag16/Algos | f702968acebf8156d695af2b4f2f32e42559fe7f | c481b8137b2c80cf1da84419b6d9d6228f73de9d | refs/heads/master | 2020-01-31T03:06:25.157000 | 2019-04-12T21:49:44 | 2019-04-12T21:49:44 | 31,693,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package HomeWorkArraysAndStrings;
import java.util.ArrayList;
import java.util.List;
public class MaximumSumContiguousSubArray {
public static void maxSubArray(int[] ar, List<Integer> subArray) {
int maxSoFar = 0;
int maxEndingHere = -1;
int start = 0;
int end = 0;
for(int i=0; i<ar.length; i++) {
... | UTF-8 | Java | 1,635 | java | MaximumSumContiguousSubArray.java | Java | [] | null | [] | package HomeWorkArraysAndStrings;
import java.util.ArrayList;
import java.util.List;
public class MaximumSumContiguousSubArray {
public static void maxSubArray(int[] ar, List<Integer> subArray) {
int maxSoFar = 0;
int maxEndingHere = -1;
int start = 0;
int end = 0;
for(int i=0; i<ar.length; i++) {
... | 1,635 | 0.541896 | 0.513761 | 87 | 17.793104 | 15.672758 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.275862 | false | false | 11 |
c89a0ed044bcb71ed5425c0e7cde74933075e928 | 24,206,435,735,009 | c6adef330e6863ff216c088e5deb9136308e79bc | /src/main/java/org/biojava3/core/sequence/MultipleSequenceAlignment.java | 82039863d46faf4c3a880e4b31b8e06a1bfab49d | [] | no_license | javasparx/PhyloUz | https://github.com/javasparx/PhyloUz | 74599eebb3990daa6d8259e0b67ebebed9f091dd | 7a2f627f1b30b6159d8ee5ec41a5318960168a1e | refs/heads/master | 2021-04-12T05:15:50.196000 | 2014-05-30T19:31:04 | 2014-05-30T19:31:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | UTF-8 | Java | 10,594 | java | MultipleSequenceAlignment.java | Java | [
{
"context": "e provides additional functionality.\n *\n * @author Scooter Willis\n * @author Mark Chapman\n */\npublic class Multiple",
"end": 1238,
"score": 0.9995939135551453,
"start": 1224,
"tag": "NAME",
"value": "Scooter Willis"
},
{
"context": "tionality.\n *\n * @author Scoot... | null | [] | /*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | 10,580 | 0.543798 | 0.535586 | 337 | 30.436201 | 28.200262 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551929 | false | false | 11 |
20d222057aab8958d8623f009dfb2018eed68c97 | 4,346,506,927,960 | d3ca78fffa7eacc7dba696bf6e329c167665dccc | /src/main/java/com/gigavoid/supermod/ropeway/biome/BiomeGenRopewayDesert.java | 48dac8fda0f614613f3443ddd665d64265304740 | [] | no_license | gigavoid/superforge | https://github.com/gigavoid/superforge | e2931a77c094f79e39dfc85009f1b49b997e0957 | 19a731025ec5138b6c09457a5a2315e04a2dd328 | refs/heads/master | 2021-01-17T14:44:51.702000 | 2016-07-14T17:24:07 | 2016-07-14T17:24:07 | 53,506,600 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gigavoid.supermod.ropeway.biome;
import net.minecraft.init.Blocks;
public class BiomeGenRopewayDesert extends RopewayBiomeGenBase {
public BiomeGenRopewayDesert(int id, int weight){
super(id, weight);
setBiomeName("Skyland Desert");
setHeight(new Height(-1.0f, 0.3f));
... | UTF-8 | Java | 424 | java | BiomeGenRopewayDesert.java | Java | [] | null | [] | package com.gigavoid.supermod.ropeway.biome;
import net.minecraft.init.Blocks;
public class BiomeGenRopewayDesert extends RopewayBiomeGenBase {
public BiomeGenRopewayDesert(int id, int weight){
super(id, weight);
setBiomeName("Skyland Desert");
setHeight(new Height(-1.0f, 0.3f));
... | 424 | 0.698113 | 0.688679 | 15 | 27.266666 | 23.028872 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 11 |
18a3e1bff96321b858cbbc6891fefffc6de4bcb1 | 3,169,685,898,667 | 017d5ac76e7d26566722e02c4ac8b7cdfd1e2706 | /app/src/main/java/dev/foodie/todo_mvvm/dao/TodoDao.java | baa29afdbaba277829eca5bb28dd5e425667f980 | [] | no_license | OlaoreFouad/todo-app-mvvm | https://github.com/OlaoreFouad/todo-app-mvvm | db61c470ab45053d29b8f283b2aee52634d47a70 | c2c75d28d556a92cfcdb65295f754924d9c261f6 | refs/heads/master | 2020-07-27T08:21:54.406000 | 2019-11-23T20:51:12 | 2019-11-23T20:51:12 | 209,027,969 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.foodie.todo_mvvm.dao;
import androidx.lifecycle.LiveData;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.OnConflictStrategy;
import androidx.room.Query;
import androidx.room.Update;
import java.util.List;
import dev.foodie.todo_mvvm.models.Todo;
... | UTF-8 | Java | 1,140 | java | TodoDao.java | Java | [] | null | [] | package dev.foodie.todo_mvvm.dao;
import androidx.lifecycle.LiveData;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.OnConflictStrategy;
import androidx.room.Query;
import androidx.room.Update;
import java.util.List;
import dev.foodie.todo_mvvm.models.Todo;
... | 1,140 | 0.717544 | 0.714035 | 45 | 24.333334 | 22.536882 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 11 |
901d4f5e2a906db525990a6b47d88b9515d20343 | 28,063,316,338,131 | b7be58016ff114b8a6c0e48209399e74724e46b1 | /DataStructures/lab7/src/BinaryHeap.java | 88a574bf1067afaf9de213c97ec05ef39eb56949 | [] | no_license | TylermEvans/Portfolio | https://github.com/TylermEvans/Portfolio | 5f3973886f1d924d425f5fd7c847ab9185b97e50 | 95fc6bcdad6e61abb469c5025b9b3c9edafab8fc | refs/heads/master | 2021-09-29T04:57:13.533000 | 2018-11-23T20:53:48 | 2018-11-23T20:53:48 | 109,090,191 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* This is my BinaryHeap class. This class creates a BinaryHeap, It can either be a MinHeap or
* a MaxHeap. The heaps are arrays internally.
* @param <N> - An Abstract Java variable. Extends from Comparable so that it may be compared to
* other objects of the same "type"
*/
public... | UTF-8 | Java | 17,575 | java | BinaryHeap.java | Java | [] | null | [] | import java.util.*;
/**
* This is my BinaryHeap class. This class creates a BinaryHeap, It can either be a MinHeap or
* a MaxHeap. The heaps are arrays internally.
* @param <N> - An Abstract Java variable. Extends from Comparable so that it may be compared to
* other objects of the same "type"
*/
public... | 17,575 | 0.487112 | 0.484097 | 622 | 27.255627 | 28.019411 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.308682 | false | false | 11 |
b1b664bba665b01162d58084cf5e7f853d661215 | 28,269,474,758,867 | 88419c61e95954ebceddbcb5c665e68b23850439 | /app/src/main/java/com/yxna/onelove/ui/activity/MyInfoActivity.java | e16224c8f78422f009c741497d78569947078264 | [] | no_license | wangjingbo520/OneLove | https://github.com/wangjingbo520/OneLove | c78378e3ee43f738a23cd99df5e2e79b755a10af | c85b35e93e607031cf96afb42c07d2541fe15c55 | refs/heads/master | 2022-06-20T13:58:57.304000 | 2020-05-05T04:20:33 | 2020-05-05T04:20:33 | 259,049,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yxna.onelove.ui.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Toast;
import com.bigkoo.pickerview.builder.TimePickerBuilder;
import com.bigkoo.pickerview.listener.OnTimeSelectListe... | UTF-8 | Java | 2,925 | java | MyInfoActivity.java | Java | [
{
"context": "Knife;\nimport butterknife.OnClick;\n\n/**\n * @author wjb\n * describe\n */\npublic class MyInfoActivity exten",
"end": 820,
"score": 0.9997109174728394,
"start": 817,
"tag": "USERNAME",
"value": "wjb"
}
] | null | [] | package com.yxna.onelove.ui.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Toast;
import com.bigkoo.pickerview.builder.TimePickerBuilder;
import com.bigkoo.pickerview.listener.OnTimeSelectListe... | 2,925 | 0.662771 | 0.662427 | 99 | 28.383839 | 24.900492 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 11 |
3344916266d1a1395cb3b13d60fde2e46e2c5493 | 20,452,634,301,590 | da2e3ec4fc33f5a9cab20f8e5032736db8f0b850 | /src/main/java/com/appmed/app/service/AbstractEmailService.java | a173ded87498b3ac996c6fd0923cb61d88660f30 | [] | no_license | TCCWebMob2017/api-springboot-mongobd | https://github.com/TCCWebMob2017/api-springboot-mongobd | cd6b780b52de9582873e06ca7848d97b61a77b9f | 60d545c904504da470f050e74c1139c4df9b08a0 | refs/heads/master | 2020-04-16T08:34:33.410000 | 2019-02-04T07:08:16 | 2019-02-04T07:08:16 | 165,429,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appmed.app.service;
import com.appmed.app.domain.Usuario;
import java.util.Date;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework... | UTF-8 | Java | 2,403 | java | AbstractEmailService.java | Java | [] | null | [] | package com.appmed.app.service;
import com.appmed.app.domain.Usuario;
import java.util.Date;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework... | 2,403 | 0.727424 | 0.727424 | 69 | 33.826088 | 25.905043 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 11 |
8155ad751e5806defbf1ec1c2807bacaad1cd40d | 20,452,634,303,082 | f0cd347c865035e97f2ccdaabdc8112d9dd14343 | /CIMUtil/src/au/com/langdale/profiles/ProfileClass.java | 81947cfb14399f2c6e48a1edc40a14bcc050fe6e | [] | no_license | jimmy0415/CIMTool | https://github.com/jimmy0415/CIMTool | 938b8a5c25b6ee3f43fca01ca89b33cf4a7aba06 | ff499226e29e2b45756bcfafffbf80a99ff34805 | refs/heads/master | 2021-01-17T06:06:20.795000 | 2012-05-23T07:09:44 | 2012-05-23T07:09:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This software is Copyright 2005,2006,2007,2008 Langdale Consultants.
* Langdale Consultants can be contacted at: http://www.langdale.com.au
*/
package au.com.langdale.profiles;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
... | UTF-8 | Java | 18,900 | java | ProfileClass.java | Java | [] | null | [] | /*
* This software is Copyright 2005,2006,2007,2008 Langdale Consultants.
* Langdale Consultants can be contacted at: http://www.langdale.com.au
*/
package au.com.langdale.profiles;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
... | 18,900 | 0.691799 | 0.690476 | 716 | 25.398045 | 22.372717 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.425978 | false | false | 11 |
c689bb5872f27db780d11653d4c7976434b7b82e | 36,919,538,903,107 | 3e80b91d581e81e0fea6979eae44888e0ec51a32 | /src/grafico/AltaDirector.java | c194a77efe8ed6b9eff47158042a33666ec781c8 | [] | no_license | cuberolopez96/Jtheatre | https://github.com/cuberolopez96/Jtheatre | edffb374ee91a3f5166d474ce6c0d5874010326d | 1d4091246eea5cfcea9590f57ea35bcf3ffbb5ba | refs/heads/master | 2021-01-10T12:39:28.904000 | 2015-05-22T11:33:14 | 2015-05-22T11:33:14 | 36,068,866 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grafico;
import java.awt.BorderLayout;
import jteatre.ApellidosNulosException;
import jteatre.Director;
import jteatre.DniDuplicadoException;
import jteatre.DniInvalidoException;
import jteatre.Genero;
import jteatre.GeneroNoValidoException;
import jteatre.Gestion;
import jteatre.NombreNuloException;
import j... | UTF-8 | Java | 8,567 | java | AltaDirector.java | Java | [] | null | [] | package grafico;
import java.awt.BorderLayout;
import jteatre.ApellidosNulosException;
import jteatre.Director;
import jteatre.DniDuplicadoException;
import jteatre.DniInvalidoException;
import jteatre.Genero;
import jteatre.GeneroNoValidoException;
import jteatre.Gestion;
import jteatre.NombreNuloException;
import j... | 8,567 | 0.706315 | 0.680285 | 268 | 30.966417 | 24.982584 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.880597 | false | false | 11 |
702b1c39b6977aacee6d531e722f0e2af88fcb25 | 33,844,342,342,799 | e9857f340ff6d51adbfdf2e31acfcb8ee69a5b24 | /NisazipWeb/src/kh/home/model/dao/RoomDao.java | ae10dbe089a58fd236f6146905cd20fd48efb24c | [] | no_license | nisazip/nisazip | https://github.com/nisazip/nisazip | 69645300493a2e418fe8bc85ae3fe0c0f47e3405 | 7d57b5cd4b9b311be048eddda26393e0689b68d0 | refs/heads/master | 2020-03-19T01:19:57.197000 | 2018-06-07T07:28:25 | 2018-06-07T07:28:25 | 135,538,024 | 1 | 1 | null | false | 2018-06-07T06:44:00 | 2018-05-31T05:51:46 | 2018-06-05T12:38:36 | 2018-06-07T06:43:59 | 7,449 | 1 | 1 | 0 | Java | false | null | package kh.home.model.dao;
import static kh.common.JDBCTemplate.close;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
impor... | UTF-8 | Java | 1,881 | java | RoomDao.java | Java | [] | null | [] | package kh.home.model.dao;
import static kh.common.JDBCTemplate.close;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
impor... | 1,881 | 0.642212 | 0.641148 | 81 | 21.222221 | 19.459993 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.580247 | false | false | 11 |
e8c5476891cff2666081eee334a88e73f858e8d7 | 34,505,767,309,341 | aaa1a02912160a55486df3a17454c1459ea361b5 | /src/observer2/EstatisticasDisplay.java | 88eb235be4959daf2af89f619a3992be3d218152 | [] | no_license | gpmendes7/observer2 | https://github.com/gpmendes7/observer2 | 172ab83286f2b51e447f2629bf703dfa7dec6741 | 14cacf63e806851c00bb32b0a336b91a9279363a | refs/heads/master | 2022-12-21T14:46:44.638000 | 2020-09-21T19:03:20 | 2020-09-21T19:03:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package observer2;
import java.util.Observable;
import java.util.Observer;
public class EstatisticasDisplay implements Observer {
private Observable subject;
private float temperatura;
private float umidade;
private float pressao;
public EstatisticasDisplay(Observable subject) {
this.subject = subject;
t... | ISO-8859-1 | Java | 833 | java | EstatisticasDisplay.java | Java | [] | null | [] | package observer2;
import java.util.Observable;
import java.util.Observer;
public class EstatisticasDisplay implements Observer {
private Observable subject;
private float temperatura;
private float umidade;
private float pressao;
public EstatisticasDisplay(Observable subject) {
this.subject = subject;
t... | 833 | 0.729567 | 0.728365 | 36 | 22.111111 | 19.279779 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 11 |
6468c1b8a37f141874360016f831284ade08f520 | 22,093,311,830,751 | e0309b0e726275e55a81660e45de1aa8ba6b11f9 | /src/main/java/cn/weekdragon/xspider/spider/AbstractSpider.java | b0886c108f0e3441cbd79675bd442f3dcb95dd0e | [
"MIT"
] | permissive | weekdragon/XSpider | https://github.com/weekdragon/XSpider | 1055abf8f6cf1d59c847e74c494a9fef0fe4837d | 9d9fd4a77ac9b5aa912f9a176999f85d53c276c4 | refs/heads/master | 2023-06-22T03:46:04.821000 | 2023-06-08T07:55:30 | 2023-06-08T07:55:30 | 125,591,040 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.weekdragon.xspider.spider;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.annotation.PostConstruct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Valu... | UTF-8 | Java | 2,321 | java | AbstractSpider.java | Java | [] | null | [] | package cn.weekdragon.xspider.spider;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.annotation.PostConstruct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Valu... | 2,321 | 0.692758 | 0.677013 | 75 | 28.639999 | 25.257944 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.92 | false | false | 11 |
6b9933064900bad73ad5a3897dbafda1faa632a1 | 25,623,774,932,614 | 1f9e5dbe2d83f07595a079306a2e2544523deb1d | /src/main/java/com/gumtree/main/ConsoleApp.java | 2956cb3fc67e1db3ee7e7f9e95e66b4994176d31 | [] | no_license | gravier/gumtree-addressbook | https://github.com/gravier/gumtree-addressbook | ca9a525571540f7b13ff11cb9a92644d2901d742 | 8fd2509e7c98ece8aefeb5fdead84d19d99cc71d | refs/heads/master | 2020-05-18T19:59:22.215000 | 2014-05-13T21:07:02 | 2014-05-13T21:07:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gumtree.main;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Reader;
import java.text.MessageFormat;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
impor... | UTF-8 | Java | 3,754 | java | ConsoleApp.java | Java | [
{
"context": "er contactController) {\n\t\t//How many days older is Bill than Paul?\n\t\tContact bill = contactController.get",
"end": 3185,
"score": 0.9922297596931458,
"start": 3181,
"tag": "NAME",
"value": "Bill"
},
{
"context": "Controller) {\n\t\t//How many days older is Bill th... | null | [] | package com.gumtree.main;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Reader;
import java.text.MessageFormat;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
impor... | 3,754 | 0.718966 | 0.716569 | 107 | 34.08411 | 30.512789 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.252337 | false | false | 11 |
5117065ae910dca17bc069cd328c222ddd7b4d62 | 10,625,749,157,440 | d38900c06a75e6c71b51f4290809763218626411 | /agp-core/src/main/java/com/lvsint/abp/pdt/common/gui/diagram/nodes/BasicNode.java | 31f3bdc29ed427ba6c1367839fd39709fc8913e8 | [] | no_license | XClouded/avp | https://github.com/XClouded/avp | ef5d0df5fd06d67793f93539e6421c5c8cef06c5 | 4a41681376cd3e1ec7f814dcd1f178d89e94f3d6 | refs/heads/master | 2017-02-26T23:03:31.245000 | 2014-07-22T19:03:40 | 2014-07-22T19:03:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lvsint.abp.pdt.common.gui.diagram.nodes;
import java.util.Set;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.widgets.Composite;
import com.lvsint.abp.pdt.common.gui.diagram.Diatext;
import com.swtdesigner.SWTResourceManager;
public class BasicNode implements N... | UTF-8 | Java | 1,001 | java | BasicNode.java | Java | [] | null | [] | package com.lvsint.abp.pdt.common.gui.diagram.nodes;
import java.util.Set;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.widgets.Composite;
import com.lvsint.abp.pdt.common.gui.diagram.Diatext;
import com.swtdesigner.SWTResourceManager;
public class BasicNode implements N... | 1,001 | 0.677323 | 0.677323 | 44 | 21.75 | 20.842619 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 11 |
ba5b0b9817a702df39a104014943afcfd12d36ef | 10,625,749,159,343 | 61322a50654b61d5f5efe129f434254a9823c8c8 | /src/main/java/es/tid/pce/pcep/constructs/TNA.java | a04418796276672ba17f253feff1356ed5984809 | [
"Apache-2.0"
] | permissive | Supriya-Saini/netphony-network-protocols | https://github.com/Supriya-Saini/netphony-network-protocols | d87429a0548bb7d6160390fc601f232c549eb9fa | 448faf16c97b226563ffc410c941e5e4f378d213 | refs/heads/master | 2020-06-14T01:19:20.751000 | 2019-08-02T06:59:12 | 2019-08-02T06:59:12 | 194,848,631 | 0 | 0 | Apache-2.0 | true | 2019-07-02T11:17:32 | 2019-07-02T11:17:31 | 2019-06-10T03:51:27 | 2017-02-23T15:56:27 | 12,982 | 0 | 0 | 0 | null | false | false | package es.tid.pce.pcep.constructs;
import es.tid.pce.pcep.objects.MalformedPCEPObjectException;
import es.tid.pce.pcep.objects.tlvs.subtlvs.PCEPSubTLV;
import es.tid.pce.pcep.objects.tlvs.subtlvs.PCEPSubTLVTypes;
import es.tid.pce.pcep.objects.tlvs.subtlvs.TNAIPv4SubTLV;
import es.tid.pce.pcep.objects.tlvs.subt... | UTF-8 | Java | 4,535 | java | TNA.java | Java | [] | null | [] | package es.tid.pce.pcep.constructs;
import es.tid.pce.pcep.objects.MalformedPCEPObjectException;
import es.tid.pce.pcep.objects.tlvs.subtlvs.PCEPSubTLV;
import es.tid.pce.pcep.objects.tlvs.subtlvs.PCEPSubTLVTypes;
import es.tid.pce.pcep.objects.tlvs.subtlvs.TNAIPv4SubTLV;
import es.tid.pce.pcep.objects.tlvs.subt... | 4,535 | 0.692393 | 0.677839 | 176 | 23.77841 | 23.765707 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.215909 | false | false | 11 |
b2255e194353642dbf8c2482f3f7897e122f6d0c | 26,877,905,360,643 | a0600a1a03453741fbc33f8228bd6e5ff1d22d2c | /PokemonBattle/src/pokemonbattle/Ball.java | d8c8d7b35b3eb01af13519e5f0100965285d8303 | [] | no_license | bsauberman/Pok-monGame | https://github.com/bsauberman/Pok-monGame | 30d113cb54ae8e06c82823f1c766d7f27d621f41 | 0da2e478fe90a198455de7884b2df8ca634d0282 | refs/heads/master | 2020-09-05T11:44:48.728000 | 2019-11-06T21:35:12 | 2019-11-06T21:35:12 | 220,093,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 pokemonbattle;
/**
*
* @author bensauberman
*/
public class Ball extends Item {
private int catchValue;
public... | UTF-8 | Java | 518 | java | Ball.java | Java | [
{
"context": "tor.\n */\npackage pokemonbattle;\n\n/**\n *\n * @author bensauberman\n */\npublic class Ball extends Item {\n private ",
"end": 239,
"score": 0.9975849986076355,
"start": 227,
"tag": "USERNAME",
"value": "bensauberman"
}
] | null | [] | /*
* 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 pokemonbattle;
/**
*
* @author bensauberman
*/
public class Ball extends Item {
private int catchValue;
public... | 518 | 0.65251 | 0.65251 | 24 | 20.583334 | 21.492085 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 11 |
03c6dd215a6ace0667f690380bb593853ed8c5b2 | 2,568,390,494,117 | 8dd540b316b6fab0ef4f19628516b2cc3e4ae577 | /DSA/Assignment2/PostfixEvaluation/PostfixEvaluation.java | dcb7e41f5bc7a2f70deb4be1f0b6234b108c4066 | [] | no_license | meta-jitendra-chandwani/GET2018 | https://github.com/meta-jitendra-chandwani/GET2018 | 5c663ba8683c669d7b2e544bd9ee9b07d703992c | 2c49c3f3b4635165aca2732a611d6763b6c2c2f6 | refs/heads/master | 2020-03-22T23:23:51.023000 | 2019-12-18T12:58:46 | 2019-12-18T12:58:46 | 140,807,780 | 0 | 0 | null | false | 2019-12-18T12:56:50 | 2018-07-13T06:41:13 | 2019-12-18T12:56:00 | 2019-12-18T12:56:19 | 152,181 | 0 | 0 | 0 | Java | false | false |
import java.util.Scanner;
/*
* PostfixEvaluation - Evaluate postfix Expression
*/
public class PostfixEvaluation implements Stack {
private int arrayStack[];
private int sizeofStack = 0;
private int top = -1;
public PostfixEvaluation(int sizeofStack) {
this.sizeofStack = sizeofStack;
arrayStack = new int[s... | UTF-8 | Java | 3,365 | java | PostfixEvaluation.java | Java | [] | null | [] |
import java.util.Scanner;
/*
* PostfixEvaluation - Evaluate postfix Expression
*/
public class PostfixEvaluation implements Stack {
private int arrayStack[];
private int sizeofStack = 0;
private int top = -1;
public PostfixEvaluation(int sizeofStack) {
this.sizeofStack = sizeofStack;
arrayStack = new int[s... | 3,365 | 0.629421 | 0.6211 | 158 | 20.297468 | 18.071415 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.398734 | false | false | 11 |
31444c5873e46798194cf2808ff26ad99c81aceb | 29,755,533,431,494 | 4746cf08a38501aabc10e87d26e4bded650f881b | /jlot-core/src/main/java/org/jlot/core/domain/TokenRepositoryHibernate.java | c40a88bb88fa6b6625ebdce12820b1bc279d1806 | [] | no_license | kicktipp/jlot | https://github.com/kicktipp/jlot | 04b428310325d69ae4e94fc36fff9a7a883c2bcf | 99a02fcb685e2875a1d6238eca702d1585785190 | refs/heads/master | 2017-12-03T23:39:28.573000 | 2017-02-08T14:08:16 | 2017-02-08T14:08:16 | 40,005,250 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jlot.core.domain;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.jlot.core.domain.api.TokenRepository;
import org.jlot.hibernate.repository.CollectionRepositoryHibernate;
import org.springframework.stereotype.Repo... | UTF-8 | Java | 1,633 | java | TokenRepositoryHibernate.java | Java | [] | null | [] | package org.jlot.core.domain;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.jlot.core.domain.api.TokenRepository;
import org.jlot.hibernate.repository.CollectionRepositoryHibernate;
import org.springframework.stereotype.Repo... | 1,633 | 0.726883 | 0.726883 | 73 | 21.369864 | 22.600464 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.630137 | false | false | 11 |
c259e50544991c25f79c014ace328cadce660168 | 20,882,131,062,354 | 9f44ac96ba11a47ceee7292616e599971a766c9a | /src/main/java/poly/edu/entity/OverviewPhone.java | 34ce781608b938997b1dc0191ecd181791dc0b30 | [] | no_license | phuocch8990/SMProject_Html | https://github.com/phuocch8990/SMProject_Html | e27bc5a8cf9fad833a64b2386553f1efa558b4c3 | 575ea1b429670afc4752367e2cdd291ae6854b23 | refs/heads/master | 2021-05-10T20:50:56.730000 | 2018-03-14T23:38:50 | 2018-03-14T23:38:50 | 118,208,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package poly.edu.entity;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the overview_phone database table.
*
*/
@Entity
@Table(name="overview_phone")
@NamedQuery(name="OverviewPhone.findAll", query="SELECT o FROM OverviewPhone o")
public class OverviewPhone implements Ser... | UTF-8 | Java | 5,050 | java | OverviewPhone.java | Java | [] | null | [] | package poly.edu.entity;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the overview_phone database table.
*
*/
@Entity
@Table(name="overview_phone")
@NamedQuery(name="OverviewPhone.findAll", query="SELECT o FROM OverviewPhone o")
public class OverviewPhone implements Ser... | 5,050 | 0.722376 | 0.722178 | 245 | 19.616327 | 22.329073 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269388 | false | false | 11 |
0a26d6d18ad1d54792dddc3e325f9e76222dff82 | 3,040,836,847,079 | 582e81eecb1d508a410639a55198e0339ecd24cc | /04-Implementation/src/Model/Logic/CarLogic.java | 69deb5562149248f46e5dda6a6e736061c60b2df | [] | no_license | TeamTraelsPis/2.SemesterProjekt | https://github.com/TeamTraelsPis/2.SemesterProjekt | 1df3ad9faf27c0a0f2124f52778072b4b573987f | a994523b94c367edac9b4dd34221c7efe7b7c36c | refs/heads/master | 2017-11-26T18:42:41.737000 | 2016-04-18T14:35:43 | 2016-04-18T14:35:43 | 34,852,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model.Logic;
import Model.Domain.Car;
/**
* Created by Milwaukee on 27-05-2015.
*/
public interface CarLogic {
void create(Car car) throws Exception;
Car read(Car c) throws Exception;
void update(Car preEditCar, Car postEditCar) throws Exception;
void delete(Car car) throws Exception;
... | UTF-8 | Java | 359 | java | CarLogic.java | Java | [
{
"context": "ogic;\n\nimport Model.Domain.Car;\n\n/**\n * Created by Milwaukee on 27-05-2015.\n */\npublic interface CarLogic {\n ",
"end": 75,
"score": 0.9995453953742981,
"start": 66,
"tag": "NAME",
"value": "Milwaukee"
}
] | null | [] | package Model.Logic;
import Model.Domain.Car;
/**
* Created by Milwaukee on 27-05-2015.
*/
public interface CarLogic {
void create(Car car) throws Exception;
Car read(Car c) throws Exception;
void update(Car preEditCar, Car postEditCar) throws Exception;
void delete(Car car) throws Exception;
... | 359 | 0.710306 | 0.688022 | 18 | 18.944445 | 20.282648 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 11 |
5f40154079ad1960f31fed18b48abce7ab4a4fe0 | 5,970,004,553,386 | 0ae255a2ecf8da1c80478e4afcc048b078fe6b10 | /chain-service-frontend/src/main/java/io/wexchain/dcc/service/frontend/integration/wexyun/MemberOperationClient.java | 55370acd216bec611b02abd8ab4b4fac8f0a60fc | [] | no_license | Mitagi123/DCC | https://github.com/Mitagi123/DCC | 0a51534a3a3f6a9da9e8498fbc9e049f8288f0ec | 7f24d6e56bb675be3dde7d4101dd2ec754243b70 | refs/heads/master | 2020-03-18T15:07:22.426000 | 2018-05-25T10:45:57 | 2018-05-25T10:45:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.wexchain.dcc.service.frontend.integration.wexyun;
import io.wexchain.dcc.service.frontend.model.param.RegisterParam;
public interface MemberOperationClient {
String register(RegisterParam request);
String loginPasswordCheck(String loginName);
String getByIdentity(String loginName);
}
| UTF-8 | Java | 313 | java | MemberOperationClient.java | Java | [] | null | [] | package io.wexchain.dcc.service.frontend.integration.wexyun;
import io.wexchain.dcc.service.frontend.model.param.RegisterParam;
public interface MemberOperationClient {
String register(RegisterParam request);
String loginPasswordCheck(String loginName);
String getByIdentity(String loginName);
}
| 313 | 0.805112 | 0.805112 | 12 | 25.083334 | 25.834274 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 11 |
086e3a72847d1111652a8017e3f600c8aec4773a | 6,073,083,770,130 | ff563e1292aa21983f9380b9fef4118228b15473 | /src/PondProblem.java | fd021acc54c2b6a9875c5bf8da0718d813e11ca4 | [] | no_license | GitAmrita/Algorithm | https://github.com/GitAmrita/Algorithm | b14333b5a864a7ec2ab2284e6fb03f2848e62262 | be60be123d9fb8cf46a20168428226748e42a16b | refs/heads/master | 2021-01-25T07:07:42.303000 | 2017-09-18T17:02:21 | 2017-09-18T17:02:21 | 41,318,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.util.LinkedList;
/**
* Created by achowdhury on 6/21/2015.
*/
/*
* matrix of 1's and 0's is given where 0 = water and 1=land. Find the number of ponds in the array .
* Also how can you make one big pond*/
public class PondProblem {
public class Node{
public int row;
... | UTF-8 | Java | 2,832 | java | PondProblem.java | Java | [
{
"context": "*;\nimport java.util.LinkedList;\n\n/**\n * Created by achowdhury on 6/21/2015.\n */\n/*\n* matrix of 1's and 0's is g",
"end": 78,
"score": 0.99924635887146,
"start": 68,
"tag": "USERNAME",
"value": "achowdhury"
}
] | null | [] | import java.util.*;
import java.util.LinkedList;
/**
* Created by achowdhury on 6/21/2015.
*/
/*
* matrix of 1's and 0's is given where 0 = water and 1=land. Find the number of ponds in the array .
* Also how can you make one big pond*/
public class PondProblem {
public class Node{
public int row;
... | 2,832 | 0.538136 | 0.509887 | 84 | 32.714287 | 28.706881 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.261905 | false | false | 11 |
def6abe93bad862cc6dae3d2436bf3ceaeec2a6c | 27,221,502,739,366 | 39d8cd563042af0cff18a2344ee031c24bc2c159 | /src/shared/main/tv/codely/shared/infrastructure/validation/validators/UuidValidator.java | c39d6796f5225090bc55aaf422799c5fef646b6a | [] | no_license | jorgechavezrnd/java-ddd-project | https://github.com/jorgechavezrnd/java-ddd-project | 15b93a67a8886d6ab3e1d23cf81691a0816c83c4 | 8bc291280bbb4277c9ae456471b064be5a4b740b | refs/heads/master | 2022-12-23T10:55:44.712000 | 2020-09-30T20:25:58 | 2020-09-30T20:25:58 | 290,091,021 | 6 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tv.codely.shared.infrastructure.validation.validators;
import java.io.Serializable;
import java.util.HashMap;
import java.util.regex.Pattern;
public final class UuidValidator implements FieldValidator {
@Override
public Boolean isValid(String fieldName, HashMap<String, Serializable> fields) {
... | UTF-8 | Java | 662 | java | UuidValidator.java | Java | [] | null | [] | package tv.codely.shared.infrastructure.validation.validators;
import java.io.Serializable;
import java.util.HashMap;
import java.util.regex.Pattern;
public final class UuidValidator implements FieldValidator {
@Override
public Boolean isValid(String fieldName, HashMap<String, Serializable> fields) {
... | 662 | 0.700906 | 0.676737 | 19 | 33.842106 | 34.28405 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 11 |
7e861f24d34583b7675c467140b0e7e62abbc6b8 | 25,881,472,932,318 | 98abe5c143d7aee8152fee6b60b63823216ebfb3 | /Sum of numbers using function/Main.java | 06f7573e65223e9c484eb6937adfeb4f907d1a6d | [] | no_license | MahendraMaster/Playground | https://github.com/MahendraMaster/Playground | 2c0b5e28fafa7925136a89e82999b54325728275 | f8dd294cdcaf2b83e0f888028fe099362d507950 | refs/heads/master | 2020-04-14T13:03:35.109000 | 2019-04-17T09:41:31 | 2019-04-17T09:41:31 | 163,858,344 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class Main
{
public static int sum_of_numbers(int m)
{
int sum = ((m*(m+1))/2);
return sum;
}
public static void main(String args[])
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int s = sum_of_numbers(n);
System.out.println(s);... | UTF-8 | Java | 329 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
class Main
{
public static int sum_of_numbers(int m)
{
int sum = ((m*(m+1))/2);
return sum;
}
public static void main(String args[])
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int s = sum_of_numbers(n);
System.out.println(s);... | 329 | 0.559271 | 0.553191 | 17 | 18.352942 | 14.863857 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 11 |
f6fc60ed09514b6fea1c40f6da2a496329e513c6 | 15,522,011,828,215 | baa7dd087fb671dd0f7907f67d0f31cf25de7813 | /src/main/java/br/com/senac/controles/CategoriaController.java | 01e17f4669bb763c3091c78b0c13bdb9912ad18e | [] | no_license | emmanuelkant/Spring | https://github.com/emmanuelkant/Spring | b64236bec64c738bf2d8675219fd4ea096c05424 | 5af4a26a172815f25f04d5142a8c698d5d1a5f29 | refs/heads/master | 2020-03-26T22:39:02.334000 | 2018-11-17T18:18:09 | 2018-11-17T18:18:09 | 145,476,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.senac.controles;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.servlet.ModelAndView;
i... | UTF-8 | Java | 1,191 | java | CategoriaController.java | Java | [] | null | [] | package br.com.senac.controles;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.servlet.ModelAndView;
i... | 1,191 | 0.790092 | 0.790092 | 41 | 28.04878 | 23.891983 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390244 | false | false | 11 |
d8d99c37f5a3e5614c903c563a72246e426e23b0 | 8,761,733,291,439 | ca91d7e45f6d15fa4e794f4ebbd69e6218b8310e | /src/main/java/com/carloslima/udemyweb/services/validation/CustomerInsert.java | 3db8e05f7f3cff3e4f9de800fed6e20e1d68b6ab | [] | no_license | carloslimadevs/cursoudemy | https://github.com/carloslimadevs/cursoudemy | 69650d6c852a4e590ec078a7cea03d205e4341a6 | a582c37b28dc3add8b6eba660f36586accc95e77 | refs/heads/master | 2020-12-03T20:24:44.484000 | 2020-03-06T14:36:37 | 2020-03-06T14:36:37 | 231,475,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.carloslima.udemyweb.services.validation;
public class CustomerInsert {
}
| UTF-8 | Java | 87 | java | CustomerInsert.java | Java | [] | null | [] | package com.carloslima.udemyweb.services.validation;
public class CustomerInsert {
}
| 87 | 0.816092 | 0.816092 | 5 | 16.4 | 20.981897 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
7b5f441d20d771f86c12d95f411eeabf948f351b | 2,662,879,785,716 | aa01cc95d1d17ae2bf6de511742c1f334d066a01 | /src/com/njpj/ReadExcel.java | 9ed698b6ebdf1c1bd5afad863b7dde872adb93a8 | [] | no_license | td3838438/2018200108 | https://github.com/td3838438/2018200108 | dacb890d88daf63b163a93e9f25abc3c4e1e2c40 | 4d8e74e37d7ae448ff43112d94e9f59c9d4c1f4e | refs/heads/master | 2020-06-10T11:51:32.980000 | 2019-06-25T05:47:44 | 2019-06-25T05:47:44 | 193,642,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njpj;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import jxl.Cell;
import jxl.Sheet;
import jxl.Workbook;
import jxl.read.biff.BiffException;
/**
* @Author: liuyanxu
* @Description:
* @Date: Create in 2018/12... | UTF-8 | Java | 1,321 | java | ReadExcel.java | Java | [
{
"context": "port jxl.read.biff.BiffException;\n\n/**\n * @Author: liuyanxu\n * @Description:\n * @Date: Create in 2018/12/30 7",
"end": 275,
"score": 0.9996457099914551,
"start": 267,
"tag": "USERNAME",
"value": "liuyanxu"
}
] | null | [] | package com.njpj;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import jxl.Cell;
import jxl.Sheet;
import jxl.Workbook;
import jxl.read.biff.BiffException;
/**
* @Author: liuyanxu
* @Description:
* @Date: Create in 2018/12... | 1,321 | 0.637062 | 0.623399 | 50 | 22.42 | 17.360979 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 11 |
5d57cca29e0a540eeefe06a4e911f4de3a5e0b62 | 2,740,189,150,962 | 0b055b4457d606a69c7337e636c809913d4f2fa0 | /website-base/src/main/java/com/goujia/website/base/entity/specialtopic/SpecialTopicAssociation.java | abd10b217250014f823b67ea7d56a0656ddc7a0d | [] | no_license | xiaobiao123/website | https://github.com/xiaobiao123/website | 46e3ce0b981803de60ca46f10ec3313b5b42d976 | 7767337f063bb7e4185d8b46a87a5f8a4e9b95fc | refs/heads/master | 2021-01-18T10:44:18.638000 | 2016-05-20T04:50:11 | 2016-05-20T04:50:11 | 59,265,573 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.goujia.website.base.entity.specialtopic;
import java.util.Date;
public class SpecialTopicAssociation {
private Integer id; //主键
private String contentType; //关联内容类型(问题|文章|话题 question|article|topic)
private Integer topicId; //专题的ID
private Integer associaedContentId; //相关内容的ID
private Date... | UTF-8 | Java | 1,126 | java | SpecialTopicAssociation.java | Java | [] | null | [] | package com.goujia.website.base.entity.specialtopic;
import java.util.Date;
public class SpecialTopicAssociation {
private Integer id; //主键
private String contentType; //关联内容类型(问题|文章|话题 question|article|topic)
private Integer topicId; //专题的ID
private Integer associaedContentId; //相关内容的ID
private Date... | 1,126 | 0.732775 | 0.732775 | 51 | 20.078432 | 20.779745 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.705882 | false | false | 11 |
added5116d91664f65a4c184b40a291ae34647f2 | 28,999,619,210,849 | fa14f55226971d4a744689717d34ce2c7c316043 | /assign/src/main/java/lk/cms/assign/controller/BookController.java | a588af1a938c81964f168b05c1265cbc6573c039 | [] | no_license | LahiruViet/fullStack | https://github.com/LahiruViet/fullStack | 9812b8e2c15b5f34c7bb934626cfd003a9b26e53 | 2e919ef6607f0a65c0b39677588a86bf1c4a806d | refs/heads/master | 2020-05-01T10:19:40.452000 | 2019-03-24T13:33:31 | 2019-03-24T13:33:31 | 177,418,169 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lk.cms.assign.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import o... | UTF-8 | Java | 1,794 | java | BookController.java | Java | [] | null | [] | package lk.cms.assign.controller;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import o... | 1,794 | 0.765329 | 0.764214 | 63 | 26.476191 | 22.351349 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.031746 | false | false | 11 |
c53cdc6d2386e835dc883f9e90e32937b1bafd96 | 9,672,266,405,878 | fe057f02da506224759637bc72f886e087f093e9 | /kafka-producer/src/main/java/com/tony/kafka/KafkaProducerProducer.java | 477c7cdd3ce5fb14d21d280bbc6a545db5aa436e | [] | no_license | cybertony/Kafka-Sparkstreaming-example | https://github.com/cybertony/Kafka-Sparkstreaming-example | 097603961af55b5bd1846359e43eb1667c9f1ceb | 8f8caa8dce223ab9de01247928df0d4741bb4b34 | refs/heads/master | 2021-04-29T12:46:34.677000 | 2018-02-16T09:48:50 | 2018-02-16T09:50:09 | 121,735,129 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tony.kafka;
import java.io.IOException;
import java.util.Properties;
import java.util.UUID;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.ProducerRecord;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.fasterxml.jackson.databind.Objec... | UTF-8 | Java | 2,242 | java | KafkaProducerProducer.java | Java | [
{
"context": "ersList());\n\t\t\tkafkaParams.put(\"key.serializer\", \"org.apache.kafka.common.serialization.StringSerializer\");\n\t\t\tkafkaParams.put(\"value.serializer\", \"org.ap",
"end": 1382,
"score": 0.9060500264167786,
"start": 1328,
"tag": "KEY",
"value": "org.apache.kafka.common.s... | null | [] | package com.tony.kafka;
import java.io.IOException;
import java.util.Properties;
import java.util.UUID;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.ProducerRecord;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.fasterxml.jackson.databind.Objec... | 2,242 | 0.744871 | 0.74264 | 65 | 33.49231 | 32.357677 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.969231 | false | false | 11 |
2f48f86f2e2e7cdd5c3720f782a90ef88834b4dc | 14,328,010,961,286 | e5aa5e735d53967862f3cac9ae71640dc85fa498 | /cosmic-core/api/src/main/java/com/cloud/api/response/TemplatePermissionsResponse.java | a26979dcfeee48655d43301b59a703ff5119df51 | [
"Apache-2.0"
] | permissive | MissionCriticalCloud/cosmic | https://github.com/MissionCriticalCloud/cosmic | 93eb8e0fa4d7db63f0fd20d8181ed56ecfaab20b | 094bdd3b9f23cc80824e194854c489ce782b6090 | refs/heads/master | 2023-06-22T16:20:25.140000 | 2022-12-08T15:19:54 | 2022-12-08T15:19:54 | 61,372,044 | 58 | 21 | Apache-2.0 | false | 2023-09-05T22:00:45 | 2016-06-17T12:28:44 | 2023-08-06T02:21:24 | 2023-09-05T22:00:45 | 28,840 | 55 | 18 | 35 | Java | false | false | package com.cloud.api.response;
import com.cloud.api.ApiConstants;
import com.cloud.api.BaseResponse;
import com.cloud.api.EntityReference;
import com.cloud.legacymodel.storage.VirtualMachineTemplate;
import com.cloud.serializer.Param;
import java.util.List;
import com.google.gson.annotations.SerializedName;
@Entit... | UTF-8 | Java | 1,692 | java | TemplatePermissionsResponse.java | Java | [] | null | [] | package com.cloud.api.response;
import com.cloud.api.ApiConstants;
import com.cloud.api.BaseResponse;
import com.cloud.api.EntityReference;
import com.cloud.legacymodel.storage.VirtualMachineTemplate;
import com.cloud.serializer.Param;
import java.util.List;
import com.google.gson.annotations.SerializedName;
@Entit... | 1,692 | 0.738771 | 0.738771 | 54 | 30.333334 | 25.328947 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351852 | false | false | 11 |
199b380791dae867e0f63e6a46e3fabd5ec05f30 | 31,971,736,570,874 | 3cf43563b6bcce3f95e506a08e3a230efed8b638 | /src/main/java/com/zhj/study/javase/concurrency/material/WaitNotifyNotifyAllDemo.java | a1744e5a088ccf5e066ad2f09448d30166b4c872 | [] | no_license | shinsanzhj/javasestudy | https://github.com/shinsanzhj/javasestudy | 48226d44d2420df94d852c8d35447159cac302e2 | d2ec9c68dfd742ccff70610ab75b203b27236d78 | refs/heads/master | 2020-07-26T08:52:34.544000 | 2017-07-17T11:13:38 | 2017-07-17T11:13:38 | 73,725,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhj.study.javase.concurrency.material;
public class WaitNotifyNotifyAllDemo {
private static Object lock = new Object();
private static boolean waitFlag = true;
private static Thread[] threads = null;
private static class WaitTask implements Runnable {
public void run() {
synchronized... | UTF-8 | Java | 3,193 | java | WaitNotifyNotifyAllDemo.java | Java | [
{
"context": " *\r\n\t * <pre>\r\n\t * 修改日期\t\t修改人\t修改原因\r\n\t * 2016-12-23\t钟华杰\t新建\r\n\t * </pre>\r\n\t */\r\n\tpublic static void main(St",
"end": 2220,
"score": 0.9939463138580322,
"start": 2217,
"tag": "NAME",
"value": "钟华杰"
}
] | null | [] | package com.zhj.study.javase.concurrency.material;
public class WaitNotifyNotifyAllDemo {
private static Object lock = new Object();
private static boolean waitFlag = true;
private static Thread[] threads = null;
private static class WaitTask implements Runnable {
public void run() {
synchronized... | 3,193 | 0.612924 | 0.595477 | 123 | 23.162601 | 21.953156 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.926829 | false | false | 11 |
aedac0b414a02acccb4c8a355a581943b33800be | 31,971,736,573,572 | 71fd1d07196b4040e603dd94216bac6fd780c69b | /src/uniandes/teolen/parserJavaCC/mundoParser/MundoParsers.java | bc455c1221653da3f6ff888206591af8fa3651a7 | [] | no_license | SantiagoBarbosa/Proyecto1LYM | https://github.com/SantiagoBarbosa/Proyecto1LYM | b7f51266f60d60c0e5b5b664e352003b91f05564 | 86baf199c2691bd7c1e9200a3eb81dec1b2edf89 | refs/heads/master | 2020-04-25T01:03:34.211000 | 2019-02-25T15:03:56 | 2019-02-25T15:03:56 | 172,397,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uniandes.teolen.parserJavaCC.mundoParser;
import java.util.*;
import uniandes.teolen.parserJavaCC.parserProyecto1.Simple;
public class MundoParsers {
// Nombres de los Parsers
private ArrayList <String> parsers = new ArrayList <String> ();
// Parser que se est� usando
private int currentParser;... | UTF-8 | Java | 1,458 | java | MundoParsers.java | Java | [] | null | [] | package uniandes.teolen.parserJavaCC.mundoParser;
import java.util.*;
import uniandes.teolen.parserJavaCC.parserProyecto1.Simple;
public class MundoParsers {
// Nombres de los Parsers
private ArrayList <String> parsers = new ArrayList <String> ();
// Parser que se est� usando
private int currentParser;... | 1,458 | 0.649725 | 0.648352 | 80 | 17.200001 | 19.994625 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 11 |
648bbf04b8245d8221888bee1d0f5e4398debba8 | 15,221,364,099,304 | 95c51b2c90ca5277ab62c57952beb4a656125ce4 | /src/Incidencia.java | d84e715e5de9475632292705c3f2ee477fc442ac | [] | no_license | chdezreyes/pa-laboratorio | https://github.com/chdezreyes/pa-laboratorio | b415e484dcb6e8fd415a8355f8dc2f3f271da478 | c724ae2dc2c0f36303586fbaa501106151ad6989 | refs/heads/master | 2023-04-24T19:47:52.162000 | 2021-05-17T09:59:02 | 2021-05-17T09:59:02 | 367,976,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.text.SimpleDateFormat;
import java.util.Date;
/**
* CLASE INCIDENCIA:
*/
public class Incidencia {
private String id;
private String descripcion;
private Date fechaInicio;
private Date fechaFin;
private int estado;
private Tecnico tecnico;
private Integer tiempoRes;
... | UTF-8 | Java | 3,170 | java | Incidencia.java | Java | [] | null | [] | import java.text.SimpleDateFormat;
import java.util.Date;
/**
* CLASE INCIDENCIA:
*/
public class Incidencia {
private String id;
private String descripcion;
private Date fechaInicio;
private Date fechaFin;
private int estado;
private Tecnico tecnico;
private Integer tiempoRes;
... | 3,170 | 0.560644 | 0.558433 | 150 | 20.113333 | 24.975063 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.593333 | false | false | 11 |
023f36ab3b0a333efa77114f1f1d46c2e02f031f | 4,191,888,126,446 | c6a228609aea70bd03d07be519fd24565334456f | /src/com/bpjoshi/java8/lambda/functionif/WordTest.java | 03fbca4a1e63050442286ef3913d6bcd5ccb9b6d | [] | no_license | bpjoshi/java8 | https://github.com/bpjoshi/java8 | 6f558274bbd7ab307f3aa5edbc5617db940f2ecf | 2e40cd75e7dcc3c02ac8a912c62659f08531dbc0 | refs/heads/master | 2020-07-17T19:50:38.959000 | 2017-06-28T13:37:50 | 2017-06-28T13:37:50 | 94,323,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bpjoshi.java8.lambda.functionif;
import java.util.function.Function;
public class WordTest {
public static void main(String[] args) {
String txt="Hello World from India";
System.out.println("Initial String: "+txt);
Function<String, String> addHead=Word::addHeader;
Function<String, String... | UTF-8 | Java | 514 | java | WordTest.java | Java | [] | null | [] | package com.bpjoshi.java8.lambda.functionif;
import java.util.function.Function;
public class WordTest {
public static void main(String[] args) {
String txt="Hello World from India";
System.out.println("Initial String: "+txt);
Function<String, String> addHead=Word::addHeader;
Function<String, String... | 514 | 0.723735 | 0.72179 | 14 | 34.714287 | 27.130447 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 11 |
cc05f117db4226d54a05012937af26b5c0fccc48 | 4,191,888,130,200 | e29bcdf0d4541f91d5cf53dfd7e6d99b5da7c342 | /src/main/java/com/getjavajob/training/algo/init/velikohatkon/Task02_013.java | 06816cca7afd577acba2991101d64f5b862e202f | [] | no_license | Nicolazz92/GJJAlgo07Init_Velikohatko | https://github.com/Nicolazz92/GJJAlgo07Init_Velikohatko | 40da319d60e3b3171e997a61e5b826a928090f38 | bb042b790ae98bc0db8723686d1a3372600710ce | refs/heads/master | 2015-09-25T07:46:47.903000 | 2015-07-28T11:07:37 | 2015-07-28T11:07:37 | 39,804,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.getjavajob.training.algo07.init.velikohatkon;
public class Task02_013 {
public int result(int n) {
int m = 0;
m += 100 * (n % 10);
m += 10 * ((n / 10) % 10);
m += n / 100;
return (m);
}
}
| UTF-8 | Java | 249 | java | Task02_013.java | Java | [] | null | [] | package com.getjavajob.training.algo07.init.velikohatkon;
public class Task02_013 {
public int result(int n) {
int m = 0;
m += 100 * (n % 10);
m += 10 * ((n / 10) % 10);
m += n / 100;
return (m);
}
}
| 249 | 0.485944 | 0.39759 | 11 | 21.636364 | 15.714919 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 11 |
58792393cf28be4fb03a1fb835b19207bc6db0a3 | 2,980,707,326,852 | 32a4b549dc2457ff56b7afafa0479a6eda492f3c | /HW9/Bird.java | bfa07f1203e52e5d6c9d9814eb3cb3e9126adf2a | [] | no_license | stern-shawn/CSE142_HWArchive | https://github.com/stern-shawn/CSE142_HWArchive | f94dd2cdaf5c461474baef477d21744ead8ee895 | 9b529825e7419815943ec77cddad0443412accd0 | refs/heads/master | 2021-01-19T04:01:02.809000 | 2016-05-31T19:43:07 | 2016-05-31T19:43:07 | 60,118,196 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Shawn Stern, CSE 142 BG, December 2 2010
//
// This class represents a bird critter. A bird never eats, which is the default behavior,
// so there is no special eat method for Bird. The other details of how it behaves are
// covered in detail in the method comments. A constructor is not needed, as moves are
... | UTF-8 | Java | 1,608 | java | Bird.java | Java | [
{
"context": "// Shawn Stern, CSE 142 BG, December 2 2010\r\n//\r\n// This class r",
"end": 14,
"score": 0.9998743534088135,
"start": 3,
"tag": "NAME",
"value": "Shawn Stern"
}
] | null | [] | // <NAME>, CSE 142 BG, December 2 2010
//
// This class represents a bird critter. A bird never eats, which is the default behavior,
// so there is no special eat method for Bird. The other details of how it behaves are
// covered in detail in the method comments. A constructor is not needed, as moves are
// i... | 1,603 | 0.623756 | 0.611318 | 59 | 25.288136 | 24.588858 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 11 |
ab813c941f3c7aa62e75e90ccdd52ae6e337ecde | 5,351,529,268,181 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a287/A287819.java | 2b1a978dcf4310d2a5551e415aad833fc007bead | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a287;
// Generated by gen_linrec.pl - DO NOT EDIT here!
import irvine.oeis.LinearRecurrence;
/**
* A287819 Number of nonary sequences of length n such that no two consecutive terms have distance 4.
* @author Georg Fischer
*/
public class A287819 extends LinearRecurrence {
/** Construct the s... | UTF-8 | Java | 470 | java | A287819.java | Java | [
{
"context": " two consecutive terms have distance 4.\n * @author Georg Fischer\n */\npublic class A287819 extends LinearRecurrence",
"end": 245,
"score": 0.9998311996459961,
"start": 232,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a287;
// Generated by gen_linrec.pl - DO NOT EDIT here!
import irvine.oeis.LinearRecurrence;
/**
* A287819 Number of nonary sequences of length n such that no two consecutive terms have distance 4.
* @author <NAME>
*/
public class A287819 extends LinearRecurrence {
/** Construct the sequence... | 463 | 0.687234 | 0.604255 | 16 | 28.375 | 28.652824 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 11 |
5c77dd784a2b2af711a26bb8bca503c3e1996b03 | 29,214,367,584,144 | e25f7b6252ff1bd1f2d5e7624b63cc2a2864bf39 | /vrappstore/src/main/java/com/fovres/vrappstore/jooq/mydb/tables/daos/AppDeviceDao.java | ae89d64d2e3686fd2e7c039ed1f9f4db48c1fa4e | [
"MIT"
] | permissive | akursat/VrAppStore | https://github.com/akursat/VrAppStore | 6a5b6bd5652bcdbbf7038cb530235791e1c8a43c | 8bff25570d1995d131dd790a7799ce5c7e88e439 | refs/heads/master | 2019-08-22T07:59:18.979000 | 2015-05-26T15:38:49 | 2015-05-26T15:38:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class is generated by jOOQ
*/
package jooq.mydb.tables.daos;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.5.4"
},
comments = "This class is generated by jOOQ"
)
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" ... | UTF-8 | Java | 2,101 | java | AppDeviceDao.java | Java | [] | null | [] | /**
* This class is generated by jOOQ
*/
package jooq.mydb.tables.daos;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.5.4"
},
comments = "This class is generated by jOOQ"
)
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" ... | 2,101 | 0.724417 | 0.722989 | 68 | 29.897058 | 36.885014 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.147059 | false | false | 11 |
f6df48ca50da93d44bc77cb3326587a8f516778d | 32,710,470,937,224 | 60ae2386b94aef43cbbcc26e90fd157566f51454 | /src/test/java/pageObject/Authentication.java | 17f79e76bd4838586372d0296fe1f52c43d13cd3 | [] | no_license | goonersFTW/Essex | https://github.com/goonersFTW/Essex | fa37d6ee493f109d864bbc216861658658a3e643 | ff34f6a8d56c408a39cb35c750f6331a087d50b1 | refs/heads/master | 2021-06-29T18:46:49.409000 | 2017-09-13T10:33:25 | 2017-09-13T10:33:25 | 103,385,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pageObject;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import webDriver.Driver;
public class Authentication {
public String authenticationPageTitle = "Login - My Store";
public WebElement registrationEmailField() {
return Driver.findElement(By.cssSelector("input#e... | UTF-8 | Java | 589 | java | Authentication.java | Java | [] | null | [] | package pageObject;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import webDriver.Driver;
public class Authentication {
public String authenticationPageTitle = "Login - My Store";
public WebElement registrationEmailField() {
return Driver.findElement(By.cssSelector("input#e... | 589 | 0.721562 | 0.721562 | 26 | 21.653847 | 25.092049 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 11 |
4ee206fd3747cd20583d3141522f12df95d702c1 | 25,855,703,148,117 | 5ef267d2aab296f9cefd549dbca4e82ad0b1fa78 | /src/mx/com/amx/unotv/oli/wsb/workflow/response/NNotaList.java | c15f96e60f0c30ceb85f1cfcfae75a6fd2bac0f5 | [] | no_license | jmacias54/OLI_WSB_Workflow | https://github.com/jmacias54/OLI_WSB_Workflow | 6c05054741ac8cde8cb3f338e508d6eb4b501214 | e212ddc636afa03ba88ac910a68b68a36fdd1c9b | refs/heads/master | 2021-09-02T02:22:17.234000 | 2017-12-29T18:14:11 | 2017-12-29T18:14:11 | 111,968,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package mx.com.amx.unotv.oli.wsb.workflow.response;
import java.util.List;
import mx.com.amx.unotv.oli.wsb.workflow.model.NNota;
/**
* @author Jesus A. Macias Benitez
*
*/
public class NNotaList {
List<NNota> lista ;
public List<NNota> getLista() {
return lista;
}
public void setLista(List... | UTF-8 | Java | 368 | java | NNotaList.java | Java | [
{
"context": "otv.oli.wsb.workflow.model.NNota;\n\n\n/**\n * @author Jesus A. Macias Benitez\n *\n */\npublic class NNotaList {\n\n\t\n\tList<NNota> l",
"end": 183,
"score": 0.9998089671134949,
"start": 160,
"tag": "NAME",
"value": "Jesus A. Macias Benitez"
}
] | null | [] | /**
*
*/
package mx.com.amx.unotv.oli.wsb.workflow.response;
import java.util.List;
import mx.com.amx.unotv.oli.wsb.workflow.model.NNota;
/**
* @author <NAME>
*
*/
public class NNotaList {
List<NNota> lista ;
public List<NNota> getLista() {
return lista;
}
public void setLista(List<NNota> lista) {
... | 351 | 0.657609 | 0.657609 | 29 | 11.689655 | 16.165318 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 11 |
8ee82c9faaae88b5690f50b30383d5c761c1b0e3 | 5,274,219,851,979 | 7a8ac850939eda6fc82bf35dd96c6848f47cb7b0 | /task-impl/src/main/java/states/TaskStates.java | dd459d6a53026c426178189e491d81457766f690 | [] | no_license | oguzgelal/kanban | https://github.com/oguzgelal/kanban | 46726457bdb3d565bdda85a286a05f026cf70f6c | 5910b30f881e72d023345eee4a0ef6538567ec82 | refs/heads/master | 2021-06-15T22:55:11.655000 | 2017-05-06T14:54:56 | 2017-05-06T14:54:56 | 89,232,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package states;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.kanban.Task;
import com.lightbend.lagom.serialization.CompressedJsonable;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Value;
import java.util.Optional;
@Value
@Builder
@JsonDeserialize
@AllArgsConst... | UTF-8 | Java | 432 | java | TaskStates.java | Java | [] | null | [] | package states;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.kanban.Task;
import com.lightbend.lagom.serialization.CompressedJsonable;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Value;
import java.util.Optional;
@Value
@Builder
@JsonDeserialize
@AllArgsConst... | 432 | 0.826389 | 0.826389 | 18 | 23 | 18.953159 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 11 |
cd8e6d03b4c3698a53787e7f1fa960dac3615da7 | 14,998,025,810,708 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/soter/core/c/e.java | bb9d868e34a351bccee73e2d6618cddcf56797c2 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.tencent.soter.core.c;
import com.tencent.matrix.trace.core.AppMethodBeat;
public class e
{
private static volatile e ahxd = null;
public String ahxe = b.ahxb;
public static e jYf()
{
AppMethodBeat.i(88659);
if (ahxd == null) {
try
{
if (ahxd == null) {... | UTF-8 | Java | 752 | java | e.java | Java | [] | null | [] | package com.tencent.soter.core.c;
import com.tencent.matrix.trace.core.AppMethodBeat;
public class e
{
private static volatile e ahxd = null;
public String ahxe = b.ahxb;
public static e jYf()
{
AppMethodBeat.i(88659);
if (ahxd == null) {
try
{
if (ahxd == null) {... | 752 | 0.533245 | 0.5 | 41 | 16.487804 | 17.442759 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 11 |
1f5d4f3abe7d99cd32000dd55bd8126db29769c4 | 4,982,162,134,809 | fc39c7ab9e8e06e0dd431f3cd83fd0e8b19ed40a | /app/src/main/java/com/otghr/fortuna/adapter/JobTimeAdapter.java | 854ff89187022f0b1c447deb99029265b58e4544 | [] | no_license | SouravAndroid/eZeeHRLite | https://github.com/SouravAndroid/eZeeHRLite | 13d94ebc69e0b19189ccefdbe23bad986c7b3800 | 7a152b47e800fbad6916124d4b9e676eec3b4025 | refs/heads/master | 2020-04-28T05:58:50.585000 | 2019-12-04T18:36:37 | 2019-12-04T18:36:37 | 175,039,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.otghr.fortuna.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.recyclerv... | UTF-8 | Java | 3,086 | java | JobTimeAdapter.java | Java | [] | null | [] | package com.otghr.fortuna.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.recyclerv... | 3,086 | 0.665587 | 0.665587 | 99 | 30.171717 | 28.244617 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 11 |
9250a6814af07ec9a37d8fbe695a5f6bdde014e7 | 25,503,515,848,166 | d899ec88a946cbc4ef6331d724a5fcfd42ee2013 | /DonkeyPOOB/src/aplicacion/Barril.java | 6f094e0ba0606b99dd49a217c607efc4b5cc1d39 | [] | no_license | sf-burgos/objects | https://github.com/sf-burgos/objects | 9844f88f380e2dea405a4a71d7c965cffabfa4eb | 8eb715de6c2110ad030752f1e5a12bc9665239c1 | refs/heads/master | 2020-07-29T15:59:19.911000 | 2020-01-16T14:59:38 | 2020-01-16T14:59:38 | 209,869,978 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aplicacion;
import java.io.Serializable;
import java.util.ArrayList;
public abstract class Barril extends Elemento implements Serializable {
public static final int limiteX = 850;
public static final int limiteY = 805;
protected static final float Desplazamiento = 1;
public static int estado=0;
public ... | UTF-8 | Java | 1,769 | java | Barril.java | Java | [] | null | [] | package aplicacion;
import java.io.Serializable;
import java.util.ArrayList;
public abstract class Barril extends Elemento implements Serializable {
public static final int limiteX = 850;
public static final int limiteY = 805;
protected static final float Desplazamiento = 1;
public static int estado=0;
public ... | 1,769 | 0.655738 | 0.644997 | 82 | 20.573172 | 21.197693 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.158537 | false | false | 11 |
a1691a4a3f3135a3cadd2a9761133ba5f10517cf | 11,905,649,348,030 | 7fcb673c115f8907975dfed25d04f871cd95c4e6 | /university java assessments y.3/Software Engineering/Napier Bank Message Filtering Service/src/nbmfs/JSONFileHandler.java | b604af38aa0c6fc9f6f9921b233330ca6d353f78 | [] | no_license | mboch1/College-and-University | https://github.com/mboch1/College-and-University | 81a8d644c5fb5a0fa0a0ae0adc98bfa06e7915ba | 6cb793a49626b6b545f8c8db84ebd005a7c94899 | refs/heads/master | 2021-07-15T11:08:53.926000 | 2017-10-14T17:25:34 | 2017-10-14T17:25:34 | 106,946,950 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* created on 01/11/2016 student id: 40270585
* handles saving user input to the json file type
* version 2 - added different file names
*/
package nbmfs;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;... | UTF-8 | Java | 1,963 | java | JSONFileHandler.java | Java | [] | null | [] | /*
* created on 01/11/2016 student id: 40270585
* handles saving user input to the json file type
* version 2 - added different file names
*/
package nbmfs;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;... | 1,963 | 0.615894 | 0.607234 | 78 | 24.166666 | 21.989168 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.435897 | false | false | 11 |
ed78fecd23f8875fbe5d38759d6bbf0776f8663a | 21,414,706,956,269 | 669e52d889bcc873ddf5f7889932d8689176951a | /src/main/java/com/Hmod/nothing/hary_gui.java | 204a28c961ed8c5e9bde94bc3d1d38509ae91dd7 | [] | no_license | Harystolho/Hmod | https://github.com/Harystolho/Hmod | e6f029590b6603ea2f91ab1961eb08b84b528be0 | 0b108d7e0ca661b9e1775c06c5d1a5e9d2a45bbf | refs/heads/master | 2020-04-16T01:17:32.618000 | 2015-05-04T23:14:13 | 2015-05-04T23:14:13 | 32,097,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Hmod.nothing;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.... | UTF-8 | Java | 3,525 | java | hary_gui.java | Java | [] | null | [] | package com.Hmod.nothing;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.... | 3,525 | 0.724539 | 0.716879 | 110 | 31.045454 | 24.173384 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.309091 | false | false | 11 |
9ee332454477a942152c436c150d3f0b7f0b3a2c | 6,975,026,910,627 | 576f646e4262626ba7336749b1f673405f390c85 | /src/test/java/com/demoqa/base/TestBase.java | 55370c62896b9ab6486b894a11474dbb5d873939 | [] | no_license | nishant1009/DemoQAAssignment | https://github.com/nishant1009/DemoQAAssignment | c7322530e231e71360666aa2c2df1f79c5e8e50d | 3188dd589b903a494361d12bec96d347cefa7c22 | refs/heads/master | 2021-04-26T22:56:49.517000 | 2018-03-06T15:37:23 | 2018-03-06T15:37:23 | 123,900,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demoqa.base;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.ch... | UTF-8 | Java | 3,641 | java | TestBase.java | Java | [] | null | [] | package com.demoqa.base;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.ch... | 3,641 | 0.692667 | 0.688822 | 142 | 23.485916 | 25.384296 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.246479 | false | false | 11 |
663004f9b9a578afa6d75ef5a5994ce2820e6898 | 7,662,221,680,352 | 081546a990a4c6cd9face0d8ea777b9b1ba0204b | /SomeJavaProg/src/org/somejavaprograms/UserdefinedMap.java | b4836fc8c0011007917a91289e9e778900e97325 | [] | no_license | archrv/ArchRepo1 | https://github.com/archrv/ArchRepo1 | c0d82591db7a5a90342da7c7fd86e262a8802591 | 8fc50247672ed75a61da586475f14d7389d88df5 | refs/heads/master | 2020-03-15T19:04:18.370000 | 2019-02-19T16:41:03 | 2019-02-19T16:41:03 | 132,299,488 | 0 | 0 | null | false | 2019-02-19T16:41:04 | 2018-05-06T02:14:51 | 2019-02-19T07:52:02 | 2019-02-19T16:41:04 | 14,159 | 0 | 0 | 0 | HTML | false | null | package org.somejavaprograms;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
public class UserdefinedMap {
public static void main(String[] args) {
Map<Integer, String> umap = new LinkedHashMap<Integer, String>();
umap.put(10, "Core Java");
umap.put(20,... | UTF-8 | Java | 647 | java | UserdefinedMap.java | Java | [] | null | [] | package org.somejavaprograms;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
public class UserdefinedMap {
public static void main(String[] args) {
Map<Integer, String> umap = new LinkedHashMap<Integer, String>();
umap.put(10, "Core Java");
umap.put(20,... | 647 | 0.681607 | 0.669243 | 26 | 23.884615 | 20.543251 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.961538 | false | false | 11 |
e0893cf8049bea6a584437d6cc6a48fa17f347d0 | 22,660,247,482,704 | 06d9f39a5a48a4204526db00938e00d6fbe71f68 | /src/test/java/com/sahachko/servletsProject/controller/EventControllerTest.java | 5d4c96504f29b9909f01a228df1284f67a1fcd34 | [] | no_license | DimaSahachko/ServletsProject | https://github.com/DimaSahachko/ServletsProject | f285bf0a2e77385e60f871310f9c91a953c417e2 | 411e0c7fc3d1767b40d551f26a9262d8c4d0e97b | refs/heads/master | 2023-04-22T16:22:15.641000 | 2021-05-21T10:36:00 | 2021-05-21T10:36:00 | 362,556,344 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sahachko.servletsProject.controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.io.Bu... | UTF-8 | Java | 12,089 | java | EventControllerTest.java | Java | [] | null | [] | package com.sahachko.servletsProject.controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.io.Bu... | 12,089 | 0.772603 | 0.762015 | 271 | 43.608856 | 38.417522 | 156 | false | false | 0 | 0 | 0 | 0 | 64 | 0.005294 | 2.306273 | false | false | 11 |
4f40eab7d32a9694c67274d0ad53306f33c4a8f7 | 29,472,065,595,853 | df9da70eb7be3ac8f5763fe3bcaaefafb23c9745 | /app/src/main/java/com/example/hrish/projectdemo/LoginProcess.java | ad41206978d1832ba53bf734e4012ee208461a9b | [] | no_license | mrlazydaydreamer/ProjectDemo | https://github.com/mrlazydaydreamer/ProjectDemo | 7c4b2403b206f4575c17f271684656887855e45a | 9e8336b8f553fb76ac7d11a2a4afc15c90555458 | refs/heads/master | 2020-03-26T20:12:26.254000 | 2018-08-20T06:31:23 | 2018-08-20T06:31:23 | 145,310,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hrish.projectdemo;
import android.os.AsyncTask;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
public class LoginProcess extends AsyncTask<String,String,String> {
... | UTF-8 | Java | 2,447 | java | LoginProcess.java | Java | [] | null | [] | package com.example.hrish.projectdemo;
import android.os.AsyncTask;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
public class LoginProcess extends AsyncTask<String,String,String> {
... | 2,447 | 0.570903 | 0.567634 | 89 | 26.494383 | 23.30941 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47191 | false | false | 11 |
c7fe84c3d6bf05a6b04f57ce0eb9e74a1e4f10cd | 17,291,538,350,270 | e30f5a4abe0034c927042c367ce0813e787488d9 | /servitization-webms/src/main/java/com/servitization/webms/service/impl/MetadataNodeServiceImpl.java | 8f5ac2048b7d44fe023ab169d22d04abb6d9a5d1 | [
"Apache-2.0"
] | permissive | zhanghanlin/servitization | https://github.com/zhanghanlin/servitization | 549778b8b9528c0f47477aa78e03142c04849233 | 3d5fcbbd31ebb6d769c93f1917300b99c6179984 | refs/heads/master | 2020-09-24T07:21:45.359000 | 2016-08-23T07:00:06 | 2016-08-23T07:00:06 | 65,994,573 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.servitization.webms.service.impl;
import com.alibaba.fastjson.JSON;
import com.servitization.commons.business.agent.entity.CustomizeParameterEntity;
import com.servitization.webms.common.ConstantValue;
import com.servitization.webms.entity.MetadataNode;
import com.servitization.webms.http.AosAgent;
import ... | UTF-8 | Java | 3,782 | java | MetadataNodeServiceImpl.java | Java | [] | null | [] | package com.servitization.webms.service.impl;
import com.alibaba.fastjson.JSON;
import com.servitization.commons.business.agent.entity.CustomizeParameterEntity;
import com.servitization.webms.common.ConstantValue;
import com.servitization.webms.entity.MetadataNode;
import com.servitization.webms.http.AosAgent;
import ... | 3,782 | 0.673291 | 0.670906 | 113 | 32.398232 | 27.116119 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548673 | false | false | 11 |
32039c0a65539c69b4b99820bc19caa5e74b2868 | 15,315,853,441,491 | 2b315ba5e0b75f7d4eaf9440e83459e464657918 | /src/main/java/course/project/exception/BusTripDoesNotExistException.java | 796465e5a35d7c4fbf24d5cf965e51a0f09c703e | [] | no_license | PavelKovalkov/sitaris3_2 | https://github.com/PavelKovalkov/sitaris3_2 | 4d32759fea4e1d5b9749c0466c68ef5f7595bab5 | b42e51dd1e1138c6eb3f6bfcb3a17076c34f3e4f | refs/heads/master | 2020-04-23T06:52:14.095000 | 2019-05-10T12:47:06 | 2019-05-10T12:47:06 | 170,988,582 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package course.project.exception;
public class BusTripDoesNotExistException extends NotFoundException {
private static final String ERROR_MESSAGE = "Рейс с данным номером не найден";
@Override
protected String getErrorMessage() {
return ERROR_MESSAGE;
}
}
| UTF-8 | Java | 308 | java | BusTripDoesNotExistException.java | Java | [] | null | [] | package course.project.exception;
public class BusTripDoesNotExistException extends NotFoundException {
private static final String ERROR_MESSAGE = "Рейс с данным номером не найден";
@Override
protected String getErrorMessage() {
return ERROR_MESSAGE;
}
}
| 308 | 0.744681 | 0.744681 | 10 | 27.200001 | 27.94924 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 11 |
ae0b293ac68e95425c527201be47d990a07c5ed7 | 20,521,353,742,360 | bf55761553a4a7ac5b595ca683b2cebcf0840084 | /server/src/main/java/com/course/server/service/ISmsService.java | 155a4135cdfe88ce96563ef0b29cce94325e27ad | [] | no_license | xiaohuoban00/course_online | https://github.com/xiaohuoban00/course_online | 869fceacee71bfb7d1e12a40f5a3ebd9cf4eccd2 | 3e6de403db091b41aeecd7b182e3e0e12f2053c7 | refs/heads/master | 2023-01-19T20:58:14.158000 | 2020-11-24T03:01:19 | 2020-11-24T03:01:19 | 300,506,246 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.course.server.service;
import com.course.server.dto.SmsDto;
import com.course.server.dto.PageDto;
public interface ISmsService {
/**
* 查询列表
*
* @param pageDto
*/
void list(PageDto<SmsDto> pageDto);
/**
* 新增,如存在则更新
*
* @param smsDto
*/
void save(Sm... | UTF-8 | Java | 648 | java | ISmsService.java | Java | [] | null | [] | package com.course.server.service;
import com.course.server.dto.SmsDto;
import com.course.server.dto.PageDto;
public interface ISmsService {
/**
* 查询列表
*
* @param pageDto
*/
void list(PageDto<SmsDto> pageDto);
/**
* 新增,如存在则更新
*
* @param smsDto
*/
void save(Sm... | 648 | 0.511667 | 0.511667 | 43 | 12.953488 | 11.964975 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.209302 | false | false | 11 |
aa86c422bc45e6c6b50031af50a0647098ae67bf | 30,588,757,100,996 | 22550e0b0bac52620a921eb42c134aa0125b6b79 | /src/main/java/project/shop/book/Entity/BookEntity.java | 6f090aae92fc34f5dc7690d0b0fbffa067447602 | [] | no_license | kolyaattila/book-store-back | https://github.com/kolyaattila/book-store-back | d4a2fe921e3d8999671150a6a14fab210904e979 | fa3c861e985da9c8b8a006abf26b497e12c00ce7 | refs/heads/master | 2020-04-09T14:27:10.044000 | 2019-01-18T12:39:12 | 2019-01-18T12:39:12 | 160,397,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package project.shop.book.Entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.sun.istack.internal.NotNull;
import javax.persistence.*;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
@Entity
@Table(name = "Books")
public class BookEntity {
@Id
... | UTF-8 | Java | 3,203 | java | BookEntity.java | Java | [] | null | [] | package project.shop.book.Entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.sun.istack.internal.NotNull;
import javax.persistence.*;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
@Entity
@Table(name = "Books")
public class BookEntity {
@Id
... | 3,203 | 0.627537 | 0.626288 | 151 | 20.21192 | 18.878351 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.350993 | false | false | 11 |
9d5e0a74b2747dc98379c3079a962d373ca2b149 | 24,575,802,931,393 | 3a8b789e2f318645178a6ae4f0dd3c8105b76c58 | /tms-parent/tms-core/src/main/java/cn/com/higinet/tms35/comm/NotErrorException.java | 29135343e7c4819987163b7a40872e0aca1453de | [] | no_license | alexzz117/tms4.4 | https://github.com/alexzz117/tms4.4 | 84c1e2ac054d643909b3d7fcb4fdc0683091d974 | adb1ee66af6a6fa3e407dde0176915462c6fab66 | refs/heads/master | 2022-07-03T04:28:24.159000 | 2020-09-16T06:44:56 | 2020-09-16T06:44:56 | 195,302,786 | 0 | 1 | null | false | 2022-07-07T22:10:18 | 2019-07-04T21:27:08 | 2020-09-16T06:44:59 | 2022-07-07T22:10:17 | 78,147 | 0 | 1 | 32 | Java | false | false | package cn.com.higinet.tms35.comm;
/**
* 不算错误的异常
* @author lining@higinet.com.cn
* @version 4.0
* @since 2014-9-3 下午5:46:56
* @description
*/
public class NotErrorException extends tms_exception {
private static final long serialVersionUID = 5400370822856658860L;
public NotErrorException(Object.... | UTF-8 | Java | 373 | java | NotErrorException.java | Java | [
{
"context": "higinet.tms35.comm;\r\n\r\n/**\r\n * 不算错误的异常\r\n * @author lining@higinet.com.cn\r\n * @version 4.0\r\n * @since 2014-9-3 下午5:46:56\r\n ",
"end": 87,
"score": 0.9999290704727173,
"start": 66,
"tag": "EMAIL",
"value": "lining@higinet.com.cn"
}
] | null | [] | package cn.com.higinet.tms35.comm;
/**
* 不算错误的异常
* @author <EMAIL>
* @version 4.0
* @since 2014-9-3 下午5:46:56
* @description
*/
public class NotErrorException extends tms_exception {
private static final long serialVersionUID = 5400370822856658860L;
public NotErrorException(Object... what) {
... | 359 | 0.687324 | 0.591549 | 17 | 18.882353 | 20.184101 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 11 |
973d57ea13576d32b6ef637b2a1712f01b482ca4 | 30,090,540,881,116 | 8bdc8296970864aa6347ac898b83adff92f97345 | /src/com/company/lesson2/demo2/module2/Task08.java | c9f875e1da8bc7ec00b34d47e1b5a6325eb932ec | [] | no_license | JavaLessons2020/Networking | https://github.com/JavaLessons2020/Networking | d4d8fb9835eff0c2086b142130c09ef6c950806d | 5fbdf90c0ca5ea59b4eae4685cede5209abd665a | refs/heads/master | 2023-01-23T22:57:30.485000 | 2020-11-25T18:34:36 | 2020-11-25T18:34:36 | 314,660,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.lesson2.demo2.module2;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.Random;
/**
* Клиент для работы с сервером шифрования
*/
public class Task08 {
public static void main(String args[]) throws Exception {
String... | UTF-8 | Java | 2,033 | java | Task08.java | Java | [] | null | [] | package com.company.lesson2.demo2.module2;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.Random;
/**
* Клиент для работы с сервером шифрования
*/
public class Task08 {
public static void main(String args[]) throws Exception {
String... | 2,033 | 0.647324 | 0.628814 | 82 | 23.378048 | 22.005342 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.634146 | false | false | 11 |
c01a12e2339d6f201b09d47caf9f043e0be9b623 | 29,592,324,702,978 | f3526ea825f4482941c5430b6a37b0f677ca5240 | /app/src/main/java/com/crezyprogrammer/studyliveapp/fragment/LiveFragment.java | 82d1f8c465b3599224a4d15d1a1bc0d1f055c840 | [] | no_license | moklesurdeveloper/StudyLiveApp | https://github.com/moklesurdeveloper/StudyLiveApp | 4b99def9a085a7e4faf0dd3d9077cebbc614acf1 | 915e79c907d737ff18b8eb8eacc6306139bd0783 | refs/heads/master | 2020-11-24T14:38:31.086000 | 2019-12-15T13:38:38 | 2019-12-15T13:38:38 | 228,197,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crezyprogrammer.studyliveapp.fragment;
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.ImageView;
import android.widget.RelativeLayout;
import android.widget... | UTF-8 | Java | 2,176 | java | LiveFragment.java | Java | [] | null | [] | package com.crezyprogrammer.studyliveapp.fragment;
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.ImageView;
import android.widget.RelativeLayout;
import android.widget... | 2,176 | 0.691636 | 0.685202 | 76 | 27.631578 | 22.002895 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618421 | false | false | 11 |
73f13222a9622365baf397d313a1f35de0d27a64 | 8,950,711,909,312 | 8d399232f96c1cb22d54b35b77f63620cd1ce4a0 | /src/main/java/com/marcioggs/neetcode150/slidingwindow/longestsubstringwithoutrepeatingcharacters/NSquaredSolution.java | 063ea045795d4741303b2a2c2f165aa4282edd1a | [] | no_license | marcioggs/programming-challenges | https://github.com/marcioggs/programming-challenges | 77fddec7e2bd284464d20170caad6053b34f8e16 | 51c8fb8687ac78c7812e4918b3e7d83410d93875 | refs/heads/master | 2023-04-08T01:14:00.811000 | 2023-03-19T08:26:54 | 2023-03-19T08:26:54 | 225,148,616 | 0 | 0 | null | false | 2022-07-24T19:25:48 | 2019-12-01T11:15:54 | 2022-05-22T13:17:49 | 2022-07-24T19:25:28 | 276 | 0 | 0 | 0 | Java | false | false | package com.marcioggs.neetcode150.slidingwindow.longestsubstringwithoutrepeatingcharacters;
import java.util.HashMap;
public class NSquaredSolution {
public int lengthOfLongestSubstring(String s) {
var textArray = s.toCharArray();
var currentSubstringLetterIndex = new HashMap<Character, Integer>();
va... | UTF-8 | Java | 946 | java | NSquaredSolution.java | Java | [] | null | [] | package com.marcioggs.neetcode150.slidingwindow.longestsubstringwithoutrepeatingcharacters;
import java.util.HashMap;
public class NSquaredSolution {
public int lengthOfLongestSubstring(String s) {
var textArray = s.toCharArray();
var currentSubstringLetterIndex = new HashMap<Character, Integer>();
va... | 946 | 0.714588 | 0.708245 | 29 | 31.620689 | 28.025129 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 11 |
3d609db72b649b4d97f15bb7449c06d53c8d14d9 | 21,595,095,603,601 | f480cb2142ea9dcd4a24505da7feedbb4bac21c5 | /src/main/java/Sort.java | a1c47b2b76c863146612d52124c50e384644a5d1 | [] | no_license | Efeberkcetinbas/HomeworkRepository | https://github.com/Efeberkcetinbas/HomeworkRepository | f4dc16889035bd34184a29dac26280b0a22bd246 | 9207679706b99223c3575a640d6f47c4b29ec522 | refs/heads/master | 2020-04-08T00:54:44.070000 | 2018-11-23T20:04:56 | 2018-11-23T20:04:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.lexicalscope.jewel.cli.CliFactory;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Comparator;
import java.util.List;
public class Sort {
public static void sort... | UTF-8 | Java | 2,216 | java | Sort.java | Java | [] | null | [] | import com.lexicalscope.jewel.cli.CliFactory;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Comparator;
import java.util.List;
public class Sort {
public static void sort... | 2,216 | 0.570848 | 0.565433 | 59 | 36.559322 | 24.703167 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.610169 | false | false | 11 |
612dcd8223ce0ee86cee4de85fcda0c2ec1918e8 | 31,001,073,962,983 | eeacb3e4e6bbb2a4b901338cccec7f9f3b97d5cb | /src/com/twu/biblioteca/Menu.java | e3c8c1fd95c2ac15b67a12decc0525b80e948ad0 | [
"Apache-2.0"
] | permissive | AlisBo/twu-biblioteca-AlikiYiannakou | https://github.com/AlisBo/twu-biblioteca-AlikiYiannakou | e442b0d58d48e98806dadb800847384f36f9fe04 | 7768296d308904fafb397ef82fb0176358c960cf | refs/heads/master | 2020-06-26T18:09:03.874000 | 2015-03-10T10:26:49 | 2015-03-10T10:26:49 | 31,138,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twu.biblioteca;
import com.twu.action.BibliotecaServicesForBooks;
import com.twu.action.BibliotecaServicesForMovies;
import com.twu.action.LogIn;
import com.twu.action.LogOut;
import com.twu.entities.ListOfBooks;
import com.twu.entities.ListOfCheckedOutBooks;
import com.twu.entities.ListOfMovies;
import co... | UTF-8 | Java | 4,151 | java | Menu.java | Java | [
{
"context": " com.twu.tools.ReadFromConsole;\n\n/**\n * Created by ayiannak on 05/03/2015.\n */\n\npublic class Menu {\n priva",
"end": 376,
"score": 0.9996592402458191,
"start": 368,
"tag": "USERNAME",
"value": "ayiannak"
}
] | null | [] | package com.twu.biblioteca;
import com.twu.action.BibliotecaServicesForBooks;
import com.twu.action.BibliotecaServicesForMovies;
import com.twu.action.LogIn;
import com.twu.action.LogOut;
import com.twu.entities.ListOfBooks;
import com.twu.entities.ListOfCheckedOutBooks;
import com.twu.entities.ListOfMovies;
import co... | 4,151 | 0.593833 | 0.584437 | 115 | 35.095654 | 23.417933 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730435 | false | false | 11 |
b6627a3cc79d1c5705abff652acccd9106f75e9e | 26,783,416,084,616 | ca4cd967ff299773399f7afaedfc0299f6fb2cdb | /realproject/QingGuoRead/app/src/main/java/com/quduquxie/local/presenter/LocalFilesDirectoryPresenter.java | 96566aecc3aada95eadda197eadd5a023f771c32 | [] | no_license | bellmit/Advance-1 | https://github.com/bellmit/Advance-1 | 3a3d39624a56190ff7fffa00dee834e30b3d5c03 | bbe6e0fa139d7c5a33ad606c14d0d50b4b86be37 | refs/heads/master | 2022-03-04T12:48:14.790000 | 2019-04-08T15:49:01 | 2019-04-08T15:49:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quduquxie.local.presenter;
import android.content.Context;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.view.View;
import com.quduqu... | UTF-8 | Java | 11,548 | java | LocalFilesDirectoryPresenter.java | Java | [] | null | [] | package com.quduquxie.local.presenter;
import android.content.Context;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import android.view.View;
import com.quduqu... | 11,548 | 0.621127 | 0.618677 | 322 | 34.48447 | 29.597633 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537267 | false | false | 11 |
99dda4afd9dfe457a0d07cdff0ffb24ef240a83a | 17,008,070,523,116 | ad00aa7045cfa5916343d36dc356bddeb96441c2 | /Homework/homework7/src/com/gmail/runkevich8/Task2/Main.java | 03b44a982dda03eb0fe0ba7b4a4621e05b02443b | [] | no_license | runkevich/java-work | https://github.com/runkevich/java-work | 6a494e69f05367269aa0b04c754f99fb9a75fa12 | a5bae90b59acb11077c560dce5cb2159b64acb7b | refs/heads/master | 2021-09-06T02:39:24.721000 | 2018-02-01T19:23:28 | 2018-02-01T19:23:28 | 110,338,733 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gmail.runkevich8.Task2;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
public class Main {
public static void main(String[] args) {
try (
FileWriter writer = new FileWriter("D:\\Учеба-курсы\\notes3.txt", false))
{
Strin... | UTF-8 | Java | 936 | java | Main.java | Java | [
{
"context": "package com.gmail.runkevich8.Task2;\n\nimport java.io.FileReader;\nimport java.io",
"end": 28,
"score": 0.994328498840332,
"start": 18,
"tag": "USERNAME",
"value": "runkevich8"
}
] | null | [] | package com.gmail.runkevich8.Task2;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
public class Main {
public static void main(String[] args) {
try (
FileWriter writer = new FileWriter("D:\\Учеба-курсы\\notes3.txt", false))
{
Strin... | 936 | 0.50723 | 0.500556 | 40 | 21.450001 | 21.826532 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 11 |
9420fd966faae207bf8d07e0a42b9e68667dca08 | 10,943,576,706,178 | f54fd89e8c6c6d9035872a05c8a30e6acc697844 | /Zajecia_1/src/mod07/ex01/Main.java | 6a449114f2f82edaff1aa7609345362278249e12 | [] | no_license | szczeprez/Altkom_Szkolenie | https://github.com/szczeprez/Altkom_Szkolenie | 86a8a293ec0b5b93654c5b3ae283ac8c7a0fcd38 | 924b4dfd6555ff2aa96bb3d336f5b2df4f061c5d | refs/heads/master | 2020-12-31T05:09:50.544000 | 2016-05-23T12:43:19 | 2016-05-23T12:43:19 | 59,481,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mod07.ex01;
import java.text.NumberFormat;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Locale;
import java.util.Properties;
import java.util.Set;
public class Main {
/**
* Prawy przycisk -> Run -> Run Configuration
* <br> Arguments -> Run
* <br> uruchamia pr... | WINDOWS-1250 | Java | 2,633 | java | Main.java | Java | [] | null | [] | package mod07.ex01;
import java.text.NumberFormat;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Locale;
import java.util.Properties;
import java.util.Set;
public class Main {
/**
* Prawy przycisk -> Run -> Run Configuration
* <br> Arguments -> Run
* <br> uruchamia pr... | 2,633 | 0.609672 | 0.59901 | 107 | 22.542055 | 19.781178 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.962617 | false | false | 11 |
042030d3a4355fca66e382203d4f79f47d15a83c | 5,420,248,751,178 | 06a3b595dcfec85b2675974218b3596a252c2546 | /src/test/java/hello/HelloControllerTest.java | 88371c82eb09aec6142dfe096375982f3845e57a | [
"MIT"
] | permissive | sjitech/springframework-parameter-mapping-test | https://github.com/sjitech/springframework-parameter-mapping-test | f63201b4b285f2ae3cc866bbbdfcc723807658a6 | 1803c8bc879665a1d73cc86e93cfe3c537e4791b | refs/heads/master | 2016-09-13T17:35:26.220000 | 2016-04-24T11:00:32 | 2016-04-24T11:00:32 | 56,936,040 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.http.MediaType;
import org.springframework.mock.web.MockServletContext;
import org.springframework.test.context.junit4.SpringJU... | UTF-8 | Java | 5,319 | java | HelloControllerTest.java | Java | [] | null | [] | package hello;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.http.MediaType;
import org.springframework.mock.web.MockServletContext;
import org.springframework.test.context.junit4.SpringJU... | 5,319 | 0.643354 | 0.637526 | 140 | 36.992859 | 30.277643 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364286 | false | false | 11 |
dad9056a1fb9602d55b4eec2341f6c8a4319d61d | 18,966,575,611,727 | 99b78531a55be4446013af3b207e8938be44757c | /forex/src/main/java/com/apssouza/mytrade/trading/forex/risk/stoporder/StopOrderCreatorFixed.java | dd9c13b7a33bfee112a19c4d68b804c84b921e7e | [] | no_license | mobidian/trading-system | https://github.com/mobidian/trading-system | f25f1edd5fa48fd8280607127015aa712f05810f | 98a67008ed5e1f688078f46040440e6d21dc6805 | refs/heads/master | 2023-04-13T08:30:21.960000 | 2021-04-06T20:35:06 | 2021-04-06T20:35:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apssouza.mytrade.trading.forex.risk.stoporder;
import com.apssouza.mytrade.feed.api.PriceDto;
import com.apssouza.mytrade.trading.forex.portfolio.Position;
import com.apssouza.mytrade.trading.forex.portfolio.PositionType;
import com.apssouza.mytrade.trading.forex.session.event.Event;
import java.math.BigD... | UTF-8 | Java | 2,039 | java | StopOrderCreatorFixed.java | Java | [] | null | [] | package com.apssouza.mytrade.trading.forex.risk.stoporder;
import com.apssouza.mytrade.feed.api.PriceDto;
import com.apssouza.mytrade.trading.forex.portfolio.Position;
import com.apssouza.mytrade.trading.forex.portfolio.PositionType;
import com.apssouza.mytrade.trading.forex.session.event.Event;
import java.math.BigD... | 2,039 | 0.746935 | 0.746935 | 53 | 37.471699 | 35.687641 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 11 |
bb403c343f3fab820f697c32c9921d26a3d1fa2a | 23,596,550,355,972 | f83f19a2153c2644dd4d50a79ccc4bef2a3025b2 | /src/test/java/com/couchbase/client/CouchbaseClientMemcachedBucketTest.java | 9f74a8cf32feeff429c132bcafcd92a8ddd4ff71 | [] | no_license | ubiyf/couchbase-java-client | https://github.com/ubiyf/couchbase-java-client | 5b31758ab5b2593bf9f19c39f797cbaac1bf5993 | ee717e2c17398b4f299c2acae7d14294cab8340f | refs/heads/master | 2021-01-19T20:33:22.418000 | 2014-04-15T06:18:10 | 2014-04-15T06:39:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2009-2013 Couchbase, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merg... | UTF-8 | Java | 3,022 | java | CouchbaseClientMemcachedBucketTest.java | Java | [] | null | [] | /**
* Copyright (C) 2009-2013 Couchbase, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merg... | 3,022 | 0.741562 | 0.73726 | 81 | 36.308643 | 30.541872 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617284 | false | false | 11 |
c8846737965b28f89a5efd6646e6281381e21d0b | 27,496,380,665,546 | f0acde49bf9d4a852181234bbe979f2f953610ee | /Algoritms/KMP.java | da285c947f0cb4c1b73d14a43437934351c66ade | [] | no_license | Aditya1043/Algorithms | https://github.com/Aditya1043/Algorithms | b8a7cd5ff667a26e380dbbd9be6d88a54293e90c | 914b9a9a53189c3b1125fa252d277544b0de14f6 | refs/heads/master | 2020-08-19T02:00:53.685000 | 2019-10-17T18:46:34 | 2019-10-17T18:46:34 | 215,862,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class KMP
{
public static void main(String args[])
{
String txt = "ABABDABACDABABCABAB";
String pat = "ABABCABAB";
int n=txt.length();
int n1=pat.length();
int arr[]=new int[n1];
arr[0]=0;
int start=0,i=1;
while(i<n1)
{
if(pat.charAt(start)==pat.charAt(i))
{
st... | UTF-8 | Java | 817 | java | KMP.java | Java | [] | null | [] | class KMP
{
public static void main(String args[])
{
String txt = "ABABDABACDABABCABAB";
String pat = "ABABCABAB";
int n=txt.length();
int n1=pat.length();
int arr[]=new int[n1];
arr[0]=0;
int start=0,i=1;
while(i<n1)
{
if(pat.charAt(start)==pat.charAt(i))
{
st... | 817 | 0.429621 | 0.411261 | 55 | 12.890909 | 12.002534 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.254545 | false | false | 11 |
2d8a039e38eef8a71fe68000dfe9d99e8f32dbeb | 27,496,380,662,644 | c611c534cbaf683b226e1b996ceb20f4fb553b55 | /online-product-service/src/main/java/com/product/OnlineProductServiceSpringBoot.java | 5aafc6f57dea05d582fd84b9cefa3b729b82dafc | [] | no_license | rohitk77/case-study | https://github.com/rohitk77/case-study | ac53506e32561e13506dd216d109a67228ba0ea6 | b88076a082f4dbdec82ed76fa96596fd1326348a | refs/heads/master | 2020-06-14T13:08:29.492000 | 2016-11-30T10:42:51 | 2016-11-30T10:42:51 | 75,177,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.product;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication(scanBasePackages="com.... | UTF-8 | Java | 538 | java | OnlineProductServiceSpringBoot.java | Java | [] | null | [] | package com.product;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication(scanBasePackages="com.... | 538 | 0.845725 | 0.845725 | 18 | 28.888889 | 27.270025 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 11 |
87d38897a165b2e51aa334d2e47e69d74dfaee9c | 27,496,380,664,294 | 80943f29d2697899004ac42cd826f98bcd385580 | /src/datamanagement/Unit.java | b2b11ae8e177be5b47c77807d126be7be6a22da6 | [] | no_license | EHummerston/ITC205-Team5 | https://github.com/EHummerston/ITC205-Team5 | ee015ff912d843ccc64daeb923d91128aad60b82 | fb51116e0f0bf56b6365d5a93c840e916b24164a | refs/heads/master | 2016-09-01T19:52:22.239000 | 2015-08-28T11:22:50 | 2015-08-28T11:22:50 | 39,624,992 | 0 | 0 | null | false | 2015-08-27T18:47:42 | 2015-07-24T10:01:27 | 2015-07-24T10:07:05 | 2015-08-27T18:47:42 | 216 | 0 | 0 | 0 | Java | null | null | package datamanagement;
public class Unit
implements IUnit {
private String unitCode_;
private String unitName_;
private float passCutOff_;
private float creditCutOff_;
private float distinctionCutOff_;
private float highDistinctionCutOff_;
private float additionalExamCutOff_;
private int assi... | UTF-8 | Java | 6,760 | java | Unit.java | Java | [] | null | [] | package datamanagement;
public class Unit
implements IUnit {
private String unitCode_;
private String unitName_;
private float passCutOff_;
private float creditCutOff_;
private float distinctionCutOff_;
private float highDistinctionCutOff_;
private float additionalExamCutOff_;
private int assi... | 6,760 | 0.668047 | 0.656065 | 221 | 29.59276 | 24.317781 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.918552 | false | false | 11 |
47af1cf4e68acdca61bbe6ac5c8920220736a454 | 16,939,351,045,062 | 5c08561a1436c3eaeaa619dee94ec813bea70fbb | /pokedex-api/src/main/java/com/pokedex/models/entities/Payload.java | 71e224c5971cf692440b4ba0e9652e29536590b8 | [] | no_license | giadina/pokedex | https://github.com/giadina/pokedex | 8aaff4068fa2200e1b2acbb503c77c4e4c8b1f86 | ed5e8c1f9dd1ea8426c946041f11eb0fa3d9720f | refs/heads/master | 2023-08-16T00:13:01.846000 | 2021-09-19T09:55:43 | 2021-09-19T09:57:04 | 405,138,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pokedex.models.entities;
public class Payload {
private String text;
public Payload(String text) {
this.text = text;
}
}
| UTF-8 | Java | 156 | java | Payload.java | Java | [] | null | [] | package com.pokedex.models.entities;
public class Payload {
private String text;
public Payload(String text) {
this.text = text;
}
}
| 156 | 0.647436 | 0.647436 | 10 | 14.6 | 14.015705 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 11 |
71d104c9a63b67d4306985d1117efe385a6babd9 | 20,495,583,966,882 | 6e45e048e8f494abd8330b345ee4711c424d0fed | /app/src/main/java/com/payfever/presentation/activities/main/MainPresenter.java | c6b4b5406c9202cb23036f7b9b98d5dc64fe7d83 | [] | no_license | thinkmobiles/PayFever | https://github.com/thinkmobiles/PayFever | 018333e6698893f6f390f169b54ba5beaf544cd5 | fb70f6828fd531085b46e35d80979e7312e8e151 | refs/heads/master | 2021-01-20T11:16:33.072000 | 2015-11-06T20:45:14 | 2015-11-06T20:45:14 | 44,314,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.payfever.presentation.activities.main;
import android.view.View;
import com.payfever.presentation.basics.BasePresenter;
/**
* Created by richi on 2015.10.19..
*/
public interface MainPresenter extends BasePresenter<MainView> {
void showNetWorkFragment();
void showBalanceFragment();
void sho... | UTF-8 | Java | 461 | java | MainPresenter.java | Java | [
{
"context": "sentation.basics.BasePresenter;\n\n/**\n * Created by richi on 2015.10.19..\n */\npublic interface MainPresente",
"end": 158,
"score": 0.9980050325393677,
"start": 153,
"tag": "USERNAME",
"value": "richi"
}
] | null | [] | package com.payfever.presentation.activities.main;
import android.view.View;
import com.payfever.presentation.basics.BasePresenter;
/**
* Created by richi on 2015.10.19..
*/
public interface MainPresenter extends BasePresenter<MainView> {
void showNetWorkFragment();
void showBalanceFragment();
void sho... | 461 | 0.759219 | 0.741866 | 17 | 26.117647 | 21.118385 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 11 |
eaa3d3690234365d7212f30438d6c7a1324b44bb | 22,539,988,401,922 | f2bf2b7a124c50f41ab50efd022765f5ae3a921e | /springbootexception/src/main/java/com/example/springbootexception/SampleController.java | 8659f0b63e448c802aa81b01898bb6911d129050 | [] | no_license | SimKiSeong/springboot-study-online-lecture | https://github.com/SimKiSeong/springboot-study-online-lecture | 9778e1417ec11c0f9833743ede4f92803ce7e257 | 5cfcbbbd50e6dcccbe2824b1a796b95f3983c9ec | refs/heads/master | 2020-04-18T17:52:28.019000 | 2019-02-05T13:45:10 | 2019-02-05T13:45:10 | 167,667,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springbootexception;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseB... | UTF-8 | Java | 565 | java | SampleController.java | Java | [] | null | [] | package com.example.springbootexception;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseB... | 565 | 0.79469 | 0.79469 | 20 | 27.25 | 23.259138 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 11 |
f3bc672c445826e7f301a29d8d36aecc4071c062 | 24,120,536,400,082 | 3a6ba6abee9d5c109f6ab09a81a478df1abb064a | /Core/src/main/java/org/stone/core/system/security/filters/UserAuthenticationFilter.java | 2006f86a95e0cb23494505e9f6ce4614e36385a6 | [] | no_license | StoneSoftware/SpringBoot | https://github.com/StoneSoftware/SpringBoot | 128723ce1a132343dbcd5b5bf72a20d41e29051b | 0e818f60f2db3c0ac3de892249f8715f420a8343 | refs/heads/master | 2021-01-13T23:22:04.166000 | 2020-03-21T13:02:46 | 2020-03-21T13:02:59 | 242,526,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.stone.core.system.security.filters;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.authenticat... | UTF-8 | Java | 2,715 | java | UserAuthenticationFilter.java | Java | [] | null | [] | package org.stone.core.system.security.filters;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.authenticat... | 2,715 | 0.81801 | 0.81801 | 74 | 34.729729 | 27.308695 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 11 |
7e1067e05f7554b5982f2e8d4fdeac69412671d5 | 28,097,676,109,113 | 668d5f4797d866ca8d6eb8397d57cfc7296fe3d1 | /face_yuemian/src/main/java/com/zhilai/facelibrary/zlfacerecog/MApp.java | b67cf14efa87418cf5a4f55aa060bc67c396f983 | [] | no_license | Blankyn/FaceRecognition | https://github.com/Blankyn/FaceRecognition | 6b2720a298cfa4a965e31bb8964abc96cfc37ad9 | e0519c0d744e35613c43fc9aa185d94855899a30 | refs/heads/master | 2023-02-19T05:09:46.303000 | 2021-01-20T06:38:08 | 2021-01-20T06:38:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhilai.facelibrary.zlfacerecog;
import android.content.Context;
import android.os.Environment;
import com.zhilai.driver.config.ConfigManager;
import com.zhilai.driver.log.ZLog;
import com.zhilai.facelibrary.zlfacerecog.faceutil.GreenDaoContext;
import com.zhilai.facelibrary.zlfacerecog.faceutil.facerecog.... | UTF-8 | Java | 2,389 | java | MApp.java | Java | [] | null | [] | package com.zhilai.facelibrary.zlfacerecog;
import android.content.Context;
import android.os.Environment;
import com.zhilai.driver.config.ConfigManager;
import com.zhilai.driver.log.ZLog;
import com.zhilai.facelibrary.zlfacerecog.faceutil.GreenDaoContext;
import com.zhilai.facelibrary.zlfacerecog.faceutil.facerecog.... | 2,389 | 0.683968 | 0.681457 | 60 | 38.816666 | 27.382166 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 11 |
154380116dd1f9c36214d855933e746c989d12e5 | 4,183,298,203,073 | f5cbda109beaf7a285d6b58113e86947515baf98 | /chapter_002/src/test/java/ru/job4j/chess/BoardTest.java | b230c8a8950d562f215b29ca1018eaaea1b51c73 | [
"Apache-2.0"
] | permissive | ArseniyJ4J/akulikov | https://github.com/ArseniyJ4J/akulikov | 3e7bf30f86c92993acbc159f144a6e45911798c2 | 0dc383a0003c80f4fb4a4fe7b3e1f54a4e26f46b | refs/heads/master | 2021-01-19T23:59:00.773000 | 2018-04-02T18:11:46 | 2018-04-02T18:11:46 | 89,063,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.chess;
import org.junit.Test;
import ru.job4j.chess.figures.Bishop;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/** Тест-класс BoardTest.
* @author Arseniy Kulkiov
* @since 25.07.2017
* @version 1
*/
public class BoardTest {
/**
* Test for move Bis... | UTF-8 | Java | 715 | java | BoardTest.java | Java | [
{
"context": ".assertThat;\n\n/** Тест-класс BoardTest.\n * @author Arseniy Kulkiov\n * @since 25.07.2017\n * @version 1\n */\npublic cla",
"end": 222,
"score": 0.9998522996902466,
"start": 207,
"tag": "NAME",
"value": "Arseniy Kulkiov"
}
] | null | [] | package ru.job4j.chess;
import org.junit.Test;
import ru.job4j.chess.figures.Bishop;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/** Тест-класс BoardTest.
* @author <NAME>
* @since 25.07.2017
* @version 1
*/
public class BoardTest {
/**
* Test for move Bishop.
... | 706 | 0.621813 | 0.59915 | 31 | 21.774193 | 15.918562 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 11 |
dc4cebb269ad477df0b72919c454215d98bc4fa6 | 27,797,028,352,958 | d55c7642975579eb67ff6b3b36f064ee66d91876 | /Referee/src/Main.java | a771a764ef643d69a96e33a91f85dc79cb605e88 | [] | no_license | JulioProfe/PER-Referee | https://github.com/JulioProfe/PER-Referee | 50d5975d276d927c6675178813fb95be7bf82bab | 3a9b6694cb8d7c3afe21fdcff2e5a035e86adabc | refs/heads/master | 2021-01-19T10:29:20.462000 | 2017-02-16T15:40:13 | 2017-02-16T15:40:13 | 82,196,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.net.InetAddress;
import java.net.UnknownHostException;
import processing.core.PApplet;
public class Main extends PApplet{
private Logica log;
public static void main(String[] args) {
// TODO Auto-generated method stub
PApplet.main("Main");
}
public void settings() {
size(500, 300)... | UTF-8 | Java | 700 | java | Main.java | Java | [] | null | [] | import java.net.InetAddress;
import java.net.UnknownHostException;
import processing.core.PApplet;
public class Main extends PApplet{
private Logica log;
public static void main(String[] args) {
// TODO Auto-generated method stub
PApplet.main("Main");
}
public void settings() {
size(500, 300)... | 700 | 0.655714 | 0.645714 | 34 | 18.588236 | 15.090156 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 11 |
aa4571e9a881891c6bfd9f0806447bc5edcdd9c1 | 27,797,028,352,025 | e9898e025d38749d369df47562ec27cf85e1fab1 | /Android/BDListViewPersonalizado/src/com/example/facturacion/ListaClientesActivity.java | 4bfdfff1f108f6ca03aa1a32b351bd9ed2bef282 | [] | no_license | vgomes/examples | https://github.com/vgomes/examples | 76543e8850347f5278272f2df87d973b687ac3e4 | 63ae8e1a39f77e5eebc5f29a0b6fddd4c2547b71 | refs/heads/master | 2016-09-06T09:16:08.627000 | 2013-11-02T12:21:50 | 2013-11-02T12:21:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.facturacion;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import and... | WINDOWS-1250 | Java | 5,365 | java | ListaClientesActivity.java | Java | [] | null | [] | package com.example.facturacion;
import java.util.ArrayList;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import and... | 5,365 | 0.727103 | 0.726544 | 182 | 28.456043 | 25.7777 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.032967 | false | false | 11 |
15ba1fed628671f2f841cec6ba8c61b20f81d7bb | 21,131,239,162,257 | edbdf5c5f96f41185fe6515d9c74f810e8de322e | /rhmais-android/src/main/java/br/com/estudio89/engage/modules/news/FragmentNews.java | e2973de059483de8a0e2d0f2fe20e01587c03618 | [] | no_license | estudio89/rhmais-android | https://github.com/estudio89/rhmais-android | 62f8ab4e896601397810100b7d41565ada887bd3 | 82b440ebf2ffbed337064abde77367aa8958805d | refs/heads/master | 2015-08-20T18:37:22.962000 | 2015-08-14T20:07:47 | 2015-08-14T20:07:47 | 30,978,624 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.estudio89.engage.modules.news;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import br.com.estudio89.engage.R;
import br... | UTF-8 | Java | 6,811 | java | FragmentNews.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by luccascorrea on 2/10/15.\n */\npublic class FragmentNews extends",
"end": 1369,
"score": 0.9994572401046753,
"start": 1357,
"tag": "USERNAME",
"value": "luccascorrea"
}
] | null | [] | package br.com.estudio89.engage.modules.news;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import br.com.estudio89.engage.R;
import br... | 6,811 | 0.674644 | 0.664513 | 190 | 34.852631 | 28.851515 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594737 | false | false | 11 |
258fe3a90740fd9ce20192c67a7cd5d0de1c8180 | 29,789,893,165,452 | 3492c1aa243ff1159ab2d9ce258afcfe41fe72df | /loans-service/src/main/java/lv/evnng/service/ValidationService.java | 140ea774cb74084bd3c95e65466c1dd48b206839 | [
"MIT"
] | permissive | andrei-l/4finance-test-assignment-implementation | https://github.com/andrei-l/4finance-test-assignment-implementation | 63a202af33cb14954c2bdf8e23cc73e0417a874e | 91ce41db1f17ca59997e1ae7365704cecd246991 | refs/heads/master | 2016-08-12T05:22:53.045000 | 2016-02-15T00:00:42 | 2016-02-15T00:00:42 | 51,719,449 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.evnng.service;
import lv.evnng.exception.LoanException;
import lv.evnng.jpa.LoanJPA;
import java.math.BigDecimal;
import java.util.Collection;
/**
* @Author: Andrew
* @Date: 11/25/14
*/
public interface ValidationService {
void validateExistingLoan(Long loanId, LoanJPA loan) throws LoanException;
v... | UTF-8 | Java | 590 | java | ValidationService.java | Java | [
{
"context": "mal;\nimport java.util.Collection;\n\n/**\n * @Author: Andrew\n * @Date: 11/25/14\n */\npublic interface Validatio",
"end": 180,
"score": 0.9986793398857117,
"start": 174,
"tag": "NAME",
"value": "Andrew"
}
] | null | [] | package lv.evnng.service;
import lv.evnng.exception.LoanException;
import lv.evnng.jpa.LoanJPA;
import java.math.BigDecimal;
import java.util.Collection;
/**
* @Author: Andrew
* @Date: 11/25/14
*/
public interface ValidationService {
void validateExistingLoan(Long loanId, LoanJPA loan) throws LoanException;
v... | 590 | 0.820339 | 0.81017 | 22 | 25.818182 | 30.853962 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 11 |
a21f448a223dd2e4660e91586831b9c13d2084da | 18,906,446,040,667 | bf49e3e9e1e7c48c71f7b71f6d06c36d7309972b | /HzFrameService/src/com/hz/frm/bean/WebSocketMessage.java | 6b913476ed37fc33e244aacba45ee90a8e93f82b | [] | no_license | chendaiming/Develop | https://github.com/chendaiming/Develop | 6906e42b650323733c0119f52a3ed628e5e09214 | 4f6070ed202bfefbb15efa54bc0dce0597daae55 | refs/heads/master | 2020-12-30T10:49:22.870000 | 2017-07-31T07:40:12 | 2017-07-31T07:43:26 | 98,857,323 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hz.frm.bean;
public class WebSocketMessage {
private String msgType = null; // 消息类型
private String content = null; // 消息内容(字符串)
private Object message = null; // 消息内容(对象)
public String getMsgType() {
return msgType;
}
public void setMsgType(String msgType) {
this.msgType = msgType;
}
... | UTF-8 | Java | 607 | java | WebSocketMessage.java | Java | [] | null | [] | package com.hz.frm.bean;
public class WebSocketMessage {
private String msgType = null; // 消息类型
private String content = null; // 消息内容(字符串)
private Object message = null; // 消息内容(对象)
public String getMsgType() {
return msgType;
}
public void setMsgType(String msgType) {
this.msgType = msgType;
}
... | 607 | 0.695575 | 0.695575 | 26 | 20.73077 | 16.154442 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423077 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.