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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e29fc3b15700bc03cc703ddd2898f30cf749844 | 36,180,804,512,812 | d14afabf9000788080fc4188016549f5aabf72e9 | /Modulo-6/Aula-4/ecommerce-api/src/main/java/com/bootcampmeli/ecommerceapi/entities/Customer.java | 67f6229d94b7125844107de72cd9d1078dd86aa4 | [] | no_license | pierrecaladomeli/bootcamp-meli-w2 | https://github.com/pierrecaladomeli/bootcamp-meli-w2 | 78a8588f13f810278552763990fb17fbc9474e2e | 6a5f7d3c61eeb230a7dbadf9d43d3eacdb14c322 | refs/heads/main | 2023-06-25T18:52:03.280000 | 2021-07-27T15:55:38 | 2021-07-27T15:55:38 | 381,016,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bootcampmeli.ecommerceapi.entities;
import java.util.List;
import javax.persistence.Entity;
@Entity
public class Customer extends User {
public Customer(){}
public Customer(String username) {
super(username);
}
public Customer(String username, List<Order> orders) {
supe... | UTF-8 | Java | 349 | java | Customer.java | Java | [] | null | [] | package com.bootcampmeli.ecommerceapi.entities;
import java.util.List;
import javax.persistence.Entity;
@Entity
public class Customer extends User {
public Customer(){}
public Customer(String username) {
super(username);
}
public Customer(String username, List<Order> orders) {
supe... | 349 | 0.690544 | 0.690544 | 19 | 17.368422 | 18.235912 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 1 |
6a530f745cf02f5b9555eee08eb16fae7cbb7724 | 34,866,544,540,857 | 6f5c2984e6eb73dc81c30cb34961fca1d2413c82 | /chap07/src/chap7/AnimalEx1.java | 63b5d04d4259bee52d313d4f1a4e4cbdefb92072 | [] | no_license | Shin-JungYeon/Java | https://github.com/Shin-JungYeon/Java | 624a4484ed31887ab9b56b6c3b77acb469410b1c | f98e35b9a74f3c355756e611523e675b17ac6e34 | refs/heads/master | 2020-07-21T07:59:27.801000 | 2019-09-06T12:29:24 | 2019-09-06T12:29:24 | 206,786,917 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap7;
/*
* 1. Animal ํด๋์ค -> ์ถ์ํด๋์ค
* ๋ฉค๋ฒ๋ณ์ : ๋๋ฌผ์ ์ข
๋ฅ, ๋ค๋ฆฌ์
* ์์ฑ์ : ๋ฉค๋ฒ๋ณ์๋ฅผ ์
๋ ฅ๋ฐ์์ ์์ฑ
* ๋ฉค๋ฒ๋ฉ์๋ : void eat(); -> ์ถ์๋ฉ์๋
* String sound();
* 2. Dog ํด๋์ค
* ๋ฉค๋ฒ๋ฉ์๋ : void eat(); -> "์ฃผ์ธ์ด ์ฃผ๋๋๋ก ๋จน๋๋ค."
* String sound(); -> "๋ฉ๋ฉ"
* 3. Lion ํด๋์ค : void eat(); -> "์ด์๋๋ฌผ์ ์ฌ๋ฅํด์ ๋จน๋๋ค."
*... | UHC | Java | 1,603 | java | AnimalEx1.java | Java | [
{
"context": "}\n\nclass Dog extends Animal {\n\n\tDog() {\n\t\tsuper(\"๊ฐ์์ง\", 4);\n\t}\n\n\t@Override\n\tvoid eat() {\n\t\tSystem.out.p",
"end": 583,
"score": 0.6032311916351318,
"start": 581,
"tag": "NAME",
"value": "์์ง"
}
] | null | [] | package chap7;
/*
* 1. Animal ํด๋์ค -> ์ถ์ํด๋์ค
* ๋ฉค๋ฒ๋ณ์ : ๋๋ฌผ์ ์ข
๋ฅ, ๋ค๋ฆฌ์
* ์์ฑ์ : ๋ฉค๋ฒ๋ณ์๋ฅผ ์
๋ ฅ๋ฐ์์ ์์ฑ
* ๋ฉค๋ฒ๋ฉ์๋ : void eat(); -> ์ถ์๋ฉ์๋
* String sound();
* 2. Dog ํด๋์ค
* ๋ฉค๋ฒ๋ฉ์๋ : void eat(); -> "์ฃผ์ธ์ด ์ฃผ๋๋๋ก ๋จน๋๋ค."
* String sound(); -> "๋ฉ๋ฉ"
* 3. Lion ํด๋์ค : void eat(); -> "์ด์๋๋ฌผ์ ์ฌ๋ฅํด์ ๋จน๋๋ค."
*... | 1,603 | 0.550273 | 0.541699 | 73 | 16.575342 | 14.962893 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.315068 | false | false | 1 |
07583fdb6eed12bbc7b9c8e1552fc0d6535dfd7c | 17,824,114,337,673 | a66d45607f02c62f6eb69bcc3f5ccdcdd9b5f976 | /0000-test/src/main/java/com/nic/tool/TablePrinter.java | 9b0731e5333f2696a7344d5c3811983a3b398f98 | [] | no_license | Aug0st/workspace-github | https://github.com/Aug0st/workspace-github | 23937e2a3a1567f3ea57b004802d89aa41f1ee08 | f11556df82afcc57c14fc1a55cd1f9810a15cf6e | refs/heads/master | 2020-12-29T00:12:09.151000 | 2014-02-08T08:28:13 | 2014-02-08T08:28:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nic.tool;
import java.util.Map;
/**
* ๅทฅๅ
ท็ฑป๏ผๆๅฐๆฐๆฎ่กจๆ ผ
*
* @author willli
*/
public class TablePrinter {
public static void printMap(Map<?, ?> map) {
int maxKeyLen = 1;
int maxValueLen = 1;
for (Map.Entry<?, ?> en : map.entrySet()) {
maxKeyLen = Math.m... | UTF-8 | Java | 1,524 | java | TablePrinter.java | Java | [
{
"context": "va.util.Map;\r\n\r\n/**\r\n * ๅทฅๅ
ท็ฑป๏ผๆๅฐๆฐๆฎ่กจๆ ผ\r\n *\r\n * @author willli\r\n */\r\npublic class TablePrinter {\r\n\r\n public sta",
"end": 91,
"score": 0.8589777946472168,
"start": 85,
"tag": "USERNAME",
"value": "willli"
}
] | null | [] | package com.nic.tool;
import java.util.Map;
/**
* ๅทฅๅ
ท็ฑป๏ผๆๅฐๆฐๆฎ่กจๆ ผ
*
* @author willli
*/
public class TablePrinter {
public static void printMap(Map<?, ?> map) {
int maxKeyLen = 1;
int maxValueLen = 1;
for (Map.Entry<?, ?> en : map.entrySet()) {
maxKeyLen = Math.m... | 1,524 | 0.472739 | 0.47008 | 57 | 24.385965 | 21.052778 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 1 |
593929246419537a6ccb44413e209700f195d499 | 8,607,114,513,808 | 484b325f92de284db613ea0dd419badca2c948a0 | /src/main/java/testClasses/AbstractFoo.java | 895db6e9b18c3ccd504d53b75657d2225b2988ce | [] | no_license | jakubprzydatek/Dependency_Injection_Engine | https://github.com/jakubprzydatek/Dependency_Injection_Engine | 7a513adc3e6952be36933129e13747d277577856 | 92bf0acc1caeb1e5dd4b563a2707c41111273c57 | refs/heads/master | 2023-05-07T15:23:40.359000 | 2021-06-01T09:47:55 | 2021-06-01T09:47:55 | 367,424,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testClasses;
public abstract class AbstractFoo {
}
| UTF-8 | Java | 60 | java | AbstractFoo.java | Java | [] | null | [] | package testClasses;
public abstract class AbstractFoo {
}
| 60 | 0.8 | 0.8 | 4 | 14 | 14.508618 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
5efa4e84ce6ebe8fc4c528a2d5f93085d3ce747e | 28,913,719,890,804 | bbe296b75d0d4d661f3edf7999a939af378efaa4 | /app/src/main/java/com/jsqix/dianwo/WebViewActivity.java | 970fb55934daa77d94a2e339adb3a8ccfdc2a5a1 | [] | no_license | a823875383/Dianwo | https://github.com/a823875383/Dianwo | d54b9b5d8fe4244a146798ddf869dc33f5d4b307 | f08b454ce061712f3ce0904f389bd6da3a2497ff | refs/heads/master | 2021-01-10T14:46:14.381000 | 2016-02-01T03:44:51 | 2016-02-01T03:45:21 | 50,811,841 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jsqix.dianwo;
import android.os.Bundle;
import com.jsqix.dianwo.base.BaseWebActivity;
import org.xutils.view.annotation.ContentView;
@ContentView(R.layout.activity_web_view)
public class WebViewActivity extends BaseWebActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | UTF-8 | Java | 480 | java | WebViewActivity.java | Java | [] | null | [] | package com.jsqix.dianwo;
import android.os.Bundle;
import com.jsqix.dianwo.base.BaseWebActivity;
import org.xutils.view.annotation.ContentView;
@ContentView(R.layout.activity_web_view)
public class WebViewActivity extends BaseWebActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | 480 | 0.735417 | 0.735417 | 18 | 25.666666 | 22.893473 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 1 |
52555d51bd9817eb32b3bec593dd9b1031901570 | 6,098,853,618,420 | 005a98710712c89b87ff95ebe69c418748f7df30 | /app/src/main/java/tori/studygroups/mainActivities/SignupActivity.java | eb78f7da1bf5e51c4a9a5c912b96a11575192ffe | [] | no_license | torydebra/AndroidStudyGroups | https://github.com/torydebra/AndroidStudyGroups | 40308fa5daff3209107ea2acea08b270911eaaee | c3e042c091b2213c847f0229d71b8ed5c572ea49 | refs/heads/master | 2021-01-01T05:56:42.476000 | 2017-08-31T15:23:57 | 2017-08-31T15:23:57 | 97,314,045 | 0 | 0 | null | false | 2017-08-31T15:13:55 | 2017-07-15T12:19:22 | 2017-07-15T12:19:34 | 2017-08-31T15:13:55 | 3,193 | 0 | 0 | 0 | Java | null | null | package tori.studygroups.mainActivities;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import androi... | UTF-8 | Java | 9,983 | java | SignupActivity.java | Java | [
{
"context": "ctivity {\n\n private static final String TAG = \"BOHMAH\";\n private static final int REQUEST_SIGNUP = 0",
"end": 1306,
"score": 0.7972131967544556,
"start": 1300,
"tag": "USERNAME",
"value": "BOHMAH"
},
{
"context": ".getValue() != null) {\n L... | null | [] | package tori.studygroups.mainActivities;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import androi... | 9,988 | 0.567134 | 0.56503 | 257 | 37.836575 | 29.080936 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661479 | false | false | 1 |
2d7303c67971521b09c7e48bf2cc29a2e40d0936 | 28,552,942,636,666 | aae104bb748df9907c956b1a9b4bbe0e4bc60983 | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/SpringMVC/org/apache/jsp/WEB_002dINF/views/jsp/addRecipe_jsp.java | b3501ca161b2ea8ea7663fa3eb0ac8836daef481 | [] | no_license | BrendanChen/xxxxx | https://github.com/BrendanChen/xxxxx | 8eff8764125207a619b80f2c7a5ffa4965047a23 | b8df309e6f10d8125787f5a659420e5c5ae3f50e | refs/heads/master | 2020-12-02T22:40:21.505000 | 2017-07-25T09:23:06 | 2017-07-25T09:23:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.0.32
* Generated at: 2017-07-18 00:59:51 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | UTF-8 | Java | 39,259 | java | addRecipe_jsp.java | Java | [] | null | [] | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.0.32
* Generated at: 2017-07-18 00:59:51 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | 39,259 | 0.562666 | 0.54625 | 741 | 51.449394 | 39.163029 | 325 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.049932 | false | false | 1 |
571dd8860efbd2e339f80d0f7cbc83eee22a24b0 | 31,172,872,636,009 | 84fe39462f92f37b06b85f6568f20f57ea96511b | /src/main/java/dev/astamur/geekbrains/lessons/lesson2/ArithmeticExample.java | ce1f83ee10e831509d419051d44700cb5d3f02a0 | [] | no_license | Shakjamuni/Java-lvl3 | https://github.com/Shakjamuni/Java-lvl3 | 0c69e911cde10fb62895bae9bcf77513ceface74 | f97c09af26304238b3be73d266f1b9a704b2018f | refs/heads/ChatWithSQL | 2022-11-27T16:35:09.935000 | 2020-07-24T13:12:27 | 2020-07-24T13:12:27 | 282,201,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.astamur.geekbrains.lessons.lesson2;
public class ArithmeticExample {
public static void main(String[] args) {
int[] numbers = new int[]{0, 1, 2, 3, 4, 5};
System.out.println(calc(numbers));
System.out.println(calcChecked(numbers));
System.out.println("ะัะพะณัะฐะผะผะฐ ะทะฐะฒะตััะตะฝ... | UTF-8 | Java | 1,660 | java | ArithmeticExample.java | Java | [] | null | [] | package dev.astamur.geekbrains.lessons.lesson2;
public class ArithmeticExample {
public static void main(String[] args) {
int[] numbers = new int[]{0, 1, 2, 3, 4, 5};
System.out.println(calc(numbers));
System.out.println(calcChecked(numbers));
System.out.println("ะัะพะณัะฐะผะผะฐ ะทะฐะฒะตััะตะฝ... | 1,660 | 0.551341 | 0.542838 | 56 | 26.303572 | 23.527279 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 1 |
a77aca12932a4e1796c4aa10a19cd8239ae83a72 | 23,562,190,641,011 | 51fb7adcc12df696538ee5af34bd58f114423ddf | /org.infrastructure.common/src/main/java/org/infrastructure/common/valid/interfaces/Second.java | 23fee42ae571e9c4a7c335c0109310e1f10a7cf6 | [] | no_license | huangjianJava/infrastructure | https://github.com/huangjianJava/infrastructure | 9139328fb42e168d9cf4b782cf2e320471c6c67a | e6828c946e8b575783d41cc98ab3729d7fb7f43f | refs/heads/master | 2020-03-27T21:59:06.135000 | 2018-09-05T13:15:48 | 2018-09-05T13:15:48 | 147,193,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package org.infrastructure.common.valid.interfaces;
/**
* ็ฌฌไบ้ช่ฏ
*/
public interface Second {
}
| UTF-8 | Java | 107 | java | Second.java | Java | [] | null | [] |
package org.infrastructure.common.valid.interfaces;
/**
* ็ฌฌไบ้ช่ฏ
*/
public interface Second {
}
| 107 | 0.707071 | 0.707071 | 8 | 11.25 | 16.887495 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 1 |
c499fd1ef4e316cb7c6ae53b9a2f78a9e570e03b | 20,529,943,730,244 | a39c66f4ada26eb30443931252d4315d9f651203 | /my-web/src/main/java/cn/fzk/mySpringBoot/application/servlet/CustomFormAuthenticationFilter.java | f7db19697d86c5d9e51646e64233c51d5e9acc71 | [] | no_license | ufoxyz0123/mySpringBoot | https://github.com/ufoxyz0123/mySpringBoot | ee1baa1c0bd09031e0929f57aaa33b58dd63a10e | ba8d71065c29dda96f2e3e38b0480708d3a2840d | refs/heads/master | 2020-03-28T16:45:14.972000 | 2018-09-27T07:57:54 | 2018-09-27T07:57:54 | 148,725,107 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.fzk.mySpringBoot.application.servlet;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.web.filter.authc.FormAuthenticationFilter;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession... | UTF-8 | Java | 2,389 | java | CustomFormAuthenticationFilter.java | Java | [
{
"context": "javax.servlet.http.HttpSession;\n\n/**\n * Created by Administrator on 2018/5/9.\n * ่ชๅฎไน็shiro้ช่ฏ็ ๆ ก้ช็ฑป\n */\npublic class ",
"end": 354,
"score": 0.504205048084259,
"start": 341,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package cn.fzk.mySpringBoot.application.servlet;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.web.filter.authc.FormAuthenticationFilter;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession... | 2,389 | 0.630383 | 0.62707 | 48 | 43.020832 | 30.803469 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 1 |
25ef755cfa558b1178e9633d634d83b19b63cdac | 28,389,733,874,511 | e3694b5ee37eeacaa08cae628c87cff54e97a43e | /src/Basics/VariableWidening.java | 977f255d44793b0679d84f0d4dce571d05b1b37a | [] | no_license | paurav11/Java | https://github.com/paurav11/Java | cf59e6fddc752e5a9ea604a6a3e361f21e7e493a | aaff420bb1ae0fd0b34f4674da263f4a688b5fa4 | refs/heads/main | 2023-06-27T15:30:44.434000 | 2021-07-25T06:38:44 | 2021-07-25T06:38:44 | 389,267,533 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Basics;
public class VariableWidening {
public static void main(String[] args) {
int x = 11;
float f = x; // Variable Widening
System.out.println(x);
System.out.print(f);
}
}
| UTF-8 | Java | 224 | java | VariableWidening.java | Java | [] | null | [] | package Basics;
public class VariableWidening {
public static void main(String[] args) {
int x = 11;
float f = x; // Variable Widening
System.out.println(x);
System.out.print(f);
}
}
| 224 | 0.584821 | 0.575893 | 10 | 21.4 | 15.147277 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
79207c60ca53969e141ccfc90652e5b5c5b36e48 | 28,389,733,876,028 | 394b8b422af0b87a2dfa99904892490d1f6c6256 | /src/servlet/librarian/Judge.java | a615e6a3c6b2c55c3ce6645d5e46b41aaaa6404c | [] | no_license | Onomei/Bfish-Library-System | https://github.com/Onomei/Bfish-Library-System | bcb06194729f49a73768b97fdae6abc43952579f | 2424d99c94e1069330fcc09f505c2feb3ed20350 | refs/heads/master | 2020-06-19T00:54:58.347000 | 2019-07-12T05:23:09 | 2019-07-12T05:23:09 | 196,510,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet.librarian;
//qiuyuang
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import dao.BookDao2... | UTF-8 | Java | 1,571 | java | Judge.java | Java | [] | null | [] | package servlet.librarian;
//qiuyuang
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import dao.BookDao2... | 1,571 | 0.761299 | 0.754297 | 52 | 29.211538 | 30.149841 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.038461 | false | false | 1 |
839b83d3470c25e574c24fee09f51278a2adae44 | 7,722,351,247,891 | c25d3a9fec49de5296b5108024f94b2e6ca6cce5 | /src/main/java/hangman.java | 0c8f9e3d5f6f3e66a2f5881b6f900de1c17944ca | [] | no_license | vnpugh/Hangman-Game | https://github.com/vnpugh/Hangman-Game | 29bcbb91cf436f9c9e395b61f252eaf19fd04769 | 12b4c15aa07aabf3c5f468553fa0828cc864b078 | refs/heads/master | 2023-04-16T08:40:16.614000 | 2019-08-30T14:55:57 | 2019-08-30T14:55:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Random;
import java.util.Scanner;
public class hangman {
public static int numLives = 10;
public static String[] words = {"sunset", "vacation", "horizon", "trampoline"};
public static boolean isEnd = false;
public static boolean isWinner = false;
public static int correctCount = 0... | UTF-8 | Java | 2,956 | java | hangman.java | Java | [] | null | [] |
import java.util.Random;
import java.util.Scanner;
public class hangman {
public static int numLives = 10;
public static String[] words = {"sunset", "vacation", "horizon", "trampoline"};
public static boolean isEnd = false;
public static boolean isWinner = false;
public static int correctCount = 0... | 2,956 | 0.606513 | 0.604817 | 96 | 29.666666 | 25.904339 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 1 |
56f268733026d29db217c106d43292507d0be227 | 7,722,351,247,060 | 205397d50d6b370e70fa1e20f81152810a1e6bb9 | /creational/singleton/src/main/java/habrahabr/shalomman/Singleton2.java | 2380f871558627b76717bb56507194293ae28f8c | [] | no_license | vlipovetskii/design-patterns-samples | https://github.com/vlipovetskii/design-patterns-samples | ffd28242a8f41ee9b8a1335f3a4ad3590ba1bf45 | 88cfb7a651f67c06deec781805433017db7eb85d | refs/heads/master | 2021-01-16T19:37:31.554000 | 2017-08-13T14:46:14 | 2017-08-13T14:46:14 | 100,182,969 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package habrahabr.shalomman;
import vlfsoft.common.annotations.design.patterns.CreationalPattern;
/**
* https://habrahabr.ru/post/27108/
*/
@CreationalPattern.Singleton
public class Singleton2 {
private static Singleton2 instance = new Singleton2();
private Singleton2() {
}
public static Singleto... | UTF-8 | Java | 375 | java | Singleton2.java | Java | [] | null | [] | package habrahabr.shalomman;
import vlfsoft.common.annotations.design.patterns.CreationalPattern;
/**
* https://habrahabr.ru/post/27108/
*/
@CreationalPattern.Singleton
public class Singleton2 {
private static Singleton2 instance = new Singleton2();
private Singleton2() {
}
public static Singleto... | 375 | 0.709333 | 0.682667 | 19 | 18.789474 | 20.727757 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 1 |
765eb8dd99f870036ba1ed8aa34cf91d815f11af | 5,695,126,698,503 | e7fdd6b757e9ff3ed2d608b0cc4696fa65dd7077 | /app/src/main/java/com/udacity/gradle/builditbigger/MainActivity.java | 4e0f2984dd603b0e045ead1885033382a79e7337 | [] | no_license | mohamedMRG7/Build-it-Bigger | https://github.com/mohamedMRG7/Build-it-Bigger | c31920b15ecaac8352791bed290969c8d06b8626 | 1fdd5b721bdc7e4817c0f295a22123c1316644ec | refs/heads/master | 2020-03-17T11:06:34.164000 | 2018-05-16T12:08:54 | 2018-05-16T12:08:54 | 133,538,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.gradle.builditbigger;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
import com.dev.mohamed.s... | UTF-8 | Java | 2,020 | java | MainActivity.java | Java | [] | null | [] | package com.udacity.gradle.builditbigger;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
import com.dev.mohamed.s... | 2,020 | 0.700495 | 0.7 | 79 | 24.56962 | 26.344208 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455696 | false | false | 1 |
3676304c1f927b40a3550820fcb59b14bbb524ae | 24,034,637,050,073 | 37cdd9dff4d390033d9439690463e6bc98be9713 | /app/src/main/java/ansteph/com/beecabfordrivers/model/DriverProfile.java | e6411725a66cecdeb2afe054faf737f3f0594e52 | [] | no_license | LNdame/ansteph_proj_aux | https://github.com/LNdame/ansteph_proj_aux | dc85353738606b28b051d745b5272ddd24c37c2c | e29a87a1bc3fa7e4dd517606dcc27f1eb13bf45c | refs/heads/master | 2020-12-01T19:57:50.009000 | 2017-01-26T14:08:44 | 2017-01-26T14:08:44 | 67,406,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ansteph.com.beecabfordrivers.model;
/**
* Created by loicStephan on 12/07/16.
*/
public class DriverProfile {
private String carModel;
private String carNumberPlate;
private String currentCity;
private String profileRating;
public DriverProfile(String carModel, String carNumberPlate, St... | UTF-8 | Java | 1,235 | java | DriverProfile.java | Java | [
{
"context": "eph.com.beecabfordrivers.model;\n\n/**\n * Created by loicStephan on 12/07/16.\n */\npublic class DriverProfile {\n\n ",
"end": 74,
"score": 0.9925071001052856,
"start": 63,
"tag": "USERNAME",
"value": "loicStephan"
}
] | null | [] | package ansteph.com.beecabfordrivers.model;
/**
* Created by loicStephan on 12/07/16.
*/
public class DriverProfile {
private String carModel;
private String carNumberPlate;
private String currentCity;
private String profileRating;
public DriverProfile(String carModel, String carNumberPlate, St... | 1,235 | 0.677733 | 0.672875 | 52 | 22.75 | 22.25108 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 1 |
c6b2002f39e0d0aff87f20860271dbacc4af9ea2 | 16,277,926,109,564 | 7c47033d2587ecea862983531dcad00149345bb3 | /Let'sDonate_FoodDonationApp/src/bean/Donor_Request.java | b72b0fe14611fa2fb1276211036f44fec5cb3aa2 | [] | no_license | payalzagade/Lets-Donate-Project | https://github.com/payalzagade/Lets-Donate-Project | 9c9b30050eb8f510a5289db5960ed19ed9e725d5 | 6287472fac61acc7154027b954a12fd2d2060cef | refs/heads/master | 2020-04-21T21:22:48.404000 | 2019-02-09T15:00:54 | 2019-02-09T15:00:54 | 169,877,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bean;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entit... | UTF-8 | Java | 2,905 | java | Donor_Request.java | Java | [] | null | [] | package bean;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entit... | 2,905 | 0.699828 | 0.699139 | 154 | 16.863636 | 18.531849 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.292208 | false | false | 1 |
93b056ea176e05013faded0ea7fb937899d4bc3e | 27,358,941,725,185 | 1876745f81def5dddd860ee2899557bdf07ff3f6 | /src/main/java/com/wuxian99/ics/mergepayment/entity/ItmUptruckInrecordBeforemerge.java | 115025d66a52b42f385f182ed32909303f25b62e | [] | no_license | BoboOpenSource/itmInterface | https://github.com/BoboOpenSource/itmInterface | fb1fdca092fbe6ce581577e0e8842f6646bc4901 | 3e57f3b1cb1d1ef0155352bd73fe22542dd8a5a4 | refs/heads/master | 2020-03-25T12:53:59.314000 | 2018-08-07T00:58:07 | 2018-08-07T00:58:07 | 143,799,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wuxian99.ics.mergepayment.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import java... | UTF-8 | Java | 3,811 | java | ItmUptruckInrecordBeforemerge.java | Java | [] | null | [] | package com.wuxian99.ics.mergepayment.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import java... | 3,811 | 0.767253 | 0.766465 | 161 | 22.677019 | 20.101791 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.167702 | false | false | 1 |
060066fce512ae277990ef64961cfdea860e5c89 | 29,205,777,675,146 | 04b41b81ed960d1b83f13b28696ebfb36e2d7f3d | /src/main/java/cir/csn/server/snm/subs/SensorNetworkPublisherConnector.java | c133ea2442dc7e35bd6fb681637e71e785c57f56 | [] | no_license | not-for-me/csn-middleware | https://github.com/not-for-me/csn-middleware | cd27aad0cce4c48f7c5a9cc32e42824a84347187 | 8fb545bc0fd0e12e8b76f667350ab2f96e350d57 | refs/heads/master | 2021-01-01T17:57:00.326000 | 2014-04-30T14:52:57 | 2014-04-30T14:52:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cir.csn.server.snm.subs;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.Set;
public class SensorNetworkPublisherConnector {
private Socket socket = null;
private OutputStream outputStream = null;
private ObjectOutputStre... | UTF-8 | Java | 1,520 | java | SensorNetworkPublisherConnector.java | Java | [] | null | [] | package cir.csn.server.snm.subs;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.util.Set;
public class SensorNetworkPublisherConnector {
private Socket socket = null;
private OutputStream outputStream = null;
private ObjectOutputStre... | 1,520 | 0.728289 | 0.725 | 58 | 25.206896 | 19.396729 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.137931 | false | false | 1 |
bab67a17d939a95a60c1950156fc6028493d9c5a | 16,638,703,312,925 | 59e2c9aa70489f75ea6aea767f22b38150c0f01a | /src/main/java/com/example/devicemanagement/service/impl/TestServiceImpl.java | 6fc75dbe5b56f8c6c71f59bc64be7f2906a3a632 | [] | no_license | luoqin/devicemanagement | https://github.com/luoqin/devicemanagement | ca7d0202a7d2c2bb1f28e25a2a00cbb03bd18c25 | 26de04f93c619dfcdf2002f1eefd538e77d3e9ad | refs/heads/master | 2022-08-13T16:26:14.287000 | 2020-05-22T05:09:30 | 2020-05-22T05:09:30 | 264,599,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.devicemanagement.service.impl;
import com.example.devicemanagement.dao.TestDAO;
import com.example.devicemanagement.domain.Test;
import com.example.devicemanagement.service.TestService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@S... | UTF-8 | Java | 580 | java | TestServiceImpl.java | Java | [] | null | [] | package com.example.devicemanagement.service.impl;
import com.example.devicemanagement.dao.TestDAO;
import com.example.devicemanagement.domain.Test;
import com.example.devicemanagement.service.TestService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@S... | 580 | 0.777586 | 0.777586 | 19 | 29.526316 | 22.134441 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 1 |
edc80ea1a137545fb808ebd9de51e2f83afe6c1f | 31,052,613,563,700 | c775e1e44451b4f4f6e1c18245c736aad3e9d595 | /src/question129/DFSSolution.java | 443a04987362edf5ed501e805b6e3ddfac2b17c6 | [] | no_license | Jerrymouse1998/learning-record-of-leetcode | https://github.com/Jerrymouse1998/learning-record-of-leetcode | 690e00e7ed6954366e062490eea40deb82a07ed3 | 7b00f1af4e2409be52d8e1babe24787b101cd27f | refs/heads/master | 2020-12-04T21:46:33.624000 | 2020-05-30T02:06:12 | 2020-05-30T02:06:12 | 231,911,508 | 6 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package question129;
import DataStruction.TreeNode;
public class DFSSolution {
int ans = 0;
public int sumNumbers(TreeNode root) {
dfs(root, 0);
return ans;
}
//temp่ฎฐๅฝ่ทฏๅพๅผ
private void dfs(TreeNode root, int temp) {
if (root == null) return;
//ๅฐ่พพๅถๅญ่็น
if (r... | UTF-8 | Java | 594 | java | DFSSolution.java | Java | [] | null | [] | package question129;
import DataStruction.TreeNode;
public class DFSSolution {
int ans = 0;
public int sumNumbers(TreeNode root) {
dfs(root, 0);
return ans;
}
//temp่ฎฐๅฝ่ทฏๅพๅผ
private void dfs(TreeNode root, int temp) {
if (root == null) return;
//ๅฐ่พพๅถๅญ่็น
if (r... | 594 | 0.528881 | 0.509025 | 26 | 20.307692 | 16.831219 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 1 |
3d30e571c108173d65ab9de0fb6df5582a09b57a | 146,028,927,064 | b02103e4f81828db41783a6a21512b73a8892140 | /src/Guerrero/Objetivo.java | f29d6bbbfa6bf8c17ca86323abb85ff039652b74 | [] | no_license | fer90109/prueba | https://github.com/fer90109/prueba | 501c62cbb0effc384c48f725e41ce9149e09393f | f511710260647def6293b9be2c0b459752465af0 | refs/heads/master | 2022-12-18T00:57:04.298000 | 2020-09-28T21:46:26 | 2020-09-28T21:46:26 | 296,481,275 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Guerrero;
public class Objetivo
{
Warrior guerrero;
}
| UTF-8 | Java | 68 | java | Objetivo.java | Java | [] | null | [] | package Guerrero;
public class Objetivo
{
Warrior guerrero;
}
| 68 | 0.720588 | 0.720588 | 6 | 10.333333 | 9.792287 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 15 |
547f65e583f2735a968573ec6c39d5077b835b22 | 15,092,515,106,423 | c1391ed9b01a09f26ffb73157388c02888faa0e4 | /seventeen-service/src/main/java/com/seventeen/bean/CouponLog.java | fb01ebd7d71409797ddc245d5d831794ae029e04 | [] | no_license | aa542393485/SEVENTEEN | https://github.com/aa542393485/SEVENTEEN | 5ded64fbffcbc7c495e215410ac7c9006d3fdf79 | 07f81ec87ae06b015e74322f72f771b78dc4557f | refs/heads/master | 2018-10-16T06:31:21.956000 | 2018-10-15T09:17:09 | 2018-10-15T09:17:09 | 126,308,456 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.seventeen.bean;
/**
* @Author: csk
* @Date: 2018/6/6 16:58
*/
public class CouponLog {
private String userId;
private String userName;
private String couponId;
private String useStatus;
private String couponStatus;
private String useTime;
private String price;
private Str... | UTF-8 | Java | 1,562 | java | CouponLog.java | Java | [
{
"context": "package com.seventeen.bean;\n\n/**\n * @Author: csk\n * @Date: 2018/6/6 16:58\n */\npublic class CouponL",
"end": 48,
"score": 0.9996751546859741,
"start": 45,
"tag": "USERNAME",
"value": "csk"
},
{
"context": "\n\n public String getUserName() {\n return userN... | null | [] | package com.seventeen.bean;
/**
* @Author: csk
* @Date: 2018/6/6 16:58
*/
public class CouponLog {
private String userId;
private String userName;
private String couponId;
private String useStatus;
private String couponStatus;
private String useTime;
private String price;
private Str... | 1,562 | 0.616517 | 0.610115 | 80 | 18.525 | 15.873701 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 15 |
83bf700f3b83a5e390d964b96b7f744aeec36bec | 22,247,930,655,434 | 806057b5db9e92443a8c99cb978c116fdc91b0c0 | /LmsWeb/src/bit/model/DivisionDao.java | f32f22470eec985b62e3293fd3e6c02decb96762 | [] | no_license | juno-choi/lmsWeb | https://github.com/juno-choi/lmsWeb | 2c73e5c357a14d6fedab4428ff99d1858303ad15 | 692522bb49ffc045e4a65a3f8fa14e29a26d7d45 | refs/heads/master | 2020-09-08T12:13:38.518000 | 2019-11-12T04:34:56 | 2019-11-12T04:34:56 | 221,130,309 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bit.model;
public class DivisionDao {
}
| UTF-8 | Java | 50 | java | DivisionDao.java | Java | [] | null | [] | package bit.model;
public class DivisionDao {
}
| 50 | 0.74 | 0.74 | 5 | 9 | 10.917875 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
d4e25b4362f94b7621132d8e56134b85367c2d0f | 927,713,001,892 | 9c68162e58d1ff6f9547232397ddd651285d65f1 | /Queue/src/com/queue/App.java | 4e72042d477b386544d7d59a481feb93bedf56e1 | [] | no_license | sazan10/DSA | https://github.com/sazan10/DSA | 01b60afa62c590a46a771af3bdfba92d679508f1 | 1731bfdb286d4dc477740388df012973b8eee67e | refs/heads/master | 2021-05-06T12:03:53.790000 | 2017-12-04T09:52:02 | 2017-12-04T09:52:02 | 113,004,593 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.queue;
public class App {
public static void main(String[] args) {
// TODO Auto-generated method stub
Create_queue new_queue= new Create_queue();
new_queue.enqueu(12);
new_queue.enqueu(5);
new_queue.enqueu(36);
new_queue.enqueu(5);
System.out.println(new_queue);
new_queue.dequeu();
Syst... | UTF-8 | Java | 1,021 | java | App.java | Java | [] | null | [] | package com.queue;
public class App {
public static void main(String[] args) {
// TODO Auto-generated method stub
Create_queue new_queue= new Create_queue();
new_queue.enqueu(12);
new_queue.enqueu(5);
new_queue.enqueu(36);
new_queue.enqueu(5);
System.out.println(new_queue);
new_queue.dequeu();
Syst... | 1,021 | 0.683643 | 0.657199 | 43 | 22.744186 | 11.497407 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.44186 | false | false | 15 |
0c0f93b4ccdd19a61c15d501f096eba249050180 | 6,923,487,312,604 | 005aa476ac9d11d36d1c0d202daa1e7c86df94c2 | /hedwig-jdesignpattern/dp-simple/src/main/java/io/hedwig/dp/simple/core/Source.java | 94924387b986771d15a221c6caa71d3a5af19473 | [] | no_license | qdriven/designpattern-sanity | https://github.com/qdriven/designpattern-sanity | 51d2c9ebb1970c24bb2746ac6ba38ffd966a541c | c67622c9d153a9154e941fa2aad4ab1c10dd37a9 | refs/heads/master | 2022-12-06T22:02:15.117000 | 2020-08-21T05:59:25 | 2020-08-21T05:59:25 | 98,328,079 | 0 | 0 | null | false | 2020-05-15T19:22:30 | 2017-07-25T16:33:31 | 2019-08-10T02:26:01 | 2020-05-15T19:22:30 | 3,640 | 0 | 0 | 1 | Java | false | false | package io.hedwig.dp.simple.core;
public enum Source {
GoF, POSA, PoEAA, PLoPD3, CoreJ2EE, Other, Hophe
}
| UTF-8 | Java | 109 | java | Source.java | Java | [] | null | [] | package io.hedwig.dp.simple.core;
public enum Source {
GoF, POSA, PoEAA, PLoPD3, CoreJ2EE, Other, Hophe
}
| 109 | 0.724771 | 0.706422 | 5 | 20.799999 | 19.114393 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 15 |
e08b2567bbd67eaec2c8c8b321d1b21b3bf10362 | 5,205,500,389,904 | 498dd2daff74247c83a698135e4fe728de93585a | /clients/google-api-services-cloudbilling/v1beta/2.0.0/com/google/api/services/cloudbilling/v1beta/model/CloudCdnEgressWorkload.java | 512a31ed3e8f839ba40c83f75ca087b54a8ac1a3 | [
"Apache-2.0"
] | permissive | googleapis/google-api-java-client-services | https://github.com/googleapis/google-api-java-client-services | 0e2d474988d9b692c2404d444c248ea57b1f453d | eb359dd2ad555431c5bc7deaeafca11af08eee43 | refs/heads/main | 2023-08-23T00:17:30.601000 | 2023-08-20T02:16:12 | 2023-08-20T02:16:12 | 147,399,159 | 545 | 390 | Apache-2.0 | false | 2023-09-14T02:14:14 | 2018-09-04T19:11:33 | 2023-09-08T17:44:41 | 2023-09-14T02:14:13 | 198,749 | 518 | 365 | 52 | 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 under t... | UTF-8 | Java | 3,172 | java | CloudCdnEgressWorkload.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 under t... | 3,172 | 0.725095 | 0.723518 | 93 | 33.107529 | 36.597919 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.204301 | false | false | 15 |
db844280da2233e667bb483d243a9536e839157c | 3,942,780,009,281 | cfeded4d2256e8e1a152a027f672d0ba5c6120af | /manna/manna-server/src/com/upiva/manna/server/dom/db4o/DatabaseSessionImplDb4o.java | 9e7e08459a8f614b896819a1368232dfc51f4475 | [] | no_license | Ian-Ferreira/Upiva | https://github.com/Ian-Ferreira/Upiva | 0e144e076e910a23613aa6e00dbdce176093ded6 | dcdfcec5aa3edad19816b804239c4df3d0769124 | refs/heads/master | 2021-01-19T12:39:39.107000 | 2013-07-19T08:40:51 | 2013-07-19T08:40:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Authored By: IanF on 08/06/13 07:06
*
* Copyright (c) 2013, Ian Ferreira; IanFerreira@yahoo.co.uk
*
* This software and codebase is protected by South African and international copyright legislation.
* The intellectual ownership of this source, artifacts and/or any products there-off remain
* the property... | UTF-8 | Java | 4,130 | java | DatabaseSessionImplDb4o.java | Java | [
{
"context": "/**\n * Authored By: IanF on 08/06/13 07:06\n *\n * Copyright (c) 2013, Ian F",
"end": 24,
"score": 0.9973395466804504,
"start": 20,
"tag": "USERNAME",
"value": "IanF"
},
{
"context": ": IanF on 08/06/13 07:06\n *\n * Copyright (c) 2013, Ian Ferreira; IanFerreira@yahoo.... | null | [] | /**
* Authored By: IanF on 08/06/13 07:06
*
* Copyright (c) 2013, <NAME>; <EMAIL>
*
* This software and codebase is protected by South African and international copyright legislation.
* The intellectual ownership of this source, artifacts and/or any products there-off remain
* the property of the author. All ri... | 4,108 | 0.676029 | 0.664649 | 132 | 30.287878 | 40.012787 | 210 | false | false | 0 | 0 | 0 | 0 | 76 | 0.128814 | 1.113636 | false | false | 15 |
9cefda503e2317967c22f9ec7ca9ee14b0df26e1 | 29,042,568,871,938 | b4ec666113d3000acc9a5e81e08db59b618ebeb7 | /src/main/java/org/home/chapter01/partB/Task14.java | a8ea7510fd3ee1cac24b54bd3d176830c3527511 | [] | no_license | Gridevald/java-studying | https://github.com/Gridevald/java-studying | 1a285e633a1cbe884b52358e56ae657059a7fa41 | 30ab781d892b88479fc5470a5977689b6ca917c1 | refs/heads/master | 2021-01-19T14:15:48.952000 | 2018-11-30T09:38:36 | 2018-11-30T09:38:36 | 100,888,819 | 0 | 0 | null | false | 2018-11-30T11:41:41 | 2017-08-20T21:06:25 | 2018-11-30T09:38:38 | 2018-11-30T11:17:39 | 1,982 | 0 | 0 | 0 | Java | false | null | package org.home.chapter01.partB;
public class Task14 {
public void go(int[] input) {
System.out.print("Numbers equals half sum of neighbors: ");
for (int i = 1; i < input.length - 1; i++) {
Double d1 = Double.valueOf(String.valueOf(input[i - 1]));
Double d2 = ... | UTF-8 | Java | 586 | java | Task14.java | Java | [] | null | [] | package org.home.chapter01.partB;
public class Task14 {
public void go(int[] input) {
System.out.print("Numbers equals half sum of neighbors: ");
for (int i = 1; i < input.length - 1; i++) {
Double d1 = Double.valueOf(String.valueOf(input[i - 1]));
Double d2 = ... | 586 | 0.520478 | 0.494881 | 18 | 31.555555 | 24.624338 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
53dd94b54447eafd26cbde45c33dcbca81a7f8b9 | 25,383,256,739,587 | 219a76e7240a81637f388ca3d6f9230808514f7b | /src/main/java/com/fengfeng/basic/thread/ThreadName.java | d389ed532935c2dafd4dccb68e0b7f4f0c958865 | [] | no_license | huangfeng191/s_2104 | https://github.com/huangfeng191/s_2104 | a1a584d2e0459c8c40e20386de27237df177b7e2 | ba309c11e287a9ab4e6b99ffa045af4a13da20b7 | refs/heads/main | 2023-04-24T03:12:45.254000 | 2021-04-30T08:26:19 | 2021-04-30T08:26:19 | 356,156,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengfeng.basic.thread;
public class ThreadName extends Thread{
public void run()
{
System.out.println("็บฟ็จ:"+this.getName());//ๆๅฐ็บฟ็จๅๅญ
}
}
| UTF-8 | Java | 192 | java | ThreadName.java | Java | [] | null | [] | package com.fengfeng.basic.thread;
public class ThreadName extends Thread{
public void run()
{
System.out.println("็บฟ็จ:"+this.getName());//ๆๅฐ็บฟ็จๅๅญ
}
}
| 192 | 0.630682 | 0.630682 | 14 | 11.571428 | 18.014732 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 15 |
6574426185c86fd3e1142c6be7197964857539fe | 3,186,865,802,039 | 5b800c2aa7abc2bd3ec65fdbcc18f3f37a8435fa | /repository/src/test/java/org/j8unit/repository/java/security/AccessControlContextClassTest.java | 2bb91b3b087a92d13d02df56429b8b6e266411b6 | [] | no_license | sawal16/j8unit | https://github.com/sawal16/j8unit | 622c43dbcca85e2a1470607abaf0a8a89a8d63e6 | 2a662c5b2c4a40b6ac42d2b9f601cc4d586ce41c | refs/heads/master | 2021-07-20T13:46:05.393000 | 2017-10-25T22:22:23 | 2017-10-25T22:22:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.j8unit.repository.java.security;
import java.security.AccessControlContext;
import org.j8unit.repository.categories.Draft;
import org.j8unit.runners.J8Unit4;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
/**
* Specific ... | UTF-8 | Java | 3,177 | java | AccessControlContextClassTest.java | Java | [] | null | [] | package org.j8unit.repository.java.security;
import java.security.AccessControlContext;
import org.j8unit.repository.categories.Draft;
import org.j8unit.runners.J8Unit4;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
/**
* Specific ... | 3,177 | 0.712622 | 0.705068 | 77 | 40.259739 | 40.152439 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233766 | false | false | 15 |
c4845fa9771c32ac92b8aa8d153acdb0aa10a6f8 | 3,186,865,803,833 | 1ddcdad7cffa7513681f59cec11c9ea1d7cede4e | /src/main/java/com/veriskhealth/pad/iop/dbconf/generator/impl/XmlFileGenerator.java | bff2ec15191709c4d88eaf6f3f23d7db7f574049 | [] | no_license | ebakerski/jboss-dbase-conf | https://github.com/ebakerski/jboss-dbase-conf | 0320a69fff0f7b18334ac24e56b28525cdad2f13 | 8864e5ef4d286ba77daa9aecad97a690f0ec63f3 | refs/heads/master | 2015-08-10T04:43:17.847000 | 2014-04-01T17:17:39 | 2014-04-01T17:17:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.veriskhealth.pad.iop.dbconf.generator.impl;
import com.thoughtworks.xstream.XStream;
import com.veriskhealth.pad.iop.dbconf.domain.XStreamSerializable;
import com.veriskhealth.pad.iop.dbconf.exception.FileGenerationException;
import com.veriskhealth.pad.iop.dbconf.generator.Decorator;
import com.veriskheal... | UTF-8 | Java | 4,872 | java | XmlFileGenerator.java | Java | [
{
"context": "ereotype.Service;\n\nimport java.io.*;\n\n/**\n * User: i54327\n * Date: 1/30/14\n * Time: 5:03 PM\n */\n\n/**\n * Thi",
"end": 925,
"score": 0.9994611740112305,
"start": 919,
"tag": "USERNAME",
"value": "i54327"
}
] | null | [] | package com.veriskhealth.pad.iop.dbconf.generator.impl;
import com.thoughtworks.xstream.XStream;
import com.veriskhealth.pad.iop.dbconf.domain.XStreamSerializable;
import com.veriskhealth.pad.iop.dbconf.exception.FileGenerationException;
import com.veriskhealth.pad.iop.dbconf.generator.Decorator;
import com.veriskheal... | 4,872 | 0.684729 | 0.68165 | 134 | 35.358208 | 33.207264 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
c666dddfc45eb14042e63249d2ce0faf65b4bf90 | 8,847,632,666,630 | 7d815f6c60c7a2edc012f130b1032d87b79ac45b | /src/main/java/com/yuliana/cafe/model/dao/DishDao.java | bf4c7f29370ce728dd2108bb3e1a6788b1ec42cc | [] | no_license | yulichkaaaaa/cafe | https://github.com/yulichkaaaaa/cafe | eeb82f789264459894eaf9baca3f4b993388f228 | a88c89a63c68fe2043cc6edd6481bb4d732d7057 | refs/heads/master | 2023-04-10T18:13:55.935000 | 2021-05-03T10:02:26 | 2021-05-03T10:02:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuliana.cafe.model.dao;
import com.yuliana.cafe.model.entity.Dish;
import com.yuliana.cafe.model.entity.DishCategory;
import com.yuliana.cafe.exception.DaoException;
import java.util.Date;
import java.util.List;
import java.util.Optional;
/**
* The interface DishDao defines operations with dishes table
... | UTF-8 | Java | 3,309 | java | DishDao.java | Java | [
{
"context": "defines operations with dishes table\n *\n * @author Yulia Shuleiko\n */\npublic interface DishDao extends BaseDao {\n\n ",
"end": 348,
"score": 0.9997398257255554,
"start": 334,
"tag": "NAME",
"value": "Yulia Shuleiko"
}
] | null | [] | package com.yuliana.cafe.model.dao;
import com.yuliana.cafe.model.entity.Dish;
import com.yuliana.cafe.model.entity.DishCategory;
import com.yuliana.cafe.exception.DaoException;
import java.util.Date;
import java.util.List;
import java.util.Optional;
/**
* The interface DishDao defines operations with dishes table
... | 3,301 | 0.667473 | 0.667473 | 110 | 29.072727 | 26.783546 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.163636 | false | false | 15 |
3385e9738fee6afe5aba05f941c970717ed1e348 | 18,837,726,575,330 | 3196970499ab85b2f2c358456554431bb37e5d3a | /src/Abteilung.java | bbad76108a983b3add0ba8f8a1b28c1e496b3dce | [] | no_license | Testuser5678/testrepository | https://github.com/Testuser5678/testrepository | 788d566b7023c653e6e272029e9106222babf233 | 5b6f54908e1c60d2e6e4afc3d3c677cf8798f0e2 | refs/heads/master | 2020-12-18T23:45:55.386000 | 2020-01-22T11:27:17 | 2020-01-22T11:27:17 | 234,971,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Abteilung.java
*
* @author Kira
*/
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
public class Abteilung implements Serializable
{
/**
* Objekte der Klasse Abteilung reprรคsentieren eine Abteilung einer Firma
* und enthalten eine Liste ihrer Mitarbeiter
... | ISO-8859-1 | Java | 1,375 | java | Abteilung.java | Java | [
{
"context": "/**\r\n * Abteilung.java\r\n * \r\n * @author Kira\r\n */\r\n\r\nimport java.io.Serializable;\r\nimport java",
"end": 44,
"score": 0.999387264251709,
"start": 40,
"tag": "NAME",
"value": "Kira"
}
] | null | [] | /**
* Abteilung.java
*
* @author Kira
*/
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
public class Abteilung implements Serializable
{
/**
* Objekte der Klasse Abteilung reprรคsentieren eine Abteilung einer Firma
* und enthalten eine Liste ihrer Mitarbeiter
... | 1,375 | 0.637555 | 0.637555 | 82 | 14.756098 | 17.72456 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.280488 | false | false | 15 |
64e194c9b3ea33caab439205bfa6130404fa4c5f | 31,894,427,156,288 | 678a2a1aa9e5e8fe18b1f44d7aef9c9f57753488 | /src/main/java/com/efuture/titan/metastore/IMetaStoreClient.java | 68a2e5b0dc7dbe2d45bfb3a25f021c45ab7942f9 | [] | no_license | wangchen1ren/Titan | https://github.com/wangchen1ren/Titan | 2d728a0e98ed2216b3f2777fdee26c958ba4031f | 32edc04cc5bdb9e8a55593d6f3363a70e71fbd67 | refs/heads/master | 2021-01-25T04:01:40.788000 | 2014-02-13T10:16:05 | 2014-02-13T10:16:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.efuture.titan.metastore;
import org.apache.thrift.TException;
public interface IMetaStoreClient {
public void reconnect() throws MetaException;
public void close();
public Database getDatabase(String dbName)
throws NoSuchObjectException, MetaException, TException;
public Table getTable(... | UTF-8 | Java | 531 | java | IMetaStoreClient.java | Java | [] | null | [] |
package com.efuture.titan.metastore;
import org.apache.thrift.TException;
public interface IMetaStoreClient {
public void reconnect() throws MetaException;
public void close();
public Database getDatabase(String dbName)
throws NoSuchObjectException, MetaException, TException;
public Table getTable(... | 531 | 0.79096 | 0.79096 | 19 | 26.894737 | 24.789417 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 15 |
275749531d2cd3b531d45653ef1707b062052331 | 32,504,312,511,048 | 668287abf7775e29bcc205dae6b8501f1b836392 | /lista enlazada/src/main/Main.java | d96576ed23963e619d8c7f5dd1b0009f3e097224 | [] | no_license | anymex/test-java | https://github.com/anymex/test-java | 44d0f378f662a75150939558f32b76679acf14ce | d4726bfa3d1ab0da28fc813123e291c9119de5ba | refs/heads/master | 2016-09-03T07:36:19.451000 | 2013-09-12T00:03:57 | 2013-09-12T00:03:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.util.LinkedList;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
LinkedList lista = new LinkedList();
lista.add("hola");
lista.add(5);
lista.add(1,17);
lista.addLast("palabra");
lista.removeFirst()... | UTF-8 | Java | 474 | java | Main.java | Java | [
{
"context": "kedList lista = new LinkedList();\n\t\t\n\t\tlista.add(\"hola\");\n\t\tlista.add(5);\n\t\tlista.add(1,17);\n\t\tlista.add",
"end": 229,
"score": 0.9965206384658813,
"start": 225,
"tag": "NAME",
"value": "hola"
},
{
"context": "lista.add(5);\n\t\tlista.add(1,17);\n\t\tli... | null | [] | package main;
import java.util.LinkedList;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
LinkedList lista = new LinkedList();
lista.add("hola");
lista.add(5);
lista.add(1,17);
lista.addLast("palabra");
lista.removeFirst()... | 474 | 0.632135 | 0.621565 | 26 | 17.192308 | 16.608662 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.807692 | false | false | 15 |
b5cea6c15c1e4fcf0c8a159ef8b526bebc5861ad | 23,665,269,818,487 | 1c77f0d5d4e680f50e94908d089ddb0129c78e62 | /src/main/java/guru/nidi/graphviz/use/FontTools.java | 542522438b26acfbed482cfcdfe65b4292e1d648 | [
"Apache-2.0"
] | permissive | ContextMapper/context-map-generator | https://github.com/ContextMapper/context-map-generator | 96d4236b8cc5b1e7959da3f52ed5ef76619084a2 | a5b751032c6f80a5be35f6a1f4982a8bf06547cc | refs/heads/master | 2022-09-07T20:48:25.698000 | 2022-08-12T09:06:45 | 2022-08-12T09:06:45 | 219,822,768 | 17 | 2 | Apache-2.0 | false | 2021-05-07T22:03:52 | 2019-11-05T18:24:16 | 2021-05-07T21:55:18 | 2021-05-07T22:03:51 | 2,322 | 7 | 0 | 1 | Java | false | false | /*
* Copyright ยฉ 2015 Stefan Niederhauser (nidin@gmx.ch)
*
* 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 app... | UTF-8 | Java | 2,833 | java | FontTools.java | Java | [
{
"context": "/*\n * Copyright ยฉ 2015 Stefan Niederhauser (nidin@gmx.ch)\n *\n * Licensed under the Apache Li",
"end": 42,
"score": 0.9998818039894104,
"start": 23,
"tag": "NAME",
"value": "Stefan Niederhauser"
},
{
"context": "/*\n * Copyright ยฉ 2015 Stefan Niederhauser (nidin@gmx.c... | null | [] | /*
* Copyright ยฉ 2015 <NAME> (<EMAIL>)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 2,815 | 0.664901 | 0.659958 | 71 | 38.887325 | 29.929752 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56338 | false | false | 15 |
380200f985547e3a02216b920cefc29df321cd75 | 12,575,664,262,546 | 416fb5a07d50069323e0cbb0ecfc92201993113f | /src/test/java/com/marco/AppTest.java | d3e9574a465bfb7fa73d7c9d7e51cd8691a0269f | [] | no_license | marcorotondi/json | https://github.com/marcorotondi/json | df2e80c9ab8fde5ec5f282e75833b11bcfa82a74 | 7bf967333316eb14655a809a6745715831357c88 | refs/heads/master | 2023-04-27T09:19:55.552000 | 2021-05-14T22:58:24 | 2021-05-14T22:58:24 | 367,495,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.marco;
import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.module.SimpleModule;
import com.marco.json.model.InnerType;
import com.marco.json.serializer.CustomResponseSerializer;
import com.marco.json.serializer.model.response.... | UTF-8 | Java | 2,871 | java | AppTest.java | Java | [] | null | [] | package com.marco;
import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.module.SimpleModule;
import com.marco.json.model.InnerType;
import com.marco.json.serializer.CustomResponseSerializer;
import com.marco.json.serializer.model.response.... | 2,871 | 0.501567 | 0.492511 | 95 | 29.221052 | 20.761898 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452632 | false | false | 15 |
95f5de77814c790a3f3d3f45e0562a95af85c6e3 | 12,575,664,264,267 | 32c1827c0ad1f4cba87ca98b6836dccac95f5170 | /app/src/main/java/com/example/mr_paul/vantage/ChatInfoDataAdapter.java | ee34ab8f40e6ab1bbeeaea7cda96ece4aea88389 | [] | no_license | jyotirmoy-paul/Vantage | https://github.com/jyotirmoy-paul/Vantage | 3452f1c5956f7e5feda9f308e85bfe5f2b4277d0 | 169684c4d838defbea0e42d0b19eb10a62a67c21 | refs/heads/master | 2020-04-02T19:25:19.116000 | 2019-02-17T03:51:24 | 2019-02-17T03:51:24 | 154,733,480 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mr_paul.vantage;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
i... | UTF-8 | Java | 1,405 | java | ChatInfoDataAdapter.java | Java | [
{
"context": "package com.example.mr_paul.vantage;\n\nimport android.content.Context;\nimport ",
"end": 27,
"score": 0.655846118927002,
"start": 23,
"tag": "USERNAME",
"value": "paul"
}
] | null | [] | package com.example.mr_paul.vantage;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
i... | 1,405 | 0.723843 | 0.72242 | 42 | 32.452381 | 28.983742 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
fb4ae09dd00b8c63e06e543560432eee91a5d76e | 13,769,665,155,572 | 24e1e5e7a7043c9ae1ce478698c525355fc18b15 | /metting/src/main/java/com/antelopeframe/web/controller/RbacPermissionController.java | 04373aef19872ed04bc384b10549b3a773cd8469 | [] | no_license | tectronics/data-thief | https://github.com/tectronics/data-thief | 0d2ea0b3cf3d28b359dfce8f2183d7d5fe423548 | cd4bb4f9ae5c96a5397b31f4c34669dbd59b4f8c | refs/heads/master | 2018-01-11T15:00:38.656000 | 2013-01-17T13:18:28 | 2013-01-17T13:18:28 | 45,601,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.antelopeframe.web.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autow... | UTF-8 | Java | 6,065 | java | RbacPermissionController.java | Java | [
{
"context": "rvice.RbacMenuService;\r\n\r\n/**\r\n * ่ง่ฒ็ฎก็\r\n * @author Antelope-็พ็พ\r\n */\r\n@Controller\r\n@RequestMapping(\"/permission\")",
"end": 1021,
"score": 0.9996159076690674,
"start": 1010,
"tag": "NAME",
"value": "Antelope-็พ็พ"
}
] | null | [] | package com.antelopeframe.web.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autow... | 6,065 | 0.734738 | 0.732898 | 178 | 31.589888 | 22.955631 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.134831 | false | false | 15 |
aa2f8fef746592eaf8c7bcc5dc6dd87c5ba58ea1 | 6,837,587,985,859 | ccc9f26e224caf60787dc04ddf2f5dfcd00c78c7 | /simulator/src/com/ssutherlanddee/Memory.java | 8047e23bbd328994722bb9d3d848684ec2ced563 | [] | no_license | SSutherlandDeeBristol/superscalar-processor-simulator | https://github.com/SSutherlandDeeBristol/superscalar-processor-simulator | 5d39d4176118584754a791094ea688060a3a8c8f | d69ab924e35355ac3583e646674409e48ae6f9f0 | refs/heads/master | 2020-08-08T01:23:51.103000 | 2019-12-10T14:30:57 | 2019-12-10T14:30:57 | 213,657,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssutherlanddee;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Optional;
public class Memory {
private HashMap<Integer, Object> mainMemory;
private List<String> instructionMemory;
private HashMap<String, Integer> labelMap;
public Memory() {... | UTF-8 | Java | 1,654 | java | Memory.java | Java | [] | null | [] | package com.ssutherlanddee;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Optional;
public class Memory {
private HashMap<Integer, Object> mainMemory;
private List<String> instructionMemory;
private HashMap<String, Integer> labelMap;
public Memory() {... | 1,654 | 0.655985 | 0.654172 | 58 | 27.517241 | 24.014536 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534483 | false | false | 15 |
2a2b1d23de87505e9f42ddab47d1951ce5719348 | 377,957,165,089 | f20e12a8ed114eee984888cda0a01f43c52cb3a5 | /openfab-isa95-equipments/src/test/java/com/openfab/isa95/equipments/unit/DescriptionTranslationsUtilC.java | 335ce7aa81dbca6075915037d9a98c183a5ca54d | [] | no_license | skioppetto/openfab | https://github.com/skioppetto/openfab | 25f4dfd8a06d9fe6a087ca371c1cd13761f1a94b | a58e8a5cf48822be384f6db1139dedd917a4baa0 | refs/heads/master | 2021-09-14T22:59:31.944000 | 2018-05-21T16:32:34 | 2018-05-21T16:33:12 | 109,605,827 | 1 | 0 | null | false | 2018-05-06T08:39:36 | 2017-11-05T18:41:46 | 2018-04-18T13:01:54 | 2018-05-06T08:39:35 | 4,486 | 0 | 0 | 22 | Java | false | null |
package com.openfab.isa95.equipments.unit;
import lombok.Data;
@Data
public class DescriptionTranslationsUtilC extends DescriptionTranslationsUtilA {
}
| UTF-8 | Java | 156 | java | DescriptionTranslationsUtilC.java | Java | [] | null | [] |
package com.openfab.isa95.equipments.unit;
import lombok.Data;
@Data
public class DescriptionTranslationsUtilC extends DescriptionTranslationsUtilA {
}
| 156 | 0.833333 | 0.820513 | 8 | 18.375 | 27.041346 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
7bd74dc4b0a2b8376d5dda5eba415cb68e8b3804 | 1,365,799,644,926 | 45ff512adcd2f17a9a7f8026dfb5cfd1697f662a | /src/main/java/com/al/exchange/util/PagingTrans.java | 000257e32e4135121100e0769a1d4dfbb76c2fba | [] | no_license | Xiaotian0617/Center | https://github.com/Xiaotian0617/Center | 0b615962e094c3699b4c10712caf02a73d91c81a | 86ab8d067dd5115922bdb9750d0f6cfb66a4725f | refs/heads/master | 2020-04-25T21:10:27.059000 | 2019-02-28T08:31:54 | 2019-02-28T08:31:54 | 173,072,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.al.exchange.util;
import java.util.List;
public class PagingTrans {
private int pageNum;
private int pageSize;
private int from;
private int to;
private List ls;
public PagingTrans(int pageNum, int pageSize, List ls) {
this.pageNum = pageNum;
this.pageSize = pageSi... | UTF-8 | Java | 726 | java | PagingTrans.java | Java | [] | null | [] | package com.al.exchange.util;
import java.util.List;
public class PagingTrans {
private int pageNum;
private int pageSize;
private int from;
private int to;
private List ls;
public PagingTrans(int pageNum, int pageSize, List ls) {
this.pageNum = pageNum;
this.pageSize = pageSi... | 726 | 0.526171 | 0.526171 | 37 | 18.648649 | 13.481151 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 15 |
d5d00fc793b44a8f88ad3d9f1bcafe1d6f30d39d | 31,104,153,204,335 | 140f75c9a13977a3faecac1e0c7d90a6b2a8f62b | /example_DSA_1.java | cc76fc217e9ded7f576278a58ea2e3e152eda587 | [
"MIT"
] | permissive | theusernamejack/article_1 | https://github.com/theusernamejack/article_1 | 6b4149dae10fce3d6c816799b01dd6ced77d228d | 3477521400e40410c1af9201dea2ca78aea9b7a4 | refs/heads/main | 2023-06-23T12:06:50.188000 | 2021-07-23T08:40:02 | 2021-07-23T08:40:02 | 388,734,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | for h = 0 to n - 2
s = position of smallest number from num[h] to num[n-1]
swap num[h] and num[s]
endfor
| UTF-8 | Java | 135 | java | example_DSA_1.java | Java | [] | null | [] | for h = 0 to n - 2
s = position of smallest number from num[h] to num[n-1]
swap num[h] and num[s]
endfor
| 135 | 0.518519 | 0.496296 | 4 | 32.75 | 20.461855 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 15 |
b8ed0a2697c79a319b1121154dfa014d9c01b450 | 31,104,153,203,814 | fa72e2d37b9cc12a36b1140be84a13624df49897 | /src/main/java/com/qa/opencart/pages/LambdaConcepts.java | 6d8decfc29875687e72d4d00bc592d20e2faf6e5 | [] | no_license | mgeeths/OpenCart | https://github.com/mgeeths/OpenCart | d755fdf133eb67e11e5a9ee355449fb399f87285 | e9ffffe65c6104566d138f807320b2e03c815350 | refs/heads/master | 2023-07-20T04:52:03.197000 | 2021-02-02T06:28:09 | 2021-02-02T06:28:09 | 329,990,439 | 0 | 2 | null | false | 2021-02-02T06:28:10 | 2021-01-15T18:21:37 | 2021-01-28T20:34:15 | 2021-02-02T06:28:09 | 220 | 0 | 1 | 0 | Java | false | false | package com.qa.opencart.pages;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.function.*;
import java.util.stream.Collectors;
public class LambdaConcepts {
public void sampleFunctionLambda(){
Function<String, Integer> func = (name) ->... | UTF-8 | Java | 1,539 | java | LambdaConcepts.java | Java | [] | null | [] | package com.qa.opencart.pages;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.function.*;
import java.util.stream.Collectors;
public class LambdaConcepts {
public void sampleFunctionLambda(){
Function<String, Integer> func = (name) ->... | 1,539 | 0.625081 | 0.608187 | 50 | 29.780001 | 23.032404 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 15 |
f23dc4129b1860d0cf68c0fcc2d9c1129010e16d | 3,384,434,280,988 | 6a4a433cf5f6d7a06361c18832cbd3eef68a874c | /common/lm.com.framework/src/test/java/lm/com/framework/PagerTest.java | 5d108c3e25574e03301ed6dd259d9872499aaef9 | [] | no_license | mrluo735/lm.cloudplat | https://github.com/mrluo735/lm.cloudplat | 387b0a8ef9c9c9b17fb9e36ad1aff47516619c13 | d162920b556fad92cb14a0404c32ec3c2cd3dd59 | refs/heads/master | 2021-01-18T07:55:47.373000 | 2018-03-09T14:16:30 | 2018-03-09T14:16:30 | 84,296,170 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @title StringUtilTest.java
* @description TODO
* @package lm.com.framework
* @author mrluo735
* @since JDK1.7
* @date 2016ๅนด12ๆ27ๆฅไธๅ9:46:10
* @version v1.0
*/
package lm.com.framework;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.util.HashMap;
imp... | UTF-8 | Java | 667 | java | PagerTest.java | Java | [
{
"context": "ption TODO\n * @package lm.com.framework\n * @author mrluo735\n * @since JDK1.7\n * @date 2016ๅนด12ๆ27ๆฅไธๅ9:46:10\n *",
"end": 103,
"score": 0.9996334910392761,
"start": 95,
"tag": "USERNAME",
"value": "mrluo735"
},
{
"context": ".util.Map;\n\nimport org.junit.Test;\n\n/**... | null | [] | /**
* @title StringUtilTest.java
* @description TODO
* @package lm.com.framework
* @author mrluo735
* @since JDK1.7
* @date 2016ๅนด12ๆ27ๆฅไธๅ9:46:10
* @version v1.0
*/
package lm.com.framework;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.util.HashMap;
imp... | 667 | 0.721461 | 0.684932 | 31 | 20.193548 | 20.225214 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.83871 | false | false | 15 |
98e8760a8440cb96bfa1b6da057b8287d9aa7b3e | 3,384,434,279,368 | 4933e58872009cc65327ad8e2baf4fadbe74bdb1 | /src/Managers/Planning_managers.java | cf5648c5d1d53b5a6804ce0f47ed8df39d0d85e2 | [] | no_license | guenan/manage_agency | https://github.com/guenan/manage_agency | 93710701426dcff00f6a2c2963e10252c24ce19c | 4cb59c2c0fa8ce508fd167a62efb8127a26a6575 | refs/heads/main | 2023-07-10T23:08:17.441000 | 2021-08-12T19:13:17 | 2021-08-12T19:13:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package Managers;
import Beans.Chauffeur;
import Beans.Bus;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import java.sql.Connection;
import Beans.Objet_Connection;
import Beans.Planning;
import Beans.Point_Arret;
import dao.DAOException;
import dao.DAOFactory;
import dao.DAOUtilitaire;
import j... | UTF-8 | Java | 8,576 | java | Planning_managers.java | Java | [] | null | [] |
package Managers;
import Beans.Chauffeur;
import Beans.Bus;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import java.sql.Connection;
import Beans.Objet_Connection;
import Beans.Planning;
import Beans.Point_Arret;
import dao.DAOException;
import dao.DAOFactory;
import dao.DAOUtilitaire;
import j... | 8,576 | 0.629548 | 0.6243 | 214 | 39.070095 | 49.01659 | 347 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.995327 | false | false | 15 |
b2e7225ea88874ec5efa6a1535d84d5d2ba02b8c | 26,817,775,837,354 | fbe04500281dd9d85f3919b04bebfa9440372b95 | /core/src/main/java/howard/cinema/core/dao/entity/common/BaseEntity.java | b7c6e6cb76b8613bee64828f5274bb2a429b551e | [] | no_license | huojiajin/cinema | https://github.com/huojiajin/cinema | a568606fe8a9fa555d9394b466d75276fa1de022 | ddb7cc18eddf1e84ad6737896bcd8c3b4249a4db | refs/heads/master | 2023-06-03T10:37:37.777000 | 2021-06-22T10:15:42 | 2021-06-22T10:15:42 | 368,632,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package howard.cinema.core.dao.entity.common;
import com.fasterxml.jackson.annotation.JsonFilter;
import howard.cinema.core.manage.tools.JsonTools;
import howard.cinema.core.manage.tools.SecurityUtil;
import org.springframework.beans.BeanUtils;
import org.springframework.util.StringUtils;
import java.beans.PropertyDe... | UTF-8 | Java | 4,440 | java | BaseEntity.java | Java | [
{
"context": "@name: BaseEntity\n *@description: ๅบ็กๅฎไฝ็ฑป\n *@author: huojiajin\n *@time: 2020/5/26 10:52\n**/\n@JsonFilter(JsonTool",
"end": 458,
"score": 0.9996358156204224,
"start": 449,
"tag": "USERNAME",
"value": "huojiajin"
}
] | null | [] | package howard.cinema.core.dao.entity.common;
import com.fasterxml.jackson.annotation.JsonFilter;
import howard.cinema.core.manage.tools.JsonTools;
import howard.cinema.core.manage.tools.SecurityUtil;
import org.springframework.beans.BeanUtils;
import org.springframework.util.StringUtils;
import java.beans.PropertyDe... | 4,440 | 0.693252 | 0.689476 | 198 | 20.404041 | 23.01577 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.540404 | false | false | 15 |
aeeafd8e7f320a51a484074af12938f87f642ebe | 867,583,442,721 | 5ca362fa433fb40fcd7dcb57147727c6f596c16a | /Previo.git/trunk/Previo/src/com/adquem/grupologistics/controllers/Act_FotoIntent.java | 5c951b4a763958268687582240a26da3d015a18b | [] | no_license | Porras25/Previo666 | https://github.com/Porras25/Previo666 | 4063fc212def6a2a79c28fcd5207354d3b29675c | 6b33b9d539c0748c4d80d44f545e7a3b5ac9264f | refs/heads/master | 2016-09-06T03:30:05.626000 | 2014-05-14T23:04:45 | 2014-05-14T23:04:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adquem.grupologistics.controllers;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Locale;
import com.adquem.grupologistics.utilities.Constantes;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferenc... | ISO-8859-1 | Java | 2,777 | java | Act_FotoIntent.java | Java | [
{
"context": "* de las Fotos de Referencia e รtem\n * \n * @author Adquem\n * @version 1.0\n */\npublic class Act_FotoIntent e",
"end": 834,
"score": 0.8970529437065125,
"start": 828,
"tag": "NAME",
"value": "Adquem"
}
] | null | [] | package com.adquem.grupologistics.controllers;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Locale;
import com.adquem.grupologistics.utilities.Constantes;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferenc... | 2,777 | 0.751262 | 0.749459 | 98 | 27.306122 | 20.652325 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.94898 | false | false | 15 |
972dd8e83a67de97a09810283430f81a777821bc | 18,580,028,585,786 | 9bdd669ae45b45e8361db8b78304dfd19e854454 | /src/algorithms/Edge.java | a20acd41813786e6740eb1acbd07257fed676001 | [] | no_license | huyaye/Algorithm | https://github.com/huyaye/Algorithm | a5b2743e226b60e757c2c27ec5117b2c58059dce | 64f917a774ec5422654fffd94c829765cd50280a | refs/heads/master | 2021-01-17T22:12:14.028000 | 2020-06-09T14:11:40 | 2020-06-09T14:11:40 | 60,253,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms;
public class Edge {
public int p1;
public int p2;
public double weight;
}
| UTF-8 | Java | 98 | java | Edge.java | Java | [] | null | [] | package algorithms;
public class Edge {
public int p1;
public int p2;
public double weight;
}
| 98 | 0.734694 | 0.714286 | 7 | 13 | 8.228869 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
4dc1db46dc5b99b54565d152f7b41ae089fb539c | 21,672,404,978,484 | 25e1f67e6ed60b43cb3e6c2b98e70ad9d98bb7d5 | /src/Problemas/Problem1151.java | 23f2e5b322bdffab63621f7cd6a64b7f4dc2c37e | [] | no_license | Fel3180/TreinamentoProcessoHM | https://github.com/Fel3180/TreinamentoProcessoHM | 6a7b7f892231878aa336837270ab15da22a6d877 | a93ffb80b6152cb0fdfc6bf45ae2151264393ed7 | refs/heads/master | 2020-03-19T09:01:19.654000 | 2018-06-12T11:17:16 | 2018-06-12T11:17:16 | 136,253,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Problemas;
import java.util.Scanner;
public class Problem1151 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int i = in.nextInt();
int x = 0;
int y = 1;
int result = 0;
String printResult = x + " " + y;
i = i - 2;... | UTF-8 | Java | 548 | java | Problem1151.java | Java | [] | null | [] | package Problemas;
import java.util.Scanner;
public class Problem1151 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int i = in.nextInt();
int x = 0;
int y = 1;
int result = 0;
String printResult = x + " " + y;
i = i - 2;... | 548 | 0.458029 | 0.441606 | 30 | 17.266666 | 15.720334 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 15 |
8f07ef9bec2bea454ef2660967b6279a2011a882 | 15,221,364,161,424 | 2ffbcd0b89b6dbef6e93a9e91fc76aa02672ed1b | /src/main/java/com/funtl/itoken/service/admin/service/AdminService.java | 896108446497192e48d003bb2a7618ae5d75b291 | [] | no_license | itokenex/itoken-service-admin | https://github.com/itokenex/itoken-service-admin | 4cd37873cda1fddbd388c597e68f30a0e01edffa | 64240887ffc6e4dd5cabec6bb1ea45d49ef4806b | refs/heads/master | 2020-09-09T15:05:44.937000 | 2019-11-19T14:40:58 | 2019-11-19T14:40:58 | 221,479,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.funtl.itoken.service.admin.service;
import com.funtl.itoken.service.admin.domain.User;
public interface AdminService {
public void register(User user);
public User login(String accountId, String name);
}
| UTF-8 | Java | 229 | java | AdminService.java | Java | [] | null | [] | package com.funtl.itoken.service.admin.service;
import com.funtl.itoken.service.admin.domain.User;
public interface AdminService {
public void register(User user);
public User login(String accountId, String name);
}
| 229 | 0.764192 | 0.764192 | 11 | 19.818182 | 22.270315 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 15 |
0e0e3547189b1e4fb8d2d8ef74d50a0bc708d9be | 20,057,497,322,049 | 3808015cb7607a8e3e15f71ea5ffbc8ce67c4134 | /src/cn/DoO/FrontEnd/api/dao/Test.java | 45841b7f2c319ecb1c4b8ad17f4ec416e1449807 | [] | no_license | Java-qyy/FunnyStories | https://github.com/Java-qyy/FunnyStories | dcaa5ec19549e9002fb029f8407a722f587d3e12 | 4761ca48db9416175c0e721c18a415238529e858 | refs/heads/main | 2023-03-13T01:40:58.601000 | 2021-03-05T07:32:12 | 2021-03-05T07:32:12 | 344,369,608 | 0 | 0 | null | true | 2021-03-04T06:12:38 | 2021-03-04T06:12:37 | 2021-03-04T05:49:55 | 2021-03-04T05:49:53 | 1,872 | 0 | 0 | 0 | null | false | false | package cn.DoO.FrontEnd.api.dao;
public class Test {
}
| UTF-8 | Java | 57 | java | Test.java | Java | [] | null | [] | package cn.DoO.FrontEnd.api.dao;
public class Test {
}
| 57 | 0.719298 | 0.719298 | 5 | 10.4 | 13.001538 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
514e9c847fd835c6a827261b5d147e719cc78930 | 26,156,350,897,400 | 4d87bdbe8cc583f1ab10b593e6ef194ba38a7230 | /app/src/main/java/com/example/huaif/myfiletransfer/AdvanceFragment.java | 19e0042735edabee2099633b50395865cf28a969 | [] | no_license | justinzhf/Android-File-Transfer | https://github.com/justinzhf/Android-File-Transfer | 2a0acc98e062ab36684d8f98b1490ef154cbf9a9 | 068a397095886342bc17b8db72e425b0c960543a | refs/heads/master | 2021-06-02T15:09:10.802000 | 2018-02-05T06:44:30 | 2018-02-05T06:44:30 | 59,103,297 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.huaif.myfiletransfer;
import android.app.Fragment;
import android.content.Context;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManager;
import android.os.Bundle;
import android.text.ClipboardManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | UTF-8 | Java | 1,800 | java | AdvanceFragment.java | Java | [
{
"context": "w;\nimport android.widget.Toast;\n\n/**\n * Created by huaif on 2016/4/16.\n */\npublic class AdvanceFragment ex",
"end": 447,
"score": 0.9996709227561951,
"start": 442,
"tag": "USERNAME",
"value": "huaif"
}
] | null | [] | package com.example.huaif.myfiletransfer;
import android.app.Fragment;
import android.content.Context;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManager;
import android.os.Bundle;
import android.text.ClipboardManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | 1,800 | 0.657895 | 0.648936 | 52 | 33.346153 | 28.782263 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 15 |
8e1ccd2944dd1309377565bfeb0245edcd47f02b | 17,703,855,197,141 | 482b0845ef0a699bbe1d5303eef9d9547f7e1fbd | /GrubHub/src/main/java/UI/ProfileUI/MyProfile.java | 994e13fe792e15d6aa24f0f469c5ce1dc786edb7 | [] | no_license | furqank123/TeamKappa | https://github.com/furqank123/TeamKappa | 729648fb82b028b8f0b453471b84d7aab608df7b | f1d954819def7435326001cc02bf37f72b9be898 | refs/heads/master | 2017-12-11T14:47:14.040000 | 2017-02-12T23:44:37 | 2017-02-12T23:44:37 | 77,796,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UI.ProfileUI;
import CommonMethods.CommonMethodsGH;
import ConnectToDatabase.ConnectToDb;
import main.java.CommonMethods.GeneralPurposeMethods;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import java.util.ArrayList;
import java.util... | UTF-8 | Java | 4,638 | java | MyProfile.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by furqan on 1/21/2017.\n */\npublic class MyProfile extends ",
"end": 352,
"score": 0.9996461868286133,
"start": 346,
"tag": "USERNAME",
"value": "furqan"
}
] | null | [] | package UI.ProfileUI;
import CommonMethods.CommonMethodsGH;
import ConnectToDatabase.ConnectToDb;
import main.java.CommonMethods.GeneralPurposeMethods;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import java.util.ArrayList;
import java.util... | 4,638 | 0.687796 | 0.66947 | 90 | 50.533333 | 46.543457 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755556 | false | false | 15 |
d9a59bd4698ed62bcd95b7fe29a378717d06fee1 | 16,475,494,552,990 | fcfbbec070199d7f41630fecd2018430be3555c5 | /src/pets/Pet.java | 1b6fcbc2363e605001fba3e07b81a8bf5f90faaa | [] | no_license | OleksiiRudyi/Java-core-Chapter5_new | https://github.com/OleksiiRudyi/Java-core-Chapter5_new | dfa2c0092f2b4954f94e2db05608857137527022 | 8540d5871d20bc098baa0415fd57b9cf5cd3a471 | refs/heads/master | 2020-09-21T02:02:15.171000 | 2019-12-15T12:38:34 | 2019-12-15T12:38:34 | 224,648,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pets;
public class Pet {
String name;
//constructor
Pet (String name) {
this.name = name;
}
}
| UTF-8 | Java | 131 | java | Pet.java | Java | [] | null | [] | package pets;
public class Pet {
String name;
//constructor
Pet (String name) {
this.name = name;
}
}
| 131 | 0.541985 | 0.541985 | 11 | 10.727273 | 9.303869 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 15 |
9a4145ba516dabb9faefbdc0fa0c81dc994ad175 | 11,622,181,571,800 | cdb953ef4bd866eceb2ead88181f417e74dae654 | /src/ass3/ItemTable.java | 0385e3f8f65d75bc86fb5351d1bcc26eaed24eaf | [] | no_license | kuanwen1387/Checkout | https://github.com/kuanwen1387/Checkout | 5a831fcb37f4df5b5129632281572bdec2ea2885 | 1ae490ccb70134c40b2ccffe51a0c38c0295649b | refs/heads/master | 2020-03-16T01:51:48.595000 | 2018-05-07T11:25:50 | 2018-05-07T11:25:50 | 127,640,942 | 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 ass3;
import java.util.*;
import java.io.*;
import java.text.SimpleDateFormat;
/**
*
* @author kwn961
*/
public class ItemT... | UTF-8 | Java | 22,367 | java | ItemTable.java | Java | [
{
"context": "ort java.text.SimpleDateFormat;\n\n/**\n *\n * @author kwn961\n */\npublic class ItemTable\n{\n //ArrayList for ",
"end": 297,
"score": 0.9995821118354797,
"start": 291,
"tag": "USERNAME",
"value": "kwn961"
},
{
"context": " //Initialize password\n pass... | 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 ass3;
import java.util.*;
import java.io.*;
import java.text.SimpleDateFormat;
/**
*
* @author kwn961
*/
public class ItemT... | 22,370 | 0.46743 | 0.453838 | 719 | 30.108484 | 28.175081 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486787 | false | false | 15 |
b38fba77ecf89df6171d6db5debf7227c9331e6b | 3,710,851,794,461 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /GenealogyJ/rev6127-6531/base-branch-6127/src/core/genj/gedcom/PropertyVisitor.java | b1c1b9ab5f7c25d3a5ac74239df712fde7f67e6c | [] | no_license | joliebig/featurehouse_fstmerge_examples | https://github.com/joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974000 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package genj.gedcom;
public abstract class PropertyVisitor {
protected boolean leaf(Property leaf) {
return true;
}
protected boolean recursion(Property parent, String child) {
return true;
}
}
| UTF-8 | Java | 226 | java | PropertyVisitor.java | Java | [] | null | [] |
package genj.gedcom;
public abstract class PropertyVisitor {
protected boolean leaf(Property leaf) {
return true;
}
protected boolean recursion(Property parent, String child) {
return true;
}
}
| 226 | 0.676991 | 0.676991 | 17 | 12.176471 | 17.935293 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 15 |
db72e72250fba00c0c03ed5ce8bc068edae52c94 | 8,169,027,829,936 | 4de1b3bed0b70f8062d18d55b7f774bac7b5896d | /report/src/main/java/com/commuting/commutingapp/report/repo/ReportRepo.java | 31df01ff86df6282204efb6e7d9dff71bb65efa1 | [] | no_license | stroeradu1994/Commuting-App-Server-Public | https://github.com/stroeradu1994/Commuting-App-Server-Public | 55daaa2059eefa653643e46bd7bee2036226e96f | a445102b5f5c7d7b7d4d8691681639581f65e8d3 | refs/heads/main | 2023-08-16T06:53:30.182000 | 2021-10-13T14:34:19 | 2021-10-13T14:34:19 | 416,776,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.commuting.commutingapp.report.repo;
import com.commuting.commutingapp.report.model.Report;
import org.springframework.data.mongodb.repository.MongoRepository;
public interface ReportRepo extends MongoRepository<Report, String> {
}
| UTF-8 | Java | 245 | java | ReportRepo.java | Java | [] | null | [] | package com.commuting.commutingapp.report.repo;
import com.commuting.commutingapp.report.model.Report;
import org.springframework.data.mongodb.repository.MongoRepository;
public interface ReportRepo extends MongoRepository<Report, String> {
}
| 245 | 0.844898 | 0.844898 | 7 | 34 | 29.96188 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 15 |
6638861e6bb2c212fdac3a113584750a94fdcce8 | 8,358,006,398,065 | 5cc4122d11db3cf36f68cbf3e5717ea6e15c1e5a | /presto-twitter-functions/src/main/java/com/twitter/presto/functions/SnowflakeFunctions.java | c5eee43e52df5c507befc6257a64c451010666dc | [
"Apache-2.0"
] | permissive | twitter-forks/presto | https://github.com/twitter-forks/presto | 109cfc4b1e06ad1dd18e13d27bd1c3dc9e349ef9 | 4d927e42ac480f159c9958dcd40e565d21a1cfd1 | refs/heads/twitter-master | 2023-06-24T01:48:12.691000 | 2020-09-17T07:46:55 | 2020-10-01T05:42:14 | 41,683,679 | 26 | 19 | Apache-2.0 | true | 2023-06-16T23:36:50 | 2015-08-31T15:28:01 | 2022-05-30T12:13:27 | 2023-06-16T23:36:50 | 159,023 | 23 | 15 | 16 | Java | 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
* distribut... | UTF-8 | Java | 5,498 | java | SnowflakeFunctions.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
* distribut... | 5,498 | 0.676064 | 0.663332 | 129 | 41.620155 | 32.944679 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 15 |
4676784932f4a8722061882441b43fb12b48db50 | 11,871,289,631,546 | b50a65ca4d581b9205bf9d805c9b89aab44c9ebe | /src/test/java/com/revature/services/test/AnswerServiceTest.java | 5e2237288357ecef70764985b97b7f1e2d2f1681 | [] | no_license | revaturelabs/revoverflow-backend | https://github.com/revaturelabs/revoverflow-backend | a4562ba5b8544c1ff09e5be8e18a718caf4c6ab0 | 47fbdc06656cef5a3b8b68d077adcd59f7fe328c | refs/heads/master | 2023-02-28T10:43:32.470000 | 2020-10-12T17:47:46 | 2020-10-12T17:47:46 | 277,895,482 | 0 | 7 | null | false | 2021-02-02T20:52:03 | 2020-07-07T18:40:25 | 2020-10-12T17:47:50 | 2021-02-02T20:49:53 | 703 | 0 | 7 | 3 | Java | false | false | package com.revature.services.test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.when;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.junit.Test;
impor... | UTF-8 | Java | 4,178 | java | AnswerServiceTest.java | Java | [
{
"context": "\n\t@Autowired\n\tRSSService rssservice;\n\n\t/** @author ken */\n\t@Test\n\tpublic void getAllAnswersTest() throws",
"end": 1253,
"score": 0.710039496421814,
"start": 1250,
"tag": "USERNAME",
"value": "ken"
},
{
"context": "ertEquals( pageResult, result);\t\n\t}\n\t\n\... | null | [] | package com.revature.services.test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.when;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.junit.Test;
impor... | 4,157 | 0.756103 | 0.749402 | 134 | 30.179104 | 29.993992 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.910448 | false | false | 15 |
50e7466aae5be58ff4ed0ddfee261ef0b3379c50 | 7,696,581,426,142 | 1e993b2d43036b7e15d1cc74507535d252c84e65 | /src/main/java/com/el/cfg/domain/TDelinoteProd.java | 4363c3e695c0468c84ff1f23ad16b059f1df8561 | [] | no_license | juedaishusheng/stp-svr | https://github.com/juedaishusheng/stp-svr | 9157624172607c5a060bcbef11d5d903f6ccf6d3 | c1448c3c5b087d4742d81f2fe071d400164af3c5 | refs/heads/master | 2020-12-25T14:23:42.363000 | 2016-08-29T08:07:11 | 2016-08-29T08:07:11 | 66,818,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.el.cfg.domain;
import com.el.sys.domain.DbAudit;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
public class TDelinoteProd implements Serializable {
/**
* null - T_DELINOTE_PROD.ID
*/
private Long id;
/**
* ๅ่ดง้็ฅๅID - T_DELINOTE_PROD.DELINOTE_... | UTF-8 | Java | 11,191 | java | TDelinoteProd.java | Java | [] | null | [] | package com.el.cfg.domain;
import com.el.sys.domain.DbAudit;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
public class TDelinoteProd implements Serializable {
/**
* null - T_DELINOTE_PROD.ID
*/
private Long id;
/**
* ๅ่ดง้็ฅๅID - T_DELINOTE_PROD.DELINOTE_... | 11,191 | 0.58879 | 0.588699 | 503 | 20.709742 | 18.644505 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371769 | false | false | 15 |
320870dd1dead44e718aac2e5c64d52c6fd72c05 | 24,970,939,885,160 | a70ca945962a63d5f3f719cc13baf837257c8a31 | /app/src/main/java/com/example/issuser/mvpdemo/MvpPresenter.java | 4f2e9d8d39b45828502025808a9d70f8d1b210c7 | [] | no_license | tmyzh13/MvpDemo | https://github.com/tmyzh13/MvpDemo | 5d6b8e3e190af24b9b317ee91ee56d9da9da447c | b7b6bea61de36bb732ad408bcbf0a8ef16991fbc | refs/heads/master | 2021-04-05T23:50:19.644000 | 2018-04-03T14:30:57 | 2018-04-03T14:30:57 | 124,865,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.issuser.mvpdemo;
/**
* Created by issuser on 2018/3/12.
*/
public class MvpPresenter {
//Viewๆฅๅฃ
private MvpView mvpView;
public MvpPresenter(MvpView view){
this.mvpView=view;
}
public void getData(MvpModel.Action param){
mvpView.showLoading();
MvpMo... | UTF-8 | Java | 877 | java | MvpPresenter.java | Java | [
{
"context": "ge com.example.issuser.mvpdemo;\n\n/**\n * Created by issuser on 2018/3/12.\n */\n\npublic class MvpPresenter {\n\n ",
"end": 63,
"score": 0.9995974898338318,
"start": 56,
"tag": "USERNAME",
"value": "issuser"
}
] | null | [] | package com.example.issuser.mvpdemo;
/**
* Created by issuser on 2018/3/12.
*/
public class MvpPresenter {
//Viewๆฅๅฃ
private MvpView mvpView;
public MvpPresenter(MvpView view){
this.mvpView=view;
}
public void getData(MvpModel.Action param){
mvpView.showLoading();
MvpMo... | 877 | 0.521191 | 0.513173 | 40 | 20.825001 | 17.252373 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
9c658230983e94eb81587363e5f87427c9a0c7f7 | 32,547,262,206,301 | 0f3df17de9a316c459c77c519632b41ddf250871 | /Backend/Core/src/main/java/com/unesco/core/services/dataService/schedule/pairService/IPairDataService.java | 0c3041142a9f890f9640fcb7a93ebb0d09cdafd7 | [] | no_license | ArthurNeyman/Unesko | https://github.com/ArthurNeyman/Unesko | 5a9d35cf28d8f7edabb280ebcbe0e8e9c0d843ca | 169160088bdfb8ff190696ec855f7f2bc36f0c5b | refs/heads/master | 2022-07-12T19:46:52.300000 | 2020-06-24T15:02:17 | 2020-06-24T15:02:17 | 229,971,786 | 0 | 0 | null | false | 2022-06-29T17:52:04 | 2019-12-24T16:23:26 | 2020-06-24T15:04:21 | 2022-06-29T17:52:04 | 5,898 | 0 | 0 | 9 | Java | false | false | package com.unesco.core.services.dataService.schedule.pairService;
import com.unesco.core.dto.additional.ResponseStatusDTO;
import com.unesco.core.dto.plan.EducationPeriodDTO;
import com.unesco.core.dto.shedule.LessonDTO;
import com.unesco.core.dto.shedule.PairDTO;
import com.unesco.core.entities.plan.EducationPeriodE... | UTF-8 | Java | 1,099 | java | IPairDataService.java | Java | [] | null | [] | package com.unesco.core.services.dataService.schedule.pairService;
import com.unesco.core.dto.additional.ResponseStatusDTO;
import com.unesco.core.dto.plan.EducationPeriodDTO;
import com.unesco.core.dto.shedule.LessonDTO;
import com.unesco.core.dto.shedule.PairDTO;
import com.unesco.core.entities.plan.EducationPeriodE... | 1,099 | 0.812557 | 0.812557 | 21 | 51.333332 | 29.726265 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 15 |
8b0992f77c4b6ac287954f3de84064d6cb00edd4 | 20,169,166,444,692 | 0d997e4f56b9b09c13868ab75892152b141d17bf | /Programmierkurs/src/ComcaveProgramme/Aufgabe_sind_sortiert.java | 5be728053c136887a3bc7b6e5b76666533267f0b | [] | no_license | Djoraan/Programmierkurs | https://github.com/Djoraan/Programmierkurs | c30d3e15ab4fe97f8c4b63375e8f340489bd73f7 | 7859abda1aeb20b2109435b8ff8591871ab7f7ba | refs/heads/master | 2016-09-13T04:27:59.904000 | 2016-05-18T14:21:38 | 2016-05-18T14:21:38 | 58,612,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ComcaveProgramme;
import java.util.Scanner;
public class Aufgabe_sind_sortiert {
public static void main(String[] args) {
// 1.
// Implementiert eine Methode "sind_sortiert()",
// die 5 Ganzzahlen entgegen nimmt u.
// "true" zurรผck gibt, wenn die รผbergebenen Zahlen aufsteigend sortiert sind,
// s... | ISO-8859-1 | Java | 2,267 | java | Aufgabe_sind_sortiert.java | Java | [
{
"context": " die Methode fรผr mehrere Kombinationen.\r\n//\r\n//\t2. dito fรผr 5 Flieรkommazahlen\r\n\t\t\r\n\t\tScanner objScanner ",
"end": 408,
"score": 0.9097877740859985,
"start": 404,
"tag": "NAME",
"value": "dito"
},
{
"context": "s Array nicht sortiert fรผge der Ausgabe das Wo... | null | [] | package ComcaveProgramme;
import java.util.Scanner;
public class Aufgabe_sind_sortiert {
public static void main(String[] args) {
// 1.
// Implementiert eine Methode "sind_sortiert()",
// die 5 Ganzzahlen entgegen nimmt u.
// "true" zurรผck gibt, wenn die รผbergebenen Zahlen aufsteigend sortiert sind,
// s... | 2,267 | 0.610275 | 0.593003 | 83 | 25.204819 | 29.62446 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.120482 | false | false | 15 |
31fb4d5a13135e057fd6c883293fbc45487358bd | 16,758,962,423,999 | 0adf9a6d0de1cce3c3da189584a1ed21fc9664ee | /NovaCore-GameEngine/src/net/zeeraa/novacore/spigot/gameengine/module/modules/game/triggers/TriggerFlag.java | 5de692f00635ef5c5a1f621e9e81b74dc2225171 | [
"MIT"
] | permissive | AntonUden/NovaCore | https://github.com/AntonUden/NovaCore | af6ce9f2002d15e2d1a6ca00e06358c08054201b | f347f86cbe7d3e6836ed79fdb68c05c4c932d1a8 | refs/heads/master | 2023-07-18T23:34:15.359000 | 2023-07-15T15:31:45 | 2023-07-15T15:31:45 | 279,360,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.zeeraa.novacore.spigot.gameengine.module.modules.game.triggers;
import org.bukkit.event.EventPriority;
import net.zeeraa.novacore.spigot.gameengine.module.modules.game.Game;
import net.zeeraa.novacore.spigot.gameengine.module.modules.game.events.GameEndEvent;
import net.zeeraa.novacore.spigot.gameengine.m... | UTF-8 | Java | 3,943 | java | TriggerFlag.java | Java | [
{
"context": "n be added to a {@link GameTrigger}\n * \n * @author Zeeraa\n *\n */\npublic enum TriggerFlag {\n\t/**\n\t * Prevent",
"end": 800,
"score": 0.6256144046783447,
"start": 794,
"tag": "USERNAME",
"value": "Zeeraa"
}
] | null | [] | package net.zeeraa.novacore.spigot.gameengine.module.modules.game.triggers;
import org.bukkit.event.EventPriority;
import net.zeeraa.novacore.spigot.gameengine.module.modules.game.Game;
import net.zeeraa.novacore.spigot.gameengine.module.modules.game.events.GameEndEvent;
import net.zeeraa.novacore.spigot.gameengine.m... | 3,943 | 0.717474 | 0.717474 | 124 | 30.806452 | 28.643154 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.104839 | false | false | 15 |
1847b857958dc19c8b199c29eccf267b13da869a | 21,139,829,058,774 | f6f64cacfaeccc370a8be817b1d7a67d9fdceee7 | /04-spring-jms-annotations/src/main/java/be/ordina/kickstart/jms/Sender.java | 95124f89685313fc1c01ab4268c7ae460fc3b6e9 | [] | no_license | tomverelst/ordina-kickstart-jms-solutions | https://github.com/tomverelst/ordina-kickstart-jms-solutions | 13f0b7616825479498f93747b0346a7676ad6339 | 0a0c57452cf3bc19563e2909e9e23d5033a2ea10 | refs/heads/master | 2016-09-06T15:17:40.537000 | 2015-09-21T09:39:08 | 2015-09-21T09:39:08 | 42,856,742 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.ordina.kickstart.jms;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.core.JmsTemplate;
import org.springframework.stereotype.Component;
@Component
public class Sender {
@Autowired
private JmsTemplate jmsTemplate;
public void sendMessage(final Str... | UTF-8 | Java | 461 | java | Sender.java | Java | [] | null | [] | package be.ordina.kickstart.jms;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.core.JmsTemplate;
import org.springframework.stereotype.Component;
@Component
public class Sender {
@Autowired
private JmsTemplate jmsTemplate;
public void sendMessage(final Str... | 461 | 0.733189 | 0.733189 | 19 | 23.263159 | 22.111778 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 15 |
c6a740e05e5eaa795b8bc573057d8290e112fc4d | 14,766,097,582,161 | cdda47da4fa807cda7f39dab38c9e2f081b9b81d | /spring-usage/modules/spring-cache/src/test/java/com/spring/cache/test/EhCacheTest.java | c7951d50fccd4312d886d2029707340277ef6d47 | [] | no_license | NobodyzHome/Nobody | https://github.com/NobodyzHome/Nobody | c44ac97efdb7322869b74f6a9780d894314a7d6f | d6193f780465ad4d3163e40a985a380512172917 | refs/heads/master | 2020-03-27T02:44:09.725000 | 2019-01-22T06:22:00 | 2019-01-22T06:22:00 | 71,862,396 | 0 | 1 | null | false | 2018-04-25T01:47:05 | 2016-10-25T05:25:10 | 2018-04-24T01:01:42 | 2018-04-25T01:47:04 | 11 | 0 | 1 | 0 | null | false | null | package com.spring.cache.test;
import static org.junit.Assert.assertTrue;
import java.util.Date;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.cache.CacheManager;
import org.springframework.cache.concurrent.ConcurrentMapCacheManager;
import org.springframework.context.annotation.Annotati... | UTF-8 | Java | 4,217 | java | EhCacheTest.java | Java | [] | null | [] | package com.spring.cache.test;
import static org.junit.Assert.assertTrue;
import java.util.Date;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.cache.CacheManager;
import org.springframework.cache.concurrent.ConcurrentMapCacheManager;
import org.springframework.context.annotation.Annotati... | 4,217 | 0.796416 | 0.769176 | 107 | 38.121494 | 30.00396 | 91 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.551402 | false | false | 15 |
6e03af94041ffdb98751b0134060c6c0568c7fe7 | 28,561,532,550,100 | a67ead44491f861dd992db981b0716cb7feafa9a | /app/src/main/java/com/llp/lunchkaki/models/User.java | b1494da94c2c2a179b739484fd0298dcd47c6d22 | [] | no_license | brianfwz/lkk | https://github.com/brianfwz/lkk | 45923781591576b6092942754c6b6f80840d181b | 54f9f7f2906da267c6b5616dc66240dcb23a321e | refs/heads/master | 2018-12-30T13:37:37.820000 | 2016-05-05T03:50:52 | 2016-05-05T03:50:52 | 49,814,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.llp.lunchkaki.models;
import android.util.Log;
import android.util.StringBuilderPrinter;
import android.view.View;
import android.widget.TextView;
import com.facebook.login.LoginManager;
import com.llp.lunchkaki.R;
import com.llp.lunchkaki.activities.AbstractActivity;
import com.llp.lunchkaki.activities.C... | UTF-8 | Java | 10,200 | java | User.java | Java | [] | null | [] | package com.llp.lunchkaki.models;
import android.util.Log;
import android.util.StringBuilderPrinter;
import android.view.View;
import android.widget.TextView;
import com.facebook.login.LoginManager;
import com.llp.lunchkaki.R;
import com.llp.lunchkaki.activities.AbstractActivity;
import com.llp.lunchkaki.activities.C... | 10,200 | 0.619706 | 0.618529 | 223 | 44.73991 | 38.188049 | 217 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735426 | false | false | 15 |
c169231b60251169dd9452be245768ef8f29b221 | 532,576,010,768 | a5a59b81b164b17e5a7f7699ed642af16c7fdbad | /src/FileDoesNotExistInDirectory.java | 048b92743171fb2bbd953dbad0dfd8cb65e68335 | [] | no_license | chaimite/AE2 | https://github.com/chaimite/AE2 | c1df53d1ba2d775b2b23eeb8159fe38e1902c4b7 | 876bb65e9d23f7e851ce65350dd165857cd5fb5f | refs/heads/master | 2020-05-28T05:45:28.284000 | 2019-05-27T19:45:27 | 2019-05-27T19:45:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.InputMismatchException;
public class FileDoesNotExistInDirectory extends NullPointerException
{
public FileDoesNotExistInDirectory(){
System.err.println("You must introduce a file name that exists in the directory.");
}
}
| UTF-8 | Java | 243 | java | FileDoesNotExistInDirectory.java | Java | [] | null | [] | import java.util.InputMismatchException;
public class FileDoesNotExistInDirectory extends NullPointerException
{
public FileDoesNotExistInDirectory(){
System.err.println("You must introduce a file name that exists in the directory.");
}
}
| 243 | 0.81893 | 0.81893 | 8 | 29.375 | 32.066093 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 15 |
6ab18d46be8a57fc59d68cdc08bde4b89d77155f | 9,113,920,640,158 | af40dc95440bd002334b94288f095ae8ec295b86 | /app/TransitionDemo/app/src/main/java/com/example/hasee/transitiondemo/fragment/ChangeImageTransformFragment.java | 5143f1345c3192e47996e5f333e4231c0fd7bee6 | [] | no_license | zz51233273/android-project | https://github.com/zz51233273/android-project | 92ba43e322ad3c76ad13df7402e840aebe84bd0a | 857a3d166beaca9b22406a74cb5ba82ddd00f883 | refs/heads/master | 2021-09-16T18:09:48.887000 | 2018-03-18T04:49:12 | 2018-03-18T04:49:12 | 113,308,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hasee.transitiondemo.fragment;
import android.graphics.Matrix;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.transition.ChangeImageTransform;
import android.transition.Transition;
import android.transition.TransitionMana... | UTF-8 | Java | 2,467 | java | ChangeImageTransformFragment.java | Java | [] | null | [] | package com.example.hasee.transitiondemo.fragment;
import android.graphics.Matrix;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.transition.ChangeImageTransform;
import android.transition.Transition;
import android.transition.TransitionMana... | 2,467 | 0.735711 | 0.732469 | 72 | 33.263889 | 24.40571 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 15 |
d4c35c16f4247fdfd4cfe274e7957af8b5124afd | 18,219,251,284,679 | 24776e69d8e9a35228d35ce8c63a200b9e8a503b | /src/main/java/lou/ignite/servicegrid/FiboService.java | 8cc410a14d34d395ce261209a8044ad463f555bc | [] | no_license | phucnguyen81/apache-ignite-examples | https://github.com/phucnguyen81/apache-ignite-examples | a53cdaf96e862ed446fe01b1b5342a8a74cb1fc3 | caf301ac219de2b42f7fe35c528ff131598e7f6f | refs/heads/master | 2020-03-26T01:53:05.160000 | 2018-08-11T13:29:22 | 2018-08-11T13:29:22 | 144,387,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lou.ignite.servicegrid;
import java.math.BigInteger;
public interface FiboService {
/**
* Returns the ith number in fibonacci sequence if available, else
* returns null.
*/
BigInteger fibo(int i);
}
| UTF-8 | Java | 232 | java | FiboService.java | Java | [] | null | [] | package lou.ignite.servicegrid;
import java.math.BigInteger;
public interface FiboService {
/**
* Returns the ith number in fibonacci sequence if available, else
* returns null.
*/
BigInteger fibo(int i);
}
| 232 | 0.685345 | 0.685345 | 11 | 20.09091 | 19.846935 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 15 |
0c33add30bce054be1f37c073cf3d171557137e3 | 12,266,426,653,289 | c9b829de269bf8eae8c12dcf64b82eb8ae2226d6 | /fanchang/eoeLearnjava2013-12-30/src/com/eoe/se2/day04/IoDownLoad.java | a666797c39a0fe7b1ea12c8f2017c8593da06d32 | [] | no_license | ymns/eoeGeekCamp-201312 | https://github.com/ymns/eoeGeekCamp-201312 | 3a69db5a0a79ed02928f3a68d2c3a7200e6ea0f3 | 312b863599ec2606e82a264c0f88c4214b02d869 | refs/heads/master | 2021-01-17T05:24:00.304000 | 2014-02-20T12:45:57 | 2014-02-20T12:45:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eoe.se2.day04;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class IoDownLoad {
/**
* ๅผๆญฅไธ่ฝฝๅคไธชๆไปถ
*
* @param args
*/
// ๅพ
้ไธ่ฝฝๅ่กจ่ทฏๅพ
... | UTF-8 | Java | 3,391 | java | IoDownLoad.java | Java | [] | null | [] | package com.eoe.se2.day04;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class IoDownLoad {
/**
* ๅผๆญฅไธ่ฝฝๅคไธชๆไปถ
*
* @param args
*/
// ๅพ
้ไธ่ฝฝๅ่กจ่ทฏๅพ
... | 3,391 | 0.617092 | 0.609805 | 141 | 20.411348 | 15.687132 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.957447 | false | false | 15 |
5ba56eeb5b93fd1dba51be2098fb1575f0884bd1 | 8,564,164,793,822 | d63dce6a692d4b322da696a82de8c2a7ce43fd48 | /src/model/Volunteer.java | 50f03a730a8ab4318883128d1dfb174a4387b0c1 | [] | no_license | tcss360win2018group5/T360WIN18-GROUP5-PROJECT | https://github.com/tcss360win2018group5/T360WIN18-GROUP5-PROJECT | 182c780a510ab251676e8c715a6e1f1452a50bf4 | 073b34d162cf74ecaf16c283577fb85c8434b57c | refs/heads/master | 2021-05-10T14:11:43.904000 | 2018-03-05T18:11:46 | 2018-03-05T18:11:46 | 118,508,610 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.Objects;
public final class Volunteer extends User implements Serializable {
public static final int MINIMUM_DAYS_BEFORE_JOB_START = 3;
/** The current jobs this Volunteer is signed u... | UTF-8 | Java | 5,030 | java | Volunteer.java | Java | [] | null | [] |
package model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.GregorianCalendar;
import java.util.Objects;
public final class Volunteer extends User implements Serializable {
public static final int MINIMUM_DAYS_BEFORE_JOB_START = 3;
/** The current jobs this Volunteer is signed u... | 5,030 | 0.6167 | 0.613519 | 153 | 31.869282 | 26.524792 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287582 | false | false | 15 |
df7efe72d7abc35f6ffe18d5a739a181696f41c8 | 31,748,398,259,904 | 4b9b5f6e118efab76938004b810c10ce6daa0eb5 | /src/main/java/is/ru/stringcalculator/Calculator.java | 21069ae98665fb59baa6367c2dd044a26233ff4a | [] | no_license | jonj12/stringcalculatorOld | https://github.com/jonj12/stringcalculatorOld | 3c059c0a1cf158b5bd8708d11a549e5f50cf5621 | 248867c232fa2fb90c9e352ee61118b227ad5eae | refs/heads/master | 2021-01-20T17:39:59.915000 | 2014-10-18T16:24:50 | 2014-10-18T16:24:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.ru.stringcalculator;
import java.util.ArrayList;
public class Calculator {
public static int add(String text){
if(text.equals("")){
return 0;
}
else if(text.contains(",") || text.contains("\n"))
{
return sum(splitNumbers(text));
}
else if(text.contains("-"))
{
return negativ... | UTF-8 | Java | 1,862 | java | Calculator.java | Java | [] | null | [] | package is.ru.stringcalculator;
import java.util.ArrayList;
public class Calculator {
public static int add(String text){
if(text.equals("")){
return 0;
}
else if(text.contains(",") || text.contains("\n"))
{
return sum(splitNumbers(text));
}
else if(text.contains("-"))
{
return negativ... | 1,862 | 0.557465 | 0.549946 | 92 | 19.22826 | 17.738501 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956522 | false | false | 15 |
73dd9d5b7c8dad55db146d10654f3893a41cf0b6 | 31,748,398,257,905 | b842f6e5ef2fdea2cea94e4a4192f44873af31b2 | /src/main/java/br/com/pontek/util/converter/MoedaConverter.java | 72033b4198fff22595589d57f1efef110f0a38d1 | [] | no_license | elvesw/contas-pagar-receber | https://github.com/elvesw/contas-pagar-receber | 13a09d9f3c8770691e72edc177cb73daef6f1c7f | 856d6a65351901d0bf578c5fb4ba959041146dfd | refs/heads/master | 2020-05-21T14:59:17.308000 | 2018-07-14T21:53:16 | 2018-07-14T21:53:16 | 63,038,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.pontek.util.converter;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.convert.FacesConverter;
@FacesConverter("moedaConverter")
public cl... | UTF-8 | Java | 998 | java | MoedaConverter.java | Java | [] | null | [] | package br.com.pontek.util.converter;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.convert.FacesConverter;
@FacesConverter("moedaConverter")
public cl... | 998 | 0.664329 | 0.621242 | 31 | 30.258064 | 23.834061 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.451613 | false | false | 15 |
9f67dc1c870e9b1c736ba9ef1a40556265303e0b | 18,614,388,306,251 | ed7e83d7a61849998447c63dca8e4ba3487fd359 | /Final web/MLB-OOP-2020-S2-G49 -Event Management System/src/sponserServlet/CreatespoServlet.java | c045460cecdc9b65227b2b3fc666ca73cabff394 | [] | no_license | thilakshi-123/OOP | https://github.com/thilakshi-123/OOP | a47c77bd8b3d6853dde014442e95a14b9c890237 | 9a505b479065b1dd82c72f437c414df90f13b97f | refs/heads/master | 2023-06-11T21:35:27.751000 | 2021-07-05T11:36:03 | 2021-07-05T11:36:03 | 383,115,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sponserServlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import ... | UTF-8 | Java | 1,707 | java | CreatespoServlet.java | Java | [] | null | [] | package sponserServlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import ... | 1,707 | 0.759813 | 0.759227 | 56 | 29.482143 | 25.997932 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964286 | false | false | 15 |
1136b516de512f0088549aa6f0883fc3bde4c908 | 26,972,394,685,808 | f9bb131b4a0e13dc43894f63652d744539c61af6 | /src/test/java/se/bjurr/gitchangelog/api/model/CommitTest.java | 11356fdcd258ce8763981607d99085d3aabc5727 | [
"Apache-2.0"
] | permissive | tomasbjerre/git-changelog-lib | https://github.com/tomasbjerre/git-changelog-lib | 933c7e85f63d021fba005b32fe9ca0abf09004bd | 778a7bc645a99f63d063e114a7d0a89a5eeea2e4 | refs/heads/master | 2023-08-09T20:07:06.629000 | 2023-07-30T10:50:15 | 2023-07-30T10:50:15 | 45,854,016 | 178 | 101 | Apache-2.0 | false | 2023-09-11T15:44:14 | 2015-11-09T17:21:59 | 2023-08-22T19:30:57 | 2023-09-11T15:44:13 | 4,415 | 177 | 88 | 23 | Java | false | false | package se.bjurr.gitchangelog.api.model;
import static org.assertj.core.api.Assertions.assertThat;
import java.util.Arrays;
import org.junit.Test;
public class CommitTest {
private final String messageOnlyOneLineAfterTitle =
" message title\n * The first item\n * The second item";
private final String me... | UTF-8 | Java | 4,632 | java | CommitTest.java | Java | [] | null | [] | package se.bjurr.gitchangelog.api.model;
import static org.assertj.core.api.Assertions.assertThat;
import java.util.Arrays;
import org.junit.Test;
public class CommitTest {
private final String messageOnlyOneLineAfterTitle =
" message title\n * The first item\n * The second item";
private final String me... | 4,632 | 0.743092 | 0.743092 | 94 | 48.276596 | 32.192043 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414894 | false | false | 15 |
738c375bc1043c4f0151cbac8fb7afafead159d2 | 26,972,394,687,654 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/com/fasterxml/jackson/databind/ser/std/DateTimeSerializerBase.java | c08bf5fcd7a95fd36496fd8eb1e3915cbf5d2636 | [] | no_license | stanvanrooy/decompiled-instagram | https://github.com/stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155000 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fasterxml.jackson.databind.ser.std;
import com.fasterxml.jackson.databind.JsonSerializer;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
import p000X.Constants;
import p000X.C06;
import p0... | UTF-8 | Java | 3,930 | java | DateTimeSerializerBase.java | Java | [] | null | [] | package com.fasterxml.jackson.databind.ser.std;
import com.fasterxml.jackson.databind.JsonSerializer;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
import p000X.Constants;
import p000X.C06;
import p0... | 3,930 | 0.552163 | 0.501272 | 113 | 33.778763 | 28.820696 | 237 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725664 | false | false | 15 |
65eab00f37f69a39d828fdb6e07f4d8d942c2a38 | 5,403,068,927,565 | 636adfc0d278cbaf4eb096dc36102ad387446bfa | /src/main/java/com/infoclinika/mssharing/integration/test/data/LockMassData.java | 04132fc84b3a0241f7ff1316ef0376fba0981180 | [] | no_license | Ordinec/automationFrameworkExample | https://github.com/Ordinec/automationFrameworkExample | f62515e8182e3cca63c4da46d41d6caf7340093e | f5a73354eab84796e5a21c309a8a6a7e8de607a2 | refs/heads/master | 2016-06-01T02:15:06.567000 | 2015-06-12T17:55:21 | 2015-06-12T17:55:21 | 34,224,693 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infoclinika.mssharing.integration.test.data;
/**
* @author Sergii Moroz
*/
public class LockMassData {
private double lockMassValue;
private String lockMassCharge;
public LockMassData(){
this.lockMassValue = 1.1;
this.lockMassCharge = "+2";
}
public Loc... | UTF-8 | Java | 1,124 | java | LockMassData.java | Java | [
{
"context": "ssharing.integration.test.data;\r\n\r\n/**\r\n * @author Sergii Moroz\r\n */\r\npublic class LockMassData {\r\n private doub",
"end": 88,
"score": 0.9632152915000916,
"start": 76,
"tag": "NAME",
"value": "Sergii Moroz"
}
] | null | [] | package com.infoclinika.mssharing.integration.test.data;
/**
* @author <NAME>
*/
public class LockMassData {
private double lockMassValue;
private String lockMassCharge;
public LockMassData(){
this.lockMassValue = 1.1;
this.lockMassCharge = "+2";
}
public LockMassD... | 1,118 | 0.669039 | 0.66637 | 41 | 25.414635 | 23.194801 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 15 |
fee68bc10a15ffa91628c865ba371791c82d5fa2 | 27,410,481,334,205 | c54d9142d97744fd8de3083be0cb50daab9a58fc | /src/engine/interfaces/ICamera.java | a86277649fc635af4b4359f6a210816f4034e012 | [] | no_license | dtrajko/fancyEngine | https://github.com/dtrajko/fancyEngine | 07034c4e7cb050b04d80726bd0090adaed667ec1 | 26c79665d719575a8ac982971a0162fc48443108 | refs/heads/master | 2021-06-24T15:15:54.752000 | 2019-04-16T06:49:11 | 2019-04-16T06:49:11 | 134,029,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine.interfaces;
import org.joml.Matrix4f;
import org.joml.Vector3f;
public interface ICamera {
Matrix4f getViewMatrix();
Vector3f getPosition();
Vector3f getRotation();
Matrix4f updateViewMatrix();
Matrix4f getProjectionViewMatrix();
float getPitch();
}
| UTF-8 | Java | 275 | java | ICamera.java | Java | [] | null | [] | package engine.interfaces;
import org.joml.Matrix4f;
import org.joml.Vector3f;
public interface ICamera {
Matrix4f getViewMatrix();
Vector3f getPosition();
Vector3f getRotation();
Matrix4f updateViewMatrix();
Matrix4f getProjectionViewMatrix();
float getPitch();
}
| 275 | 0.778182 | 0.752727 | 15 | 17.333334 | 12.610401 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 15 |
2b2cc9faaaa789ffa34f40dc31c9237f3446c50b | 16,801,912,100,502 | 6b4cdc6e5c461ed4ab0490de5a0e7e66a6a7d26f | /OpaAPI/src/main/java/gov/nara/opa/api/dataaccess/impl/user/UserAccountJDBCTemplate.java | 20230384d67569ea6e191b493842a9dcb394cc74 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | usnationalarchives/catalog-source | https://github.com/usnationalarchives/catalog-source | c281dd2963cc204313202c7d9bc2b4e5a942f089 | 74187b9096a388c033ff1f5ca4ec6634b5bba69e | refs/heads/master | 2022-12-23T10:25:40.725000 | 2018-10-01T14:34:56 | 2018-10-01T14:34:56 | 151,100,359 | 5 | 0 | NOASSERTION | false | 2022-12-16T01:33:10 | 2018-10-01T14:15:31 | 2021-08-19T04:07:19 | 2022-12-16T01:33:06 | 10,164 | 5 | 0 | 57 | Java | false | false | package gov.nara.opa.api.dataaccess.impl.user;
import gov.nara.opa.api.dataaccess.user.UserAccountDao;
import gov.nara.opa.api.validation.administrator.AdministratorSearchAccountsRequestParameters;
import gov.nara.opa.architecture.dataaccess.AbstractOpaDbJDBCTemplate;
import gov.nara.opa.architecture.utils.TimestampUt... | UTF-8 | Java | 16,141 | java | UserAccountJDBCTemplate.java | Java | [] | null | [] | package gov.nara.opa.api.dataaccess.impl.user;
import gov.nara.opa.api.dataaccess.user.UserAccountDao;
import gov.nara.opa.api.validation.administrator.AdministratorSearchAccountsRequestParameters;
import gov.nara.opa.architecture.dataaccess.AbstractOpaDbJDBCTemplate;
import gov.nara.opa.architecture.utils.TimestampUt... | 16,141 | 0.743077 | 0.742519 | 453 | 34.631348 | 27.345934 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.503311 | false | false | 15 |
ec89b85bd3f85bd9a9604edc8ef807002b34c291 | 17,033,840,301,597 | 6f67adc01db0d04d2de15b724ea5425a3354268f | /Sources/src/main/java/com/example/fptacademysystem/services/IStudentclass.java | f7b72f6f55759d72ac083085f8449364334b6e4d | [] | no_license | killertrack01/fpt-cms-system | https://github.com/killertrack01/fpt-cms-system | 5fbbdf6db87366c9b59bf9f97b44e9b4a743dce0 | 83e6a90eb8c7a2e98f470d5e77d59322d929d7bd | refs/heads/main | 2023-07-12T11:19:29.083000 | 2021-09-02T08:49:09 | 2021-09-02T08:49:09 | 395,140,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fptacademysystem.services;
import java.util.Date;
import java.util.List;
import com.example.fptacademysystem.dto.StudentDTO;
import com.example.fptacademysystem.dto.StudentGroupDTO;
import com.example.fptacademysystem.dto.SubjectDetailsDTO;
import com.example.fptacademysystem.model.*;
public int... | UTF-8 | Java | 1,725 | java | IStudentclass.java | Java | [] | null | [] | package com.example.fptacademysystem.services;
import java.util.Date;
import java.util.List;
import com.example.fptacademysystem.dto.StudentDTO;
import com.example.fptacademysystem.dto.StudentGroupDTO;
import com.example.fptacademysystem.dto.SubjectDetailsDTO;
import com.example.fptacademysystem.model.*;
public int... | 1,725 | 0.811594 | 0.811594 | 37 | 45.62162 | 26.332952 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.918919 | false | false | 15 |
918eaa53e38f9d5d3f478758f273ff3d8c5b0603 | 29,119,878,331,066 | 9dc405b08f73652ab85cff5cd4cc0c1f95b30178 | /src/main/java/com/woniu/service/impl/UserService.java | a1798175da7dc82c2cf17caae5dc71a1f7a93d9d | [] | no_license | tjx0722/wallet | https://github.com/tjx0722/wallet | e99f118368383ec31828c4e86d4b19511c2157c3 | 2558152ad363f0a127427cd32fb5390ba1a298bb | refs/heads/master | 2022-08-12T17:33:06.386000 | 2019-09-09T15:45:11 | 2019-09-09T15:45:11 | 203,118,265 | 1 | 0 | null | false | 2022-06-21T01:41:56 | 2019-08-19T07:11:49 | 2019-10-14T05:33:54 | 2022-06-21T01:41:53 | 3,716 | 1 | 0 | 5 | Java | false | false | package com.woniu.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.apache.ibatis.session.RowBounds;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.woniu.dao.UserMapper;
import com.woniu.dao.Userro... | UTF-8 | Java | 3,181 | java | UserService.java | Java | [] | null | [] | package com.woniu.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.apache.ibatis.session.RowBounds;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.woniu.dao.UserMapper;
import com.woniu.dao.Userro... | 3,181 | 0.709299 | 0.706442 | 123 | 23.617886 | 18.516317 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.96748 | false | false | 15 |
bb3945bb2f42725b6e0f275ac3603dca17f4264c | 20,925,080,699,756 | 16d338c9387218109421c27fd1d60d4ad8ed1702 | /JustEat/src/alloresto/salade.java | d1508c6a3838b902cf5b09d2ae91b398f7235e33 | [] | no_license | LoganL83/JustEat | https://github.com/LoganL83/JustEat | e159fbdc829a5e2cca607e5c256722b792d96575 | 14da41ea9cb7785cc05d2b07d0ebd339e9203eb9 | refs/heads/master | 2020-03-25T20:37:36.411000 | 2018-08-09T10:52:10 | 2018-08-09T10:52:10 | 144,139,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package alloresto;
public class salade extends repas{
}
| UTF-8 | Java | 63 | java | salade.java | Java | [] | null | [] | package alloresto;
public class salade extends repas{
}
| 63 | 0.714286 | 0.714286 | 5 | 10.6 | 13.558761 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 15 |
0cb4851cb341f43b2473f15d65016bbf5dfaa019 | 20,925,080,696,558 | f5bdab1cf0b453955a5f2ae3f386dcd49baafcd2 | /src/main/java/usjt_ecp6anmca1/veiculos/model/service/VeiculoService.java | 6f28d6a940a2687fe50eea30b3acb426dfb914ab | [] | no_license | SamuelLopes96/ECP6AN-MCA1 | https://github.com/SamuelLopes96/ECP6AN-MCA1 | 50eee967bc5286e5b712154569570bf8804842e8 | eb6107d57dc6b696ad6270199587dcc910ed6686 | refs/heads/master | 2022-07-09T00:31:54.174000 | 2019-06-27T02:40:40 | 2019-06-27T02:40:40 | 194,006,703 | 0 | 0 | null | false | 2022-06-21T01:21:14 | 2019-06-27T02:12:28 | 2019-06-27T02:42:07 | 2022-06-21T01:21:11 | 55 | 0 | 0 | 1 | Java | false | false | package usjt_ecp6anmca1.veiculos.model.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
import usjt_ecp6anmca1.v... | UTF-8 | Java | 618 | java | VeiculoService.java | Java | [] | null | [] | package usjt_ecp6anmca1.veiculos.model.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
import usjt_ecp6anmca1.v... | 618 | 0.833333 | 0.820388 | 25 | 23.719999 | 23.636446 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 15 |
7b7d5f577484dffcefea326f532c451714b85d8c | 30,116,310,694,154 | b78d817bd2e42d2b6c799bba371f488359d68130 | /Evidence_prijmu_a_vydaju/src/evidence_prijmu_a_vydaju/CreateRecord.java | ac266b2b2130dd61251a4023fb56f2db36460f9f | [] | no_license | XuuRee/app-account-g | https://github.com/XuuRee/app-account-g | a861da2df8fc2c3b698435d2ea07e542d055fc8f | 53031d63f56cb8e7bc5c5ccb113767aa110d7217 | refs/heads/master | 2021-07-23T10:30:44.784000 | 2017-06-21T10:13:12 | 2017-06-21T10:13:12 | null | 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 evidence_prijmu_a_vydaju;
import evidence_prijmu_a_vydaju.backend.Manager;
import evidence_prijmu_a_vydaju.backend.Payment;
im... | UTF-8 | Java | 18,127 | java | CreateRecord.java | Java | [
{
"context": "me;\nimport java.awt.EventQueue;\n\n/**\n *\n * @author lsuchanek\n */\npublic class CreateRecord extends JDialog {\n\n",
"end": 905,
"score": 0.9994930028915405,
"start": 896,
"tag": "USERNAME",
"value": "lsuchanek"
}
] | 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 evidence_prijmu_a_vydaju;
import evidence_prijmu_a_vydaju.backend.Manager;
import evidence_prijmu_a_vydaju.backend.Payment;
im... | 18,127 | 0.616098 | 0.608485 | 398 | 44.545227 | 35.879498 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673367 | false | false | 15 |
f94abd45345cdd273585810afd49de6b5a73017c | 15,513,421,931,018 | 8ad535f9448217da370edec0dd9397b3ad806b93 | /Smartx/Code/smartprj/src/main/java/com/smartxp/api/domain/PendingProjectInfo.java | 329870a513c4a38c811b653b033d6fd7db1bb048 | [] | no_license | savesong/Project | https://github.com/savesong/Project | c4b6b72e6ea4a2c82304da880b9cb616a2213ebc | 452343a6df1b001081dbe499c74df4844d4538e8 | refs/heads/master | 2016-09-23T07:06:19.729000 | 2016-08-25T06:43:26 | 2016-08-25T06:58:31 | 59,801,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartxp.api.domain;
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
public class PendingProjectInfo implements Serializable {
private static final long serialVersionUID = 4162645774556463726L;
private long project_id;
private int pending_project_... | UTF-8 | Java | 911 | java | PendingProjectInfo.java | Java | [] | null | [] | package com.smartxp.api.domain;
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
public class PendingProjectInfo implements Serializable {
private static final long serialVersionUID = 4162645774556463726L;
private long project_id;
private int pending_project_... | 911 | 0.756312 | 0.734358 | 38 | 22.973684 | 21.822836 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 15 |
27e068a533c6067e809cb81028e7b082d920991a | 21,363,167,388,398 | 2a4fd7ecba12ccf9994ac13a994538df1d8394a4 | /app/src/main/java/com/rommelbendel/scanQ/impaired/visually/OnCommandListener.java | 8b87c28c597e5358097c1d255ac4a58dd0e5d255 | [] | no_license | marrommel/ScanQ | https://github.com/marrommel/ScanQ | eb915e50ba6e0032355bee394c76c979058e1078 | 8e6751d3fd3a56050f044c1788e694f357e63c39 | refs/heads/master | 2023-02-20T23:40:49.007000 | 2021-01-24T15:58:37 | 2021-01-24T15:58:37 | 283,950,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rommelbendel.scanQ.impaired.visually;
import java.util.List;
public interface OnCommandListener {
boolean onCommand(String command);
void onCommandNotFound(String mostLikelyCommand, List<String> possibleCommands);
}
| UTF-8 | Java | 246 | java | OnCommandListener.java | Java | [
{
"context": "package com.rommelbendel.scanQ.impaired.visually;\r\n\r\nimport java.util.List",
"end": 24,
"score": 0.6940835118293762,
"start": 12,
"tag": "USERNAME",
"value": "rommelbendel"
}
] | null | [] | package com.rommelbendel.scanQ.impaired.visually;
import java.util.List;
public interface OnCommandListener {
boolean onCommand(String command);
void onCommandNotFound(String mostLikelyCommand, List<String> possibleCommands);
}
| 246 | 0.780488 | 0.780488 | 8 | 28.75 | 27.544283 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 15 |
8484371708ba8d49880afd162512ce6ed8c3d17a | 34,703,335,755,829 | 0c26de85ea9cbfc5af4d959f2693d648a5b4c717 | /Challange2-javacode/src/Rahul/LogoutServlet.java | b71d4b749b426dee1292976f23f322422db3e320 | [] | no_license | RahulkumarPa/MavennetChallenge | https://github.com/RahulkumarPa/MavennetChallenge | 8097c7cf5e560b2e141265ed4f141ce150e95a93 | 2c7fb7dc3bf259c66c1b289c160caec43990dd90 | refs/heads/master | 2020-07-04T04:36:09.998000 | 2019-08-13T14:29:16 | 2019-08-13T14:29:16 | 202,158,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Rahul;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
/**
* LogoutServlet A Servlet that provide connection to the jsp... | UTF-8 | Java | 825 | java | LogoutServlet.java | Java | [
{
"context": "nnection to the jsp file\n* for a logout.\n* @author Rahulkumar Patel\n* @version 1.0 (13/08/2019)\n*/\npublic class Logou",
"end": 368,
"score": 0.9998923540115356,
"start": 352,
"tag": "NAME",
"value": "Rahulkumar Patel"
}
] | null | [] | package Rahul;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
/**
* LogoutServlet A Servlet that provide connection to the jsp... | 815 | 0.744242 | 0.732121 | 31 | 25.612904 | 21.53718 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.935484 | false | false | 15 |
4ab05edd396f37a456f6d87c0c0d8749b9e061b6 | 34,806,414,979,637 | 558b5f601c7b93c0a42bb50caec47f7e898e150e | /MergeSortedArray.java | 505aebc9cff72d7fd5870f4f9875169a3607f7df | [] | no_license | upasee/Practice | https://github.com/upasee/Practice | 6518619aee59f798462b66486db20e71773c9ea7 | ecffdf92d60f0cd476fa3e99d8f7cdb76176f281 | refs/heads/master | 2021-01-10T19:27:53.361000 | 2015-09-16T03:19:16 | 2015-09-16T03:19:16 | 42,092,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MergeSortedArray {
public void merge(int[] nums1, int m, int[] nums2, int n) {
if(n <= 0)
return;
int alen = m-1;
int blen = n-1;
for(int i=m+n-1; i>=0; i--) {
if(blen < 0 || (alen >= 0 && nums1[alen] > nums2[blen])) {
nums1[i] = n... | UTF-8 | Java | 436 | java | MergeSortedArray.java | Java | [] | null | [] | public class MergeSortedArray {
public void merge(int[] nums1, int m, int[] nums2, int n) {
if(n <= 0)
return;
int alen = m-1;
int blen = n-1;
for(int i=m+n-1; i>=0; i--) {
if(blen < 0 || (alen >= 0 && nums1[alen] > nums2[blen])) {
nums1[i] = n... | 436 | 0.392202 | 0.357798 | 16 | 26.3125 | 19.266937 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 15 |
03dc8dc0b087b6f89d9836b8fac342e9b3b93c43 | 14,559,939,133,514 | 5fa4cea881cd015cd7da4cdbfaa7d0209b4c8c5e | /src/protocol/HttpStatusCode.java | f356614234d084db78fcf215780b493060c8fa64 | [
"MIT"
] | permissive | dylansturg/CSSE477-Extended-SWS | https://github.com/dylansturg/CSSE477-Extended-SWS | 69f5d3966113e304a2d6e82c278f4e405f094691 | 175d127c69edcdf4b8eb2dc1f5aaab1bc408ca47 | refs/heads/master | 2016-09-15T17:21:52.753000 | 2015-05-16T23:49:24 | 2015-05-16T23:49:24 | 34,472,194 | 0 | 0 | null | false | 2015-05-01T17:09:42 | 2015-04-23T17:50:18 | 2015-05-01T17:08:51 | 2015-05-01T17:09:41 | 292 | 0 | 0 | 0 | Java | null | null | /*
* HttpStatusCode.java
* Apr 24, 2015
*
* Simple Web Server (SWS) for EE407/507 and CS455/555
*
* Copyright (C) 2011 Chandan Raj Rupakheti, Clarkson University
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as publi... | UTF-8 | Java | 2,800 | java | HttpStatusCode.java | Java | [
{
"context": " EE407/507 and CS455/555\n * \n * Copyright (C) 2011 Chandan Raj Rupakheti, Clarkson University\n * \n * This program is free ",
"end": 147,
"score": 0.9998928904533386,
"start": 126,
"tag": "NAME",
"value": "Chandan Raj Rupakheti"
},
{
"context": "gnu.org/licenses/lgpl... | null | [] | /*
* HttpStatusCode.java
* Apr 24, 2015
*
* Simple Web Server (SWS) for EE407/507 and CS455/555
*
* Copyright (C) 2011 <NAME>, Clarkson University
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Fre... | 2,728 | 0.734643 | 0.709643 | 91 | 29.76923 | 26.527645 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 15 |
735f7e3d18f7b8c93a528ccd635c58ea33e655a4 | 34,875,134,466,723 | 98e921f4c10c157c6ed7cb2d78f591fcfd4fc8de | /Web-Product-Spring-master/src/main/java/com/example/webproductspringboot/reponsitory/IOrderDtailsReponsitory.java | e185e43f9a2eb6cd272082ac7a02123a0718cc6e | [] | no_license | Iamduynguyen/DuyShop_java6 | https://github.com/Iamduynguyen/DuyShop_java6 | abc178a3eb7d7e3ca1577e83d899faac0d80742c | 3060cec1259f4a8f718dc5c7b0aa6fa22c3876f8 | refs/heads/master | 2023-08-30T19:21:31.562000 | 2021-11-13T11:00:21 | 2021-11-13T11:00:21 | 422,132,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.webproductspringboot.reponsitory;
import com.example.webproductspringboot.entity.OrderDetailsEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframewo... | UTF-8 | Java | 645 | java | IOrderDtailsReponsitory.java | Java | [] | null | [] | package com.example.webproductspringboot.reponsitory;
import com.example.webproductspringboot.entity.OrderDetailsEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframewo... | 645 | 0.823256 | 0.823256 | 17 | 36.941177 | 29.173861 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 15 |
32b5b3b8e878c55e6573006529b25e59c270a8b7 | 34,875,134,465,526 | a0493af7a9ad25f1ba0335a175bc2065da87d669 | /sdk-libs/halo-content/src/main/java/com/mobgen/halo/android/content/search/ContentSearchRemoteDatasource.java | 625b51d4ba5b594b92597682d3a6a26055e66cbf | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | mobgen/halo-android | https://github.com/mobgen/halo-android | 98373dfa6b387cb6c9fa09b2a258445b41dbfed1 | 71ac76a642f83a5047f767dc90336b8daf79c16b | refs/heads/develop | 2021-01-12T13:18:38.856000 | 2020-05-08T10:20:46 | 2020-05-08T10:20:46 | 72,189,814 | 6 | 4 | Apache-2.0 | false | 2020-05-08T15:26:14 | 2016-10-28T08:39:14 | 2020-05-08T10:20:52 | 2020-05-08T15:26:13 | 3,343 | 6 | 4 | 0 | Java | false | false | package com.mobgen.halo.android.content.search;
import android.support.annotation.NonNull;
import com.mobgen.halo.android.content.models.HaloContentInstance;
import com.mobgen.halo.android.content.models.Paginated;
import com.mobgen.halo.android.content.models.SearchQuery;
import com.mobgen.halo.android.content.spec.... | UTF-8 | Java | 3,012 | java | ContentSearchRemoteDatasource.java | Java | [] | null | [] | package com.mobgen.halo.android.content.search;
import android.support.annotation.NonNull;
import com.mobgen.halo.android.content.models.HaloContentInstance;
import com.mobgen.halo.android.content.models.Paginated;
import com.mobgen.halo.android.content.models.SearchQuery;
import com.mobgen.halo.android.content.spec.... | 3,012 | 0.711819 | 0.711819 | 76 | 38.63158 | 31.901098 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 15 |
3d17160d818053e34ec12a5e04a63dd8bee01abe | 6,425,271,112,114 | f2d079ea91016b7d78b48cad504dcc873401712f | /bi-platform-plugin-services/metadata/test-src/org/pentaho/test/platform/plugin/services/metadata/SolutionFolderTest.java | 79bb0f28897df6fc4593edb44e4ac16c1cc67904 | [] | no_license | NikosMantzanaris/pentaho-community | https://github.com/NikosMantzanaris/pentaho-community | e8547696a5242169c01440e4d61d5479c0204dd9 | 789454a4b3f5586bf9998d5e4af3beeda72fd660 | refs/heads/master | 2021-01-14T11:15:47.397000 | 2012-11-05T18:24:07 | 2012-11-05T18:24:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.pentaho.test.platform.plugin.services.metadata;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import or... | UTF-8 | Java | 13,904 | java | SolutionFolderTest.java | Java | [
{
"context": "doc contains the goal of the test.\n * \n * @author sflatley\n */\npublic class SolutionFolderTest {\n \n pri",
"end": 1990,
"score": 0.9964396357536316,
"start": 1982,
"tag": "USERNAME",
"value": "sflatley"
}
] | null | [] | package org.pentaho.test.platform.plugin.services.metadata;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import or... | 13,904 | 0.664125 | 0.663119 | 345 | 39.301449 | 36.270107 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504348 | false | false | 15 |
2fd113f5b13c505b3700e492be989b2e747bb3f4 | 35,485,019,820,701 | 908bc65d93e8c4f5de8d51d9fbb259976b3c71c4 | /src/com/mallen/flightui/core/exceptions/InvalidDLLConfigurationException.java | 2f9ecc13746b8e4a6127aa16a87dfcf1126ac5fa | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | imMatt/FlightUI | https://github.com/imMatt/FlightUI | 4a23da924d7c57fac7a8463cae01edabadad2f8c | a07fc46851b2a329eb0382aa3e37b26754ff7c61 | refs/heads/master | 2021-05-31T16:58:51.577000 | 2015-01-07T16:21:05 | 2015-01-07T16:21:05 | 24,844,687 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Author: Matthew Allen
Website: https://github.com/Daz44
Created by Daz at 10:27:29 PM on 13/10/2014
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EV... | UTF-8 | Java | 882 | java | InvalidDLLConfigurationException.java | Java | [
{
"context": "/*\n\tAuthor: Matthew Allen\n\tWebsite: https://github.com/Daz44\n\tCreated by Da",
"end": 25,
"score": 0.9998940825462341,
"start": 12,
"tag": "NAME",
"value": "Matthew Allen"
},
{
"context": "uthor: Matthew Allen\n\tWebsite: https://github.com/Daz44\n\tCreated by Daz ... | null | [] | /*
Author: <NAME>
Website: https://github.com/Daz44
Created by Daz at 10:27:29 PM on 13/10/2014
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHA... | 875 | 0.774376 | 0.756236 | 23 | 37.347828 | 31.656593 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.391304 | false | false | 15 |
81ab810777f8807131a005974678fb2ddb08f3f9 | 34,402,688,072,817 | 1868ce6f2153865c7f3d390a9a2f9bc67a6905e3 | /DemoHttp/src/main/java/com/itheima/http/demohttp/retrofit/ItheimaApi.java | b1debb362945edae39f9319a0d6539cb33082ba8 | [] | no_license | BreakingCell/ImageLoader | https://github.com/BreakingCell/ImageLoader | 6cd5e24ea3b6e1bf8665838179d8baf40216fb5e | 35536c5a1c360e064d6af472dfd35473e703f0cc | refs/heads/master | 2020-12-20T17:02:21.666000 | 2016-07-11T03:38:35 | 2016-07-11T03:38:35 | 63,034,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itheima.http.demohttp.retrofit;
import com.itheima.http.demohttp.retrofit.bean.Stu;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by Administrator on 2016/7/9.
*/
//ๆฅๅฃๆฒกๆๅฎ็ฐไปฃ็ .ไปฃ็ ้ฝๆฏ็ฑretrofitๆกๆถๅจๆ็ๆ.ๅผๅ่
ๅช้่ฆๅฎไน่พๅ
ฅๅๆฐไธ่ฟๅๅๆฐ
public interface ItheimaApi {
//ๆญค่ทฏๅพไธ่ฝไปฅ/ๅผๅคด
@GET("test?name=itheim... | UTF-8 | Java | 440 | java | ItheimaApi.java | Java | [] | null | [] | package com.itheima.http.demohttp.retrofit;
import com.itheima.http.demohttp.retrofit.bean.Stu;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by Administrator on 2016/7/9.
*/
//ๆฅๅฃๆฒกๆๅฎ็ฐไปฃ็ .ไปฃ็ ้ฝๆฏ็ฑretrofitๆกๆถๅจๆ็ๆ.ๅผๅ่
ๅช้่ฆๅฎไน่พๅ
ฅๅๆฐไธ่ฟๅๅๆฐ
public interface ItheimaApi {
//ๆญค่ทฏๅพไธ่ฝไปฅ/ๅผๅคด
@GET("test?name=itheim... | 440 | 0.744318 | 0.721591 | 19 | 17.526316 | 17.942507 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 15 |
3ed1bb6fd1c1cce1f36401b5eab271ba8d5b4ddc | 12,309,376,330,075 | 5130dd1afbbe76695acf9d846296aa405ecca629 | /src/VirtualTranslation_imp.java | b1dedc1956d243127b287351b3b4d8ac5954ad7f | [] | no_license | salmanfarhat1/Overlay | https://github.com/salmanfarhat1/Overlay | ada50cb9aa868ab6a5ac6fa1ea6331615ee8914f | b6b5306507f7c84f2f62d9e2b49615d69806c781 | refs/heads/master | 2020-04-29T11:27:06.649000 | 2019-05-28T15:50:33 | 2019-05-28T15:50:33 | 176,098,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.rmi.*;
import java.util.*;
import java.io.*;
import java.util.concurrent.*;
public class VirtualTranslation_imp implements VirtualTranslation_itf{
private ArrayList<String> TOPOLOGY;
private ArrayList<Integer> nNumbers;
private ArrayList<VirtualTranslation_itf> neighbors;
private int dista... | UTF-8 | Java | 3,032 | java | VirtualTranslation_imp.java | Java | [] | null | [] | import java.rmi.*;
import java.util.*;
import java.io.*;
import java.util.concurrent.*;
public class VirtualTranslation_imp implements VirtualTranslation_itf{
private ArrayList<String> TOPOLOGY;
private ArrayList<Integer> nNumbers;
private ArrayList<VirtualTranslation_itf> neighbors;
private int dista... | 3,032 | 0.564974 | 0.558707 | 97 | 30.257732 | 24.343452 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56701 | false | false | 15 |
2796835d06260e1b80d736a901698ef5b3246831 | 12,309,376,329,644 | 5cd469164cd68823168aefb499a620823eea5014 | /app/src/main/java/com/palcoholics/whiskeybuddy/rest/WhiskeyApi.java | 6adfd926b1ccc129650c1e5df522537083a10252 | [] | no_license | rodriguezm-hw/whiskeybuddy | https://github.com/rodriguezm-hw/whiskeybuddy | af09669644a3d5708b47ec6b4f0d9ee6e35f2de2 | 17be0da4388fe6f7ffac1f5c576d057d4683c263 | refs/heads/master | 2022-04-29T17:35:46.975000 | 2022-03-10T15:58:07 | 2022-03-10T15:58:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.palcoholics.whiskeybuddy.rest;
import com.palcoholics.whiskeybuddy.model.Whiskey;
import com.palcoholics.whiskeybuddy.model.WhiskeyResponse;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
/**
* Created by pietimer on 9/21/2016.
*/
public interface WhiskeyApi {
@GET... | UTF-8 | Java | 391 | java | WhiskeyApi.java | Java | [
{
"context": "T;\nimport retrofit2.http.Query;\n\n/**\n * Created by pietimer on 9/21/2016.\n */\n\npublic interface WhiskeyApi {\n",
"end": 261,
"score": 0.9995970726013184,
"start": 253,
"tag": "USERNAME",
"value": "pietimer"
}
] | null | [] | package com.palcoholics.whiskeybuddy.rest;
import com.palcoholics.whiskeybuddy.model.Whiskey;
import com.palcoholics.whiskeybuddy.model.WhiskeyResponse;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
/**
* Created by pietimer on 9/21/2016.
*/
public interface WhiskeyApi {
@GET... | 391 | 0.772379 | 0.746803 | 19 | 19.631578 | 19.572296 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 15 |
799107d6577a02257f370f9b16003f25a95b67f9 | 12,309,376,331,210 | e628af5ffee1d744b5e4ca8be8d52d7ece382a93 | /jd1-home-task09/src/htp/home/task05/main/VoucherTypeComparator.java | 5d38dfc751d080797717c394a533dadb93b24c82 | [] | no_license | e-poroshin/JD1_Unit04 | https://github.com/e-poroshin/JD1_Unit04 | 3adb7fd3ffc12c45e4802235192e8069fc5f318a | e363ac61daee77b13c0f42aa27351f6f67d4d8d0 | refs/heads/master | 2020-07-22T22:44:55.045000 | 2019-09-09T16:33:12 | 2019-09-09T16:33:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package htp.home.task05.main;
import java.util.Comparator;
public class VoucherTypeComparator implements Comparator<Voucher> {
public int compare(Voucher v1, Voucher v2) {
if(v1.getType().ordinal() > v2.getType().ordinal()) {
return 1;
} else if (v1.getType().ordinal() < v2.getType().ordinal()) {
... | UTF-8 | Java | 359 | java | VoucherTypeComparator.java | Java | [] | null | [] | package htp.home.task05.main;
import java.util.Comparator;
public class VoucherTypeComparator implements Comparator<Voucher> {
public int compare(Voucher v1, Voucher v2) {
if(v1.getType().ordinal() > v2.getType().ordinal()) {
return 1;
} else if (v1.getType().ordinal() < v2.getType().ordinal()) {
... | 359 | 0.651811 | 0.62117 | 15 | 21.933332 | 23.614872 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.466667 | false | false | 15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.