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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aedd6b2b51c136e925d7154816a702eb7d14adf8 | 8,392,366,138,910 | 11658548e1e70d0d22746ece9ef8eea3d932c470 | /src/WCubed/WCubedLauncher.java | 3145612ae0f4205229a3a6f2032f495d82c0990e | [] | no_license | Plonsky24/W_Cubed | https://github.com/Plonsky24/W_Cubed | 6490e1a5f9b2de55725ffc954c97ec9c3874724a | 2c5fcc0ce8938df56e3da3cb0bc7d2645aacfbfe | refs/heads/master | 2020-02-05T02:31:01.498000 | 2016-04-28T14:36:26 | 2016-04-28T14:36:26 | 57,129,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package WCubed;
import WCubed.WCubedGameModel.Player;
import WCubed.WCubedGameModel.User;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import javafx.stage.StageStyle;
/**
* Crea... | UTF-8 | Java | 1,222 | java | WCubedLauncher.java | Java | [
{
"context": "import javafx.stage.StageStyle;\n\n/**\n * Created by Jasper Refuerzo (P) on 3/29/2016.\n */\npublic class WCubedLauncher",
"end": 342,
"score": 0.9998856782913208,
"start": 327,
"tag": "NAME",
"value": "Jasper Refuerzo"
}
] | null | [] | package WCubed;
import WCubed.WCubedGameModel.Player;
import WCubed.WCubedGameModel.User;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import javafx.stage.StageStyle;
/**
* Crea... | 1,213 | 0.702946 | 0.696399 | 43 | 27.418604 | 22.08465 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 7 |
7943cfaa1ebe8301159c2ffbd47dc2e501ba9c92 | 8,409,546,003,422 | 796c6aac3bf085231110eeb9aefa5329a082379d | /jabogaf-main/jabogaf-main-common/src/main/java/org/jabogaf/common/artifact/weapon/OneHandedAxe.java | c7d2d42c2d3c94a20b57d8d547a502d360fd6bdb | [] | no_license | andi-git/jabogaf | https://github.com/andi-git/jabogaf | 0754337850c7523e50ba9d6791199dd374c0e59a | f30d6a53115a1962dcd8cbc7cfcf6a963b6aa2eb | refs/heads/master | 2016-09-05T09:45:52.357000 | 2015-11-11T22:34:28 | 2015-11-11T22:34:28 | 38,211,092 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jabogaf.common.artifact.weapon;
import org.jabogaf.api.artifact.weapon.WeaponType;
import org.jabogaf.core.artifact.weapon.WeaponBasic;
public class OneHandedAxe extends WeaponBasic {
public OneHandedAxe() {
this("One Handed Axe");
}
public OneHandedAxe(String id) {
super(id,... | UTF-8 | Java | 359 | java | OneHandedAxe.java | Java | [] | null | [] | package org.jabogaf.common.artifact.weapon;
import org.jabogaf.api.artifact.weapon.WeaponType;
import org.jabogaf.core.artifact.weapon.WeaponBasic;
public class OneHandedAxe extends WeaponBasic {
public OneHandedAxe() {
this("One Handed Axe");
}
public OneHandedAxe(String id) {
super(id,... | 359 | 0.713092 | 0.713092 | 16 | 21.4375 | 21.008833 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
f75e31d90a65caf234969b52fa076d8ffd444e9d | 25,537,875,558,212 | 98c91bd646a549ad9b6ae8836f51abf9d2cab708 | /app/src/main/java/intersection/yuliyakaleda/finalandroidproject/MainActivity.java | 0a7158899bcd35fa8913b0e8677ed9a03988562d | [] | no_license | Yuliya-Kaleda/FinalAndroidProject | https://github.com/Yuliya-Kaleda/FinalAndroidProject | 81233adacef98e2840ba597f451f9707e707aced | 37c10c63fe094ad363c89ee8904a073e8f5d534b | refs/heads/master | 2016-08-12T09:13:42.084000 | 2015-12-06T19:47:56 | 2015-12-06T19:47:56 | 47,511,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package intersection.yuliyakaleda.finalandroidproject;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
import com.squareup.okhttp.OkHttpClient;
im... | UTF-8 | Java | 2,824 | java | MainActivity.java | Java | [] | null | [] | package intersection.yuliyakaleda.finalandroidproject;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
import com.squareup.okhttp.OkHttpClient;
im... | 2,824 | 0.674575 | 0.674221 | 78 | 35.205128 | 24.046087 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602564 | false | false | 7 |
cd909f038a9797246b5d4ec61010374cb899fa30 | 25,537,875,557,488 | fb1b168c3e8842bd525d5a1da7a2177c2b52e7e2 | /presentation/src/main/java/com/genomics/service/GenerateWord.java | 7b401f6d30629257820a84ba2b76e0032696d530 | [
"MIT"
] | permissive | lansetiankong999/autoReport | https://github.com/lansetiankong999/autoReport | 8da54b8759c7cdd08d93685fd000afc85532f7e0 | 373a5e9f192133b1b659226f68419e9618548a18 | refs/heads/master | 2020-04-05T07:25:36.048000 | 2018-12-05T02:34:34 | 2018-12-05T02:34:34 | 156,675,002 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.genomics.service;
import com.genomics.model.ReportInfo;
import com.genomics.utils.DocxEditor;
import java.io.*;
import java.text.SimpleDateFormat;
import java.util.*;
/**
* Created by Jump on 2018/10/15.
*/
public class GenerateWord {
public static void main(String[] args) {
}
/**
*... | UTF-8 | Java | 1,871 | java | GenerateWord.java | Java | [] | null | [] | package com.genomics.service;
import com.genomics.model.ReportInfo;
import com.genomics.utils.DocxEditor;
import java.io.*;
import java.text.SimpleDateFormat;
import java.util.*;
/**
* Created by Jump on 2018/10/15.
*/
public class GenerateWord {
public static void main(String[] args) {
}
/**
*... | 1,871 | 0.641941 | 0.625767 | 45 | 38.844444 | 48.51527 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 7 |
13ccd11c5da5ba6be9ce42e9ca4b779327ac8b73 | 25,537,875,554,081 | ae6cff499d0d54a231624d08aedfe2d024f0d07f | /src/com/ra4king/opengl/redbook/chapter2/Example2_4.java | 8664ed61eff924a3f69e8a80022bd05d7975268f | [
"BSD-3-Clause"
] | permissive | ashelley/LWJGL-OpenGL-Tutorials | https://github.com/ashelley/LWJGL-OpenGL-Tutorials | e48bc1cb2b135a22983825c5a02b8a68b31c41a9 | 39bf24276417197efcabb952dbfc7507f30c6dd7 | refs/heads/master | 2021-01-01T20:06:54.262000 | 2015-11-21T01:02:08 | 2015-11-21T01:02:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ra4king.opengl.redbook.chapter2;
import static org.lwjgl.opengl.GL11.*;
import com.ra4king.opengl.GLProgram;
public class Example2_4 extends GLProgram {
public static void main(String[] args) {
new Example2_4().run();
}
private final float x = 0.525731112119133606f;
private final floa... | UTF-8 | Java | 1,796 | java | Example2_4.java | Java | [] | null | [] | package com.ra4king.opengl.redbook.chapter2;
import static org.lwjgl.opengl.GL11.*;
import com.ra4king.opengl.GLProgram;
public class Example2_4 extends GLProgram {
public static void main(String[] args) {
new Example2_4().run();
}
private final float x = 0.525731112119133606f;
private final floa... | 1,796 | 0.48441 | 0.383074 | 67 | 24.805969 | 20.88007 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.880597 | false | false | 7 |
eba5c4a5aaa08f97ae7bdfd842938b27e148711d | 6,897,717,519,708 | 4190c69e285dd09fd91ffdac6686a1384ae16de2 | /Warborn/src/warborn/main/Launcher.java | fbf84a8e84e5dd327bc465434e9d4fa37e258490 | [] | no_license | Mackro/CMP | https://github.com/Mackro/CMP | adfd34f922eccf19702f8882976f83b3b9eba65b | a357ca51239356cc1c0d5d72c4c0f5a842031d8c | refs/heads/master | 2016-09-10T18:46:58.352000 | 2012-05-24T06:48:11 | 2012-05-24T06:49:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package warborn.main;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.util.Observable;
import java.util.Observer;
import javax.swing.*;
import warborn.controller.*;
import warborn.model.Warborn;
import warborn.view.*;
import warborn.view.map.GothenburgMapView;
import warborn.view.map.HellboundArchipe... | UTF-8 | Java | 4,180 | java | Launcher.java | Java | [] | null | [] | package warborn.main;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.util.Observable;
import java.util.Observer;
import javax.swing.*;
import warborn.controller.*;
import warborn.model.Warborn;
import warborn.view.*;
import warborn.view.map.GothenburgMapView;
import warborn.view.map.HellboundArchipe... | 4,180 | 0.705024 | 0.69689 | 176 | 22.75 | 21.002029 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.079545 | false | false | 7 |
d6c60b16fd72a0cf4c5817b26a58c1ae5fc8c27e | 36,051,955,491,820 | 91ca29263e14e9bbe67b796b772ef2333925b927 | /Class10/src/HashMapKey.java | 6720ee648f462a1723aba292b253da8015898a1d | [] | no_license | danshur/Unit10_classwork | https://github.com/danshur/Unit10_classwork | 75ea35f92551efbce4b644ef085e08287780b9d3 | 762105b04d568d83716d2d307f530343c705a012 | refs/heads/master | 2016-09-06T13:16:02.977000 | 2015-09-16T14:22:04 | 2015-09-16T14:22:04 | 42,525,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.HashMap;
public class HashMapKey {
private String value;
public HashMapKey(String value) {this.value = value;}
public static void main(String[] args) {
HashMap<HashMapKey, Object> map = new HashMap<>();
HashMapKey one = new HashMapKey("Hello");
HashMapKey two = new HashMapKey("Hello");... | UTF-8 | Java | 786 | java | HashMapKey.java | Java | [] | null | [] | import java.util.HashMap;
public class HashMapKey {
private String value;
public HashMapKey(String value) {this.value = value;}
public static void main(String[] args) {
HashMap<HashMapKey, Object> map = new HashMap<>();
HashMapKey one = new HashMapKey("Hello");
HashMapKey two = new HashMapKey("Hello");... | 786 | 0.656489 | 0.656489 | 36 | 20.833334 | 16.166666 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.055556 | false | false | 7 |
2b9233dd6fbd3c6d6967de67c5528d9f61e86686 | 34,196,529,620,218 | 1ebf71a44299c43c793bde2f01ffb366a67e7cc5 | /lbs-parent/lbs-task-report/src/test/java/cn/techen/lbs/test/ReportTest.java | 4fc9b0ed6ca5715d5becfbe5c5b0e624150fa030 | [] | no_license | techengroup/lbs | https://github.com/techengroup/lbs | e5139697216471ce8e291ec6df9ee2c2e67a016a | 9ccaf9bd2d6fa5129d941bb9abbb5080e93868b4 | refs/heads/master | 2021-07-16T22:45:59.252000 | 2019-01-11T07:52:04 | 2019-01-11T07:52:04 | 137,468,844 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.techen.lbs.test;
import java.util.LinkedList;
import java.util.Queue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import junit.framework.TestCase;
public class ReportTest extends TestCase {
private static Logger log = (Logger) LoggerFactory.getLogger("Lora-Protocol");
public void test() ... | UTF-8 | Java | 622 | java | ReportTest.java | Java | [] | null | [] | package cn.techen.lbs.test;
import java.util.LinkedList;
import java.util.Queue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import junit.framework.TestCase;
public class ReportTest extends TestCase {
private static Logger log = (Logger) LoggerFactory.getLogger("Lora-Protocol");
public void test() ... | 622 | 0.623794 | 0.61254 | 34 | 17.294117 | 18.200726 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.705882 | false | false | 7 |
e184c2493670ff2b0ec2c0a0b0e726f2c9437600 | 36,129,264,901,486 | df0479d0197a21b90caa3580b640b91e7e254df3 | /cookbook-core/src/main/java/hu/latzkoo/cookbook/model/RecipeMaterial.java | 6fcfe1ba84c2d2563b60a994102c0a8b99a08ef9 | [] | no_license | latzkoo/cookbook | https://github.com/latzkoo/cookbook | d9c2ec44bacb3b7f7e56c265101af96688cd33ba | bdce86830442ec3ec5d52b27f3bfa69373af137e | refs/heads/master | 2023-04-17T12:34:58.131000 | 2021-05-03T20:33:37 | 2021-05-03T20:33:37 | 352,769,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.latzkoo.cookbook.model;
import javafx.beans.property.*;
public class RecipeMaterial {
private IntegerProperty recipeId = new SimpleIntegerProperty(this, "recipeId");
private ObjectProperty<Material> material = new SimpleObjectProperty<>(this, "material");
private ObjectProperty<Measure> measur... | UTF-8 | Java | 1,754 | java | RecipeMaterial.java | Java | [] | null | [] | package hu.latzkoo.cookbook.model;
import javafx.beans.property.*;
public class RecipeMaterial {
private IntegerProperty recipeId = new SimpleIntegerProperty(this, "recipeId");
private ObjectProperty<Material> material = new SimpleObjectProperty<>(this, "material");
private ObjectProperty<Measure> measur... | 1,754 | 0.660775 | 0.660775 | 72 | 23.361111 | 24.500174 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
d229af163a721649551b9146b9d8c8efc4b97c3a | 38,079,180,046,763 | e49f1687e841ed0bdd4853b556823c5d7b56bd7b | /dropbox-api/src/main/java/net/eldiosantos/cloudstorage/dropbox/service/DropboxListService.java | c0dc2376df76fae4f26cab29323646123040d624 | [] | no_license | Eldius/cloudstorage-project | https://github.com/Eldius/cloudstorage-project | a67a8bc24b9091dd20b8a924992c21a7d24960bf | bbe7e5837865c335967461c98d95ce1a03a62a4f | refs/heads/master | 2021-01-20T16:58:57.258000 | 2017-02-14T23:50:30 | 2017-02-14T23:50:30 | 82,814,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.eldiosantos.cloudstorage.dropbox.service;
import com.google.gson.Gson;
import net.eldiosantos.cloudstorage.api.model.Resource;
import net.eldiosantos.cloudstorage.api.service.ListResourcesService;
import net.eldiosantos.cloudstorage.config.StorageConfiguration;
import net.eldiosantos.cloudstorage.dropbox.p... | UTF-8 | Java | 2,485 | java | DropboxListService.java | Java | [
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by esjunior on 30/01/2017.\n */\npublic class DropboxListServic",
"end": 688,
"score": 0.9997145533561707,
"start": 680,
"tag": "USERNAME",
"value": "esjunior"
}
] | null | [] | package net.eldiosantos.cloudstorage.dropbox.service;
import com.google.gson.Gson;
import net.eldiosantos.cloudstorage.api.model.Resource;
import net.eldiosantos.cloudstorage.api.service.ListResourcesService;
import net.eldiosantos.cloudstorage.config.StorageConfiguration;
import net.eldiosantos.cloudstorage.dropbox.p... | 2,485 | 0.634608 | 0.630584 | 64 | 37.828125 | 31.751257 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484375 | false | false | 7 |
ef18e3747362fff540ac90a618eb90eb5b2adafc | 35,373,350,676,551 | 11197f82eee12ad543b5a682d824c798130fdf7c | /spring-boot-tests/src/main/java/ar/com/ada/second/springboottests/model/dto/ProductDTO.java | fd785feb310e62daf6e62a83c45b7e110b0e1089 | [] | no_license | josevlad/spring-boot-apps | https://github.com/josevlad/spring-boot-apps | a92934697fafb0f83516cb060a3d17c2621f6cdb | 20880b028dc1c184bb7f121c379fe72a617f371a | refs/heads/main | 2023-03-27T04:08:32.044000 | 2021-03-22T23:27:24 | 2021-03-22T23:27:24 | 337,251,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.ada.second.springboottests.model.dto;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.io.Serializable;
import java.math.BigInteger;
import java.util.Date;
@Getter
@Setter
@NoArgsConstructor
public class ProductDTO implements Serializable {
private Long id;... | UTF-8 | Java | 891 | java | ProductDTO.java | Java | [] | null | [] | package ar.com.ada.second.springboottests.model.dto;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.io.Serializable;
import java.math.BigInteger;
import java.util.Date;
@Getter
@Setter
@NoArgsConstructor
public class ProductDTO implements Serializable {
private Long id;... | 891 | 0.681257 | 0.681257 | 47 | 17.957447 | 16.451033 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 7 |
856fdfd55bead7daaa5216375cd838c7bd9dd49b | 9,251,359,567,437 | 7f2e72f1bdfd9a6f1b8b5227b78f91634d18a74e | /src/main/java/Tool/LianJia.java | a1f29c7bba9de2be8b7c4ae59750fd3ee748b94f | [] | no_license | zhichao19930808/JavaSE | https://github.com/zhichao19930808/JavaSE | d5186318d53bcc99212a3276b243094b7726f903 | 77163b3da891430eb867fa6f3c2e50423186b8c0 | refs/heads/master | 2021-01-19T02:27:42.222000 | 2017-07-21T09:53:48 | 2017-07-21T09:53:48 | 87,279,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tool;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
/**
* Created by Administrator on 2017/5/9.
* 抓取链家网东城地区房价的行情
*/
public class LianJia implem... | UTF-8 | Java | 5,678 | java | LianJia.java | Java | [
{
"context": "er;\nimport java.io.IOException;\n\n/**\n * Created by Administrator on 2017/5/9.\n * 抓取链家网东城地区房价的行情\n */\npublic class L",
"end": 257,
"score": 0.9650075435638428,
"start": 244,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package Tool;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
/**
* Created by Administrator on 2017/5/9.
* 抓取链家网东城地区房价的行情
*/
public class LianJia implem... | 5,678 | 0.623143 | 0.592552 | 121 | 36.280991 | 32.852844 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487603 | false | false | 7 |
e87be81ce68103f97e8f2907eba2f032851a0caf | 4,148,938,421,625 | 75f3396a661b45003ba16de3adc3bf46e4f018e7 | /chapter_003/src/test/java/ru/af3412/convertlisttomap/UserConvertTest.java | 4aef634ccbc68195586648a1f85cef80271eb16c | [] | no_license | AF3412/job4j | https://github.com/AF3412/job4j | 35325be65a42f2fd0c3d49bb58e92f6d3e532fe1 | d5a5e63190e7ae196a3097f7ee071e56d88e33a6 | refs/heads/master | 2022-09-13T08:48:57.662000 | 2021-04-19T12:53:50 | 2021-04-19T12:53:50 | 63,935,447 | 0 | 0 | null | false | 2022-09-08T01:07:07 | 2016-07-22T08:02:42 | 2021-04-19T12:53:57 | 2022-09-08T01:07:06 | 676 | 0 | 0 | 7 | Java | false | false | package ru.af3412.convertlisttomap;
import org.junit.Test;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
/**
* Created by Филатов on 05.04.2017.
*/
public class UserConvert... | UTF-8 | Java | 1,533 | java | UserConvertTest.java | Java | [
{
"context": "static org.hamcrest.core.Is.is;\n\n/**\n * Created by Филатов on 05.04.2017.\n */\npublic class UserConvertTest {",
"end": 276,
"score": 0.9997830390930176,
"start": 269,
"tag": "NAME",
"value": "Филатов"
},
{
"context": "w UserConvert();\n User user = new User(1... | null | [] | package ru.af3412.convertlisttomap;
import org.junit.Test;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
/**
* Created by Филатов on 05.04.2017.
*/
public class UserConvert... | 1,533 | 0.636959 | 0.623198 | 60 | 24.450001 | 23.074102 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
6111413b5649657010cc6ce1dc0a3bc246747d3b | 21,002,390,088,676 | db6e76ee92c6b280877f07c6fdce23964a9a14cb | /client/src/entity/Person.java | 544f38e85b458c9b14f42c626d466533044089ea | [] | no_license | Sagivm/G2-Library | https://github.com/Sagivm/G2-Library | 18369fefc4dfedcb20e45b248578dd89239611bd | a660ca188de9000dbda0f5f7895cbaea7e7d0640 | refs/heads/master | 2021-01-12T04:47:02.849000 | 2017-02-04T14:55:35 | 2017-02-04T14:55:35 | 77,790,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity;
/**
* Person class represents a human in the system
* @author Sagivm
*
*/
public class Person {
/**
* Persons's first name
*/
private String firstname;
/**
* Persons's last name
*/
private String lastname;
private String username;
/**
* Initialize person without parameters
*/
p... | UTF-8 | Java | 1,296 | java | Person.java | Java | [
{
"context": "class represents a human in the system \n * @author Sagivm\n *\n */\npublic class Person {\n\t/**\n\t * Persons's f",
"end": 88,
"score": 0.9194483757019043,
"start": 82,
"tag": "USERNAME",
"value": "Sagivm"
}
] | null | [] | package entity;
/**
* Person class represents a human in the system
* @author Sagivm
*
*/
public class Person {
/**
* Persons's first name
*/
private String firstname;
/**
* Persons's last name
*/
private String lastname;
private String username;
/**
* Initialize person without parameters
*/
p... | 1,296 | 0.651235 | 0.651235 | 78 | 15.615385 | 14.377004 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.192308 | false | false | 7 |
2423cee95cdbcd4184fdb8fe6217314fc8004ce2 | 20,426,864,469,887 | b7fb81101bd73e1c515f7e74d71b7e98b3a5601b | /src/main/java/com/obsidian/octopus/configuration/type/ConfigurationTypeInterface.java | 8dee5624ef296e03b7e9d182f51070fa970d23c6 | [] | no_license | Rainfisher/octopus | https://github.com/Rainfisher/octopus | e1e88d7c391b563f2d02cb60753266daaed21064 | a74995342c4e9892314c6b99cb5b8bab1f944d0b | refs/heads/master | 2021-01-17T01:04:50.067000 | 2017-11-06T09:45:33 | 2017-11-06T09:45:33 | 22,691,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.obsidian.octopus.configuration.type;
import com.obsidian.octopus.configuration.ConfigurationLoader;
import java.io.InputStream;
/**
*
* @author Alex Chou
*/
public interface ConfigurationTypeInterface {
public abstract void parse(ConfigurationLoader loader, String name,
InputStream inp... | UTF-8 | Java | 368 | java | ConfigurationTypeInterface.java | Java | [
{
"context": "er;\nimport java.io.InputStream;\n\n/**\n *\n * @author Alex Chou\n */\npublic interface ConfigurationTypeInterface {",
"end": 169,
"score": 0.9997401237487793,
"start": 160,
"tag": "NAME",
"value": "Alex Chou"
}
] | null | [] | package com.obsidian.octopus.configuration.type;
import com.obsidian.octopus.configuration.ConfigurationLoader;
import java.io.InputStream;
/**
*
* @author <NAME>
*/
public interface ConfigurationTypeInterface {
public abstract void parse(ConfigurationLoader loader, String name,
InputStream inputS... | 365 | 0.774457 | 0.774457 | 15 | 23.533333 | 27.202614 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 7 |
1f41b652a57042a80743010f95f6a6505b375064 | 20,426,864,469,796 | 031cf0c8105f80c5f491d9e1145bc9ff14591d55 | /src/main/java/org/kpu/myweb/persistence/MemberDAO.java | 1a924a41d2c90984ea50998c09a6e62792b89f21 | [] | no_license | Heejeong01110/SpringFramework_Airport | https://github.com/Heejeong01110/SpringFramework_Airport | ea43a95ee79ad5e2fe480de18869f65de8ed9e47 | 83e64c4c043bf82875e107b163280eb989599d13 | refs/heads/main | 2023-06-17T12:14:43.862000 | 2021-07-19T06:40:42 | 2021-07-19T06:40:42 | 387,360,206 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kpu.myweb.persistence;
import java.util.List;
import org.kpu.myweb.domain.AirportVO;
import org.kpu.myweb.domain.CustomerVO;
import org.kpu.myweb.domain.ReservationVO;
public interface MemberDAO {
public boolean signUp(CustomerVO customer) throws Exception;
public boolean signin(String id, String pass... | UTF-8 | Java | 1,871 | java | MemberDAO.java | Java | [] | null | [] | package org.kpu.myweb.persistence;
import java.util.List;
import org.kpu.myweb.domain.AirportVO;
import org.kpu.myweb.domain.CustomerVO;
import org.kpu.myweb.domain.ReservationVO;
public interface MemberDAO {
public boolean signUp(CustomerVO customer) throws Exception;
public boolean signin(String id, String pass... | 1,871 | 0.83271 | 0.83271 | 47 | 38.80851 | 31.476191 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.340425 | false | false | 7 |
4d513691438f2f46b80d6c487c1fb24597baa9f4 | 30,872,224,929,807 | 0328dd619a3857a8fbcdf8607f80807c02f49e0f | /src/main/java/unalcol/random/real/GeneralizedPowerLawGenerator.java | a59e710f52855279c62687da334860920ea2bfe2 | [] | no_license | BIORIMP/arem | https://github.com/BIORIMP/arem | 82066408c26312a8be083337009888168b6a1580 | 7ae6bcff08e8009ec4809f184baa82390af94cb5 | refs/heads/master | 2021-01-19T01:36:31.359000 | 2017-08-15T19:50:21 | 2017-08-15T19:50:21 | 79,665,454 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package unalcol.random.real;
import unalcol.random.raw.RawGenerator;
/**
* @author jgomez
*/
public class GeneralizedPowerLawGenerator extends StandardGeneralizedPowerLawGenerator {
protected double c = 0.0;
... | UTF-8 | Java | 925 | java | GeneralizedPowerLawGenerator.java | Java | [
{
"context": "t unalcol.random.raw.RawGenerator;\n\n/**\n * @author jgomez\n */\npublic class GeneralizedPowerLawGenerator ext",
"end": 192,
"score": 0.998855710029602,
"start": 186,
"tag": "USERNAME",
"value": "jgomez"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package unalcol.random.real;
import unalcol.random.raw.RawGenerator;
/**
* @author jgomez
*/
public class GeneralizedPowerLawGenerator extends StandardGeneralizedPowerLawGenerator {
protected double c = 0.0;
... | 925 | 0.64 | 0.631351 | 36 | 24.638889 | 23.913214 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
9e43f3c973d783d7a7c85b203fd3478362485c4f | 26,663,156,985,933 | 42f809d380be13fdbf4c326344016ddf405f3d92 | /src/main/java/com/arnaudpiroelle/manga/provider/japscan/api/JapScanDataApiService.java | a5f708bb415e0e30f004d1db58960bc375fa744d | [] | no_license | ArnaudPiroelle/manga-downloader | https://github.com/ArnaudPiroelle/manga-downloader | 4bdcae1254d394ce2f15a69bae0fd0c5cf1297b5 | 163923a42b0c637ff916546404890b0635099a09 | refs/heads/master | 2016-09-05T20:27:14.611000 | 2015-05-14T19:25:30 | 2015-05-14T19:25:30 | 34,922,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arnaudpiroelle.manga.provider.japscan.api;
import retrofit.client.Response;
import retrofit.http.GET;
import retrofit.http.Path;
public interface JapScanDataApiService {
@GET("/lecture-en-ligne/{mangaAlias}/{chapterNumber}/{pageNumber}.{extension}")
Response downloadPage(@Path("mangaAlias") String... | UTF-8 | Java | 483 | java | JapScanDataApiService.java | Java | [
{
"context": "package com.arnaudpiroelle.manga.provider.japscan.api;\n\nimport retrofit.clie",
"end": 26,
"score": 0.8715659379959106,
"start": 12,
"tag": "USERNAME",
"value": "arnaudpiroelle"
}
] | null | [] | package com.arnaudpiroelle.manga.provider.japscan.api;
import retrofit.client.Response;
import retrofit.http.GET;
import retrofit.http.Path;
public interface JapScanDataApiService {
@GET("/lecture-en-ligne/{mangaAlias}/{chapterNumber}/{pageNumber}.{extension}")
Response downloadPage(@Path("mangaAlias") String... | 483 | 0.73913 | 0.73913 | 11 | 42.909092 | 37.854877 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 7 |
c1c0d16ac354e6d9e04542f10ec0ace2880407b8 | 26,663,156,986,624 | 063662c48a0fda29e21456ca419764c84b16bf54 | /src/main/java/com/ddv/test/demo/Ffff.java | 029cdb25bc23c5ecc5f6a97021b2b8e619189b0c | [] | no_license | en129it/analyze | https://github.com/en129it/analyze | c0b48663388767f60f3bc075521e4ad6ad861687 | 3579cbd95166145c79e23c300eeb537633421b04 | refs/heads/master | 2020-04-08T06:00:07.464000 | 2018-12-15T14:54:19 | 2018-12-15T14:54:19 | 159,082,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ddv.test.demo;
public enum Ffff {
AAAA("aaaa"),
BBBB("bbbb"),
CCCC("cccc");
private String label;
private Ffff(String aLabel) {
label = aLabel;
}
}
| UTF-8 | Java | 174 | java | Ffff.java | Java | [] | null | [] | package com.ddv.test.demo;
public enum Ffff {
AAAA("aaaa"),
BBBB("bbbb"),
CCCC("cccc");
private String label;
private Ffff(String aLabel) {
label = aLabel;
}
}
| 174 | 0.637931 | 0.637931 | 14 | 11.428572 | 10.139838 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 7 |
91d5493595c20a1f6547596aad6898cc74869ea5 | 10,986,526,360,014 | e0b11a101c6ef411b5b281d3e6a09242bdef96cc | /springcloud电商闭环工程架构+业务架构项目/配套课件/项目六/代码/spring-cloud-my-shop/my-shop-common/src/main/java/com/qf/common/entity/TUser.java | 6aac17d743a47670c289e54a485851f31de2941d | [] | no_license | lei720/phase-4 | https://github.com/lei720/phase-4 | 9bf26ef8877eebf1d8fa70998807a087ece73b57 | 3a9cb4d27a3cc7e1f907b29b941ce1e4e3d9ac3d | refs/heads/main | 2023-08-18T17:59:23.504000 | 2021-10-16T06:08:37 | 2021-10-16T06:08:37 | 417,735,056 | 0 | 0 | null | true | 2021-10-16T06:07:07 | 2021-10-16T06:07:07 | 2021-10-12T14:38:08 | 2021-10-12T14:37:20 | 542,790 | 0 | 0 | 0 | null | false | false | package com.qf.common.entity;
import java.util.Date;
public class TUser {
private Long uid;
private String uname;
private String password;
private String email;
private String phone;
private Date createTime;
private Date updateTime;
private Byte status;
private Byte flag;
... | UTF-8 | Java | 2,027 | java | TUser.java | Java | [] | null | [] | package com.qf.common.entity;
import java.util.Date;
public class TUser {
private Long uid;
private String uname;
private String password;
private String email;
private String phone;
private Date createTime;
private Date updateTime;
private Byte status;
private Byte flag;
... | 2,027 | 0.580168 | 0.576714 | 115 | 16.634783 | 16.459875 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 7 |
ad82c1f4a987838d7a212fe312942fda43ac26cc | 19,481,971,671,855 | 34ae7808a75e9d0a0df2fbfe19348591b7ba825e | /src/LinkedQueue.java | c8fd10f6f6ea544636a82b8465c04ab7c3d1f853 | [] | no_license | YeshYyyK/FlashcardRevisionSys | https://github.com/YeshYyyK/FlashcardRevisionSys | d9bf7424e1012d8b02dfd21238861c3e5afdb70d | a9adfe4dc97821fc63ecafe8c1003464738ea441 | refs/heads/master | 2020-09-12T04:18:45.915000 | 2019-12-05T02:37:03 | 2019-12-05T02:37:03 | 222,302,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public final class LinkedQueue<T> implements QueueInterface<T>{
private class Node {
private T data;
private Node next;
private T getData(){return data;}
private void setData(T newData){data = newData;}
private Node getNextNode(){return next;}
pr... | UTF-8 | Java | 2,451 | java | LinkedQueue.java | Java | [] | null | [] | import java.util.*;
public final class LinkedQueue<T> implements QueueInterface<T>{
private class Node {
private T data;
private Node next;
private T getData(){return data;}
private void setData(T newData){data = newData;}
private Node getNextNode(){return next;}
pr... | 2,451 | 0.569155 | 0.569155 | 82 | 28.890244 | 21.408344 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 7 |
2d097ae3293b68d2da9d3bcc66da9e4ea2be8935 | 19,481,971,669,486 | 8dbc4bcd6325b5261a639db44792656781e0b044 | /tests/org.eclipse.recommenders.tests.extdoc.rcp/src/org/eclipse/recommenders/internal/extdoc/rcp/providers/debug/TooSlowProvider.java | 2fcfa1eec959ed139acde93769eb46a79c16089f | [] | no_license | mickaelistria/recommenders | https://github.com/mickaelistria/recommenders | 90ebc9ed9007d67363a9831e6c6e912075913bf0 | 8fd61d2c301615c1ccc09a04479cdf94aa084690 | refs/heads/master | 2021-01-17T05:52:02.909000 | 2012-02-11T19:35:56 | 2012-02-11T19:35:56 | 3,440,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2010, 2011 Darmstadt University of Technology.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | UTF-8 | Java | 1,554 | java | TooSlowProvider.java | Java | [
{
"context": "/legal/epl-v10.html\r\n * \r\n * Contributors:\r\n * Sebastian Proksch - initial API and implementation\r\n */\r\npackage or",
"end": 367,
"score": 0.9997974634170532,
"start": 350,
"tag": "NAME",
"value": "Sebastian Proksch"
}
] | null | [] | /**
* Copyright (c) 2010, 2011 Darmstadt University of Technology.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | 1,543 | 0.722651 | 0.711712 | 37 | 40.054054 | 28.33005 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 7 |
7594e1b8b7967d3efea70a0e8a001131fb8dc577 | 10,814,727,715,273 | 85863b8881e7cdfc5135db1f967f86262833920c | /app/src/main/java/tortel/fr/myclock/manager/DatabaseManager.java | 3bca38f3fe2ee9ddd3968fa6c91fcb0f6a548720 | [] | no_license | PaulTORTEL/MyClock | https://github.com/PaulTORTEL/MyClock | 61cd1afad7ac73a17d7245cafc72ed727074c24b | ebdcf79753eae19ef9fd67ffa141a2c1bf7b86c8 | refs/heads/master | 2020-04-22T07:32:08.096000 | 2019-02-11T23:52:42 | 2019-02-11T23:52:42 | 170,219,692 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tortel.fr.myclock.manager;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.content.Context;
import android.os.AsyncTask;
import java.util.Arrays;
import tortel.fr.myclock.bean.Alarm;
import tortel.fr.myclock.bean.DbBundle;
import tortel.... | UTF-8 | Java | 5,097 | java | DatabaseManager.java | Java | [] | null | [] | package tortel.fr.myclock.manager;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.content.Context;
import android.os.AsyncTask;
import java.util.Arrays;
import tortel.fr.myclock.bean.Alarm;
import tortel.fr.myclock.bean.DbBundle;
import tortel.... | 5,097 | 0.608986 | 0.606631 | 160 | 29.856251 | 28.202581 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 7 |
331671aad204fb3407de23f82af6942fe72663e6 | 32,538,672,296,794 | fe4051971ab6771d0bc2909d6955fc9fa7e68646 | /Application0313/app/src/main/java/org/techtown/application0313/MainActivity.java | 839222b5917deed87775ceae99cea55d3e633d08 | [] | no_license | Hongdonggeon/Android_study | https://github.com/Hongdonggeon/Android_study | 09567fa7ae2e05cbfa12e22ca16f9bd37989311e | f2ba987ce69ec3c3e0fa250b62cdf205aae01005 | refs/heads/master | 2023-04-02T08:22:29.001000 | 2021-03-25T15:00:56 | 2021-03-25T15:00:56 | 347,260,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.techtown.application0313;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import org.techtown.application0313.Adapters.ChattingRoomAdpater;
public class MainActivity extends AppCompatActivity {
RecyclerView recyclerView;
... | UTF-8 | Java | 629 | java | MainActivity.java | Java | [] | null | [] | package org.techtown.application0313;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import org.techtown.application0313.Adapters.ChattingRoomAdpater;
public class MainActivity extends AppCompatActivity {
RecyclerView recyclerView;
... | 629 | 0.772655 | 0.759936 | 21 | 29 | 22.930536 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
a57a693219694d5db7b17e0ac038ede30d72ee3f | 32,538,672,298,957 | 8957ed60d2ff6a553c69e404acb0769aa3bbe589 | /javastudy06/src/javastudy06/Robot.java | d01268cef83c8d6ba937086c28f8abc79a14c3a2 | [] | no_license | EunnaYoo/Study_Java | https://github.com/EunnaYoo/Study_Java | 8d862053a152cb14f5a732ac37d0c1052176a3db | 1d8f9ae449cbd0eea82a9f3d5f7e6ad61811bb56 | refs/heads/master | 2020-04-22T10:45:04.487000 | 2019-02-27T04:00:47 | 2019-02-27T04:00:47 | 170,315,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javastudy06;
public class Robot {
int x, y;
int power;
int price;
String name;
//생성자 사용
Robot(int x, int y) {
this.x = x;
this.y = y;
}
void mySituation() {
System.out.println("나의 위치는 " + x + ", " + y + "입니다.");
System.out.println(x);
}
}
| UHC | Java | 324 | java | Robot.java | Java | [] | null | [] | package javastudy06;
public class Robot {
int x, y;
int power;
int price;
String name;
//생성자 사용
Robot(int x, int y) {
this.x = x;
this.y = y;
}
void mySituation() {
System.out.println("나의 위치는 " + x + ", " + y + "입니다.");
System.out.println(x);
}
}
| 324 | 0.513423 | 0.506711 | 22 | 11.545455 | 12.525346 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 7 |
17ab0b0e24a56fb7240a4bd7b567cf6ec14ff09c | 31,241,592,111,237 | bf75abdc85d86a1714a4e80e3ce21774cab3b131 | /src/main/java/hu/uszeged/stud/gmbalint/webshop/service/OrderService.java | e9790eb2ca55f8c240423b87ddcb8b3d13ce1ab5 | [] | no_license | gmbalint/szte-webshop | https://github.com/gmbalint/szte-webshop | 7b01b5c2abf361f087bb74095286183a8eae9a7c | e95af6bb644891eb78cb8e77208b22f315b45f13 | refs/heads/master | 2022-06-09T11:31:46.441000 | 2020-05-08T02:13:33 | 2020-05-08T02:13:33 | 261,031,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.uszeged.stud.gmbalint.webshop.service;
import hu.uszeged.stud.gmbalint.webshop.entity.Order;
import hu.uszeged.stud.gmbalint.webshop.entity.Product;
import hu.uszeged.stud.gmbalint.webshop.entity.User;
import java.util.List;
import java.util.Map;
public interface OrderService {
void placeOrder(User u... | UTF-8 | Java | 399 | java | OrderService.java | Java | [] | null | [] | package hu.uszeged.stud.gmbalint.webshop.service;
import hu.uszeged.stud.gmbalint.webshop.entity.Order;
import hu.uszeged.stud.gmbalint.webshop.entity.Product;
import hu.uszeged.stud.gmbalint.webshop.entity.User;
import java.util.List;
import java.util.Map;
public interface OrderService {
void placeOrder(User u... | 399 | 0.786967 | 0.786967 | 14 | 27.5 | 23.378103 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 7 |
073a28a84dccda1b89b64633222e3f4ca6d69bbf | 14,379,550,558,978 | 309d13c2f183711229cfd6a2d729590f661f4e91 | /src/main/java/com/ewp/crm/repository/interfaces/RoleDAO.java | e6bfee26025635f187e4f7ff784d6c912f6ae3b0 | [] | no_license | andrew-gurzhi/CRM_Project | https://github.com/andrew-gurzhi/CRM_Project | d6171856626ad7cc143397fc6d0f25d6e56a0a22 | 0f57ed88a3e0e8cb189d23e883d211c787c7d599 | refs/heads/feature/eventslist | 2022-07-29T04:14:59.208000 | 2019-10-14T10:45:14 | 2019-10-14T10:45:14 | 215,977,953 | 1 | 1 | null | false | 2022-06-29T19:48:07 | 2019-10-18T08:31:26 | 2020-01-10T06:27:25 | 2022-06-29T19:48:07 | 9,975 | 1 | 0 | 6 | Java | false | false | package com.ewp.crm.repository.interfaces;
import com.ewp.crm.models.Role;
public interface RoleDAO extends CommonGenericRepository<Role> {
Role getByRoleName(String roleName);
}
| UTF-8 | Java | 182 | java | RoleDAO.java | Java | [] | null | [] | package com.ewp.crm.repository.interfaces;
import com.ewp.crm.models.Role;
public interface RoleDAO extends CommonGenericRepository<Role> {
Role getByRoleName(String roleName);
}
| 182 | 0.813187 | 0.813187 | 7 | 25 | 23.348295 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
a9586273310238ae5129067c5e1c6c2cd371833e | 15,745,350,162,284 | a28e5a32648d1150a6070df3356510adca7d163b | /controllers_downloaded/controllers_modified/specialGenerals/policies/HeatMapPolicy.java | 88e9f9b9f91fa19a8a3f20f24778a69bd5d0321c | [] | no_license | MendesSP/Hyper-Agent2 | https://github.com/MendesSP/Hyper-Agent2 | 566040d76716c5dd46299e66b1b9d9f4153555e1 | 9d7a5946d7d7203267474be7637e4d50e1b04365 | refs/heads/master | 2017-04-19T09:19:15.758000 | 2017-02-12T16:01:57 | 2017-02-12T16:01:57 | 80,850,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers.competitionPlayer.controllers.competitionPlayer.specialGenerals.policies;
import core.game.StateObservation;
import ontology.Types;
import specialGenerals.heatmaps.AbstractHeatMap;
import tools.ElapsedCpuTimer;
import tools.Vector2d;
import java.util.ArrayList;
import java.util.List;
imp... | UTF-8 | Java | 2,896 | java | HeatMapPolicy.java | Java | [
{
"context": "t;\r\nimport java.util.Random;\r\n\r\n/**\r\n * Created by marco on 17.05.2016.\r\n */\r\npublic class HeatMapPolicy i",
"end": 369,
"score": 0.9826036095619202,
"start": 364,
"tag": "USERNAME",
"value": "marco"
}
] | null | [] | package controllers.competitionPlayer.controllers.competitionPlayer.specialGenerals.policies;
import core.game.StateObservation;
import ontology.Types;
import specialGenerals.heatmaps.AbstractHeatMap;
import tools.ElapsedCpuTimer;
import tools.Vector2d;
import java.util.ArrayList;
import java.util.List;
imp... | 2,896 | 0.568715 | 0.558356 | 85 | 32.070587 | 22.707754 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694118 | false | false | 7 |
662cee5031bd9533058201ac9468c2df925a7ce9 | 15,745,350,161,005 | b9cd7c327832ee23e242454c830f43cb484f3356 | /app/src/main/java/sport/fractionne/MainActivity.java | 9cee43ed590ede6bf46a01df9045fbd307650aed | [] | no_license | lucasyoann/split_race | https://github.com/lucasyoann/split_race | eec656cbb5804feb99b5ef6ab79c4cf96fc27eca | b60900120bc87da1d490b2c7c08372a73cb14619 | refs/heads/master | 2021-04-09T15:58:40.961000 | 2018-03-17T18:31:38 | 2018-03-17T18:31:38 | 125,657,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sport.fractionne;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.text.Editable;
import android.widget.RadioButton;
import android.widget.RadioGroup;... | UTF-8 | Java | 4,329 | java | MainActivity.java | Java | [] | null | [] | package sport.fractionne;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.text.Editable;
import android.widget.RadioButton;
import android.widget.RadioGroup;... | 4,329 | 0.604253 | 0.590153 | 132 | 31.772728 | 24.762383 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621212 | false | false | 7 |
941304e04dfd1258b91165435659d3b5176e1dc0 | 6,743,098,713,832 | 1a189fb1d5c278acf663588595b89188c34a6238 | /rackspace/src/main/java/org/convene/clouds/discovery/servers/GetImagesHandler.java | 2d16dc040a03216468e62d7d8fcbca848c4a4130 | [] | no_license | jobjebaraj/cloud_discovery | https://github.com/jobjebaraj/cloud_discovery | b7353d6c72bbaaf7f976d5b4352940a37eee73c5 | 0ec7eb9514ad489ded153379c7d4471a70c671ed | refs/heads/master | 2021-01-15T10:47:06.992000 | 2013-04-08T05:09:10 | 2013-04-08T05:09:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.convene.clouds.discovery.servers;
import static com.google.common.io.Closeables.closeQuietly;
import java.io.Closeable;
import java.io.IOException;
import java.util.Properties;
import java.util.Set;
import org.jclouds.ContextBuilder;
import org.jclouds.compute.ComputeService;
import org.jclouds.compute.C... | UTF-8 | Java | 4,899 | java | GetImagesHandler.java | Java | [
{
"context": "get it from the properties file\n\n\t\tthis.username = username;\n\t\tthis.apiKey = apiKey;\n\n\t\t// These properties c",
"end": 1263,
"score": 0.9969367980957031,
"start": 1255,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package org.convene.clouds.discovery.servers;
import static com.google.common.io.Closeables.closeQuietly;
import java.io.Closeable;
import java.io.IOException;
import java.util.Properties;
import java.util.Set;
import org.jclouds.ContextBuilder;
import org.jclouds.compute.ComputeService;
import org.jclouds.compute.C... | 4,899 | 0.753011 | 0.752603 | 141 | 33.744682 | 24.13273 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.404255 | false | false | 7 |
fa8169323bcf2c450d474719d1d2b763f25d9ac7 | 6,743,098,715,714 | bf634c0d9de5f7d4b58b4f5da5144e5b92211dd7 | /Java Reflection API Project/src/ie/gmit/sw/JobAssign.java | 273f6e844fd57295ef994dfbcc5508501ee7287e | [] | no_license | theultraduffmaster/Reflection-API-Project | https://github.com/theultraduffmaster/Reflection-API-Project | e0ee87823f30337e70f3ce3c625895974c9513b5 | ca8e8fb042ffa143b6076747210d7f46df3c0b8d | refs/heads/master | 2021-01-12T02:53:37.008000 | 2017-01-10T23:24:12 | 2017-01-10T23:24:12 | 78,125,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ie.gmit.sw;
//A class to soley assign job numbers but is called in AlgoStrings in order to do so
public class JobAssign {
private static final long serialVersionUID = 1L;
private String algo;
private String String1;
private String String2;
private String jobNum;
public static long getSerialversionuid()... | UTF-8 | Java | 1,189 | java | JobAssign.java | Java | [] | null | [] | package ie.gmit.sw;
//A class to soley assign job numbers but is called in AlgoStrings in order to do so
public class JobAssign {
private static final long serialVersionUID = 1L;
private String algo;
private String String1;
private String String2;
private String jobNum;
public static long getSerialversionuid()... | 1,189 | 0.715728 | 0.698066 | 61 | 18.491804 | 20.691824 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.393443 | false | false | 7 |
adafab79e86608c6c8977c79d5cb4447e47e95d2 | 23,347,442,225,231 | 1272e0af6c6ab10523dfe21f21bd5df85f964116 | /com.zutubi.util/src/java/com/zutubi/util/bean/WiringObjectFactory.java | cfd598744bc150437ec94f7f1ba38ef1df612154 | [
"Apache-2.0"
] | permissive | ppsravan/pulse | https://github.com/ppsravan/pulse | 083e57932423ea6360e3642f3934e17ea450be75 | 6a41105ae8438018b055611268c20dac5585f890 | refs/heads/master | 2022-03-10T23:17:58.540000 | 2017-04-14T12:00:02 | 2017-04-14T12:00:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright 2017 Zutubi Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | UTF-8 | Java | 3,630 | java | WiringObjectFactory.java | Java | [] | null | [] | /* Copyright 2017 Zutubi Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,630 | 0.607163 | 0.604959 | 121 | 29 | 26.848518 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495868 | false | false | 7 |
27fc6b81ab68f4b2c467cd9b6cf84ad02f4705c1 | 33,457,795,302,479 | e1586026d6e444deb0aded0583d966283816bf2a | /my-test/ProducerConsumer/Product2.java | af53478143f56c8e427c5a37e9c03dde56dbee1b | [] | no_license | songmeng112/SpringCloudStudy | https://github.com/songmeng112/SpringCloudStudy | 2eb51f43fe86783196359148b977706f44a7ee36 | 08966ddb037e4b0f21b02e08170f555ee80eff33 | refs/heads/master | 2022-11-21T00:42:28.081000 | 2020-07-28T06:06:15 | 2020-07-28T06:06:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ProducerConsumer;
import com.alibaba.fastjson.JSON;
import lombok.extern.slf4j.Slf4j;
import java.util.Random;
import java.util.Vector;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author zhangs
* @Description 利用B... | UTF-8 | Java | 1,788 | java | Product2.java | Java | [
{
"context": "l.concurrent.atomic.AtomicInteger;\n\n/**\n * @author zhangs\n * @Description 利用BlockingQueue阻塞队列方式实现生产者-消费者\n *",
"end": 300,
"score": 0.9994633793830872,
"start": 294,
"tag": "USERNAME",
"value": "zhangs"
}
] | null | [] | package ProducerConsumer;
import com.alibaba.fastjson.JSON;
import lombok.extern.slf4j.Slf4j;
import java.util.Random;
import java.util.Vector;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author zhangs
* @Description 利用B... | 1,788 | 0.604924 | 0.594959 | 62 | 26.516129 | 23.953411 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 7 |
fa716f2b6769816cf38a3092ba78b5eaf471afc8 | 3,693,671,935,855 | c191e2ebc0d4c0fb74f94c8b26d3983cdc02fe69 | /src/main/java/com/robertx22/age_of_exile/database/data/stats/effects/defense/ArmorEffect.java | 206388c4fe9e58a45da08cf6fbf6a02bc676c56a | [] | no_license | RobertSkalko/Age-of-Exile | https://github.com/RobertSkalko/Age-of-Exile | c734ca05c49fd87fa2837727df397b24ed550cb9 | a7572c25779c094089e62b08e4ae3ff718af6b59 | refs/heads/master | 2022-07-23T07:41:53.016000 | 2022-02-08T17:38:56 | 2022-02-08T17:38:56 | 280,625,711 | 58 | 32 | null | false | 2022-02-13T05:41:21 | 2020-07-18T09:38:58 | 2022-01-27T00:47:15 | 2022-02-13T05:41:12 | 24,544 | 48 | 21 | 33 | Java | false | false | package com.robertx22.age_of_exile.database.data.stats.effects.defense;
import com.robertx22.age_of_exile.database.data.stats.IUsableStat;
import com.robertx22.age_of_exile.database.data.stats.Stat;
import com.robertx22.age_of_exile.database.data.stats.effects.base.InCodeStatEffect;
import com.robertx22.age_of_exile.s... | UTF-8 | Java | 1,639 | java | ArmorEffect.java | Java | [
{
"context": "se.data.stats.effects.defense;\n\nimport com.robertx22.age_of_exile.database.data.stats.IUsableStat;\nimp",
"end": 93,
"score": 0.5646259784698486,
"start": 91,
"tag": "USERNAME",
"value": "22"
},
{
"context": ".effects.base.InCodeStatEffect;\nimport com.robertx22.age_o... | null | [] | package com.robertx22.age_of_exile.database.data.stats.effects.defense;
import com.robertx22.age_of_exile.database.data.stats.IUsableStat;
import com.robertx22.age_of_exile.database.data.stats.Stat;
import com.robertx22.age_of_exile.database.data.stats.effects.base.InCodeStatEffect;
import com.robertx22.age_of_exile.s... | 1,639 | 0.735204 | 0.723002 | 49 | 32.448978 | 31.976433 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55102 | false | false | 7 |
bac9da30113afc53913baee69eb589dbd7712d8c | 32,195,074,910,752 | 291a3646fef378c0904e6611273a3cdf4a5b846e | /src/main/java/io/sunyi/cases/orm/test/TestClass.java | 2d61a13d0d30d8469cdb063b70bf5756ea91c618 | [] | no_license | sunyi113/TestCases | https://github.com/sunyi113/TestCases | e0f1313bebc869ec818d3ada181fd3e027d74519 | 552b56ca0081da4fa5c9dccf6c8ff336627df8a3 | refs/heads/master | 2020-04-10T16:56:08.502000 | 2016-11-11T09:23:47 | 2016-11-11T09:23:47 | 51,741,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.sunyi.cases.orm.test;
import io.sunyi.cases.orm.dao.HbmDao;
import io.sunyi.cases.orm.entity.Group;
import org.hibernate.classic.Session;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation... | UTF-8 | Java | 1,478 | java | TestClass.java | Java | [] | null | [] | package io.sunyi.cases.orm.test;
import io.sunyi.cases.orm.dao.HbmDao;
import io.sunyi.cases.orm.entity.Group;
import org.hibernate.classic.Session;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation... | 1,478 | 0.770436 | 0.762262 | 50 | 28.360001 | 25.328846 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.32 | false | false | 7 |
7c91f57431a14c2b36539c5e95df5b76dccae75f | 13,400,298,027,411 | 926a7ca6b665b3c95691accf4f36cde2275741f1 | /test/com/qftx/sys/init/TestInitData.java | 9a5b4b01a4bc7737941158c31dc7696ac41d6f6c | [] | no_license | xxh520xme/tsm5.2 | https://github.com/xxh520xme/tsm5.2 | f22c5b741b8a04660ea8a7738707aa5f30692e1f | ca69a7ee3343ca80d273a8ced8c0e3573cc0f077 | refs/heads/master | 2020-04-08T19:05:37.736000 | 2018-11-30T00:20:34 | 2018-11-30T00:24:24 | 159,639,323 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qftx.sys.init;
import com.alibaba.druid.pool.DruidDataSource;
import com.qftx.common.drds.DataSource;
import com.qftx.common.util.DateUtil;
import com.qftx.common.util.SysBaseModelUtil;
import com.qftx.common.util.constants.AppConstant;
import com.qftx.tsm.option.bean.DataDictionaryBean;
import com.qftx.ts... | UTF-8 | Java | 21,804 | java | TestInitData.java | Java | [
{
"context": "g.apache.commons.lang3.StringUtils;\n\n/**\n * User�� bxl\n * Date�� 2015/12/23\n * Time�� 9:16\n */\npublic cl",
"end": 736,
"score": 0.999690055847168,
"start": 733,
"tag": "USERNAME",
"value": "bxl"
},
{
"context": "s.getString(4):null);\n \tddb.setInputerAcc(... | null | [] | package com.qftx.sys.init;
import com.alibaba.druid.pool.DruidDataSource;
import com.qftx.common.drds.DataSource;
import com.qftx.common.util.DateUtil;
import com.qftx.common.util.SysBaseModelUtil;
import com.qftx.common.util.constants.AppConstant;
import com.qftx.tsm.option.bean.DataDictionaryBean;
import com.qftx.ts... | 21,804 | 0.64472 | 0.590966 | 484 | 42.086777 | 24.135052 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.766529 | false | false | 7 |
abad25d204b05d1de0c70c112ee75ebb9b7f4ca1 | 6,399,501,335,576 | fecf4e96759684d482d684396d5d44d2573eb495 | /src/com/cartoon/daoImpl/PictureCategoryDaoImpl.java | 7f8d5b01601d0f32efc05b8e2217070c69498a12 | [] | no_license | RyanTech/cartoon_server | https://github.com/RyanTech/cartoon_server | 3579f43a09e7ff029ee53f2ae87c22db7df061ba | 73f114ea2a5c68007add1ac1c96742d4bcd72bc9 | refs/heads/master | 2017-04-30T13:55:41.931000 | 2015-04-28T13:46:07 | 2015-04-28T13:46:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cartoon.daoImpl;
import com.cartoon.Idao.PictureCategoryDao;
import com.cartoon.bean.PictureCategory;
import com.cartoon.db.DBConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
public class PictureCategor... | UTF-8 | Java | 1,054 | java | PictureCategoryDaoImpl.java | Java | [] | null | [] | package com.cartoon.daoImpl;
import com.cartoon.Idao.PictureCategoryDao;
import com.cartoon.bean.PictureCategory;
import com.cartoon.db.DBConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
public class PictureCategor... | 1,054 | 0.746679 | 0.746679 | 36 | 28.305555 | 18.566427 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.194444 | false | false | 7 |
20bffe04a69a30d9d1f9ae89778889116caef940 | 15,333,033,313,279 | 1957fd0f6f47c508d5079a3d744021cac69d52f7 | /app/src/main/java/apps/baveltman/hellomoon/AudioPlayer.java | a41385c285493ebc3de18c789194d524a10c078e | [] | no_license | baveltman/HelloMoon | https://github.com/baveltman/HelloMoon | 375b84777cbe1090bcb55892f2bd9f66361ba844 | 3d2c4cf3c1c226f04fc4bc863792aa73a0c79e06 | refs/heads/master | 2021-01-23T22:06:41.956000 | 2016-01-13T22:00:02 | 2016-01-13T22:00:02 | 31,629,831 | 0 | 0 | null | false | 2016-03-07T21:14:14 | 2015-03-04T00:48:48 | 2016-01-13T21:58:47 | 2016-03-07T21:13:34 | 5,728 | 0 | 0 | 1 | Java | null | null | package apps.baveltman.hellomoon;
import android.content.Context;
import android.media.MediaPlayer;
/**
* Model for the audio player
*/
public class AudioPlayer {
private MediaPlayer mPlayer;
/**
* stops and releases the MediaPlayer
*/
public void stop() {
if (playerStarted()) {
... | UTF-8 | Java | 1,777 | java | AudioPlayer.java | Java | [] | null | [] | package apps.baveltman.hellomoon;
import android.content.Context;
import android.media.MediaPlayer;
/**
* Model for the audio player
*/
public class AudioPlayer {
private MediaPlayer mPlayer;
/**
* stops and releases the MediaPlayer
*/
public void stop() {
if (playerStarted()) {
... | 1,777 | 0.579629 | 0.579629 | 77 | 22.077923 | 22.233568 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.220779 | false | false | 7 |
e7552c4d7375f1648acdf2d5acac1ebb83d5023f | 3,719,441,743,855 | 4f0b20820648f18a9b3a041e03976c6afe6ee0a5 | /src/main/java/backend/restcontroller/TripController.java | 4fe1184ac8a2c31cdb5877771af5c5d8f487f798 | [] | no_license | jhszcsb/TravelApp-Server | https://github.com/jhszcsb/TravelApp-Server | 4d0599e69a8329f1ffb50d5b0c1991c1e8c145fb | b263f7e3d5288aa476067f534051b985e5ef23e6 | refs/heads/master | 2020-05-31T13:37:49.489000 | 2015-12-06T20:40:03 | 2015-12-06T20:40:03 | 41,494,098 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backend.restcontroller;
import backend.entity.*;
import backend.service.TravelerNotFoundException;
import backend.service.TripService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.hateoas.Resource;
import org.springframework.http.HttpStatus;
import org.springframewo... | UTF-8 | Java | 4,675 | java | TripController.java | Java | [] | null | [] | package backend.restcontroller;
import backend.entity.*;
import backend.service.TravelerNotFoundException;
import backend.service.TripService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.hateoas.Resource;
import org.springframework.http.HttpStatus;
import org.springframewo... | 4,675 | 0.709519 | 0.708449 | 125 | 36.400002 | 31.91263 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448 | false | false | 7 |
01848616de4c6ccbbcdea3503d8d06811a88a896 | 32,813,550,202,520 | 7941d6ed6d1f87954de73876c6d70b2b4b9e8a8c | /src/PART_II_OOP/Day38_Inheritance_part_II/Task4_CarTest/Vehicle.java | 501fda7d66002a1d2c128b9d2806b2de23b88a33 | [] | no_license | Isso-Chan/Java-b13 | https://github.com/Isso-Chan/Java-b13 | d91524f41788882b85b8fa7ba69b770cd0042a98 | a8d3697c7b8d77aba197077880b9657190da34a0 | refs/heads/master | 2022-11-14T05:47:48.062000 | 2020-07-02T11:23:43 | 2020-07-02T11:23:43 | 276,617,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PART_II_OOP.Day38_Inheritance_part_II.Task4_CarTest;
public class Vehicle {
int maxSpeed=120;
}
| UTF-8 | Java | 116 | java | Vehicle.java | Java | [] | null | [] | package PART_II_OOP.Day38_Inheritance_part_II.Task4_CarTest;
public class Vehicle {
int maxSpeed=120;
}
| 116 | 0.706897 | 0.655172 | 7 | 14.571428 | 20.437061 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
7e31b930e608fbb131440856e86dea0c93226c66 | 18,880,676,299,961 | 962e4b2ec719989320f5b40decffe7509e781a80 | /domain/src/test/java/ru/nsu/ccfit/nsuschedule/domain/entities/EventOccurrenceTest.java | 551e52efea6a4df258da886af65d92d13422cacb | [] | no_license | Den4ick240/NsuSchedule | https://github.com/Den4ick240/NsuSchedule | ccefa2ffaf120dece53894e98b03b470efd7839f | c2e4e8007d5779f885472ec08fb573a097590f20 | refs/heads/master | 2023-07-18T06:39:26.227000 | 2021-05-29T18:27:40 | 2021-05-29T18:27:40 | 403,535,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.nsu.ccfit.nsuschedule.domain.entities;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Calendar;
import java.util.Date;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertT... | UTF-8 | Java | 2,547 | java | EventOccurrenceTest.java | Java | [] | null | [] | package ru.nsu.ccfit.nsuschedule.domain.entities;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Calendar;
import java.util.Date;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertT... | 2,547 | 0.700039 | 0.692972 | 70 | 35.400002 | 31.518431 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.942857 | false | false | 7 |
f5487e537a00d9942368395aeac39eca9d5079b0 | 25,142,738,597,144 | 7a4da4c6ee5f03c2071244f532a9135bb0b48af6 | /jamal-engine/src/main/java/javax0/jamal/tracer/TraceRecordFactory.java | efc00f61e2906b4b14268a70df1209052b38c0aa | [
"Apache-2.0"
] | permissive | verhas/jamal | https://github.com/verhas/jamal | b81fd42da8826459b0252c8c44a071d00c9ddbbc | 54372562c3440dfce38a9cf4a5b58722f2eb9247 | refs/heads/master | 2023-09-01T20:52:06.513000 | 2023-08-30T14:28:16 | 2023-08-30T14:28:16 | 144,117,144 | 43 | 4 | Apache-2.0 | false | 2023-09-14T09:36:04 | 2018-08-09T07:34:42 | 2023-08-18T13:55:14 | 2023-09-14T09:36:03 | 34,471 | 45 | 4 | 7 | Java | false | false | package javax0.jamal.tracer;
import javax0.jamal.api.EnvironmentVariables;
import javax0.jamal.api.Position;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
public class TraceRecordFactory {
final List<TraceRecord> traces = new ArrayList<>();
final Dequ... | UTF-8 | Java | 2,339 | java | TraceRecordFactory.java | Java | [] | null | [] | package javax0.jamal.tracer;
import javax0.jamal.api.EnvironmentVariables;
import javax0.jamal.api.Position;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
public class TraceRecordFactory {
final List<TraceRecord> traces = new ArrayList<>();
final Dequ... | 2,339 | 0.634887 | 0.632321 | 74 | 30.608109 | 26.483967 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527027 | false | false | 7 |
4f8f511bd20929be6668e6aa3ce5c689bf16b8c2 | 33,715,493,280,298 | db1d0bc4000de39157dcf16f1f704c7630acc258 | /src/main/java/com/management/chestionare/mapper/MapperIntrebareEfectuata.java | 27f9f418e334813642d048d39a66c251146b55c7 | [] | no_license | adrian-trinc/ManagementChestionareApp | https://github.com/adrian-trinc/ManagementChestionareApp | 458a8423b1b55dc6f27f6374e9cb8a23b47c6175 | 08e6c8f91527007cb84d29d03b20aeb78c7c7d57 | refs/heads/master | 2023-04-01T01:43:44.677000 | 2021-04-05T17:12:13 | 2021-04-05T17:12:13 | 354,908,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.management.chestionare.mapper;
import com.management.chestionare.domain.Intrebare;
import com.management.chestionare.domain.IntrebareEfectuata;
import com.management.chestionare.dtodomain.IntrebareEfectuataDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereo... | UTF-8 | Java | 1,933 | java | MapperIntrebareEfectuata.java | Java | [] | null | [] | package com.management.chestionare.mapper;
import com.management.chestionare.domain.Intrebare;
import com.management.chestionare.domain.IntrebareEfectuata;
import com.management.chestionare.dtodomain.IntrebareEfectuataDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereo... | 1,933 | 0.781686 | 0.781686 | 42 | 45.023811 | 37.240204 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
33c89a717306567807a9ccb9a6d9d9814395c77f | 23,854,248,386,482 | 15721c72c65a55891c94e1d7552df2891e3bddb1 | /src/main/java/com/practice/cleankanban/usecase/kanbanboard/board/move_stage/MoveStageOfBoardUseCaseImpl.java | 686952f0067176cd7dd6c0f166b12675e1f6cacd | [] | no_license | he89302/kanbanboard | https://github.com/he89302/kanbanboard | 848249189ae05b7c23a24b03ee2358f2762f0737 | e7455b818cc8d95386c3f6895abbf43c3e8f55dc | refs/heads/master | 2023-02-05T23:10:27.494000 | 2019-09-24T16:21:24 | 2019-09-24T16:21:24 | 195,853,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practice.cleankanban.usecase.kanbanboard.board.move_stage;
import com.practice.cleankanban.domain.model.kanbanboard.board.Board;
import com.practice.cleankanban.domain.model.kanbanboard.board.BoardStage;
import com.practice.cleankanban.usecase.kanbanboard.board.BoardRepository;
import com.practice.cleankan... | UTF-8 | Java | 2,854 | java | MoveStageOfBoardUseCaseImpl.java | Java | [] | null | [] | package com.practice.cleankanban.usecase.kanbanboard.board.move_stage;
import com.practice.cleankanban.domain.model.kanbanboard.board.Board;
import com.practice.cleankanban.domain.model.kanbanboard.board.BoardStage;
import com.practice.cleankanban.usecase.kanbanboard.board.BoardRepository;
import com.practice.cleankan... | 2,854 | 0.676945 | 0.676244 | 93 | 29.698925 | 27.954565 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473118 | false | false | 7 |
4f9458218f361e3fd20bc57b5ad17356f3a2c2ce | 14,302,241,134,914 | 70896e032398d739ab5663076b39155d7a0d60ad | /springboot-servicio-productos/src/main/java/com/example/springboot/app/productos/models/services/IProductoServices.java | 2af23ce6af2d151c912bce98ed519286e9443ac2 | [] | no_license | ddelarco/ejemplos-servicios | https://github.com/ddelarco/ejemplos-servicios | adee1ce0ecc0d701ac6270524f70164ad03eedee | 1d3075fffcf051dcb021a35c541078cefa18f588 | refs/heads/master | 2023-06-10T06:16:10.019000 | 2021-06-01T18:31:51 | 2021-06-01T18:31:51 | 361,119,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springboot.app.productos.models.services;
import java.util.List;
import com.example.springboot.app.commons.models.entity.Producto;
public interface IProductoServices {
public List<Producto> findAll();
public Producto findById(Long id);
public Producto save(Producto producto);
public void... | UTF-8 | Java | 344 | java | IProductoServices.java | Java | [] | null | [] | package com.example.springboot.app.productos.models.services;
import java.util.List;
import com.example.springboot.app.commons.models.entity.Producto;
public interface IProductoServices {
public List<Producto> findAll();
public Producto findById(Long id);
public Producto save(Producto producto);
public void... | 344 | 0.790698 | 0.790698 | 15 | 21.933332 | 22.504715 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.866667 | false | false | 7 |
861d9bcdd4d9a66a091609b99b5dd50bad7dd097 | 10,333,691,373,683 | 3585c70d78a278968ec57f9ec9951539ea93b85e | /src/main/java/fourthingsplus/domain/material/Material.java | 713ecdeec95344ecceb270d7e828c5bb8ab9207e | [] | no_license | datsoftlyngby/FourThingsPlus | https://github.com/datsoftlyngby/FourThingsPlus | 38c50736d1c81739b2a3aafe7f27b8b62e836bf5 | 51eb0cb679101971a45e5a97e3c144d10d9666eb | refs/heads/master | 2023-01-28T06:13:10.345000 | 2020-12-10T10:02:53 | 2020-12-10T10:02:53 | 306,266,455 | 0 | 6 | null | false | 2020-10-27T12:30:02 | 2020-10-22T08:07:01 | 2020-10-27T10:59:54 | 2020-10-27T12:30:01 | 43 | 0 | 1 | 1 | Java | false | false | package fourthingsplus.domain.material;
public class Material {
public Material(int id, String description, int width, int height) {
}
}
| UTF-8 | Java | 147 | java | Material.java | Java | [] | null | [] | package fourthingsplus.domain.material;
public class Material {
public Material(int id, String description, int width, int height) {
}
}
| 147 | 0.727891 | 0.727891 | 7 | 20 | 25.24169 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 7 |
4fb67c19625389e8894bc88df9aa4a473e5ff461 | 19,481,971,717,573 | f2b6a51f5d550b5785cbd7a760080a195bf727ad | /src/main/java/com/pedagogiaproject/services/PublicationService.java | 083190700f9d53d91102134a1650c1b15f8224bd | [] | no_license | joaopaulonunesm/pedagogia-project | https://github.com/joaopaulonunesm/pedagogia-project | 377ddb53b2eb331f10008d177356e98e41dd3a83 | 4ab3c4d9071f9185f9a1296a3c2080c9862bd2a0 | refs/heads/master | 2021-09-27T08:57:43.067000 | 2021-09-17T13:38:22 | 2021-09-17T13:38:22 | 105,396,190 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pedagogiaproject.services;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pedagogiaproject.models.Publication;
import com.pedagogiaproject.repositories.PublicationReposi... | UTF-8 | Java | 2,316 | java | PublicationService.java | Java | [] | null | [] | package com.pedagogiaproject.services;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pedagogiaproject.models.Publication;
import com.pedagogiaproject.repositories.PublicationReposi... | 2,316 | 0.762914 | 0.762914 | 71 | 30.915493 | 31.900703 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.43662 | false | false | 15 |
1cee0ce6c234545c08b14cadcdbb3e9d55db38b8 | 19,481,971,716,609 | a4f1d907f5a6225d5cb2e8ac9abad00a39d058ff | /TBS/src/main/java/infomodule/pojo/Account.java | fdfeb9f71684c6f627ec276b108d17860a05bb61 | [] | no_license | RickyLeslie/TBS | https://github.com/RickyLeslie/TBS | e076a85b77f135df6d31eecaac40cd50b8ed0771 | b5744aad67adc19608e472c9cee86e896454799d | refs/heads/master | 2021-05-12T12:33:22.088000 | 2018-01-14T09:20:44 | 2018-01-14T09:20:44 | 117,416,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package infomodule.pojo;
import java.io.Serializable;
public class Account implements Serializable{
/**
* 这是第二个版本
*/
private static final long serialVersionUID = 1L;
private String id;
private String customer_id; //客户ID
private String bankAccount; //银行卡号
private String openBank; //开户行... | UTF-8 | Java | 2,239 | java | Account.java | Java | [] | null | [] | package infomodule.pojo;
import java.io.Serializable;
public class Account implements Serializable{
/**
* 这是第二个版本
*/
private static final long serialVersionUID = 1L;
private String id;
private String customer_id; //客户ID
private String bankAccount; //银行卡号
private String openBank; //开户行... | 2,239 | 0.689418 | 0.68896 | 84 | 23.988094 | 22.450207 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 15 |
ce0bbf32a24df4659c7fc234ee2e0479b8a8b4e0 | 14,096,082,730,369 | a6daa892126bd55e03229013baba6aa11d2ca998 | /src/servlet/college/College_SelectStamp.java | 8dfc2196f7dfb3a77d2d1043f7a210065ecde768 | [] | no_license | ZLBer/sdauweixin | https://github.com/ZLBer/sdauweixin | 46fa55d3b0b30a06e8fc420ac70b5a727d197e32 | da0d7e4ab9daa91057e7764c7707cfd588a1f4f7 | refs/heads/master | 2020-05-06T13:45:07.685000 | 2019-04-08T13:24:11 | 2019-04-08T13:24:11 | 180,153,999 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet.college;
import po.StampEntity;
import util.HibernateUtil;
import weixin.ParamesAPI.util.ParamesAPI;
import weixin.ParamesAPI.util.WeixinUtil;
import weixin.msg.Util.SMessage;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
im... | UTF-8 | Java | 2,896 | java | College_SelectStamp.java | Java | [
{
"context": "on;\nimport java.io.IOException;\n\n/**\n * Created by libin on 2017/5/24.\n */\npublic class College_SelectStam",
"end": 456,
"score": 0.9990372657775879,
"start": 451,
"tag": "USERNAME",
"value": "libin"
}
] | null | [] | package servlet.college;
import po.StampEntity;
import util.HibernateUtil;
import weixin.ParamesAPI.util.ParamesAPI;
import weixin.ParamesAPI.util.WeixinUtil;
import weixin.msg.Util.SMessage;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
im... | 2,896 | 0.680328 | 0.676602 | 70 | 37.342857 | 30.019939 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
92f5ca1370eac7e679024c3e829e6f27d7400133 | 11,192,684,837,141 | c7a3d1425ec3e36391cbff12a4016f7cef3fc908 | /Java/CS160 Labs-Projects/Lab7DanielDelyMcShane/Lab7DanielDelyMcShane/src/ColorGuessingGame.java | 7ff3e682752596bcf3caf949206b111b5e9e9387 | [] | no_license | dmcshane01/IPFW | https://github.com/dmcshane01/IPFW | 86d71086b14de1f041603b615b1f0ca2b37f219e | 602a13fbd541b0bb3ca9620dae2f1c0c4dc662a4 | refs/heads/master | 2021-01-17T12:24:54.357000 | 2017-09-14T14:52:33 | 2017-09-14T14:52:33 | 42,759,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Daniel DelyMcshane
* Lab 7 - Color Guessing Game
* CS160 - Karim Elish
* 10/31/2015
*/
import java.awt.Color;
import javax.swing.*;
import java.util.Random;
public class ColorGuessingGame {
public static String globalColor;
public static void main(String[] args) {
//prompt user if they would like... | UTF-8 | Java | 3,627 | java | ColorGuessingGame.java | Java | [
{
"context": "/*\n * Daniel DelyMcshane\n * Lab 7 - Color Guessing Game\n * CS160 - Karim E",
"end": 24,
"score": 0.999893844127655,
"start": 6,
"tag": "NAME",
"value": "Daniel DelyMcshane"
},
{
"context": "yMcshane\n * Lab 7 - Color Guessing Game\n * CS160 - Karim Elish\n * 10/31/20... | null | [] | /*
* <NAME>
* Lab 7 - Color Guessing Game
* CS160 - <NAME>
* 10/31/2015
*/
import java.awt.Color;
import javax.swing.*;
import java.util.Random;
public class ColorGuessingGame {
public static String globalColor;
public static void main(String[] args) {
//prompt user if they would like to play
int c... | 3,610 | 0.685691 | 0.675214 | 135 | 25.866667 | 28.233891 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.451852 | false | false | 15 |
f05742127165348ba703f634aaee64a3e9c1cda6 | 22,136,261,504,390 | 61a0c05e72409908615e7649376c18e8c8867c80 | /zheng-ucenter/zheng-ucenter-web/src/main/java/com/zheng/ucenter/web/controller/SignController.java | 3d58242a18bc83442af5ceaaaa78a413c613b199 | [
"MIT"
] | permissive | SHINHEI-LIN/zheng | https://github.com/SHINHEI-LIN/zheng | c5260596f1f267debf5e4ce49781e22822bb1208 | b8551d79bd740c764b7fef7e1b44f89e53d22fba | refs/heads/master | 2021-09-05T13:52:36.107000 | 2018-01-28T11:49:51 | 2018-01-28T11:49:51 | 108,478,044 | 3 | 0 | null | true | 2017-10-26T23:57:15 | 2017-10-26T23:57:14 | 2017-10-26T17:11:30 | 2017-10-26T09:00:58 | 40,535 | 0 | 0 | 0 | null | false | null | package com.zheng.ucenter.web.controller;
import com.zheng.common.base.BaseController;
import com.zheng.ucenter.common.constant.UcenterResult;
import com.zheng.ucenter.common.constant.UcenterResultConstant;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
impor... | UTF-8 | Java | 1,862 | java | SignController.java | Java | [
{
"context": "tp.HttpServletRequest;\n\n/**\n * 注册控制器\n * Created by shuzheng on 2017/5/2.\n */\n@Controller\npublic class SignCon",
"end": 621,
"score": 0.9995941519737244,
"start": 613,
"tag": "USERNAME",
"value": "shuzheng"
}
] | null | [] | package com.zheng.ucenter.web.controller;
import com.zheng.common.base.BaseController;
import com.zheng.ucenter.common.constant.UcenterResult;
import com.zheng.ucenter.common.constant.UcenterResultConstant;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
impor... | 1,862 | 0.732181 | 0.727862 | 64 | 27.953125 | 26.288918 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421875 | false | false | 15 |
d5a7a8e3604ef0a7ecc78f13bdf636d5a3eba693 | 24,412,594,116,003 | eee2c45ef47d38ec62bc0ad67c1f81570a637eed | /My Java Project/src/com/abstraction2/I5.java | f5d4f3f1f37aae9f4b178e6faf979dc8e9a729f6 | [] | no_license | sba1234/TestRepository | https://github.com/sba1234/TestRepository | 52172c6a6852d6e725a7df75d0b538951fe684e1 | 3d711ae11faf3994264581db450db100f7f75f16 | refs/heads/master | 2023-05-12T21:11:59.646000 | 2020-04-17T16:41:40 | 2020-04-17T16:41:40 | 202,147,679 | 0 | 0 | null | false | 2023-05-09T18:23:51 | 2019-08-13T13:11:54 | 2020-04-17T16:42:10 | 2023-05-09T18:23:48 | 9,142 | 0 | 0 | 2 | HTML | false | false | //sample program for interface
package com.abstraction2;
public interface I5 {
void test2();
}
| UTF-8 | Java | 102 | java | I5.java | Java | [] | null | [] | //sample program for interface
package com.abstraction2;
public interface I5 {
void test2();
}
| 102 | 0.715686 | 0.686275 | 6 | 15 | 11.445523 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
59d1667276f6ec449d9db11a34e129cb00a70a21 | 14,757,507,687,153 | ef878230488177f19b9397b4b6b951605bab86e6 | /app/src/main/java/ua/lelpel/pomobluelw/ui/fragments/EditBoardDialog.java | 5da18e90f27c424974bddb079497aaf48dbf98d4 | [
"Apache-2.0"
] | permissive | lelpel/pomo_blue | https://github.com/lelpel/pomo_blue | beb9add3d06bd2214eca7baf6e3aa6696d7a6b89 | 24c7311ac5f29dfb67397c17cbd3790f66d4b9d1 | refs/heads/master | 2021-01-25T07:49:21.291000 | 2017-06-07T19:01:34 | 2017-06-07T19:01:34 | 93,669,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.lelpel.pomobluelw.ui.fragments;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import andr... | UTF-8 | Java | 3,221 | java | EditBoardDialog.java | Java | [] | null | [] | package ua.lelpel.pomobluelw.ui.fragments;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import andr... | 3,221 | 0.666148 | 0.665525 | 93 | 32.526882 | 26.409754 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526882 | false | false | 15 |
301d8cf03313afa8801dfa0824dc286eb82f599f | 22,686,017,286,638 | 65401a5faa8ab477c089d9f624b955ee75cb3972 | /LibrarySystem_SSM/LibrarySystem_SSM/src/nyist/net/Library/view/LoginOutAction.java | 937c25b79159b4670fba72e7a3dfaad30000dc90 | [] | no_license | wx409475835/MyEclipseWorkSpace | https://github.com/wx409475835/MyEclipseWorkSpace | 540c76bbe0882047c57f42b8618a3e560a62e561 | 7ca58987ec25e6d2609f8cc300cf454ff4253f43 | refs/heads/master | 2020-04-27T05:28:14.907000 | 2019-03-07T03:11:38 | 2019-03-07T03:11:38 | 174,081,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nyist.net.Library.view;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Component;
import org.springframework.web.HttpRequestHandler;
@Component
public class L... | UTF-8 | Java | 1,532 | java | LoginOutAction.java | Java | [] | null | [] | package nyist.net.Library.view;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Component;
import org.springframework.web.HttpRequestHandler;
@Component
public class L... | 1,532 | 0.808747 | 0.808747 | 35 | 42.771427 | 24.826351 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.914286 | false | false | 15 |
f4a9200d791d2d9aece43227414619d3ea190c92 | 22,686,017,290,225 | d930dd795777bc1ff4a3db81e764717500b84bf3 | /src/main/java/de/yutamago/Persistenz/Dao/Fake/FakeUserDao.java | 0c38ea263319cca556329a17edbb8784cec03a38 | [] | no_license | dojo1017/spring-restful-beispiel | https://github.com/dojo1017/spring-restful-beispiel | 698e4a3b88dd7479be1756f022915185748bee72 | c447a1583761576a6011ec48c14ff03d30fb681d | refs/heads/master | 2021-01-11T08:40:59.598000 | 2016-12-16T13:47:50 | 2016-12-16T13:47:50 | 76,648,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.yutamago.Persistenz.Dao.Fake;
import de.yutamago.Logik.Model.Entity.User;
import de.yutamago.Persistenz.Dao.IUserDao;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;
import javax.validation.constraints.NotNull;
import java.util.Collection;
im... | UTF-8 | Java | 1,664 | java | FakeUserDao.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by Angelo on 16.12.2016.\n */\n@Repository\n@Qualifier(\"FakeDB",
"end": 391,
"score": 0.9350839853286743,
"start": 385,
"tag": "NAME",
"value": "Angelo"
}
] | null | [] | package de.yutamago.Persistenz.Dao.Fake;
import de.yutamago.Logik.Model.Entity.User;
import de.yutamago.Persistenz.Dao.IUserDao;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;
import javax.validation.constraints.NotNull;
import java.util.Collection;
im... | 1,664 | 0.736779 | 0.731971 | 70 | 22.771429 | 22.638256 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 15 |
fcd34b2b69b31c3ad6aec753f675a105b617ff0b | 7,292,854,501,420 | dd2afcacb7f73b504a2ea0caa18c60cb9ebdc656 | /Specify/src/edu/ku/brc/helpers/DiskFileFilter.java | e84b697aa4ad0e92ce0da1ee18f4e73862a970f1 | [] | no_license | harvardinformatics/specify-huh | https://github.com/harvardinformatics/specify-huh | 7361bc28cd9bf1fa73935dfe9782535a87579751 | de9eebf1e39d683a932038938313a1a304e90b09 | refs/heads/master | 2020-03-16T22:46:22.803000 | 2011-06-14T14:28:42 | 2011-06-14T14:28:42 | 133,051,909 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright (C) 2009, University of Kansas Center for Research
*
* Specify Software Project, specify@ku.edu, Biodiversity Institute,
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic... | UTF-8 | Java | 1,604 | java | DiskFileFilter.java | Java | [
{
"context": "nter for Research\n * \n * Specify Software Project, specify@ku.edu, Biodiversity Institute,\n * 1345 Jayhawk Boulevar",
"end": 111,
"score": 0.9999238848686218,
"start": 97,
"tag": "EMAIL",
"value": "specify@ku.edu"
},
{
"context": "t, specify@ku.edu, Biodiversity Inst... | null | [] | /* Copyright (C) 2009, University of Kansas Center for Research
*
* Specify Software Project, <EMAIL>, Biodiversity Institute,
* 1345 <NAME>, Lawrence, Kansas, 66045, USA
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publish... | 1,586 | 0.690773 | 0.675187 | 52 | 29.846153 | 27.978966 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
eaa25a05648c264102d2f5b58548bcfa581d2eb0 | 5,497,558,199,029 | d12658315610eec3def38f2448abe9f91e450bf8 | /Aprajit_GenericClassTemplates/src/p3/Developer.java | af7255cc226e86598ab369191aa83152d953f716 | [] | no_license | mkjitsolution/Aprajit_Generics | https://github.com/mkjitsolution/Aprajit_Generics | 7059a11e5d5c06954ecdb092fac265bcbc9d0924 | abdabd17408b7f96d52178491da48ad4d99bbbdd | refs/heads/main | 2023-01-24T12:24:07.332000 | 2020-11-19T06:09:49 | 2020-11-19T06:09:49 | 314,152,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p3;
public class Developer extends Employee {
public Developer(String name, Project project) {
super(name, project);
// TODO Auto-generated constructor stub
}
}
| UTF-8 | Java | 194 | java | Developer.java | Java | [] | null | [] | package p3;
public class Developer extends Employee {
public Developer(String name, Project project) {
super(name, project);
// TODO Auto-generated constructor stub
}
}
| 194 | 0.675258 | 0.670103 | 12 | 14.166667 | 18.284025 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
e6137eac53236a5663b1cb4542b43c325005c1d4 | 8,710,193,718,041 | 4bb39cc8e1e554735e8f1a32258c10cb7d4854c3 | /src/Controller/AdminServletOrder.java | eb32f5d781a25ca0732589d9d4eb3d37c1e8ddfd | [] | no_license | iamcarminecristian/GioCaToys | https://github.com/iamcarminecristian/GioCaToys | 9b36403f3fdbc3b66b1639ab20422e78c1919d0c | 0dda1bea50aa945fdea735cdac8b752684943eea | refs/heads/master | 2020-06-15T20:23:08.711000 | 2019-07-05T10:59:46 | 2019-07-05T10:59:46 | 195,384,314 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServ... | UTF-8 | Java | 2,654 | java | AdminServletOrder.java | Java | [] | null | [] | package Controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServ... | 2,654 | 0.697815 | 0.696684 | 91 | 28.164835 | 25.31831 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.879121 | false | false | 15 |
da780bb7521cf175f14a6893d354872ee435973e | 2,113,123,933,398 | 42ef3d932e62f1079f4fa5441d0e2024fe1381b9 | /src/com/offer/Program_57_2.java | 5f5b5cbddb2ffd8ade6565f8f2f40d3bc5544bea | [] | no_license | CodingLifeV/JianZhiOffer | https://github.com/CodingLifeV/JianZhiOffer | 97ee9c4e398f4c0186552a5e833e3514605a9ab3 | bbab90576d5952740f1dceff72f73f8fd8d59c07 | refs/heads/master | 2022-02-19T19:18:06.402000 | 2019-04-16T07:37:40 | 2019-04-16T07:37:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.offer;
import java.util.ArrayList;
import java.util.Arrays;
/**
* 和为 S 的连续正整数序列
* 双指针
* https://www.nowcoder.com/questionTerminal/c451a3fd84b64cb19485dad758a55ebe
*/
public class Program_57_2 {
public ArrayList<ArrayList<Integer>> FindContinuousSequence(int sum){
ArrayList<ArrayList<Intege... | UTF-8 | Java | 891 | java | Program_57_2.java | Java | [] | null | [] | package com.offer;
import java.util.ArrayList;
import java.util.Arrays;
/**
* 和为 S 的连续正整数序列
* 双指针
* https://www.nowcoder.com/questionTerminal/c451a3fd84b64cb19485dad758a55ebe
*/
public class Program_57_2 {
public ArrayList<ArrayList<Integer>> FindContinuousSequence(int sum){
ArrayList<ArrayList<Intege... | 891 | 0.493642 | 0.46474 | 31 | 26.903225 | 21.222864 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 15 |
48fc028802034b6754d7511908fe2081dc884ac2 | 30,571,577,276,309 | 4b851d7e5be17d2d2e3610443b0ab499ba5c67f4 | /src/main/java/com/qunar/search/cosmetic/service/lucene/score/SuggestCustomScoreQuery.java | c14c336ff4bde350de43ecfac1a249228ff0ae1d | [] | no_license | jkbjxy/coscan | https://github.com/jkbjxy/coscan | 684ba40090713226605b97186be2f93c5e6e2ff0 | 40538b7f451fa3cc1a65ca94a0412d83722cb153 | refs/heads/master | 2015-08-12T00:43:06.995000 | 2014-04-25T08:33:19 | 2014-04-25T08:33:19 | 20,644,966 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qunar.search.cosmetic.service.lucene.score;
import org.apache.lucene.index.AtomicReaderContext;
import org.apache.lucene.queries.CustomScoreProvider;
import org.apache.lucene.queries.CustomScoreQuery;
import org.apache.lucene.search.Query;
import java.io.IOException;
public class SuggestCustomScoreQuery ... | UTF-8 | Java | 644 | java | SuggestCustomScoreQuery.java | Java | [] | null | [] | package com.qunar.search.cosmetic.service.lucene.score;
import org.apache.lucene.index.AtomicReaderContext;
import org.apache.lucene.queries.CustomScoreProvider;
import org.apache.lucene.queries.CustomScoreQuery;
import org.apache.lucene.search.Query;
import java.io.IOException;
public class SuggestCustomScoreQuery ... | 644 | 0.773292 | 0.773292 | 23 | 27 | 28.348761 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 15 |
4afeca042ae6e682e29ad4eb26401ec1ec069ae1 | 7,146,825,635,251 | c211b90f9afe754c0399fc729cc6bc31afd9ac45 | /design_pattern_practice/src/design_pattern_practice/command/Main.java | 5293988db0ba70d1c4b1aab5730a65106816eb57 | [] | no_license | kimxavi/java_practice | https://github.com/kimxavi/java_practice | fa408f01a5829636229e858edbd1fa33d1a7809a | 8ebfdb3b431a92f45b45c3de9a0736ac1f698670 | refs/heads/master | 2021-01-20T19:19:26.809000 | 2016-06-26T07:36:59 | 2016-06-26T07:36:59 | 60,828,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design_pattern_practice.command;
public class Main {
public static void main(String[] args) {
MouseCursor cursor = new MouseCursor();
MoveCursor moveCursor = new MoveCursor(cursor);
ResetCursor resetCursor = new ResetCursor(cursor);
MouseCommands command = new MouseCommands();
command.takeComman... | UTF-8 | Java | 402 | java | Main.java | Java | [] | null | [] | package design_pattern_practice.command;
public class Main {
public static void main(String[] args) {
MouseCursor cursor = new MouseCursor();
MoveCursor moveCursor = new MoveCursor(cursor);
ResetCursor resetCursor = new ResetCursor(cursor);
MouseCommands command = new MouseCommands();
command.takeComman... | 402 | 0.751244 | 0.751244 | 17 | 22.647058 | 19.917303 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 15 |
24107197f3955bb0efd68c1ad003ba9391c7faf0 | 29,755,533,487,844 | cbe22ec29c603f42fdb9447ca76bbc3e0f0242f3 | /CrazyImageView/src/main/java/com/txusballesteros/RectController.java | af92281f3e113217fead7f7a8cc8728b8f169151 | [
"Apache-2.0"
] | permissive | bayan1987/crazy-image-view | https://github.com/bayan1987/crazy-image-view | ec6b3282d869c021ec8a23b0fa50d39a07749208 | 355c751db42114a4b935c162936bf4925c4fc48c | refs/heads/master | 2021-01-12T20:54:42.489000 | 2016-02-17T09:35:49 | 2016-02-17T09:35:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright Txus Ballesteros 2016 (@txusballesteros)
*
* This file is part of some open source application.
*
* 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 copyrig... | UTF-8 | Java | 6,032 | java | RectController.java | Java | [
{
"context": "/*\n * Copyright Txus Ballesteros 2016 (@txusballesteros)\n *\n * This file is part o",
"end": 32,
"score": 0.9998998045921326,
"start": 16,
"tag": "NAME",
"value": "Txus Ballesteros"
},
{
"context": "/*\n * Copyright Txus Ballesteros 2016 (@txusballesteros)\n *\n * Thi... | null | [] | /*
* Copyright <NAME> 2016 (@txusballesteros)
*
* This file is part of some open source application.
*
* 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 ownersh... | 5,993 | 0.643899 | 0.640418 | 157 | 37.420383 | 25.668669 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605096 | false | false | 15 |
14ef7e3e4a4d6cad593289e2c2d9431eda3fa7a8 | 28,398,323,799,633 | 6fb2443a11374d24b9bf05ab8671d086b51928c7 | /CompositePattern/src/composite/Waitress.java | c7ac51aaaacef1f08c41f708358b37fd80c76ad2 | [] | no_license | heatre/design-patterns | https://github.com/heatre/design-patterns | b7a17f898fc29b03af4dd711278dca9e9adb9a90 | 9e4832481d519d6dd5addc97ed3dfa6e0e7f2d82 | refs/heads/master | 2021-09-01T15:22:08.838000 | 2017-12-27T17:23:32 | 2017-12-27T17:23:32 | 115,542,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package composite;
/**
* Created by Swin on 2016/5/30.
*/
public class Waitress {
MenuComponent allMenus;
public Waitress(MenuComponent menuComponent){
allMenus = menuComponent;
}
public void printMenu(){
allMenus.print();
}
}
| UTF-8 | Java | 268 | java | Waitress.java | Java | [
{
"context": "package composite;\n\n/**\n * Created by Swin on 2016/5/30.\n */\npublic class Waitress {\n Me",
"end": 42,
"score": 0.6817138195037842,
"start": 38,
"tag": "NAME",
"value": "Swin"
}
] | null | [] | package composite;
/**
* Created by Swin on 2016/5/30.
*/
public class Waitress {
MenuComponent allMenus;
public Waitress(MenuComponent menuComponent){
allMenus = menuComponent;
}
public void printMenu(){
allMenus.print();
}
}
| 268 | 0.63806 | 0.61194 | 15 | 16.866667 | 14.952666 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 15 |
fb54b0b34f5dd49f8beefe27e9c01dccd54dd696 | 6,957,847,090,910 | 722f2b122a49aa43ca234037635ca08bfc6e1618 | /src/com/calibration/dao/SearchHelper.java | 84951072d029cb641feb2a4b197fd7a2b625160d | [] | no_license | rohith-raj-s/AS9100 | https://github.com/rohith-raj-s/AS9100 | abb9344caecff0fac8e4672d0c80754eaaac0e3b | d9e990aed253180975b9cc878bb319cca5cc3f11 | refs/heads/master | 2020-03-31T13:19:27.041000 | 2018-10-09T18:00:25 | 2018-10-09T18:00:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.calibration.dao;
import java.util.List;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import com.calibration.entity.Calibration;
import co... | UTF-8 | Java | 974 | java | SearchHelper.java | Java | [] | null | [] | package com.calibration.dao;
import java.util.List;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import com.calibration.entity.Calibration;
import co... | 974 | 0.792608 | 0.792608 | 33 | 28.515152 | 31.781567 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 15 |
7b3f287c8dc430eca00ef8f3312a4b3928fea2aa | 4,380,866,704,740 | 394e8c5294747e27c9f3ad0c2d219e38bca320c9 | /app/src/main/java/com/eli/oneos/db/DeviceInfoKeeper.java | 2805150f15aa82443320a7a25b96e29ed2c0d049 | [] | no_license | yuanxiangdong/OneSpaceClient | https://github.com/yuanxiangdong/OneSpaceClient | 08fc67a3ddaa652672daec212b5bfd5c944c7d0b | bc5f3fa383140aaf5e9439577fbf038d8d08543b | refs/heads/master | 2021-07-01T07:49:41.512000 | 2017-09-15T10:27:47 | 2017-09-15T10:27:47 | 103,498,218 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eli.oneos.db;
import com.eli.oneos.db.greendao.DeviceInfo;
import com.eli.oneos.db.greendao.DeviceInfoDao;
import java.util.List;
import de.greenrobot.dao.query.QueryBuilder;
/**
* Created by gaoyun@eli-tech.com on 2016/1/7.
*/
public class DeviceInfoKeeper {
public static List<DeviceInfo> all() ... | UTF-8 | Java | 1,908 | java | DeviceInfoKeeper.java | Java | [
{
"context": "enrobot.dao.query.QueryBuilder;\n\n/**\n * Created by gaoyun@eli-tech.com on 2016/1/7.\n */\npublic class DeviceInfoKeeper {\n",
"end": 228,
"score": 0.9999210834503174,
"start": 209,
"tag": "EMAIL",
"value": "gaoyun@eli-tech.com"
}
] | null | [] | package com.eli.oneos.db;
import com.eli.oneos.db.greendao.DeviceInfo;
import com.eli.oneos.db.greendao.DeviceInfoDao;
import java.util.List;
import de.greenrobot.dao.query.QueryBuilder;
/**
* Created by <EMAIL> on 2016/1/7.
*/
public class DeviceInfoKeeper {
public static List<DeviceInfo> all() {
De... | 1,896 | 0.622642 | 0.617925 | 70 | 26.257143 | 24.704357 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 15 |
241292bb25c018859c27d64c2009cd9e60b22012 | 24,550,033,118,932 | 6875eb660fc4f5dabc5a51ca912cbdac272c94ee | /src/java/grupo/qq/model/Aceites.java | f4477a940e3872012f6286576d1c16c97e205c14 | [] | no_license | andreesalvaradoa/ProyectoFramework | https://github.com/andreesalvaradoa/ProyectoFramework | 160a84e1b268e71832650180d5bf6b90393d4dc1 | ba633b50daaf508f376abf611663953cd01522fd | refs/heads/master | 2020-03-21T01:52:27.430000 | 2018-06-19T18:24:29 | 2018-06-19T18:24:29 | 137,966,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package grupo.qq.model;
// Generated 06-19-2018 05:50:15 PM by Hibernate Tools 4.3.1
/**
* Aceites generated by hbm2java
*/
public class Aceites implements java.io.Serializable {
private Integer id;
private RequerimientoExpress requerimientoExpress;
private String typeAceite;
private String ... | UTF-8 | Java | 2,080 | java | Aceites.java | Java | [] | null | [] | package grupo.qq.model;
// Generated 06-19-2018 05:50:15 PM by Hibernate Tools 4.3.1
/**
* Aceites generated by hbm2java
*/
public class Aceites implements java.io.Serializable {
private Integer id;
private RequerimientoExpress requerimientoExpress;
private String typeAceite;
private String ... | 2,080 | 0.683173 | 0.674519 | 80 | 24.975 | 25.495575 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
b090e4f8fd8b6b4909b5369653c24fbc4da1da5b | 9,766,755,684,145 | f7a2ade7f9bc468ea8ac9aa37c7ab7edbe26f58a | /Learning/src/CS440PA3.java | 3c5ac857d1ccb5d03bf96a779a38468b3fbc3d24 | [] | no_license | anthonyjl92/Artificial-Intelligence | https://github.com/anthonyjl92/Artificial-Intelligence | ce87175ef976da3532d19f99f2e49c272febf385 | 0e7d95d478e20aa19e6a74aff001467060bc7fa0 | refs/heads/master | 2016-08-12T04:40:07.976000 | 2016-03-24T01:22:03 | 2016-03-24T01:22:03 | 54,599,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
import java.io.FileReader;
import java.io.BufferedReader;
import java.util.Arrays;
import java.io.*;
import java.util.*;
import java.text.DecimalFormat;
import java.util.Collections;
public class CS440PA3
{
public static void main(String[] args) throws I... | UTF-8 | Java | 28,349 | java | CS440PA3.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
import java.io.FileReader;
import java.io.BufferedReader;
import java.util.Arrays;
import java.io.*;
import java.util.*;
import java.text.DecimalFormat;
import java.util.Collections;
public class CS440PA3
{
public static void main(String[] args) throws I... | 28,349 | 0.585982 | 0.578186 | 856 | 32.11916 | 29.383617 | 270 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.706776 | false | false | 15 |
bac10856800e35f9ed831d27df9d19225efeca01 | 11,072,425,732,868 | 40eae1327f7ea41404a05d61f42cdd5a31e1f7ee | /fila3/src/fila3/fila3.java | f5b7d6e91b8d0c34d31c1684833c27bc921685b6 | [] | no_license | mateusmegamix/Java-NetBeans | https://github.com/mateusmegamix/Java-NetBeans | bd6f539bd9745c3989b157a9d23340ebdd0d69c6 | 874dd2c7905f8cc8a8cd7e81606e369ccc74b62b | refs/heads/master | 2022-10-10T07:26:17.439000 | 2020-06-02T19:13:41 | 2020-06-02T19:13:41 | 268,884,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package fila3;
import java.util.Scanner;
class Elemento {
Object dado;
Elemento prox;
public Elemento() {
dado = null;
prox = null;
}
public Elemento(Object o, Elemento e) {
dado = o;
prox = e;
}
Object retDado() {
return dado;
}
Elemento retProx() {
return prox;
}
void posDado(Object novoDado) {
... | UTF-8 | Java | 2,002 | java | fila3.java | Java | [] | null | [] |
package fila3;
import java.util.Scanner;
class Elemento {
Object dado;
Elemento prox;
public Elemento() {
dado = null;
prox = null;
}
public Elemento(Object o, Elemento e) {
dado = o;
prox = e;
}
Object retDado() {
return dado;
}
Elemento retProx() {
return prox;
}
void posDado(Object novoDado) {
... | 2,002 | 0.57336 | 0.564847 | 117 | 16.068377 | 13.804946 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504274 | false | false | 15 |
3a5dc941cc4c98a9919b8e99408c9017c499ae2c | 30,648,886,687,738 | c6c04d84fd2cd58273975002abe1e25e419b3d8a | /app/src/main/java/com/kuahusg/v2exwithmvp/View/Adapter/NewsListAdapter.java | c277836f993d5799bc7001160d6626caf239b4e3 | [
"Apache-2.0"
] | permissive | Kuanghusing/MVP-Demo | https://github.com/Kuanghusing/MVP-Demo | e9154d1f425ebd234b65a7a96c1ed09cfa3d4e1e | 9deed8cf5bb90250eafb6aff32bec74272e79105 | refs/heads/master | 2021-01-20T19:26:46.446000 | 2016-07-27T09:16:53 | 2016-07-27T09:16:53 | 64,126,003 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kuahusg.v2exwithmvp.View.Adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com... | UTF-8 | Java | 2,869 | java | NewsListAdapter.java | Java | [
{
"context": "hmvp.R;\n\nimport java.util.List;\n\n/**\n * Created by kuahusg on 16-7-25.\n */\npublic class NewsListAdapter exte",
"end": 528,
"score": 0.9997056126594543,
"start": 521,
"tag": "USERNAME",
"value": "kuahusg"
}
] | null | [] | package com.kuahusg.v2exwithmvp.View.Adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com... | 2,869 | 0.653538 | 0.650052 | 87 | 31.931034 | 26.877668 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 15 |
3faf47b032e91226fa6164638e3ead9aa8f0d96d | 37,271,726,228,695 | 55dca62e858f1a44c2186774339823a301b48dc7 | /code/my-app/functions/3/hasMission_AIUnit.java | fe4049c89e7289c4f24436db0bd5557a5ca804d8 | [] | no_license | jwiszowata/code_reaper | https://github.com/jwiszowata/code_reaper | 4fff256250299225879d1412eb1f70b136d7a174 | 17dde61138cec117047a6ebb412ee1972886f143 | refs/heads/master | 2022-12-15T14:46:30.640000 | 2022-02-10T14:02:45 | 2022-02-10T14:02:45 | 84,747,455 | 0 | 0 | null | false | 2022-12-07T23:48:18 | 2017-03-12T18:26:11 | 2022-02-10T14:00:02 | 2022-12-07T23:48:18 | 16,770 | 0 | 0 | 24 | Java | false | false | public <T extends Mission> boolean hasMission(Class<T> returnClass) {
return getMission(returnClass) != null;
} | UTF-8 | Java | 115 | java | hasMission_AIUnit.java | Java | [] | null | [] | public <T extends Mission> boolean hasMission(Class<T> returnClass) {
return getMission(returnClass) != null;
} | 115 | 0.747826 | 0.747826 | 3 | 37.666668 | 28.015869 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
989952e8f445e10d9d8f08cdd37e51c61c21ce77 | 35,811,437,356,346 | ee80cc959c43817fe086c9db6c70291afcfd2081 | /Assignment 8/HelloWorldExample.java | 4cad9a5c9b0c07d082918b4948a72227c0e18b67 | [] | no_license | delnaz/Web-Technologies | https://github.com/delnaz/Web-Technologies | ecc20e91d4f526ffca889f6155d6adb01ba16129 | ba95f2f4e999476411e188896889168a7d7592e0 | refs/heads/master | 2016-09-06T08:02:03.656000 | 2014-11-14T23:40:16 | 2014-11-14T23:40:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/* $Id: HelloWorldExample.java,v 1.2 2001/11/29 18:27:25 remm Exp $
*
*/
import java.io.*;
import java.lang.*;
import java.net.URL;
import java.net.URLConnection;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.xml.parsers.*;
import org.xml.sax.SAXException;
import java.util.*;
import java.io.Buffer... | UTF-8 | Java | 6,058 | java | HelloWorldExample.java | Java | [
{
"context": "\n\n/**\n* The simplest possible servlet.\n*\n* @author James Duncan Davidson\n*/\n\npublic class HelloWorldExample extends HttpSe",
"end": 837,
"score": 0.9996962547302246,
"start": 816,
"tag": "NAME",
"value": "James Duncan Davidson"
}
] | null | [] |
/* $Id: HelloWorldExample.java,v 1.2 2001/11/29 18:27:25 remm Exp $
*
*/
import java.io.*;
import java.lang.*;
import java.net.URL;
import java.net.URLConnection;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.xml.parsers.*;
import org.xml.sax.SAXException;
import java.util.*;
import java.io.Buffer... | 6,043 | 0.601519 | 0.593265 | 186 | 31.548388 | 25.045557 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.88172 | false | false | 15 |
475db30a619b59f97c7e8496631053e29c0000d2 | 37,099,927,539,646 | 58a8ed34f613c281a5faaaefe5da1788f5739d17 | /Application_code_source/eMybaby/sources/a/d/a/a/h/f/y.java | d196a960f41a67b57a00b0a2333db6c7ccda829f | [] | no_license | wagnerwave/Dossier_Hacking_de_peluche | https://github.com/wagnerwave/Dossier_Hacking_de_peluche | 01c78629e52a94ed6a208e11ff7fcd268e10956e | 514f81b1e72d88e2b8835126b2151e368dcad7fb | refs/heads/main | 2023-03-31T13:28:06.247000 | 2021-03-25T23:03:38 | 2021-03-25T23:03:38 | 351,597,654 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a.d.a.a.h.f;
public final class y extends f {
public y(h hVar) {
super(hVar);
}
public final void t() {
}
}
| UTF-8 | Java | 142 | java | y.java | Java | [] | null | [] | package a.d.a.a.h.f;
public final class y extends f {
public y(h hVar) {
super(hVar);
}
public final void t() {
}
}
| 142 | 0.528169 | 0.528169 | 10 | 13.2 | 11.6 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
7dbde354235a041caaea82bc05b23a8266b3b2ff | 36,575,941,533,731 | cd7dbe9c2e5e390bb2c8c2816657ba3914aa1f93 | /core/src/de/mewel/pixellogic/ui/component/PixelLogicUIMessageModal.java | e493be4c8d97e2433cbe424ce650e024ec9bb61e | [
"MIT"
] | permissive | Mewel/PixelLogic | https://github.com/Mewel/PixelLogic | 240e4732f50391f3cef2ad407a55e2497dd0190a | f7596e772f395966302ce2131436f8e08fc82990 | refs/heads/master | 2021-06-14T02:51:48.089000 | 2021-05-14T22:46:32 | 2021-05-14T22:46:32 | 194,254,844 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.mewel.pixellogic.ui.component;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.ui.Label;
import de.mewel.pixellogic.PixelLogicGlobal;
import de.mewel.pixellogic.ui.PixelLogicUIUtil;... | UTF-8 | Java | 896 | java | PixelLogicUIMessageModal.java | Java | [] | null | [] | package de.mewel.pixellogic.ui.component;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.ui.Label;
import de.mewel.pixellogic.PixelLogicGlobal;
import de.mewel.pixellogic.ui.PixelLogicUIUtil;... | 896 | 0.735491 | 0.731027 | 28 | 31 | 26.522228 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
bbd1a2f987d5db25469938eb740f2a19ef7a313c | 34,540,127,051,386 | f7af28570d2cc70af957833cc4ec2424c9772fd8 | /Car.java | db46448f4b781387f167eb3cfeb3e5ffa1f5b606 | [] | no_license | tbm-2303/SP2 | https://github.com/tbm-2303/SP2 | 8903366a714c15a53f1b53883fa548ad20f9cabb | 4785a15d4b6d648eaddea45142b500497abdaf53 | refs/heads/main | 2023-01-01T07:32:36.568000 | 2020-10-22T13:54:34 | 2020-10-22T13:54:34 | 306,353,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public abstract class Car {
//attibutes
protected int regNr;
protected String brand;
protected String model;
protected int year;
protected int doorNr;
public Car(int regNr, String brand, String model, int year, int doorNr) {
this.regNr = regNr;
this.brand = bra... | UTF-8 | Java | 1,171 | java | Car.java | Java | [] | null | [] | public abstract class Car {
//attibutes
protected int regNr;
protected String brand;
protected String model;
protected int year;
protected int doorNr;
public Car(int regNr, String brand, String model, int year, int doorNr) {
this.regNr = regNr;
this.brand = bra... | 1,171 | 0.538002 | 0.538002 | 61 | 17.196722 | 15.579326 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409836 | false | false | 15 |
253232ea277a29f99e24b0e57b122badc19833ed | 34,660,386,137,261 | 850f6779995dc726a08a6e8478c5a92f7bd25c65 | /src/kit/edu/irobot/examples/PilotParameterFinder.java | 2cf9957c6ab8f3202a42f5f343363d670fe515bb | [] | no_license | famalgosner/i_robot | https://github.com/famalgosner/i_robot | 32d4bccf34c729c685fe90453988b26aa3b6237a | 8269f4b6074bc0a587482e8c22804dfd3101bece | refs/heads/master | 2020-04-10T06:07:46.264000 | 2016-02-21T11:05:57 | 2016-02-21T11:05:57 | 50,341,795 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kit.edu.irobot.examples;
import kit.edu.irobot.utils.UnregulatedPilot;
import lejos.hardware.Button;
import lejos.hardware.lcd.LCD;
public class PilotParameterFinder {
public static void main(String[] args) {
PilotParameterFinder finder = new PilotParameterFinder();
while (true) {
finder.updateDis... | UTF-8 | Java | 4,618 | java | PilotParameterFinder.java | Java | [] | null | [] | package kit.edu.irobot.examples;
import kit.edu.irobot.utils.UnregulatedPilot;
import lejos.hardware.Button;
import lejos.hardware.lcd.LCD;
public class PilotParameterFinder {
public static void main(String[] args) {
PilotParameterFinder finder = new PilotParameterFinder();
while (true) {
finder.updateDis... | 4,618 | 0.609666 | 0.570655 | 231 | 18.974026 | 17.411228 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.774892 | false | false | 15 |
f73c6d8b245c846b7fbf778eabb9ba22fb6dbc0d | 39,127,152,089,077 | 4e943d46e25048fa3a8ef9b0f81ebe234ec00453 | /src/main/java/zw/mchikuruwo/hotmail/com/AEMAPS/AEMAPS/employeeManagement/services/LoanService.java | 4162a3b514fc46e348a6dc91ebddec9b06d19609 | [] | no_license | MChikuruwo/aemaps | https://github.com/MChikuruwo/aemaps | be702b28df7f385a61fd2ffdc3d2b8e5d62a57ff | f8641c061ccee96ea70070d4d0d12cc95b39793a | refs/heads/main | 2023-08-27T20:14:07.831000 | 2021-10-05T18:01:01 | 2021-10-05T18:01:01 | 316,484,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.services;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.Employee;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.Loan;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.LoanAp... | UTF-8 | Java | 758 | java | LoanService.java | Java | [] | null | [] | package zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.services;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.Employee;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.Loan;
import zw.mchikuruwo.hotmail.com.AEMAPS.AEMAPS.employeeManagement.models.LoanAp... | 758 | 0.800792 | 0.800792 | 21 | 35.095238 | 33.88623 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
e2851d8a2658187ac3ac11bc53c06fd3e26c9444 | 38,328,288,180,010 | 0ead553304115c16b40c2562c5c1964d007f5e24 | /src/main/java/Actions/InscriptionEventAction.java | 60a13cc33c3ea3b4ccee026006279ff87d052a22 | [] | no_license | QuentinVecchio/CollectIF | https://github.com/QuentinVecchio/CollectIF | f7deb4f8643c3eeb09860cf1743a339684ba24e3 | ad3ba37958662ee45dd06a7da4834900d9190d0c | refs/heads/master | 2021-01-01T04:35:38.651000 | 2016-05-24T13:23:06 | 2016-05-24T13:23:06 | 58,461,598 | 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 Actions;
import TP1_SI.DAL.JpaUtil;
import TP1_SI.metier.model.Member;
import TP1_SI.metier.service.Services;
import javax.ser... | UTF-8 | Java | 1,408 | java | InscriptionEventAction.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n *\n * @author quentinvecchio\n */\npublic class InscriptionEventAction extends A",
"end": 422,
"score": 0.9986862540245056,
"start": 408,
"tag": "USERNAME",
"value": "quentinvecchio"
}
] | 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 Actions;
import TP1_SI.DAL.JpaUtil;
import TP1_SI.metier.model.Member;
import TP1_SI.metier.service.Services;
import javax.ser... | 1,408 | 0.651989 | 0.649858 | 47 | 28.957447 | 22.454641 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510638 | false | false | 15 |
7b4ac6b224908bf0cd07439726da52bc9ffdab91 | 2,877,628,132,333 | 6d3f1e0ac5a0ad060fdd8d709393ca554a71951c | /src/test/java/tests/TestCase5.java | 29ecc0c8ff2fcb99ccdd45e6caaf674a57d576a7 | [] | no_license | greg-tuzov/odnoklassniki-technopolis-tests | https://github.com/greg-tuzov/odnoklassniki-technopolis-tests | dfcffd46e299c32019c49f3046b35452b7ab2545 | 5f42ae5e6ef9a2711ed15e26ac0a65ea7b12b92f | refs/heads/master | 2021-08-31T16:24:19.084000 | 2017-12-22T02:13:53 | 2017-12-22T02:13:53 | 112,794,584 | 0 | 0 | null | true | 2017-12-01T22:51:34 | 2017-12-01T22:51:34 | 2017-11-02T12:28:35 | 2017-12-01T16:42:35 | 10 | 0 | 0 | 0 | null | false | null | package tests;
import core.OKMainPage;
import core.RegistrateMainPage;
import core.TestBase;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.support.ui.ExpectedConditions;
/**
* Класс предназначен для поверки... | UTF-8 | Java | 1,356 | java | TestCase5.java | Java | [] | null | [] | package tests;
import core.OKMainPage;
import core.RegistrateMainPage;
import core.TestBase;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.support.ui.ExpectedConditions;
/**
* Класс предназначен для поверки... | 1,356 | 0.739169 | 0.727675 | 32 | 34.34375 | 31.658934 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 15 |
15db9812c5655fb950973842e385f7324562d566 | 2,877,628,130,450 | f529daad5f6d3a2614cc55a1ec64699756fee22f | /src/main/java/xin/sunce/chapter5/pattern/action/command/Command.java | 189063ef0a659c6051837e158599d764528bbc3f | [
"Apache-2.0"
] | permissive | sexylowrie/java-base-teach | https://github.com/sexylowrie/java-base-teach | 90e82724341d5b9d088fd4582d8f672427795949 | 67674ccc8461dcb0eefccc683f97688f01e6497f | refs/heads/master | 2021-07-17T04:59:42.589000 | 2020-05-28T13:42:50 | 2020-05-28T13:42:50 | 152,171,597 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xin.sunce.chapter5.pattern.action.command;
/**
* Copyright (C), 2010-2020, xxx payment. Co., Ltd.
* <p>
* 命令接口
*
* @author lowrie
* @version 1.0.0
* @date 2020-05-28
*/
public interface Command {
/**
* 执行
*/
void execute();
}
| UTF-8 | Java | 275 | java | Command.java | Java | [
{
"context": "xx payment. Co., Ltd.\n * <p>\n * 命令接口\n *\n * @author lowrie\n * @version 1.0.0\n * @date 2020-05-28\n */\npublic ",
"end": 143,
"score": 0.9994679689407349,
"start": 137,
"tag": "USERNAME",
"value": "lowrie"
}
] | null | [] | package xin.sunce.chapter5.pattern.action.command;
/**
* Copyright (C), 2010-2020, xxx payment. Co., Ltd.
* <p>
* 命令接口
*
* @author lowrie
* @version 1.0.0
* @date 2020-05-28
*/
public interface Command {
/**
* 执行
*/
void execute();
}
| 275 | 0.570342 | 0.494297 | 19 | 12.842105 | 14.921772 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 15 |
ebaf1e25be380af52e4669317a9b393ab16b4b7b | 27,255,862,530,491 | a826aca09cc2f2d4848b7b735a00eb239ca799e9 | /src/main/java/com/test/HashSetTest.java | 1de0f58ce393918765e450bf69c032f47407a0e8 | [] | no_license | arthur0201/shiro-test | https://github.com/arthur0201/shiro-test | 84e0277825fbc1443664c5783d218a12b03040d6 | 3ea9bc1656f9d14178f78641dc65bf1ae103ba60 | refs/heads/master | 2021-08-28T13:22:46.642000 | 2017-12-12T09:15:30 | 2017-12-12T09:15:30 | 113,838,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test;
import java.util.HashSet;
import java.util.Set;
public class HashSetTest {
public static void main(String[] args) {
Set<Name> s = new HashSet<Name>();
s.add(new Name("abc","123"));
System.out.println(s.contains(new Name("abc","123")));
}
}
| UTF-8 | Java | 285 | java | HashSetTest.java | Java | [] | null | [] | package com.test;
import java.util.HashSet;
import java.util.Set;
public class HashSetTest {
public static void main(String[] args) {
Set<Name> s = new HashSet<Name>();
s.add(new Name("abc","123"));
System.out.println(s.contains(new Name("abc","123")));
}
}
| 285 | 0.635088 | 0.614035 | 14 | 18.357143 | 17.858999 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 15 |
924601b792dce0e2b18e2b10c2d42dc3cc754b5a | 27,255,862,528,823 | 88a463be192859aa1b7316c513b2b5a16b0d44a7 | /src/com/gzzm/oa/mail/MailContext.java | 5f421eace398696ca03689528a1a74c65d33d55e | [] | no_license | imgaryyang/campus | https://github.com/imgaryyang/campus | 174fa21cb7d9dbb9b35e332e39ae7110cd152452 | e77e18e0d47571210fadf934734ef1a953e63e6a | refs/heads/master | 2020-04-13T04:02:42.185000 | 2018-05-02T09:49:51 | 2018-05-02T09:49:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gzzm.oa.mail;
import net.cyan.commons.log.LogManager;
import net.cyan.commons.util.Provider;
import net.cyan.mail.MailDao;
import net.cyan.mail.*;
import net.cyan.nest.annotation.Inject;
import java.util.*;
/**
* 邮件上下文
*
* @author camel
* @date 2010-4-15
*/
public class MailContext
{
@Inject
... | UTF-8 | Java | 3,341 | java | MailContext.java | Java | [
{
"context": ";\n\nimport java.util.*;\n\n/**\n * 邮件上下文\n *\n * @author camel\n * @date 2010-4-15\n */\npublic class MailContext\n{",
"end": 254,
"score": 0.9920876622200012,
"start": 249,
"tag": "USERNAME",
"value": "camel"
}
] | null | [] | package com.gzzm.oa.mail;
import net.cyan.commons.log.LogManager;
import net.cyan.commons.util.Provider;
import net.cyan.mail.MailDao;
import net.cyan.mail.*;
import net.cyan.nest.annotation.Inject;
import java.util.*;
/**
* 邮件上下文
*
* @author camel
* @date 2010-4-15
*/
public class MailContext
{
@Inject
... | 3,341 | 0.543713 | 0.538462 | 176 | 17.392046 | 18.207758 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 15 |
2dc401100a03d9b8c96c7cc180a11256e851e23f | 22,557,168,249,180 | 78ebb0e9c0506094df0b80d8018e7cfe9aa29836 | /insurance-app/uploadVideoService/uploadVideoService/src/main/java/co/ceiba/uploadVideo/uploadVideoService/service/VideoServiceImpl.java | ff7feebc9992391d14dd58c8f50fc64036021bf3 | [] | no_license | andresmontoyab/Interview-Projects | https://github.com/andresmontoyab/Interview-Projects | d8928c660c8c2db7d8b0e2578c35c3c8fd4825eb | 9e2c675a950c1c0abd5ebca57acf5414456121c7 | refs/heads/master | 2022-12-08T06:39:20.546000 | 2020-08-26T02:37:36 | 2020-08-26T02:37:36 | 290,373,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.ceiba.uploadVideo.uploadVideoService.service;
import co.ceiba.uploadVideo.uploadVideoService.UploadVideoServiceApplication;
import co.ceiba.uploadVideo.uploadVideoService.domain.Video;
import co.ceiba.uploadVideo.uploadVideoService.dto.VideoDTO;
import co.ceiba.uploadVideo.uploadVideoService.repositories.Vi... | UTF-8 | Java | 2,217 | java | VideoServiceImpl.java | Java | [] | null | [] | package co.ceiba.uploadVideo.uploadVideoService.service;
import co.ceiba.uploadVideo.uploadVideoService.UploadVideoServiceApplication;
import co.ceiba.uploadVideo.uploadVideoService.domain.Video;
import co.ceiba.uploadVideo.uploadVideoService.dto.VideoDTO;
import co.ceiba.uploadVideo.uploadVideoService.repositories.Vi... | 2,217 | 0.694181 | 0.693279 | 64 | 33.640625 | 26.406301 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609375 | false | false | 15 |
d36b75085660cd452341b1c6f30b9399c41f52a1 | 25,950,192,439,903 | 597ef784df6f9cf6e262a8e3b1a0706e0843fd44 | /JAVA_PROJECT/workspace_editplus/a/chap02_variable/Source04_NumericType.java | c1f662d6fb45e3fe41cfa957c32a3df5daf29974 | [] | no_license | JIN-0616/kgitbank | https://github.com/JIN-0616/kgitbank | 6a80cb1846b3965ee88b93dc4107beb88d535bcc | 717e8330935344b095adef82370029555d01676f | refs/heads/master | 2020-04-21T11:37:34.533000 | 2019-02-07T12:14:08 | 2019-02-07T12:14:08 | 169,532,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Source04_NumericType {
public static void main(String[] args) {
/*
문자,문자열,논리는 무조건 타입이 결정되있는데,
수치타입은 종류가 많다. - 정수(4개) / 실수(2개)
프로그램이 가동됬을때 사용할 메모리를 최적화 시켜 효율적으로 사용하기 위해서이다.
정수수치 byte 타입은 개당 1byte 를 잡고 --
short 타입은 개당 2byte 를 잡고
int 타입은 개당 4byte ... | UHC | Java | 2,501 | java | Source04_NumericType.java | Java | [] | null | [] | class Source04_NumericType {
public static void main(String[] args) {
/*
문자,문자열,논리는 무조건 타입이 결정되있는데,
수치타입은 종류가 많다. - 정수(4개) / 실수(2개)
프로그램이 가동됬을때 사용할 메모리를 최적화 시켜 효율적으로 사용하기 위해서이다.
정수수치 byte 타입은 개당 1byte 를 잡고 --
short 타입은 개당 2byte 를 잡고
int 타입은 개당 4byte ... | 2,501 | 0.599031 | 0.453664 | 55 | 28.018183 | 21.070005 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.818182 | false | false | 15 |
81469918dcbd986ac090dfec4f7606fb5d27e414 | 5,102,421,167,978 | 5dd47af16eee96afd2315a3b4509b19bd4352a46 | /src/test/java/com/epam/service/TestSphereCalculationService.java | b9f7d794ec6cc4cb84aabfeabc728dd28885ddc7 | [] | no_license | DanikMotolyha/Figures | https://github.com/DanikMotolyha/Figures | a8be2ac9e174a9f63f3431038caf3685ee90952c | bbf348e9e2ba9d7fe4a10855b7a87f90abd3997c | refs/heads/master | 2023-05-05T13:42:56.075000 | 2021-04-28T01:04:57 | 2021-04-28T01:04:57 | 356,449,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.service;
import com.epam.figure.entity.AbstractFigure;
import com.epam.figure.entity.Point;
import com.epam.figure.entity.Sphere;
import com.epam.figure.exception.FigureException;
import com.epam.figure.service.impl.SphereCalculationService;
import org.testng.Assert;
import org.testng.annotations.Data... | UTF-8 | Java | 3,554 | java | TestSphereCalculationService.java | Java | [] | null | [] | package com.epam.service;
import com.epam.figure.entity.AbstractFigure;
import com.epam.figure.entity.Point;
import com.epam.figure.entity.Sphere;
import com.epam.figure.exception.FigureException;
import com.epam.figure.service.impl.SphereCalculationService;
import org.testng.Assert;
import org.testng.annotations.Data... | 3,554 | 0.615644 | 0.567811 | 80 | 43.424999 | 31.895052 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.85 | false | false | 15 |
47da9a2003eaa26ff0b755d3aa6edc6f9db35aed | 15,753,940,099,835 | d17f54e348d3fa6535352ebf2911357cb82a9fca | /src/com/cenfotec/cryptLord/services/cyphers/WriteCypher.java | 148943826a62d4e6de20f59ccb921be669ff7827 | [] | no_license | jauascat/CryptLord | https://github.com/jauascat/CryptLord | b602884e87d25db34d5ea931ca5f10db9d607225 | 347a378bde22b088a8aa43d50ffa7bdf23f04d64 | refs/heads/master | 2020-03-24T15:35:35.403000 | 2018-07-29T21:07:34 | 2018-07-29T21:07:34 | 142,795,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cenfotec.cryptLord.services.cyphers;
public interface WriteCypher {
public void encryptMessage(String vector, String message) throws Exception;
}
| UTF-8 | Java | 167 | java | WriteCypher.java | Java | [] | null | [] | package com.cenfotec.cryptLord.services.cyphers;
public interface WriteCypher {
public void encryptMessage(String vector, String message) throws Exception;
}
| 167 | 0.790419 | 0.790419 | 6 | 25.833334 | 28.80056 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
4ce065d9aeee716c9bf39e7bda2d16f650306554 | 9,440,338,148,737 | 4752e9fec9b29e245afb6630b6b97af67b1f6bc5 | /org.jcryptool.games.zudoku/src/edu/kit/iks/zudoku/CardStack.java | 9afa093ff5954acd74581a01f20f4e4e9ccfa55c | [] | no_license | B-Rich/crypto | https://github.com/B-Rich/crypto | d3699373adc05b78a67e6e8dd60f400f02dbaaf6 | 9f4d025573f8ba7f1dcf3584a343f1701ecf763b | refs/heads/master | 2020-02-26T15:55:47.161000 | 2014-05-10T17:03:23 | 2014-05-10T17:03:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //-----BEGIN DISCLAIMER-----
/*******************************************************************************
* Copyright (c) 2013 Florian Böhl <florian@boehl.name>
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accom... | UTF-8 | Java | 1,877 | java | CardStack.java | Java | [
{
"context": "*****************************\n* Copyright (c) 2013 Florian Böhl <florian@boehl.name>\n* \n* All rights reserved. Th",
"end": 143,
"score": 0.999640166759491,
"start": 131,
"tag": "NAME",
"value": "Florian Böhl"
},
{
"context": "**************\n* Copyright (c) 2013 Flor... | null | [] | //-----BEGIN DISCLAIMER-----
/*******************************************************************************
* Copyright (c) 2013 <NAME> <<EMAIL>>
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... | 1,859 | 0.639659 | 0.635394 | 76 | 23.68421 | 23.985308 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.434211 | false | false | 15 |
d1e31f7c967bc69023d4fe477dbd8a977a3d7e4e | 10,359,461,188,881 | 3c277658c50d0449cbca544c989801a7ba08d80c | /src/main/java/org/softwarefm/utilities/parser/IObjectsAndEdges.java | ce8debcc28c9c54ef07b7fa673503efe5dd775c7 | [] | no_license | phil-rice/softwareFmUtilities | https://github.com/phil-rice/softwareFmUtilities | 74db76e67b6cb8272d38efc0df9ae7c571b5a07c | 10084df92fa8a3d678f4065f1830298c1f948e80 | refs/heads/master | 2021-01-01T06:55:09.091000 | 2013-04-18T15:13:19 | 2013-04-18T15:13:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.softwarefm.utilities.parser;
import java.util.List;
import org.softwarefm.utilities.arrays.LongArrayAndSize;
import org.softwarefm.utilities.pooling.IMutableSimpleList;
import org.softwarefm.utilities.pooling.internal.PooledList;
public interface IObjectsAndEdges {
IMutableSimpleList<Object> objects();... | UTF-8 | Java | 910 | java | IObjectsAndEdges.java | Java | [] | null | [] | package org.softwarefm.utilities.parser;
import java.util.List;
import org.softwarefm.utilities.arrays.LongArrayAndSize;
import org.softwarefm.utilities.pooling.IMutableSimpleList;
import org.softwarefm.utilities.pooling.internal.PooledList;
public interface IObjectsAndEdges {
IMutableSimpleList<Object> objects();... | 910 | 0.737363 | 0.737363 | 36 | 24.277779 | 23.731848 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 15 |
63b9149727b77fb89eb342ab97ae737e3a867b38 | 893,353,229,087 | aa69c4f2026badb9843f18f809eb93e062f05094 | /GrupoEmpresarial-ejb/src/java/com/dane/ige/modelo/servicios/administracion/BodegaNovedadFacade.java | 6ed0d151367d4a1aee45a01aa870ac6ed5a8a5ff | [] | no_license | santosdx/IGE | https://github.com/santosdx/IGE | 33f1e3f200f2d39c415e239032d84ad2e0516719 | 2906d35a5f96aee4d17d2e0878c0efa63f95014a | refs/heads/master | 2021-01-21T04:54:09.012000 | 2016-06-13T21:56:30 | 2016-06-13T21:56:30 | 37,607,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dane.ige.modelo.servicios.administracion;
import com.dane.ige.modelo.entidad.BodegaNovedad;
import com.dane.ige.modelo.local.administracion.BodegaNovedadFacadeLocal;
import com.dane.ige.modelo.fachada.AbstractFacade;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java... | UTF-8 | Java | 4,707 | java | BodegaNovedadFacade.java | Java | [
{
"context": "los\n * datos a la tabla ige_novedad.\n *\n * @author srojasm\n */\n@Stateless(name = \"EJBServicioBodegaNovedad\")",
"end": 800,
"score": 0.9996678829193115,
"start": 793,
"tag": "USERNAME",
"value": "srojasm"
}
] | null | [] | package com.dane.ige.modelo.servicios.administracion;
import com.dane.ige.modelo.entidad.BodegaNovedad;
import com.dane.ige.modelo.local.administracion.BodegaNovedadFacadeLocal;
import com.dane.ige.modelo.fachada.AbstractFacade;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java... | 4,707 | 0.622662 | 0.614796 | 132 | 34.636364 | 29.542797 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 15 |
59e1d0fa042a597a309d19e6852b16285c0611d3 | 2,207,613,234,784 | 71354e9568d5a8acd901f0956afb95d0dbdb8905 | /src/jet/annotation/Index.java | 4df04377dfa81dedfea7394f874a981c42d0d2eb | [] | no_license | daemanos/jet | https://github.com/daemanos/jet | bf0decdcc4c0bfd9f2beba9c204148421bc1fcb7 | 5f45c25b319b8044104cd61ab2b71fbd26c1ab78 | refs/heads/master | 2021-09-06T13:23:42.794000 | 2018-02-07T02:02:45 | 2018-02-07T02:02:45 | 119,286,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jet.annotation;
import java.lang.annotation.*;
/**
* Represents an index on a table for fast access.
*
* <p>
* Each index has a name and an array of columns to which it applies. Multiple indexes can be
* specified on the same table, which will be stored in a {@link Indices} annotation.
* </p>
*... | UTF-8 | Java | 654 | java | Index.java | Java | [] | null | [] | package jet.annotation;
import java.lang.annotation.*;
/**
* Represents an index on a table for fast access.
*
* <p>
* Each index has a name and an array of columns to which it applies. Multiple indexes can be
* specified on the same table, which will be stored in a {@link Indices} annotation.
* </p>
*... | 654 | 0.64526 | 0.64526 | 30 | 20.799999 | 23.985273 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 15 |
cb682fc6240563611ffff680e6bba75c59ab8a4c | 6,073,083,787,906 | b4eea558bcb1f56cbf3519097bb6b980dc2c3896 | /src/main/java/ru/yandex/school/hlebushek/Authorization.java | 5074738be901ac6b716c7ff69991c51556d63f56 | [] | no_license | drakin/hlebushek | https://github.com/drakin/hlebushek | ca224b730029c7032959aba48488d27b3f562420 | 38b8a95d1a24e5efefe4d3fdf814fa02b104e669 | refs/heads/master | 2021-01-18T00:04:49.390000 | 2015-01-25T12:03:47 | 2015-01-25T12:03:47 | 27,267,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.yandex.school.hlebushek;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import ru.yandex.school.hlebushek.common.CookiesService;
import ru.yandex.school.hlebushek.models.Users;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | UTF-8 | Java | 4,538 | java | Authorization.java | Java | [] | null | [] | package ru.yandex.school.hlebushek;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import ru.yandex.school.hlebushek.common.CookiesService;
import ru.yandex.school.hlebushek.models.Users;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | 4,538 | 0.624725 | 0.613266 | 105 | 42.219048 | 30.910311 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704762 | false | false | 15 |
d5118080b3a7ce6d66693db98eb9b9b4699d64db | 11,802,570,138,902 | f6f4da9f098416d3a4cb550a97c7eb0526931b17 | /src/net/lizheng/cheer/sample/ch03/Number.java | fd39310071e7812e4548071e21a6a8f05092c396 | [] | no_license | lizheng928/lizheng620 | https://github.com/lizheng928/lizheng620 | f44008b56812c3f34108b4d91f1a02a8c1c7e75d | 13463f51c7d454d6a212a029c6eee0fc5903c4bc | refs/heads/master | 2021-01-20T13:04:07.897000 | 2017-05-20T00:36:23 | 2017-05-20T00:36:23 | 90,441,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.lizheng.cheer.sample.ch03;
public class Number //创建类
{
public static void main(String[] agrs) //主方法
{
byte mybyte = 124; //声明byte型变量并赋值
short myshort = 32564;//声明myshort型变量并赋值
int myint = 45784651;//声明myint型变量并赋值
long mylong = 46789451;//声明mylong型变量并赋值
long result = mybyte+my... | UTF-8 | Java | 505 | java | Number.java | Java | [] | null | [] | package net.lizheng.cheer.sample.ch03;
public class Number //创建类
{
public static void main(String[] agrs) //主方法
{
byte mybyte = 124; //声明byte型变量并赋值
short myshort = 32564;//声明myshort型变量并赋值
int myint = 45784651;//声明myint型变量并赋值
long mylong = 46789451;//声明mylong型变量并赋值
long result = mybyte+my... | 505 | 0.686717 | 0.621554 | 14 | 27.5 | 20.04192 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 15 |
a4f7d37c88ba936749c27372e95d3cdb6395a12b | 14,370,960,600,128 | d399cb02ef5cfa7112a1c46a0e3242042a6dc334 | /Sorting.java | 0a9002310c866737c27f5a6966cd11e93f61e7ca | [] | no_license | muthuvelmurugan75/java | https://github.com/muthuvelmurugan75/java | 17855fe6c222b3182f3fe18f418e9606e6584ccb | 125c0dff0159574614b20e785cacee792d66dc87 | refs/heads/master | 2020-06-13T13:54:49.049000 | 2020-02-26T07:45:15 | 2020-02-26T07:45:15 | 75,370,061 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muthuvel.www;
public class Sorting {
public static void main(String[] args) {
// TODO Auto-generated method stub
int [] a={1,4,2,3};
int temp;int k, i;
for ( i=0;i<a.length-1;i++){
for(int j=0;j<a.length-1;j++){
if (a[j]>a[j+1]){
temp = a[j];
... | UTF-8 | Java | 514 | java | Sorting.java | Java | [] | null | [] | package com.muthuvel.www;
public class Sorting {
public static void main(String[] args) {
// TODO Auto-generated method stub
int [] a={1,4,2,3};
int temp;int k, i;
for ( i=0;i<a.length-1;i++){
for(int j=0;j<a.length-1;j++){
if (a[j]>a[j+1]){
temp = a[j];
... | 514 | 0.400778 | 0.377432 | 40 | 10.85 | 11.822754 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.125 | false | false | 15 |
06eaddb559f0c87aecdff2b26cfb5f70c845e8f5 | 15,040,975,514,071 | 78f59265630baa66d0e22c7a955baccda9485de2 | /SessionManager.java | b129a88ef42b1ae0bf79995880ebaf67c794a0ff | [] | no_license | crestinfo/Android | https://github.com/crestinfo/Android | db04dd6741022ebc979e2200329ba850b8114bdf | 5ac815b89c75651d2552bda037ad124d665d23f8 | refs/heads/master | 2021-07-02T07:45:30.698000 | 2018-07-09T17:25:39 | 2018-07-09T17:25:39 | 96,606,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Hector.Utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
/**
* Created by Hector on 8/17/17.
*/
public class SessionManager {
public static final String USERNAME = "USERNAME";
public static void setSession(Context co... | UTF-8 | Java | 789 | java | SessionManager.java | Java | [
{
"context": "d.preference.PreferenceManager;\n\n/**\n * Created by Hector on 8/17/17.\n */\n\npublic class SessionManager",
"end": 166,
"score": 0.8113642334938049,
"start": 165,
"tag": "USERNAME",
"value": "H"
},
{
"context": "preference.PreferenceManager;\n\n/**\n * Created by Hec... | null | [] | package com.Hector.Utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
/**
* Created by Hector on 8/17/17.
*/
public class SessionManager {
public static final String USERNAME = "USERNAME";
public static void setSession(Context co... | 789 | 0.730038 | 0.723701 | 27 | 28.222221 | 29.165344 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 15 |
62f0fd90688d867ec02a351ff91b9a77a2997a9a | 4,346,506,915,097 | aa8abb3ff15f72679a421345a80d219d20d4e2ad | /src/main/java/com/revature/dao/EmployeeDaoInterface.java | 70a52f1d973c7622bedf0d073a2b6e0ecc3dbef8 | [] | no_license | joshuaAaronPerry/Pipeline | https://github.com/joshuaAaronPerry/Pipeline | 1a07e9f70f6c62159dda2e190da59ce2978ae737 | 94988ffcad73d698a4514d69e3a2d109aff85e4d | refs/heads/master | 2020-03-26T00:49:58.245000 | 2018-08-12T22:17:36 | 2018-08-12T22:17:36 | 144,340,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.dao;
import java.util.List;
import com.revature.models.Employee;
public interface EmployeeDaoInterface {
public Employee getEmployee(int eid);
public Employee getEmployee(String email);
public List<Employee> getAllEmployee();
public boolean insertEmployee(Employee e);
public boolean delete... | UTF-8 | Java | 385 | java | EmployeeDaoInterface.java | Java | [] | null | [] | package com.revature.dao;
import java.util.List;
import com.revature.models.Employee;
public interface EmployeeDaoInterface {
public Employee getEmployee(int eid);
public Employee getEmployee(String email);
public List<Employee> getAllEmployee();
public boolean insertEmployee(Employee e);
public boolean delete... | 385 | 0.802597 | 0.802597 | 15 | 24.666666 | 18.241589 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
4ff197ec88de0c60973e2a62913882e791691f62 | 11,244,224,435,039 | 5a707dbeb7a87aa1fe2cb105588cffc8060992e6 | /src/main/java/com/hkhasib/PatientSettings.java | 29ee87b27cc7e477e9d7d00b0bc2d48abf22fd68 | [] | no_license | hkhasib/medical-appointment-system-javafx | https://github.com/hkhasib/medical-appointment-system-javafx | 65dfcb0d1e6d501bf7bdd76d1f1c5b4344f64126 | a9c78e5cda155392429e178bdef7517b4618cb47 | refs/heads/main | 2023-08-11T15:02:18.165000 | 2021-09-27T20:57:22 | 2021-09-27T20:57:22 | 410,772,499 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hkhasib;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.PasswordField;
import javafx.scene.control.... | UTF-8 | Java | 7,231 | java | PatientSettings.java | Java | [
{
"context": "\r\n usernameField.setText(rs.getString(\"username\"));\r\n passwordField.setText(rs.getStri",
"end": 4506,
"score": 0.9371928572654724,
"start": 4498,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\r\n passwordField.setText(rs... | null | [] | package com.hkhasib;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.CheckBox;
import javafx.scene.control.PasswordField;
import javafx.scene.control.... | 7,232 | 0.623289 | 0.622735 | 190 | 36.057896 | 34.907124 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731579 | false | false | 15 |
6cbe66691511cce23b574bc0de48792d2a0338bf | 15,161,234,568,310 | b899d73011dc6a0ec7bad72a80ff46c19cf64f66 | /TestLibs/TestLib2/src/main/java/com/khamitov/TestInterfaceImpl.java | 76ffc956dacef3ad5bbae917603b58ed081f39f1 | [] | no_license | dkhamitov/java | https://github.com/dkhamitov/java | 67b6c8680b21169d7073f47fe89682a092cf0e17 | 6d00ccdd30470d772f13105e960985c6ae488f12 | refs/heads/master | 2016-05-22T17:47:49.362000 | 2014-09-05T05:50:18 | 2014-09-05T05:50:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khamitov;
/**
* Created by khamitovdm on 20/07/14.
*/
public abstract class TestInterfaceImpl implements TestInterface {
@Override
public String method_1() throws ClassNotFoundException, IllegalAccessException, InstantiationException {
Class t = Class.forName("String");
return nul... | UTF-8 | Java | 331 | java | TestInterfaceImpl.java | Java | [
{
"context": "package com.khamitov;\n\n/**\n * Created by khamitovdm on 20/07/14.\n */\npublic abstract class TestInterf",
"end": 51,
"score": 0.9995658993721008,
"start": 41,
"tag": "USERNAME",
"value": "khamitovdm"
}
] | null | [] | package com.khamitov;
/**
* Created by khamitovdm on 20/07/14.
*/
public abstract class TestInterfaceImpl implements TestInterface {
@Override
public String method_1() throws ClassNotFoundException, IllegalAccessException, InstantiationException {
Class t = Class.forName("String");
return nul... | 331 | 0.716012 | 0.694864 | 12 | 26.583334 | 31.260887 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 15 |
4a5fa71e7ae830ea028304f0d1b68916a6aca0b2 | 19,155,554,178,779 | 5c06ed70d581b6ff6990360d941f35a40e717a2e | /Chapter16/Movie.java | ab27609151b3b6954c685354296353ff9225dd4d | [] | no_license | shrutinarwaney/apcsa | https://github.com/shrutinarwaney/apcsa | ebba15e927d8b4cc5d57edc5c0de0a5dd9bb8b77 | 8f87701d05aeced49f5e2821ffa2c128603494e5 | refs/heads/master | 2023-03-18T09:18:05.077000 | 2021-03-04T18:37:03 | 2021-03-04T18:37:03 | 293,579,797 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Movie {
public static void main( String [] args ) {
Scanner input = new Scanner( System.in );
System.out.print("Enter your age: ");
int age = input.nextInt();
System.out.print("Enter the time: ");
int time = input.... | UTF-8 | Java | 751 | java | Movie.java | Java | [] | null | [] | import java.util.Scanner;
public class Movie {
public static void main( String [] args ) {
Scanner input = new Scanner( System.in );
System.out.print("Enter your age: ");
int age = input.nextInt();
System.out.print("Enter the time: ");
int time = input.... | 751 | 0.423435 | 0.383489 | 32 | 22.5 | 18.17794 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 15 |
e112fb7b528813c1f09dbe0084ad94745861c202 | 17,575,006,205,707 | 038e04797b0a391b9f43bafb266ba68da24e8270 | /src/view/JIFCadastrarSala.java | ac5ab1f34f44091587cf044cd231608a036fe4d9 | [] | no_license | douglasrz/RELS | https://github.com/douglasrz/RELS | 2a2013b4c4a9788983ae34bae40483e38188890a | c16e38538997db1e66486714641249807db527c5 | refs/heads/master | 2021-06-28T21:31:42.845000 | 2017-09-20T02:18:42 | 2017-09-20T02:18:42 | 104,153,963 | 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 view;
import javax.swing.JTextField;
import model.Cadastrar;
/**
*
* @author Anderson
*/
public class JIFCadastrarSala ext... | UTF-8 | Java | 6,748 | java | JIFCadastrarSala.java | Java | [
{
"context": "tField;\nimport model.Cadastrar;\n\n/**\n *\n * @author Anderson\n */\npublic class JIFCadastrarSala extends javax.s",
"end": 282,
"score": 0.9996904134750366,
"start": 274,
"tag": "NAME",
"value": "Anderson"
}
] | 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 view;
import javax.swing.JTextField;
import model.Cadastrar;
/**
*
* @author Anderson
*/
public class JIFCadastrarSala ext... | 6,748 | 0.660489 | 0.655152 | 166 | 39.63253 | 31.010937 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493976 | false | false | 15 |
cf1490a01b5bd77d66e77ec24d66dc6a4bbb6e5f | 26,474,178,451,610 | 025cc890a4972a0e8ccf39d4933cf140eccd7077 | /app/src/main/java/com/nasa/app/data/local/Migration.java | 67b5dbefd258ddb4f16272f239f8b10a255ca10e | [] | no_license | Blade24-zz/NasaTestApp | https://github.com/Blade24-zz/NasaTestApp | 92dd72c8c7c772a4b92804fb0243f3b756e53f40 | 431683ca95c8650d438df86a3c16b54e241db498 | refs/heads/master | 2022-08-15T21:46:57.841000 | 2018-09-04T17:53:49 | 2018-09-04T17:53:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nasa.app.data.local;
import com.nasa.app.data.local.models.CameraItem;
import com.nasa.app.data.local.models.RoverItem;
import java.util.LinkedList;
import java.util.List;
public class Migration {
//
// private void addCameraType(){
// RoverItem curiousity = new RoverItem();
// curiousit... | UTF-8 | Java | 1,505 | java | Migration.java | Java | [] | null | [] | package com.nasa.app.data.local;
import com.nasa.app.data.local.models.CameraItem;
import com.nasa.app.data.local.models.RoverItem;
import java.util.LinkedList;
import java.util.List;
public class Migration {
//
// private void addCameraType(){
// RoverItem curiousity = new RoverItem();
// curiousit... | 1,505 | 0.671761 | 0.671761 | 31 | 47.548386 | 43.403461 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.419355 | false | false | 15 |
1a669e957362f1ad7b9d80e4c432af8d3a31786e | 12,403,865,576,075 | c47cb42e287f8ec99885c09ea0a31cb9fe881cb0 | /src/learning/LinearProbingHashST.java | cf829b896a65c546efa110da6bd2348515a56d8c | [] | no_license | shame41/4.0learning | https://github.com/shame41/4.0learning | 4df7450e1e9e8e7f893222a3d0f9c03b227dbf86 | a2e46ebea80f61fa5d844face22b5d9f9a8dd047 | refs/heads/main | 2023-04-24T07:56:17.907000 | 2021-05-12T04:51:08 | 2021-05-12T04:51:08 | 335,058,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package learning;
public class LinearProbingHashST<Key, Value>
{
private int N; //符号表中键值对总数
private int M = 16; //线性探测表的大小
private Key[] keys; //键
private Value[] vals; //值
public LinearProbingHashST()
{
keys = (Key[]) new Object[M];
vals = (Value[]) new Object[M];
}
public LinearProbingHashST(int ca... | GB18030 | Java | 2,350 | java | LinearProbingHashST.java | Java | [] | null | [] | package learning;
public class LinearProbingHashST<Key, Value>
{
private int N; //符号表中键值对总数
private int M = 16; //线性探测表的大小
private Key[] keys; //键
private Value[] vals; //值
public LinearProbingHashST()
{
keys = (Key[]) new Object[M];
vals = (Value[]) new Object[M];
}
public LinearProbingHashST(int ca... | 2,350 | 0.590634 | 0.583082 | 99 | 19.060606 | 15.743408 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.383838 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.