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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
518d9cf1fec0c680c674bbdb1d4387e1890f2c44 | 18,305,150,678,771 | c68de5d0d030d2fe2d518a663769aeae49a25d51 | /src/pers/zjh/design_pattern/factory/FrogFactory.java | b5caa192efc046395b7662f0788abdacdea9abdc | [] | no_license | zjh123456789/Java-Basic | https://github.com/zjh123456789/Java-Basic | 91a43ae83fef6ca7b4ac5e2604b5d4dacdfdc181 | 1b4fbf02a8daff03f8ec710f49f4c454d18c71b6 | refs/heads/master | 2023-01-19T19:38:24.531000 | 2023-01-05T12:54:07 | 2023-01-05T12:54:07 | 154,595,227 | 0 | 0 | null | false | 2022-06-17T03:24:23 | 2018-10-25T02:00:57 | 2021-06-21T22:57:29 | 2022-06-17T03:24:21 | 864 | 0 | 0 | 2 | Java | false | false | package pers.zjh.design_pattern.factory;
/**
* 创建青蛙的工厂 - 具体工厂角色
*
* @author jinghui.zhu@luckincoffee.com
* @date 2019/5/29 14:35
*/
public class FrogFactory implements Factory {
@Override
public Animal createAnimal() {
return new Frog();
}
}
| UTF-8 | Java | 296 | java | FrogFactory.java | Java | [
{
"context": "rn.factory;\n\n/**\n * 创建青蛙的工厂 - 具体工厂角色\n *\n * @author jinghui.zhu@luckincoffee.com\n * @date 2019/5/29 14:35\n */\npublic class FrogFac",
"end": 108,
"score": 0.9998352527618408,
"start": 80,
"tag": "EMAIL",
"value": "jinghui.zhu@luckincoffee.com"
}
] | null | [] | package pers.zjh.design_pattern.factory;
/**
* 创建青蛙的工厂 - 具体工厂角色
*
* @author <EMAIL>
* @date 2019/5/29 14:35
*/
public class FrogFactory implements Factory {
@Override
public Animal createAnimal() {
return new Frog();
}
}
| 275 | 0.655556 | 0.614815 | 16 | 15.875 | 16.007322 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 5 |
8cf4e730d00d93a2c5fa865e7e110b24f6055dae | 9,955,734,218,510 | 918a807d7f2c3846fdaa53cfe135f77789ed27d3 | /src/DesktopRunnable/App.java | 36b1ea0cc0718199739b11b78c29cd27bd043f5b | [] | no_license | GrahamCaldwell/Secure-Folder | https://github.com/GrahamCaldwell/Secure-Folder | 5073941241ba270472612982fff6a135a0bed13e | 470f9c113ebc7b032136b18c296a7448a2ffeab6 | refs/heads/master | 2020-12-23T05:42:26.768000 | 2020-04-20T17:33:11 | 2020-04-20T17:33:11 | 237,055,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DesktopRunnable;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.Color;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
public class App extends ... | UTF-8 | Java | 3,788 | java | App.java | Java | [] | null | [] | package DesktopRunnable;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.Color;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
public class App extends ... | 3,788 | 0.599525 | 0.589493 | 97 | 37.051548 | 29.618666 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628866 | false | false | 5 |
854c6191df75afaf4f6de599d6857dd3f3e5b207 | 2,413,771,623,857 | f013c6294dbf9d88532f5bc4e636ac928db77bc3 | /DDWeb/src/main/java/com/dangdang/service/ICommendService.java | cafb9f29c8e4d36edd807362f5d72366c7dd9513 | [] | no_license | ayang1588/DD-Shopping | https://github.com/ayang1588/DD-Shopping | d2d225562fe66272eb5c5647f166ef8add23bf84 | 2bc1eb30ff3db33373eb75ce159229b3a3863b86 | refs/heads/master | 2020-06-04T23:39:37.642000 | 2013-07-11T06:57:01 | 2013-07-11T06:57:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dangdang.service;
import com.dangdang.pojo.Book;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* Description:
* Author: 柳阳
* Email: ayang1588@163.com
* Date: 2013-5-10
* Time: 下午2:41
*/
public interface ICommendService {
List<Book> getBookGuess(HttpServletRequest requ... | UTF-8 | Java | 371 | java | ICommendService.java | Java | [
{
"context": "rt java.util.List;\n\n/**\n * Description:\n * Author: 柳阳\n * Email: ayang1588@163.com\n * Date: 2013-5-10\n *",
"end": 166,
"score": 0.9095215201377869,
"start": 164,
"tag": "NAME",
"value": "柳阳"
},
{
"context": "List;\n\n/**\n * Description:\n * Author: 柳阳\n * Email: ... | null | [] | package com.dangdang.service;
import com.dangdang.pojo.Book;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* Description:
* Author: 柳阳
* Email: <EMAIL>
* Date: 2013-5-10
* Time: 下午2:41
*/
public interface ICommendService {
List<Book> getBookGuess(HttpServletRequest request);
... | 361 | 0.730028 | 0.683196 | 19 | 18.105263 | 16.373581 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 5 |
806de81b127f42d1520ecf259655f24a3edb88fe | 8,426,725,838,791 | cf77384b56599c201eba57d4450b0d2782b5007e | /cosmo-core/src/main/java/org/unitedinternet/cosmo/server/ServerConstants.java | 24828749306f5ac1a17ded294628a5d3912359ad | [
"Apache-2.0"
] | permissive | 1and1/cosmo | https://github.com/1and1/cosmo | 76e1864ca50713e63a8fb67d26eb99f15aa83913 | e6c9ae8593a36a14c0cc50c3f29137df2736bccb | refs/heads/master | 2023-08-29T16:44:25.959000 | 2023-07-05T06:18:19 | 2023-07-05T06:18:19 | 35,554,985 | 79 | 50 | Apache-2.0 | false | 2023-06-29T12:50:17 | 2015-05-13T14:48:26 | 2023-06-25T22:59:15 | 2023-06-29T12:50:17 | 3,847 | 72 | 32 | 10 | Java | false | false | /*
* Copyright 2007 Open Source Applications Foundation
*
* 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 a... | UTF-8 | Java | 1,411 | java | ServerConstants.java | Java | [] | null | [] | /*
* Copyright 2007 Open Source Applications Foundation
*
* 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 a... | 1,411 | 0.678951 | 0.673281 | 49 | 27.795918 | 25.13797 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 5 |
3a63143c548d2cb03874f35f71ee10b247910bba | 28,192,165,343,193 | 00b2159d1266afea715b8ae5b2a6bcf6e34fa64a | /RabbitMqConsumer/src/main/java/com/shozo/amqp/consumer/topic/TopicService.java | 25f3c150cc0e5e1b32cbd5e955b1a19f3ada3ac8 | [] | no_license | shozopat/RabbitMqTutorials | https://github.com/shozopat/RabbitMqTutorials | 8c6630dbaa7522ede03757a0cddbc4281eb4dd6b | 90f0da077bb74fa6a029f0276fc6393e13273df3 | refs/heads/master | 2020-05-03T19:01:18.690000 | 2019-04-30T03:17:17 | 2019-04-30T03:17:17 | 178,776,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shozo.amqp.consumer.topic;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Profile("topic")
@Service
public class TopicService {
@RabbitListener(queues="#{indiaQueue.name}")
public ... | UTF-8 | Java | 1,212 | java | TopicService.java | Java | [] | null | [] | package com.shozo.amqp.consumer.topic;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Profile("topic")
@Service
public class TopicService {
@RabbitListener(queues="#{indiaQueue.name}")
public ... | 1,212 | 0.782178 | 0.782178 | 36 | 32.666668 | 29.056458 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 5 |
e7d5196d3d7f13606285b3e9c9d22f3f41ecde6a | 28,192,165,346,372 | 1b80237e2979eefc4aa6c634e31accd613fbfa5c | /app/src/main/java/com/example/user/bulletfalls/Game/Management/ArchivContainer.java | f8ac2f2f55ed17d4a0fd5949689bc9f7788c8e86 | [] | no_license | Astorn12/BulletFalls | https://github.com/Astorn12/BulletFalls | 9b3aaa4cc98ca35f43f2e642be5e2e57f7771b7b | 568b6ece5b2e582dddbcca01792da6bd0d8f7338 | refs/heads/master | 2021-08-07T12:17:53.934000 | 2020-05-11T13:15:29 | 2020-05-11T13:15:29 | 174,234,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.user.bulletfalls.Game.Management;
import org.apache.commons.lang3.tuple.MutablePair;
import java.util.LinkedList;
import java.util.List;
public class ArchivContainer<T> {
protected List<MutablePair<T,Integer>> list;
public ArchivContainer()
{
this.list= new LinkedList<>();
... | UTF-8 | Java | 2,594 | java | ArchivContainer.java | Java | [] | null | [] | package com.example.user.bulletfalls.Game.Management;
import org.apache.commons.lang3.tuple.MutablePair;
import java.util.LinkedList;
import java.util.List;
public class ArchivContainer<T> {
protected List<MutablePair<T,Integer>> list;
public ArchivContainer()
{
this.list= new LinkedList<>();
... | 2,594 | 0.493832 | 0.489591 | 121 | 20.404959 | 18.833582 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446281 | false | false | 5 |
88b632b5bcb9a5854b4fbdd6f610a38a61d23168 | 21,105,469,304,643 | ad0c2c65e101da722ea2bca2a4f68ab3b755321c | /app/src/main/java/com/informerly/informer/Adapters/FeedObjectAdapter.java | 6c60ac8505996b88f0980457f500ac0db15aa152 | [] | no_license | informerly/informer-android-2 | https://github.com/informerly/informer-android-2 | 94da31f8eff8aaa8ed5d2fd9ee608e8be8688ee3 | 22259a928fd5cb15efb61dda1859fb93615afafc | refs/heads/master | 2021-05-01T09:17:17.649000 | 2015-10-04T20:33:27 | 2015-10-04T20:33:27 | 35,563,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.informerly.informer.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.informerly.informer.Feed;
import com.in... | UTF-8 | Java | 1,434 | java | FeedObjectAdapter.java | Java | [] | null | [] | package com.informerly.informer.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.informerly.informer.Feed;
import com.in... | 1,434 | 0.711994 | 0.711994 | 45 | 30.866667 | 26.944881 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
12879c020998ed1eddfb95629b85ed062f4fd780 | 21,139,829,035,081 | 880fb308d40ba411de529c8f18293e2d29999f1f | /src/main/java/org/ds/webcrawler/reporter/ReporterException.java | a917dc6f9154941baaf1f569dc56c8956e0e2c87 | [] | no_license | dmitrysklyarenko/WebCrawler | https://github.com/dmitrysklyarenko/WebCrawler | 528fa2d0c13b0c096c925036d7de079cb733f58e | 8de338a9203ec926623c94d37ee7b995b8f09b12 | refs/heads/master | 2021-01-20T23:18:17.419000 | 2015-04-21T15:39:22 | 2015-04-21T15:39:22 | 34,333,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ds.webcrawler.reporter;
public class ReporterException extends Exception {
public ReporterException(String message, Throwable cause) {
super(message, cause);
}
public ReporterException(String message) {
super(message);
}
}
| UTF-8 | Java | 270 | java | ReporterException.java | Java | [] | null | [] | package org.ds.webcrawler.reporter;
public class ReporterException extends Exception {
public ReporterException(String message, Throwable cause) {
super(message, cause);
}
public ReporterException(String message) {
super(message);
}
}
| 270 | 0.7 | 0.7 | 12 | 21.5 | 21.876547 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
aa8d97990575757fbfee1d7ff4c90d0c06ea4e9c | 10,179,072,560,711 | 555965587701d8a4bc98e14ed69c864938f194c9 | /src/ua/dp/mign/generics/bounded/MultiBound.java | 65e12519fdec673649c23e7e454469eddb498c16 | [] | no_license | Faresis/1Z0-804 | https://github.com/Faresis/1Z0-804 | 652b808302f28da6f4acda1872bd8a713ef38214 | 8ee6dd73d73623f326585ee06ac97a6d2bb0cb96 | refs/heads/master | 2021-01-22T23:11:26.834000 | 2017-04-28T05:16:37 | 2017-04-28T05:16:37 | 24,017,435 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.dp.mign.generics.bounded;
interface Worker {
void doWork();
}
interface Processor {
void process(Object o);
}
class Person {
int age;
int height;
Person(int age, int height) {
this.age = age;
this.height = height;
}
}
class Employee extends Person implements Proce... | UTF-8 | Java | 1,311 | java | MultiBound.java | Java | [] | null | [] | package ua.dp.mign.generics.bounded;
interface Worker {
void doWork();
}
interface Processor {
void process(Object o);
}
class Person {
int age;
int height;
Person(int age, int height) {
this.age = age;
this.height = height;
}
}
class Employee extends Person implements Proce... | 1,311 | 0.588863 | 0.581236 | 55 | 22.836363 | 21.258379 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
f67f5ca9699d807a0aa6da8370051f71e24a4283 | 15,625,091,059,109 | e838534959a97ca6c568718eddfc92aa211cdc96 | /src/main/java/com/telstra/tesa/assignment/service/HappeningLocationsService.java | 5f5ef840fcb56828ee331840cd610ab9ac76b30d | [] | no_license | herajmishra/springboot-assignment-tesa | https://github.com/herajmishra/springboot-assignment-tesa | d8050ab5bab60524bf4bb1b2c5351691fcf92111 | 6e6b9173558838f02f03f8a4227caf50c481c358 | refs/heads/master | 2022-05-28T01:14:26.146000 | 2019-12-16T23:09:09 | 2019-12-16T23:09:09 | 228,491,617 | 0 | 0 | null | false | 2022-05-20T21:19:14 | 2019-12-16T23:06:26 | 2019-12-16T23:10:57 | 2022-05-20T21:19:13 | 14 | 0 | 0 | 2 | Java | false | false | package com.telstra.tesa.assignment.service;
import com.telstra.tesa.assignment.domain.CoOrdinates;
import com.telstra.tesa.assignment.domain.Location;
import com.telstra.tesa.assignment.enums.Area;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
impo... | UTF-8 | Java | 5,623 | java | HappeningLocationsService.java | Java | [] | null | [] | package com.telstra.tesa.assignment.service;
import com.telstra.tesa.assignment.domain.CoOrdinates;
import com.telstra.tesa.assignment.domain.Location;
import com.telstra.tesa.assignment.enums.Area;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
impo... | 5,623 | 0.722035 | 0.68949 | 108 | 51.064816 | 33.122463 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.898148 | false | false | 5 |
11952aa2b22086f12ded65f18c563d01be940eda | 26,362,509,310,155 | 0a422a80002876dd83a9c4a44350f21ef1556be5 | /Programas/Fuentes/Marco de trabajo/mainake2.0/trunk/MAINAKE_WEB/src/java/es/huvv/mainake/web/paneles/quirofanos/programacion/FilaListadoPacientesListaEsperaPanel.java | d075362a1b28eefbc4b10f9446d5c57be948bdd2 | [] | no_license | dagohe/PFC | https://github.com/dagohe/PFC | 03b2a48faba09618ff461ab5282a931eefc5c2bc | e755a96da3e0000ce5224087cd0a0b4efd1f8ada | refs/heads/master | 2016-09-09T21:18:41.089000 | 2014-12-17T00:20:49 | 2014-12-17T00:20:49 | 27,533,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.huvv.mainake.web.paneles.quirofanos.programacion;
import es.huvv.fc.web.utilidades.FCUtilidadesFechaWeb;
import es.huvv.mainake.comun.datos.ListaEsperaDTO;
import es.huvv.mainake.web.gui.HGrid;
import es.huvv.mainake.web.gui.HHorizontalPanel;
import es.huvv.mainake.web.gui.HHyperlink;
import es.huvv.mainake... | UTF-8 | Java | 14,896 | java | FilaListadoPacientesListaEsperaPanel.java | Java | [
{
"context": "FilaListadoPacientesListaEsperaPanel\n *\n * @author HUVV\n * @date 08-oct-2010\n * @copyright (C) Sistemas d",
"end": 814,
"score": 0.9989628791809082,
"start": 810,
"tag": "USERNAME",
"value": "HUVV"
}
] | null | [] | package es.huvv.mainake.web.paneles.quirofanos.programacion;
import es.huvv.fc.web.utilidades.FCUtilidadesFechaWeb;
import es.huvv.mainake.comun.datos.ListaEsperaDTO;
import es.huvv.mainake.web.gui.HGrid;
import es.huvv.mainake.web.gui.HHorizontalPanel;
import es.huvv.mainake.web.gui.HHyperlink;
import es.huvv.mainake... | 14,896 | 0.611335 | 0.604687 | 396 | 36.60606 | 31.108582 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598485 | false | false | 5 |
d626539446cb4478c9ece62355750969544fddec | 26,362,509,313,816 | c77244bd8fb5124903319f1d3e0fe6af7285aa5a | /src/main/java/NIO/SocketChannelOutput.java | 70ed5124916f60b3d5560333d3f37d2ccfd8e39f | [] | no_license | LStoomuch/Alpha | https://github.com/LStoomuch/Alpha | bd9b01dbd3b632b64afa3e809f3b497337fb2711 | 6edaa8b27cbebc134af80e04ef83ced19c9504e7 | refs/heads/master | 2022-07-02T23:27:57.636000 | 2022-03-02T02:31:31 | 2022-03-02T02:31:31 | 246,497,337 | 0 | 0 | null | false | 2022-06-17T03:00:00 | 2020-03-11T06:56:02 | 2022-02-18T03:31:01 | 2022-06-17T02:59:59 | 84 | 0 | 0 | 1 | Java | false | false | package NIO;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
public class SocketChannelOutput {
public static void main(String[] args) {
try {
SocketChannel socketChannel = SocketChannel.open();
soc... | UTF-8 | Java | 843 | java | SocketChannelOutput.java | Java | [] | null | [] | package NIO;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
public class SocketChannelOutput {
public static void main(String[] args) {
try {
SocketChannel socketChannel = SocketChannel.open();
soc... | 843 | 0.615658 | 0.608541 | 30 | 27.1 | 24.26156 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 5 |
eab921ccfbc7bfd40a6d9cc2b908e255cc2b9d73 | 16,226,386,451,692 | 65565e29871082397b2dd230667a532eec5dfe3b | /app/src/main/java/baking/com/baking/StepsClickListener.java | 096191b796d45796d2685fe55089c7f146fb1abb | [] | no_license | ankeshkatiyar/BakingApp | https://github.com/ankeshkatiyar/BakingApp | a281d30e58701024a64fb2a09c14441633894284 | 91a96f64b8d99d8bebdf86ad5612e7a421edcc77 | refs/heads/master | 2020-03-10T21:31:51.592000 | 2018-04-16T06:48:32 | 2018-04-16T06:48:32 | 129,596,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package baking.com.baking;
import baking.com.baking.Models.RecipeStepsModel;
public interface StepsClickListener {
void StepsClickListener(RecipeStepsModel recipeStepsModel , int position);
}
| UTF-8 | Java | 199 | java | StepsClickListener.java | Java | [] | null | [] | package baking.com.baking;
import baking.com.baking.Models.RecipeStepsModel;
public interface StepsClickListener {
void StepsClickListener(RecipeStepsModel recipeStepsModel , int position);
}
| 199 | 0.819095 | 0.819095 | 8 | 23.875 | 27.319578 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
65eb24f424a1c80719613dfb526f58d49f860dbd | 8,151,847,959,124 | 94767b1ae3a4568ffd2f70a82cd58e3b7784942a | /src/main/java/com/miiicasa/casa/network/VolleySingleton.java | f25fbcd9c4de117590302c4f914fe69a0e519f18 | [] | no_license | showsky/network_framework | https://github.com/showsky/network_framework | d6f549e219ae9fbf5894392c6cc24ff68f4fc0aa | 3afbc5c6677a7a93ca408b2f9b0ae50e6c171386 | refs/heads/master | 2021-01-19T12:33:00.712000 | 2015-05-12T08:21:37 | 2015-05-12T08:21:37 | 31,717,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miiicasa.casa.network;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.LruCache;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.BasicNetwork;
import com.android.volley.toolbox.DiskBasedCache;
import com.android.volley.toolbox.ImageLoader;
impo... | UTF-8 | Java | 2,670 | java | VolleySingleton.java | Java | [
{
"context": "s.Logger;\n\nimport java.io.File;\n\n/**\n * Created by showsky on 15/3/2.\n */\npublic class VolleySingleton {\n\n ",
"end": 431,
"score": 0.999527633190155,
"start": 424,
"tag": "USERNAME",
"value": "showsky"
}
] | null | [] | package com.miiicasa.casa.network;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.LruCache;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.BasicNetwork;
import com.android.volley.toolbox.DiskBasedCache;
import com.android.volley.toolbox.ImageLoader;
impo... | 2,670 | 0.661423 | 0.658801 | 94 | 27.404255 | 23.735832 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 5 |
8e1df0eb65ebbbafdd514fc22b7bb18877aa1f9e | 13,245,679,171,818 | 59e9232ec00ee8d1ebb9fe85ea187fbbdd558f01 | /backend/game/src/test/java/ch/pokino/game/state_machine/GameStateControllerTest.java | 8221f19fc2d8beb311eb164ee417cb7b41fd40bb | [
"MIT"
] | permissive | StevenSchuerstedt/pokino | https://github.com/StevenSchuerstedt/pokino | 2c7c4e3279438c555f14ee8a7fc8f16369f51b60 | 34733021e691defa04a3042e3011991862db6e54 | refs/heads/main | 2023-05-09T15:09:23.592000 | 2021-06-04T17:38:50 | 2021-06-04T17:38:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.pokino.game.state_machine;
import ch.pokino.game.GameManager;
import ch.pokino.game.application.GameApplication;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.t... | UTF-8 | Java | 1,345 | java | GameStateControllerTest.java | Java | [] | null | [] | package ch.pokino.game.state_machine;
import ch.pokino.game.GameManager;
import ch.pokino.game.application.GameApplication;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.t... | 1,345 | 0.776952 | 0.776208 | 39 | 33.487179 | 26.940458 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 5 |
8a400a9accd4e3067ded8f60454ad1dca2a1acce | 25,245,817,806,123 | ce8cf1a675b2420dcc1984c5a6851baa93af154d | /src/main/java/com/example/demo/converter/UserConverter.java | 601cc28f4c345a80e71930033fe54a36f466f067 | [] | no_license | pratyush581/socitieGeneral | https://github.com/pratyush581/socitieGeneral | f552e82983b8be98c2b77cfc604dbad807406d1a | 9ba45e6e9f5fdded296b0d5ef2efdac5c07baa2d | refs/heads/master | 2020-03-30T20:51:36.226000 | 2018-10-05T02:34:24 | 2018-10-05T02:34:24 | 151,607,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.converter;
import com.example.demo.dto.UserDto;
import com.example.demo.entity.User;
/**
* @author Pratyush.
*/
public class UserConverter {
public static User dtoToEntity(UserDto userDto) {
User user = new User( userDto.firstName, userDto.lastName, userDto.gender, userDto.dob);
use... | UTF-8 | Java | 692 | java | UserConverter.java | Java | [
{
"context": "port com.example.demo.entity.User;\n\n/**\n * @author Pratyush.\n */\npublic class UserConverter {\n\tpublic static ",
"end": 135,
"score": 0.9995655417442322,
"start": 127,
"tag": "NAME",
"value": "Pratyush"
}
] | null | [] | package com.example.demo.converter;
import com.example.demo.dto.UserDto;
import com.example.demo.entity.User;
/**
* @author Pratyush.
*/
public class UserConverter {
public static User dtoToEntity(UserDto userDto) {
User user = new User( userDto.firstName, userDto.lastName, userDto.gender, userDto.dob);
use... | 692 | 0.75578 | 0.75578 | 21 | 31.952381 | 41.323895 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 5 |
f359e0f2cd8411b084c84d35f59b2ed9c82aa4f4 | 10,007,273,842,848 | fa65bd33f2416099466754440799a0013668ab19 | /src/main/java/org/helgestenstrom/xr3UsageExamples/ImportFxBorderless.java | 7c1fa2d9b584f35e190f7535d56b5aac25898c01 | [] | no_license | HelgeStenstrom/xr3UsageExamples | https://github.com/HelgeStenstrom/xr3UsageExamples | b4c7208d0e6bcebcdae89c712d9dfad514d18ece | f0d54de6525e50dd0f873d55b410daa659d1fb74 | refs/heads/master | 2020-05-16T20:57:09.500000 | 2019-08-20T21:25:31 | 2019-08-20T21:25:31 | 183,292,774 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.helgestenstrom.xr3UsageExamples;
import com.goxr3plus.fxborderlessscene.borderless.BorderlessController;
/**
* TODO: Move this class to the source root. Requires module-info.java to be OK.
*/
public class ImportFxBorderless {
public void create() {
new BorderlessController();
}
}
| UTF-8 | Java | 313 | java | ImportFxBorderless.java | Java | [] | null | [] | package org.helgestenstrom.xr3UsageExamples;
import com.goxr3plus.fxborderlessscene.borderless.BorderlessController;
/**
* TODO: Move this class to the source root. Requires module-info.java to be OK.
*/
public class ImportFxBorderless {
public void create() {
new BorderlessController();
}
}
| 313 | 0.744409 | 0.738019 | 12 | 25.083334 | 27.173695 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
a8eb7cd298c794954ae79f8aba977562678b8dcd | 10,007,273,841,421 | 9681827ed83acd940700bd9bfa7cf76245816791 | /app/src/main/java/com/rayho/tsxiu/ui/channelhelper/bean/ChannelBean.java | a4fda7f336c96d93a1a75a81acc62318e65a753a | [] | no_license | RayhoWong/StarNews | https://github.com/RayhoWong/StarNews | 55cc58f5778ea5d2da189313cd8e83b0172063ee | 6e0c5a598f8e7e3ece61fcee9b30952cb1ee4d03 | refs/heads/master | 2020-04-04T16:10:41.284000 | 2019-05-24T14:41:37 | 2019-05-24T14:41:37 | 156,067,471 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rayho.tsxiu.ui.channelhelper.bean;
/**
* Created by goach on 2016/9/28.
*/
public class ChannelBean {
private String tabName;//分类的名字
private String cid;//分类的id
private int editStatus;
private int tabType;
public String getTabName() {
return tabName;
}
public void ... | UTF-8 | Java | 831 | java | ChannelBean.java | Java | [
{
"context": "ho.tsxiu.ui.channelhelper.bean;\n\n/**\n * Created by goach on 2016/9/28.\n */\n\npublic class ChannelBean {\n\n ",
"end": 71,
"score": 0.9996433258056641,
"start": 66,
"tag": "USERNAME",
"value": "goach"
}
] | null | [] | package com.rayho.tsxiu.ui.channelhelper.bean;
/**
* Created by goach on 2016/9/28.
*/
public class ChannelBean {
private String tabName;//分类的名字
private String cid;//分类的id
private int editStatus;
private int tabType;
public String getTabName() {
return tabName;
}
public void ... | 831 | 0.604908 | 0.596319 | 46 | 16.717392 | 15.68392 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 5 |
573c2cbf90e005368f9bac0a91e56acbb92ed448 | 12,240,656,845,138 | 841a3db99a39285fc00bc3ec88eb6941644eb542 | /spring-mvc-novo/src/main/java/com/javaee/bruno/controllers/LivroController.java | 65d3b7a908343dec54f1cc0424adb292fc3e91ef | [] | no_license | brunoVilasBoas/spring-mvc-novo | https://github.com/brunoVilasBoas/spring-mvc-novo | c356bc1e05877a364a88e562599ac685180576d2 | 32c341fd752b3d6e0a68cf60c202818ec42462dc | refs/heads/master | 2020-04-08T13:55:08.735000 | 2018-11-27T23:42:38 | 2018-11-27T23:42:38 | 159,413,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaee.bruno.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.... | UTF-8 | Java | 1,655 | java | LivroController.java | Java | [] | null | [] | package com.javaee.bruno.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.... | 1,655 | 0.766163 | 0.766163 | 60 | 26.6 | 23.104256 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.45 | false | false | 5 |
3c5d4a911b136b0e13f95b27ac60c3e1a619338d | 7,894,149,951,079 | 7b7f84d9b0f56877de3adb7289076d24a3243ed7 | /src/com/cloupia/feature/storage/account/StorageInfraAccount.java | 995a1192984b434f0021b156ae80950014be1581 | [] | no_license | UCSD-SDK/OpenAutoSDK | https://github.com/UCSD-SDK/OpenAutoSDK | 98bc4dc491712639c215d6e1148b46ef05306629 | c1a82979e4445838be6dbe72024bb4aa54b4e7e4 | refs/heads/master | 2021-01-10T15:17:29.705000 | 2016-02-17T10:46:51 | 2016-02-17T10:46:51 | 51,913,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloupia.feature.storage.account;
import java.util.List;
import org.apache.log4j.Logger;
import com.cloupia.feature.policy.PolicyFeature;
import com.cloupia.fw.objstore.ObjStore;
import com.cloupia.fw.objstore.ObjStoreHelper;
import com.cloupia.lib.connector.account.AbstractInfraAccount;
import ... | UTF-8 | Java | 4,844 | java | StorageInfraAccount.java | Java | [
{
"context": "TODO Auto-generated method stub\r\n\t\tthis.password = password;\r\n\t}\r\n\r\n\t@Override\r\n\tpublic void setPolicy(String",
"end": 3738,
"score": 0.5055495500564575,
"start": 3730,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.cloupia.feature.storage.account;
import java.util.List;
import org.apache.log4j.Logger;
import com.cloupia.feature.policy.PolicyFeature;
import com.cloupia.fw.objstore.ObjStore;
import com.cloupia.fw.objstore.ObjStoreHelper;
import com.cloupia.lib.connector.account.AbstractInfraAccount;
import ... | 4,846 | 0.705615 | 0.703964 | 163 | 27.717791 | 30.90387 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607362 | false | false | 5 |
3668ab19874b21c87af1ef782136efb6ce8cc73c | 18,098,992,228,800 | 36c6d23e58eb87a2ac31c58b115a844d585dccfa | /src/com/yafatek/Meals/ExtraLargeCheezePizza.java | f7227680bd85b98d6cdfa6fbd43a461273810680 | [] | no_license | ferasawadi/BuilderDesignPattern | https://github.com/ferasawadi/BuilderDesignPattern | f21a5523d2904c390185ae113c5f11341b646235 | f65528cbeda41e561f0d15c10981c346fac56eee | refs/heads/master | 2020-08-13T15:12:13.562000 | 2019-10-14T08:37:54 | 2019-10-14T08:37:54 | 214,990,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yafatek.Meals;
import com.yafatek.Core.Pizza;
public class ExtraLargeCheezePizza extends Pizza {
@Override
public String name() {
return "Extra Large Cheese pizza!";
}
@Override
public String size() {
return "Extra Large Cheese Pizza!";
}
@Override
public float price() {
return 60;
}
}
| UTF-8 | Java | 318 | java | ExtraLargeCheezePizza.java | Java | [] | null | [] | package com.yafatek.Meals;
import com.yafatek.Core.Pizza;
public class ExtraLargeCheezePizza extends Pizza {
@Override
public String name() {
return "Extra Large Cheese pizza!";
}
@Override
public String size() {
return "Extra Large Cheese Pizza!";
}
@Override
public float price() {
return 60;
}
}
| 318 | 0.707547 | 0.701258 | 20 | 14.9 | 14.862369 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
2dc2b997a507f5d06699ef49cfe52aa6d12b6f8e | 936,302,877,321 | 1185b5541627c46a5f7979c318eabb87c8e158fa | /Rifa/src/conexion.java | b6780f47b243edc2768ff9e3ce035aae5b6c3ac2 | [] | no_license | renzactus/Rifra | https://github.com/renzactus/Rifra | 44f6f5226248e0f8a995a5ce71d6fb4749eb61ed | c7115ab75a1cf54e57d4ec6aa78364b3f1824444 | refs/heads/master | 2022-12-31T00:02:08.559000 | 2020-10-16T20:58:21 | 2020-10-16T20:58:21 | 304,737,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.HeadlessException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Temp... | UTF-8 | Java | 1,124 | java | conexion.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Anubis_1392\n */\npublic class conexion {\n\n static Statement",
"end": 400,
"score": 0.9995012879371643,
"start": 389,
"tag": "USERNAME",
"value": "Anubis_1392"
}
] | null | [] |
import java.awt.HeadlessException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Temp... | 1,124 | 0.701957 | 0.691281 | 38 | 28.552631 | 32.420509 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 5 |
09f44cca01d897f21287817d818e4e1cf9a66eae | 21,114,059,293,985 | b2cfdb321406ba9c0787a00352025a24c35f233c | /Peer/src/com/project/androidpeer/Main.java | 911ac0e56a39ea04eb876f3f288ed841a43d9f61 | [] | no_license | rohitchawla8501/Android-Peer-to-Peer | https://github.com/rohitchawla8501/Android-Peer-to-Peer | 5fcde53155ac68c4e3d26a87bfa570ebe7d78622 | 7d3ee7bafd701dad4580980c99e561b0d60191c2 | refs/heads/master | 2021-01-25T00:57:39.600000 | 2017-06-18T20:27:05 | 2017-06-18T20:27:05 | 94,711,319 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.androidpeer;
import java.io.File;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException;
import java.util.A... | UTF-8 | Java | 8,219 | java | Main.java | Java | [] | null | [] | package com.project.androidpeer;
import java.io.File;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException;
import java.util.A... | 8,219 | 0.674413 | 0.673196 | 274 | 28.996351 | 32.080475 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.485401 | false | false | 5 |
9b6be72e93f996e39d2eef97ff89c7c7ce26377e | 11,484,742,614,533 | a15a735a45f16bfad44e35112b54a44e37e85550 | /common/src/main/java/org/ergoplatform/appkit/NetworkType.java | f89451ce29a393320881931a3cff4e28639f28e1 | [
"MIT"
] | permissive | Surfndez/ergo-appkit | https://github.com/Surfndez/ergo-appkit | d5475cbb9258099af7c23aa445303ead73630aad | 6c33a3bc34b934f03a4347dd9733100844fcc49e | refs/heads/develop | 2023-07-26T19:15:09.980000 | 2021-08-20T16:54:10 | 2021-08-20T16:54:10 | 400,743,815 | 0 | 0 | MIT | true | 2021-08-28T19:32:31 | 2021-08-28T08:38:01 | 2021-08-28T08:38:04 | 2021-08-28T19:32:26 | 3,133 | 0 | 0 | 1 | null | false | false | package org.ergoplatform.appkit;
import org.ergoplatform.ErgoAddress;
import org.ergoplatform.ErgoAddressEncoder;
/**
* Enumeration of network types as they are defined by Ergo specification of {@link ErgoAddress}.
*/
public enum NetworkType {
/**
* Mainnet network type.
* @see ErgoAddressEncoder#Main... | UTF-8 | Java | 758 | java | NetworkType.java | Java | [] | null | [] | package org.ergoplatform.appkit;
import org.ergoplatform.ErgoAddress;
import org.ergoplatform.ErgoAddressEncoder;
/**
* Enumeration of network types as they are defined by Ergo specification of {@link ErgoAddress}.
*/
public enum NetworkType {
/**
* Mainnet network type.
* @see ErgoAddressEncoder#Main... | 758 | 0.699208 | 0.699208 | 30 | 24.266666 | 24.106615 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 5 |
efb5b9c8449729bcf1da3741aec4e6ce136f843e | 51,539,664,185 | 4db98a4abd95ef168bd0fa1e2869cb450570f8a3 | /src/main/java/edu/uci/oit/kfs/dwh/webservices/objectedit/service/ObjectEditValidationServiceBase.java | c475585c22b77625d93937850eaf08437756d0a3 | [] | no_license | jlannan/kfs-dwh-ws | https://github.com/jlannan/kfs-dwh-ws | 0164eacb0f0ac5f1107025851313a085d37b38b4 | 4b6aeb218721358af76d2806942a000a70430df2 | refs/heads/master | 2021-01-11T07:47:02.423000 | 2016-11-02T20:58:48 | 2016-11-02T20:58:48 | 72,680,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uci.oit.kfs.dwh.webservices.objectedit.service;
import javax.ws.rs.BadRequestException;
import org.apache.commons.lang3.StringUtils;
import edu.uci.oit.kfs.dwh.webservices.objectedit.dataaccess.ObjectEditValidationDao;
import edu.uci.oit.kfs.dwh.webservices.objectedit.objectedit.dto.BaseObjectEditRule;
i... | UTF-8 | Java | 3,667 | java | ObjectEditValidationServiceBase.java | Java | [] | null | [] | package edu.uci.oit.kfs.dwh.webservices.objectedit.service;
import javax.ws.rs.BadRequestException;
import org.apache.commons.lang3.StringUtils;
import edu.uci.oit.kfs.dwh.webservices.objectedit.dataaccess.ObjectEditValidationDao;
import edu.uci.oit.kfs.dwh.webservices.objectedit.objectedit.dto.BaseObjectEditRule;
i... | 3,667 | 0.819471 | 0.818653 | 106 | 33.594341 | 39.370224 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.622642 | false | false | 5 |
c69519ac808de5daa1e017939e042ad8b5155dce | 20,486,994,009,012 | c651461bf74652b5483089df89b8d3c8c6b2744b | /AppReinforceTool/src/main/java/org/jeson/reinforce/view/frame/ReinforceFrame.java | 578dcea94eff6f2c3543be4697a82a3515e0ccff | [] | no_license | yangzheng216/Apk-Reinforce-Tool | https://github.com/yangzheng216/Apk-Reinforce-Tool | caba085a498c07db6bfe67e338cc7d4c20fe8a8d | 1d9ac38fd44dae6ae366d82c06993f2697da2ebe | refs/heads/master | 2022-01-06T03:00:20.871000 | 2019-03-23T08:25:50 | 2019-03-23T08:25:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jeson.reinforce.view.frame;
import org.jeson.reinforce.resource.Resources;
import org.jeson.reinforce.util.Util;
import javax.swing.*;
import javax.swing.filechooser.FileFilter;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.tex... | UTF-8 | Java | 7,998 | java | ReinforceFrame.java | Java | [] | null | [] | package org.jeson.reinforce.view.frame;
import org.jeson.reinforce.resource.Resources;
import org.jeson.reinforce.util.Util;
import javax.swing.*;
import javax.swing.filechooser.FileFilter;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.tex... | 7,998 | 0.653163 | 0.631783 | 231 | 33.623375 | 25.479662 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766234 | false | false | 5 |
92d3bccee7627fbcc2786482d3daf07e5916a33a | 3,504,693,382,328 | 1aa801426cda3458816e4a82bc88c67751ad8013 | /src/sample/model/Transit.java | 0fb06c7346cd7ceaf3be4f420814afdaf73ef94e | [] | no_license | rpatel372/beltline-app | https://github.com/rpatel372/beltline-app | 671f05481888ed91ebe19eb1630238224f6ab728 | b12a7d3453148903ae69c02b0f5477f4f84575d1 | refs/heads/master | 2020-05-04T04:45:27.325000 | 2019-04-21T16:33:36 | 2019-04-21T16:33:36 | 178,969,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.model;
public class Transit {
public String route;
public String type;
public double price;
public int connectedSites;
public int transitsLogged;
public Transit(String r, String t, double p, int c, int l) {
route = r;
type = t;
price = p;
connecte... | UTF-8 | Java | 676 | java | Transit.java | Java | [] | null | [] | package sample.model;
public class Transit {
public String route;
public String type;
public double price;
public int connectedSites;
public int transitsLogged;
public Transit(String r, String t, double p, int c, int l) {
route = r;
type = t;
price = p;
connecte... | 676 | 0.590237 | 0.590237 | 32 | 20.125 | 15.378049 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
f8fb048ac593dd8cdfbf1f73e066659068e4900c | 25,391,846,715,619 | 3b8b4dfa0793e391941009222e9c3dd3b98158db | /src/com/cleanwise/service/api/value/TransRebateApprovedView.java | 92fee7927f4215f089e2d8a0a9a1adb33591c678 | [] | no_license | Veritiv/stjohn | https://github.com/Veritiv/stjohn | be2c9b382ee45e91f1630ddd668b4d58366f6713 | 70298e61ca63d612bdb83cfc271a9267a8ce6ce0 | refs/heads/master | 2016-09-08T12:42:00.880000 | 2015-04-20T15:50:13 | 2015-04-20T15:50:13 | 21,284,371 | 0 | 1 | null | false | 2015-02-18T16:14:50 | 2014-06-27T17:59:59 | 2015-02-16T23:20:22 | 2015-02-18T16:14:50 | 360,979 | 0 | 3 | 0 | Java | null | null |
/* DO NOT EDIT - Generated code from XSL file ViewObject.xsl */
package com.cleanwise.service.api.value;
/**
* Title: TransRebateApprovedView
* Description: This is a ViewObject class for UI.
* Purpose:
* Copyright: Copyright (c) 2001
* Company: CleanWise, Inc.
* @author Generated C... | UTF-8 | Java | 16,795 | java | TransRebateApprovedView.java | Java | [] | null | [] |
/* DO NOT EDIT - Generated code from XSL file ViewObject.xsl */
package com.cleanwise.service.api.value;
/**
* Title: TransRebateApprovedView
* Description: This is a ViewObject class for UI.
* Purpose:
* Copyright: Copyright (c) 2001
* Company: CleanWise, Inc.
* @author Generated C... | 16,795 | 0.631378 | 0.627568 | 619 | 26.130856 | 35.875355 | 683 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.355412 | false | false | 5 |
81bfed045aeb1f7a7bccdcab8c111abae8e1a79b | 23,158,463,715,055 | 23f433e4b47979044c7d86eb1482026cde3f0c5e | /Section05/src/com/jpm/codingexercises/PaintJob.java | 184c91f27eabaed02e8fa92d62988f2cefe87878 | [] | no_license | rc1983/jpm | https://github.com/rc1983/jpm | b96c4f5adc8f7894db9125a27e8810b6b53369f7 | c892c5d85ae64c203e33f9517ee3c413d3f07786 | refs/heads/master | 2020-08-23T07:26:44.091000 | 2020-07-28T13:38:50 | 2020-07-28T13:38:50 | 216,570,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jpm.codingexercises;
public class PaintJob
{
public static void main(String[] args)
{
System.out.println(getBucketCount(2.75, 3.25, 2.5, 1));
}
public static int getBucketCount( double width, double height, double areaPerBucket, int extraBuckets)
{
if (width <= 0 || height <= 0 || a... | UTF-8 | Java | 704 | java | PaintJob.java | Java | [] | null | [] | package com.jpm.codingexercises;
public class PaintJob
{
public static void main(String[] args)
{
System.out.println(getBucketCount(2.75, 3.25, 2.5, 1));
}
public static int getBucketCount( double width, double height, double areaPerBucket, int extraBuckets)
{
if (width <= 0 || height <= 0 || a... | 704 | 0.625 | 0.605114 | 34 | 18.764706 | 28.785269 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 5 |
8dd2efb74d5178e28cc6c250890adf5c19d1d9ee | 30,820,685,342,613 | 042918c631fbb6c05e3ba9b457c4eaa2418e9012 | /src/main/java/com/ch/web/SocketAciton.java | 23a30b7e1fbe33daa16c5dd441a06af6b969d1ec | [] | no_license | adaideluanmaku/SP_TEST_MANAGE | https://github.com/adaideluanmaku/SP_TEST_MANAGE | 4d3f0fb21fdb8bc50e4c377b23709e8ec0f18580 | 18ed8e05255b245abd35ac70092dd1adb68ce9e9 | refs/heads/master | 2021-05-09T11:34:43.160000 | 2019-02-12T02:02:47 | 2019-02-12T02:02:47 | 118,992,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ch.web;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import javax.annotation... | UTF-8 | Java | 2,650 | java | SocketAciton.java | Java | [] | null | [] | package com.ch.web;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import javax.annotation... | 2,650 | 0.763987 | 0.763987 | 92 | 25.608696 | 22.478954 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.184783 | false | false | 5 |
47fe8ea69278cc2b3ed89dc6c6810468b5595537 | 15,410,342,673,508 | d6ba22a8a9dd431921b8af8982edf115e0f84e01 | /stroom-pipeline/src/main/java/stroom/pipeline/errorhandler/SourceLocatorImpl.java | 3976955ade821ba8368346c9a09575564789d37d | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"CDDL-1.0",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"MPL-1.0",
"CC-BY-4.0",
"LicenseRef-scancode-public-domain",
"EPL-1.0"
] | permissive | gchq/stroom | https://github.com/gchq/stroom | 15dc1d4a8527fe7888d060d39e639b48183ff8bd | 759370c31d5d441444bca9d59c41c54bc42816f2 | refs/heads/master | 2023-09-05T01:40:41.773000 | 2023-09-04T16:40:12 | 2023-09-04T16:40:12 | 72,740,687 | 442 | 65 | Apache-2.0 | false | 2023-09-14T12:12:28 | 2016-11-03T11:55:47 | 2023-09-01T18:33:25 | 2023-09-14T12:12:27 | 170,887 | 410 | 54 | 552 | Java | false | false | /*
* Copyright 2016 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | UTF-8 | Java | 1,789 | java | SourceLocatorImpl.java | Java | [] | null | [] | /*
* Copyright 2016 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 1,789 | 0.700391 | 0.69592 | 63 | 27.396826 | 23.598185 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
2e6b0ca77e0e728e98cfe7beb23abc3b45b553c6 | 15,410,342,673,045 | 8dbb125969673fd6b34dd38477ee549316942981 | /src/main/java/com/ssafy/happyhouse/model/service/HouseServiceImpl.java | 0d9662be76c92c48331af6ce67558f650190f020 | [] | no_license | KimJaeHyun94/HappyHouseProject | https://github.com/KimJaeHyun94/HappyHouseProject | 9c811dd4d05161061d05432d5fe6fff90cee31f6 | fec29efc9f604956639c7ff9ccc097bce202d8b1 | refs/heads/master | 2022-12-21T11:18:24.309000 | 2020-09-22T16:04:26 | 2020-09-22T16:04:26 | 297,700,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.happyhouse.model.service;
import java.sql.SQLException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ssafy.happyhouse.HappyHouseException;
import com.ssafy.happyhouse.model.dao.HouseDao;
imp... | UTF-8 | Java | 2,811 | java | HouseServiceImpl.java | Java | [] | null | [] | package com.ssafy.happyhouse.model.service;
import java.sql.SQLException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ssafy.happyhouse.HappyHouseException;
import com.ssafy.happyhouse.model.dao.HouseDao;
imp... | 2,811 | 0.7154 | 0.713347 | 73 | 31.246574 | 26.333364 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.082192 | false | false | 5 |
345b06ba816208cf81948c1ae637190b0ae72200 | 68,719,501,448 | 194dff79bf9b48aeca006935baab67a3334b2447 | /src/test/java/org/osanchezhuerta/angularjs/test/UserServiceTest.java | bd1e47805119a8822465b29e708ee3e2236ca7a4 | [
"Apache-2.0"
] | permissive | osanchezhuerta/todolist-angularjs-app | https://github.com/osanchezhuerta/todolist-angularjs-app | 8a2676f7bee8a4d959cfc4471d565281915e5dad | 5b38ae6c088b34b345a73b7fb4e351dd3268c72d | refs/heads/master | 2019-08-20T06:52:45.095000 | 2016-09-14T19:47:34 | 2016-09-14T19:47:34 | 67,434,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.osanchezhuerta.angularjs.test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.osanchezhuerta.angularjs.web.service.BlogService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factor... | UTF-8 | Java | 1,152 | java | UserServiceTest.java | Java | [] | null | [] | package org.osanchezhuerta.angularjs.test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.osanchezhuerta.angularjs.web.service.BlogService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factor... | 1,152 | 0.804688 | 0.800347 | 38 | 29.31579 | 28.047052 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052632 | false | false | 5 |
287c55b0a80b7f9c2a4bca210bdd287630be19d5 | 30,021,821,428,126 | 56d260ff20b96e3214afd7c6a96ac7e4887d1ad1 | /cars-web-servlet/src/main/java/hu/gondag/bs33ut/car/security/ApplicationUserDetails.java | 1c4067d5b5b41c36cf945fe50004bf035f58f42b | [] | no_license | LyrianAswrate/car-web-servlet | https://github.com/LyrianAswrate/car-web-servlet | 57da7bf9c13fe055746c124738501ba0632ba586 | c6e8c02e4b738ef41ea96303f85129f22e6497e5 | refs/heads/master | 2020-05-26T03:04:03.192000 | 2019-05-22T17:47:22 | 2019-05-22T17:47:22 | 188,085,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.gondag.bs33ut.car.security;
import java.util.Collections;
import java.util.List;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import hu.gondag.bs33ut.car.dto.UserDTO;
public class ApplicationUserDeta... | UTF-8 | Java | 1,532 | java | ApplicationUserDetails.java | Java | [] | null | [] | package hu.gondag.bs33ut.car.security;
import java.util.Collections;
import java.util.List;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import hu.gondag.bs33ut.car.dto.UserDTO;
public class ApplicationUserDeta... | 1,532 | 0.641076 | 0.637795 | 63 | 22.190475 | 21.70499 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269841 | false | false | 5 |
62bb0ab7851355f83c88bf982185a26841cafd6d | 3,934,190,073,355 | 4f9e893cedd8f25557239f939edee6bcb1246715 | /jinghua/DM/src/com/jhkj/mosdc/xxzy/po/TbXxzyJzgxxEntity.java | ca06d28eb2925d66686a72555170bcd769962ece | [] | no_license | yangtie34/projects | https://github.com/yangtie34/projects | cc9ba22c1fd235dadfe18509bc6951e21e9d3be4 | 5a3a86116e385db1086f8f6e9eb07198432fec27 | refs/heads/master | 2020-06-29T11:04:26.615000 | 2017-07-25T03:28:15 | 2017-07-25T03:28:15 | 74,436,105 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jhkj.mosdc.xxzy.po;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "TB_JZGXX")
public class TbXxzyJzgxxEntity {
private Long id;
private String mc;
private Long yxId;
private Long ksId;
private Long ... | UTF-8 | Java | 1,963 | java | TbXxzyJzgxxEntity.java | Java | [] | null | [] | package com.jhkj.mosdc.xxzy.po;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "TB_JZGXX")
public class TbXxzyJzgxxEntity {
private Long id;
private String mc;
private Long yxId;
private Long ksId;
private Long ... | 1,963 | 0.661742 | 0.654101 | 110 | 16.845455 | 15.931779 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.509091 | false | false | 5 |
37bf4e6d0a001dcaa00ea524a8d1a3c788be9263 | 4,277,787,455,963 | 1091c59a63bd9c23361d85a9b56c7fdac1c87543 | /src/main/java/ua/repair_agency/services/pagination/Pagination.java | 55158bdd8cfffab8471cc8c6cd852eefd99b94d2 | [] | no_license | flame19/RepairAgencySpring | https://github.com/flame19/RepairAgencySpring | cbee483f0079f87039e466e712735a74399864f3 | 12916e93f5627b136a1264f1df687c0bc36e4d83 | refs/heads/master | 2022-12-28T07:35:23.811000 | 2020-10-14T18:29:29 | 2020-10-14T18:29:29 | 303,156,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.repair_agency.services.pagination;
import org.springframework.data.domain.Page;
import ua.repair_agency.entities.pagination.PaginationModel;
public interface Pagination {
PaginationModel createPaginationModel(String currentUri, Page<?> page);
}
| UTF-8 | Java | 263 | java | Pagination.java | Java | [] | null | [] | package ua.repair_agency.services.pagination;
import org.springframework.data.domain.Page;
import ua.repair_agency.entities.pagination.PaginationModel;
public interface Pagination {
PaginationModel createPaginationModel(String currentUri, Page<?> page);
}
| 263 | 0.817491 | 0.817491 | 8 | 31.75 | 27.302702 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
60ce081a9c9365adfb7ea26b604a08402c3ba83b | 14,259,291,448,010 | c813b6dac375850c085639dcd8afb67ec00477c8 | /src/main/java/com/fvthree/completeapi/payload/ClientCardTopUpRequest.java | e29f80d9de538756cec18d7186becc94f6903227 | [] | no_license | fvthree/cashminus | https://github.com/fvthree/cashminus | aecc5d6383a93917453f389aebb31cbff12751db | 7d2d9e4bf6c945ef4c180285a65d3c7e4f0702aa | refs/heads/master | 2020-07-29T04:08:24.931000 | 2019-09-19T23:01:13 | 2019-09-19T23:01:13 | 209,662,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fvthree.completeapi.payload;
import javax.validation.constraints.NotBlank;
public class ClientCardTopUpRequest {
private String topUpType;
private String referenceNumber;
private String pin;
private String username;
public String getReferenceNumber() {
return referenceNumber;... | UTF-8 | Java | 795 | java | ClientCardTopUpRequest.java | Java | [
{
"context": "\n\n public String getUsername() {\n return username;\n }\n}\n",
"end": 785,
"score": 0.854316771030426,
"start": 777,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.fvthree.completeapi.payload;
import javax.validation.constraints.NotBlank;
public class ClientCardTopUpRequest {
private String topUpType;
private String referenceNumber;
private String pin;
private String username;
public String getReferenceNumber() {
return referenceNumber;... | 795 | 0.661635 | 0.661635 | 39 | 19.384615 | 17.693422 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
f1ccbd0712affd05c039d199d53213b1ac1d4387 | 14,259,291,450,674 | 072bbe55c30434c588c3492ede151943a3d752fb | /src/main/java/com/almundo/callcenter/model/EmployeeType.java | bff1fcd2c79df3ce3f88ba96b87aebdd7f8b9575 | [] | no_license | angelqrz/callcenterjava | https://github.com/angelqrz/callcenterjava | ae55551661e2dca9f3b9fe126b0851c484a55c6e | 1b961f9965b85fd8bc8a1ef18880154f153ca9af | refs/heads/master | 2020-03-14T09:23:53.222000 | 2018-04-30T03:04:05 | 2018-04-30T03:04:05 | 131,543,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.almundo.callcenter.model;
/**
* Model representing Employee Type, as there is a fixed number of types it's declared as an enum
*/
public enum EmployeeType {
OPERADOR("Operador"),
SUPERVISOR("Supervisor"),
DIRECTOR("Director");
private String type;
EmployeeType(String type) {
... | UTF-8 | Java | 403 | java | EmployeeType.java | Java | [] | null | [] | package com.almundo.callcenter.model;
/**
* Model representing Employee Type, as there is a fixed number of types it's declared as an enum
*/
public enum EmployeeType {
OPERADOR("Operador"),
SUPERVISOR("Supervisor"),
DIRECTOR("Director");
private String type;
EmployeeType(String type) {
... | 403 | 0.64268 | 0.64268 | 20 | 19.15 | 22.036957 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
fe1ea8d590f1841bf1eb1dedae5197531cb59557 | 2,405,181,719,122 | 8db1b779bd226d1ae7e0cf065c0c61aaf127699a | /src/main/java/cn/xca/repository/cecezhipin/UserRepository.java | da2483ddb8d1ce2c51c85905957e6c52f7534dfe | [
"MIT"
] | permissive | newchian/ebbtns | https://github.com/newchian/ebbtns | aac400e0be1e0843ba5930d0b1abf09ada7af2a5 | be5009434b3317e7e5695366613a1d52303cb6b6 | refs/heads/main | 2023-01-28T12:22:00.633000 | 2020-12-11T10:39:28 | 2020-12-11T10:39:28 | 316,000,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.xca.repository.cecezhipin;
import java.util.List;
import org.bson.Document;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.qu... | UTF-8 | Java | 1,898 | java | UserRepository.java | Java | [] | null | [] | package cn.xca.repository.cecezhipin;
import java.util.List;
import org.bson.Document;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.qu... | 1,898 | 0.769758 | 0.768704 | 55 | 33.50909 | 24.835365 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.654545 | false | false | 5 |
9404cb30060b2538ed6b7e79b75faafebeb8919b | 22,162,031,278,433 | a2b9d53c67be6ccfddb862f0100fe19aa5c92a2b | /src/main/java/com/qa/wrappers/ProjectSpecificMethods.java | d40e5b5432a34dc3f25751c6ddd2396133adfa2b | [] | no_license | AravindhanBoopathi/Aravind-AT-Framework | https://github.com/AravindhanBoopathi/Aravind-AT-Framework | 2f858e2f9082fa474aecef66f9f54446cc9d23f3 | 2f86c2b0a2ca32fff4f8db4ee7d7b9b49dfdd25c | refs/heads/master | 2023-04-08T17:35:02.515000 | 2020-07-04T08:11:40 | 2020-07-04T08:11:40 | 277,067,471 | 0 | 1 | null | false | 2021-04-26T20:26:51 | 2020-07-04T08:09:23 | 2020-07-04T08:12:04 | 2021-04-26T20:26:50 | 116 | 0 | 1 | 1 | HTML | false | false | package com.qa.wrappers;
import java.io.File;
import java.io.FileInputStream;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.edge.EdgeDriver;
import org.openqa.selenium.firefox.Firefox... | UTF-8 | Java | 2,921 | java | ProjectSpecificMethods.java | Java | [
{
"context": ";\nimport com.qa.utils.TestUtil;\n\nimport io.github.bonigarcia.wdm.WebDriverManager;\nimport ru.sbtqa.tag.pagefac",
"end": 569,
"score": 0.964038074016571,
"start": 559,
"tag": "USERNAME",
"value": "bonigarcia"
}
] | null | [] | package com.qa.wrappers;
import java.io.File;
import java.io.FileInputStream;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.edge.EdgeDriver;
import org.openqa.selenium.firefox.Firefox... | 2,921 | 0.74495 | 0.74495 | 102 | 27.637255 | 25.808796 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.990196 | false | false | 5 |
53cb2663cbd0643dbbdf4cb34351c91ad56f6075 | 22,247,930,649,659 | bd61d2a19481549d9508a460fd227e3bdf12e821 | /app/src/main/java/net/mbonnin/arcanetracker/HistoryCompanion.java | 244afadb1a09a346a647a41086c2019324a134f8 | [
"MIT"
] | permissive | icichli/arcane_tracker | https://github.com/icichli/arcane_tracker | b09c804a177111f0049807603609af6b5d3779df | a76ba95f595921947d855e1bca16d146cf99982a | refs/heads/master | 2020-03-16T17:58:54.627000 | 2018-05-10T11:09:13 | 2018-05-10T11:09:13 | 132,854,758 | 0 | 0 | null | true | 2018-05-10T05:51:50 | 2018-05-10T05:51:50 | 2018-05-01T01:51:21 | 2017-08-21T18:44:22 | 54,648 | 0 | 0 | 0 | null | false | null | package net.mbonnin.arcanetracker;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.vie... | UTF-8 | Java | 2,669 | java | HistoryCompanion.java | Java | [] | null | [] | package net.mbonnin.arcanetracker;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.vie... | 2,669 | 0.681529 | 0.677407 | 68 | 38.25 | 28.427605 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735294 | false | false | 5 |
5b1df1ce9079b229b2490b5294e7fce1fe2f6b21 | 18,476,949,342,473 | 524c3487d7c6edf4cab0ed345237afb71d030d53 | /dsf-fhir/dsf-fhir-server/src/test/java/org/highmed/dsf/fhir/hapi/ResearchStudyTest.java | 5fdc109f62979fe251011697e2f14dd356308b34 | [
"Apache-2.0"
] | permissive | highmed/highmed-dsf | https://github.com/highmed/highmed-dsf | 2d5666c23ac38e6b3e0355032a10f77f21ca7e14 | 2448ee9719277ae7e720b38ae600f0056c773361 | refs/heads/main | 2023-07-09T20:23:42.392000 | 2023-06-21T18:21:33 | 2023-06-21T18:21:33 | 190,670,816 | 35 | 27 | Apache-2.0 | false | 2023-09-14T19:36:35 | 2019-06-07T01:06:36 | 2023-08-22T08:27:35 | 2023-09-14T19:36:35 | 8,245 | 32 | 21 | 25 | Java | false | false | package org.highmed.dsf.fhir.hapi;
import static org.junit.Assert.assertTrue;
import java.util.UUID;
import org.hl7.fhir.r4.model.Reference;
import org.hl7.fhir.r4.model.ResearchStudy;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ca.uhn.fhir.context.FhirContext;
public cla... | UTF-8 | Java | 989 | java | ResearchStudyTest.java | Java | [] | null | [] | package org.highmed.dsf.fhir.hapi;
import static org.junit.Assert.assertTrue;
import java.util.UUID;
import org.hl7.fhir.r4.model.Reference;
import org.hl7.fhir.r4.model.ResearchStudy;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ca.uhn.fhir.context.FhirContext;
public cla... | 989 | 0.787664 | 0.780586 | 31 | 30.903225 | 33.858677 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.129032 | false | false | 5 |
68c3e59f63669095853324d25e9ed1c73894f712 | 18,476,949,342,694 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /WeaselWeb/src/com/puttysoftware/weaselweb/maze/objects/WallTrap19.java | 40de982a28b9938f88a4f50df0514307f2f91c7c | [
"Unlicense"
] | permissive | retropipes/older-java-games | https://github.com/retropipes/older-java-games | 777574e222f30a1dffe7936ed08c8bfeb23a21ba | 786b0c165d800c49ab9977a34ec17286797c4589 | refs/heads/master | 2023-04-12T14:28:25.525000 | 2021-05-15T13:03:54 | 2021-05-15T13:03:54 | 235,693,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* WeaselWeb: A Maze-Solving Game
Copyright (C) 2008-2010 Eric Ahnell
Any questions should be directed to the author via email at: products@puttysoftware.com
*/
package com.puttysoftware.weaselweb.maze.objects;
import com.puttysoftware.weaselweb.maze.generic.GenericWallTrap;
public class WallTrap19 extends Generic... | UTF-8 | Java | 570 | java | WallTrap19.java | Java | [
{
"context": "elWeb: A Maze-Solving Game\nCopyright (C) 2008-2010 Eric Ahnell\n\nAny questions should be directed to the author v",
"end": 70,
"score": 0.9995608925819397,
"start": 59,
"tag": "NAME",
"value": "Eric Ahnell"
},
{
"context": "ons should be directed to the author via ema... | null | [] | /* WeaselWeb: A Maze-Solving Game
Copyright (C) 2008-2010 <NAME>
Any questions should be directed to the author via email at: <EMAIL>
*/
package com.puttysoftware.weaselweb.maze.objects;
import com.puttysoftware.weaselweb.maze.generic.GenericWallTrap;
public class WallTrap19 extends GenericWallTrap {
public Wa... | 546 | 0.736842 | 0.701754 | 19 | 29 | 30.587234 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 5 |
eed690a8ec220e47a2ad14f657689163401018da | 11,940,009,119,336 | c1e7cbe37983f0eab80f84d96704fd0cb53fe4e0 | /CRUD_Customer_getXMLJava/dao/MyDao.java | 481f3b05e71d299fbb7a665c80235d656dd69559 | [] | no_license | YuSiF00/IBM_Integration_Bus_project | https://github.com/YuSiF00/IBM_Integration_Bus_project | 049a5d22296a08debb27f0f979e1815e7f220936 | 711441c6318bb60505d5e4cd80736f6d247ffd2b | refs/heads/master | 2022-12-31T06:20:45.977000 | 2020-10-24T11:22:05 | 2020-10-24T11:22:05 | 306,553,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.List;
import model.Account;
import model.Customer;
public interface MyDao {
public List<Customer> getCustomersWithAccounts(List<Customer> customers, List<Account> accounts ) throws Exception;
}
| UTF-8 | Java | 232 | java | MyDao.java | Java | [] | null | [] | package dao;
import java.util.List;
import model.Account;
import model.Customer;
public interface MyDao {
public List<Customer> getCustomersWithAccounts(List<Customer> customers, List<Account> accounts ) throws Exception;
}
| 232 | 0.784483 | 0.784483 | 13 | 16.846153 | 30.25239 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 5 |
9e6655f91c16ddac0fa1369586efbfc26d092c6b | 30,623,116,878,646 | 0a4897d34b5fd35a6331177331e6539724c28b13 | /src/com/DTO/Pet.java | f6e23d5c712de85a4af80e76ae8a7647ac27cd78 | [] | no_license | RockBackEnd20151122/petHospital | https://github.com/RockBackEnd20151122/petHospital | 73f4635c2d897997a384ac4952a9e3894e29a21b | ea2cb41c73b897dddb95c9624cbb3f3a190fe448 | refs/heads/master | 2021-01-22T03:23:51.613000 | 2014-09-24T12:45:57 | 2014-09-24T12:45:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.DTO;
/**
* @author Rock
*
*/
public class Pet {
private int number;
private String name;
private String owner_name;
private String owner_address;
private String owner_city;
private String owner_phone;
private String birthday;
private int type;
public int getNumber() {
return n... | UTF-8 | Java | 1,315 | java | Pet.java | Java | [
{
"context": "/**\n * \n */\npackage com.DTO;\n\n/**\n * @author Rock\n *\n */\npublic class Pet {\n\t\n\tprivate int number;\n",
"end": 49,
"score": 0.9596072435379028,
"start": 45,
"tag": "NAME",
"value": "Rock"
}
] | null | [] | /**
*
*/
package com.DTO;
/**
* @author Rock
*
*/
public class Pet {
private int number;
private String name;
private String owner_name;
private String owner_address;
private String owner_city;
private String owner_phone;
private String birthday;
private int type;
public int getNumber() {
return n... | 1,315 | 0.691255 | 0.691255 | 72 | 17.263889 | 14.725255 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.402778 | false | false | 5 |
0cf50a61571d7334854c2b56030d0162545f898d | 28,063,316,368,616 | dfb91e160e7759fea79d0f120edf8aad39d48321 | /facebookweb/src/main/java/com/facebookweb/service/ServiceClass.java | 0454cdc3b34b4cd3f0d6af148611add8eecc6938 | [] | no_license | drishikadey/hsbc_sep | https://github.com/drishikadey/hsbc_sep | c172b7706a490e012d5abdf851914addaf62da0a | 6c6ddb136e97e4eb6345d619ffad66b4f69391eb | refs/heads/master | 2022-12-25T14:23:50.179000 | 2020-09-28T16:36:19 | 2020-09-28T16:36:19 | 295,689,514 | 0 | 0 | null | true | 2020-09-15T10:14:54 | 2020-09-15T10:14:54 | 2020-09-15T10:02:56 | 2020-09-15T10:02:54 | 0 | 0 | 0 | 0 | null | false | false | package com.facebookweb.service;
import java.sql.SQLException;
import java.util.List;
import com.facebook.dao.DaoClass;
import com.facebook.dao.DaoInterface;
import com.facebookweb.entity.FacebookUser;
public class ServiceClass implements ServiceInterface {
private DaoInterface di;
public ServiceClass... | UTF-8 | Java | 763 | java | ServiceClass.java | Java | [] | null | [] | package com.facebookweb.service;
import java.sql.SQLException;
import java.util.List;
import com.facebook.dao.DaoClass;
import com.facebook.dao.DaoInterface;
import com.facebookweb.entity.FacebookUser;
public class ServiceClass implements ServiceInterface {
private DaoInterface di;
public ServiceClass... | 763 | 0.726081 | 0.726081 | 35 | 19.799999 | 20.607626 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.257143 | false | false | 5 |
66eace369d6ebccd797da150f6d571e7b7d48db5 | 17,145,509,513,718 | 266813e2bd6d58cfb9fe021f5c9063284130f3bd | /src/main/java/com/prueba/parqueadero/controles/ControlParqueadero.java | c53f9a2d8babe57e50d2a419a8d92bbb9a253dfd | [] | no_license | Sebastiakk/parqueadero | https://github.com/Sebastiakk/parqueadero | e1dc70e63431cd1f9d8184446e2005148d72d6d1 | 23873793a003489958a1cd832e0275fc8d372e67 | refs/heads/master | 2020-06-08T17:12:23.798000 | 2019-06-25T13:09:46 | 2019-06-25T13:09:46 | 193,270,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prueba.parqueadero.controles;
import com.prueba.parqueadero.dominio.parqueadero.EntityParqueadero;
import com.prueba.parqueadero.dominio.parqueadero.InterfaceParqueadero;
import com.prueba.parqueadero.interfaces.HttpRespuestas;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | UTF-8 | Java | 1,690 | java | ControlParqueadero.java | Java | [] | null | [] | package com.prueba.parqueadero.controles;
import com.prueba.parqueadero.dominio.parqueadero.EntityParqueadero;
import com.prueba.parqueadero.dominio.parqueadero.InterfaceParqueadero;
import com.prueba.parqueadero.interfaces.HttpRespuestas;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | 1,690 | 0.709467 | 0.698817 | 51 | 32.156864 | 25.973873 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 5 |
665c86156aa16905e1dddd07e9e463c2e2e10f7b | 1,030,792,220,120 | 4705ae23826a04676d1a6ee19553a49b0692cde8 | /src/main/java/com/game/backbase/kalah/utility/Cache.java | 820deefba1ca9b28924bdaf494289f3e0a8ae4c2 | [] | no_license | jazvillagra/kalah | https://github.com/jazvillagra/kalah | e97053460669bb886c5f7cd68a0811a28ca21184 | 2c9112d651ec6dc20bef22481b3027093e4498b8 | refs/heads/master | 2021-01-03T03:13:23.336000 | 2019-02-17T12:39:44 | 2019-02-17T12:39:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.backbase.kalah.utility;
import com.game.backbase.kalah.domain.Kalah;
import com.game.backbase.kalah.domain.Pitt;
import com.game.backbase.kalah.domain.Player;
import java.util.*;
import java.util.stream.IntStream;
/**
* Created by tarunsapra on 02/09/2017.
*/
public class Cache {
public stati... | UTF-8 | Java | 2,200 | java | Cache.java | Java | [
{
"context": "ort java.util.stream.IntStream;\n\n/**\n * Created by tarunsapra on 02/09/2017.\n */\npublic class Cache {\n\n publ",
"end": 262,
"score": 0.9996138215065002,
"start": 252,
"tag": "USERNAME",
"value": "tarunsapra"
}
] | null | [] | package com.game.backbase.kalah.utility;
import com.game.backbase.kalah.domain.Kalah;
import com.game.backbase.kalah.domain.Pitt;
import com.game.backbase.kalah.domain.Player;
import java.util.*;
import java.util.stream.IntStream;
/**
* Created by tarunsapra on 02/09/2017.
*/
public class Cache {
public stati... | 2,200 | 0.596818 | 0.590455 | 74 | 28.729731 | 24.904303 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
115d1ccefe7ff03ce99f89d3f3b150a5e9fa70cf | 266,288,002,893 | c612a0af5c0dd5df740c26a651a61c40bf929402 | /NONGDAM/.svn/pristine/11/115d1ccefe7ff03ce99f89d3f3b150a5e9fa70cf.svn-base | 8edbb351b5f991d2bbe1a85bc0f82ea9e53f48ac | [] | no_license | kangsb10/myRepo | https://github.com/kangsb10/myRepo | 255caa2705938dd9960f6274c2ea902c4c76e79d | ae2463895cf26ada0cf900488de628afba4684f8 | refs/heads/master | 2022-12-25T20:42:23.600000 | 2019-08-06T23:18:44 | 2019-08-06T23:18:44 | 200,847,690 | 0 | 0 | null | false | 2022-12-16T02:45:44 | 2019-08-06T12:33:16 | 2019-08-06T23:18:46 | 2022-12-16T02:45:41 | 35,789 | 0 | 0 | 26 | Java | false | false | package kr.or.ddit.dao.noticefileitem;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.ibatis.sqlmap.client.SqlMapClient;
import kr.or.ddit.vo.NoticeFileItemVO;
@Repository
public c... | UTF-8 | Java | 1,136 | 115d1ccefe7ff03ce99f89d3f3b150a5e9fa70cf.svn-base | Java | [] | null | [] | package kr.or.ddit.dao.noticefileitem;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.ibatis.sqlmap.client.SqlMapClient;
import kr.or.ddit.vo.NoticeFileItemVO;
@Repository
public c... | 1,136 | 0.770247 | 0.770247 | 47 | 22.170214 | 25.17033 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.170213 | false | false | 5 | |
832afe8acb1617d63b052200a6a8392221620102 | 34,187,939,683,367 | f133ab64c49d63ad7fcd757841fec339fea30885 | /FileCopyDemo.java | af09f3ca5bbed5dac3fe1aba5cd45f021a993774 | [] | no_license | gstswwx/javaDemo | https://github.com/gstswwx/javaDemo | 1b1e97ba36c4cea17a9587edc1c8f6d683a9ce13 | bcbfc74600a2ea12c46fc05c9d0e0977962fa758 | refs/heads/master | 2020-04-06T06:56:18.921000 | 2016-08-26T01:37:34 | 2016-08-26T01:37:34 | 65,619,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.Scanner;
public class FileCopyDemo {
public static void main(String[] args) throws IOException {
Scanner scn = new Scanner(System.in);
System.out.println("Input the source file path:");
String src = scn.nextLine();
System.out.println("Input the destination directory path:")... | UTF-8 | Java | 2,799 | java | FileCopyDemo.java | Java | [] | null | [] | import java.io.*;
import java.util.Scanner;
public class FileCopyDemo {
public static void main(String[] args) throws IOException {
Scanner scn = new Scanner(System.in);
System.out.println("Input the source file path:");
String src = scn.nextLine();
System.out.println("Input the destination directory path:")... | 2,799 | 0.663809 | 0.66095 | 101 | 26.712872 | 24.886011 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.772277 | false | false | 5 |
fc8fd164772ca9ddc91f927eb455ad5316dd9438 | 15,487,652,127,425 | dce6820e982fe7108dc176557e0a76783a5ef7e6 | /009/ExtendsDemo4.java | 1935015c0d9d30c28e6f55a6dd4c2a19f04ec1c9 | [] | no_license | xk-coco/javaStudy | https://github.com/xk-coco/javaStudy | 80e88b90101f9cebd77b1e99f1c3e138df98e62b | 87a3e813d9b2cb77380d173e0765d93dded64077 | refs/heads/master | 2018-01-13T22:10:53.886000 | 2017-06-11T06:55:10 | 2017-06-11T06:55:10 | 86,597,187 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Fu
{
Fu()
{
System.out.println("A Fu run");
}
Fu(int x)
{
System.out.println("B Fu run "+x);
}
}
class Zi extends Fu
{
Zi()
{
// super();
// super(4);//two
System.out.println("C Zi run");//three
}
Zi(int x)
{
// super();
// super(x);
this();//one
System.out.println("D Zi run "+x);//f... | UTF-8 | Java | 563 | java | ExtendsDemo4.java | Java | [] | null | [] | class Fu
{
Fu()
{
System.out.println("A Fu run");
}
Fu(int x)
{
System.out.println("B Fu run "+x);
}
}
class Zi extends Fu
{
Zi()
{
// super();
// super(4);//two
System.out.println("C Zi run");//three
}
Zi(int x)
{
// super();
// super(x);
this();//one
System.out.println("D Zi run "+x);//f... | 563 | 0.567878 | 0.562141 | 47 | 10.148936 | 13.644387 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.191489 | false | false | 5 |
9b3f69711333d9d45299474b512c9683adc8270f | 35,811,437,314,118 | d9f891d8524b98d9bf381e6244444e706a0c87db | /S17 - Selenium WebDriver - Working With Web Elements-20180404T092931Z-001/S17 - Selenium WebDriver - Working With Web Elements/10-MultipleSelect.java | a8576f63467e1c68d6f0ebcefbba779f637f3a3a | [
"MIT"
] | permissive | rajendrapenumalli/Selenium-WebDriver-With-Java---Novice-To-Ninja-plus-Interview | https://github.com/rajendrapenumalli/Selenium-WebDriver-With-Java---Novice-To-Ninja-plus-Interview | a4131388b28e7f533e97df9108c8f4d235d36068 | 41224c40f8c53030ffbe8e912b0acfc0050a6772 | refs/heads/master | 2020-05-30T09:16:33.592000 | 2019-05-28T16:05:56 | 2019-05-28T16:05:56 | 189,641,015 | 1 | 0 | null | true | 2019-05-31T18:33:08 | 2019-05-31T18:33:08 | 2019-05-28T16:06:28 | 2019-05-28T16:06:25 | 7,523 | 0 | 0 | 0 | null | false | false | package workingwithelements;
import java.util.concurrent.TimeUnit;
import java.util.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
i... | UTF-8 | Java | 1,905 | java | 10-MultipleSelect.java | Java | [
{
"context": "etProperty(\"webdriver.gecko.driver\", \n\t\t\t\t\"/Users/atomar/Documents/workspace_personal/libs/geckodriver\");\n",
"end": 564,
"score": 0.9230659604072571,
"start": 558,
"tag": "USERNAME",
"value": "atomar"
}
] | null | [] | package workingwithelements;
import java.util.concurrent.TimeUnit;
import java.util.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
i... | 1,905 | 0.736483 | 0.72021 | 70 | 26.228571 | 20.02154 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.985714 | false | false | 5 |
938b07c5ec68a1bfb14424976869e171b6a29b3d | 35,235,911,713,804 | 98e55da122924e7df1d696d99042cbffd6a03470 | /service-file/file-web/src/main/java/com/liyz/cloud/service/file/controller/FeignFileController.java | 512f8747282814104e76593aae7c502cf24fd21d | [] | no_license | ZhiQinIsZhen/springcloud-demo | https://github.com/ZhiQinIsZhen/springcloud-demo | 1fbd259ee45154b11110d5b9b85d6b6928858eb1 | ef508b4382e93d1f4d73147f99dd7215ad624d91 | refs/heads/master | 2022-06-23T01:23:22.809000 | 2020-10-10T08:20:07 | 2020-10-10T08:20:07 | 230,410,716 | 1 | 0 | null | false | 2022-06-17T02:46:28 | 2019-12-27T09:09:48 | 2020-10-10T08:20:14 | 2022-06-17T02:46:28 | 471 | 1 | 0 | 2 | Java | false | false | package com.liyz.cloud.service.file.controller;
import com.liyz.cloud.common.base.Result.Result;
import com.liyz.cloud.common.model.bo.file.FileInfoBO;
import com.liyz.cloud.common.model.bo.file.FileInfoListBO;
import com.liyz.cloud.service.file.remote.RemoteFileService;
import io.swagger.annotations.Api;
import org.s... | UTF-8 | Java | 1,937 | java | FeignFileController.java | Java | [
{
"context": "\n\nimport java.util.List;\n\n/**\n * 注释:\n *\n * @author liyangzhen\n * @version 1.0.0\n * @date 2020/3/16 16:30\n */\n@A",
"end": 737,
"score": 0.9992372393608093,
"start": 727,
"tag": "USERNAME",
"value": "liyangzhen"
}
] | null | [] | package com.liyz.cloud.service.file.controller;
import com.liyz.cloud.common.base.Result.Result;
import com.liyz.cloud.common.model.bo.file.FileInfoBO;
import com.liyz.cloud.common.model.bo.file.FileInfoListBO;
import com.liyz.cloud.service.file.remote.RemoteFileService;
import io.swagger.annotations.Api;
import org.s... | 1,937 | 0.757433 | 0.75013 | 52 | 35.865383 | 30.538771 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 5 |
8a6e6b73e62229e74ffbc44d107ac6a5133554bb | 34,995,393,549,572 | 9757b9287eaac2478fd93c4a5ff1272250c54ab2 | /org.schema/src/main/java/org/schema/IEmailMessage.java | 59204660e98a17765326051f1e219ef4373021d6 | [] | no_license | schwichti/astro | https://github.com/schwichti/astro | 2d24e0310967cde7b5b2d19f2abf4405288f07a9 | ac550bf483579d78dc2cedba1d5b8fbf8f1cf22e | refs/heads/master | 2021-05-05T15:15:39.769000 | 2018-11-26T20:28:21 | 2018-11-26T20:28:21 | 117,298,133 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.schema;
/**
* An email message.
*/
public interface IEmailMessage extends IMessage{
}
| UTF-8 | Java | 110 | java | IEmailMessage.java | Java | [] | null | [] | package org.schema;
/**
* An email message.
*/
public interface IEmailMessage extends IMessage{
}
| 110 | 0.663636 | 0.663636 | 8 | 11.75 | 15.562374 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
6d3ce3f7413e58623ceaebfb7515788b509a44cc | 15,831,249,456,984 | 51e6bb7c6c666b8cbd5ac11826705d62d1757896 | /src/TFG/Camera.java | efe79a6799aaee19a305615999c76049a26a69cd | [] | no_license | ludusestars/TFG | https://github.com/ludusestars/TFG | 5286088553f3bf2f97e6fae47f9ed972aa415e8f | 2f3be4056fc38dfdd43c2e265d73fbda960cc872 | refs/heads/master | 2019-07-26T02:20:31.448000 | 2017-06-30T12:08:22 | 2017-06-30T12:08:22 | 85,861,915 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
*
* This class interacts with the smartphone's camera
*
* @author Javier Salcedo
*
*****************************************************************************/
package TFG;
import connection.BTconnector;
import lejos.hardware.B... | UTF-8 | Java | 2,817 | java | Camera.java | Java | [
{
"context": "eracts with the smartphone's camera\n * \n * @author Javier Salcedo\n * \n ********************************************",
"end": 166,
"score": 0.9997571706771851,
"start": 152,
"tag": "NAME",
"value": "Javier Salcedo"
}
] | null | [] | /******************************************************************************
*
* This class interacts with the smartphone's camera
*
* @author <NAME>
*
*****************************************************************************/
package TFG;
import connection.BTconnector;
import lejos.hardware.Button;
i... | 2,809 | 0.598864 | 0.586794 | 133 | 20.18045 | 20.556847 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.308271 | false | false | 5 |
8a21cf5dcc0dde0fb0632df2ad985ab033507102 | 29,669,634,103,796 | b7a3683d3148fd113304cd501295ce8135283ea3 | /src/a/entity/gus/b/entitysrc2/perform/duplicate/EntityImpl.java | ed88d5858c7363ad3ce1b2bfb1f34a19e0d61d9a | [] | no_license | gusjava/a | https://github.com/gusjava/a | b589909551dabc34d63a96556b4ddd38569f911a | 9745657dd2d54e65a3c0d0dd8109fb19e0461a5b | refs/heads/main | 2023-09-01T12:35:56.770000 | 2021-10-07T06:51:57 | 2021-10-07T06:51:57 | 393,880,076 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a.entity.gus.b.entitysrc2.perform.duplicate;
import java.io.File;
import java.io.PrintStream;
import java.text.SimpleDateFormat;
import java.util.Date;
import a.framework.*;
public class EntityImpl implements Entity, P, F {
public String creationDate() {return "20210908";}
public static final String ENTI... | UTF-8 | Java | 2,722 | java | EntityImpl.java | Java | [] | null | [] | package a.entity.gus.b.entitysrc2.perform.duplicate;
import java.io.File;
import java.io.PrintStream;
import java.text.SimpleDateFormat;
import java.util.Date;
import a.framework.*;
public class EntityImpl implements Entity, P, F {
public String creationDate() {return "20210908";}
public static final String ENTI... | 2,722 | 0.68773 | 0.668259 | 93 | 28.268818 | 27.828253 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.129032 | false | false | 5 |
b8250f701c50f19cce440f53c5a216be784f5b4d | 3,616,362,469,598 | 7b34b6b4c8cc61a74b5e6fa1041f2e5dfa2a9b28 | /JavaSource/org/opennms/web/assets/Service.java | 857d233be9f82aa0200e8ad21f153f261910fff4 | [] | no_license | OpenNMS-Archives/experimental-AssetMgmt | https://github.com/OpenNMS-Archives/experimental-AssetMgmt | ab4b21ae669f03c348a19fc606edf0bedc56701d | 0a620ef2ee96d9d6e638ba479e14a155015b396e | refs/heads/master | 2021-10-09T16:30:53.151000 | 2005-09-23T22:05:00 | 2005-09-23T22:05:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.opennms.web.assets;
import java.io.Serializable;
import java.util.Set;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
/** @author Hibernate CodeGenerator */
public class Service implement... | UTF-8 | Java | 2,225 | java | Service.java | Java | [] | null | [] | package org.opennms.web.assets;
import java.io.Serializable;
import java.util.Set;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
/** @author Hibernate CodeGenerator */
public class Service implement... | 2,225 | 0.64 | 0.64 | 88 | 24.28409 | 21.086374 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
a6a6ca5a03f01236f03355ec112085f364cb8537 | 3,616,362,469,271 | 7207e7a4926a2b254eb5d790a5c193701a6fdfbe | /app/src/main/java/lpm/uca/countriesdata/dataBase/FeedReaderContract.java | b035996a77984f50d30adc8e3aa8b50ca4fff0c2 | [] | no_license | adepalle/Countries-datas | https://github.com/adepalle/Countries-datas | c5f5f4c6cc6ebb017722085c2382b30021aa2fa1 | 7e2430b23496f1c6d36f4f4fba034d908a9bfe9a | refs/heads/master | 2020-04-21T11:49:47.309000 | 2019-02-07T08:45:50 | 2019-02-07T08:45:50 | 169,540,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lpm.uca.countriesdata.dataBase;
import android.provider.BaseColumns;
/**
* Created by Alexis on 10/02/2018.
*/
final class FeedReaderContract {
private FeedReaderContract(){}
static abstract class FeedEntry implements BaseColumns{
static final String DATABASE_NAME = "Countries.db";
... | UTF-8 | Java | 1,870 | java | FeedReaderContract.java | Java | [
{
"context": "t android.provider.BaseColumns;\n\n/**\n * Created by Alexis on 10/02/2018.\n */\n\nfinal class FeedReaderContrac",
"end": 103,
"score": 0.9993172883987427,
"start": 97,
"tag": "NAME",
"value": "Alexis"
}
] | null | [] | package lpm.uca.countriesdata.dataBase;
import android.provider.BaseColumns;
/**
* Created by Alexis on 10/02/2018.
*/
final class FeedReaderContract {
private FeedReaderContract(){}
static abstract class FeedEntry implements BaseColumns{
static final String DATABASE_NAME = "Countries.db";
... | 1,870 | 0.603743 | 0.597326 | 47 | 38.787235 | 24.96034 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 5 |
e65dc6d4ee60450f2c7b88888f551ed88a4282f6 | 13,108,240,233,514 | 151b3c46dab8292c79608f1d4dc64cada4deb606 | /yuanrong-admin/yuanrong-admin-dao/src/main/java/com/yuanrong/admin/dao/account/IPDaoI.java | db9f30a2b042d8a6ff0564ac8942ad4b460e7e94 | [] | no_license | KqSMea8/yuanrong | https://github.com/KqSMea8/yuanrong | cb887a4412036de93dc1a8786ba1d7755d4c30e8 | b77ded6944b92409ddac987929640211e04d8752 | refs/heads/master | 2020-04-16T07:54:15.997000 | 2019-01-12T15:08:33 | 2019-01-12T15:08:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuanrong.admin.dao.account;
import com.github.pagehelper.PageInfo;
import com.yuanrong.admin.bean.account.IP;
import com.yuanrong.admin.bean.account.PlatformIPAccount;
import com.yuanrong.admin.dao.BaseDaoI;
import com.yuanrong.admin.seach.IPListParamSeach;
import com.yuanrong.admin.util.BaseModel;
import ... | UTF-8 | Java | 1,536 | java | IPDaoI.java | Java | [] | null | [] | package com.yuanrong.admin.dao.account;
import com.github.pagehelper.PageInfo;
import com.yuanrong.admin.bean.account.IP;
import com.yuanrong.admin.bean.account.PlatformIPAccount;
import com.yuanrong.admin.dao.BaseDaoI;
import com.yuanrong.admin.seach.IPListParamSeach;
import com.yuanrong.admin.util.BaseModel;
import ... | 1,536 | 0.657609 | 0.657609 | 66 | 21.318182 | 21.107344 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
77d890abb7b6365e929c69c4c7de312fdc707735 | 17,952,963,343,649 | 2c212d17b34f677777b2670c85d2bde9a44f79bd | /src/main/java/com/miao/dao/EmployeeDAO.java | 2fda4c9454935e51d5eda0d82f261699ac2feeb5 | [] | no_license | miaochangchun/affairmanage | https://github.com/miaochangchun/affairmanage | 44add93e7efa0faf0998484a2cbf97f9380ef495 | 68bcfcb325e7ae87f542d85a95003587f0b15c6f | refs/heads/master | 2020-12-30T16:27:59.998000 | 2017-05-11T14:42:01 | 2017-05-11T14:42:01 | 90,989,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miao.dao;
import com.miao.bean.Employee;
import java.util.List;
/**
* Created by 10048 on 2017/5/9.
*/
public interface EmployeeDAO {
/**
* 添加员工信息
* @param employee
*/
void addEmployee(Employee employee);
/**
* 更新员工信息
* @param employee
*/
void updateEmploy... | UTF-8 | Java | 727 | java | EmployeeDAO.java | Java | [
{
"context": "loyee;\n\nimport java.util.List;\n\n/**\n * Created by 10048 on 2017/5/9.\n */\npublic interface EmployeeDAO {\n ",
"end": 102,
"score": 0.9982695579528809,
"start": 97,
"tag": "USERNAME",
"value": "10048"
}
] | null | [] | package com.miao.dao;
import com.miao.bean.Employee;
import java.util.List;
/**
* Created by 10048 on 2017/5/9.
*/
public interface EmployeeDAO {
/**
* 添加员工信息
* @param employee
*/
void addEmployee(Employee employee);
/**
* 更新员工信息
* @param employee
*/
void updateEmploy... | 727 | 0.574273 | 0.557427 | 41 | 14.926829 | 13.344205 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.195122 | false | false | 5 |
f2728cc0ed9c54075fc06e7ecde09b2ea6e2c5bb | 17,952,963,345,854 | e92d34aa5545be192411bbd6303763ca994f24f1 | /src/com/syntax/class10/Task3.java | 75956d00e70d9ceb5ecce0e6235a65f2562d0be0 | [] | no_license | pfeif11/JavaBasics | https://github.com/pfeif11/JavaBasics | 512188c7d32adabf30a00a4be7786800f828d375 | 6ac6cdf39ede3a0c381d6cb2e1a414d61c8f18de | refs/heads/master | 2021-04-03T14:41:51.060000 | 2020-05-09T14:18:26 | 2020-05-09T14:18:26 | 248,367,777 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syntax.class10;
public class Task3 {
public static void main(String[] args) {
//Create an array of countries.
//While retrieving all values from an array
//print capital for each country. (use 2 different loops).
String countries[]= {"Philippines","Portugal","Poland","Vietnam","Cambodia"};
... | UTF-8 | Java | 1,492 | java | Task3.java | Java | [] | null | [] | package com.syntax.class10;
public class Task3 {
public static void main(String[] args) {
//Create an array of countries.
//While retrieving all values from an array
//print capital for each country. (use 2 different loops).
String countries[]= {"Philippines","Portugal","Poland","Vietnam","Cambodia"};
... | 1,492 | 0.538874 | 0.535523 | 52 | 27.096153 | 20.223995 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.826923 | false | false | 5 |
4e8352435e5fce0258a07b9623fd54d53ea89915 | 6,828,998,005,645 | 9895fef75c4bc7a9fe5b2455488fac7031924c8c | /src/test/day2.java | 97c49188c64c40805b63e0449ba59fdb8856f3c5 | [] | no_license | sdatta326/testngrough | https://github.com/sdatta326/testngrough | 21f9b2c38770481723302427ddd38ac09c0efee1 | f3a21e53934c2d21093d739482d0167efd39157e | refs/heads/master | 2020-06-23T21:11:54.871000 | 2019-07-25T03:53:15 | 2019-07-25T03:53:15 | 198,753,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
public class day2 {
@Test(groups= {"Smoke"})
public void tc3()
{
System.out.println("hello world3");
}
@Parameters... | UTF-8 | Java | 730 | java | day2.java | Java | [] | null | [] | package test;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
public class day2 {
@Test(groups= {"Smoke"})
public void tc3()
{
System.out.println("hello world3");
}
@Parameters... | 730 | 0.634247 | 0.623288 | 42 | 15.380953 | 16.32403 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.261905 | false | false | 5 |
7aa26cf765593ed37d87ae8f1b29a1dd42a969fc | 16,896,401,374,823 | be69a9d6980d89e21cf17775f1636cb784bb6697 | /src/StateOfProduct.java | 23726bf48af7b56cc469b70c7df87a422bd23e23 | [] | no_license | luizmo/ads-patterns | https://github.com/luizmo/ads-patterns | 3ec9bdf4778548aeab912a0e153dbb50edd7d20a | f3781b3c0418b9597c9b5ccc81cdca13389cac2f | refs/heads/master | 2022-12-29T15:38:56.034000 | 2020-09-29T00:13:40 | 2020-09-29T00:13:40 | 298,872,104 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public interface StateOfProduct {
void addExtraTax(Product product);
void newState(Product product);
void oldState(Product product);
}
| UTF-8 | Java | 141 | java | StateOfProduct.java | Java | [] | null | [] |
public interface StateOfProduct {
void addExtraTax(Product product);
void newState(Product product);
void oldState(Product product);
}
| 141 | 0.780142 | 0.780142 | 6 | 22.333334 | 15.118054 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 5 |
fc4b795b3f76420c22cb1f4565a8e9f410ab41d0 | 27,943,057,296,852 | 58d58870aa4b851f7387f630ab2f2a9f6645d4cf | /SisEstacionamento/src/usuario/JFrameEntradaSaidaVeiculos.java | cb183439dbe6ba1f7876a5766e96ae90d81f10da | [] | no_license | dmveiga/ltp4-aai | https://github.com/dmveiga/ltp4-aai | dc1a51c05c32fd13dfb492525352a071f5e0a4c4 | 260b85cac44dc5d3532348193afc162da16cab78 | refs/heads/master | 2017-09-25T10:24:14.775000 | 2016-05-27T19:08:21 | 2016-05-27T19:08:21 | 59,856,472 | 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 usuario;
import dados.Estacionamento;
import dados.Mensalista;
import dados.RegistroESVeiculo;
import erros.EstacionamentoExce... | UTF-8 | Java | 33,573 | java | JFrameEntradaSaidaVeiculos.java | Java | [
{
"context": "ne;\nimport utilitarios.LtpUtil;\n\n/**\n *\n * @author dm.veiga\n */\npublic class JFrameEntradaSaidaVeiculos exten",
"end": 528,
"score": 0.9993929862976074,
"start": 520,
"tag": "USERNAME",
"value": "dm.veiga"
}
] | 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 usuario;
import dados.Estacionamento;
import dados.Mensalista;
import dados.RegistroESVeiculo;
import erros.EstacionamentoExce... | 33,573 | 0.666538 | 0.657598 | 583 | 56.559177 | 42.787476 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.713551 | false | false | 5 |
f01b26a9f5b9585e431538014f869867edd3e2bf | 27,221,502,730,277 | 5616d069c4603de2eebdc4af98a8218b8f62b543 | /xiaobo/xiaobo-activity/src/main/java/org/xiaobo/activity/sevice/UserService.java | 8881636604fc0f6e537cbc01345a4a0da2a7bbad | [] | no_license | xbobo/xiaobo-more-datasource | https://github.com/xbobo/xiaobo-more-datasource | a8654b10dd4719f877b52c74a82864dfddab972b | 8f7363b31ba4e8947fdbebae03f8e0f055ca82ad | refs/heads/master | 2022-06-26T05:11:04.410000 | 2019-04-29T02:36:17 | 2019-04-29T02:36:17 | 183,986,483 | 0 | 0 | null | false | 2022-06-17T02:10:16 | 2019-04-29T02:30:40 | 2019-04-29T02:36:43 | 2022-06-17T02:10:16 | 79,966 | 0 | 0 | 9 | Java | false | false | package org.xiaobo.activity.sevice;
import java.util.List;
import org.xiaobo.activity.master.entity.User;
public interface UserService {
User saveUser(User user);
List<User> findAll();
}
| UTF-8 | Java | 197 | java | UserService.java | Java | [] | null | [] | package org.xiaobo.activity.sevice;
import java.util.List;
import org.xiaobo.activity.master.entity.User;
public interface UserService {
User saveUser(User user);
List<User> findAll();
}
| 197 | 0.751269 | 0.751269 | 13 | 14.153846 | 15.893134 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
eb8bedafc2cc68b0ab97818d00ad818e866667c2 | 25,907,242,795,179 | fdfffa8cacb572a157ead4a9723f90b25ecfe50c | /modules/core/src/main/java/org/apache/ignite/internal/processors/marshaller/MissingMappingRequestMessage.java | a4b4363309cadabfbf89f2fba854b3037cea435e | [
"Apache-2.0",
"LicenseRef-scancode-gutenberg-2020",
"CC0-1.0",
"BSD-3-Clause"
] | permissive | apache/ignite | https://github.com/apache/ignite | 0bc83435a8db46d9c4df000fe05b1c70165b37d4 | dbf1c7825d74809cd6859c85a8ac9ed9ac071e39 | refs/heads/master | 2023-08-31T21:31:04.618000 | 2023-08-31T19:43:09 | 2023-08-31T19:43:09 | 31,006,158 | 4,806 | 2,308 | Apache-2.0 | false | 2023-09-14T18:56:33 | 2015-02-19T08:00:05 | 2023-09-14T02:08:45 | 2023-09-14T18:56:32 | 443,689 | 4,532 | 1,856 | 715 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 4,425 | java | MissingMappingRequestMessage.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 4,425 | 0.63661 | 0.633898 | 150 | 28.5 | 28.075077 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 7 |
db29bac7266085ccc042a893e51f284b8f265104 | 26,817,775,852,376 | a0f19ab3cfc8823a1a829a39cb99a2879484bf1e | /app/src/main/java/com/learn/swl/zhsz/Base/BasePager.java | 0bddafe5f0757e73ae876c406c3ce703baff7240 | [] | no_license | cha63506/Zhsz | https://github.com/cha63506/Zhsz | b8edd5914c21fd4277bf8fd95d26b841285bc207 | b7e58303612b83239025eed328ac126c859355b3 | refs/heads/master | 2018-03-02T11:18:49.534000 | 2015-12-11T09:20:22 | 2015-12-11T09:20:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.swl.zhsz.Base;
import android.app.Activity;
import android.support.v4.app.FragmentActivity;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageButton;
import android.widget.TextView;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import com.jeremyfeinste... | UTF-8 | Java | 1,928 | java | BasePager.java | Java | [
{
"context": "tton;\nimport android.widget.TextView;\n\nimport com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;\nimport com.jeremyfei",
"end": 266,
"score": 0.8952382802963257,
"start": 251,
"tag": "USERNAME",
"value": "jeremyfeinstein"
},
{
"context": "feinstein.slidingmenu.lib.Slid... | null | [] | package com.learn.swl.zhsz.Base;
import android.app.Activity;
import android.support.v4.app.FragmentActivity;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageButton;
import android.widget.TextView;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import com.jeremyfeinste... | 1,928 | 0.695539 | 0.690871 | 58 | 32.241379 | 23.536699 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 7 |
657ffb62c8a7e698350bda930798e398aa1bd984 | 32,908,039,476,231 | e7929ca8665603db9f5581a66dc3e0b8158518b8 | /src/main/java/com/company/springforum/service/register/PhoneStorage.java | 9896cbf039bce8ec9e29be71b67e405f2e0721bf | [] | no_license | HumanLeung/SpringForum | https://github.com/HumanLeung/SpringForum | a8472e7a9e022d2c94a3a1db0984fc7f94d97f35 | 2da8d97780402bdbe66e7d1724fdf8966c61780d | refs/heads/main | 2023-06-05T15:40:39.497000 | 2021-06-28T09:08:14 | 2021-06-28T09:38:43 | 377,023,546 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.springforum.service.register;
import com.company.springforum.pojo.Phone;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import org.springframework.stereotype.Service;
import java.util.concurrent.ExecutionExcept... | UTF-8 | Java | 1,204 | java | PhoneStorage.java | Java | [] | null | [] | package com.company.springforum.service.register;
import com.company.springforum.pojo.Phone;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import org.springframework.stereotype.Service;
import java.util.concurrent.ExecutionExcept... | 1,204 | 0.668605 | 0.666944 | 38 | 30.68421 | 22.037176 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
36f3d4f0082e74b13a1285935c841935519939ee | 32,908,039,475,303 | aa2b90716144a2c6f3288e7b0725b687f929b49b | /springboot-spring-mybatis-shiro-restful/src/main/java/com/tzh/service/login/LoginService.java | f825516adaa033c7d6cdb9144df09f04d167b06f | [] | no_license | 13724234347/Relearning | https://github.com/13724234347/Relearning | 8822fdb48775588e1fe5148bcf6e02c4e69ec675 | 12b258eaf2211a0f88f657dcfe3be7d2d40556e2 | refs/heads/master | 2020-05-01T03:54:29.100000 | 2019-03-23T07:32:48 | 2019-03-23T07:32:48 | 177,258,643 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tzh.service.login;
import com.tzh.entity.User;
public interface LoginService {
User getUserInformation(String username);
void setLastLoginTime(String username);
}
| UTF-8 | Java | 190 | java | LoginService.java | Java | [] | null | [] | package com.tzh.service.login;
import com.tzh.entity.User;
public interface LoginService {
User getUserInformation(String username);
void setLastLoginTime(String username);
}
| 190 | 0.757895 | 0.757895 | 13 | 13.615385 | 17.661512 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
66fa910712d3921c5a971b5aacdf53923d2abbf5 | 32,908,039,476,255 | 3ffb904cc3c557ee996414f6a98cf7fadc4e1974 | /src/com/zjut/down/software/dao/Software.java | 92e98e5a993c2f388fa938f6b3d6ca4547f355fe | [] | no_license | aizenchou/down | https://github.com/aizenchou/down | 6cd2f357e1985571c4012dbbcfd538f487224df1 | 67c100286868701d78e282f7006705b94ec3f305 | refs/heads/master | 2016-09-06T07:12:54.008000 | 2013-07-03T09:04:55 | 2013-07-03T09:04:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjut.down.software.dao;
import java.util.Date;
/**
* Software entity. @author MyEclipse Persistence Tools
*/
public class Software implements java.io.Serializable {
// Fields
private Integer softid;
private String title;
private String typename;
private String tags;
private String language;
pr... | UTF-8 | Java | 3,070 | java | Software.java | Java | [] | null | [] | package com.zjut.down.software.dao;
import java.util.Date;
/**
* Software entity. @author MyEclipse Persistence Tools
*/
public class Software implements java.io.Serializable {
// Fields
private Integer softid;
private String title;
private String typename;
private String tags;
private String language;
pr... | 3,070 | 0.708469 | 0.708469 | 163 | 17.84049 | 16.528439 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.546012 | false | false | 7 |
8780ce3e139ae0ceea713064d85e43d9b7a27dd1 | 24,378,234,430,783 | a483f0f7247feb57a704d69e688d55dce6e6e682 | /core/src/test/java/ru/cos/util/SortedAutogrowingIntegerArrayTest.java | dc5f41da771f72d9592f132f54d6a05fc3e0c9f4 | [] | no_license | dmozhzherin/cos.sim | https://github.com/dmozhzherin/cos.sim | 6654ffa9b4ebcd91008c95939090cffbe4d0add9 | 28452b3f0a11b187d66e3139a1e7bb1945eea679 | refs/heads/master | 2017-06-18T02:40:09.915000 | 2015-12-16T02:28:16 | 2015-12-16T02:28:16 | 37,797,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.cos.util;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author dym
* Date: 23/06/2015
*/
public class SortedAutogrowingIntegerArrayTest {
@Test
public void testSize() throws Exception {
}
@Test
public void testAdd() throws Exception {
SortedAutogrowingIntegerArray ar... | UTF-8 | Java | 2,125 | java | SortedAutogrowingIntegerArrayTest.java | Java | [
{
"context": "\nimport static org.junit.Assert.*;\n\n/**\n * @author dym\n * Date: 23/06/2015\n */\npublic class Sort",
"end": 99,
"score": 0.999575138092041,
"start": 96,
"tag": "USERNAME",
"value": "dym"
}
] | null | [] | package ru.cos.util;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author dym
* Date: 23/06/2015
*/
public class SortedAutogrowingIntegerArrayTest {
@Test
public void testSize() throws Exception {
}
@Test
public void testAdd() throws Exception {
SortedAutogrowingIntegerArray ar... | 2,125 | 0.638118 | 0.574588 | 99 | 20.474747 | 23.743299 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.454545 | false | false | 7 |
be5feff057dce39bf3ed85605f5596e54d5a28a6 | 12,197,707,185,561 | 6e10dc75f1fb1c08c5c69355b9335abd21e93662 | /refrences/dex2jar.src/rx/android/view/ViewAction1.java | 8e453cde1a13a7fc4a93565acc204f189db6edf9 | [] | no_license | heiliuer/XiaomiCard | https://github.com/heiliuer/XiaomiCard | d61e35a17c8e80e4dfaa8dfeeecb6d58906a2614 | 012a496a306469fec31dcd18cecef7bdb8dc9cc9 | refs/heads/master | 2020-05-30T19:10:49.072000 | 2017-05-10T04:14:47 | 2017-05-10T04:14:47 | 69,148,258 | 9 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rx.android.view;
import android.view.View;
import java.lang.ref.WeakReference;
import rx.functions.Action1;
public abstract class ViewAction1<V extends View, T>
implements Action1<T>
{
private final WeakReference<V> viewReference;
public ViewAction1(V paramV)
{
this.viewReference = new WeakRefere... | UTF-8 | Java | 701 | java | ViewAction1.java | Java | [] | null | [] | package rx.android.view;
import android.view.View;
import java.lang.ref.WeakReference;
import rx.functions.Action1;
public abstract class ViewAction1<V extends View, T>
implements Action1<T>
{
private final WeakReference<V> viewReference;
public ViewAction1(V paramV)
{
this.viewReference = new WeakRefere... | 701 | 0.704708 | 0.68331 | 30 | 22.4 | 21.099131 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
6482fef180e7e6acffaa4ea288d7bfbc990ecc7d | 9,818,295,245,725 | 114b3748b7a211a12ce5b6dff4fca8a17a795179 | /app/src/main/java/com/mirror/woodpecker/app/activity/BaseViewPagerActivity.java | e4e21760efaf212b9802282e23bee9450bc56aa7 | [] | no_license | mirror5821/Woodpeckers | https://github.com/mirror5821/Woodpeckers | 40be2db6fb894cd9fe2c18081614c01b3bd77f1e | 23e2576c7ed045f548d6273760104ab69d87cac5 | refs/heads/master | 2020-05-25T15:47:10.393000 | 2016-09-18T07:24:05 | 2016-09-18T07:24:05 | 52,347,043 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mirror.woodpecker.app.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.widget.LinearLayout;
i... | UTF-8 | Java | 3,558 | java | BaseViewPagerActivity.java | Java | [
{
"context": "brary.android.util.ScreenUtil;\n\n/**\n * Created by 王沛栋 on 2016/3/1.\n */\npublic abstract class BaseViewPa",
"end": 499,
"score": 0.9673792719841003,
"start": 496,
"tag": "NAME",
"value": "王沛栋"
}
] | null | [] | package com.mirror.woodpecker.app.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.widget.LinearLayout;
i... | 3,558 | 0.630905 | 0.624075 | 125 | 27.112 | 25.376278 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 7 |
02b139fdb4e1ea0b26998c7c8c60a800c93de499 | 5,497,558,147,603 | 4fdfe7311cdb1e9fd64edc7d88f508724ecd4a46 | /admin/src/main/java/com/universe/yz/admin/model/bean/DataBean.java | 0642cb9b712bba216c47b2866d942f98fec2f051 | [
"MIT"
] | permissive | ydmmb/admin | https://github.com/ydmmb/admin | 90e2920cc8b09a52c2d66f0ed13a1fd3d22e562c | 0fbf93a6124ed889dee8a05b286c6b6ca66279f0 | refs/heads/master | 2021-05-01T21:53:53.114000 | 2018-02-10T03:30:28 | 2018-02-10T03:30:28 | 120,972,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.universe.yz.admin.model.bean;
public class DataBean {
int ckey;
String name;
int level;
int adminlevel;
int pos;
int kind;
int lastzone;
int str;
int dex;
int con;
int inte;
int vir;
int hp;
int mp;
int statepoint;
int skillpoint;
float ex... | UTF-8 | Java | 4,310 | java | DataBean.java | Java | [] | null | [] | package com.universe.yz.admin.model.bean;
public class DataBean {
int ckey;
String name;
int level;
int adminlevel;
int pos;
int kind;
int lastzone;
int str;
int dex;
int con;
int inte;
int vir;
int hp;
int mp;
int statepoint;
int skillpoint;
float ex... | 4,310 | 0.548028 | 0.54478 | 256 | 15.835938 | 13.939757 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.332031 | false | false | 7 |
52e442f06553814cdcd087dbca814cb4fc6bafc4 | 22,780,506,566,731 | 8a7e1ecda5b5bf20918a017f32ed572920dba30c | /NetBeansProjects/Proyecto/src/proyecto/Principal.java | 6b35830bc15692d2a0fb0aa209d482c704ee31e3 | [] | no_license | SilMontes/Java-Projects-CECI | https://github.com/SilMontes/Java-Projects-CECI | 5ddf54c0b871e7dd374a4b8800f6cecfcd381c04 | 5151ee9d3f2caff6815e6e1030239036d1db61f0 | refs/heads/master | 2023-08-28T21:44:58.178000 | 2021-10-15T04:28:29 | 2021-10-15T04:28:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package proyecto;
import java.time.LocalDate;
public class Principal {
public static void main(String[] args) {
Jugador j1 = new Jugador(1,"Courtois",LocalDate.of(1990,1,1));
Jugador j2 = new Jugador(4,"Alaba",LocalDate.of(1990,1,1));
Jugador j3 = new Jugador(23,"F.Mendy",LocalDate.of(1990,... | UTF-8 | Java | 8,030 | java | Principal.java | Java | [
{
"context": " args) {\n \n Jugador j1 = new Jugador(1,\"Courtois\",LocalDate.of(1990,1,1));\n Jugador j2 = new Ju",
"end": 169,
"score": 0.9998553395271301,
"start": 161,
"tag": "NAME",
"value": "Courtois"
},
{
"context": "te.of(1990,1,1));\n Jugador j2 = new Jugador... | null | [] |
package proyecto;
import java.time.LocalDate;
public class Principal {
public static void main(String[] args) {
Jugador j1 = new Jugador(1,"Courtois",LocalDate.of(1990,1,1));
Jugador j2 = new Jugador(4,"Alaba",LocalDate.of(1990,1,1));
Jugador j3 = new Jugador(23,"F.Mendy",LocalDate.of(1990,... | 8,010 | 0.650841 | 0.559377 | 231 | 33.735931 | 23.086782 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.852814 | false | false | 7 |
012a337ee0e89b36e102859f41d47d18136df393 | 26,147,760,923,625 | 6253283b67c01a0d7395e38aeeea65e06f62504b | /decompile/app/Mms/src/main/java/com/android/mms/util/EventInfo.java | 525212e437ccb2a4ce92763105bccf87b1170091 | [] | no_license | sufadi/decompile-hw | https://github.com/sufadi/decompile-hw | 2e0457a0a7ade103908a6a41757923a791248215 | 4c3efd95f3e997b44dd4ceec506de6164192eca3 | refs/heads/master | 2023-03-15T15:56:03.968000 | 2017-11-08T03:29:10 | 2017-11-08T03:29:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.mms.util;
import android.content.Context;
import android.content.res.Resources;
import android.database.Cursor;
import android.text.TextUtils;
import android.text.format.Time;
import cn.com.xy.sms.sdk.db.TrainManager;
import com.android.calendarcommon2.DateException;
import com.android.calendarcomm... | UTF-8 | Java | 5,905 | java | EventInfo.java | Java | [] | null | [] | package com.android.mms.util;
import android.content.Context;
import android.content.res.Resources;
import android.database.Cursor;
import android.text.TextUtils;
import android.text.format.Time;
import cn.com.xy.sms.sdk.db.TrainManager;
import com.android.calendarcommon2.DateException;
import com.android.calendarcomm... | 5,905 | 0.599492 | 0.596105 | 132 | 43.734848 | 31.999968 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787879 | false | false | 7 |
5a4e55c5ee00f1f9c7aea61a6f202c3ebd45ebb5 | 28,046,136,483,816 | 24908d392ba6950574f9fc207f9e7f176517aa9b | /me/earth/phobos/features/modules/player/MCP.java | 849b531285bf4e21b2ceb156ec83523517192397 | [] | no_license | cybrpop/catware-source | https://github.com/cybrpop/catware-source | d02660b5b911a9e35d990ec60cfa9ddfa21898ee | 28387587dde9de027d955fe71baf0f53542753bf | refs/heads/main | 2023-06-18T19:20:40.758000 | 2021-07-12T10:56:41 | 2021-07-12T10:56:41 | 372,690,461 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package me.earth.phobos.features.modules.player;
/* */
/* */ import me.earth.phobos.features.modules.Module;
/* */ import me.earth.phobos.features.setting.Setting;
/* */ import me.earth.phobos.util.InventoryUtil;
/* */ import net.minecraft.entity.Entity;
/* */ import net.minecraft.entity.pla... | UTF-8 | Java | 3,465 | java | MCP.java | Java | [] | null | [] | /* */ package me.earth.phobos.features.modules.player;
/* */
/* */ import me.earth.phobos.features.modules.Module;
/* */ import me.earth.phobos.features.setting.Setting;
/* */ import me.earth.phobos.util.InventoryUtil;
/* */ import net.minecraft.entity.Entity;
/* */ import net.minecraft.entity.pla... | 3,465 | 0.566234 | 0.525253 | 80 | 42.325001 | 42.091499 | 222 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6625 | false | false | 7 |
ade41d015cdbd4ccb824fe8d9a7f3dc159c48a5a | 12,068,858,134,504 | 95f78a8920fa5da75112ae344b491fd75cbb468d | /src/main/java/com/vp/entity/User.java | 4e48152d81950069123f42dde1e9025754a05c0e | [] | no_license | flybesttop/vehicle-purchase | https://github.com/flybesttop/vehicle-purchase | 4ca8d1a26e6e84905329709989e030a10f85a930 | 7bf5fec7758e1acd40cb66f5a9825f1d1105a1e3 | refs/heads/master | 2023-04-17T23:18:02.272000 | 2021-05-09T16:13:56 | 2021-05-09T16:13:56 | 312,532,873 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vp.entity;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* 客户model
* @author flybesttop
* @date 2021-02-08
*/
@Data
public class User implements Serializable {
private String openId;
private String avatarUrl;
private String username;
private S... | UTF-8 | Java | 475 | java | User.java | Java | [
{
"context": "ava.time.LocalDateTime;\n\n/**\n * 客户model\n * @author flybesttop\n * @date 2021-02-08\n */\n@Data\npublic class User i",
"end": 143,
"score": 0.9996659755706787,
"start": 133,
"tag": "USERNAME",
"value": "flybesttop"
}
] | null | [] | package com.vp.entity;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* 客户model
* @author flybesttop
* @date 2021-02-08
*/
@Data
public class User implements Serializable {
private String openId;
private String avatarUrl;
private String username;
private S... | 475 | 0.726115 | 0.70913 | 30 | 14.733334 | 14.200783 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
ecfe1437afecb6cff8264ae4e064773152629961 | 7,662,221,697,133 | b74eb951a9dcc4404ffde9a7b1e053e54caf75a7 | /src/main/java/hyflow/caesar/messages/Alive.java | 088ee1e0f59e52a0384b4670e3e3b4f52fe65cb6 | [] | no_license | vitorenesduarte/caesar | https://github.com/vitorenesduarte/caesar | b23aaf11e98d3618da72d9ee6e530b4361a70bd4 | 4346b76ab2a57603bcf8294fcb54ed308001d396 | refs/heads/master | 2021-06-22T20:33:17.230000 | 2017-05-07T18:35:27 | 2017-05-07T18:35:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hyflow.caesar.messages;
import java.io.DataInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
public class Alive extends Message {
private static final long serialVersionUID = 1L;
public Alive() {
super(0);
}
public Alive(DataInputStream input) throws IOException {
... | UTF-8 | Java | 632 | java | Alive.java | Java | [] | null | [] | package hyflow.caesar.messages;
import java.io.DataInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
public class Alive extends Message {
private static final long serialVersionUID = 1L;
public Alive() {
super(0);
}
public Alive(DataInputStream input) throws IOException {
... | 632 | 0.634494 | 0.631329 | 32 | 18.75 | 17.75704 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 7 |
7ee005b31af984ea3f4b361cf19a23587f2cd93f | 28,321,014,400,462 | 1e1fbf7b73cadd6a9d67822dc4970a0f16dd10a6 | /android-appcms/AppCMS/src/main/java/com/viewlift/views/customviews/PageView.java | 32053ff67b2055a1a9c674c0af37f09479f580f6 | [] | no_license | piyushaggarwal-mob-incedo/fastlanetest | https://github.com/piyushaggarwal-mob-incedo/fastlanetest | d1843b0d1a2a746940906f6f8d2850b0b1d313f2 | 7bf03d082edfcfefb35e8a749f8d136a0206a75b | refs/heads/master | 2021-04-06T08:44:03.687000 | 2018-03-16T10:00:52 | 2018-03-16T10:00:52 | 124,931,474 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.viewlift.views.customviews;
import android.content.Context;
import android.support.v4.widget.NestedScrollView;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import andr... | UTF-8 | Java | 9,540 | java | PageView.java | Java | [
{
"context": "t;\n\nimport javax.inject.Inject;\n\n/**\n * Created by viewlift on 5/4/17.\n */\n\npublic class PageView extends Bas",
"end": 1259,
"score": 0.9985042810440063,
"start": 1251,
"tag": "USERNAME",
"value": "viewlift"
}
] | null | [] | package com.viewlift.views.customviews;
import android.content.Context;
import android.support.v4.widget.NestedScrollView;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import andr... | 9,540 | 0.65325 | 0.651677 | 274 | 33.81752 | 25.380669 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
f5def2f768e84ead83fb9966e8bc65539517cf1b | 31,602,369,401,687 | 83954d3f263f2e735888ac0dd7f495be8ff6270e | /src/main/java/org/oddjob/designer/components/SequentialDC.java | 79d61ae2ea9b071cd57d92e1eb01afc5cf4a14bf | [
"BSD-2-Clause",
"Apache-2.0"
] | permissive | robjg/oddjob | https://github.com/robjg/oddjob | d8e4d6a68d21751e0bba6dbc5ef307d69a18e366 | 61c1e0980830c430be00210ab1a7b9d77a3aa8c4 | refs/heads/master | 2023-07-05T20:37:22.644000 | 2023-07-04T06:29:28 | 2023-07-04T06:29:28 | 1,803,653 | 20 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* (c) Rob Gordon 2005.
*/
package org.oddjob.designer.components;
import org.oddjob.arooa.design.DesignFactory;
import org.oddjob.arooa.design.DesignInstance;
import org.oddjob.arooa.design.DesignProperty;
import org.oddjob.arooa.design.IndexedDesignProperty;
import org.oddjob.arooa.design.SimpleTextAttr... | UTF-8 | Java | 1,972 | java | SequentialDC.java | Java | [
{
"context": "/*\r\n * (c) Rob Gordon 2005.\r\n */\r\npackage org.oddjob.designer.component",
"end": 21,
"score": 0.9998576641082764,
"start": 11,
"tag": "NAME",
"value": "Rob Gordon"
}
] | null | [] | /*
* (c) <NAME> 2005.
*/
package org.oddjob.designer.components;
import org.oddjob.arooa.design.DesignFactory;
import org.oddjob.arooa.design.DesignInstance;
import org.oddjob.arooa.design.DesignProperty;
import org.oddjob.arooa.design.IndexedDesignProperty;
import org.oddjob.arooa.design.SimpleTextAttribut... | 1,968 | 0.729716 | 0.727688 | 70 | 26.171429 | 23.295599 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.742857 | false | false | 7 |
21c48e94c39b9b20bd483ef9e870186f0f1bb926 | 8,813,272,921,313 | c9a41c16dda346aa88f6ace299dcd9caac902152 | /spring-dtx/spring-seata/seata-saga/saga-account/src/main/java/com/saga/account/dao/AccountDao.java | 669a7e9a986ea2119c0d769684fea4919beaac6e | [
"Apache-2.0"
] | permissive | dantefung/Macaroon-Spring-Family | https://github.com/dantefung/Macaroon-Spring-Family | 99878cab918726c5726617c39ce4c10cc3028e7e | 40d00955af0fd33f4b660f6ab7a9c1859d5f5456 | refs/heads/master | 2023-08-31T09:29:39.149000 | 2023-08-30T08:25:50 | 2023-08-30T08:25:50 | 219,237,782 | 4 | 0 | null | false | 2023-02-22T18:04:48 | 2019-11-03T01:48:31 | 2022-11-15T11:57:46 | 2023-02-22T18:04:48 | 242,582 | 3 | 0 | 71 | HTML | false | false | package com.saga.account.dao;
import com.saga.account.entity.Account;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* @Title: AccountDao
* @Description:
* @Author 张朝阳
* @Date 2021/5/29 15:48
*/
@Mapper
public interface AccountDao {
List<... | UTF-8 | Java | 710 | java | AccountDao.java | Java | [
{
"context": " * @Title: AccountDao\n * @Description:\n * @Author 张朝阳\n * @Date 2021/5/29 15:48\n */\n@Mapper\npublic inter",
"end": 242,
"score": 0.999596893787384,
"start": 239,
"tag": "NAME",
"value": "张朝阳"
}
] | null | [] | package com.saga.account.dao;
import com.saga.account.entity.Account;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* @Title: AccountDao
* @Description:
* @Author 张朝阳
* @Date 2021/5/29 15:48
*/
@Mapper
public interface AccountDao {
List<... | 710 | 0.632353 | 0.616176 | 34 | 19 | 19.828678 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 7 |
2ea98fbbc549b09e5987c858bc6ab36ae7e85d0b | 5,738,076,342,089 | a128f19f6c10fc775cd14daf740a5b4e99bcd2fb | /middleheaven-work/src/main/java/org/middleheaven/work/scheduled/AlarmClockScheduleWorkExecutionService.java | c9206e5eef7df4246999df439a227f249b6b37ce | [] | no_license | HalasNet/middleheaven | https://github.com/HalasNet/middleheaven | c8bfa6199cb9b320b9cfd17b1f8e4961e3d35e6e | 15e3e91c338e359a96ad01dffe9d94e069070e9c | refs/heads/master | 2021-06-20T23:25:09.978000 | 2017-08-12T21:35:56 | 2017-08-12T21:37:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.middleheaven.work.scheduled;
import org.middleheaven.core.annotations.Service;
import org.middleheaven.logging.Logger;
import org.middleheaven.quantity.time.TimeContext;
import org.middleheaven.quantity.time.TimePoint;
import org.middleheaven.quantity.time.clocks.Clock;
import org.middleheaven.quant... | UTF-8 | Java | 1,987 | java | AlarmClockScheduleWorkExecutionService.java | Java | [] | null | [] | package org.middleheaven.work.scheduled;
import org.middleheaven.core.annotations.Service;
import org.middleheaven.logging.Logger;
import org.middleheaven.quantity.time.TimeContext;
import org.middleheaven.quantity.time.TimePoint;
import org.middleheaven.quantity.time.clocks.Clock;
import org.middleheaven.quant... | 1,987 | 0.739809 | 0.739305 | 80 | 22.8375 | 25.728119 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4875 | false | false | 7 |
cf1b290841e306a8672d53e2fe6c1088907f1ff4 | 18,090,402,283,772 | a8a53c1ffe349f764e778230810b8e6d3d4cbaaf | /src/main/java/br/com/tivit/techno/vo/ClienteVO.java | ce879a1fd4b6d2f786397dfde0288bbd69c4ee66 | [] | no_license | vmandre/meu-ecommerce | https://github.com/vmandre/meu-ecommerce | 4b7405e7514019c6c16a5f9ed3417369f2ead4b0 | e7d34990d3b2cc162c0d7e1a413794a587c21760 | refs/heads/master | 2020-02-28T02:05:51.655000 | 2018-06-05T17:09:23 | 2018-06-05T17:09:23 | 86,860,407 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.tivit.techno.vo;
import java.io.Serializable;
public class ClienteVO implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String nome;
private String email;
private String senha;
private String cpf;
private String cpfFormatado;
/**
* @return ... | UTF-8 | Java | 1,497 | java | ClienteVO.java | Java | [] | null | [] | package br.com.tivit.techno.vo;
import java.io.Serializable;
public class ClienteVO implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String nome;
private String email;
private String senha;
private String cpf;
private String cpfFormatado;
/**
* @return ... | 1,497 | 0.638611 | 0.637943 | 93 | 15.096774 | 13.712928 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.311828 | false | false | 7 |
b6142582881462f5893d68c9c18ede9495f6275a | 3,762,391,396,778 | 183324050f7a64cc5aeb260ef9959a43a0636ac6 | /src/main/java/ddit/finalproject/team2/util/constant/AuthConstants.java | 2d890d0c2a04ac6f1d457f42bbceddfb61d05a89 | [] | no_license | jaeeunjj/finalproject | https://github.com/jaeeunjj/finalproject | b9e15cd2ecd57ba1cac89e03cef8c9e4e300e81c | 5066004cb1817a9801a25a238becd6a62fecb584 | refs/heads/master | 2022-12-15T01:24:14.422000 | 2019-06-20T21:09:26 | 2019-06-20T21:09:26 | 192,914,041 | 1 | 0 | null | false | 2022-11-16T12:23:59 | 2019-06-20T12:13:48 | 2019-06-29T07:12:59 | 2022-11-16T12:23:56 | 10,112 | 0 | 0 | 10 | Java | false | false | package ddit.finalproject.team2.util.constant;
public class AuthConstants {
public static final String ROLE_STUDENT = "ROLE_STUDENT";
public static final String ROLE_PROFESSOR = "ROLE_PROFESSOR";
public static final String ROLE_ADMIN = "ROLE_ADMIN";
}
| UTF-8 | Java | 256 | java | AuthConstants.java | Java | [] | null | [] | package ddit.finalproject.team2.util.constant;
public class AuthConstants {
public static final String ROLE_STUDENT = "ROLE_STUDENT";
public static final String ROLE_PROFESSOR = "ROLE_PROFESSOR";
public static final String ROLE_ADMIN = "ROLE_ADMIN";
}
| 256 | 0.777344 | 0.773438 | 7 | 35.57143 | 24.400568 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
d97858bd0afe769db0913b05d1a9dfad91dea8ca | 23,021,024,744,243 | 43b45b13f7ed108a4cf47d942c89992bb15cb110 | /src/test/java/egain/tests/SurveyTests.java | bf55a7ac91da4c3e5cb07790300f6b44766c3d0e | [] | no_license | nikunj-kumar1988/egain | https://github.com/nikunj-kumar1988/egain | ae99dcfc94f465f2f163b4ff4980a31311fa9bf5 | 39c53f0be0615aa0d6b14556afa98de91dc1f51c | refs/heads/main | 2023-02-02T10:18:17.043000 | 2020-12-06T16:08:26 | 2020-12-06T16:08:26 | 319,072,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package egain.tests;
import java.text.ParseException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui... | UTF-8 | Java | 3,130 | java | SurveyTests.java | Java | [] | null | [] | package egain.tests;
import java.text.ParseException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui... | 3,130 | 0.728754 | 0.727476 | 80 | 38.125 | 31.659664 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8875 | false | false | 7 |
5b228a98a31431fe81c151cafc86556d71755836 | 25,297,357,403,929 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /GoogleWallet_source/src/com/google/commerce/ocr/definitions/PrimitivesProto$Path$Constraint.java | 5e637dc5fd02466b7c3b354a4ef5d7311bcf94cb | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.commerce.ocr.definitions;
// Referenced classes of package com.google.commerce.ocr.definitions:
// PrimitivesProt... | UTF-8 | Java | 1,942 | java | PrimitivesProto$Path$Constraint.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996386766433716,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.commerce.ocr.definitions;
// Referenced classes of package com.google.commerce.ocr.definitions:
// PrimitivesProto
public ... | 1,932 | 0.631823 | 0.61689 | 71 | 26.352112 | 28.575623 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507042 | false | false | 7 |
dd977a85681d44d82262ad51dbbe79dec7eebaf3 | 33,191,507,281,858 | 8cf1b4320690f660067f02bd6cf70ac9b20160ce | /src/streaming/gui/PrincipaleJFrame.java | e254f4124978c0c51d01ec8d757b496310af50ee | [] | no_license | Tyrrus/Streaming | https://github.com/Tyrrus/Streaming | 167f6bbd20da5979d663359ecb09fd54a9971153 | 1c62991da946263f11bf2ded0f59f880093d4a2b | refs/heads/master | 2018-01-08T10:03:11.627000 | 2016-02-25T10:26:10 | 2016-02-25T10:26:10 | 52,268,563 | 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 streaming.gui;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import org.springframework.... | UTF-8 | Java | 9,054 | java | PrincipaleJFrame.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n *\n * @author admin\n */\n@Component\npublic class PrincipaleJFrame exten",
"end": 560,
"score": 0.8234323263168335,
"start": 555,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "\n String file1 = \"file:/C:\\... | 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 streaming.gui;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JPanel;
import org.springframework.... | 9,054 | 0.672117 | 0.656098 | 220 | 40.145454 | 29.238466 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759091 | false | false | 7 |
110fd73528f5a367ac2b94b6cbd3d3d838097ab9 | 5,179,730,607,660 | b23f803592d0fcdf274f99eb74a4275f409c0dd0 | /src/main/java/info/ryan/framework/department/model/DepartmentUserSearchResult.java | da140ac3359de4b159a0d7bbea140b11fdfffe9b | [] | no_license | ryanhuang2004/crm-backend | https://github.com/ryanhuang2004/crm-backend | f3715f5ab4d51b39de961801906bd718d2b87595 | bd3b67497c06f860e9d6cc6d5ef4942db0cc8137 | refs/heads/master | 2020-04-05T17:11:11.451000 | 2019-01-26T01:26:42 | 2019-01-26T01:26:42 | 157,048,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.ryan.framework.department.model;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import org.springframework.data.domain.Page;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import info.ryan.framework.user.model.User;
public cla... | UTF-8 | Java | 1,280 | java | DepartmentUserSearchResult.java | Java | [] | null | [] | package info.ryan.framework.department.model;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import org.springframework.data.domain.Page;
import org.springframework.util.CollectionUtils;
import org.springframework.util.StringUtils;
import info.ryan.framework.user.model.User;
public cla... | 1,280 | 0.724219 | 0.709375 | 49 | 25.12245 | 22.581944 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 7 |
5d661774896c359fb5cddffc0e5fdb41aa5616f4 | 25,683,904,459,987 | 913de26da7b0d43f8afdfe7d36bbfc5f56d7d8d1 | /src/main/java/se/hupoker/inference/holebucket/ClusterRepository.java | 9af43f1a2529b84da617a632d55a5814d6d5dee1 | [] | no_license | jack-jablonski/nlhupoker | https://github.com/jack-jablonski/nlhupoker | 8ebabb1a1055334a9eac8f16a6c61aa507571945 | 164e0eb5a082b0875f5667c925e88382d5f3be30 | refs/heads/master | 2021-01-10T10:26:22.505000 | 2013-06-23T18:54:44 | 2013-06-23T18:54:44 | 52,387,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.hupoker.inference.holebucket;
import java.util.List;
/**
* @author Alexander Nyberg
*/
public interface ClusterRepository {
public List<PreflopCluster> preflop();
public List<FlopCluster> flop();
public List<TurnCluster> turn();
public List<RiverCluster> river();
} | UTF-8 | Java | 300 | java | ClusterRepository.java | Java | [
{
"context": "olebucket;\n\nimport java.util.List;\n\n/**\n * @author Alexander Nyberg\n */\npublic interface ClusterRepository {\n\n pub",
"end": 97,
"score": 0.9998375773429871,
"start": 81,
"tag": "NAME",
"value": "Alexander Nyberg"
}
] | null | [] | package se.hupoker.inference.holebucket;
import java.util.List;
/**
* @author <NAME>
*/
public interface ClusterRepository {
public List<PreflopCluster> preflop();
public List<FlopCluster> flop();
public List<TurnCluster> turn();
public List<RiverCluster> river();
} | 290 | 0.713333 | 0.713333 | 17 | 16.705883 | 17.461773 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 7 |
5ae35482f1d6f22f6f617308ad8505b2b91aae50 | 22,153,441,372,754 | 81680da44bdbb26c124d6201738a6d2cf61fb1ef | /src/test/java/com/goodformobile/build/mobile/model/JadTest.java | 47db4cec6f9dec2bd1b4edd5eeff56f3f9fbe167 | [
"Apache-2.0"
] | permissive | kurtzettel/maven-mobile-plugin | https://github.com/kurtzettel/maven-mobile-plugin | db7b47fdeb2c638d7d0b0af80db665c8565714ff | 61829effd0f75cce4f842224bb1f38fb896d74a3 | refs/heads/master | 2021-01-17T06:00:43.697000 | 2014-09-02T15:24:35 | 2014-09-02T15:24:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2011 Kurt Zettel kurt@goodformobile.com
*
* 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... | UTF-8 | Java | 1,345 | java | JadTest.java | Java | [
{
"context": "/**\r\n * Copyright (C) 2011 Kurt Zettel kurt@goodformobile.com\r\n *\r\n * Licensed under the",
"end": 38,
"score": 0.9998742938041687,
"start": 27,
"tag": "NAME",
"value": "Kurt Zettel"
},
{
"context": "/**\r\n * Copyright (C) 2011 Kurt Zettel kurt@goodformobile.com\r... | null | [] | /**
* Copyright (C) 2011 <NAME> <EMAIL>
*
* 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 applica... | 1,325 | 0.728625 | 0.718216 | 40 | 31.625 | 28.181276 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 7 |
6e55a561435e101f48d902f60530d027d785f779 | 30,313,879,215,160 | ee798726d50d8832f62d14515a4dfdb4c65a01fc | /file.java | 11f85f29839cf2cc72a1177dcbb57424a1698328 | [] | no_license | gabrielSpassos/trabalho-fit | https://github.com/gabrielSpassos/trabalho-fit | b3f3a8483f34093f4efa2a53244d63616471029b | c76ed6013d9d08e421cee35280af5c671c9bda13 | refs/heads/master | 2021-05-15T18:00:49.658000 | 2017-12-21T14:07:25 | 2017-12-21T14:07:25 | 107,594,023 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | # Created by https://www.gitignore.io/api/java,gradle
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hots... | UTF-8 | Java | 752 | java | file.java | Java | [] | null | [] | # Created by https://www.gitignore.io/api/java,gradle
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hots... | 752 | 0.716755 | 0.707447 | 48 | 14.6875 | 19.894676 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.0625 | false | false | 7 |
18d5fb2fbe1e3508b8703557a995c89b0cb31e4a | 8,504,035,286,502 | 6a9b20aa856f9e556148df350837948b7e1e82c1 | /app/src/main/java/vit/androidclub/com/androidw/MusicPlayer.java | d3f0f5800c63c85ea4a606d40db89b109180bc97 | [] | no_license | 1nolySk/AndroidWorkshop | https://github.com/1nolySk/AndroidWorkshop | 577dd28ad1fa8b4caf2011a476fefb78807a6e5b | 97b5bee769937b046a9caeba94029411a963fd3c | refs/heads/master | 2021-07-13T05:20:44.129000 | 2019-01-27T19:44:40 | 2019-01-27T19:44:40 | 147,031,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vit.androidclub.com.androidw;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import a... | UTF-8 | Java | 7,655 | java | MusicPlayer.java | Java | [] | null | [] | package vit.androidclub.com.androidw;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import a... | 7,655 | 0.620901 | 0.617766 | 273 | 27.040293 | 25.239262 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582418 | false | false | 7 |
fbb00f6fada21eddbbe750db71daf0254689f3e9 | 8,504,035,290,737 | 7a89e17ae79de7996161d8bcb1cff7aaf19d8394 | /Study_04/src/com/protein/h2/MemberSession.java | a1c3bc84c968eba765bb223c1f8aecc4b7fef23d | [] | no_license | Heyyounghan/learnjava | https://github.com/Heyyounghan/learnjava | d5e1c0ce0ec7dcfc072ecbf502742ffd3ab41088 | 890ce33327e27f0704c908ffb90e890301b25f3f | refs/heads/main | 2023-03-05T15:55:12.859000 | 2021-02-18T08:43:30 | 2021-02-18T08:43:30 | 333,075,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.protein.h2;
public class MemberSession {
public static Member member;
}
| UTF-8 | Java | 91 | java | MemberSession.java | Java | [] | null | [] | package com.protein.h2;
public class MemberSession {
public static Member member;
}
| 91 | 0.736264 | 0.725275 | 8 | 10.375 | 12.727308 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
0a62b7eb82a3213e827764e6fa782e45a9f9c605 | 11,630,771,446,342 | 52fd810835d3b44f08adc49e75f433a267699134 | /app/src/androidTest/java/rocks/ninjachen/HomePageActivityTest.java | 1bcf4e5a0041290cbe793fc41cd0ab5f998539d3 | [
"Apache-2.0"
] | permissive | jiachenning/wechat-forwarder | https://github.com/jiachenning/wechat-forwarder | 37aec02a1fa52408362d0448382447723f402ef2 | 94ec69131c635d1b4e7927ce8f52a40cf0c00442 | refs/heads/master | 2019-06-16T09:24:05.457000 | 2018-05-14T15:50:25 | 2018-05-14T15:50:25 | 98,870,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rocks.ninjachen;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import rocks.ninjachen.ui.HomePageActivity;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class HomePageActivityTest {
... | UTF-8 | Java | 536 | java | HomePageActivityTest.java | Java | [] | null | [] | package rocks.ninjachen;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import rocks.ninjachen.ui.HomePageActivity;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class HomePageActivityTest {
... | 536 | 0.777985 | 0.774254 | 22 | 23.363636 | 26.64505 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
18c2fffa145e33c5d2ad19bc3ee1224c9f63453f | 4,836,133,218,641 | f082fa5f62a210aa68091acc84aaf3b325ecbd43 | /app/src/main/java/com/example/bigdatarss/MainActivity.java | ed82ea6a20b93e61288a8c4198e3f365169d07a7 | [] | no_license | BrunoIllipronti/big-data-rss-parser | https://github.com/BrunoIllipronti/big-data-rss-parser | 9f24964dff0a8cadcaa26c37f95321c19bca4f36 | 7c63af017f9748c6ed9c44093a20371238fcd2dc | refs/heads/master | 2023-01-19T19:04:45.886000 | 2020-11-23T01:24:34 | 2020-11-23T01:24:34 | 315,169,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.bigdatarss;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.... | UTF-8 | Java | 11,904 | java | MainActivity.java | Java | [] | null | [] | package com.example.bigdatarss;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.... | 11,904 | 0.553427 | 0.551159 | 379 | 30.41161 | 25.797251 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564644 | false | false | 7 |
703fc92060c43fdebe0413f18802368b9c6a86aa | 35,356,170,804,742 | 09ad7a26c7b8fe08d1c934cc840bc31b995792bb | /UVA/Adhoc/00156/Main.java | 53aa98b0e0df5e7459d47cc6a874a6dc7ae51e8d | [] | no_license | kingjuliyen/competitive-programming | https://github.com/kingjuliyen/competitive-programming | 71334b0469525b0592e5fc72763bca902ef506b6 | afbf57819f47c201c34dae17d2de8bd1c8d5e865 | refs/heads/master | 2020-12-02T21:16:03.826000 | 2017-08-31T19:57:12 | 2017-08-31T19:57:12 | 96,282,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 156 - Ananagrams
// https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=92
// author: Senthil Kumar Thangavelu, email: kingjuliyen @ google's email.com
import java.util.*;
public class Main {
class Agm { // Anagram
Vector<String> avs; // anagram vect... | UTF-8 | Java | 2,290 | java | Main.java | Java | [
{
"context": "category=3&page=show_problem&problem=92\n// author: Senthil Kumar Thangavelu, email: kingjuliyen @ google's email.com\n\nimport ",
"end": 168,
"score": 0.9998791217803955,
"start": 144,
"tag": "NAME",
"value": "Senthil Kumar Thangavelu"
}
] | null | [] | // 156 - Ananagrams
// https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=92
// author: <NAME>, email: kingjuliyen @ google's email.com
import java.util.*;
public class Main {
class Agm { // Anagram
Vector<String> avs; // anagram vector strings
H... | 2,272 | 0.515284 | 0.508297 | 83 | 26.590361 | 19.858559 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.710843 | false | false | 7 |
a1b48bc232b3438535617f6d3b0faa2795e25315 | 4,939,212,456,871 | aa9f686138ef357d97a920f9e0863eea8a3ace68 | /src/views/salesorder/DeliveryStatusUI.java | dffd7c73dc09c5664eb1eb90185fa951d64d090f | [] | no_license | KLIM8D/ucn-tema_persistens-group2 | https://github.com/KLIM8D/ucn-tema_persistens-group2 | 1211f72d3a372e9623d491ce7dab5fb387354e34 | b9b2304dc33eb03d9055cdc757294f6d022bfd61 | refs/heads/master | 2016-09-05T20:58:27.862000 | 2012-10-29T11:58:01 | 2012-10-29T11:58:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package views.salesorder;
import controllers.DeliveryStatusCtrl;
import db.DBDeliveryStatus;
import models.DeliveryStatus;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import utils.Logging;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.ev... | UTF-8 | Java | 6,968 | java | DeliveryStatusUI.java | Java | [] | null | [] | package views.salesorder;
import controllers.DeliveryStatusCtrl;
import db.DBDeliveryStatus;
import models.DeliveryStatus;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import utils.Logging;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.ev... | 6,968 | 0.686863 | 0.666332 | 238 | 28.264706 | 26.542049 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.042017 | false | false | 7 |
fe46421141825016503b8d13ffeedf83e557166e | 22,883,585,819,340 | 7a857f20ca720878338306ee10564efbc503e89a | /src/main/java/com/bridgelabz/googlekeep/Notes/repository/NotesRepository.java | 1b52baa3409e0bed7bf0274fe7d2148c12e6631a | [] | no_license | Komal-8080/Project2 | https://github.com/Komal-8080/Project2 | 94758de962b9a3de509ceac5fc7872ace1eb7203 | 27a88600019e15bb4d4ebf9c2a6e91472f8d6595 | refs/heads/master | 2023-04-22T11:40:32.424000 | 2021-04-24T09:08:41 | 2021-04-24T09:08:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bridgelabz.googlekeep.Notes.repository;
import com.bridgelabz.googlekeep.Notes.model.UserNotes;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
import java.util.UUID;
@Repository
public interface NotesRepository ext... | UTF-8 | Java | 411 | java | NotesRepository.java | Java | [] | null | [] | package com.bridgelabz.googlekeep.Notes.repository;
import com.bridgelabz.googlekeep.Notes.model.UserNotes;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
import java.util.UUID;
@Repository
public interface NotesRepository ext... | 411 | 0.83455 | 0.83455 | 13 | 30.615385 | 25.614115 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 7 |
2a69232c8869c9aaa40fa1a4740698167554e256 | 32,152,125,247,148 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Shopping/bestbuy_source/src/ji.java | b6b16137b6278c58525ee0da7ee5e7eb53024013 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
import android.app.Activity;
import android.view.View;
import com.bestbuy.android.activities.registry.AddItemsToPLPFragment;
import com.bestbuy.a... | UTF-8 | Java | 1,551 | java | ji.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996341466903687,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
import android.app.Activity;
import android.view.View;
import com.bestbuy.android.activities.registry.AddItemsToPLPFragment;
import com.bestbuy.android.act... | 1,541 | 0.584139 | 0.578337 | 61 | 24.426229 | 22.929298 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.360656 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.