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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d8cc16c131dad5b1effbae40910fcb1c900f64c | 5,892,695,178,362 | d55d3b2121c7253e625f0287cdcdd8f57c1e291d | /src/org/egorlitvinenko/certification/oca/book1/chapter3/Q13.java | 1c2e3cb58d80b79c69d31ab4bfed427647803e71 | [
"Apache-2.0"
] | permissive | egorlitvinenko/JavaLearning | https://github.com/egorlitvinenko/JavaLearning | 3970f2f84dd484033484679e6d06a089223b7777 | 9611c0925a1285e4af276abfcdf9aa9144aebbd4 | refs/heads/master | 2022-07-12T10:04:35.672000 | 2021-05-26T08:36:01 | 2021-05-26T08:36:01 | 85,112,309 | 0 | 0 | Apache-2.0 | false | 2022-05-25T05:05:33 | 2017-03-15T19:22:21 | 2021-05-26T08:36:41 | 2022-05-25T05:05:31 | 51 | 0 | 0 | 2 | Java | false | false | package org.egorlitvinenko.certification.oca.book1.chapter3;
/**
* @author Egor Litvinenko
*/
public class Q13 {
public static void main(String[] args) {
StringBuilder b = new StringBuilder();
System.out.println(b);
}
}
| UTF-8 | Java | 249 | java | Q13.java | Java | [
{
"context": ".certification.oca.book1.chapter3;\n\n/**\n * @author Egor Litvinenko\n */\npublic class Q13 {\n\n public static void ma",
"end": 92,
"score": 0.9997870922088623,
"start": 77,
"tag": "NAME",
"value": "Egor Litvinenko"
}
] | null | [] | package org.egorlitvinenko.certification.oca.book1.chapter3;
/**
* @author <NAME>
*/
public class Q13 {
public static void main(String[] args) {
StringBuilder b = new StringBuilder();
System.out.println(b);
}
}
| 240 | 0.658635 | 0.64257 | 13 | 18.153847 | 20.213652 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 3 |
fbc2441e006b0bf187bae6d155ec5901a8a45170 | 4,612,794,927,877 | b0c2f20fe7f84f2d9600b1582b1dfc779b00b2e5 | /src/main/java/RIPS_Calendar_2019/Day23_Ivy_ShowCalendar.java | f5cd03f6c4da2f5ec9ca09cfc103151452534cc7 | [] | no_license | agigleux/analyzers-playground | https://github.com/agigleux/analyzers-playground | 1504ec7d7971c5fd76a65a21fdc8ddca509f4251 | 5a2c249e3d1e56926e6c1daba8f4009230c93b81 | refs/heads/master | 2023-04-29T19:02:40.533000 | 2022-12-20T14:52:30 | 2022-12-20T14:52:30 | 138,036,875 | 0 | 1 | null | false | 2023-04-14T17:56:22 | 2018-06-20T13:30:51 | 2022-12-09T14:22:21 | 2023-04-14T17:56:20 | 2,804 | 0 | 1 | 3 | Java | false | false | package RIPS_Calendar_2019;
import javax.servlet.http.*;
import java.io.*;
import java.text.*;
import java.util.*;
import org.apache.commons.lang3.StringEscapeUtils;
public class Day23_Ivy_ShowCalendar extends HttpServlet {
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOE... | UTF-8 | Java | 1,224 | java | Day23_Ivy_ShowCalendar.java | Java | [] | null | [] | package RIPS_Calendar_2019;
import javax.servlet.http.*;
import java.io.*;
import java.text.*;
import java.util.*;
import org.apache.commons.lang3.StringEscapeUtils;
public class Day23_Ivy_ShowCalendar extends HttpServlet {
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOE... | 1,224 | 0.647876 | 0.638072 | 29 | 41.206898 | 31.809107 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 3 |
1c2d8e261b98f86cafcd409dbfd6e2eb739b4015 | 5,488,968,256,519 | 3d87148a5b5d11d9c0e30f38271566ad108b29b0 | /src/org/treblefrei/kedr/filesystem/AlbumSaver.java | 1f56e7137c15796d2a7841e6f73745b95e073fe0 | [] | no_license | worklez/kedr | https://github.com/worklez/kedr | ed786ae2de8406ec3924f1d4a589dc7dbf528a45 | 6ff89ddc163df7330be02b7adf9a65f35be20836 | refs/heads/master | 2021-01-20T04:49:45.030000 | 2009-12-16T10:26:50 | 2009-12-16T10:26:50 | 4,820,756 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.treblefrei.kedr.filesystem;
import org.treblefrei.kedr.model.Album;
import org.treblefrei.kedr.model.Track;
public class AlbumSaver {
public static boolean saveAlbum(Album album) {
for (Track track : album.getTracks()) {
try {
TrackSaver.saveTrack(track);
... | UTF-8 | Java | 453 | java | AlbumSaver.java | Java | [] | null | [] | package org.treblefrei.kedr.filesystem;
import org.treblefrei.kedr.model.Album;
import org.treblefrei.kedr.model.Track;
public class AlbumSaver {
public static boolean saveAlbum(Album album) {
for (Track track : album.getTracks()) {
try {
TrackSaver.saveTrack(track);
... | 453 | 0.576159 | 0.576159 | 21 | 20.476191 | 18.099247 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
60d2682d87c3d733a76ca7f96184b61a367ea836 | 9,990,093,974,770 | 91716aa27cc5897fcb6609dbfd3f12710f726f77 | /src/test/java/org/pom/Task3.java | ce76ecc1e7c7ef6e1e89f661fb75b511351c0e90 | [] | no_license | anuradhajune/project | https://github.com/anuradhajune/project | 76a31b51ee4d17ddc891b563df4081fdefe39028 | d853a486b89cc914f1b8b04f4bc2f0194239f74a | refs/heads/master | 2023-07-14T16:31:53.208000 | 2021-08-23T09:55:19 | 2021-08-23T09:55:19 | 399,048,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.pom;
import org.first.BaseClass;
import org.first.GreensPojo;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
public class Task3 extends BaseClass {
public static void main(String[] args) {
loadBrowser();
launchUrl("http://www.greenstechnologys.com/");
maxWindow();
GreensPoj... | UTF-8 | Java | 923 | java | Task3.java | Java | [] | null | [] | package org.pom;
import org.first.BaseClass;
import org.first.GreensPojo;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
public class Task3 extends BaseClass {
public static void main(String[] args) {
loadBrowser();
launchUrl("http://www.greenstechnologys.com/");
maxWindow();
GreensPoj... | 923 | 0.704225 | 0.703142 | 43 | 20.465117 | 12.854009 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.674419 | false | false | 3 |
2d7a8f3d6653f2bb4ad077a6527e029f7290a184 | 9,251,359,617,454 | 98c51bb43f794b4effff3adefeabe54f358da72d | /app/src/main/java/com/example/facebookmovies/MovieTrailerActivity.java | 3ee77fbcaecece0205632cd0daa555992d0dd1a8 | [
"Apache-2.0"
] | permissive | acantusoto/FacebookMovies | https://github.com/acantusoto/FacebookMovies | 97c0db10a0c2950c68b64301f9ba22a4a1eece2c | 8f7b76cad9906bd70c2167c830970b2f68dbf215 | refs/heads/master | 2022-11-21T04:48:31.196000 | 2020-06-27T08:17:23 | 2020-06-27T08:17:23 | 275,203,716 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.facebookmovies;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import com.codepath.asynchttpclient.AsyncHttpClient;
import com.codepath.asynchttpclient.callback.JsonHttpResponseHandler;
i... | UTF-8 | Java | 4,398 | java | MovieTrailerActivity.java | Java | [
{
"context": "vity {\n\n public static final String API_KEY = \"f1cc5258f770587bdee59fdae894bb9c\";\n public static String TAG = \"YouTubeBaseActi",
"end": 1046,
"score": 0.9997275471687317,
"start": 1014,
"tag": "KEY",
"value": "f1cc5258f770587bdee59fdae894bb9c"
}
] | null | [] | package com.example.facebookmovies;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import com.codepath.asynchttpclient.AsyncHttpClient;
import com.codepath.asynchttpclient.callback.JsonHttpResponseHandler;
i... | 4,371 | 0.635971 | 0.630741 | 117 | 36.598289 | 31.776749 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726496 | false | false | 3 |
b0663e51e3f95844cecff0a927da71fffc9709f1 | 9,251,359,619,867 | 0bf4e1a95afc82874dc3e8c904aa5b3c57fa6d89 | /app/src/main/java/com/apps/myapplication/firebaseClasses/MyFirebaseInstanceIDService.java | 22d444b1a1b2509fc715f028630eee941f720bd0 | [] | no_license | VattipalliSridhar/My-Samples-Codes | https://github.com/VattipalliSridhar/My-Samples-Codes | f91ec4f392f6e7c7983cd34862749ea3b29290af | c8bc9a0e18470b99dcf8b0b989d95d8141923123 | refs/heads/master | 2023-03-24T02:00:28.583000 | 2021-03-23T11:12:24 | 2021-03-23T11:12:24 | 348,597,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apps.myapplication.firebaseClasses;
import android.annotation.SuppressLint;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.media.Ri... | UTF-8 | Java | 4,021 | java | MyFirebaseInstanceIDService.java | Java | [] | null | [] | package com.apps.myapplication.firebaseClasses;
import android.annotation.SuppressLint;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.media.Ri... | 4,021 | 0.687142 | 0.680428 | 95 | 41.326317 | 28.831066 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694737 | false | false | 3 |
1a72a287d5c2392ce5b6ca41ddc837b6b8faa351 | 2,095,944,107,129 | b46bc26bd93f43aaab379f5ff1e0e983544c379e | /JediDroid/src/org/jediDroid/activity/CalculadoraActivity.java | 60f5d34ba7ddb1516db76975f67a14b4024b5f11 | [] | no_license | Jandir25/jedidroid | https://github.com/Jandir25/jedidroid | bb88a3c871d4bd52baee0c574bd2a73e8cdec6b7 | 5e4da5a9505def26de44d7373e2851eae3329d10 | refs/heads/master | 2021-01-10T16:34:05.738000 | 2013-01-30T22:40:43 | 2013-01-30T22:40:43 | 52,049,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jediDroid.activity;
import org.jediDroid.domain.Calculadora;
import android.app.Activity;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.w... | UTF-8 | Java | 7,589 | java | CalculadoraActivity.java | Java | [] | null | [] | package org.jediDroid.activity;
import org.jediDroid.domain.Calculadora;
import android.app.Activity;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.w... | 7,589 | 0.693372 | 0.68652 | 276 | 25.496376 | 21.190903 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.438406 | false | false | 3 |
ba32754cc9b033d5237e862dfa2b4d876e2a2fa8 | 29,549,375,042,541 | 74e42af4f1ef560d4d510dd933b5cadc78886bf1 | /src/main/java/com/kobe/spider/SpiderBootStrap.java | 7bba9df94a9c723384cb59847b8c3f5103693d3c | [] | no_license | kobelv/mySpider | https://github.com/kobelv/mySpider | 4f936e987e6c3bee37836cb7de9b9a1f405c46d2 | 6c99264ec3d2a25fd91693fc130a4405f4ce3274 | refs/heads/master | 2020-03-22T10:41:01.739000 | 2018-07-06T01:53:30 | 2018-07-06T01:53:30 | 139,919,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kobe.spider;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.kobe.spider.ca... | UTF-8 | Java | 3,541 | java | SpiderBootStrap.java | Java | [] | null | [] | package com.kobe.spider;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.kobe.spider.ca... | 3,541 | 0.672127 | 0.66902 | 125 | 27.327999 | 24.554193 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.512 | false | false | 3 |
1c7a212ab472ed5eeed0ffe29199dc585a668fe2 | 24,627,342,527,572 | a37366bb899b43eaa289d27626c3fefe9d2d534e | /online-bookstore-server/microservice-bookstore-order/src/main/java/com/onlinebookstore/util/rocketmq/RocketMQMessageSendUtils.java | f8a89801547a13a8b2687d714c25afb7e3c6c6f8 | [
"Apache-2.0"
] | permissive | egret-al/onlineBookStore | https://github.com/egret-al/onlineBookStore | c2f8cc5d091a60a0c6f8e282bd0e70a0c13dfd19 | 035217a449378bb56912d99be4a3f6c10adaa486 | refs/heads/master | 2023-02-20T05:52:38.106000 | 2021-01-20T13:39:10 | 2021-01-20T13:39:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onlinebookstore.util.rocketmq;
import com.alibaba.fastjson.JSON;
import lombok.extern.slf4j.Slf4j;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
import org.apache.rocketmq.client.producer.SendCallback;
import org.apache.rocketmq.client.producer.SendResult;
import org.apache.rocketmq.common.... | UTF-8 | Java | 4,395 | java | RocketMQMessageSendUtils.java | Java | [
{
"context": "\nimport javax.annotation.Resource;\n\n/**\n * @author rkc\n * @version 1.0\n * @date 2020/12/2 9:36\n */\n@Slf4",
"end": 548,
"score": 0.9996170401573181,
"start": 545,
"tag": "USERNAME",
"value": "rkc"
}
] | null | [] | package com.onlinebookstore.util.rocketmq;
import com.alibaba.fastjson.JSON;
import lombok.extern.slf4j.Slf4j;
import org.apache.rocketmq.client.producer.DefaultMQProducer;
import org.apache.rocketmq.client.producer.SendCallback;
import org.apache.rocketmq.client.producer.SendResult;
import org.apache.rocketmq.common.... | 4,395 | 0.610135 | 0.588235 | 125 | 30.416 | 25.476322 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512 | false | false | 3 |
5b131a424d5ec40e5acf247676f3001b56cdaf8d | 18,897,856,156,246 | 3bc67d2f04504e77d035a4792c289fa0d7233ce5 | /app/src/androidTestRider/java/cases/s5_core_flow/s3_driver_arrived/s5_recovery/DriverArrivedRecoverySuite.java | a259e77176a633a13d6e20b256ad307fe342330f | [
"MIT"
] | permissive | hookoor/android | https://github.com/hookoor/android | 5217c0c09f309a430b83cb3dc220c654f55cfb34 | f58f57804f41061977e53238fc4535c262dabcd2 | refs/heads/master | 2022-02-21T16:54:13.549000 | 2019-09-23T17:43:48 | 2019-09-23T17:43:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cases.s5_core_flow.s3_driver_arrived.s5_recovery;
import android.os.RemoteException;
import android.support.test.filters.LargeTest;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import android.support.test.uiautomator.UiObjectNotFoundException;
import com... | UTF-8 | Java | 7,350 | java | DriverArrivedRecoverySuite.java | Java | [
{
"context": "ers.not;\n\n/**\n * Reference: RA-11582\n * Created by Sergey Petrov on 05/07/2017.\n */\n\n@LargeTest\n@RunWith(AndroidJU",
"end": 1729,
"score": 0.9998443722724915,
"start": 1716,
"tag": "NAME",
"value": "Sergey Petrov"
},
{
"context": " // login\n Navigation... | null | [] | package cases.s5_core_flow.s3_driver_arrived.s5_recovery;
import android.os.RemoteException;
import android.support.test.filters.LargeTest;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import android.support.test.uiautomator.UiObjectNotFoundException;
import com... | 7,335 | 0.667075 | 0.65102 | 172 | 41.732559 | 32.219063 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.680233 | false | false | 3 |
337cb6edf574688c3770ba3867e0a246f171f745 | 12,094,627,963,139 | 464a2241ca82e34f4bf805207de74b2dbcb67587 | /stock-quote-manager/src/test/java/com/leonardo/stockquotemanager/service/CacheServiceTest.java | b3a4abd715322fe53c82597667ca6064d17bb6df | [] | no_license | AleixoLeonardo/stock-quote-manager | https://github.com/AleixoLeonardo/stock-quote-manager | 740d7e64eb5d91624014fe93d67a274ca1bb7672 | bf1673ea91d9fc0b56ea287a18dece616466aedb | refs/heads/main | 2023-02-15T08:41:47.706000 | 2021-01-16T23:20:45 | 2021-01-16T23:20:45 | 330,271,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leonardo.stockquotemanager.service;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.cache.CacheManager;
import com.leonardo.stockquotemanager.service.CacheService;
@Sp... | UTF-8 | Java | 590 | java | CacheServiceTest.java | Java | [] | null | [] | package com.leonardo.stockquotemanager.service;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.cache.CacheManager;
import com.leonardo.stockquotemanager.service.CacheService;
@Sp... | 590 | 0.818644 | 0.818644 | 24 | 23.583334 | 21.297333 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
e75d52e73136ce55062b6af3c3dd934d66f7cab2 | 6,777,458,448,998 | b1af0aa7a46d2caa5db8d8b736815e2d3697f594 | /cb/array-1/firstLast6/Main.java | ffc55858c75470b4cdeb4e4cfabd50fc711eb303 | [] | no_license | lnafiz/apcs-2 | https://github.com/lnafiz/apcs-2 | ad98bcb142552a07940b81d4cdf301408327486c | 3dd31c79face34b014c2f9e88a5cc9848f93fa63 | refs/heads/main | 2023-09-03T12:57:15.663000 | 2021-11-19T17:31:08 | 2021-11-19T17:31:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // https://codingbat.com/prob/p185685
public class Main {
public static void main(String[] args) {
int[] test1 = {1,2,6};
int[] test2 = {6,1,2,3};
int[] test3 = {13,6,1,2,3};
System.out.println(firstLast6(test1)); // true
System.out.println(firstLast6(test2)); // true
System.ou... | UTF-8 | Java | 698 | java | Main.java | Java | [] | null | [] | // https://codingbat.com/prob/p185685
public class Main {
public static void main(String[] args) {
int[] test1 = {1,2,6};
int[] test2 = {6,1,2,3};
int[] test3 = {13,6,1,2,3};
System.out.println(firstLast6(test1)); // true
System.out.println(firstLast6(test2)); // true
System.ou... | 698 | 0.574499 | 0.524355 | 26 | 25.846153 | 20.728451 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 3 |
da3a45115760f623db6194d74877c490c976ed7c | 20,933,670,661,102 | ede49ff8cd01793c0c6fe6caaef8567db128bb26 | /src/main/java/com/roof/sql/literal/FloatLiteral.java | ec8875eedf7b3972276629e244045cdb7a3d6d69 | [
"Apache-2.0"
] | permissive | theoneroof/PreparedSquiggle | https://github.com/theoneroof/PreparedSquiggle | 921e0587402c21677000d77a8e640de0b18ee7a9 | c0a4ea0c552a5d13271bc19472ed18c4c1dff350 | refs/heads/master | 2016-08-09T02:43:35.397000 | 2015-12-09T17:53:37 | 2015-12-09T17:53:37 | 47,646,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roof.sql.literal;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.concurrent.atomic.AtomicInteger;
public class FloatLiteral extends LiteralWithSameRepresentationInJavaAndSql {
public FloatLiteral(double literalValue) {
super(new Double(literalValue));
}
... | UTF-8 | Java | 785 | java | FloatLiteral.java | Java | [] | null | [] | package com.roof.sql.literal;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.concurrent.atomic.AtomicInteger;
public class FloatLiteral extends LiteralWithSameRepresentationInJavaAndSql {
public FloatLiteral(double literalValue) {
super(new Double(literalValue));
}
... | 785 | 0.678981 | 0.678981 | 25 | 30.4 | 26.275463 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
31b92a713cec0b3951b75e228d41515bc87b38fd | 32,469,952,819,844 | a752f4341b8b563128bb05f01e8e96e2b7038182 | /src/main/java/com/luxoft/intern/parser/TextParser.java | 3abfb4f6b96d46ac4dabb2507102502d88fca757 | [] | no_license | KoV96/TextParser | https://github.com/KoV96/TextParser | 2062d0110ed517082d4f2e5053181569c30bba83 | 0b037fc621d0543cfe8b20a441c7c57eba951001 | refs/heads/master | 2023-07-02T12:39:58.754000 | 2021-08-02T13:22:47 | 2021-08-02T13:22:47 | 391,912,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.luxoft.intern.parser;
import java.io.*;
import java.util.*;
import java.util.logging.Logger;
/**
* This class must have functionality of parsing text and count
* how many times each word found in that text
*/
public class TextParser {
private final Logger log = Logger.getLogger(TextParser... | UTF-8 | Java | 1,112 | java | TextParser.java | Java | [] | null | [] | package main.java.com.luxoft.intern.parser;
import java.io.*;
import java.util.*;
import java.util.logging.Logger;
/**
* This class must have functionality of parsing text and count
* how many times each word found in that text
*/
public class TextParser {
private final Logger log = Logger.getLogger(TextParser... | 1,112 | 0.499101 | 0.497302 | 33 | 32.696968 | 23.944994 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 3 |
d1cfd7bdd0a57dfb8e43d000dd98ed8bc382181a | 13,030,930,836,818 | 6d946d77febba89d84266ccd747ede7712f30016 | /src/main/java/com/hch/dao/UserDao.java | f73e12a3c0502b739ecb31396d7709f94b665da8 | [] | no_license | hch814/springboot-practice | https://github.com/hch814/springboot-practice | 55412a6918deeb2c9fd84738c4dba4d434b04302 | 519fc488ad5cb1ebe2baa5fdc1ed949ab7c35023 | refs/heads/master | 2023-03-13T22:57:12.942000 | 2021-03-12T14:56:11 | 2021-03-12T14:56:11 | 234,901,522 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hch.dao;
import com.hch.pojo.po.UserDO;
import org.apache.ibatis.annotations.*;
import java.util.List;
/**
* @author hch
* @since 2020/8/16
*/
@Mapper
public interface UserDao {
@Select("SELECT * FROM tbl_user")
List<UserDO> listUsers();
void insertUser(UserDO userDO);
}
| UTF-8 | Java | 303 | java | UserDao.java | Java | [
{
"context": "tations.*;\n\nimport java.util.List;\n\n/**\n * @author hch\n * @since 2020/8/16\n */\n@Mapper\npublic interface ",
"end": 136,
"score": 0.9996496438980103,
"start": 133,
"tag": "USERNAME",
"value": "hch"
}
] | null | [] | package com.hch.dao;
import com.hch.pojo.po.UserDO;
import org.apache.ibatis.annotations.*;
import java.util.List;
/**
* @author hch
* @since 2020/8/16
*/
@Mapper
public interface UserDao {
@Select("SELECT * FROM tbl_user")
List<UserDO> listUsers();
void insertUser(UserDO userDO);
}
| 303 | 0.683168 | 0.660066 | 18 | 15.833333 | 14.000992 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
abe95ff31e4188b21ca62eb4750fc4daee0241fc | 25,769,803,845,238 | 3b65561c4113544cd0b410cc44cc96d3531023f6 | /taier-common/src/main/java/com/dtstack/taier/common/util/Xml2JsonUtil.java | c6b5e114a1d717c6382993684ffee3ed621b5720 | [
"Apache-2.0"
] | permissive | DTStack/Taier | https://github.com/DTStack/Taier | 2bc168d802b028f669131017c996d61286d4f2db | 5116f9ee195ee0c53b75ddf9724b0dedc62e6b4c | refs/heads/master | 2023-09-04T02:42:02.266000 | 2023-08-10T05:51:36 | 2023-08-10T05:51:36 | 343,649,088 | 1,195 | 308 | Apache-2.0 | false | 2023-09-10T11:35:57 | 2021-03-02T04:49:33 | 2023-09-09T08:20:07 | 2023-09-10T11:35:52 | 153,991 | 1,187 | 288 | 57 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 8,275 | java | Xml2JsonUtil.java | Java | [
{
"context": "l.Map;\n\n/**\n * company: www.dtstack.com\n * author: toutian\n * create: 2018/7/20\n */\npublic class Xml2JsonUti",
"end": 1688,
"score": 0.999100923538208,
"start": 1681,
"tag": "USERNAME",
"value": "toutian"
}
] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 8,275 | 0.539011 | 0.534944 | 240 | 32.804165 | 22.156244 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5375 | false | false | 3 |
07f25daa101e01ef32d5b257c51ae214c234fac9 | 26,749,056,362,447 | ef9213aab41007f66aff607868b1d82d00a2d7ec | /src/main/java/com/br/ProvaAPI/services/UsuarioService.java | 95484865780bf68e2c203f99ac62a6250135d468 | [] | no_license | GleistonMachado/RestAPI_Java | https://github.com/GleistonMachado/RestAPI_Java | 441a9d4650fc34b993848b88e512fb7f123541c6 | a4e86d8ce4c3924fe84e34097fe4bd10d7f7d333 | refs/heads/master | 2023-06-24T19:41:48.215000 | 2021-07-21T14:22:19 | 2021-07-21T14:22:19 | 388,141,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.br.ProvaAPI.services;
import java.util.List;
import com.br.ProvaAPI.models.Usuario;
public interface UsuarioService {
public List<Usuario> findAll();
public Usuario find(Long id);
public Usuario create(Usuario product);
public Usuario update(Long id, Usuario product);
public void delete(Long id);
}... | UTF-8 | Java | 321 | java | UsuarioService.java | Java | [] | null | [] | package com.br.ProvaAPI.services;
import java.util.List;
import com.br.ProvaAPI.models.Usuario;
public interface UsuarioService {
public List<Usuario> findAll();
public Usuario find(Long id);
public Usuario create(Usuario product);
public Usuario update(Long id, Usuario product);
public void delete(Long id);
}... | 321 | 0.772586 | 0.772586 | 14 | 21.928572 | 17.198273 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
0ec3a6f7e4d515c7a33b4954b4f6570451966750 | 11,639,361,409,821 | 4d6e201e553e895d86692f0fd58c42fc1f75e750 | /src/fr/uge/poo/paint/ex6/Point.java | 0bdf8696c1ced2a0452fc84a0db1ddeb8f3bb705 | [] | no_license | Gogo-IGM-BK/Design-Patterns | https://github.com/Gogo-IGM-BK/Design-Patterns | d65f372c2861c475439d1a0be096379c35d952d0 | a59b7f370d4ab439c6c8c73e3b25391c0190e4f4 | refs/heads/main | 2023-08-28T16:56:32.569000 | 2021-11-03T22:05:25 | 2021-11-03T22:05:25 | 424,390,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.uge.poo.paint.ex6;
public record Point (int x, int y) {
@Override
public String toString() {
return x+" "+y;
}
public int distance (Point a) {
return (a.x()-this.x)*(a.x()-this.x) + (a.y()-this.y)*(a.y()-this.y);
}
} | UTF-8 | Java | 268 | java | Point.java | Java | [] | null | [] | package fr.uge.poo.paint.ex6;
public record Point (int x, int y) {
@Override
public String toString() {
return x+" "+y;
}
public int distance (Point a) {
return (a.x()-this.x)*(a.x()-this.x) + (a.y()-this.y)*(a.y()-this.y);
}
} | 268 | 0.526119 | 0.522388 | 15 | 16.933332 | 21.037954 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 3 |
c934617b2557d6127c44a8f98a74411bb50e0d1c | 21,483,426,441,956 | c4d66f66859df1e8662ec615403c630507d6b9b8 | /src/admin/Notice.java | 5b4fbe2dd71669f19bb332dd6c3025120fb3d07d | [] | no_license | spy99007/palago | https://github.com/spy99007/palago | 53c99013b6cd8bbe9b86913266c7b9b68882714e | 98ad1aed2ab4d5915bdaa5f63fc11f5a1bc131b7 | refs/heads/master | 2023-05-12T12:53:11.698000 | 2021-06-04T09:08:38 | 2021-06-04T09:08:38 | 371,728,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package admin;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import java.util.*;
public class Notice extends JPanel {
JPanel p = new JPanel(new BorderLayout());
JPanel p1 = new JPanel(new BorderLayout());
JPanel p2 ... | UHC | Java | 6,289 | java | Notice.java | Java | [] | null | [] | package admin;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import java.util.*;
public class Notice extends JPanel {
JPanel p = new JPanel(new BorderLayout());
JPanel p1 = new JPanel(new BorderLayout());
JPanel p2 ... | 6,289 | 0.616726 | 0.610293 | 221 | 24.728506 | 18.911285 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.656109 | false | false | 3 |
f039c07fc074a6c564840c5b1537b2bb68c263f8 | 15,642,270,920,141 | f2159616f7435ae590533f4c685a84345e0e24c7 | /demo/算法/src/负载均衡算法/随机/Random.java | dfccc1eb4722b83aa1446ba4791232692fd64708 | [] | no_license | mxg694/project | https://github.com/mxg694/project | 2ca4587a23943e15335de47a13ca9ec40089b639 | a893b4eacbbec90f791151b3f01b3ce6d7614e9e | refs/heads/master | 2022-12-23T11:07:27.542000 | 2020-08-04T09:44:42 | 2020-08-04T09:44:42 | 252,129,520 | 0 | 0 | null | false | 2022-12-16T09:41:20 | 2020-04-01T09:26:19 | 2020-08-04T09:42:47 | 2022-12-16T09:41:17 | 32,226 | 0 | 0 | 17 | Java | false | false | package 负载均衡算法.随机;
import cn.it.luban.负载均衡算法.ServiceIps;
import java.util.ArrayList;
import java.util.List;
/**
* author: mxg
*
* @author 17934
*/
public class Random {
public static void main(String[] args) {
for (int i = 0; i < 4; i++) {
System.out.println(getServer());
}
}... | UTF-8 | Java | 1,729 | java | Random.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * author: mxg\n *\n * @author 17934\n */\npublic class Random {\n\n ",
"end": 129,
"score": 0.9996271133422852,
"start": 126,
"tag": "USERNAME",
"value": "mxg"
},
{
"context": "java.util.List;\n\n/**\n * author: mxg\n *\n * ... | null | [] | package 负载均衡算法.随机;
import cn.it.luban.负载均衡算法.ServiceIps;
import java.util.ArrayList;
import java.util.List;
/**
* author: mxg
*
* @author 17934
*/
public class Random {
public static void main(String[] args) {
for (int i = 0; i < 4; i++) {
System.out.println(getServer());
}
}... | 1,729 | 0.54205 | 0.535912 | 66 | 23.681818 | 20.494019 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 3 |
681966a8234ef13a8dc57fcd18435b39c4bda596 | 19,653,770,356,902 | e59a0ed5e380c2b23a821af970c9c57f270651e5 | /src/client/FtpClient.java | cc50802672338b52d7f28327284a4760ea4470bb | [] | no_license | zzlian/FTP_Server | https://github.com/zzlian/FTP_Server | 02463973960735b031c002f79e944a9877b5ba72 | bd56c7caa515f030e92aa33fad955511a499a589 | refs/heads/master | 2020-03-21T16:04:33.744000 | 2018-06-26T14:20:57 | 2018-06-26T14:20:57 | 138,749,169 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client;
import javax.swing.*;
import java.io.*;
import java.net.Socket;
/**
* 创建FTP客户端
* 使用socket与FTP服务器建立连接
*/
public class FtpClient {
private String userDir = System.getProperty("user.dir") + "\\src\\client\\clientDir"; // 默认下载文件路径
private PrintWriter writer; // 打印输出流
pr... | UTF-8 | Java | 1,750 | java | FtpClient.java | Java | [] | null | [] | package client;
import javax.swing.*;
import java.io.*;
import java.net.Socket;
/**
* 创建FTP客户端
* 使用socket与FTP服务器建立连接
*/
public class FtpClient {
private String userDir = System.getProperty("user.dir") + "\\src\\client\\clientDir"; // 默认下载文件路径
private PrintWriter writer; // 打印输出流
pr... | 1,750 | 0.576593 | 0.576593 | 70 | 21.342857 | 22.778992 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
ad2e7c6d163e3d804fe2ed4fe142d1f3f4d4cff7 | 32,719,060,897,524 | 283e70345a6362755d82863139772734199dbd04 | /src/main/java/org/clicker/domain/Student.java | 8dc0c6112e9f3d93b7e0a0099950570f4ef9a781 | [] | no_license | jekd96/akite | https://github.com/jekd96/akite | 5c1869806e8f9010c3cd09f1040a873caf8c46ec | 2e10da63e1e51e74f20e6f90454cde2d24c6390a | refs/heads/master | 2021-01-10T09:03:33.807000 | 2016-03-18T18:17:14 | 2016-03-18T18:17:14 | 54,222,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.clicker.domain;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import javax.persistence.*;
import java.util.Date;
/**
* Created by Admin on 29.01.2016.
*/
@Entity
@Table(name = "students")
@Component
@Scope("prototype")
public class Student extends... | UTF-8 | Java | 3,615 | java | Student.java | Java | [
{
"context": "tence.*;\nimport java.util.Date;\n\n/**\n * Created by Admin on 29.01.2016.\n */\n@Entity\n@Table(name = \"student",
"end": 207,
"score": 0.4937817454338074,
"start": 202,
"tag": "USERNAME",
"value": "Admin"
}
] | null | [] | package org.clicker.domain;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import javax.persistence.*;
import java.util.Date;
/**
* Created by Admin on 29.01.2016.
*/
@Entity
@Table(name = "students")
@Component
@Scope("prototype")
public class Student extends... | 3,615 | 0.64592 | 0.643707 | 163 | 21.177914 | 17.523663 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288344 | false | false | 3 |
df75fb7a8de2fba9c26f90c349259ed243d9a76f | 22,900,765,633,123 | eb29ef2b71f03f6f7a72e32d2001cf12c1b15bf2 | /src/main/java/com/example/pojo/procurement/Custclass.java | e54672d644d428dda9c13b5439c95f72fd447d1a | [
"Apache-2.0"
] | permissive | PanGGAdmin/Navigator | https://github.com/PanGGAdmin/Navigator | 902b8b250d74b0712dc5ef55f41a6781125d2a09 | b134907a764f27a658572fdac73fa3fdebb1bed4 | refs/heads/master | 2020-03-16T22:01:58.667000 | 2018-05-13T10:15:07 | 2018-05-13T10:15:07 | 132,144,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pojo.procurement;
/**
* 客户类别设定的实体类
*/
public class Custclass {
private String classid;//类别编号
private String classname;//类别名称
private String engname;// 英文名称
private String memo;// 备注
public String getClassid() {
return classid;
}
public void setClassid(St... | UTF-8 | Java | 988 | java | Custclass.java | Java | [] | null | [] | package com.example.pojo.procurement;
/**
* 客户类别设定的实体类
*/
public class Custclass {
private String classid;//类别编号
private String classname;//类别名称
private String engname;// 英文名称
private String memo;// 备注
public String getClassid() {
return classid;
}
public void setClassid(St... | 988 | 0.604255 | 0.604255 | 47 | 19.021276 | 20.13834 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 3 |
f1cb1fce724bad3ac74ea514ebe773a1376f8220 | 10,788,957,861,661 | a2df6764e9f4350e0d9184efadb6c92c40d40212 | /aliyun-java-sdk-sofa/src/main/java/com/aliyuncs/sofa/transform/v20190815/QueryLinkeBahamutWebapiexpressiontestResponseUnmarshaller.java | 9068f6a39456409bb39142fac2b232ecabb81b65 | [
"Apache-2.0"
] | permissive | warriorsZXX/aliyun-openapi-java-sdk | https://github.com/warriorsZXX/aliyun-openapi-java-sdk | 567840c4bdd438d43be6bd21edde86585cd6274a | f8fd2b81a5f2cd46b1e31974ff6a7afed111a245 | refs/heads/master | 2022-12-06T15:45:20.418000 | 2020-08-20T08:37:31 | 2020-08-26T06:17:49 | 290,450,773 | 1 | 0 | NOASSERTION | true | 2020-08-26T09:15:48 | 2020-08-26T09:15:47 | 2020-08-26T06:17:55 | 2020-08-26T08:27:38 | 37,198 | 0 | 0 | 0 | null | false | false | /*
* 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 writing, software
* distributed u... | UTF-8 | Java | 1,821 | java | QueryLinkeBahamutWebapiexpressiontestResponseUnmarshaller.java | Java | [] | null | [] | /*
* 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 writing, software
* distributed u... | 1,821 | 0.846787 | 0.835805 | 33 | 54.030304 | 55.326843 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.969697 | false | false | 3 |
40e7053cbbf7d3930810cde031fa30eb39f873ad | 10,204,842,296,420 | ce07d5a69397e2674a5c812bbca1fc291c946366 | /src/MyClassInfo.java | f52dcacccdbea4b692f4a43e2028ceb15ce8f1fc | [] | no_license | agatarychter/JavaCodeGenerator | https://github.com/agatarychter/JavaCodeGenerator | c80f50b3957165bbf6259604a9ad41828e57a3a4 | 28e125dc9fb801be242465f097cb6a169de9679f | refs/heads/master | 2020-05-18T06:00:56.458000 | 2019-04-30T08:29:32 | 2019-04-30T08:29:32 | 184,223,093 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.List;
public class MyClassInfo {
private String className;
private List<ParameterInfo> parameters;
private boolean isChosenGetters;
private boolean isChosenSetters;
private boolean isChosenSingleton;
public MyClassInfo()
{
parameters = n... | UTF-8 | Java | 1,642 | java | MyClassInfo.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.List;
public class MyClassInfo {
private String className;
private List<ParameterInfo> parameters;
private boolean isChosenGetters;
private boolean isChosenSetters;
private boolean isChosenSingleton;
public MyClassInfo()
{
parameters = n... | 1,642 | 0.626675 | 0.626675 | 68 | 23.147058 | 20.293627 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338235 | false | false | 3 |
d9c2b9edd204e7e09884364108b897f243b22521 | 22,110,491,653,280 | f6fbd6a2bf4984291dc66535691d94772dd44531 | /extensions/datastores/foundationdb/src/main/java/org/locationtech/geowave/datastore/foundationdb/util/AbstractFoundationDBIterator.java | e9a2b12fe61b94954f9e6e8a4fcd81c00a69ed10 | [
"Apache-2.0"
] | permissive | aniroodh-ravikumar/geowave | https://github.com/aniroodh-ravikumar/geowave | b36abcc46cab5954ecdff0e43a9a6449fdb20d52 | 71e51b5053b7470de20ce0dd630e2579a080f8b9 | refs/heads/foundationDB-master | 2020-07-26T02:23:26.546000 | 2019-12-14T02:48:30 | 2019-12-14T02:48:30 | 208,492,407 | 0 | 0 | Apache-2.0 | true | 2019-12-14T02:48:32 | 2019-09-14T19:25:44 | 2019-12-11T03:00:46 | 2019-12-14T02:48:31 | 901,678 | 0 | 0 | 0 | Java | false | false | package org.locationtech.geowave.datastore.foundationdb.util;
import com.apple.foundationdb.KeyValue;
import org.locationtech.geowave.core.store.CloseableIterator;
import java.util.Iterator;
import java.util.NoSuchElementException;
public abstract class AbstractFoundationDBIterator<T> implements CloseableIterator<T> ... | UTF-8 | Java | 829 | java | AbstractFoundationDBIterator.java | Java | [] | null | [] | package org.locationtech.geowave.datastore.foundationdb.util;
import com.apple.foundationdb.KeyValue;
import org.locationtech.geowave.core.store.CloseableIterator;
import java.util.Iterator;
import java.util.NoSuchElementException;
public abstract class AbstractFoundationDBIterator<T> implements CloseableIterator<T> ... | 829 | 0.722557 | 0.722557 | 36 | 22 | 22.261078 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
04cc90d143e9e9254d40c769ef1a74dc45410e3d | 4,458,176,071,361 | d003ccef9778409f32f07b2b143a8b0c8f5ff370 | /app/src/main/java/com/project/sii/proxyapp/VPNGatewayService.java | df911f7cbc2481465bd2b85f605f5168a6aed7e6 | [] | no_license | jacklametta/ProxyApplication | https://github.com/jacklametta/ProxyApplication | 774fcfa5000d32cad3eb998e4ab33a0ee42dff22 | 8dd5491e5d12a91f399bb448cb989eff36cb77ec | refs/heads/master | 2021-01-10T10:31:18.532000 | 2016-01-10T16:00:35 | 2016-01-10T16:00:35 | 48,315,230 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.sii.proxyapp;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import android.util.Pair;
import java.net.DatagramSocket;
import java.util.Hashtable;
// DEPRECATED
/**
* The class provides a background service for several purpose:
* ... | UTF-8 | Java | 4,209 | java | VPNGatewayService.java | Java | [] | null | [] | package com.project.sii.proxyapp;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import android.util.Pair;
import java.net.DatagramSocket;
import java.util.Hashtable;
// DEPRECATED
/**
* The class provides a background service for several purpose:
* ... | 4,209 | 0.634593 | 0.634593 | 148 | 27.43919 | 24.158325 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317568 | false | false | 3 |
0ee1cc83c1176aaa43f3a5ebc0df83bd2df411f5 | 9,216,999,854,952 | 73163223ceefea93083f8f405e5a5fb056cbdd37 | /app/src/main/java/com/example/com/wisdomcommunity/ui/person/set/SetPresenter.java | 92597713c5b3be5f1824a4eb0d71959b0f2bb9fa | [] | no_license | Fessible/WisdomCommunity | https://github.com/Fessible/WisdomCommunity | 859adc3ef035cc1072bc334f1e8fb9a29dc3b884 | c8b067ddf531af5a7266a1780c0b016b01b42da1 | refs/heads/master | 2021-05-12T03:31:52.058000 | 2018-04-16T12:15:20 | 2018-04-16T12:15:20 | 116,202,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.com.wisdomcommunity.ui.person.set;
import android.content.Context;
import android.text.TextUtils;
import com.example.com.support_business.api.CommunityServer;
import com.example.com.support_business.api.RestyServer;
import com.example.com.support_business.domain.personal.Info;
import com.example.c... | UTF-8 | Java | 2,111 | java | SetPresenter.java | Java | [
{
"context": "ntract;\n\nimport java.util.Date;\n\n/**\n * Created by rhm on 2018/3/26.\n */\n\npublic class SetPresenter exte",
"end": 528,
"score": 0.9995344877243042,
"start": 525,
"tag": "USERNAME",
"value": "rhm"
}
] | null | [] | package com.example.com.wisdomcommunity.ui.person.set;
import android.content.Context;
import android.text.TextUtils;
import com.example.com.support_business.api.CommunityServer;
import com.example.com.support_business.api.RestyServer;
import com.example.com.support_business.domain.personal.Info;
import com.example.c... | 2,111 | 0.549029 | 0.545713 | 65 | 31.476923 | 27.384502 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415385 | false | false | 3 |
a263ad82d3ab440540612a2809666b0dec950455 | 31,181,462,576,736 | 0087fcadaf07d0e572a9fb5db890138cb9586e3d | /src/main/java/com/decagon/springsecurityjwt/repository/AppUserRepository.java | ccd80b5d9d846b3677bc88a66e4b42fdbec84a28 | [] | no_license | Omojolade/Spring_Security | https://github.com/Omojolade/Spring_Security | 28017bccc48a08484fd20da322e70b24661b47de | 91bd2ae6f679ee8468c25e798392949cf5b74a63 | refs/heads/master | 2023-01-01T17:26:46.192000 | 2020-10-27T09:15:42 | 2020-10-27T09:15:42 | 307,644,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.decagon.springsecurityjwt.repository;
import com.decagon.springsecurityjwt.model.AppUser;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.Optional;
public interface... | UTF-8 | Java | 713 | java | AppUserRepository.java | Java | [] | null | [] | package com.decagon.springsecurityjwt.repository;
import com.decagon.springsecurityjwt.model.AppUser;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import java.util.Optional;
public interface... | 713 | 0.732118 | 0.732118 | 22 | 31.40909 | 28.869076 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 3 |
742f41218dd7b6f3eaa7e3e874e1d903250af8f3 | 781,684,064,257 | b52feb20530d8ab6b069bc46c958f0297c2df9f7 | /utils/CATIA/PARTTYPELIB/CloseSurface.java | 84982c2179990733cdb898742f6511b225ccdc9a | [] | no_license | pawelsadlo2/CatiaV5Com4j | https://github.com/pawelsadlo2/CatiaV5Com4j | e9a1c8c62163117c70c8166c462247bf87ca3df5 | e985324b4d79e8b5a37662beeb6b914948b86758 | refs/heads/master | 2020-05-05T00:35:01.191000 | 2019-08-05T15:01:08 | 2019-08-05T15:01:08 | 179,579,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com4j.*;
@IID("{5F06E422-B21C-11D2-A628-00A0C95AF7F0}")
public interface CloseSurface extends SurfaceBasedShape {
// Methods:
// Properties:
}
| UTF-8 | Java | 155 | java | CloseSurface.java | Java | [] | null | [] | import com4j.*;
@IID("{5F06E422-B21C-11D2-A628-00A0C95AF7F0}")
public interface CloseSurface extends SurfaceBasedShape {
// Methods:
// Properties:
}
| 155 | 0.735484 | 0.593548 | 7 | 21.142857 | 20.307835 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 3 |
25e2e3f48cbdfc8b3a4657b7ef0ed9e4a4e9bc92 | 19,396,072,310,705 | 72b89d4c540813605f502d34f920a1f97a1dcf1a | /app-mvp/src/main/java/com/pfh/app_mvp/network/ApiClient.java | 5cef68073cbeb97518e7085654bdcfc73ef2e11a | [] | no_license | afayp/Architecture | https://github.com/afayp/Architecture | e698b625f922c94a0babc09e69065a925f666c85 | 5573565e3fdbbea6b1db4d493e77a226ea12a5dd | refs/heads/master | 2020-06-13T22:45:54.745000 | 2017-06-22T09:35:05 | 2017-06-22T09:35:05 | 75,544,435 | 54 | 9 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pfh.app_mvp.network;
import com.pfh.app_mvp.model.Repository;
import com.pfh.app_mvp.model.User;
import java.util.List;
import rx.Observable;
import rx.Subscriber;
import rx.Subscription;
public class ApiClient extends RetrofitClient {
private ApiClient(){
init();
}
public static ApiC... | UTF-8 | Java | 1,033 | java | ApiClient.java | Java | [] | null | [] | package com.pfh.app_mvp.network;
import com.pfh.app_mvp.model.Repository;
import com.pfh.app_mvp.model.User;
import java.util.List;
import rx.Observable;
import rx.Subscriber;
import rx.Subscription;
public class ApiClient extends RetrofitClient {
private ApiClient(){
init();
}
public static ApiC... | 1,033 | 0.691589 | 0.691589 | 35 | 26.514286 | 23.227289 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 3 |
77a19cb448d97b3417c15ff0815740304955545e | 19,396,072,312,136 | 8fc5decb1c39db9843f9eb68797832432e82c63f | /myProject_movie6_board/src/mvc/command/board/BoardCommand_upload.java | 0610ded97f57802cc09bda8788afc467758ca1f6 | [] | no_license | jonny-ddns/web-project-movie | https://github.com/jonny-ddns/web-project-movie | b41505ea4e9b6eff8c17bc970262f896cc99193a | 85d2003a80c18860dadd9950ffb79e2cd43a90d4 | refs/heads/master | 2023-07-07T16:01:29.070000 | 2021-08-05T05:47:32 | 2021-08-05T05:47:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mvc.command.board;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import mvc.db.dao.BoardDao;
import mvc.db.vo.BoardVO;
public class BoardCommand_upload implements BoardCommand {
@Override
public void execute(HttpServletRequest request, HttpServletResponse resp... | WINDOWS-1252 | Java | 1,362 | java | BoardCommand_upload.java | Java | [] | null | [] | package mvc.command.board;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import mvc.db.dao.BoardDao;
import mvc.db.vo.BoardVO;
public class BoardCommand_upload implements BoardCommand {
@Override
public void execute(HttpServletRequest request, HttpServletResponse resp... | 1,362 | 0.70932 | 0.702663 | 48 | 27.166666 | 21.725882 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.791667 | false | false | 3 |
8d39f089c35baf9d14ae0b8e88580d05f7b69047 | 7,327,214,246,906 | 0b1c32c4f508dbf900d5ac8ad2af7942476fbfc4 | /src/monitor/Windows/WindowsOS.java | 51540c77ebf521662c82870ec1667438e8668fd1 | [] | no_license | leo113000/SysMo | https://github.com/leo113000/SysMo | 3eb98b2bf26b665ca3c7494c51f20e377bd379c1 | ca495a6deff0fe0b6ee2727d2fb4f962e9657c30 | refs/heads/master | 2021-01-21T20:22:55.831000 | 2017-06-16T19:22:28 | 2017-06-16T19:22:28 | 92,225,057 | 0 | 1 | null | false | 2017-06-16T16:20:14 | 2017-05-23T22:11:58 | 2017-05-25T02:55:20 | 2017-06-16T16:20:14 | 9,944 | 0 | 0 | 0 | Java | 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 monitor.Windows;
import monitor.OS;
import oshi.software.os.windows.WindowsOperatingSystem;
/**
*
* @author Leo J. Vazquez
... | UTF-8 | Java | 448 | java | WindowsOS.java | Java | [
{
"context": "windows.WindowsOperatingSystem;\n\n/**\n *\n * @author Leo J. Vazquez\n */\nclass WindowsOS extends OS{\n \n public W",
"end": 319,
"score": 0.9998636245727539,
"start": 305,
"tag": "NAME",
"value": "Leo J. Vazquez"
}
] | 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 monitor.Windows;
import monitor.OS;
import oshi.software.os.windows.WindowsOperatingSystem;
/**
*
* @author <NAME>
*/
clas... | 440 | 0.685268 | 0.685268 | 22 | 19.363636 | 22.048594 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 3 |
32e0729db81ff7c585aa787d56c0f2e1d8ff3534 | 27,504,970,596,759 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_894ab25475cf601d7e108cf4bfbcf7bd1a9943a2/ArtifactProcessorTest/6_894ab25475cf601d7e108cf4bfbcf7bd1a9943a2_ArtifactProcessorTest_t.java | 5c4a4b95d92ab55c591bff015da397763f7573d0 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package net.masterthought.cucumber;
import net.masterthought.cucumber.json.Artifact;
import org.junit.Test;
import java.util.Map;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public class ArtifactProcessorTest {
@Test
public void validConfigurationSho... | UTF-8 | Java | 1,095 | java | 6_894ab25475cf601d7e108cf4bfbcf7bd1a9943a2_ArtifactProcessorTest_t.java | Java | [] | null | [] | package net.masterthought.cucumber;
import net.masterthought.cucumber.json.Artifact;
import org.junit.Test;
import java.util.Map;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public class ArtifactProcessorTest {
@Test
public void validConfigurationSho... | 1,095 | 0.725114 | 0.716895 | 26 | 41.076923 | 35.550529 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 3 |
5fcaba0a93996e50ff1a3c4ee9b3be1a39a8e2f7 | 8,881,992,393,877 | 7f070e7d6bd8122b1adcfd2a4d8f026dd62234b7 | /bannerdemo/src/main/java/org/daimhim/bannerdemo/MainActivity.java | 2606206d375ab40059d08c147eb15797df3fb6b4 | [] | no_license | Daimhim/vision | https://github.com/Daimhim/vision | 95239e999dc1f1f2a9e3de0ccd62a0e9a43ff23d | 183bbc6cdca448e8268a7a24ce376565887c7a4c | refs/heads/master | 2021-07-07T14:29:03.492000 | 2019-04-19T13:50:05 | 2019-04-19T13:50:05 | 132,336,381 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.daimhim.bannerdemo;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import org.daimhim.banner.Banner;
import org.daimhim.banner.loader.ImageLoader;
import java.util.ArrayList;
imp... | UTF-8 | Java | 1,655 | java | MainActivity.java | Java | [] | null | [] | package org.daimhim.bannerdemo;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import org.daimhim.banner.Banner;
import org.daimhim.banner.loader.ImageLoader;
import java.util.ArrayList;
imp... | 1,655 | 0.706344 | 0.64713 | 42 | 38.404762 | 31.836681 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 3 |
ecf58430159a2b94e8c75f985147c8d85afe3926 | 910,533,118,657 | a2ceeb5ed04bfbf7a8fd6e54b04777e1b7f59435 | /KucingJoko/app/src/main/java/com/reg/home/kucingjoko/AddCatActivity.java | 6173cd6fcd91a06ca97341e137428b1f50d50fe6 | [] | no_license | rijalwafi/android-mycats | https://github.com/rijalwafi/android-mycats | c4a508de217d6d8578f9129440a99bdaf05b6185 | a9b3ca4aabddd0275740f1e365b4fdd47d8d2bba | refs/heads/master | 2020-11-25T00:55:26.801000 | 2020-11-23T17:23:14 | 2020-11-23T17:23:14 | 228,418,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.reg.home.kucingjoko;
import androidx.appcompat.app.AppCompatActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceDataStore;
import android.preference.PreferenceGroup;
import android.text.TextUtils;
import android.view.Vie... | UTF-8 | Java | 5,611 | java | AddCatActivity.java | Java | [
{
"context": " private static final String URL_ADD_CAT=\"http://192.168.137.1/mycats/addCat.php\";\n SessionManager sessionMan",
"end": 1059,
"score": 0.9996567368507385,
"start": 1046,
"tag": "IP_ADDRESS",
"value": "192.168.137.1"
}
] | null | [] | package com.reg.home.kucingjoko;
import androidx.appcompat.app.AppCompatActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceDataStore;
import android.preference.PreferenceGroup;
import android.text.TextUtils;
import android.view.Vie... | 5,611 | 0.593121 | 0.59116 | 135 | 40.562962 | 25.859337 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.82963 | false | false | 3 |
e4e42a7d514630b81e31d1bad57df80153d122c9 | 21,646,635,218,503 | db231084b4b7669e25191bb39366be2390213a90 | /SB_FRAMEWORK/SBWebPaginasSemTagLib/src/main/java/com/super_bits/modulosSB/webPaginas/JSFBeans/util/ConversorEnumSBString.java | 7153df02ebb5afd852c962a06866f50cfe39934c | [
"Apache-2.0"
] | permissive | salviof/SuperBits_FrameWork | https://github.com/salviof/SuperBits_FrameWork | ebad11623646d8564bff5528260c1a9b65be451b | 52993f67683e18897b3a035dc005ba0514b33a5f | refs/heads/master | 2018-10-10T03:31:15.200000 | 2018-10-08T23:53:56 | 2018-10-08T23:53:56 | 48,012,093 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Desenvolvido pela equipe Super-Bits.com CNPJ 20.019.971/0001-90
*/
package com.super_bits.modulosSB.webPaginas.JSFBeans.util;
import com.super_bits.modulosSB.SBCore.ConfigGeral.SBCore;
import com.super_bits.modulosSB.SBCore.modulos.TratamentoDeErros.FabErro;
import com.super_bits.modulosSB.SBCore.modulos.fabr... | UTF-8 | Java | 1,982 | java | ConversorEnumSBString.java | Java | [
{
"context": " javax.persistence.EnumType;\n\n/**\n *\n *\n * @author SalvioF\n */\n@FacesConverter(value = \"conversorEnumSBStri",
"end": 525,
"score": 0.745674729347229,
"start": 519,
"tag": "NAME",
"value": "Salvio"
},
{
"context": "persistence.EnumType;\n\n/**\n *\n *\n * @author... | null | [] | /*
* Desenvolvido pela equipe Super-Bits.com CNPJ 20.019.971/0001-90
*/
package com.super_bits.modulosSB.webPaginas.JSFBeans.util;
import com.super_bits.modulosSB.SBCore.ConfigGeral.SBCore;
import com.super_bits.modulosSB.SBCore.modulos.TratamentoDeErros.FabErro;
import com.super_bits.modulosSB.SBCore.modulos.fabr... | 1,982 | 0.662961 | 0.655887 | 60 | 31.983334 | 33.738449 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 3 |
d67ee0045e8a73c2c541a8de8c6110126baa4408 | 29,472,065,593,604 | f81d2ab1290ab26cb95072a6508d13011049aaf2 | /core/src/hu/csanyzeg/master/MyBaseClasses/Bluetooth/BluetoothChooseServerClientStage.java | d104de504f98d1a9d67d28b5a2b27136419a1a91 | [] | no_license | tuskeb/mester | https://github.com/tuskeb/mester | 5ca72390e3a42b85a6b791c0df75ca15e8b2dd61 | 40d027277e0853596fdcf165733f59396b8a8a71 | refs/heads/master | 2021-01-18T19:51:27.565000 | 2019-12-10T08:00:30 | 2019-12-10T08:00:30 | 69,664,665 | 1 | 2 | null | false | 2017-12-15T18:50:14 | 2016-09-30T12:23:51 | 2016-09-30T12:24:18 | 2017-12-15T18:50:14 | 2,722 | 0 | 0 | 0 | Java | false | null | package hu.csanyzeg.master.MyBaseClasses.Bluetooth;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.... | UTF-8 | Java | 2,118 | java | BluetoothChooseServerClientStage.java | Java | [
{
"context": ".MyBaseClasses.Scene2D.MyStage;\n\n/**\n * Created by tuskeb on 2017. 01. 16..\n */\n\nabstract public class Blue",
"end": 593,
"score": 0.9996460676193237,
"start": 587,
"tag": "USERNAME",
"value": "tuskeb"
}
] | null | [] | package hu.csanyzeg.master.MyBaseClasses.Bluetooth;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.... | 2,118 | 0.593012 | 0.575071 | 60 | 34.25 | 23.37422 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
2f46081f039cf27a06dc3ce4e0196d3bead7ba4d | 1,503,238,611,353 | 45d48f0e324b9e3ffbdaafd572adc2794275da69 | /src/main/java/com/july/util/OwnException.java | 1b94ee80eeb95a98bba8bd90394f7a63a44d8275 | [] | no_license | zengxueqi-yu/springboot-login | https://github.com/zengxueqi-yu/springboot-login | 5cd333ed6d5af8fc1dd682ee312a61d04ccab367 | abad3a93619c90506bb80d826aca4e60535bafb3 | refs/heads/master | 2022-07-13T03:48:45.963000 | 2019-12-06T06:45:57 | 2019-12-06T06:45:57 | 225,985,714 | 0 | 0 | null | false | 2022-06-17T02:44:35 | 2019-12-05T00:55:25 | 2019-12-06T06:46:11 | 2022-06-17T02:44:32 | 78 | 0 | 0 | 1 | Java | false | false | package com.july.util;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.text.MessageFormat;
import java.util.Objects;
import java.util.Properties;
/**
* 自定义异常类
* @author zqk
* @since 2019/12/4
*/
public class OwnException extends RuntimeException {
private static final long serialVersionUI... | UTF-8 | Java | 6,083 | java | OwnException.java | Java | [
{
"context": "rt java.util.Properties;\n\n/**\n * 自定义异常类\n * @author zqk\n * @since 2019/12/4\n */\npublic class OwnException",
"end": 197,
"score": 0.9996148943901062,
"start": 194,
"tag": "USERNAME",
"value": "zqk"
}
] | null | [] | package com.july.util;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.text.MessageFormat;
import java.util.Objects;
import java.util.Properties;
/**
* 自定义异常类
* @author zqk
* @since 2019/12/4
*/
public class OwnException extends RuntimeException {
private static final long serialVersionUI... | 6,083 | 0.509282 | 0.495401 | 192 | 30.145834 | 26.17767 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682292 | false | false | 3 |
46b72caabeb2cda006895ff5cc8f42b94096799b | 20,761,871,914,793 | 3ec46918e2c720fde839d3a344c39dc05d570a05 | /singleton/pattern-singleton/src/main/java/com/scu/pattern/HungryST.java | 963019a758cf6c2b61def76635d24a0a7e16b294 | [] | no_license | curryInIT/design-pattern | https://github.com/curryInIT/design-pattern | 33c2700cd64c97ccacca545cf463ca5a6876b4d0 | 8a8fe69108ea9b5ef4802a407b885dc936a9ac5e | refs/heads/master | 2020-04-28T00:55:29.606000 | 2019-03-20T14:32:05 | 2019-03-20T14:32:05 | 174,834,129 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scu.pattern;
/**
* 单例-饿汉式
*/
public class HungryST {
private static final HungryST instance;
static{
instance = new HungryST();
}
private HungryST(){}
public static final HungryST getInstance(){
return instance;
}
}
| UTF-8 | Java | 285 | java | HungryST.java | Java | [] | null | [] | package com.scu.pattern;
/**
* 单例-饿汉式
*/
public class HungryST {
private static final HungryST instance;
static{
instance = new HungryST();
}
private HungryST(){}
public static final HungryST getInstance(){
return instance;
}
}
| 285 | 0.610909 | 0.610909 | 19 | 13.473684 | 15.031085 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 3 |
db45c3242f03e56330b5211aabcb430fec2bd861 | 31,147,102,843,770 | 668960d4d3d02dcb6161b8260ecc863dd7517636 | /persistence/src/main/java/org/openstack/atlas/service/domain/usage/entities/HostUsage.java | bbd72ef5244828262f626e1b84d4e59fa840a5c6 | [] | no_license | lbrackspace/atlas-lb | https://github.com/lbrackspace/atlas-lb | de1eb3c45427b08308d348fe3dbcf3d38ce116cb | dde84090fefc9c6e5861d7f4d39dd291c745f392 | refs/heads/master | 2022-06-16T02:33:58.445000 | 2021-06-11T21:47:56 | 2021-06-11T21:47:56 | 2,043,124 | 3 | 16 | null | true | 2016-10-13T23:36:49 | 2011-07-13T17:12:25 | 2016-08-05T21:13:07 | 2016-10-13T22:25:01 | 120,199 | 11 | 4 | 0 | Java | null | null | package org.openstack.atlas.service.domain.usage.entities;
import javax.persistence.Column;
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import java.io.Serializable;
import java.util.Calendar;
@javax.persistence.Entity
@Table(name = "host_usage")
public cla... | UTF-8 | Java | 1,537 | java | HostUsage.java | Java | [] | null | [] | package org.openstack.atlas.service.domain.usage.entities;
import javax.persistence.Column;
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import java.io.Serializable;
import java.util.Calendar;
@javax.persistence.Entity
@Table(name = "host_usage")
public cla... | 1,537 | 0.707872 | 0.700716 | 56 | 26.446428 | 20.967594 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
d8342cbe8551b51b1fdfc4b36a606aee3385383a | 1,683,627,236,480 | 1eeef811dadff72d33d180886969fc021a3e5471 | /src/edu/uci/asleepawake/SleepinessGeneral.java | 5b3ddb385a2eccd22e0db2d6cd9f73946fe59d6e | [] | no_license | vecust/AsleepAwake | https://github.com/vecust/AsleepAwake | 03244c3a19343eaa2d7a9c92576c6f8b4edde803 | ea0b78dcb73de581df9c57fa33077b22608ba081 | refs/heads/master | 2020-05-14T19:47:44.158000 | 2014-07-02T23:36:52 | 2014-07-02T23:36:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.uci.asleepawake;
//This class reads in the answers to the sleepiness survey (general version)
//and sends them to the Google Form via the HttpRequest class
import java.net.URLEncoder;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Dialo... | UTF-8 | Java | 10,052 | java | SleepinessGeneral.java | Java | [] | null | [] | package edu.uci.asleepawake;
//This class reads in the answers to the sleepiness survey (general version)
//and sends them to the Google Form via the HttpRequest class
import java.net.URLEncoder;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Dialo... | 10,052 | 0.718166 | 0.70762 | 273 | 35.820515 | 28.5597 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.868132 | false | false | 3 |
75f53d3bc7c4cdb41c08ba1613b4e5162771ce12 | 1,511,828,543,895 | 8551522d125a3aea9645a9f6631390658a735ef7 | /hscard/src/hscard/model/SuperDao.java | 80a169d2b7524c9dfa21fcf6322bc58253722fc5 | [] | no_license | cjseop/hscard | https://github.com/cjseop/hscard | d636aaffb7913720b7b7e2df824dd61a81fde894 | 4351b2656c6997602b50aafd4983e913b5a816d6 | refs/heads/master | 2021-07-19T11:35:38.968000 | 2017-10-26T08:56:42 | 2017-10-26T08:56:42 | 104,972,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hscard.model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class SuperDao {
//Instance
protected Connection conn = null;
private final String DB_URL = "jdbc:oracle:thin:@127.0.0.1:1521:orcl";
private final String DB_USR = "pman";
private final... | UTF-8 | Java | 1,160 | java | SuperDao.java | Java | [
{
"context": "\tprivate final String DB_URL = \"jdbc:oracle:thin:@127.0.0.1:1521:orcl\";\r\n\tprivate final String DB_USR = \"pman",
"end": 252,
"score": 0.999725878238678,
"start": 243,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
},
{
"context": ".0.1:1521:orcl\";\r\n\tprivate final S... | null | [] | package hscard.model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class SuperDao {
//Instance
protected Connection conn = null;
private final String DB_URL = "jdbc:oracle:thin:@127.0.0.1:1521:orcl";
private final String DB_USR = "pman";
private final... | 1,164 | 0.634483 | 0.625862 | 51 | 20.745098 | 17.980211 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.254902 | false | false | 3 |
5c20b4eaf37b1d3e2cee889320815cb755022c74 | 26,792,006,010,894 | e2bb32fb7b7241fd33c41dcbe85416ff8a3b551b | /src/main/java/io/muic/ssc/project/backend/auth/AuthenticationController.java | 9ab73056eddd2ebe9ff89ade8e35dad732fc1ac0 | [] | no_license | PattakarnC/NewSSC_Project | https://github.com/PattakarnC/NewSSC_Project | 527022b50064cb578b1a6251d85cd664d4d561e9 | 55cca1e37b8fab21caf2fed161d5545c3f99e07b | refs/heads/master | 2023-06-18T16:36:47.318000 | 2021-07-19T15:10:17 | 2021-07-19T15:10:17 | 386,279,946 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.muic.ssc.project.backend.auth;
import io.muic.ssc.project.backend.SimpleResponseDTO;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.security.core.... | UTF-8 | Java | 2,336 | java | AuthenticationController.java | Java | [
{
"context": "{\n String username = request.getParameter(\"username\");\n String password = request.getParameter",
"end": 820,
"score": 0.9969449639320374,
"start": 812,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package io.muic.ssc.project.backend.auth;
import io.muic.ssc.project.backend.SimpleResponseDTO;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.security.core.... | 2,336 | 0.600171 | 0.600171 | 62 | 36.677418 | 26.464689 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.370968 | false | false | 3 |
68cbbf52e83855435c837c6d9548de2850638254 | 19,172,734,040,916 | f570def9ad91c347a8d340c3e26c1146fa422af1 | /src/test/java/InMemoryPersistenceTest.java | 812c38c8ed986d2d80ac7a0fa4c23526ee9cb391 | [] | no_license | darm145/CinemaIII | https://github.com/darm145/CinemaIII | 520bd5bf6332fed2dc74393d6c5b9f3d08f9bca6 | 52b3f133a3915b3e260529bff4edac5d1ea06bbd | refs/heads/master | 2020-04-28T23:07:23.972000 | 2019-03-21T06:47:41 | 2019-03-21T06:47:41 | 175,643,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import edu.eci.arsw.cinema.model.Cinema;
import edu.eci.arsw.cinema.model.CinemaFunction;
import edu.eci.arsw.cinema.model.Movie;
import edu.eci.arsw.cinema.persistence.CinemaException;
import edu.eci.arsw.cinema.persistence.CinemaPersistenceException;
import edu.eci.arsw.cinema.persistence.impl.InMemoryCinemaPersiste... | UTF-8 | Java | 5,590 | java | InMemoryPersistenceTest.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author cristian\n */\npublic class InMemoryPersistenceTest {\n\tAppli",
"end": 989,
"score": 0.9563010334968567,
"start": 981,
"tag": "NAME",
"value": "cristian"
}
] | null | [] |
import edu.eci.arsw.cinema.model.Cinema;
import edu.eci.arsw.cinema.model.CinemaFunction;
import edu.eci.arsw.cinema.model.Movie;
import edu.eci.arsw.cinema.persistence.CinemaException;
import edu.eci.arsw.cinema.persistence.CinemaPersistenceException;
import edu.eci.arsw.cinema.persistence.impl.InMemoryCinemaPersiste... | 5,590 | 0.67675 | 0.650081 | 169 | 32.053253 | 29.822008 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.502959 | false | false | 3 |
8609a886bed5e7562b00e783e0412c4e090e6179 | 19,172,734,041,447 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/Procyon/src/main/java/com/airbnb/lottie/model/animatable/AnimatableTextProperties.java | 395679d89e480116bde09067c2710799ed7654ce | [] | no_license | sgros/activity_flow_plugin | https://github.com/sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865000 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.34
//
package com.airbnb.lottie.model.animatable;
public class AnimatableTextProperties
{
public final AnimatableColorValue color;
public final AnimatableColorValue stroke;
public final AnimatableFloatValue strokeWidth;
public final AnimatableFloatValue tracking;
... | UTF-8 | Java | 646 | java | AnimatableTextProperties.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.34
//
package com.airbnb.lottie.model.animatable;
public class AnimatableTextProperties
{
public final AnimatableColorValue color;
public final AnimatableColorValue stroke;
public final AnimatableFloatValue strokeWidth;
public final AnimatableFloatValue tracking;
... | 646 | 0.752322 | 0.74613 | 20 | 31.299999 | 39.400635 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
3c2bdf3393d797b460886cc874e1b95652895c8f | 17,557,826,333,121 | 30f39d6ac4848e87d07c3f5afbc8900e4ca18b0b | /src/com/playground/kid/Ticket.java | 2bb1850ad68492e831158b38e5a6e306fed7f7a3 | [] | no_license | Rammjalg/Swedbank | https://github.com/Rammjalg/Swedbank | 1ef43b6556bce7e28998543ab1b0305832904207 | 01cbc8e41602b4d698f6b3060d9346755c834cd9 | refs/heads/master | 2021-05-14T01:45:34.783000 | 2018-01-10T12:34:19 | 2018-01-10T12:34:19 | 116,574,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playground.kid;
public class Ticket {
public int number;
public int vipJumps;
public Ticket(int number, int vip) {
super();
this.number = number;
this.vipJumps = vip;
}
public int getNumber() {
return number;
}
public void setNumber(int number) {
this.number = number... | UTF-8 | Java | 443 | java | Ticket.java | Java | [] | null | [] | package com.playground.kid;
public class Ticket {
public int number;
public int vipJumps;
public Ticket(int number, int vip) {
super();
this.number = number;
this.vipJumps = vip;
}
public int getNumber() {
return number;
}
public void setNumber(int number) {
this.number = number... | 443 | 0.61851 | 0.61851 | 28 | 13.821428 | 11.931512 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 3 |
a8f57a6c4074298276d7d0b43c85ac4cc6dc9133 | 17,557,826,335,188 | e13b2079c3448f251d1f663422b56013d5c5fbd4 | /app/src/main/java/com/android/and0701/yasaandroid/Ch05_ViewFlipper.java | 0e4345bfa95fce0556e2209c89ede2abda05ac28 | [] | no_license | rohei67/YasashiiAndroid | https://github.com/rohei67/YasashiiAndroid | 6900f19f1ab1eb225c8fd9afa8b703eea30ec189 | 945b5ae82d2f3f461cc212341e688ac77c3f6e92 | refs/heads/master | 2021-01-10T21:36:12.264000 | 2015-09-16T05:48:30 | 2015-09-16T05:48:30 | 42,552,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.and0701.yasaandroid;
import android.app.Activity;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Point;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log... | UTF-8 | Java | 5,149 | java | Ch05_ViewFlipper.java | Java | [
{
"context": "List;\nimport java.util.Random;\n\n/**\n * Created by 0701AND on 2015/09/09.\n */\npublic class Ch05_ViewFlipper ",
"end": 754,
"score": 0.993890643119812,
"start": 747,
"tag": "USERNAME",
"value": "0701AND"
}
] | null | [] | package com.android.and0701.yasaandroid;
import android.app.Activity;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Point;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log... | 5,149 | 0.671198 | 0.65469 | 202 | 24.490099 | 18.262726 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.737624 | false | false | 3 |
9cdbcd1d90000a52d618888dcc78f673e93b798b | 22,754,736,750,947 | f4c3df730714831c12136588042a3ff7c70e8258 | /src/main/java/com/boot/service/CategoryService.java | b933acdf0050371a45183b881ecc8f583582b308 | [] | no_license | ExsisDev/WeMakeTattoosBack_Java | https://github.com/ExsisDev/WeMakeTattoosBack_Java | 47bbbe303b8ea1899f863effdb0f227a2829c2c2 | 603362ed6b6724119af950adb14c8ad1a9afc3d0 | refs/heads/master | 2020-08-01T20:16:18.656000 | 2019-10-04T22:29:49 | 2019-10-04T22:29:49 | 206,346,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boot.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.boot.commons.Response;
import com.boot.model.entities.Category;
import com.boot.model.repositories.Categor... | UTF-8 | Java | 848 | java | CategoryService.java | Java | [] | null | [] | package com.boot.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.boot.commons.Response;
import com.boot.model.entities.Category;
import com.boot.model.repositories.Categor... | 848 | 0.786557 | 0.786557 | 31 | 26.354839 | 23.989983 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.612903 | false | false | 3 |
5a06a556ae4cdaeb308f7a06d487d2e63664b64b | 7,361,573,975,156 | 5089b7962d32f62c96c7dcf7898f16b90a7fb312 | /jcg-engine/src/main/java/ir.sk.jcg.jcgengine/model/project/enums/OutputComponentType.java | 8a0b4c687e275156cd363302ed8b45d80fc5753f | [] | no_license | skayvanfar/jcg | https://github.com/skayvanfar/jcg | 27d90736b4664944b1136cbc3568548b6f3c2c44 | 147fd972cf5f477839e0c34fab253f0813438608 | refs/heads/master | 2023-07-03T22:25:20.428000 | 2021-08-08T08:25:55 | 2021-08-08T08:25:55 | 393,901,776 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.sk.jcg.jcgengine.model.project.enums;
import ir.sk.jcg.jcgcommon.enums.EnumBase;
import ir.sk.jcg.jcgengine.model.project.Component;
import ir.sk.jcg.jcgengine.model.project.component.Label;
import ir.sk.jcg.jcgengine.model.project.component.Link;
import ir.sk.jcg.jcgengine.model.project.component.LinkList;... | UTF-8 | Java | 1,644 | java | OutputComponentType.java | Java | [
{
"context": "mport java.util.Objects;\n\n/**\n * @author <a href=\"kayvanfar.sj@gmail.com\">Saeed Kayvanfar</a> on 7/8/2016\n */\npublic enum ",
"end": 395,
"score": 0.9999305605888367,
"start": 373,
"tag": "EMAIL",
"value": "kayvanfar.sj@gmail.com"
},
{
"context": "\n\n/**\n * @aut... | null | [] | package ir.sk.jcg.jcgengine.model.project.enums;
import ir.sk.jcg.jcgcommon.enums.EnumBase;
import ir.sk.jcg.jcgengine.model.project.Component;
import ir.sk.jcg.jcgengine.model.project.component.Label;
import ir.sk.jcg.jcgengine.model.project.component.Link;
import ir.sk.jcg.jcgengine.model.project.component.LinkList;... | 1,620 | 0.591241 | 0.585766 | 67 | 23.537313 | 19.836893 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477612 | false | false | 3 |
c641d910fbd2fe6376c6e581bb95f2d47ed2cff3 | 7,980,049,267,803 | 61e47d107ada681abdccb7dba1c8f832a6189b76 | /StrategyAI/src/main/java/wad/service/Poliitikko.java | 3631fd7a5c40e24b71142673fd43905fdea719b7 | [] | no_license | jippo444/SuperStrategyAI | https://github.com/jippo444/SuperStrategyAI | f5021a68ff9f4cb423e500bd3008d876e20f97a6 | 0dd310fb2514695d8223c91522af631d8818eb7d | refs/heads/master | 2021-01-22T07:57:43.811000 | 2017-05-27T10:15:20 | 2017-05-27T10:15:20 | 92,588,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wad.service;
import java.util.Random;
import org.springframework.stereotype.Service;
import wad.domain.Message;
@Service
public class Poliitikko {
private final String[] lentavatLauseet = {
"EU on kuin playboyn avioliitto: vielä kasassa, mutta valhetta täynnä.",
"EU:n halu suojella susia ... | UTF-8 | Java | 3,750 | java | Poliitikko.java | Java | [
{
"context": "en feministi.\",\n \"Jos kaikki eläisivät kuin Jörn Donner, ratikat eivät kulkisi ajoissa.\",\n \"RKP on",
"end": 1965,
"score": 0.9997953176498413,
"start": 1954,
"tag": "NAME",
"value": "Jörn Donner"
},
{
"context": "ivät kulkisi ajoissa.\",\n \"R... | null | [] | package wad.service;
import java.util.Random;
import org.springframework.stereotype.Service;
import wad.domain.Message;
@Service
public class Poliitikko {
private final String[] lentavatLauseet = {
"EU on kuin playboyn avioliitto: vielä kasassa, mutta valhetta täynnä.",
"EU:n halu suojella susia ... | 3,739 | 0.752977 | 0.752977 | 49 | 72.693878 | 51.348034 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.367347 | false | false | 3 |
57202941292bb33f72c2f1afbbfff2c55bbf8c4f | 29,472,065,600,634 | 3a32a7c18be8010bcd52c214318a6ad53ec92dd3 | /factorial of the num.java | 82470a3f57576e5b6212bd6c7eb451f750f7a8fc | [] | no_license | Aravind1125/beginner-2 | https://github.com/Aravind1125/beginner-2 | a4f1a5c33a8f64e1cd3e0a61595db33be4adeb2a | 144d2ab4d4d77c27cd0e68d07e6613d52beff392 | refs/heads/master | 2020-12-02T08:13:44.410000 | 2017-07-14T18:44:45 | 2017-07-14T18:44:45 | 96,790,578 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class java
{
public static void main (String[] args)
{
int i,a;
double sum = 1;
Scanner s = new Scanner(System.in);
System.out.println("Enter value here...");
a = s.nextInt();
for (i = 1; i <= a; i++)
{
sum = sum*i;
}
System.out.println("Factorial of the num is ... | UTF-8 | Java | 344 | java | factorial of the num.java | Java | [] | null | [] | class java
{
public static void main (String[] args)
{
int i,a;
double sum = 1;
Scanner s = new Scanner(System.in);
System.out.println("Enter value here...");
a = s.nextInt();
for (i = 1; i <= a; i++)
{
sum = sum*i;
}
System.out.println("Factorial of the num is ... | 344 | 0.5 | 0.494186 | 17 | 18.294117 | 15.528966 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 3 |
94c85d44b28b973d8d8470686747ca8478ddc41e | 26,491,358,303,851 | 1d9c89bedb892d3cc390c67ab6161b42623aca27 | /src/main/java/com/boot/computer/model/Computer.java | 52f0dc04bba19afb875285e349e45d2745013069 | [] | no_license | tylerDurdenHg/computer | https://github.com/tylerDurdenHg/computer | af84d8ddb47b0fe04fed46c17fa7e78ffa4d2ce1 | b3d86ffbc15a89ce4d7ba553405871ebf6b1b905 | refs/heads/main | 2021-01-06T12:36:41.939000 | 2020-10-03T10:51:44 | 2020-10-03T10:51:44 | 241,324,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boot.computer.model;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import java... | UTF-8 | Java | 1,285 | java | Computer.java | Java | [] | null | [] | package com.boot.computer.model;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import java... | 1,285 | 0.747082 | 0.747082 | 71 | 17.098591 | 15.924253 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.056338 | false | false | 3 |
db0c616b4799aa364e053b37bd27df5dc6e687cc | 22,419,729,326,918 | ceffc536a6e4e9cb2b4f6145cf32ed42ca595848 | /src/test/java/com/github/daddo/validation/tests/RegistrationBeanTest.java | 1d7ca9f1c9d9d47407a8c12842278dea2e20a061 | [
"Apache-2.0"
] | permissive | daddo/advanced-validation | https://github.com/daddo/advanced-validation | 13e26a2d98469cd58193c07ad2922ffb4a04e982 | fb9e4185b36ebcfe1c18aa9de17b61b59d0d1366 | refs/heads/master | 2016-08-11T14:06:03.966000 | 2015-11-23T16:53:34 | 2015-11-23T16:53:34 | 46,033,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2015 Daniele Monesi
*
* 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 agr... | UTF-8 | Java | 2,243 | java | RegistrationBeanTest.java | Java | [
{
"context": "/**\n * Copyright 2015 Daniele Monesi\n * \n * Licensed under the Apache License, Version",
"end": 36,
"score": 0.9998801350593567,
"start": 22,
"tag": "NAME",
"value": "Daniele Monesi"
},
{
"context": "on.testbeans.RegistrationBean;\n\n/**\n * \n * @author Daniele Mone... | null | [] | /**
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 2,227 | 0.748997 | 0.737851 | 79 | 27.392405 | 25.124207 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227848 | false | false | 3 |
d000f147f8b706831ed71f65e8d7bc5c58dd8a00 | 19,980,187,893,145 | c0289392cfba7ea2b261d8e5310c1a32fd8964a5 | /src/main/java/com/valuation/model/ValuationSpringDAO.java | fa151cf1d865083479ef223dc0ad32390fd1a90d | [] | no_license | RayHo8224/ePOS | https://github.com/RayHo8224/ePOS | 4dd6f528b54d4fab8429e5490c1fadd95775a916 | 83ba8269a64ff046aa889f63ab9b1f58c9bcdbaa | refs/heads/master | 2018-10-21T06:22:56.063000 | 2018-08-15T17:34:48 | 2018-08-15T17:34:48 | 116,552,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.valuation.model;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.hibernate.Query;
import org.hibernate.Session;
import org.springfr... | UTF-8 | Java | 2,855 | java | ValuationSpringDAO.java | Java | [] | null | [] | package com.valuation.model;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.hibernate.Query;
import org.hibernate.Session;
import org.springfr... | 2,855 | 0.752014 | 0.751664 | 107 | 25.682243 | 31.542168 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.476635 | false | false | 3 |
2394f4c6bb2d38a338a80dffa3fd86fe9cfe1fc3 | 12,137,577,618,063 | 18a42e4646db05da24d656fea963098c33ab28f2 | /src/main/java/fr/gwenzy/discord/electroid/events/ResistorCommandsListener.java | 56ddc6b89342a68fe6235a81514e172f5d4d076b | [] | no_license | Gwenzy/Electroid | https://github.com/Gwenzy/Electroid | b4182e2c74e2ed13a24cd69a055b08af6470b199 | 41504db08c760fa1fcb47ea55f042a50e61c10e4 | refs/heads/master | 2021-01-22T11:15:58.310000 | 2017-08-11T17:22:49 | 2017-08-11T17:22:49 | 92,676,835 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.gwenzy.discord.electroid.events;
import fr.gwenzy.discord.electroid.Main;
import sx.blah.discord.api.events.IListener;
import sx.blah.discord.handle.impl.events.guild.channel.message.MessageReceivedEvent;
import sx.blah.discord.handle.obj.IEmoji;
import sx.blah.discord.util.EmbedBuilder;
import jav... | UTF-8 | Java | 11,734 | java | ResistorCommandsListener.java | Java | [] | null | [] | package fr.gwenzy.discord.electroid.events;
import fr.gwenzy.discord.electroid.Main;
import sx.blah.discord.api.events.IListener;
import sx.blah.discord.handle.impl.events.guild.channel.message.MessageReceivedEvent;
import sx.blah.discord.handle.obj.IEmoji;
import sx.blah.discord.util.EmbedBuilder;
import jav... | 11,734 | 0.405592 | 0.392891 | 218 | 51.811928 | 46.329262 | 417 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66055 | false | false | 3 |
b548fe24c12e1761b608181f550c2894140382b6 | 20,263,655,728,826 | 5ec69fc365e69148c131aacbe80148f2f4d741cf | /BackEnd/UsersApp/src/main/java/com/microservice/usersapp/entity/MortgagesAccount.java | d66efc6e90445534c94d5e7012e7b9e0a8bba126 | [] | no_license | neelsgupta/FEYENORD-ROTTERDAM | https://github.com/neelsgupta/FEYENORD-ROTTERDAM | 642179452a06072926fd46d23bb5130b0386ef9c | c3265e609c7ee5fad3267bd706a3149063e764cc | refs/heads/master | 2023-01-12T07:14:47.362000 | 2020-02-20T17:20:06 | 2020-02-20T17:20:06 | 241,832,020 | 0 | 0 | null | false | 2023-01-05T07:50:15 | 2020-02-20T08:33:19 | 2020-02-20T17:20:28 | 2023-01-05T07:50:14 | 2,541 | 0 | 0 | 21 | Java | false | false | package com.microservice.usersapp.entity;
public class MortgagesAccount {
}
| UTF-8 | Java | 80 | java | MortgagesAccount.java | Java | [] | null | [] | package com.microservice.usersapp.entity;
public class MortgagesAccount {
}
| 80 | 0.7875 | 0.7875 | 5 | 15 | 17.787636 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
cfcd201fc413797f89ffe52bf5951ec9836126cc | 28,707,561,429,511 | f23de1a7cf253d7277a4353d6bedf007bf616b45 | /src/com/mark/service/productService.java | 10ddb5271836a70bb9491cefaaa84d0a1806083c | [] | no_license | littlemilk/shopDemo | https://github.com/littlemilk/shopDemo | 6a05fd98a0ac9dc75d0ef7a8bffc95b31d753150 | 53372d0bbc38b1aaf7cb43e21837ca50bc76a997 | refs/heads/master | 2021-07-05T23:15:12.211000 | 2017-09-29T07:35:57 | 2017-09-29T07:36:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mark.service;
import java.sql.SQLException;
import java.util.List;
import com.mark.bean.Page;
import com.mark.bean.Product;
import com.mark.constant.Constant;
import com.mark.dao.productDao;
public class productService {
public Product findById(String pid) throws SQLException {
productDa... | GB18030 | Java | 1,522 | java | productService.java | Java | [] | null | [] | package com.mark.service;
import java.sql.SQLException;
import java.util.List;
import com.mark.bean.Page;
import com.mark.bean.Product;
import com.mark.constant.Constant;
import com.mark.dao.productDao;
public class productService {
public Product findById(String pid) throws SQLException {
productDa... | 1,522 | 0.684951 | 0.674402 | 54 | 24.333334 | 19.115633 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.944444 | false | false | 3 |
c1166ab018fe9dc6e4b89cca2f88509b5798afbe | 14,413,910,260,109 | 2b8d8c021904a1caaea7a38869fb7acf572ac2c1 | /src/test/java/com/packt/webstore/controller/CartRestControllerTest.java | 01ecb7ce7b306c61dc79638c21abcc7f50ee063b | [] | no_license | kyao233/Spring_MVC | https://github.com/kyao233/Spring_MVC | b862c24e1d59cddb40ba6e2bc89343aa7ad82f4c | a0af8dbdbd60c24a07358f1618f75f1b66e5cfe8 | refs/heads/master | 2020-03-12T10:49:21.972000 | 2019-03-26T15:52:57 | 2019-03-26T15:52:57 | 130,582,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packt.webstore.controller;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.put;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.... | UTF-8 | Java | 4,336 | java | CartRestControllerTest.java | Java | [] | null | [] | package com.packt.webstore.controller;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.put;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.... | 4,336 | 0.765683 | 0.746541 | 133 | 31.601503 | 29.580511 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 3 |
4c22291aad7cf183815397b1cb658ac74ed3e64a | 14,413,910,257,863 | 352581e5698f8b7ac35032429dfad9d3359873be | /easyexcel-plus-export/src/main/java/com/gongbo/excel/export/core/ExportHandlers.java | 2c6b4156c0d1e517f62d328432d6558b894dfef9 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gongbox/easy-excel-plus | https://github.com/gongbox/easy-excel-plus | 6995e383b8383e367a6b124eb011d644ecdcf33e | ec1df3ca6ca2edd9fb52b8473c22c797bf5fe008 | refs/heads/master | 2023-05-12T06:00:55.290000 | 2022-05-19T09:43:12 | 2022-05-19T09:43:12 | 375,875,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gongbo.excel.export.core;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import org.springframework.beans.BeanUtils;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class ExportHandlers {
/**
* Cache
... | UTF-8 | Java | 620 | java | ExportHandlers.java | Java | [] | null | [] | package com.gongbo.excel.export.core;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import org.springframework.beans.BeanUtils;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class ExportHandlers {
/**
* Cache
... | 620 | 0.68871 | 0.68871 | 26 | 22.846153 | 24.01713 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 3 |
b6037654b8fa6afc90abdde5470d6c42162abdb5 | 17,806,934,445,077 | 40c99c840dae66089416358d13fe899cf8334083 | /DHLQMSEJB/com/qms/setup/java/ZoneCodeMasterDOB.java | 3bdbec5add3ce003c5d10138ba198cc5aae19187 | [] | no_license | diliproutkewill/QMS | https://github.com/diliproutkewill/QMS | 59f44389a2f6665b4911f7eaa3c853b34a83747c | 234a64bdb8fe15c7f354696183b35d3326b2ddce | refs/heads/master | 2016-08-05T00:30:15.389000 | 2015-11-25T08:34:59 | 2015-11-25T08:34:59 | 41,022,965 | 0 | 0 | null | false | 2015-11-25T08:35:00 | 2015-08-19T08:41:15 | 2015-08-19T08:54:22 | 2015-11-25T08:34:59 | 128,475 | 0 | 0 | 0 | Java | null | null | package com.qms.setup.java;
import java.io.Serializable;
import java.util.ArrayList;
public class ZoneCodeMasterDOB implements Serializable
{
private String originLocation = null;
private String city = null;
private String state = null;
private String zipCode ... | UTF-8 | Java | 2,652 | java | ZoneCodeMasterDOB.java | Java | [] | null | [] | package com.qms.setup.java;
import java.io.Serializable;
import java.util.ArrayList;
public class ZoneCodeMasterDOB implements Serializable
{
private String originLocation = null;
private String city = null;
private String state = null;
private String zipCode ... | 2,652 | 0.622549 | 0.622549 | 135 | 18.651852 | 19.094431 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340741 | false | false | 3 |
387df85a0a2f67052dd746d9d9e7c1e0e1189e85 | 10,359,461,143,708 | 369270a14e669687b5b506b35895ef385dad11ab | /javafx.graphics/com/sun/prism/sw/SWResourceFactory.java | e4665f174b7a2242679133a270011d61b9fe5c69 | [] | no_license | zcc888/Java9Source | https://github.com/zcc888/Java9Source | 39254262bd6751203c2002d9fc020da533f78731 | 7776908d8053678b0b987101a50d68995c65b431 | refs/heads/master | 2021-09-10T05:49:56.469000 | 2018-03-20T06:26:03 | 2018-03-20T06:26:03 | 125,970,208 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.prism.sw;
import com.sun.glass.ui.Screen;
import com.sun.prism.Image;
import com.sun.p... | UTF-8 | Java | 5,372 | java | SWResourceFactory.java | Java | [] | null | [] | /*
* Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.prism.sw;
import com.sun.glass.ui.Screen;
import com.sun.prism.Image;
import com.sun.p... | 5,372 | 0.645756 | 0.64315 | 196 | 26.408163 | 25.178885 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545918 | false | false | 3 |
ea7f4df7496d5c617bce77a729402c1b13102da6 | 13,907,104,137,462 | 08bda930c52d532c6f66a17f8b0c88fca90bc7e0 | /src/Controle/Forno/AlterarFornoCtrl.java | c2c7d6a4a7173ba9b42586cb23b9fdd4b30295a5 | [] | no_license | breakx/ProjetoMadeiraCarvao | https://github.com/breakx/ProjetoMadeiraCarvao | 0a6040b9977cb9d891fe4928817942a6c8f11511 | 748688b0a30c383e4d9d27101860c8ec618f1b71 | refs/heads/master | 2021-01-17T14:29:11.931000 | 2017-07-13T18:21:19 | 2017-07-13T18:21:19 | 54,673,671 | 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 Controle.Forno;
import Controle.ControleForno;
import Modelo.ExecutarSql;
/**
*
* @author Cristiano GD
*/
public class Alt... | UTF-8 | Java | 987 | java | AlterarFornoCtrl.java | Java | [
{
"context": "rno;\nimport Modelo.ExecutarSql;\n\n/**\n *\n * @author Cristiano GD\n */\npublic class AlterarFornoCtrl {\n\n public A",
"end": 299,
"score": 0.9993055462837219,
"start": 287,
"tag": "NAME",
"value": "Cristiano GD"
}
] | 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 Controle.Forno;
import Controle.ControleForno;
import Modelo.ExecutarSql;
/**
*
* @author <NAME>
*/
public class AlterarFo... | 981 | 0.588652 | 0.588652 | 29 | 33.034481 | 26.708494 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 3 |
d9bd00373057d1c5f837edaf91acf58ccd337929 | 29,429,115,954,039 | 9d7cd22532126b67f34d5b25f631a762d8fd4fbe | /src/java/br/com/melkran/drefc/bean/EmpresaMB.java | b9e78bcd0662e5dfe1600712fc9cada94f1da853 | [] | no_license | jaaday/drefc | https://github.com/jaaday/drefc | 81de8baad8637391dff5c460f1484438c8f6207e | c48a756a619e9c380fff669d734af9f96b615198 | refs/heads/master | 2021-01-10T10:31:51.863000 | 2015-11-24T12:42:45 | 2015-11-24T12:42:45 | 46,454,142 | 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 br.com.melkran.drefc.bean;
import br.com.melkran.drefc.dao.EmpresaJpaController;
import br.com.melkran.drefc.dao.util.... | UTF-8 | Java | 2,280 | java | EmpresaMB.java | Java | [
{
"context": "imefaces.event.SelectEvent;\r\n\r\n/**\r\n *\r\n * @author sephi_000\r\n */\r\npublic class EmpresaMB {\r\n\r\n /**\r\n * C",
"end": 471,
"score": 0.9538024067878723,
"start": 462,
"tag": "USERNAME",
"value": "sephi_000"
}
] | 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 br.com.melkran.drefc.bean;
import br.com.melkran.drefc.dao.EmpresaJpaController;
import br.com.melkran.drefc.dao.util.... | 2,280 | 0.525439 | 0.524123 | 97 | 21.505156 | 16.935368 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340206 | false | false | 3 |
038ce58babc481430a98411fd92d27ba35788c7d | 19,035,295,089,326 | 85cb8717d157e7bfbb20e083f962fad03581029b | /src/com/qa/conditionals/Result.java | ea05d6b6311c2e76944ec8809877bb4141de88dd | [] | no_license | TigistBekele/Java_beginner | https://github.com/TigistBekele/Java_beginner | a50946e57fce21bf4acc516d3768a24e80fad3fe | 52965abadeb9c0bec8df06ab55fc41e03442f924 | refs/heads/main | 2023-05-03T00:35:02.868000 | 2021-05-25T16:23:09 | 2021-05-25T16:23:09 | 369,066,122 | 0 | 0 | null | false | 2021-05-25T16:23:10 | 2021-05-20T03:18:45 | 2021-05-24T06:01:02 | 2021-05-25T16:23:09 | 42 | 0 | 0 | 0 | Java | false | false | package com.qa.conditionals;
public class Result {
public static double Physics = 130;
public static double Chemistry = 100;
public static double Biology = 110;
public static double total = Physics + Chemistry + Biology;
public static double percentage;
public static double passmarkPhy = Physics * 100 ... | UTF-8 | Java | 1,605 | java | Result.java | Java | [] | null | [] | package com.qa.conditionals;
public class Result {
public static double Physics = 130;
public static double Chemistry = 100;
public static double Biology = 110;
public static double total = Physics + Chemistry + Biology;
public static double percentage;
public static double passmarkPhy = Physics * 100 ... | 1,605 | 0.629283 | 0.601246 | 57 | 26.157894 | 25.449495 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.421053 | false | false | 3 |
ee13498e345e8642082f59b6cac04f55c4e3ff47 | 33,294,586,498,597 | 9ed47d3266b29f11ee119b2ab4e56f7b9d82899a | /Mission-Web-Spring/src/main/java/kr/co/mlec/member/controller/MemberController.java | 9bd5588a233420cc996e21173f5c4ae811d02a38 | [] | no_license | crystal710/Spring0513 | https://github.com/crystal710/Spring0513 | ac9e6600a7c9b75886aae84a370ab544e4fa4195 | ae520fd179d37eb57793bfee307d1971fdfb8e1d | refs/heads/master | 2023-05-04T08:32:24.706000 | 2021-05-27T01:36:47 | 2021-05-27T01:36:47 | 366,922,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.mlec.member.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.... | UTF-8 | Java | 3,071 | java | MemberController.java | Java | [] | null | [] | package kr.co.mlec.member.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.... | 3,071 | 0.700033 | 0.699364 | 130 | 21.976923 | 20.722885 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.723077 | false | false | 3 |
006c05c0135808f73ee4c19d1ddf1a0fc3043772 | 11,819,750,050,612 | b701a2f316441d59906d4341b8c7c235d2a62f3e | /src/test/java/org/w3c/domts/level2/core/importNode10.java | cfb8d03abc378bad8a31cfe4ff1bed89c6a7f144 | [
"W3C",
"GPL-1.0-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"LGPL-2.1-or-later",
"MPL-1.1",
"MPL-2.0",
"MIT"
] | permissive | apache/xmlbeans | https://github.com/apache/xmlbeans | 826547e0f386481cbfd4319a0dee537a98aa7cba | 99d86814497f29a5ae7aa8e85d4db04a23eaae06 | refs/heads/trunk | 2023-08-22T08:16:22.853000 | 2023-08-18T09:55:35 | 2023-08-18T09:55:35 | 270,479 | 39 | 58 | Apache-2.0 | false | 2023-05-26T18:52:27 | 2009-08-06T08:06:50 | 2023-05-12T07:34:32 | 2023-05-26T16:54:48 | 66,116 | 44 | 54 | 1 | Java | false | false | /*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatiqu... | UTF-8 | Java | 2,847 | java | importNode10.java | Java | [] | null | [] | /*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatiqu... | 2,847 | 0.713734 | 0.70144 | 77 | 34.974026 | 30.044977 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480519 | false | false | 3 |
9d4435fbfc1b12bfe60b6d5a0678560aac90e183 | 3,100,966,423,541 | 68b801a185c1e9a9f29e1c9850c644183e26ca0d | /src/main/java/dp/classical/Problem07.java | 93ff08dccfe251d276f1cf8dc0389a0011c6feac | [] | no_license | avishekgurung/algo | https://github.com/avishekgurung/algo | c081f8fbd11d22eed87d17a6db7e6f5aa52c0706 | c63f86634d94bb4b74dbb17f4b51129bcc7b7e17 | refs/heads/master | 2021-08-03T00:08:25.868000 | 2021-07-27T05:43:07 | 2021-07-27T05:43:07 | 155,651,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dp.classical;
import java.util.HashSet;
import java.util.Set;
/**
* Ref: https://www.youtube.com/watch?v=s6FhG--P7z0&t=481s
*/
public class Problem07 {
public static void subsetSum(int elements[], int s) {
int sum[] = new int[s + 1];
for(int i=0; i < sum.length; i++) sum[i] = i;
boolean dp[]... | UTF-8 | Java | 1,809 | java | Problem07.java | Java | [] | null | [] | package dp.classical;
import java.util.HashSet;
import java.util.Set;
/**
* Ref: https://www.youtube.com/watch?v=s6FhG--P7z0&t=481s
*/
public class Problem07 {
public static void subsetSum(int elements[], int s) {
int sum[] = new int[s + 1];
for(int i=0; i < sum.length; i++) sum[i] = i;
boolean dp[]... | 1,809 | 0.487562 | 0.466556 | 79 | 21.898735 | 20.319969 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531646 | false | false | 3 |
868e9e575c4d4b477446ed9d571427d4a8e52896 | 23,347,442,276,353 | ce192d94ddfcbd5a04f8f4a5b9f57fdd10092bce | /0543_DiameterOfBinaryTree_best.java | 7ea70c9a0e5d6752c2f3a030b7abbe46ad26283e | [] | no_license | ynwc2006/leetcode | https://github.com/ynwc2006/leetcode | d9302dbde3fdbf08852cbab96f1cb6d58ad5dc1e | aa431ce128d3857a1cd9cdfb14ad01f1f1979253 | refs/heads/master | 2021-03-13T19:57:20.540000 | 2020-08-02T13:43:05 | 2020-08-02T13:43:05 | 246,706,302 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
int ans=0;
public int diameterOfBinaryTree(TreeNode root) {
ans=1;
depth(root);
return ans-1;
... | UTF-8 | Java | 575 | java | 0543_DiameterOfBinaryTree_best.java | Java | [] | null | [] | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
int ans=0;
public int diameterOfBinaryTree(TreeNode root) {
ans=1;
depth(root);
return ans-1;
... | 575 | 0.572174 | 0.56 | 24 | 22.958334 | 15.52546 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
1cd821a0b6f386432f77b0f88bfd6788466c3f72 | 32,701,881,011,131 | c83a457e05aaf9cfd2a72e11e53f0de2c300bd21 | /ace/ace-portal/ace-portal-service/src/main/java/com/huacainfo/ace/portal/dao/EvaluatDataDao.java | 122606e6c9847ac63b495a922ef7d859be83c4b7 | [] | no_license | 249134995/ace | https://github.com/249134995/ace | b058fb3c007657da7ed21f93f0debe48dd907fe3 | 995597b935d4bde1d2da8524fc965a9f8cf8b315 | refs/heads/master | 2020-02-28T06:35:58.514000 | 2020-02-14T05:51:07 | 2020-02-14T05:51:07 | 87,175,606 | 11 | 13 | null | false | 2020-10-16T10:55:21 | 2017-04-04T10:48:42 | 2020-07-11T07:03:53 | 2020-10-16T10:55:19 | 804,196 | 9 | 16 | 39 | JavaScript | false | false | package com.huacainfo.ace.portal.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.huacainfo.ace.portal.model.EvaluatData;
import com.huacainfo.ace.portal.vo.EvaluatDataQVo;
import com.huacainfo.ace.portal.vo.EvaluatDataVo;
public interface EvaluatDataDao {
i... | UTF-8 | Java | 1,480 | java | EvaluatDataDao.java | Java | [] | null | [] | package com.huacainfo.ace.portal.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.huacainfo.ace.portal.model.EvaluatData;
import com.huacainfo.ace.portal.vo.EvaluatDataQVo;
import com.huacainfo.ace.portal.vo.EvaluatDataVo;
public interface EvaluatDataDao {
i... | 1,480 | 0.692568 | 0.692568 | 48 | 29.854166 | 30.331495 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 3 |
e454e12abd512b4e0799edca03f829186e81ccc1 | 29,789,893,211,723 | 4b84660ea7df69873b0ee2091874fab747429946 | /src/dsr/QuadCurveTransformer.java | 5ec8d01861ca0c3c9b9a37f6b9c31dd37661df10 | [] | no_license | ReactionNetworks/dsrgraph | https://github.com/ReactionNetworks/dsrgraph | 401d85dc541e0a8db1831ba8deec8f5e3938c9ab | e8164262fff8c42f0d0d3d85f6b945a5ca12095e | refs/heads/master | 2020-07-14T21:56:33.891000 | 2019-08-30T15:48:30 | 2019-08-30T15:48:30 | 205,411,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dsr;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.CubicCurve2D;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.awt.geom.QuadCurve2D;
import dsr.Util.LineType;
import edu.uci.ics.jung.algorithms.layout.Layout;
import edu.uci.ics.jung.graph.Graph;
i... | UTF-8 | Java | 3,673 | java | QuadCurveTransformer.java | Java | [] | null | [] | package dsr;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.CubicCurve2D;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.awt.geom.QuadCurve2D;
import dsr.Util.LineType;
import edu.uci.ics.jung.algorithms.layout.Layout;
import edu.uci.ics.jung.graph.Graph;
i... | 3,673 | 0.722298 | 0.693711 | 126 | 28.15873 | 29.06135 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.81746 | false | false | 3 |
7661855e54138627da4c4fab190dd89ceab13b3f | 20,572,893,392,050 | 621c0a88e990ea675e792fbabede2cb387116706 | /src/test/java/com/kh/myapp/memberServiceTest.java | 80e04ee2e2b27d15534d5a286d3f703e98d92cff | [] | no_license | SUZY0925/SpringEdu | https://github.com/SUZY0925/SpringEdu | 6dc4d2387ca6b9ed28cdab5385ee3ada839bbd27 | 134ffe04187b8829f17ed5b76c8ac69717842666 | refs/heads/master | 2020-03-18T09:04:00.321000 | 2018-07-19T01:33:08 | 2018-07-19T01:33:08 | 134,236,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kh.myapp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.support.DefaultLi... | UTF-8 | Java | 1,617 | java | memberServiceTest.java | Java | [
{
"context": "\tMemberVO memberVO = memberService.getByMemberId(\"admin@kh.com\");\n\t\tLogger.info(memberVO.toString());\n\t}*/\n}\n",
"end": 1372,
"score": 0.9999211430549622,
"start": 1360,
"tag": "EMAIL",
"value": "admin@kh.com"
}
] | null | [] | package com.kh.myapp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.support.DefaultLi... | 1,612 | 0.773784 | 0.770261 | 42 | 32.785713 | 32.088074 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 3 |
c91d02e7ed71ef75ebbfce3dfa3fbc31d91b59e7 | 28,492,813,097,423 | cf5f95fb930a984862015d448cf8ed66c66740ce | /src/main/java/com/roasted/bean/JvmMetricsView.java | 212f1b786df0f85c5a5c4fe7593121a97f6ceb8b | [] | no_license | yukorengan/yava30 | https://github.com/yukorengan/yava30 | 00fdbcf6792d7283a84879f42329ddd7bf10b6f0 | da1ade81bc7a8be9aa014385f412d3fda5c6b9d1 | refs/heads/master | 2020-09-14T09:18:17.289000 | 2020-01-08T10:27:14 | 2020-01-08T10:27:14 | 223,087,686 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roasted.bean;
import java.io.Serializable;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import org.jboss.logging.Logger;
import org.primefaces.model.char... | UTF-8 | Java | 3,016 | java | JvmMetricsView.java | Java | [
{
"context": "er(JvmMetricsView.class);\n\n\tstatic String host = \"192.168.3.132\";\n\tstatic String port = \"50075\";\n\n\tprivate List<J",
"end": 879,
"score": 0.9997167587280273,
"start": 866,
"tag": "IP_ADDRESS",
"value": "192.168.3.132"
},
{
"context": "id getJSON() {\n\n\t\ttr... | null | [] | package com.roasted.bean;
import java.io.Serializable;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import org.jboss.logging.Logger;
import org.primefaces.model.char... | 3,016 | 0.728448 | 0.711207 | 130 | 22.200001 | 20.994286 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.553846 | false | false | 3 |
3bb4ebae869f1e75dd233ded4469ee9f6940ae60 | 18,906,446,086,102 | 9d7e041e5c1e65279b6a49c1ce1a9ca06817588b | /KGenerator/src/main/java/transaction/ParamsTrans.java | e0b9880c0194267b8326b54c109f9f176324e64b | [] | no_license | KermitSun/utils | https://github.com/KermitSun/utils | f0ef51d71923971f2621272938494c834810e0e1 | b79f8bcd25f1f47daef72271093ace1269f4e370 | refs/heads/master | 2022-06-22T12:14:51.704000 | 2019-06-08T04:55:58 | 2019-06-08T04:55:58 | 182,935,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package transaction;
import entity.ColumnParams;
import entity.TableParams;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @Date: 0:44 2019/6/8
* @Author: Kermit Sun
* @Description: 将TableParams转换为模板识别的key-value
*/
public class ParamsTrans {
public st... | UTF-8 | Java | 1,161 | java | ParamsTrans.java | Java | [
{
"context": "util.Map;\n\n/**\n * @Date: 0:44 2019/6/8\n * @Author: Kermit Sun\n * @Description: 将TableParams转换为模板识别的key-value\n *",
"end": 228,
"score": 0.9997596740722656,
"start": 218,
"tag": "NAME",
"value": "Kermit Sun"
}
] | null | [] | package transaction;
import entity.ColumnParams;
import entity.TableParams;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @Date: 0:44 2019/6/8
* @Author: <NAME>
* @Description: 将TableParams转换为模板识别的key-value
*/
public class ParamsTrans {
public static... | 1,157 | 0.652668 | 0.644794 | 34 | 32.64706 | 23.266844 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.911765 | false | false | 3 |
e7aa41cd3daab06591ed818db88ecf0a64a49445 | 2,310,692,461,466 | d8a19a90bf33c89978fe81c46aa8b0883148ca40 | /TGP Code/docroot/WEB-INF/src/java/com/tgp/procurement/transaction/web/controller/reviewcheckoutbasket/TGPReviewCheckoutBasketController.java | a0855ae5571a9d65cc73ee419c9391fdd1968096 | [] | no_license | liferayjedi/liferaywork | https://github.com/liferayjedi/liferaywork | cba9d01125129a04306059dbc59dbfd06e510165 | 9e2491baa2023e27c5904d5b5990cea6653cf799 | refs/heads/master | 2016-08-09T23:30:26.292000 | 2016-01-17T16:28:42 | 2016-01-17T16:28:42 | 49,152,363 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tgp.procurement.transaction.web.controller.reviewcheckoutbasket;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.portlet.RenderRequest;
import javax.portlet.RenderResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.s... | UTF-8 | Java | 12,148 | java | TGPReviewCheckoutBasketController.java | Java | [] | null | [] | package com.tgp.procurement.transaction.web.controller.reviewcheckoutbasket;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.portlet.RenderRequest;
import javax.portlet.RenderResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.s... | 12,148 | 0.830178 | 0.828449 | 210 | 56.847618 | 45.972305 | 214 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.585714 | false | false | 3 |
d409d926c7b1f759959e25b2da2109799c24e0a2 | 2,310,692,461,104 | a199322a6da71e6a258964cbcb9c9df3d4fe9196 | /com.dubture.doctrine.core/src/com/dubture/doctrine/core/model/DoctrineModelAccess.java | 574f44463c547ec79dd3c0c1136ff2408d6351ae | [] | no_license | pulse00/Doctrine-Eclipse-Plugin | https://github.com/pulse00/Doctrine-Eclipse-Plugin | 86dc9820300058f0cd5a5d6ca0d34112cd57eb77 | 2cda219e94b7f48a2e28681d85160ed537925624 | refs/heads/master | 2021-12-23T00:22:59.263000 | 2020-05-13T10:38:45 | 2020-05-13T10:38:45 | 2,581,313 | 7 | 4 | null | false | 2014-03-06T08:38:27 | 2011-10-15T10:55:12 | 2014-03-06T08:38:27 | 2014-03-06T08:38:27 | 2,140 | 10 | 3 | 3 | Java | null | null | package com.dubture.doctrine.core.model;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IConfigurationElement;
import org.eclipse.core.runtime.Platform;
import org.eclipse.dltk.core.IScriptProject;
import org.eclipse.dltk.core.ISourceModule;
import org.eclipse.dltk.core.IType;
impo... | UTF-8 | Java | 5,239 | java | DoctrineModelAccess.java | Java | [
{
"context": "\n * Access to the doctrine model.\n *\n *\n * @author Robert Gruendler <r.gruendler@gmail.com>\n *\n */\n@SuppressWarnings(",
"end": 1131,
"score": 0.9998780488967896,
"start": 1115,
"tag": "NAME",
"value": "Robert Gruendler"
},
{
"context": "octrine model.\n *\n *\n *... | null | [] | package com.dubture.doctrine.core.model;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.IConfigurationElement;
import org.eclipse.core.runtime.Platform;
import org.eclipse.dltk.core.IScriptProject;
import org.eclipse.dltk.core.ISourceModule;
import org.eclipse.dltk.core.IType;
impo... | 5,215 | 0.726093 | 0.722084 | 195 | 25.871796 | 28.069857 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.158974 | false | false | 3 |
41d14870ffa8bf7cdcb6ca6fb4572beb57526318 | 5,970,004,595,224 | 29b6e415a41576153b055117e6315bdb81880430 | /Client/Android/Scrumer/app/src/main/java/com/tanyixiu/scrumer/http/VolleyHelper.java | 6850c1e611c6a07c8876f77563c0b0bf63acfc3d | [] | no_license | csc0211/Scrumer | https://github.com/csc0211/Scrumer | c01602375c1f1e8595c41fc89d7b44b19169e997 | 4e4968bcf429e05b6e8eccb54fdbde976223f32e | refs/heads/master | 2020-12-30T18:37:52.495000 | 2015-08-22T05:58:00 | 2015-08-22T05:58:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tanyixiu.scrumer.http;
import android.util.Log;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.tanyixiu.scrumer.App;
import java.net.URLEncoder;
/**
* Created by Mimo on 2015/8/18.
*/
public class VolleyHelper {
... | UTF-8 | Java | 1,059 | java | VolleyHelper.java | Java | [
{
"context": "p;\n\nimport java.net.URLEncoder;\n\n/**\n * Created by Mimo on 2015/8/18.\n */\npublic class VolleyHelper {\n",
"end": 268,
"score": 0.4798450171947479,
"start": 267,
"tag": "NAME",
"value": "M"
},
{
"context": "\n\nimport java.net.URLEncoder;\n\n/**\n * Created by Mim... | null | [] | package com.tanyixiu.scrumer.http;
import android.util.Log;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.tanyixiu.scrumer.App;
import java.net.URLEncoder;
/**
* Created by Mimo on 2015/8/18.
*/
public class VolleyHelper {
... | 1,059 | 0.674221 | 0.657224 | 35 | 29.285715 | 29.669197 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628571 | false | false | 3 |
afdebefe93e1dcb92b63cda054528361da9b478f | 30,571,577,273,524 | 26b7d2d6f5aec50a8264577ec18d4179aabca87f | /src/main/java/com/crs/utils/Token.java | 08ac585ee09e161ef1143f53d24e58fac4924bf3 | [] | no_license | chrisrsipes/json2java | https://github.com/chrisrsipes/json2java | 815e5130790081cea6608442a2b103e1c2703b77 | 07ef4a8751054f0c6919a3ebcb386427408466ca | refs/heads/master | 2020-03-25T19:34:17.196000 | 2018-08-09T00:10:55 | 2018-08-09T00:10:55 | 144,089,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.crs.utils;
/**
* Created by crs on 8/8/18.
*/
public class Token {
private String key;
private String jsonBody;
public Token() {
}
public Token(String key, String jsonBody) {
this.key = key;
this.jsonBody = jsonBody;
}
public String getKey() {
ret... | UTF-8 | Java | 559 | java | Token.java | Java | [
{
"context": "package com.crs.utils;\n\n/**\n * Created by crs on 8/8/18.\n */\npublic class Token {\n\n private ",
"end": 45,
"score": 0.9993807077407837,
"start": 42,
"tag": "USERNAME",
"value": "crs"
}
] | null | [] | package com.crs.utils;
/**
* Created by crs on 8/8/18.
*/
public class Token {
private String key;
private String jsonBody;
public Token() {
}
public Token(String key, String jsonBody) {
this.key = key;
this.jsonBody = jsonBody;
}
public String getKey() {
ret... | 559 | 0.568873 | 0.561717 | 36 | 14.527778 | 14.547788 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 3 |
7ac3beac28f33e8da9fcea52adeca06db0991a9d | 11,055,245,874,936 | 3597cd5aea263ea4d640edd384daf31371f0d7e4 | /src/main/java/factory/pizzaaf/GoatCheese.java | a9bfaa2bd68464155a74e199a39115add7d9aad5 | [] | no_license | derekberger/Head-First-Design-Patterns | https://github.com/derekberger/Head-First-Design-Patterns | b1b48fba75d84aafcef1e8803a0e41f5d0a141bf | a1a2cfc9d1017871526880979b8f4c4c1ce82a25 | refs/heads/master | 2021-06-17T09:26:58.933000 | 2019-03-28T16:01:09 | 2019-03-28T16:01:09 | 155,777,786 | 0 | 1 | null | true | 2019-03-28T16:01:10 | 2018-11-01T21:25:33 | 2019-03-28T14:18:27 | 2019-03-28T16:01:10 | 174 | 0 | 1 | 0 | Java | false | null | package factory.pizzaaf;
public class GoatCheese implements Cheese {
public String toString(){
return "Goat Cheese";
}
}
| UTF-8 | Java | 143 | java | GoatCheese.java | Java | [] | null | [] | package factory.pizzaaf;
public class GoatCheese implements Cheese {
public String toString(){
return "Goat Cheese";
}
}
| 143 | 0.657343 | 0.657343 | 8 | 16.875 | 15.455076 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
321bee5f797f026bf6f284e167d4109b7c744250 | 29,686,813,996,636 | ddd7c8e1478791babe56f0a24563f02cab790cf3 | /src/main/java/Secteur.java | 55af0d4e60ce7c797ecee50ed009185fd166fa04 | [] | no_license | Jean-Philippe21/TP_1_API_POO_ensim | https://github.com/Jean-Philippe21/TP_1_API_POO_ensim | 4b74d6a64ba31b60809de8365d9586d4c23a56c8 | 404bb657e8083ef4b74840bca55a08c467e8b3c5 | refs/heads/master | 2023-08-24T21:03:29.707000 | 2021-11-09T14:54:27 | 2021-11-09T14:54:27 | 423,922,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.List;
public class Secteur {
private TypeAnimal typeAnimauxDansSecteur;
private List<Animal> animauxDansSecteur;
//********************************************************************************
// * MES GETTERS ET SETTERS *
... | UTF-8 | Java | 1,331 | java | Secteur.java | Java | [] | null | [] | import java.util.List;
public class Secteur {
private TypeAnimal typeAnimauxDansSecteur;
private List<Animal> animauxDansSecteur;
//********************************************************************************
// * MES GETTERS ET SETTERS *
... | 1,331 | 0.456799 | 0.456048 | 44 | 29.25 | 31.325363 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.204545 | false | false | 3 |
16fe160f963247863173f7080e2992d4e2ae68d4 | 33,328,946,227,459 | a1d3edbe4a9d810b3f6b35fc9f9f3226fa8e5107 | /app/src/main/java/com/systemonline/fanscoupon/Model/Brand.java | 2b8f72474c43c48b15d1e92a9f5769b24a33ab43 | [] | no_license | graduation18/fans | https://github.com/graduation18/fans | 84eead2dde6d66b9bd0b12d259cad0450fc3443a | a82a6ec7ce1f20cb1021e13e51aa385bf8636c59 | refs/heads/master | 2020-04-23T18:41:16.487000 | 2019-02-19T00:24:33 | 2019-02-19T00:24:33 | 171,376,433 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.systemonline.fanscoupon.Model;
import java.util.ArrayList;
public class Brand implements Cloneable {
private String brandName, brandDesc, brandSlug, brandImage, brandCover, brandRatingStarsCount = "null";
private int brandID, brandFansCount, brandCouponsCount;
private ArrayList<Brand> brandAl... | UTF-8 | Java | 4,807 | java | Brand.java | Java | [] | null | [] | package com.systemonline.fanscoupon.Model;
import java.util.ArrayList;
public class Brand implements Cloneable {
private String brandName, brandDesc, brandSlug, brandImage, brandCover, brandRatingStarsCount = "null";
private int brandID, brandFansCount, brandCouponsCount;
private ArrayList<Brand> brandAl... | 4,807 | 0.696692 | 0.696692 | 183 | 25.267759 | 24.594179 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344262 | false | false | 3 |
cb30fd52c50ee2785d7739045287599dfd7b6af3 | 712,964,591,075 | e184d31afaa7de3f1c942bb90fca11403f05426e | /Connexion/app/src/main/java/com/openclassrooms/connexion/client/photo/Photo.java | 50e76e644e8e869b6967fb4974e1d62179153582 | [] | no_license | imane-077/AppMob | https://github.com/imane-077/AppMob | 658a40a926981327cbd6ef74e2be8b660ac58f08 | c4ca9845f0a436bf9b465bd6231751d305a5e968 | refs/heads/master | 2023-03-29T15:47:55.593000 | 2021-03-21T23:23:37 | 2021-03-21T23:23:37 | 350,145,658 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openclassrooms.connexion.client.photo;
import android.content.ContentResolver;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.we... | UTF-8 | Java | 6,129 | java | Photo.java | Java | [] | null | [] | package com.openclassrooms.connexion.client.photo;
import android.content.ContentResolver;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.we... | 6,129 | 0.60614 | 0.60467 | 153 | 38.039215 | 27.728582 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607843 | false | false | 3 |
08cb57c7729e3c1392d07e5353d0048b9a665b21 | 13,572,096,716,973 | f558f054f9e5866553631bf077d99aa351ea9819 | /Dsup/src/main/java/com/dsup/chat/controller/RpController.java | 05dd6e9b7607368c01c9f2842a9a54cc12c11001 | [] | no_license | sh910312/Dsup | https://github.com/sh910312/Dsup | 49f06b5ebd6e041f8c9b5769b18a9276cdd1eb5d | ec63ddc8bbd39557b249114663aab646dc86191c | refs/heads/master | 2022-12-21T02:27:48.809000 | 2019-11-25T00:20:36 | 2019-11-25T00:20:36 | 215,730,622 | 0 | 1 | null | false | 2022-12-16T10:01:39 | 2019-10-17T07:32:38 | 2019-11-25T00:20:54 | 2022-12-16T10:01:35 | 16,076 | 0 | 0 | 4 | JavaScript | false | false | package com.dsup.chat.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annot... | UTF-8 | Java | 2,437 | java | RpController.java | Java | [] | null | [] | package com.dsup.chat.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annot... | 2,437 | 0.720793 | 0.715732 | 79 | 28.037975 | 24.381172 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 3 |
c492772311d8027cae6fc33e61eb2a9b3fa75113 | 28,922,309,833,206 | 77bd398dd85c7a87ced915c2574b188127f4b830 | /src/main/java/client/HttpClient.java | 02b41660ebd05a749ec5a8e2d7b7dd0a4f469c8a | [] | no_license | wxkskynet/HowTomcatWorks | https://github.com/wxkskynet/HowTomcatWorks | b1118964f036828750cd0bf99ffebf3521ce3f1d | 8fe54d71406fcf4262bfb2f15ccccb25be6a8b4e | refs/heads/master | 2020-04-10T05:06:49.899000 | 2019-02-13T07:41:11 | 2019-02-13T07:41:11 | 160,817,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client;
import java.io.*;
import java.net.InetSocketAddress;
import java.net.Socket;
/**
* @author wxk
*/
public class HttpClient {
private boolean trouble = false;
public boolean postHttpRequestDemo(String address, int port, boolean autoFlush) {
if (isWrongHost(address)) {
retu... | UTF-8 | Java | 2,780 | java | HttpClient.java | Java | [
{
"context": "etAddress;\nimport java.net.Socket;\n\n/**\n * @author wxk\n */\npublic class HttpClient {\n private boolean",
"end": 113,
"score": 0.999610424041748,
"start": 110,
"tag": "USERNAME",
"value": "wxk"
}
] | null | [] | package client;
import java.io.*;
import java.net.InetSocketAddress;
import java.net.Socket;
/**
* @author wxk
*/
public class HttpClient {
private boolean trouble = false;
public boolean postHttpRequestDemo(String address, int port, boolean autoFlush) {
if (isWrongHost(address)) {
retu... | 2,780 | 0.488129 | 0.482734 | 106 | 25.226416 | 17.779722 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518868 | false | false | 3 |
d2b885b503256bfbca364b641cfe11200f76b4be | 10,995,116,323,891 | 07fd062ce48a98e9bfbc02c61076c25451a0950e | /test/TestReadXML/src/ReadXML.java | 70cd4a81fe435f54d0d55bde433cde596faf7ec5 | [] | no_license | codywsy/MyJavaTestingCode | https://github.com/codywsy/MyJavaTestingCode | 5336d00e38b10ad8941d9c7bdcccb77f64721ca6 | 30a01eb3790241da528de9ff6b07f220dd4a28ca | refs/heads/master | 2021-01-22T10:51:37.006000 | 2017-09-30T11:36:17 | 2017-09-30T11:36:17 | 92,659,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.x... | UTF-8 | Java | 1,310 | java | ReadXML.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.x... | 1,310 | 0.683969 | 0.679389 | 46 | 27.47826 | 20.033384 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.565217 | false | false | 3 |
defb49a090554b38e511b2eace5edc6d774babc5 | 10,187,662,463,250 | 61a2b02d866232d92d0fd76becac48e9f3cc6f60 | /Spring/src/main/java/com/dollarkiller/ioc/demo5/SpringDemo5.java | f89bc0e3e564de5132ad5fe718df39473e69e15c | [] | no_license | dollarkillerx/SpringStudy | https://github.com/dollarkillerx/SpringStudy | 4b521d2132ec3c3c91971bdb8f09d8f7994654e0 | 71bfcc077c80907d73f1536688c32374abaf3e84 | refs/heads/master | 2020-05-16T11:35:22.978000 | 2019-05-20T14:31:01 | 2019-05-20T14:31:01 | 183,019,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dollarkiller.ioc.demo5;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created with IntelliJ IDEA.
* User: dollarkiller
* Date: 19-5-1
* Time: 下午4:07
* Description: No Description
*/
publi... | UTF-8 | Java | 647 | java | SpringDemo5.java | Java | [
{
"context": "text;\n\n/**\n * Created with IntelliJ IDEA.\n * User: dollarkiller\n * Date: 19-5-1\n * Time: 下午4:07\n * Description: N",
"end": 247,
"score": 0.9996758699417114,
"start": 235,
"tag": "USERNAME",
"value": "dollarkiller"
}
] | null | [] | package com.dollarkiller.ioc.demo5;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Created with IntelliJ IDEA.
* User: dollarkiller
* Date: 19-5-1
* Time: 下午4:07
* Description: No Description
*/
publi... | 647 | 0.757387 | 0.741835 | 21 | 29.619047 | 30.805807 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
b6b57a7a26cb97cb86004b482b4e4a546c062202 | 32,676,111,223,635 | c7e63b658840a7e243d85c93c2d79bfe45a33570 | /spring-birt-integration-example/src/main/java/org/eclipse/birt/spring/example/MasterActionHandler.java | d7d803710fe1c2c6f130aee125e678c3a57716a1 | [] | no_license | joshlong/spring-birt | https://github.com/joshlong/spring-birt | 1a158aeb880212511d84485372f2f3f4b52b87b3 | 10bb8af7ab1bd8481c30e66ff5715ec5c03a22a0 | refs/heads/master | 2016-09-05T20:04:49.516000 | 2012-07-09T00:45:36 | 2012-07-09T00:45:36 | 4,813,718 | 18 | 15 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.eclipse.birt.spring.example;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.List;
import java.util.Map;
import org.eclipse.birt.report.engine.api.IAction;
import org.eclipse.birt.report.engine.api.script.IReportContext;
import org.eclipse.birt.spring.core.SimpleR... | UTF-8 | Java | 1,505 | java | MasterActionHandler.java | Java | [] | null | [] | package org.eclipse.birt.spring.example;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.List;
import java.util.Map;
import org.eclipse.birt.report.engine.api.IAction;
import org.eclipse.birt.report.engine.api.script.IReportContext;
import org.eclipse.birt.spring.core.SimpleR... | 1,505 | 0.69103 | 0.688372 | 62 | 23.274193 | 22.289278 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.33871 | false | false | 3 |
456e068118af5178ce02376e0a9aa21b965ac93f | 16,595,753,650,781 | 6f559e2550161a04758513044dc776073d1bf987 | /src/TestMethod.java | d722d9474ca9bed15722c5c12b30ace8dd138fd4 | [] | no_license | Lattjolajban/Uppgift-3-test | https://github.com/Lattjolajban/Uppgift-3-test | 7155808691f535c1aa69f146253d1b7d01d419e3 | 4762445c85b6f6fe0667bfbb6c29e228c1d5d808 | refs/heads/master | 2021-05-15T06:25:59.757000 | 2017-12-20T10:23:15 | 2017-12-20T10:23:15 | 114,790,002 | 0 | 0 | null | false | 2018-01-12T09:49:01 | 2017-12-19T16:55:42 | 2017-12-19T17:10:58 | 2018-01-11T14:05:51 | 95 | 0 | 0 | 2 | Java | false | null | public class TestMethod {
public static void main(String[] args) {
ProductRegister pReg = new ProductRegister();
CustomerRegister cReg = new CustomerRegister();
Product p1 = new Product();
OrderLine line1 = new OrderLine();
OrderLine line2 = new OrderLine();
Order order1 = new Order();
Customer custom... | ISO-8859-1 | Java | 1,643 | java | TestMethod.java | Java | [
{
"context": "stomer customer1 = new Customer();\n\n\t\tp1.setName(\"Pågatåg\");\n\t\tp1.setPrice(2000);\n\t\tp1.setCategory(\"Tåg\");\n",
"end": 364,
"score": 0.9998680353164673,
"start": 357,
"tag": "NAME",
"value": "Pågatåg"
},
{
"context": "g\");\n\n\t\tProduct p2 = new Product()... | null | [] | public class TestMethod {
public static void main(String[] args) {
ProductRegister pReg = new ProductRegister();
CustomerRegister cReg = new CustomerRegister();
Product p1 = new Product();
OrderLine line1 = new OrderLine();
OrderLine line2 = new OrderLine();
Order order1 = new Order();
Customer custom... | 1,635 | 0.690287 | 0.637752 | 74 | 21.135136 | 13.933553 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.256757 | false | false | 3 |
ce5a9ef53c4c7ce2ab517f4a92e95f00894ea034 | 10,428,180,611,232 | c8b7b6dfa76ca52a89b84c09aa9c471d45bfecde | /src/test/java/com/example/gradle_example/MessageServiceTest.java | 27125b1da3826cdbe01bc3064496ae4553beaa68 | [] | no_license | HuntMark/my-gradle-example | https://github.com/HuntMark/my-gradle-example | cf8ea616e6db3538a766451eeb7e7092d4efc1c6 | b4547a3bfec603eaaed277c3945f2243b9bde3e9 | refs/heads/master | 2019-01-21T17:53:09.833000 | 2017-03-18T11:42:01 | 2017-03-18T11:42:01 | 85,208,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gradle_example;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author Rinat Zalyaletdinov.
*/
public class MessageServiceTest {
private MessageService service;
@Before
public void setUp() {
service = new MessageService();
}
... | UTF-8 | Java | 450 | java | MessageServiceTest.java | Java | [
{
"context": "\nimport static org.junit.Assert.*;\n\n/**\n * @author Rinat Zalyaletdinov.\n */\npublic class MessageServiceTest {\n privat",
"end": 155,
"score": 0.9998632073402405,
"start": 136,
"tag": "NAME",
"value": "Rinat Zalyaletdinov"
}
] | null | [] | package com.example.gradle_example;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author <NAME>.
*/
public class MessageServiceTest {
private MessageService service;
@Before
public void setUp() {
service = new MessageService();
}
@Test
pu... | 437 | 0.686667 | 0.686667 | 23 | 18.608696 | 18.414879 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 3 |
c76181a2eecf2842a8a9aa8850f06c5ce01957c7 | 8,366,596,297,244 | 1a2daf068134c5e04c6d180a8bf678a76d579b70 | /com/ifmo/jjd/lesson9/App.java | 615e732dc608c9947ddee4708005f53edece6804 | [] | no_license | Shipiguzov/Java | https://github.com/Shipiguzov/Java | 9b1b5810ba286cc8d4881d088bf9145cc2173046 | aebca9a761c6e5eb4f23f22e708e41f15219661b | refs/heads/master | 2023-01-30T05:05:15.886000 | 2020-12-18T08:20:08 | 2020-12-18T08:20:08 | 300,535,026 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ifmo.jjd.lesson9;
import java.util.Objects;
public class App {
public static void main(String[] args) {
Author ivan = new Author("Иван", "Петров");
Author anna = new Author("Анна", "Гришкова");
ColouringBook cars = new ColouringBook("Машинки", 23, 15);
cars.setAuthor(i... | UTF-8 | Java | 4,101 | java | App.java | Java | [
{
"context": "tring[] args) {\n Author ivan = new Author(\"Иван\", \"Петров\");\n Author anna = new Author(\"Ан",
"end": 160,
"score": 0.9998697638511658,
"start": 156,
"tag": "NAME",
"value": "Иван"
},
{
"context": "args) {\n Author ivan = new Author(\"Иван\", \... | null | [] | package com.ifmo.jjd.lesson9;
import java.util.Objects;
public class App {
public static void main(String[] args) {
Author ivan = new Author("Иван", "Петров");
Author anna = new Author("Анна", "Гришкова");
ColouringBook cars = new ColouringBook("Машинки", 23, 15);
cars.setAuthor(i... | 4,101 | 0.656572 | 0.642523 | 75 | 41.720001 | 31.07692 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 3 |
d61934ab0aaf3627eb8037bbb3a01df2d080b2ea | 14,173,392,142,138 | a74f99c8e3d22544e3c73783bad02805cd94bd40 | /library/src/main/java/support/im/leanclound/SupportClientEventHandler.java | 53600a830c1972d258994f2f09443a53077e99fc | [] | no_license | qijitech/support-im | https://github.com/qijitech/support-im | a82e1dfa87f84dee8773ac03a7de8ce1d396392e | 0baa66efc964291963077dc884cc2809f48776c8 | refs/heads/master | 2021-01-21T13:30:19.444000 | 2016-05-19T12:38:40 | 2016-05-19T12:38:40 | 55,222,776 | 16 | 2 | null | false | 2016-04-21T13:43:10 | 2016-04-01T10:04:51 | 2016-04-07T08:45:46 | 2016-04-21T13:43:10 | 8,402 | 2 | 0 | 0 | Java | null | null | package support.im.leanclound;
import com.avos.avoscloud.im.v2.AVIMClient;
import com.avos.avoscloud.im.v2.AVIMClientEventHandler;
import de.greenrobot.event.EventBus;
import support.im.leanclound.event.ConnectionChangeEvent;
public class SupportClientEventHandler extends AVIMClientEventHandler {
private static Su... | UTF-8 | Java | 1,181 | java | SupportClientEventHandler.java | Java | [] | null | [] | package support.im.leanclound;
import com.avos.avoscloud.im.v2.AVIMClient;
import com.avos.avoscloud.im.v2.AVIMClientEventHandler;
import de.greenrobot.event.EventBus;
import support.im.leanclound.event.ConnectionChangeEvent;
public class SupportClientEventHandler extends AVIMClientEventHandler {
private static Su... | 1,181 | 0.757082 | 0.755365 | 47 | 23.787233 | 25.242598 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 3 |
3c91df2b494f6e5cb671e62bc792f37d4cd5be69 | 15,504,831,991,742 | cb281aabbbea27a6d8338a5a3aa0a55d7af6ce0b | /ContactApplication/src/main/java/org/full/controller/Login.java | 960d2a85fd20022d5013699501d7679ae9ed94a3 | [] | no_license | Praveen-Surya/FullCreative1 | https://github.com/Praveen-Surya/FullCreative1 | 6a4d5555f8bd26a90dbeb35b6bde73b344c34626 | 3e17d722431b400f12d03610350c2a9dcf05194c | refs/heads/main | 2023-01-06T19:50:33.853000 | 2020-10-31T11:19:39 | 2020-10-31T11:19:39 | 300,611,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.full.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotati... | UTF-8 | Java | 1,675 | java | Login.java | Java | [
{
"context": "nse) {\n\n\t\tString userName = request.getParameter(\"UserName\");\n\t\tString password = request.getParameter(\"Pass",
"end": 1050,
"score": 0.8312057852745056,
"start": 1042,
"tag": "USERNAME",
"value": "UserName"
},
{
"context": "able()) {\n\n\t\t\tif (userName.equa... | null | [] | package org.full.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotati... | 1,675 | 0.779701 | 0.774328 | 49 | 33.183674 | 25.28989 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 3 |
02f52d23be30f761bc55186a9c69a866ae048b09 | 14,534,169,399,934 | f4b958644697e3690de91c52a7c09f9735735c81 | /AutoDealer/src/Vehicle.java | 6d425fc9d8d7a8410fdd086c2ee2c78d7faa302b | [
"MIT"
] | permissive | bill-neely/COSC1336-06-Fall2017 | https://github.com/bill-neely/COSC1336-06-Fall2017 | 6e8bc97e49fbc502f5a09c030db4b5d92e2248ed | b45222b942e63d7111d7545c679a90bcabb9aa23 | refs/heads/master | 2021-08-30T18:02:23.223000 | 2017-12-18T23:03:42 | 2017-12-18T23:03:42 | 104,070,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Vehicle {
private String make;
private String model;
private int doors;
private float price;
private int quantity;
public Vehicle(String make, String model, int doors, float price, int quantity) {
this.make = make;
this.model = model;
this.doors = doors;
this.price = price;
this.quantity... | UTF-8 | Java | 878 | java | Vehicle.java | Java | [] | null | [] |
public class Vehicle {
private String make;
private String model;
private int doors;
private float price;
private int quantity;
public Vehicle(String make, String model, int doors, float price, int quantity) {
this.make = make;
this.model = model;
this.doors = doors;
this.price = price;
this.quantity... | 878 | 0.689066 | 0.689066 | 49 | 16.897959 | 18.104284 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.673469 | false | false | 3 |
5150b6fe0babf0bf1c8b29b7a8d7022ee4f014c9 | 2,851,858,327,500 | f5cf3990c0d9bb0e294cf5de6dc765ea0221f1d6 | /gt-fhir2-jpabase/src/main/java/edu/gatech/chai/omopv5/jpa/dao/ConceptDao.java | 7cdec356a2ecad57b39b072a320bcbb8dcdf3df5 | [
"Apache-2.0"
] | permissive | soto14/GT-FHIR2 | https://github.com/soto14/GT-FHIR2 | 5d72d336b89ae33fd475f35fbbe9af0562bac905 | 6b9f4ecf370355f56ec94aacfd019c42a158ab3b | refs/heads/master | 2021-01-25T12:19:21.386000 | 2018-03-01T20:57:31 | 2018-03-01T20:57:31 | 123,463,544 | 0 | 0 | null | true | 2018-03-01T16:46:38 | 2018-03-01T16:46:38 | 2018-02-03T01:20:10 | 2018-02-26T22:08:13 | 172 | 0 | 0 | 0 | null | false | null | package edu.gatech.chai.omopv5.jpa.dao;
import org.springframework.stereotype.Repository;
import edu.gatech.chai.omopv5.jpa.entity.Concept;
@Repository
public class ConceptDao extends BaseEntityDao<Concept> {
@Override
public void add(Concept baseEntity) {
// Concept table is read-only.
}
@Override
public v... | UTF-8 | Java | 664 | java | ConceptDao.java | Java | [] | null | [] | package edu.gatech.chai.omopv5.jpa.dao;
import org.springframework.stereotype.Repository;
import edu.gatech.chai.omopv5.jpa.entity.Concept;
@Repository
public class ConceptDao extends BaseEntityDao<Concept> {
@Override
public void add(Concept baseEntity) {
// Concept table is read-only.
}
@Override
public v... | 664 | 0.733434 | 0.730422 | 35 | 17.971428 | 18.858095 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 3 |
451614ecfed8d76698f275468f8aca288d9e70f6 | 5,901,285,132,226 | c3115f960d968d5b1d06f849e16c9345d9623eee | /CalculatorWeb/app/src/main/java/com/example/hossainkabir/calculatorweb/MainActivity.java | cc4d7628e59f0e02713776cc2468fc312fe94341 | [] | no_license | HossainKabir/Android-Work | https://github.com/HossainKabir/Android-Work | 5d66440f2413a80d5d45e3372adf90008caa4fef | 63a77adb1635073cc9a588b2ff1524282480dded | refs/heads/master | 2021-08-11T05:48:26.407000 | 2017-11-13T07:07:45 | 2017-11-13T07:07:45 | 110,512,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hossainkabir.calculatorweb;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebSett... | UTF-8 | Java | 1,441 | java | MainActivity.java | Java | [
{
"context": "package com.example.hossainkabir.calculatorweb;\n\nimport android.content.Context;\ni",
"end": 32,
"score": 0.9942660331726074,
"start": 20,
"tag": "USERNAME",
"value": "hossainkabir"
}
] | null | [] | package com.example.hossainkabir.calculatorweb;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebSett... | 1,441 | 0.734212 | 0.732824 | 42 | 33.309525 | 23.47287 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
a59088a453f7a3c318644038367adc9998c34c4f | 9,552,007,268,856 | ae2ee449bfafd343bd57390ca72cf5880507b50e | /game-ai/src/main/java/com/jzy/game/ai/nav/node/KPolygon.java | 0ad3735e97c01ddab4e4f9cfd9204ed61ec753a6 | [] | no_license | youboyTizzyT/game-server | https://github.com/youboyTizzyT/game-server | 1ff1d9121f85a58e7f1af733682afb12aea746dd | eacdc71364123c3753a2f9989a2dea0ae1674463 | refs/heads/master | 2020-04-23T01:01:34.356000 | 2019-02-15T04:08:19 | 2019-02-15T04:08:19 | 170,800,145 | 2 | 1 | null | true | 2019-02-15T04:07:30 | 2019-02-15T04:07:30 | 2019-02-15T04:07:27 | 2019-01-25T06:34:10 | 29,014 | 0 | 0 | 0 | null | false | null | package com.jzy.game.ai.nav.node;
import java.awt.Rectangle;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.PathIterator;
import java.awt.geom.Point2D;
import java.awt.geom.Rectangle2D;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
impor... | UTF-8 | Java | 21,974 | java | KPolygon.java | Java | [
{
"context": "\r\n * 封装了在java2D图像显示,多边形可凸或凹,但不能相交\r\n * \r\n * @author JiangZhiYong\r\n * @date 2017年12月3日\r\n * @mail 359135103@qq.com\r\n",
"end": 446,
"score": 0.9998359680175781,
"start": 434,
"tag": "NAME",
"value": "JiangZhiYong"
},
{
"context": "uthor JiangZhiYong\r\n * @date ... | null | [] | package com.jzy.game.ai.nav.node;
import java.awt.Rectangle;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.PathIterator;
import java.awt.geom.Point2D;
import java.awt.geom.Rectangle2D;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
impor... | 21,937 | 0.492969 | 0.478391 | 643 | 31.178848 | 28.832289 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692068 | false | false | 3 |
3f4ce11ee5abc94e927c08d625e5561ddd9cdf6d | 14,628,658,676,646 | 7e1d4295b7f8543efee07e31189855ed66eb7e23 | /ch_002/src/main/java/ru/job4j/pojo/College.java | 09a4e89caeff639fcf8c2c1172669d435e561244 | [
"Apache-2.0"
] | permissive | KengyRoo/old_job4j | https://github.com/KengyRoo/old_job4j | 9b84810049a56644f6767967c4df202663ec62d3 | 095ba3c2f8958ab445486ecf61ea378d34d1d971 | refs/heads/master | 2021-06-25T05:21:46.943000 | 2019-11-22T14:23:30 | 2019-11-22T14:23:30 | 142,148,269 | 0 | 0 | Apache-2.0 | false | 2020-10-13T04:48:55 | 2018-07-24T11:21:33 | 2019-12-05T11:14:20 | 2020-10-13T04:48:54 | 126 | 0 | 0 | 1 | Java | false | false | package ru.job4j.pojo;
import java.util.Date;
public class College {
public static void main(String[] args){
Student student = new Student();
student.setFio("Aleksandr Kostyuk Urievich");
student.setGroup("25A19");
student.setEnrollment(new Date());
System.out.println(stud... | UTF-8 | Java | 423 | java | College.java | Java | [
{
"context": " student = new Student();\n student.setFio(\"Aleksandr Kostyuk Urievich\");\n student.setGroup(\"25A19\");\n stu",
"end": 206,
"score": 0.9998762607574463,
"start": 180,
"tag": "NAME",
"value": "Aleksandr Kostyuk Urievich"
}
] | null | [] | package ru.job4j.pojo;
import java.util.Date;
public class College {
public static void main(String[] args){
Student student = new Student();
student.setFio("<NAME>");
student.setGroup("25A19");
student.setEnrollment(new Date());
System.out.println(student.getFio() + " gro... | 403 | 0.643026 | 0.631206 | 16 | 25.4375 | 31.056337 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 3 |
ea404b17eb8bd89f39f69ddbac9603915a34fa25 | 20,332,375,235,646 | 3b1acce9b2bc5545dcbe460d8f9af179bf5c0b7f | /src/main/java/com/kenzanexample/employeedemo/domain/Employee.java | d717771f91e8a3f65912a58e650394d06601087b | [] | no_license | naulta/SpringEmployeeRESTExample | https://github.com/naulta/SpringEmployeeRESTExample | 01855088e6787a270bc726eab5e11143242dc954 | 59843b19ca2fd7140b9d4cd13936e9d7e8faf6ff | refs/heads/master | 2020-03-25T06:22:01.596000 | 2018-08-06T15:53:26 | 2018-08-06T15:53:26 | 143,497,154 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kenzanexample.employeedemo.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Employee {
/*
* Employee spec
* ID - Unique identifie... | UTF-8 | Java | 3,067 | java | Employee.java | Java | [
{
"context": "ing Status) {\r\n\t\tthis.ID = ID;\r\n\t\tthis.FirstName = FirstName;\r\n\t\tthis.MiddleInitial = MiddleInitial;\r\n\t\tth",
"end": 1577,
"score": 0.5898435115814209,
"start": 1572,
"tag": "NAME",
"value": "First"
},
{
"context": ".MiddleInitial = MiddleInitial;\r\n\t\t... | null | [] | package com.kenzanexample.employeedemo.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Employee {
/*
* Employee spec
* ID - Unique identifie... | 3,067 | 0.699054 | 0.69449 | 121 | 23.347107 | 26.404892 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 3 |
91183f2f79f9aae1842680f1b69be2363a556c1e | 17,171,279,304,860 | c9977c66ec9a0aa177ad2a2b131ae6bda4d6aa58 | /src/day_01/IQ_04_LongestPalindrome.java | 8e4bfa76117573409639bb90725605de8ae173ba | [] | no_license | erkandormen/interview_prep | https://github.com/erkandormen/interview_prep | f80a57829a0b756229fdb8cee5bbf9dd9b786936 | 736f3c1cfcb51cf21ff15b762cd96c1f90027458 | refs/heads/master | 2023-04-14T23:10:24.690000 | 2021-04-30T12:09:09 | 2021-04-30T12:09:09 | 363,129,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day_01;
//TODO
/*
* * Given a string, find the longest substring which is palindrome.
For example,
Input#
Given string :"fortechproorphcetfor",
Output#
"techproorphcet"
max lenght: 14
Input#
Given string :"aacabbacba",
Output#
"cabbac"
max lenght: 6
The simple approach is to check each substring w... | UTF-8 | Java | 1,888 | java | IQ_04_LongestPalindrome.java | Java | [] | null | [] | package day_01;
//TODO
/*
* * Given a string, find the longest substring which is palindrome.
For example,
Input#
Given string :"fortechproorphcetfor",
Output#
"techproorphcet"
max lenght: 14
Input#
Given string :"aacabbacba",
Output#
"cabbac"
max lenght: 6
The simple approach is to check each substring w... | 1,888 | 0.647246 | 0.628178 | 72 | 25.222221 | 26.210272 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152778 | false | false | 3 |
ef1d868ad8da3d66d77bff15a9ce4091d6aa608a | 28,784,870,885,121 | 4c18ef55211126fc5a170ec6ff241968bb6112b8 | /src/com/company/Game/PaneGame/Bom/BomBig.java | 93877767eaa4b4f766bef7f1bfb1cbe58e77d387 | [] | no_license | DatNguyen15399/Boom | https://github.com/DatNguyen15399/Boom | 49f91244243229f042350c32da5af298df6f1ec7 | 73c23d9679aec2fc9e882e7d14d5974212e2fd2e | refs/heads/master | 2021-07-16T01:56:11.269000 | 2020-09-14T04:32:59 | 2020-09-14T04:32:59 | 207,462,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.Game.PaneGame.Bom;
import com.company.Game.PaneGame.MapGame.InputMap;
import com.company.Game.SoundGame;
import com.company.Library.libarary;
import javax.swing.*;
import java.awt.*;
public class BomBig extends Bom {
private int widthTrai, widthPhai, widthTren, widthDuoi;
public BomBig(i... | UTF-8 | Java | 4,085 | java | BomBig.java | Java | [] | null | [] | package com.company.Game.PaneGame.Bom;
import com.company.Game.PaneGame.MapGame.InputMap;
import com.company.Game.SoundGame;
import com.company.Library.libarary;
import javax.swing.*;
import java.awt.*;
public class BomBig extends Bom {
private int widthTrai, widthPhai, widthTren, widthDuoi;
public BomBig(i... | 4,085 | 0.593904 | 0.578909 | 86 | 46.313953 | 45.478146 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.906977 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.