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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8c39a84036c1c91a557886ec2f8b9c042da609b9 | 14,113,262,541,045 | 5ff781268997bea08c24852efafa52e475106c62 | /backend/src/main/java/com/kaonstudio/security/jwt/JwtTokenVerifier.java | 0e5221fc5e3636cbdafe9f15238cc56ec84f6912 | [] | no_license | CoriChui/SpringReactMemos | https://github.com/CoriChui/SpringReactMemos | fbd71a0618546165036b01b6605ac03f4bef4b92 | 9c198043ee99bb9e0eb2d52b617015191749b6dc | refs/heads/master | 2023-06-04T22:35:31.667000 | 2021-06-20T13:45:46 | 2021-06-20T13:45:46 | 378,644,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kaonstudio.security.jwt;
import com.google.common.base.Strings;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jws;
import io.jsonwebtoken.JwtException;
import io.jsonwebtoken.Jwts;
import lombok.AllArgsConstructor;
import org.springframework.security.authentication.UsernamePasswordAuthenticationTok... | UTF-8 | Java | 2,190 | java | JwtTokenVerifier.java | Java | [] | null | [] | package com.kaonstudio.security.jwt;
import com.google.common.base.Strings;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jws;
import io.jsonwebtoken.JwtException;
import io.jsonwebtoken.Jwts;
import lombok.AllArgsConstructor;
import org.springframework.security.authentication.UsernamePasswordAuthenticationTok... | 2,190 | 0.704566 | 0.704566 | 59 | 36.118645 | 26.76203 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661017 | false | false | 9 |
127283436b799c1909d65e98d75dd69a63b9cd0a | 17,944,373,398,220 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /examples/src/main/java/fp/App2.java | 7e15f39baa3f0ab112b2fbc200e2dc8cb2104f09 | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | https://github.com/ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665000 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | false | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | 2023-03-26T10:41:20 | 2023-06-24T15:22:55 | 17,560 | 18 | 30 | 1 | HTML | false | false | package fp;
import java.math.BigInteger;
import java.util.function.*;
import java.util.stream.Stream;
import static fp.List.empty;
import static fp.List.list;
public class App2 {
// functions as first-class citizens
static <T> List<T> filter(List<T> xs, Predicate<T> p) {
if (xs.isEmpty()) return empty();
else... | UTF-8 | Java | 3,862 | java | App2.java | Java | [] | null | [] | package fp;
import java.math.BigInteger;
import java.util.function.*;
import java.util.stream.Stream;
import static fp.List.empty;
import static fp.List.list;
public class App2 {
// functions as first-class citizens
static <T> List<T> filter(List<T> xs, Predicate<T> p) {
if (xs.isEmpty()) return empty();
else... | 3,862 | 0.61419 | 0.605386 | 132 | 28.257576 | 28.683651 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.636364 | false | false | 9 |
2372f4f9d18dff033e44ef1663deed5a75786552 | 15,152,644,626,916 | 0f909f99aa229aa9d0e49665af7bc51cc2403f65 | /src/generated/java/cdm/product/asset/validation/datarule/BasketReferenceInformationNthToDefault.java | 1b1d3d7e2b82f08d1570a3e0c4537284d1dcc07f | [] | no_license | Xuanling-Chen/cdm-source-ext | https://github.com/Xuanling-Chen/cdm-source-ext | 8c93bc824e8c01255dfc06456bd6ec1fb3115649 | e4cf7d5e549e514760cbd1e2d6789af171e5ea41 | refs/heads/master | 2023-07-11T20:35:26.485000 | 2021-08-29T04:12:00 | 2021-08-29T04:12:00 | 400,947,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cdm.product.asset.validation.datarule;
import cdm.product.asset.BasketReferenceInformation;
import com.rosetta.model.lib.annotations.RosettaDataRule;
import com.rosetta.model.lib.expression.ComparisonResult;
import com.rosetta.model.lib.mapper.MapperS;
import com.rosetta.model.lib.path.RosettaPath;
import com.... | UTF-8 | Java | 2,559 | java | BasketReferenceInformationNthToDefault.java | Java | [] | null | [] | package cdm.product.asset.validation.datarule;
import cdm.product.asset.BasketReferenceInformation;
import com.rosetta.model.lib.annotations.RosettaDataRule;
import com.rosetta.model.lib.expression.ComparisonResult;
import com.rosetta.model.lib.mapper.MapperS;
import com.rosetta.model.lib.path.RosettaPath;
import com.... | 2,559 | 0.822978 | 0.822978 | 58 | 43.120689 | 46.245998 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.724138 | false | false | 9 |
813730ab65ed55a423f32d53a03b17e852457150 | 29,892,972,443,734 | ef18e315794f7964c83e29143ccfe027dbe51e41 | /app/src/main/java/com/example/lukasz/whozzup/SettingsFragment.java | 550167973e22c619e27c88247d2ec9e32558f194 | [] | no_license | gozlen/whozzup | https://github.com/gozlen/whozzup | 51254b21fbbbe81be2092c4af430be8187360243 | 7ea4609ee73b4effb68df21b66dc272df0d45e51 | refs/heads/master | 2021-01-10T10:52:26.348000 | 2016-04-03T08:07:35 | 2016-04-03T08:07:35 | 49,133,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lukasz.whozzup;
import android.content.Context;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widge... | UTF-8 | Java | 6,445 | java | SettingsFragment.java | Java | [
{
"context": "package com.example.lukasz.whozzup;\n\nimport android.content.Context;\nimport ",
"end": 26,
"score": 0.9920751452445984,
"start": 20,
"tag": "USERNAME",
"value": "lukasz"
}
] | null | [] | package com.example.lukasz.whozzup;
import android.content.Context;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widge... | 6,445 | 0.589449 | 0.587277 | 189 | 33.100529 | 28.025225 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544974 | false | false | 9 |
ead172082a56107dea6e641292ea815f50e66303 | 16,853,451,694,025 | 987d069c6d1afde511c24a75f3c48750e29531f9 | /CollaborativeFiltering/src/ProduceSimilarityMatrix.java | e1cc8be1667a88cfe85587fa0c7ac82245bf8b3b | [] | no_license | wxq92109/DataMining | https://github.com/wxq92109/DataMining | c0320f15c66699eb500c84acbb24a5537489128e | 93feac5734315890ca4fe5451c950223ac81a43a | refs/heads/master | 2021-01-20T18:58:55.453000 | 2016-06-30T06:44:58 | 2016-06-30T06:44:58 | 62,225,241 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class ProduceSimilarityMatrix implements Base{
public double[][] produceSimilarityMatrix(int[][] preference) {
double[][] similarityMatrix = new double[PREFROWCOUNT][PREFROWCOUNT];
for (int i = 0; i < PREFROWCOUNT; i++) {
for (int j = 0; j < PREFROWCOUNT; j++) {
if (i == j) {
similarityMatrix... | UTF-8 | Java | 511 | java | ProduceSimilarityMatrix.java | Java | [] | null | [] |
public class ProduceSimilarityMatrix implements Base{
public double[][] produceSimilarityMatrix(int[][] preference) {
double[][] similarityMatrix = new double[PREFROWCOUNT][PREFROWCOUNT];
for (int i = 0; i < PREFROWCOUNT; i++) {
for (int j = 0; j < PREFROWCOUNT; j++) {
if (i == j) {
similarityMatrix... | 511 | 0.62818 | 0.622309 | 18 | 27.277779 | 25.433586 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.444444 | false | false | 9 |
64c0f3790d6b79fe6880be6883d4f65b94afedf5 | 20,469,814,167,221 | c8c421a1e79a426aeaa63678b971f24fd05f3744 | /src/main/java/Main.java | 0af885bc4a4a3ae480844ea40838d2732427a64b | [] | no_license | cemh12/Parcial2Web | https://github.com/cemh12/Parcial2Web | 03cb2f492c9a7a42afc1c06754f2bcff7d615614 | cbff0875815717f9d07a03805eafefadcb7ae37f | refs/heads/master | 2020-05-04T19:51:58.706000 | 2019-04-23T21:56:48 | 2019-04-23T21:56:48 | 179,410,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.google.gson.JsonArray;
import freemarker.template.Configuration;
import servicios.JsonTransformer;
import spark.ModelAndView;
import spark.template.freemarker.FreeMarkerEngine;
import servicios.CRUD;
import servicios.ServiciosBootStrap;
import java.util.HashMap;
import java.util.Map;
import static spark.Sp... | UTF-8 | Java | 2,943 | java | Main.java | Java | [
{
"context": "\n\n\n\n new CRUD<Persona>().save(new Persona(\"Joshua la perra\", \"Monte la zanja\", \"Bachiller\", \"klk\", \"Klk\"));\n",
"end": 838,
"score": 0.999883234500885,
"start": 823,
"tag": "NAME",
"value": "Joshua la perra"
},
{
"context": "D<Persona>().save(new Pe... | null | [] | import com.google.gson.JsonArray;
import freemarker.template.Configuration;
import servicios.JsonTransformer;
import spark.ModelAndView;
import spark.template.freemarker.FreeMarkerEngine;
import servicios.CRUD;
import servicios.ServiciosBootStrap;
import java.util.HashMap;
import java.util.Map;
import static spark.Sp... | 2,926 | 0.626232 | 0.625212 | 64 | 44.984375 | 46.061607 | 301 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046875 | false | false | 9 |
da51d5094d79fe5dbd04cfcbce557434bfd6d32f | 1,228,360,693,953 | 4de9d5affab64d5c94f4be5267fd7d5d8790deab | /DesignPatterns/src/primarySourcesOnOOP/accessModifiers/App.java | bc2305952682e343f1fd9ec1097ecd931fb21c28 | [] | no_license | meaydira/Brick-Breaker-Game | https://github.com/meaydira/Brick-Breaker-Game | c20d3add518b6f3eca4888fb78be0f35454da6c8 | a4b667005f2a73bb8437bb36b7b6a1c9dc652c77 | refs/heads/master | 2020-12-23T01:36:16.565000 | 2019-11-26T21:45:04 | 2019-11-26T21:45:04 | 236,991,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package accessModifiers;
public class App {
public static void main(String[] args) {
Plant plant1 = new Plant();
int result=0;
result+= plant1.a;
//The above operation is an unecessary operation!!
System.out.println("The integer from the other class is: "+result);
//Because the variable a is a stat... | UTF-8 | Java | 704 | java | App.java | Java | [] | null | [] | package accessModifiers;
public class App {
public static void main(String[] args) {
Plant plant1 = new Plant();
int result=0;
result+= plant1.a;
//The above operation is an unecessary operation!!
System.out.println("The integer from the other class is: "+result);
//Because the variable a is a stat... | 704 | 0.691761 | 0.676136 | 29 | 23.275862 | 27.078299 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 9 |
95f5022c0ed760bc3bd1300cd8495d1f5d9641b9 | 5,497,558,183,138 | d008316d015bce885d91d273441d73ffade10e87 | /CarParkApplication/src/comcarpark/Register.java | 64610af152f2ebb2059c8a28c88c34cb5f13e4d9 | [] | no_license | Dolf666/CarParkApplication | https://github.com/Dolf666/CarParkApplication | 5a091847c9b064eb63175411d0b001d4e252555a | 44ac70164259d2b7b9c7ec3d9e23c7d428887470 | refs/heads/master | 2021-07-19T23:32:00.456000 | 2017-10-27T12:32:57 | 2017-10-27T12:32:57 | 108,428,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comcarpark;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
... | UTF-8 | Java | 5,612 | java | Register.java | Java | [
{
"context": ";\r\n\t\tcomboBox.addItem(\" \");\r\n\t\tcomboBox.addItem(\"Audi\");\r\n\t\tcomboBox.addItem(\"Alfa Romeo\");\r\n\t\tcomboBox",
"end": 3232,
"score": 0.8160521984100342,
"start": 3228,
"tag": "NAME",
"value": "Audi"
},
{
"context": "\n\t\tcomboBox.addItem(\"Audi\");\r\... | null | [] | package comcarpark;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
... | 5,603 | 0.700641 | 0.656272 | 183 | 28.666666 | 20.39456 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.945355 | false | false | 9 |
8780ced5a027bce8f8636284d2738eee023fc98b | 22,866,405,923,126 | 626b1e1e9d6672bbe7625fefb02aa82807728de2 | /blsp/blsp_support/blsp-dao/src/main/java/com/lpcode/modules/blsp/entity/FormGhJsgcGhxksqbExample.java | 08746e5dbd1589d4de9a5a398619be040218a22a | [] | no_license | liujf94/BLSP_Dev | https://github.com/liujf94/BLSP_Dev | 60497f5b19570c30cd80a2b490234f29b8ff5c9f | bc4064ee61af002859340e712202b857076f1198 | refs/heads/master | 2020-02-07T10:23:29.483000 | 2017-08-04T10:08:22 | 2017-08-04T10:08:22 | 99,176,247 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lpcode.modules.blsp.entity;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class FormGhJsgcGhxksqbExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table form_gh_jsgc_ghxksqb
*
* @mbggenerated M... | UTF-8 | Java | 97,607 | java | FormGhJsgcGhxksqbExample.java | Java | [] | null | [] | package com.lpcode.modules.blsp.entity;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class FormGhJsgcGhxksqbExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table form_gh_jsgc_ghxksqb
*
* @mbggenerated M... | 97,607 | 0.596474 | 0.590593 | 2,809 | 33.74831 | 27.56534 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733713 | false | false | 9 |
31cd96db7f73a247b9f5fab39d73d67112f404fc | 15,401,752,758,049 | 83d92a5d78bac4fe37e257f59e19fd7f059806f1 | /src/servlet/RegisterServlet.java | f5198afc4c52271ed73fde137fe8798a490264fc | [
"Apache-2.0"
] | permissive | liujunchi-bot/mail-back | https://github.com/liujunchi-bot/mail-back | 43dac0824d551ea9a749cc15c5a5887b11e5ba1c | 2d45210fe47b1cdd8c9d00554c9104187cd7c312 | refs/heads/master | 2023-05-09T07:56:03.119000 | 2021-06-07T08:22:11 | 2021-06-07T08:22:11 | 374,584,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import entity.*;
imp... | UTF-8 | Java | 3,350 | java | RegisterServlet.java | Java | [
{
"context": " //String username = request.getParameter(\"username\");\n String username = request.getParameter",
"end": 935,
"score": 0.9987338185310364,
"start": 927,
"tag": "USERNAME",
"value": "username"
},
{
"context": " user=new UserMgr();\n user.add... | null | [] | package servlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import entity.*;
imp... | 3,335 | 0.61 | 0.60625 | 88 | 35.352272 | 26.684622 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784091 | false | false | 9 |
669d9a4083611c2bb6a3de958c0810eef95db964 | 19,207,093,778,630 | 98aba5e8236f54dddccc0fb8c0ecd010fc586b35 | /src/test/java/com/j256/simplemagic/PerformanceTest.java | 4ba230e203519261db68ef03b9a2c7c55f6ed838 | [
"ISC"
] | permissive | j256/simplemagic | https://github.com/j256/simplemagic | bbcf6b24f9c864f6796fd64d3936befd3db8455a | fdd5e5b519ed60a2e4c83db13ae2ccdb0700e87f | refs/heads/master | 2023-09-05T08:55:39.780000 | 2021-12-31T22:17:18 | 2021-12-31T22:17:18 | 9,887,174 | 193 | 54 | ISC | false | 2022-07-29T00:48:35 | 2013-05-06T13:18:01 | 2022-07-07T14:47:04 | 2022-07-29T00:44:53 | 5,329 | 183 | 42 | 26 | Java | false | false | package com.j256.simplemagic;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.InputStream;
import java.util.Arrays;
import org.junit.Test;
public class PerformanceTest {
private static final String DIFFICULT_FILE_... | UTF-8 | Java | 1,357 | java | PerformanceTest.java | Java | [] | null | [] | package com.j256.simplemagic;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.InputStream;
import java.util.Arrays;
import org.junit.Test;
public class PerformanceTest {
private static final String DIFFICULT_FILE_... | 1,357 | 0.728077 | 0.719971 | 42 | 31.309525 | 26.787958 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.309524 | false | false | 9 |
91eed16b8ee417d04ac414dd91c466d680fa6985 | 8,065,948,621,715 | ffa610cfd271252f8056ea78d8b0f746043ade48 | /src/main/java/com/stormpath/sdk/examples/servlet/override/SwitcherApplicationResolver.java | 14e5bd7c452696d202e6719ee61e70c0ae4070b7 | [] | no_license | mrioan/StormpathServletDisabler | https://github.com/mrioan/StormpathServletDisabler | 4bed90406ac96234de07371f26b783131d5b846c | f0d487a0d5d3e3678a4a49dbb7f8caca2ffe79db | refs/heads/master | 2021-01-20T20:45:30.542000 | 2016-08-05T14:23:04 | 2016-08-05T14:23:04 | 65,021,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stormpath.sdk.examples.servlet.override;
import com.stormpath.sdk.application.Application;
import com.stormpath.sdk.servlet.application.ApplicationResolver;
import com.stormpath.sdk.servlet.application.DefaultApplicationResolver;
import javax.servlet.ServletContext;
import javax.servlet.ServletRequest;
p... | UTF-8 | Java | 986 | java | SwitcherApplicationResolver.java | Java | [] | null | [] | package com.stormpath.sdk.examples.servlet.override;
import com.stormpath.sdk.application.Application;
import com.stormpath.sdk.servlet.application.ApplicationResolver;
import com.stormpath.sdk.servlet.application.DefaultApplicationResolver;
import javax.servlet.ServletContext;
import javax.servlet.ServletRequest;
p... | 986 | 0.769777 | 0.769777 | 29 | 33 | 30.367859 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 9 |
39e4371137a4bf6f43cb634d37742e35d4abda04 | 919,123,054,405 | c098ea2c44b34ce0895b5c91da66a7225601c4c6 | /src/net/crbdev/testapp/Hello.java | 60bbd47ef3d7d2e221b1d452f8734cc8b7e67e3f | [] | no_license | claybradfieldtx/HellowWorld2 | https://github.com/claybradfieldtx/HellowWorld2 | f5946fa77798793b164bfae22c8fb620020adf23 | cf67e5d7025322a68eb705aaf63b4f8ae8d96dc8 | refs/heads/master | 2021-06-27T00:37:24.118000 | 2017-09-15T19:53:45 | 2017-09-15T19:53:45 | 103,352,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.crbdev.testapp;
public class Hello {
public static void main(String[] args)
{
Message m = new Message();
System.out.println(m.getMessage());
}
}
| UTF-8 | Java | 183 | java | Hello.java | Java | [] | null | [] | package net.crbdev.testapp;
public class Hello {
public static void main(String[] args)
{
Message m = new Message();
System.out.println(m.getMessage());
}
}
| 183 | 0.622951 | 0.622951 | 12 | 13.25 | 15.243168 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
7b053f8a5b3f0eaed77e0f8ae078c00806f6d9bb | 919,123,055,680 | 0626572a063b2e862ed126b8f8ced3f82852999d | /src/Personnage.java | d928e34b2828931f6f1dfe2732451895306a7de6 | [] | no_license | MadKidTm/RPG | https://github.com/MadKidTm/RPG | 398c716d7434e5ffa9eb2359872bfe113da853de | 3124b8fab5896728e8869d2c10cb81b9e474b37d | refs/heads/master | 2021-09-07T15:10:16.535000 | 2018-02-24T18:15:49 | 2018-02-24T18:15:49 | 105,577,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Autor : Alex tomasia
* Creation: 22/09/2017
* Last modification: 10/10/2017
*
* Classe personnage
*/
//
import java.util.Scanner;
import java.util.Random;
public class Personnage {
//Attributs
private String nom;
private int vie;
private int vieMax;
private int attaque;
private int niveau;
priva... | ISO-8859-1 | Java | 7,582 | java | Personnage.java | Java | [
{
"context": "/*\n * Autor : Alex tomasia\n * Creation: 22/09/2017\n * Last modification: 10/",
"end": 26,
"score": 0.9998416900634766,
"start": 14,
"tag": "NAME",
"value": "Alex tomasia"
}
] | null | [] | /*
* Autor : <NAME>
* Creation: 22/09/2017
* Last modification: 10/10/2017
*
* Classe personnage
*/
//
import java.util.Scanner;
import java.util.Random;
public class Personnage {
//Attributs
private String nom;
private int vie;
private int vieMax;
private int attaque;
private int niveau;
private int... | 7,576 | 0.628738 | 0.615639 | 329 | 21.972645 | 28.303112 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.355623 | false | false | 9 |
dedf09398b5f9f2e232762b58a50f60427a6f7c6 | 19,052,474,930,499 | c32798109173ea36adf9175dfeaa8b3e50a8b0cf | /advancedpreference/src/main/java/com/fastsoft/advancedpreference/strateges/BindingStrategy.java | b7dda2193a8c01763add061ebe12110a130c512f | [] | no_license | fristailura2/AdvancedPreference | https://github.com/fristailura2/AdvancedPreference | ed478657deb4e939d1552607b3d4fd1dac075921 | 2110a59181e942f7b145d8422cf65c793ab772ae | refs/heads/master | 2020-03-27T05:07:19.548000 | 2018-10-14T15:41:31 | 2018-10-14T15:41:31 | 145,995,238 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fastsoft.advancedpreference.strateges;
import com.fastsoft.advancedpreference.PreferenceHelper;
import com.fastsoft.advancedpreference.anotations.PreferenceOperation;
import com.fastsoft.advancedpreference.converters.newBaseConverter;
import com.fastsoft.advancedpreference.exceptions.NoSuchConverterExcept... | UTF-8 | Java | 870 | java | BindingStrategy.java | Java | [
{
"context": "t.Method;\nimport java.util.Set;\n\n/**\n * Created by ura on 18-Aug-18.\n */\n\npublic interface BindingStr",
"end": 399,
"score": 0.9436542987823486,
"start": 399,
"tag": "USERNAME",
"value": ""
},
{
"context": ".Method;\nimport java.util.Set;\n\n/**\n * Created by ur... | null | [] | package com.fastsoft.advancedpreference.strateges;
import com.fastsoft.advancedpreference.PreferenceHelper;
import com.fastsoft.advancedpreference.anotations.PreferenceOperation;
import com.fastsoft.advancedpreference.converters.newBaseConverter;
import com.fastsoft.advancedpreference.exceptions.NoSuchConverterExcept... | 870 | 0.824138 | 0.81954 | 23 | 36.826088 | 33.246971 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 9 |
e7d1b363ed02b5ceea3e2189bbd1396b0bcb5d98 | 30,975,304,181,285 | 489d2d15d908f578fb307759c5c280619f12f66a | /src/CodewarsTasks/Conditions/do_i_get_a_bonus.java | bb66f59adaf6171c249bc503cc93c9f80f196c94 | [] | no_license | B00ttichelli/SS_JAVA_CRASH | https://github.com/B00ttichelli/SS_JAVA_CRASH | a470dc05d90c9214162c9a8b193ac9b69f7ddaf5 | d4676c998317141119f22caa44088ecbf8ec060c | refs/heads/master | 2023-08-02T18:42:27.473000 | 2021-09-18T22:30:56 | 2021-09-18T22:30:56 | 400,078,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CodewarsTasks.Conditions;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class do_i_get_a_bonus {
@Test
public void basicTests() {
boolean wellConfigured=unicodeTest();
assertEquals((wellConfigured?"£":"\u00A3")+"100000",do_i_get_a_bonus... | UTF-8 | Java | 1,491 | java | do_i_get_a_bonus.java | Java | [] | null | [] | package CodewarsTasks.Conditions;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class do_i_get_a_bonus {
@Test
public void basicTests() {
boolean wellConfigured=unicodeTest();
assertEquals((wellConfigured?"£":"\u00A3")+"100000",do_i_get_a_bonus... | 1,491 | 0.629479 | 0.567275 | 31 | 46.709679 | 43.516548 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.967742 | false | false | 9 |
d0314e2d2dd601475795422bd8f8bfdfff182a80 | 25,804,163,518,043 | 5e295742e3cc621ebbfa60ab954e975d90854355 | /android-app/app/src/main/java/com/echopen/asso/echopen/probe_communication/notifications/WifiState.java | a2e60d887a336981d951bfaa819c5ffa5c10b219 | [
"BSD-3-Clause"
] | permissive | echopen/PRJ-medtec_androidapp | https://github.com/echopen/PRJ-medtec_androidapp | ff07cf6c2704036113becd2166be198afacab48c | 33c58126589490ea6df13127cab9bde56cc49665 | refs/heads/master | 2021-06-04T00:59:37.005000 | 2019-03-15T16:26:56 | 2019-03-15T16:26:56 | 34,165,077 | 26 | 45 | BSD-3-Clause | false | 2020-05-29T10:09:10 | 2015-04-18T12:29:09 | 2020-05-07T03:00:06 | 2019-03-15T16:27:18 | 303,883 | 44 | 40 | 27 | Java | false | false | package com.echopen.asso.echopen.probe_communication.notifications;
public enum WifiState {
WIFI_ENABLED,
WIFI_ENABLED_ERROR,
WIFI_CONNECTED,
WIFI_CONNECTED_ERROR,
WIFI_START_SCANNING
}
| UTF-8 | Java | 207 | java | WifiState.java | Java | [] | null | [] | package com.echopen.asso.echopen.probe_communication.notifications;
public enum WifiState {
WIFI_ENABLED,
WIFI_ENABLED_ERROR,
WIFI_CONNECTED,
WIFI_CONNECTED_ERROR,
WIFI_START_SCANNING
}
| 207 | 0.73913 | 0.73913 | 9 | 22 | 18.245243 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 9 |
172bd56a9b43f12424e886e7166dc052e5d95c31 | 19,413,252,201,926 | e1f5c46968b12ca427b08e417170f69a64fbf2a7 | /DoAn/app/src/main/java/com/example/doan/Adapter/ModuleAdapter.java | 951204d6e4090cd3ba8742a1853144445b90f35a | [] | no_license | pxhiep19it3/AppBanHang | https://github.com/pxhiep19it3/AppBanHang | 800ccc33a5e08bf4e3e7b2e7fe25fce6ef57636e | 674044c636bedeb23a11c348ccf69b22de471c26 | refs/heads/master | 2023-06-16T05:35:34.614000 | 2021-07-09T06:05:15 | 2021-07-09T06:05:15 | 384,315,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.doan.Adapter;
import android.content.Context;
import android.media.Image;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
... | UTF-8 | Java | 2,731 | java | ModuleAdapter.java | Java | [] | null | [] | package com.example.doan.Adapter;
import android.content.Context;
import android.media.Image;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
... | 2,731 | 0.687065 | 0.686698 | 76 | 34.907894 | 27.1231 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671053 | false | false | 9 |
b1e13326907ef7f21087fccda5394ccdb82016b0 | 29,635,274,373,889 | c4944bb97779a87232d6c5d39c7a55e6cecd89d9 | /src/test/java/httpapi/AIkonwledge/publicConversation/SightAdd.java | 5ec87418f4dd34ee2a0cf6c5b239880b4df05bce | [] | no_license | sinrcost/AI-api | https://github.com/sinrcost/AI-api | f5d1f30028c24d980511f31c39346479a1970915 | 6ad08130001e55b108d0a4200d01b0741a9b21ee | refs/heads/master | 2022-12-22T20:50:20.703000 | 2020-01-02T01:40:31 | 2020-01-02T01:40:31 | 227,024,262 | 0 | 0 | null | false | 2019-12-10T06:29:57 | 2019-12-10T03:50:25 | 2019-12-10T06:29:35 | 2019-12-10T06:29:56 | 0 | 0 | 0 | 2 | Java | false | false | package httpapi.AIkonwledge.publicConversation;
import com.alibaba.fastjson.JSONObject;
import httpapi.utils.commons.GetCompleteUrl;
import httpapi.utils.dbutils.JdbcUtil;
import httpapi.utils.httputils.HttpRequestsUtil;
import httpapi.utils.httputils.Response;
import httpapi.utils.httputils.TokenUtil;
import org.test... | UTF-8 | Java | 3,313 | java | SightAdd.java | Java | [
{
"context": "e){\n //新增情景地址\n String url = \"http://192.168.3.68:2002/ai-web/ai/sight/sight\";\n\n //设置请求头\n ",
"end": 754,
"score": 0.9994729161262512,
"start": 742,
"tag": "IP_ADDRESS",
"value": "192.168.3.68"
}
] | null | [] | package httpapi.AIkonwledge.publicConversation;
import com.alibaba.fastjson.JSONObject;
import httpapi.utils.commons.GetCompleteUrl;
import httpapi.utils.dbutils.JdbcUtil;
import httpapi.utils.httputils.HttpRequestsUtil;
import httpapi.utils.httputils.Response;
import httpapi.utils.httputils.TokenUtil;
import org.test... | 3,313 | 0.565618 | 0.556085 | 91 | 33.582417 | 26.823011 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626374 | false | false | 9 |
c4883590f27225839d73d4b267904f4f1a2f0d63 | 2,817,498,573,436 | 800c675f2270c913d2013d448580220758d7dc93 | /src/main/java/br/com/moving/teste/security/config/ResourceServerConfig.java | 8f7139a34ea949025025283e8d7c0ec916c33969 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vinids86/moving | https://github.com/vinids86/moving | 39aa6e05276e5c7997e07be2b9357911b5aee1c7 | 2148b6756707f3e17db6032fddc042058cacc65a | refs/heads/master | 2021-07-12T11:49:01.693000 | 2017-10-05T19:20:50 | 2017-10-05T19:20:50 | 105,724,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.moving.teste.security.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.oauth2.config.annotation.web.conf... | UTF-8 | Java | 1,119 | java | ResourceServerConfig.java | Java | [
{
"context": ".matcher.AntPathRequestMatcher;\n\n/**\n * Created by ifc.vinicius.saraiva on 02/10/17.\n */\n@Configuration\n@EnableResourceSe",
"end": 760,
"score": 0.859920859336853,
"start": 740,
"tag": "USERNAME",
"value": "ifc.vinicius.saraiva"
}
] | null | [] | package br.com.moving.teste.security.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.oauth2.config.annotation.web.conf... | 1,119 | 0.839142 | 0.830206 | 26 | 42.03846 | 37.475613 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 9 |
826653e54c5cb3e445b929bec32d201703e34c62 | 33,054,068,340,846 | af9a36a3d1608a4a4c8dc9b3edaa3cb976dee5dd | /src/main/java/io/b/app/rest/UpdateResponse.java | d800344ef62c80f46176ee0f5c8bdf9063d416f0 | [
"MIT"
] | permissive | alibenmessaoud/ha-bapp | https://github.com/alibenmessaoud/ha-bapp | 3574eb942f494ed4c408a6b83d7533463dde3692 | bee8c809dd244417f9fa6e7ce59d67776cf19be3 | refs/heads/master | 2022-11-07T20:18:53.353000 | 2020-06-26T22:23:57 | 2020-06-26T22:23:57 | 170,933,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.b.app.rest;
public class UpdateResponse {
private String message;
public UpdateResponse(String value) {
this.message = String.format("Updated request for %s", value);
}
public String getMessage() {
return message;
}
} | UTF-8 | Java | 249 | java | UpdateResponse.java | Java | [] | null | [] | package io.b.app.rest;
public class UpdateResponse {
private String message;
public UpdateResponse(String value) {
this.message = String.format("Updated request for %s", value);
}
public String getMessage() {
return message;
}
} | 249 | 0.698795 | 0.698795 | 13 | 18.23077 | 19.187952 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 9 |
1ad74cac6636d3f3341cfb827e5b09efcb25346b | 31,894,427,169,078 | c55b4bce218dcb9cbf55610742dbc939a1cedb07 | /src/Initialization/DatabaseConnection.java | 28b46901d160499c188281a92bf7981f64b1d3e3 | [] | no_license | resmiar/CashControlAutomation | https://github.com/resmiar/CashControlAutomation | 0c7d2da366800fe0ac3cdf37910d20fa09e52441 | 09c8ddbd95db0d85ba03aedac5acb520cb273484 | refs/heads/master | 2018-12-04T11:14:52.553000 | 2018-10-03T12:06:45 | 2018-10-03T12:06:45 | 118,444,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Initialization;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class DatabaseConnection {
public static Connection connection;
public static Statement statement;
public static ResultSet rs;
static ... | UTF-8 | Java | 10,116 | java | DatabaseConnection.java | Java | [
{
"context": "\r\n\t \t\t//String databaseURL= \"jdbc:sqlserver://192.168.6.204\\\\MSSQLSERVER2016;databaseName=SFOT_MCCC;\";\r\n\t ",
"end": 483,
"score": 0.9996897578239441,
"start": 470,
"tag": "IP_ADDRESS",
"value": "192.168.6.204"
},
{
"context": "eName=SFOT_MCCC;\";\r\n\... | null | [] | package Initialization;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class DatabaseConnection {
public static Connection connection;
public static Statement statement;
public static ResultSet rs;
static ... | 10,119 | 0.612693 | 0.60864 | 295 | 32.277966 | 29.913729 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.094915 | false | false | 9 |
3c4fb6a33d9ffe51b5e06131bffca3390f6be451 | 7,490,422,993,443 | 48b86298de88d3075468f4d747962506e39a7dc7 | /net.solarnetwork.common/src/net/solarnetwork/settings/support/KeyedSmartQuotedTemplateMapper.java | a442b6b9849ad9b96766a5b73e669ef160b67f96 | [
"Apache-2.0"
] | permissive | Tsvetelin98/Solar | https://github.com/Tsvetelin98/Solar | 91f9254dd935f859f56d6c438f8bad8b804eeb63 | 350341d4f6a32d53efd48778ee7a8ba89a591978 | refs/heads/master | 2020-03-23T09:33:10.914000 | 2018-07-18T07:26:19 | 2018-07-18T07:26:19 | 141,395,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* ==================================================================
* KeyedSmartQuotedTemplateMapper.java - Mar 24, 2014 8:21:04 PM
*
* Copyright 2007-2014 SolarNetwork.net Dev Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License... | UTF-8 | Java | 2,464 | java | KeyedSmartQuotedTemplateMapper.java | Java | [
{
"context": " and underscore characters.\n * </p>\n * \n * @author matt\n * @version 1.0\n */\npublic class KeyedSmartQuoted",
"end": 1461,
"score": 0.9969872236251831,
"start": 1457,
"tag": "USERNAME",
"value": "matt"
}
] | null | [] | /* ==================================================================
* KeyedSmartQuotedTemplateMapper.java - Mar 24, 2014 8:21:04 PM
*
* Copyright 2007-2014 SolarNetwork.net Dev Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License... | 2,464 | 0.671672 | 0.655438 | 79 | 30.189873 | 27.564459 | 88 | false | false | 0 | 0 | 0 | 0 | 67 | 0.054383 | 1 | false | false | 9 |
525bce6b531621a87b93759e08007f4e928282b5 | 6,511,170,454,858 | f7de962f44f1bd46d8457e6d121234e5e501c3a7 | /src/BoardGame.java | fd3f434b1d9daffa3b6a788c542ec787e03e5a2a | [] | no_license | eidzaben/Lab8 | https://github.com/eidzaben/Lab8 | 6194ded6c0c0279fb53c20204f8dab9d9721900e | d4eebbdce12fc6644f886ad29d33088d2048c607 | refs/heads/master | 2020-04-28T23:20:59.192000 | 2019-03-27T04:29:50 | 2019-03-27T04:29:50 | 175,651,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.Set;
public class BoardGame
{
// Instance Variables
protected LinkedHashMap<String, GamePiece> playerPieces;
protected LinkedHashMap<String, Location> playerLocations;
// Constructor initiallizes var... | UTF-8 | Java | 4,655 | java | BoardGame.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.Set;
public class BoardGame
{
// Instance Variables
protected LinkedHashMap<String, GamePiece> playerPieces;
protected LinkedHashMap<String, Location> playerLocations;
// Constructor initiallizes var... | 4,655 | 0.609882 | 0.607519 | 160 | 28.1 | 25.662035 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
c0269d1107bd12446e9a2b016231657175ae8842 | 14,525,579,431,568 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/zim/emoticon/model/StickerGroupParcelablePlease.java | be0c84888d9c7544c4d544ad667e488699167b0d | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.android.zim.emoticon.model;
import android.os.Parcel;
/* access modifiers changed from: package-private */
public class StickerGroupParcelablePlease {
StickerGroupParcelablePlease() {
}
static void writeToParcel(StickerGroup stickerGroup, Parcel parcel, int i) {
parcel.writeStri... | UTF-8 | Java | 1,324 | java | StickerGroupParcelablePlease.java | Java | [] | null | [] | package com.zhihu.android.zim.emoticon.model;
import android.os.Parcel;
/* access modifiers changed from: package-private */
public class StickerGroupParcelablePlease {
StickerGroupParcelablePlease() {
}
static void writeToParcel(StickerGroup stickerGroup, Parcel parcel, int i) {
parcel.writeStri... | 1,324 | 0.678248 | 0.664653 | 35 | 36.828571 | 23.258162 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 9 |
c14449467220ab1c239b36cf711f52c9bc2f1f80 | 31,207,232,399,979 | d58911417b51683e1855d781a6c054c38ad360ae | /src/main/java/br/com/ronistone/feature/toggle/autofind/FeatureChangeNotifyType.java | 66f80f58bf624aa451b538ddf27c4e495c6a67b7 | [] | no_license | ronistone/DistributedToggleFeature | https://github.com/ronistone/DistributedToggleFeature | e5a86b8c6bd24c947ae86a0265b67b9ff7503510 | ee92ca019e8fc4a6bf017423503185789b819f24 | refs/heads/master | 2021-05-21T08:01:16.819000 | 2020-04-03T02:16:41 | 2020-04-03T02:16:41 | 252,611,054 | 0 | 0 | null | false | 2020-10-13T20:52:01 | 2020-04-03T02:10:21 | 2020-04-03T02:17:00 | 2020-10-13T20:52:01 | 16 | 0 | 0 | 1 | Java | false | false | package br.com.ronistone.feature.toggle.autofind;
public enum FeatureChangeNotifyType {
PEERS,
FEATURE_TOGGLE
}
| UTF-8 | Java | 123 | java | FeatureChangeNotifyType.java | Java | [] | null | [] | package br.com.ronistone.feature.toggle.autofind;
public enum FeatureChangeNotifyType {
PEERS,
FEATURE_TOGGLE
}
| 123 | 0.756098 | 0.756098 | 8 | 14.375 | 17.825106 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
2ffd3e4e7e25064d39fa31cef93584a4e9839015 | 17,162,689,344,194 | 72a382bbaf29a17aaff5258f060325c0c0a0a813 | /stackImplementation_using_Iterator.java | a0c0abace4ab6036c8b846163a0a07adfa2e97eb | [] | no_license | Tamana1891/Stack- | https://github.com/Tamana1891/Stack- | 1b6ba56aba29c3f956c174ee4cf962e1410f1ff1 | 430c5dab962ec79a311e4bc8e8e412fd934fa7fb | refs/heads/master | 2020-04-23T16:43:34.805000 | 2019-02-18T17:11:13 | 2019-02-18T17:11:13 | 171,307,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.*;
import java.util.*;
class stack_using_ll implements Iterable<Integer> {
Node head;
int size;
class Node {
int data;
Node next;
Node(int data) {
this.data = data;
next... | UTF-8 | Java | 2,156 | java | stackImplementation_using_Iterator.java | Java | [] | null | [] | import java.lang.*;
import java.util.*;
class stack_using_ll implements Iterable<Integer> {
Node head;
int size;
class Node {
int data;
Node next;
Node(int data) {
this.data = data;
next... | 2,156 | 0.37013 | 0.365492 | 82 | 24.317074 | 17.422216 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451219 | false | false | 9 |
de24c2af148162522a5d075eba8600f0b4727e2c | 18,030,272,754,811 | 907ec58fdba45d0c4bb79f22e660f00c29471205 | /Mobile/Android/DropdownSearch_AS/app/src/main/java/com/example/sajidahmed/dropdownsearch_as/MainActivity.java | 4ed06bcf86efa6228cc2029993fb3c357b908897 | [] | no_license | ssak32/Tutotrials | https://github.com/ssak32/Tutotrials | 64ac5c604e8f69ce7a3e3e96fd7d8d6623be33dc | 7d6c8697acef9d4b509ac985af363ec7c61a1eff | refs/heads/master | 2022-11-13T02:28:15.921000 | 2020-01-01T10:51:06 | 2020-01-01T10:51:06 | 211,052,418 | 0 | 1 | null | false | 2022-11-03T08:42:36 | 2019-09-26T09:33:16 | 2020-01-01T10:51:52 | 2020-01-01T10:51:08 | 96,433 | 0 | 1 | 1 | Python | false | false | package com.example.sajidahmed.dropdownsearch_as;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle s... | UTF-8 | Java | 836 | java | MainActivity.java | Java | [
{
"context": "package com.example.sajidahmed.dropdownsearch_as;\n\nimport android.support.v7.app",
"end": 30,
"score": 0.9929324388504028,
"start": 20,
"tag": "USERNAME",
"value": "sajidahmed"
}
] | null | [] | package com.example.sajidahmed.dropdownsearch_as;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle s... | 836 | 0.63756 | 0.636364 | 28 | 28.857143 | 23.466867 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
25e4ffb74d8e5120428808c0a70e74a1d877d4ce | 18,064,632,486,040 | 859bdee196f4a00280c4b438770afa1c45c1fc85 | /src/ClassTasks/Task6.java | d6f01a472451ea39fb1191c387a0bba0c56f63ba | [] | no_license | KananMusayev/Spring2020JavaPractice | https://github.com/KananMusayev/Spring2020JavaPractice | 0492d7f4aea60e3529bd181ddf11ea08d7ac23fa | 41910ca0d371e56b16757aec55180cd3acab33a7 | refs/heads/master | 2022-11-20T12:06:17.578000 | 2020-07-27T22:45:56 | 2020-07-27T22:45:56 | 257,743,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ClassTasks;
import java.util.List;
public class Task6 {
public static void main(String[] args) {
/*
String -- sum of digits in a string
Write a method that can return the sum of the digits in a string
*/
String a="sgs656fg9";
int sum=0;
char b[]=a.toCharArray();
for (int i=0;i<b.length;i++){
if (Ch... | UTF-8 | Java | 438 | java | Task6.java | Java | [] | null | [] | package ClassTasks;
import java.util.List;
public class Task6 {
public static void main(String[] args) {
/*
String -- sum of digits in a string
Write a method that can return the sum of the digits in a string
*/
String a="sgs656fg9";
int sum=0;
char b[]=a.toCharArray();
for (int i=0;i<b.length;i++){
if (Ch... | 438 | 0.625571 | 0.609589 | 28 | 14.642858 | 17.117689 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 9 |
357a6beaed53c3ecb6960692679744ae00cdc7b9 | 3,040,836,890,335 | 28c0caa12369f90d3e274a8939bba5b13b2fb532 | /src/main/java/proto/message/SailRequest.java | 0a7c8efa58ab0d941d12b67e39195e7920e69ce9 | [] | no_license | pgrzz/nettystudy | https://github.com/pgrzz/nettystudy | 3da75257b8310817acad245bd18d545d7d3190b9 | 3b87711564fd5054d4fc17d4b53db3cdff8f6a71 | refs/heads/master | 2021-01-20T10:47:50.443000 | 2017-03-22T03:38:12 | 2017-03-22T03:38:12 | 83,379,375 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proto.message;
/**
*
* Created by lenovo on 2017/2/15.
*/
public class SailRequest {
private SailRequestByte requestByte;
private MessageWrapper messageWrapper;
public SailRequest(){
this(new SailRequestByte());
}
private SailRequest(SailRequestByte sailRequestByteWrapper){
... | UTF-8 | Java | 816 | java | SailRequest.java | Java | [
{
"context": "package proto.message;\n\n\n\n/**\n *\n * Created by lenovo on 2017/2/15.\n */\npublic class SailRequest {\n\n pr",
"end": 53,
"score": 0.9993909001350403,
"start": 47,
"tag": "USERNAME",
"value": "lenovo"
}
] | null | [] | package proto.message;
/**
*
* Created by lenovo on 2017/2/15.
*/
public class SailRequest {
private SailRequestByte requestByte;
private MessageWrapper messageWrapper;
public SailRequest(){
this(new SailRequestByte());
}
private SailRequest(SailRequestByte sailRequestByteWrapper){
... | 816 | 0.710784 | 0.702206 | 36 | 21.666666 | 23.58083 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 9 |
2c2c5bcbe5733c556843e2d58ac7d691348055ed | 19,980,187,914,060 | 46ce5c0eed1fda4eb25936577e79070efa0db836 | /logger/src/main/java/vn/jupiter/android/logger/Logger.java | 5ba7847f3205bbb50ed189c43f3d99a21add4548 | [] | no_license | jupitervn/ListingView | https://github.com/jupitervn/ListingView | 68e1ec067265a79a9354eefafb65c961275e1307 | f1998a30e62e17af43646c73d4b0652c88ea9dda | refs/heads/master | 2020-12-25T14:38:15.459000 | 2016-07-28T09:49:31 | 2016-07-28T09:49:31 | 64,383,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.jupiter.android.logger;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* Base logger for mediakit's components.
* Created by Jupiter (vu.cao.duy@gmail.com) on 4/27/16.
*/
public abstract class Logger {
protected static final int VERBOSE_LEVEL = 0x1;
protected static final int DEBUG... | UTF-8 | Java | 2,412 | java | Logger.java | Java | [
{
"context": "se logger for mediakit's components.\n * Created by Jupiter (vu.cao.duy@gmail.com) on 4/27/16.\n */\npublic abs",
"end": 161,
"score": 0.8090332746505737,
"start": 154,
"tag": "USERNAME",
"value": "Jupiter"
},
{
"context": "for mediakit's components.\n * Created by Jupi... | null | [] | package vn.jupiter.android.logger;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* Base logger for mediakit's components.
* Created by Jupiter (<EMAIL>) on 4/27/16.
*/
public abstract class Logger {
protected static final int VERBOSE_LEVEL = 0x1;
protected static final int DEBUG_LEVEL = 0x2;... | 2,399 | 0.612769 | 0.604478 | 69 | 33.95652 | 24.934368 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.942029 | false | false | 9 |
1c24a9fa2d3288f8c615f705704cb58e1a35c35d | 22,935,125,418,022 | 2d4639344e386f0b0b6b3c680c1f5016f523b400 | /src/main/java/liaody/thinkinjava/chart19/Reflection.java | 43b3433d340a38ec66badab32c1447a6cdf524af | [] | no_license | liaodingyuan/springmvc | https://github.com/liaodingyuan/springmvc | b590cba0d0ffaa78435141ac71f52a03af5e2b3a | c72831189c7b7b00b7ae5df2e2d9dd2d449fd68a | refs/heads/master | 2020-12-02T10:04:05.209000 | 2018-05-08T04:34:33 | 2018-05-08T04:34:33 | 96,685,532 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package liaody.thinkinjava.chart19;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.util.Set;
import java.util.TreeSet;
/**
* <p>
* Title:Reflection
* </p>
* <p>
* Description: 使用反射分析Enum
* </p>
* <p>
* Company:
* </p>
*
* @author liaody
* @da... | GB18030 | Java | 1,026 | java | Reflection.java | Java | [
{
"context": "/p>\r\n * <p>\r\n * Company:\r\n * </p>\r\n * \r\n * @author liaody\r\n * @date 2017年11月12日\r\n */\r\npublic class Reflecti",
"end": 312,
"score": 0.9991682171821594,
"start": 306,
"tag": "USERNAME",
"value": "liaody"
}
] | null | [] | /**
*
*/
package liaody.thinkinjava.chart19;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.util.Set;
import java.util.TreeSet;
/**
* <p>
* Title:Reflection
* </p>
* <p>
* Description: 使用反射分析Enum
* </p>
* <p>
* Company:
* </p>
*
* @author liaody
* @da... | 1,026 | 0.625251 | 0.61523 | 53 | 16.867924 | 17.084736 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.924528 | false | false | 9 |
34be14d773e2744fc8a889b09fe6e0ab4dd25861 | 22,935,125,418,521 | 8d8e9233c40c22b7d5f19f85261177a5eacce77c | /codenvy-gwt-client-commons/src/main/java/com/codenvy/ide/websocket/MessageBuilder.java | e4ac8bf36310026cb945789b937ceb2a3808a73a | [] | no_license | dalirekik/platform-api-client-gwt | https://github.com/dalirekik/platform-api-client-gwt | 11a3dae76facc886d9bd17ad225216f99fdb19a8 | fd7ab86b3e3c187434ff9a667461b3495a918bfb | refs/heads/master | 2021-01-16T21:32:21.820000 | 2015-01-18T19:23:51 | 2015-01-18T19:23:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | UTF-8 | Java | 2,920 | java | MessageBuilder.java | Java | [
{
"context": "er for constructing {@link Message}.\n *\n * @author Artem Zatsarynnyy\n */\npublic class MessageBuilder {\n public stat",
"end": 822,
"score": 0.9998415112495422,
"start": 805,
"tag": "NAME",
"value": "Artem Zatsarynnyy"
}
] | null | [] | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | 2,909 | 0.575 | 0.570548 | 96 | 29.427084 | 22.921398 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 9 |
84cadcb3c3dff0d7ef20b7365b6206b8d6b57c00 | 1,554,778,220,044 | 4698829414bbd33e40d98068b4bbe13ef31f373c | /app/src/main/java/com/tony/petagram/ScrollingFABBehavior.java | eee5d0186c78a30058e3338f508823738d37e36a | [] | no_license | tonybarajas/Petagram | https://github.com/tonybarajas/Petagram | 9c50328ba4216348c486dd0ec44bb038e3b0eca1 | df527861aa14a09c605ce0743d9718dc11443921 | refs/heads/master | 2018-02-07T12:21:46.882000 | 2017-11-09T23:41:29 | 2017-11-09T23:41:29 | 95,837,192 | 0 | 1 | null | false | 2017-10-09T12:12:24 | 2017-06-30T01:55:51 | 2017-08-07T00:52:48 | 2017-10-09T12:12:23 | 48,422 | 0 | 0 | 0 | Java | null | null | package com.tony.petagram;
import android.content.Context;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.FloatingActionButton;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by Diego on 27/08/... | UTF-8 | Java | 2,814 | java | ScrollingFABBehavior.java | Java | [
{
"context": "eSet;\nimport android.view.View;\n\n/**\n * Created by Diego on 27/08/2017.\n */\n/**CLASE PARA DAR EL COMPORTAM",
"end": 310,
"score": 0.7288910150527954,
"start": 305,
"tag": "NAME",
"value": "Diego"
}
] | null | [] | package com.tony.petagram;
import android.content.Context;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.FloatingActionButton;
import android.util.AttributeSet;
import android.view.View;
/**
* Created by Diego on 27/08/... | 2,814 | 0.776824 | 0.773963 | 51 | 53.823528 | 36.896095 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45098 | false | false | 9 |
901e5f47f692575c7ee9bfaa7977bbee5da04cca | 18,820,546,722,521 | a1f94955c480d73d042fe939cf229774ac1c0646 | /src/main/java/slimeknights/tconstruct/common/data/tags/EntityTypeTagProvider.java | b28f9311cb238fe3e564e0e35723f78608dd4ede | [
"MIT"
] | permissive | SlimeKnights/TinkersConstruct | https://github.com/SlimeKnights/TinkersConstruct | 6d581a9a52df175b1a9bb7cee17c1822ccfc00b4 | 09626c7f3f379ebe68e37312395af07b8c16e475 | refs/heads/1.18.2 | 2023-08-26T08:59:01.749000 | 2023-08-09T07:07:40 | 2023-08-09T07:07:40 | 7,760,890 | 1,126 | 911 | MIT | false | 2023-08-22T15:57:33 | 2013-01-22T20:46:32 | 2023-08-20T23:56:37 | 2023-08-22T15:54:27 | 59,770 | 1,137 | 718 | 71 | Java | false | false | package slimeknights.tconstruct.common.data.tags;
import net.minecraft.data.DataGenerator;
import net.minecraft.data.tags.EntityTypeTagsProvider;
import net.minecraft.world.entity.EntityType;
import net.minecraftforge.common.data.ExistingFileHelper;
import slimeknights.tconstruct.TConstruct;
import slimeknights.tconst... | UTF-8 | Java | 2,343 | java | EntityTypeTagProvider.java | Java | [] | null | [] | package slimeknights.tconstruct.common.data.tags;
import net.minecraft.data.DataGenerator;
import net.minecraft.data.tags.EntityTypeTagsProvider;
import net.minecraft.world.entity.EntityType;
import net.minecraftforge.common.data.ExistingFileHelper;
import slimeknights.tconstruct.TConstruct;
import slimeknights.tconst... | 2,343 | 0.809219 | 0.809219 | 44 | 52.25 | 50.730179 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.068182 | false | false | 9 |
32529c3ec0d7a6a55501445eedd7b2e3a4d4ec6c | 30,812,095,439,271 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_f88256b17c30ca8aad678ea15c7e46d7b0bc27a4/LaunchConfigurationProjectMainTypeChange/2_f88256b17c30ca8aad678ea15c7e46d7b0bc27a4_LaunchConfigurationProjectMainTypeChange_s.java | aa651704e496e7efb91ac130a1195783a640d3d1 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*******************************************************************************
* Copyright (c) 2003, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | UTF-8 | Java | 21,529 | java | 2_f88256b17c30ca8aad678ea15c7e46d7b0bc27a4_LaunchConfigurationProjectMainTypeChange_s.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2003, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | 21,529 | 0.766594 | 0.764457 | 420 | 50.257141 | 45.145222 | 214 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.483333 | false | false | 9 |
15f5be69175906d3d6c3d22f6c66692557083706 | 6,579,889,936,194 | 731fb4c10a8653859312418ebd84faf17da24a50 | /src/leetcode/z_IXL/phone.java | 6e75ec664203c52b3ad46196a9fe01691b00c5a9 | [] | no_license | fuqi1001/Leetcode | https://github.com/fuqi1001/Leetcode | 8230a7f802b2bab12fa134dc55f4018be81e7865 | 23f8db94960675cf49599db5e1b0db6b3fcfc15a | refs/heads/master | 2022-09-07T21:27:28.429000 | 2022-08-26T15:36:57 | 2022-08-26T15:36:57 | 53,355,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.z_IXL;
import java.util.HashMap;
/**
* Created by qifu on 17/4/25.
*/
public class phone {
public HashMap change(HashMap<String, HashMap<String, Integer>> map) {
HashMap<String, HashMap<String, Integer>> res = new HashMap<>();
for(String first_name : map.keySet()) {
... | UTF-8 | Java | 820 | java | phone.java | Java | [
{
"context": "IXL;\n\nimport java.util.HashMap;\n\n/**\n * Created by qifu on 17/4/25.\n */\npublic class phone {\n public H",
"end": 74,
"score": 0.9986615777015686,
"start": 70,
"tag": "USERNAME",
"value": "qifu"
}
] | null | [] | package leetcode.z_IXL;
import java.util.HashMap;
/**
* Created by qifu on 17/4/25.
*/
public class phone {
public HashMap change(HashMap<String, HashMap<String, Integer>> map) {
HashMap<String, HashMap<String, Integer>> res = new HashMap<>();
for(String first_name : map.keySet()) {
... | 820 | 0.520732 | 0.514634 | 25 | 31.799999 | 25.557777 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72 | false | false | 9 |
c0a300ee4db91bbdd8da575928538a70eaf61695 | 5,188,320,528,242 | df32f89a74471799e9eb99ee324fd6d696cf3162 | /src/java/fr/paris/lutece/plugins/oauth2/dataclient/AbstractDataClient.java | 304a3edc33c7fc333dbaa5f0c3bc61f142e67c98 | [] | no_license | rzara/lutece-auth-plugin-oauth2 | https://github.com/rzara/lutece-auth-plugin-oauth2 | 5415f86cbbc73deca9a6a5a2cd8d304fa0342ac7 | de017e2eb552244d430db5fabe601bbc5c757b53 | refs/heads/master | 2023-08-07T18:44:18.037000 | 2022-09-23T14:05:31 | 2022-09-23T14:05:31 | 216,523,466 | 0 | 0 | null | true | 2019-10-21T09:02:19 | 2019-10-21T09:02:15 | 2019-07-08T16:27:27 | 2019-07-08T16:27:28 | 97 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2002-2021, City of Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the f... | UTF-8 | Java | 7,192 | java | AbstractDataClient.java | Java | [] | null | [] | /*
* Copyright (c) 2002-2021, City of Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* and the f... | 7,192 | 0.614989 | 0.612208 | 288 | 23.972221 | 25.029135 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336806 | false | false | 9 |
5b24fe115e76e640e37c7a8e2e2e021717c50a6c | 5,188,320,526,333 | d83eaa425033fc9cc7ea14262f2263174533d1a9 | /src/main/java/com/arief/model/User.java | c994288342065e4d7e3c651bef35ffc66f6ac480 | [] | no_license | ariefkahfi/Belajar-JavaWeb-JAXRS2 | https://github.com/ariefkahfi/Belajar-JavaWeb-JAXRS2 | 893c705b2aaf4c2439f0be54f3ebb073ce5184c3 | 10384e5e707643e79097c1c0b56eb9d75be6bf72 | refs/heads/master | 2022-07-06T13:52:53.559000 | 2017-10-01T07:04:26 | 2017-10-01T07:04:26 | 105,424,918 | 0 | 0 | null | false | 2019-05-10T17:37:28 | 2017-10-01T06:57:56 | 2017-10-01T07:04:05 | 2019-05-10T17:37:22 | 14,217 | 0 | 0 | 1 | HTML | false | false | package com.arief.model;
public class User {
private String nama;
private String gender;
public User(){}
public User(String nama ,String gender){
this.nama=nama;
this.gender=gender;
}
public String getNama() {
return nama;
}
public void setNama(String nama) {... | UTF-8 | Java | 497 | java | User.java | Java | [] | null | [] | package com.arief.model;
public class User {
private String nama;
private String gender;
public User(){}
public User(String nama ,String gender){
this.nama=nama;
this.gender=gender;
}
public String getNama() {
return nama;
}
public void setNama(String nama) {... | 497 | 0.581489 | 0.581489 | 29 | 16.137932 | 13.991929 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 9 |
00461310c18a030049f7a7c02e738395e660d4bd | 34,376,918,271,429 | 090ecccd3a72e6552475937e4210d60ce9169fd7 | /TwitterPoster/app/src/main/java/com/twitterposter/models/TweetCriteria.java | 8a77a3798b76b059312190595514a837925cd20e | [] | no_license | Daniil-Pavenko/twittpost-android | https://github.com/Daniil-Pavenko/twittpost-android | 6e0604c07a876d1d1012a830124baf405c4932d4 | 11469bcc7e232c67878f6bad409bf77bb50bacd2 | refs/heads/master | 2018-12-29T04:33:27.156000 | 2016-08-17T12:29:50 | 2016-08-17T12:29:50 | 65,757,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twitterposter.models;
/**
* Description of TweetCriteria
*
* @author Daniil Pavenko <daniil.pavenko@gmail.com>
* @package com.twitterposter.models
*/
public class TweetCriteria {
}
| UTF-8 | Java | 199 | java | TweetCriteria.java | Java | [
{
"context": "\n/**\n * Description of TweetCriteria\n *\n * @author Daniil Pavenko <daniil.pavenko@gmail.com>\n * @package com.twitte",
"end": 99,
"score": 0.9999017119407654,
"start": 85,
"tag": "NAME",
"value": "Daniil Pavenko"
},
{
"context": "on of TweetCriteria\n *\n * @author ... | null | [] | package com.twitterposter.models;
/**
* Description of TweetCriteria
*
* @author <NAME> <<EMAIL>>
* @package com.twitterposter.models
*/
public class TweetCriteria {
}
| 174 | 0.743719 | 0.743719 | 10 | 18.9 | 18.124292 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 9 |
9b5fcda5fb2746fec3c068616cdb917bf7352eda | 36,867,999,281,007 | 8e703f23875ee44f0e7771bf56942f3bafbf45fd | /ribbonfeignclient/src/main/java/com/ribbonfeignclient/ribbonfeignclient/controller/ControllerBrClient.java | 20de0c6aecd3c1cbcbf38502d08b8ec7cda556de | [] | no_license | DimaMakarchev/microservicesevricaserverbr | https://github.com/DimaMakarchev/microservicesevricaserverbr | 0004f632e4a7592ddcfe5959dbc7adf9f0e9e28e | 9d7adc5a98f3cc4997b94fb214b73b65e85e00a5 | refs/heads/master | 2023-05-27T16:10:59.656000 | 2021-06-07T08:10:51 | 2021-06-07T08:10:51 | 374,583,649 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ribbonfeignclient.ribbonfeignclient.controller;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import com.ribbonfeignclient.ribbonfeignclient.service.ServiceBrClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.Reques... | UTF-8 | Java | 1,116 | java | ControllerBrClient.java | Java | [] | null | [] | package com.ribbonfeignclient.ribbonfeignclient.controller;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import com.ribbonfeignclient.ribbonfeignclient.service.ServiceBrClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.Reques... | 1,116 | 0.751792 | 0.748208 | 34 | 31.82353 | 26.834427 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 9 |
f8a2433f4405671d49e48e8acf0a7a01253ca2e2 | 13,151,189,915,543 | 2599a634304386c07ffa82cf2497b98a4a933f73 | /back-end/src/main/java/com/latin/admin/service/UserService.java | f5c8455068a9f3ff89e96b13e482154934b66fcd | [
"MIT"
] | permissive | latinos-bub/spring-boot-vue-admin | https://github.com/latinos-bub/spring-boot-vue-admin | 4b5c099bbade412ecf2d487787e1d3f56c2bc30c | d00ccd5e4cf77e9c7624373c9a0d7f9520df04e4 | refs/heads/master | 2022-07-02T06:41:22.020000 | 2019-07-31T07:32:59 | 2019-07-31T07:32:59 | 199,176,278 | 0 | 0 | MIT | false | 2022-06-17T02:20:25 | 2019-07-27T14:39:06 | 2019-09-16T09:08:05 | 2022-06-17T02:20:24 | 194 | 0 | 0 | 3 | Java | false | false | package com.latin.admin.service;
import com.alibaba.fastjson.JSONObject;
/**
* @author: util.you.com@gmail.com
* @date: 2019/7/30 11:21
* @description: 用户/角色/权限
* @version: 1.0
* @className: UserService
*/
public interface UserService {
/**
* @author: util.you.com@gmail.com
* @param: [jsonObject... | UTF-8 | Java | 2,699 | java | UserService.java | Java | [
{
"context": " com.alibaba.fastjson.JSONObject;\n\n/**\n * @author: util.you.com@gmail.com\n * @date: 2019/7/30 11:21\n * @description: 用户/角色/",
"end": 113,
"score": 0.9999154210090637,
"start": 91,
"tag": "EMAIL",
"value": "util.you.com@gmail.com"
},
{
"context": " interface UserSer... | null | [] | package com.latin.admin.service;
import com.alibaba.fastjson.JSONObject;
/**
* @author: <EMAIL>
* @date: 2019/7/30 11:21
* @description: 用户/角色/权限
* @version: 1.0
* @className: UserService
*/
public interface UserService {
/**
* @author: <EMAIL>
* @param: [jsonObject]
* @return: com.alibaba.... | 2,549 | 0.579381 | 0.52842 | 138 | 17.485508 | 16.812796 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.07971 | false | false | 9 |
d5919a3f591ae57eb593df3c2928d6569c416f42 | 38,259,568,686,052 | 265f9ed4372a4184dafb657317d0ee3edc9588f6 | /src/learning/opencv/misc/DetectElement.java | 30bae27870f7513399f53f249882c789696b3ad8 | [] | no_license | gutomcosta/LearningOpenCV | https://github.com/gutomcosta/LearningOpenCV | a8071d42021ba45850da7a70f370a8a3b7e1419c | 1428ccefbec60b88708c94c98ed9f4187c339532 | refs/heads/master | 2021-01-20T12:13:19.202000 | 2012-04-11T03:15:37 | 2012-04-11T03:15:37 | 3,782,952 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package learning.opencv.misc;
import static com.googlecode.javacv.cpp.opencv_core.cvCreateImage;
import static com.googlecode.javacv.cpp.opencv_core.cvGetSize;
import static com.googlecode.javacv.cpp.opencv_core.cvInRangeS;
import static com.googlecode.javacv.cpp.opencv_core.cvReleaseImage;
import static com.googlecod... | UTF-8 | Java | 2,091 | java | DetectElement.java | Java | [] | null | [] | package learning.opencv.misc;
import static com.googlecode.javacv.cpp.opencv_core.cvCreateImage;
import static com.googlecode.javacv.cpp.opencv_core.cvGetSize;
import static com.googlecode.javacv.cpp.opencv_core.cvInRangeS;
import static com.googlecode.javacv.cpp.opencv_core.cvReleaseImage;
import static com.googlecod... | 2,091 | 0.738881 | 0.719273 | 58 | 35.051723 | 27.315792 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.741379 | false | false | 9 |
ebbad77328717d3ff1ed8138e8ca3650b10a0130 | 19,112,604,500,396 | d7c216625c1ccb8c9d3149d78b8c0d3277fa6678 | /app/src/main/java/www/zhouyan/project/widget/dialog/CircleDialog.java | 092fec22bbcc58ed92d8fa098c04cc75830fa38e | [] | no_license | 15700183792zy/ProjectMvp | https://github.com/15700183792zy/ProjectMvp | 349c047559b6134d825b1a12859112394e6d4d41 | f71f25722e26a09cfb348dd9f7df9bbc7aceabe0 | refs/heads/master | 2021-04-15T15:17:23.301000 | 2018-03-23T01:54:22 | 2018-03-23T01:54:22 | 126,418,037 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package www.zhouyan.project.widget.dialog;
import android.app.Dialog;
import android.content.Context;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ProgressBar;
import www.zhouyan.project.R;
import me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable;
import www.zho... | UTF-8 | Java | 1,672 | java | CircleDialog.java | Java | [
{
"context": "\n * Title : 自定义Dialog\n * Description :\n * Author : zhouyan\n */\npublic class CircleDialog extends Dialog {\n\n ",
"end": 415,
"score": 0.9996283054351807,
"start": 408,
"tag": "USERNAME",
"value": "zhouyan"
}
] | null | [] | package www.zhouyan.project.widget.dialog;
import android.app.Dialog;
import android.content.Context;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ProgressBar;
import www.zhouyan.project.R;
import me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable;
import www.zho... | 1,672 | 0.647631 | 0.647631 | 75 | 20.946667 | 19.314169 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373333 | false | false | 3 |
321804a27fd300cf745917c3a04b095495d3eb0c | 27,797,028,396,893 | 96a20da8a4275931f47be964cd5972e08266fdc7 | /app/src/main/java/sky/pierry/core/di/Components.java | 78a0cb50c6b5d8fc4038c175b0154e061d7d27f8 | [
"Apache-2.0"
] | permissive | Pierry/sky-test | https://github.com/Pierry/sky-test | a287b83dc34066f20e0f45e12acb36819011d4a5 | fd50525af6484389a5a97a5dfc5d214b945555a2 | refs/heads/master | 2020-03-24T01:28:34.734000 | 2018-07-25T18:18:40 | 2018-07-25T18:18:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sky.pierry.core.di;
import android.content.Context;
import dagger.Component;
import javax.inject.Singleton;
import sky.pierry.details.view.DetailsActivity;
import sky.pierry.home.presentation.model.HomeModel;
import sky.pierry.home.presentation.presenter.HomePresenter;
import sky.pierry.home.presentation.view.... | UTF-8 | Java | 610 | java | Components.java | Java | [] | null | [] | package sky.pierry.core.di;
import android.content.Context;
import dagger.Component;
import javax.inject.Singleton;
import sky.pierry.details.view.DetailsActivity;
import sky.pierry.home.presentation.model.HomeModel;
import sky.pierry.home.presentation.presenter.HomePresenter;
import sky.pierry.home.presentation.view.... | 610 | 0.813115 | 0.813115 | 22 | 26.727272 | 23.374777 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 3 |
fb6bf79fad58e3cdb6b71635e5d7368764af6481 | 27,797,028,400,583 | 6424cfb21f4b4bb24714c0120fe9b45f0f3ab5ab | /app/src/main/java/com/example/launcher/utils/AppInfo.java | b5ca6a3e6b60455faab27d0145c9d3424bcde7cd | [] | no_license | anshulagx/Productivity-Launcher | https://github.com/anshulagx/Productivity-Launcher | 626376945b3a0c9fcc6864da02949121957ab49c | d66be38c5a0d1bd78e561e1f840b111f9c59cad9 | refs/heads/master | 2023-06-27T22:36:37.438000 | 2021-07-27T18:19:45 | 2021-07-27T18:19:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.launcher.utils;
import android.graphics.drawable.Drawable;
import com.example.launcher.MainActivity;
public class AppInfo {
public String label;
public String packageName;
public Drawable icon;
public boolean isContact;
public String contactNo;
public AppInfo()
{
... | UTF-8 | Java | 571 | java | AppInfo.java | Java | [] | null | [] | package com.example.launcher.utils;
import android.graphics.drawable.Drawable;
import com.example.launcher.MainActivity;
public class AppInfo {
public String label;
public String packageName;
public Drawable icon;
public boolean isContact;
public String contactNo;
public AppInfo()
{
... | 571 | 0.651489 | 0.651489 | 29 | 18.689655 | 15.056454 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 3 |
96698830ce922f5ecfbd03461bd69a64122b0f85 | 19,172,734,065,377 | 98573ec9f4a2a4988c610cc257c0314955c9a039 | /ssf/gwt/src/org/kablink/teaming/gwt/client/widgets/PromptForExternalUsersEmailAddressDlg.java | 1c121e341f3e46e1bd1a6092d0681a4a7e329e12 | [] | no_license | new333333/ibert | https://github.com/new333333/ibert | 1524f3aeb9b090fe9c20a72ed4dfdf4da79ea37d | 31de6da02ca0f2b09a36abe623ba0203b7ca1514 | refs/heads/master | 2021-05-11T02:05:54.839000 | 2018-01-22T08:43:50 | 2018-01-22T08:43:50 | 118,158,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 1998-2013 Novell, Inc. and its licensors. All rights reserved.
*
* This work is governed by the Common Public Attribution License Version 1.0 (the
* "CPAL"); you may not use this file except in compliance with the CPAL. You may
* obtain a copy of the CPAL at http://www.opensource.org/licenses/... | UTF-8 | Java | 6,936 | java | PromptForExternalUsersEmailAddressDlg.java | Java | [
{
"context": "t.user.client.ui.TextBox;\n\n/**\n * ?\n * \n * @author jwootton\n */\npublic class PromptForExternalUsersEmailAddre",
"end": 2523,
"score": 0.9996298551559448,
"start": 2515,
"tag": "USERNAME",
"value": "jwootton"
}
] | null | [] | /**
* Copyright (c) 1998-2013 Novell, Inc. and its licensors. All rights reserved.
*
* This work is governed by the Common Public Attribution License Version 1.0 (the
* "CPAL"); you may not use this file except in compliance with the CPAL. You may
* obtain a copy of the CPAL at http://www.opensource.org/licenses/... | 6,936 | 0.718281 | 0.712659 | 248 | 26.967741 | 26.562748 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.225806 | false | false | 3 |
9476fb6d661398186a1e40362ed172876554807d | 21,775,484,241,122 | 303a9e20fdc5cc41eee3a2c86ce0d26a589a2858 | /databaseExp-1/src/model/ScoreEntityPK.java | 17b6ee02f3f6c0b8a047d683997fb5add317f315 | [] | no_license | ChloeFancy/QAQ-Course-System | https://github.com/ChloeFancy/QAQ-Course-System | 73bfbc84b0d9256f024e7df89600757d1efb7c3a | bca3c6a5999b0fd8b9e2e0c918408f4520a486b6 | refs/heads/master | 2020-03-17T11:05:16.973000 | 2018-05-24T13:22:45 | 2018-05-24T13:22:45 | 133,537,716 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import javax.persistence.Column;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Objects;
public class ScoreEntityPK implements Serializable {
private String sid;
private String cid;
@Column(name = "sid", nullable = false, length = 10)
@Id
public String g... | UTF-8 | Java | 1,009 | java | ScoreEntityPK.java | Java | [] | null | [] | package model;
import javax.persistence.Column;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Objects;
public class ScoreEntityPK implements Serializable {
private String sid;
private String cid;
@Column(name = "sid", nullable = false, length = 10)
@Id
public String g... | 1,009 | 0.594648 | 0.590684 | 46 | 20.934782 | 18.339079 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 3 |
80fe8d55ede0cecaedc71de3e65ce7084c3ebc44 | 30,365,418,818,107 | 72a01377fe64e8dd27fb119ab3cb6660b619d131 | /src/text/adventure/game/items/waffen/Lanze.java | 387448d7753f79be054217cc9da81d12ce148948 | [] | no_license | MrAATiger/Adventure | https://github.com/MrAATiger/Adventure | 5c874c2f097b18f5554b9a730c74f2ad8c7e45b0 | 93b3e6e6524277f995adaeed7d29699d785e8f2d | refs/heads/master | 2016-09-06T00:40:54.614000 | 2015-06-12T19:43:15 | 2015-06-12T19:43:15 | 32,334,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package text.adventure.game.items.waffen;
import java.util.Random;
import text.adventure.game.logic.Typ;
public class Lanze extends Waffen {
public Lanze() {
super("Lanze", 0, 0, 0, intLanzeTyp(), 0);
}
public static Typ intLanzeTyp(){
// random typ
Random rd = new Random();
int r = rd.nextI... | UTF-8 | Java | 381 | java | Lanze.java | Java | [] | null | [] | package text.adventure.game.items.waffen;
import java.util.Random;
import text.adventure.game.logic.Typ;
public class Lanze extends Waffen {
public Lanze() {
super("Lanze", 0, 0, 0, intLanzeTyp(), 0);
}
public static Typ intLanzeTyp(){
// random typ
Random rd = new Random();
int r = rd.nextI... | 381 | 0.648294 | 0.637795 | 25 | 14.24 | 16.082985 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.48 | false | false | 3 |
59207fd28b19d21c04d90cc0ca18110fe4df6a05 | 34,918,084,164,340 | b6058bd3346dedb5fa91c29989e319c4534cc5b5 | /src/main/java/com/iyzico/ems/model/Event.java | 55fdcc7ce5b3f59f696920203d51f3be575d624a | [] | no_license | olgunyldz/ems | https://github.com/olgunyldz/ems | 50107adab6d585ec2bd23a981d591d83fe46c6a4 | 568de06050de515eb316d60142f0763507d0a902 | refs/heads/master | 2019-07-01T17:41:35.594000 | 2017-09-13T15:54:20 | 2017-09-13T15:54:20 | 102,390,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iyzico.ems.model;
import java.time.LocalDate;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import lombok.AllArgsCon... | UTF-8 | Java | 1,088 | java | Event.java | Java | [] | null | [] | package com.iyzico.ems.model;
import java.time.LocalDate;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import lombok.AllArgsCon... | 1,088 | 0.779412 | 0.775735 | 49 | 21.204082 | 16.480019 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.816327 | false | false | 3 |
5d76a2903886bea9338b8b09fbba08077190388f | 37,031,208,054,732 | 07daf94e41cc3ed4041b76dd847d21f79fcf2937 | /bascat/java/src/org.rwtodd.cmd.bascat/BinaryReader.java | bcebd554e7899333ef4957a8a092a6518bd067c7 | [
"MIT"
] | permissive | rwtodd/small_programs_2018 | https://github.com/rwtodd/small_programs_2018 | 97ed5d1b253cd8810ceb2159c20da505a64da087 | ce1f07e67c474e02d7caaac07328e0c444843d86 | refs/heads/master | 2021-05-09T04:38:52.581000 | 2019-09-28T20:47:04 | 2019-09-28T20:47:04 | 119,282,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This code is released under the GPL. A copy of the licence is in this
* program's main directory.
*/
package org.rwtodd.cmd.bascat;
import java.math.BigDecimal;
import java.math.MathContext;
/**
* Utilities for reading binary data.
* @author richa
*/
class BinaryReader {
private final byt... | UTF-8 | Java | 3,194 | java | BinaryReader.java | Java | [
{
"context": "\n * Utilities for reading binary data.\r\n * @author richa\r\n */\r\nclass BinaryReader {\r\n private final byt",
"end": 270,
"score": 0.7700417041778564,
"start": 265,
"tag": "NAME",
"value": "richa"
}
] | null | [] | /*
* This code is released under the GPL. A copy of the licence is in this
* program's main directory.
*/
package org.rwtodd.cmd.bascat;
import java.math.BigDecimal;
import java.math.MathContext;
/**
* Utilities for reading binary data.
* @author richa
*/
class BinaryReader {
private final byt... | 3,194 | 0.567001 | 0.520351 | 96 | 31.270834 | 31.752781 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770833 | false | false | 3 |
c14d384315b4eeec8f75d99cdc1cde2020cad406 | 9,165,460,266,834 | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_procyon/com/google/common/cache/CacheBuilderSpec$RefreshDurationParser.java | 55408c119334fb3fdfaf1125046e95473cdd9918 | [] | no_license | fjh658/bindiff | https://github.com/fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134000 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.common.cache;
import java.util.concurrent.*;
import com.google.common.base.*;
class CacheBuilderSpec$RefreshDurationParser extends CacheBuilderSpec$DurationParser
{
@Override
protected void parseDuration(final CacheBuilderSpec cacheBuilderSpec, final long refreshDuration, final TimeUnit ref... | UTF-8 | Java | 584 | java | CacheBuilderSpec$RefreshDurationParser.java | Java | [] | null | [] | package com.google.common.cache;
import java.util.concurrent.*;
import com.google.common.base.*;
class CacheBuilderSpec$RefreshDurationParser extends CacheBuilderSpec$DurationParser
{
@Override
protected void parseDuration(final CacheBuilderSpec cacheBuilderSpec, final long refreshDuration, final TimeUnit ref... | 584 | 0.794521 | 0.794521 | 14 | 40.714287 | 43.376144 | 135 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 3 |
b6a09254ee19f40550acb486b3ac3efc06792d19 | 37,160,057,074,536 | 5b07cc61d2d06a43794cd1b89ff3649dade91424 | /app/src/main/java/com/example/playandroid/collection/CollectionAdapter.java | 5bc1faf59ffda4217fc7f7afe8e4f3bdfae5d6a5 | [] | no_license | SometingP/PlayAndroid | https://github.com/SometingP/PlayAndroid | 3d473452398946aaa2604c66b6aa0955d5652c58 | 755a4a15c1e187fdcccf771ce3d3fd16118796b0 | refs/heads/master | 2020-04-25T21:55:13.051000 | 2019-05-22T14:34:16 | 2019-05-22T14:34:16 | 173,067,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.playandroid.collection;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextV... | UTF-8 | Java | 2,393 | java | CollectionAdapter.java | Java | [] | null | [] | package com.example.playandroid.collection;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextV... | 2,393 | 0.684496 | 0.683661 | 73 | 31.780823 | 27.244829 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60274 | false | false | 3 |
7301dbb37819347d7eb68ce520b1cd4eae246cf6 | 34,883,724,423,630 | f3aeedbeaea3b4496b00bdcfa7e72a9b9fc8345b | /SM_client.java | f5c5fa9a81f405aca9d44bf086a0794c0323238c | [] | no_license | Cataract92/SternModell | https://github.com/Cataract92/SternModell | 1fe8d6fbd72d04349d6d9304fd449a4e676797b0 | bdc90e18d7b6a76f3ac6ab5f30d29954ba119a59 | refs/heads/master | 2020-06-06T12:57:49.550000 | 2015-07-03T17:45:54 | 2015-07-03T17:45:54 | 38,503,870 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Topologie;
// Nico Feld 1169233
import javax.swing.*;
import Topologie.MySP.*;
import java.awt.*;
import java.awt.event.*;
import java.io.IOException;
import java.io.InputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
import java.util.StringTokenizer;
class ... | UTF-8 | Java | 3,195 | java | SM_client.java | Java | [
{
"context": "package Topologie;\n\n// Nico Feld 1169233\n\nimport javax.swing.*;\n\nimport Topologie.",
"end": 32,
"score": 0.9998754262924194,
"start": 23,
"tag": "NAME",
"value": "Nico Feld"
}
] | null | [] | package Topologie;
// <NAME> 1169233
import javax.swing.*;
import Topologie.MySP.*;
import java.awt.*;
import java.awt.event.*;
import java.io.IOException;
import java.io.InputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.Scanner;
import java.util.StringTokenizer;
class SM_... | 3,192 | 0.589984 | 0.583099 | 143 | 21.349649 | 15.79203 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.713287 | false | false | 3 |
c6d141fa26f98a3210e657916dd528a4845924c7 | 35,450,660,110,813 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/xiaomi/push/mpcd/job/f.java | b3fc9d1c6ba420fcd625082f119a6fb721dd4705 | [] | no_license | shuixi2013/AmapCode | https://github.com/shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391000 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaomi.push.mpcd.job;
import android.content.Context;
import android.text.TextUtils;
import com.xiaomi.channel.commonutils.misc.h.a;
import com.xiaomi.push.mpcd.b;
import com.xiaomi.push.mpcd.c;
import com.xiaomi.xmpush.thrift.d;
import com.xiaomi.xmpush.thrift.k;
public abstract class f extends a {
p... | UTF-8 | Java | 11,403 | java | f.java | Java | [] | null | [] | package com.xiaomi.push.mpcd.job;
import android.content.Context;
import android.text.TextUtils;
import com.xiaomi.channel.commonutils.misc.h.a;
import com.xiaomi.push.mpcd.b;
import com.xiaomi.push.mpcd.c;
import com.xiaomi.xmpush.thrift.d;
import com.xiaomi.xmpush.thrift.k;
public abstract class f extends a {
p... | 11,403 | 0.587126 | 0.514777 | 236 | 47.317795 | 34.608658 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512712 | false | false | 3 |
3cd808dcfb4b40c441c96792a6571832474b43ca | 9,869,834,910,255 | 9840bfd7352e8fc4bbbd4851a2371c5109aae3d8 | /app/src/main/java/test/wunder/com/wundertestapp/ui/activity/HomeActivity.java | b0c5a838fdef0dd091b0b41f8b794ade71d02a0b | [] | no_license | Mohamed1Fouad/Wunder_test_app | https://github.com/Mohamed1Fouad/Wunder_test_app | c0287eef7e701b601e4fc2f1a81ffb8594c8e1ca | 38ecdcf917c577a49cb38d5a5cbce27b3ac0beb5 | refs/heads/master | 2020-03-26T03:28:42.449000 | 2018-08-12T10:51:49 | 2018-08-12T10:51:49 | 144,457,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.wunder.com.wundertestapp.ui.activity;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
import test.wunder.com.wu... | UTF-8 | Java | 2,831 | java | HomeActivity.java | Java | [] | null | [] | package test.wunder.com.wundertestapp.ui.activity;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
import test.wunder.com.wu... | 2,831 | 0.6994 | 0.697633 | 72 | 38.319443 | 28.482367 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
9473460a490355c1089b1e599f2717771d11de68 | 9,869,834,911,881 | 431d4ef5e77c8273757c104332348f6b042cc978 | /src/bridgePattern/Circle.java | 9afcd3b01c73e6b662347ef38a4a0bad8487e646 | [] | no_license | dearLeaflet/designPattern | https://github.com/dearLeaflet/designPattern | 2abbfe6d4a6ce79406baddd1ae68b2657445161f | 791ff1cfbe2b930199507db789a2e74e86ff534d | refs/heads/master | 2020-06-27T06:56:32.631000 | 2019-08-17T13:26:23 | 2019-08-17T13:26:23 | 199,876,906 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bridgePattern;
public class Circle extends AbstractShape{
private int radius;
private int x;
private int y;
public Circle(int radius, int x, int y, DrawAPI drawAPI) {
super(drawAPI);
}
@Override
public void draw() {
drawAPI.draw(radius, x, y);
}
}
| UTF-8 | Java | 294 | java | Circle.java | Java | [] | null | [] | package bridgePattern;
public class Circle extends AbstractShape{
private int radius;
private int x;
private int y;
public Circle(int radius, int x, int y, DrawAPI drawAPI) {
super(drawAPI);
}
@Override
public void draw() {
drawAPI.draw(radius, x, y);
}
}
| 294 | 0.64966 | 0.64966 | 18 | 14.333333 | 15.926916 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 3 |
8c4723bf1ea2455d555f027147be832f21428871 | 37,469,294,720,137 | 7f0679c1d3aacd49dd4466ddd5cfbb7d431b7f22 | /Mobile App/Demo4.2/app/src/main/java/fpt/capstone/inqr/fragment/ChangeDestinationBottomSheetFragment.java | 16337819e0a3886c8ca895cb55bc70850a47996b | [] | no_license | jaswant0605/indoor-navigation-system-qrcode-augmented-reality | https://github.com/jaswant0605/indoor-navigation-system-qrcode-augmented-reality | 7cd81ae1a681ba0ed88ec52e9aa91b6d1c1241f7 | 6939a24ad40bff12638b298736b2204506f6a9b6 | refs/heads/master | 2023-06-30T22:28:34.421000 | 2021-08-01T09:26:42 | 2021-08-01T09:26:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fpt.capstone.inqr.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.inputmethod.EditorInfo;
import android.widget.SearchView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import andro... | UTF-8 | Java | 2,761 | java | ChangeDestinationBottomSheetFragment.java | Java | [
{
"context": "stone.inqr.model.Room;\n\n/**\n * Demo4\n * Created by TinhPV on 4/14/20\n * Copyright © 2020 TinhPV. All rights",
"end": 775,
"score": 0.9987557530403137,
"start": 769,
"tag": "USERNAME",
"value": "TinhPV"
},
{
"context": "* Created by TinhPV on 4/14/20\n * Copyright ©... | null | [] | package fpt.capstone.inqr.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.inputmethod.EditorInfo;
import android.widget.SearchView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import andro... | 2,761 | 0.727536 | 0.723913 | 84 | 31.857143 | 29.361517 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 3 |
fec622050a74700383c87f06e45384a548b8211d | 35,596,688,994,319 | 423011769192193ed57bd05757630746a92a9165 | /SpringM1Core01-Basics/src/siva/spring/core/coupling/Car.java | f4982f87050249c3d0c00d70ee7f5308586860e1 | [] | no_license | siva1855/SivaWS-SpringFrameworkCoreAndSpEL | https://github.com/siva1855/SivaWS-SpringFrameworkCoreAndSpEL | 2cc0f764b8b41fc4d72fd7f31e8b1b4eb8f361a5 | 33972f5e5859195d3fab47ad60b547fc54cacfa7 | refs/heads/master | 2023-06-26T21:13:12.401000 | 2021-07-14T08:32:19 | 2021-07-14T08:32:19 | 296,522,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package siva.spring.core.coupling;
public class Car implements Vehicle {
public void move() {
System.out.println("Car Calss is Moving");
}
}
| UTF-8 | Java | 155 | java | Car.java | Java | [] | null | [] | package siva.spring.core.coupling;
public class Car implements Vehicle {
public void move() {
System.out.println("Car Calss is Moving");
}
}
| 155 | 0.683871 | 0.683871 | 8 | 17.375 | 17.64892 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
de61c095afbe492e0e96182325944d9ab67db90c | 18,373,870,093,215 | 60dd51d44a196b8e1ecdf59d8eba99001ffc49b3 | /src/Factory/GiftPaper.java | 15934008fe72498923e343bbf84d3fc2af2422e6 | [] | no_license | noralexanian/Java_day02 | https://github.com/noralexanian/Java_day02 | 5b77e1af4ea3cdc65f961eea0c79334137a7f0ad | 3d6e91d11e00f6c9f2acb580827f491e4462bc7a | refs/heads/main | 2023-03-21T03:35:55.521000 | 2021-03-15T16:50:48 | 2021-03-15T16:50:48 | 339,796,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Factory;
public class GiftPaper {
Toy toy;
public void setToy(Toy toy) {
this.toy = toy;
}
}
| UTF-8 | Java | 123 | java | GiftPaper.java | Java | [] | null | [] | package Factory;
public class GiftPaper {
Toy toy;
public void setToy(Toy toy) {
this.toy = toy;
}
}
| 123 | 0.585366 | 0.585366 | 9 | 12.666667 | 11.430952 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
ec8ec80d45a8d493dd7ee2b2ba9c44eb50e59139 | 27,779,848,474,074 | 48e1024651152be8dba04f84cf51d7da9cf9f5a2 | /src/figuren/Spieler.java | 40fe2904f383e700ce822d401faefb23c227c9da | [] | no_license | SaltyTuna/Tri-Again | https://github.com/SaltyTuna/Tri-Again | c4ca065bab65be8bd4ccebb330196a11f8b8c970 | 69ccd78f007f4ca8f9ba9ed2aa363d4faf29cbec | refs/heads/master | 2021-04-30T08:36:28.508000 | 2018-02-13T12:25:56 | 2018-02-13T12:25:56 | 121,379,870 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package figuren;
import java.awt.Color;
import java.awt.Graphics;
import console.Main;
import states.GameState;
public class Spieler {
private int[][][] xy = {
{ { Main.theGame.getWidth() / 2 - 25, Main.theGame.getWidth() / 2 - 25, Main.theGame.getWidth() / 2 + 25 },
{ Main.theGame.getHeight() / 2 - 25, Ma... | UTF-8 | Java | 2,708 | java | Spieler.java | Java | [] | null | [] | package figuren;
import java.awt.Color;
import java.awt.Graphics;
import console.Main;
import states.GameState;
public class Spieler {
private int[][][] xy = {
{ { Main.theGame.getWidth() / 2 - 25, Main.theGame.getWidth() / 2 - 25, Main.theGame.getWidth() / 2 + 25 },
{ Main.theGame.getHeight() / 2 - 25, Ma... | 2,708 | 0.602289 | 0.554284 | 88 | 29.772728 | 28.278536 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.295455 | false | false | 3 |
6f4b38973effdeb865adb47eca2c6b50127a90ca | 7,988,639,195,187 | cf0704535a27e4dc1aa80d87c0f5d417ea20aa5f | /evote/src/main/java/com/jaha/evote/service/CommitteeService.java | 8ae1282295e054ae87658c3e30b60f5e8bb82f32 | [] | no_license | sms8884/evote | https://github.com/sms8884/evote | 7f7931f785f4bce9e342b3b76ba0b4d532a38999 | 99940a43840b853d1f4c27858912c77bd581297e | refs/heads/master | 2021-07-04T06:31:26.164000 | 2017-09-26T07:02:47 | 2017-09-26T07:02:47 | 104,844,695 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2016 JAHA SMART CORP., LTD ALL RIGHT RESERVED
*/
package com.jaha.evote.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transac... | UTF-8 | Java | 15,386 | java | CommitteeService.java | Java | [
{
"context": " ---------------------------\n * 2016. 10. 24. jjpark Generation\n * </pre>\n *\n * @author jjpark\n *",
"end": 1054,
"score": 0.9996242523193359,
"start": 1048,
"tag": "USERNAME",
"value": "jjpark"
},
{
"context": " jjpark Generation\n * </pre>\n *\n ... | null | [] | /**
* Copyright (c) 2016 JAHA SMART CORP., LTD ALL RIGHT RESERVED
*/
package com.jaha.evote.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transac... | 15,386 | 0.589442 | 0.586 | 471 | 30.452229 | 27.718048 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609342 | false | false | 3 |
14cc4ffef32ebf5e4e621e45accdd0fbfe21b856 | 30,983,894,083,508 | 8dec68ee8193fe4c27eaaad9312ac7d1ce15e866 | /java-learn/src/main/java/com/zrx/algorithm/leetcode/q0200/Q0209长度最小的子数组.java | 550da0eb17e71edee94c164f9a5afdafab16d6a7 | [] | no_license | madokast/JavaLearn2020 | https://github.com/madokast/JavaLearn2020 | a0834ed089dc20826933bb8ab502be79be7c7bb1 | e1fc0ef3a7d3392202b54653670e04a0f2558449 | refs/heads/master | 2022-06-25T07:56:38.563000 | 2020-09-08T02:00:52 | 2020-09-08T02:00:52 | 231,700,049 | 0 | 0 | null | false | 2022-06-21T03:12:17 | 2020-01-04T02:58:09 | 2020-09-08T02:01:21 | 2022-06-21T03:12:17 | 49,385 | 0 | 0 | 4 | Java | false | false | package com.zrx.algorithm.leetcode.q0200;
import com.zrx.algorithm.Code;
import com.zrx.algorithm.Question;
import com.zrx.utils.ArrayFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* Description
* 长度最小的子数组
* <p>
* Data... | UTF-8 | Java | 2,655 | java | Q0209长度最小的子数组.java | Java | [
{
"context": "子数组\n * <p>\n * Data\n * 2020/7/6-11:05\n *\n * @author zrx\n * @version 1.0\n */\n\n@Component\npublic class Q020",
"end": 356,
"score": 0.9997074604034424,
"start": 353,
"tag": "USERNAME",
"value": "zrx"
}
] | null | [] | package com.zrx.algorithm.leetcode.q0200;
import com.zrx.algorithm.Code;
import com.zrx.algorithm.Question;
import com.zrx.utils.ArrayFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* Description
* 长度最小的子数组
* <p>
* Data... | 2,655 | 0.510195 | 0.472518 | 97 | 22.257732 | 21.43861 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.762887 | false | false | 3 |
0135ba73be674e3db19d1667c514dd5484740b9f | 15,479,062,160,476 | 421509c6c66fef0a34f4bc1b23593f43fe2123b0 | /src/main/java/com/aleksandra/dao/IZaposleniDAO.java | 6a90a184edf6d6e11e5b4551f0677bb693b4e0c8 | [] | no_license | AleksandraMikasevic/PrijemMaterijala | https://github.com/AleksandraMikasevic/PrijemMaterijala | 04b6bd57462b898e7eda1fe44b436eb450689d17 | 250844def995efeb39a0254eada78b86dbca5398 | refs/heads/master | 2020-03-30T04:03:48.263000 | 2018-12-02T01:26:25 | 2018-12-02T01:26:25 | 150,722,760 | 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 com.aleksandra.dao;
import com.aleksandra.domen.Zaposleni;
import java.util.List;
/**
*
* @author User
*/
pu... | UTF-8 | Java | 562 | java | IZaposleniDAO.java | Java | [
{
"context": "ni;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author User\r\n */\r\npublic interface IZaposleniDAO {\r\n\r\n pub",
"end": 311,
"score": 0.9623503088951111,
"start": 307,
"tag": "USERNAME",
"value": "User"
}
] | 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 com.aleksandra.dao;
import com.aleksandra.domen.Zaposleni;
import java.util.List;
/**
*
* @author User
*/
pu... | 562 | 0.708185 | 0.708185 | 23 | 22.434782 | 26.398001 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 3 |
2eb7d5e77680cc25cdd969a409ff2df781346c28 | 2,035,814,511,910 | c8e5e27a6863ab60c9b86cc69910e0ec81f2fbb7 | /src/com/jefflee/view/ArrangementView.java | bb71b650871f0bb9dbb8335154f4ab77d0a87b6b | [] | no_license | taoguoliang/161 | https://github.com/taoguoliang/161 | 0b586b3f396c0ee65a453a9c1bbc167e743cd15b | f08d28d41f765abe178f51629fa185bae0eea78e | refs/heads/master | 2020-03-14T23:44:52.747000 | 2018-05-02T13:11:49 | 2018-05-02T13:11:49 | 131,851,960 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jefflee.view;
public class ArrangementView {
private String type;
private Integer scheduleId;
private Integer periodId;
private Integer courseId;
private Integer roomId;
private Integer tclassId;
private Integer teacherId;
private Integer arranged;
private Integer priority;
public String getType... | UTF-8 | Java | 1,468 | java | ArrangementView.java | Java | [] | null | [] | package com.jefflee.view;
public class ArrangementView {
private String type;
private Integer scheduleId;
private Integer periodId;
private Integer courseId;
private Integer roomId;
private Integer tclassId;
private Integer teacherId;
private Integer arranged;
private Integer priority;
public String getType... | 1,468 | 0.726839 | 0.726839 | 86 | 16.069767 | 15.184747 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.267442 | false | false | 3 |
197ecea04a97600118f9e8683e80a2a4eb9ecca9 | 9,079,560,898,392 | 11a375e6e499bda34bf546600d25c1b3168ba36c | /src/main/java/br/edu/ufam/mestrado/bean/MdlWorkshopSubmissions.java | 1dfca84fbac54221df33333fcb8f96a769f6b60f | [] | no_license | romero1989/Mestrado | https://github.com/romero1989/Mestrado | 042f5666a0a1a6d196e431c53de341d47f38fbed | bd2f1fb3a826ce9ae031322cb231ee660f4379db | refs/heads/master | 2016-05-29T05:58:36.704000 | 2015-06-29T21:16:45 | 2015-06-29T21:16:45 | 38,187,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.ufam.mestrado.bean;
// Generated 29/06/2015 16:47:07 by Hibernate Tools 3.6.0
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id... | UTF-8 | Java | 6,839 | java | MdlWorkshopSubmissions.java | Java | [] | null | [] | package br.edu.ufam.mestrado.bean;
// Generated 29/06/2015 16:47:07 by Hibernate Tools 3.6.0
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Id... | 6,839 | 0.648487 | 0.644977 | 273 | 24.018314 | 28.47201 | 359 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479853 | false | false | 3 |
b3a30ad44565bec17bbdea2265197bb95e05dd7e | 31,911,607,049,537 | 8db48262ad7673be8ad56d0bf43210c355df3c6f | /library/src/main/java/com/suboat/contrib/ctrl/graphql/UserServe.java | 292d1dcd32b0ff16ef7e594ae01c750f74129b0c | [
"Apache-2.0"
] | permissive | suboat/java-contrib | https://github.com/suboat/java-contrib | 7517442682674a973889ea3fc26e0b2d013d2be4 | a682814815efcd6eb9749bc41756a9e8d38cc2ba | refs/heads/master | 2021-06-30T19:24:23.771000 | 2020-12-20T15:07:45 | 2020-12-20T15:07:45 | 230,826,541 | 0 | 0 | Apache-2.0 | false | 2021-03-12T22:00:07 | 2019-12-30T01:33:26 | 2020-12-20T15:08:06 | 2021-03-12T22:00:07 | 1,495 | 0 | 0 | 1 | Java | false | false | package com.suboat.contrib.ctrl.graphql;
import com.suboat.contrib.rpc.RpcConnConfig;
import com.suboat.contrib.rpc.user.UserService;
import lombok.Data;
import org.apache.thrift.protocol.TBinaryProtocol;
import org.apache.thrift.protocol.TProtocol;
import org.apache.thrift.transport.TSocket;
import org.apache.thrift.... | UTF-8 | Java | 2,002 | java | UserServe.java | Java | [] | null | [] | package com.suboat.contrib.ctrl.graphql;
import com.suboat.contrib.rpc.RpcConnConfig;
import com.suboat.contrib.rpc.user.UserService;
import lombok.Data;
import org.apache.thrift.protocol.TBinaryProtocol;
import org.apache.thrift.protocol.TProtocol;
import org.apache.thrift.transport.TSocket;
import org.apache.thrift.... | 2,002 | 0.695519 | 0.687373 | 90 | 20.822222 | 18.987469 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.844444 | false | false | 3 |
c4e2c7892974bcac31e0af0bcbbd1734409d548e | 858,993,470,825 | 2491307b0233230277d83971d40609d79350ac53 | /src/husacct/control/ResizingPositioningJFrame.java | fa54933bfa5f1e00796746790da62d4f81eb9d42 | [] | no_license | MvHMontySCOUT/HUSACCT-1 | https://github.com/MvHMontySCOUT/HUSACCT-1 | cdfadfc09f824e1cbbe0a3edbe7c3d13d75f1970 | 319f8d515b83a5cfbd2ccede5ae1751c52fdb3ac | refs/heads/master | 2021-01-16T00:17:24.213000 | 2012-05-06T12:59:23 | 2012-05-06T12:59:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package husacct.control;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Toolkit;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JTextField;
public class ResizingPositioningJFrame {
public static void main(String[] args) {
JFrame.setDe... | UTF-8 | Java | 924 | java | ResizingPositioningJFrame.java | Java | [] | null | [] | package husacct.control;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Toolkit;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JTextField;
public class ResizingPositioningJFrame {
public static void main(String[] args) {
JFrame.setDe... | 924 | 0.724026 | 0.711039 | 30 | 29.833334 | 16.771172 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 3 |
1d40b30339c52733d1eb6e8bffbe5a72c2381436 | 2,439,541,429,331 | 94490b8575f01abb67a3a627e7bb437dd0703c39 | /src/main/java/com/mauricio/entities/Secretario.java | c067368b23ffb2aa839bf4870f9300414cce4001 | [] | no_license | MCavalcante16/CRUD-JPA-Hibernate | https://github.com/MCavalcante16/CRUD-JPA-Hibernate | 123aab06c1271fab9f1d20544879aeb44f47312b | 6bdd73e453a874917ab6c0ebd82c532ea28b8adf | refs/heads/master | 2022-11-25T20:47:46.552000 | 2020-02-06T14:22:02 | 2020-02-06T14:22:02 | 225,721,657 | 0 | 0 | null | false | 2019-12-04T01:59:44 | 2019-12-03T21:39:01 | 2019-12-03T21:39:18 | 2019-12-04T01:59:43 | 86 | 0 | 0 | 1 | Java | false | false | package com.mauricio.entities;
import java.time.LocalDate;
import javax.persistence.Entity;
@Entity
public class Secretario extends Funcionario{
private static final long serialVersionUID = 1L;
private String grauEscolaridade;
public Secretario() {
super();
// TODO Auto-generated constructor stub
}
... | UTF-8 | Java | 751 | java | Secretario.java | Java | [] | null | [] | package com.mauricio.entities;
import java.time.LocalDate;
import javax.persistence.Entity;
@Entity
public class Secretario extends Funcionario{
private static final long serialVersionUID = 1L;
private String grauEscolaridade;
public Secretario() {
super();
// TODO Auto-generated constructor stub
}
... | 751 | 0.769641 | 0.768309 | 34 | 21.088236 | 23.018366 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.470588 | false | false | 3 |
507b3b729e617303fa3f3b7d65233d7902b52fa5 | 11,012,296,153,112 | 6a612c364f62efa6e52f64999084e106d7094e62 | /mychoice/src/org/droidtv/mychoice/MyChoiceInVokedService.java | 4721726d93eb8df263be439dbf66238e336a197a | [] | no_license | yutianle180715/android | https://github.com/yutianle180715/android | b9546bad92e7e3b6fb9afaf2ec0b5443f62b1a55 | 070476e622f2b0e33c8ef80156bc4162b119418c | refs/heads/master | 2020-04-20T04:17:42.793000 | 2019-07-31T05:30:03 | 2019-07-31T05:30:03 | 168,623,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.droidtv.mychoice;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import org.droidtv.htv.htvmychoice.IMychoiceControl;
public class MyChoiceInVokedService extends Service implements IMychoiceControl {
public static final String TAG... | UTF-8 | Java | 1,459 | java | MyChoiceInVokedService.java | Java | [] | null | [] | package org.droidtv.mychoice;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import org.droidtv.htv.htvmychoice.IMychoiceControl;
public class MyChoiceInVokedService extends Service implements IMychoiceControl {
public static final String TAG... | 1,459 | 0.708019 | 0.708019 | 57 | 23.596491 | 22.028578 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.596491 | false | false | 3 |
93364cca2830437e57ace83298e9742c8d5f3a59 | 11,192,684,780,784 | ad1247ea234a7c8a3d5a4f0d41fba89a85280c97 | /java_basicsII_and_collections/reflection/code02_class_toString.java | 999b786c2da842a7ddd6664552fa4659850cbf9d | [] | no_license | tiniacoleyba/Important-Java-Concepts | https://github.com/tiniacoleyba/Important-Java-Concepts | 7ffcc8ee11c3a6184f43cab8f8da218ecd8087f9 | 90363d5fde0f84702a24cf24288345f9de761bda | refs/heads/master | 2022-04-04T13:57:50.211000 | 2020-02-25T10:25:30 | 2020-02-25T10:25:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Java program to demonstrate toString() method
class Test {
public static void main(String[] args) throws ClassNotFoundException {
// returns the Class object for the class
// with the specified name
// If only "String" as class name is specified
// ClassNotFoundException is thrown
Class c1 = C... | UTF-8 | Java | 783 | java | code02_class_toString.java | Java | [] | null | [] | // Java program to demonstrate toString() method
class Test {
public static void main(String[] args) throws ClassNotFoundException {
// returns the Class object for the class
// with the specified name
// If only "String" as class name is specified
// ClassNotFoundException is thrown
Class c1 = C... | 783 | 0.693487 | 0.678161 | 25 | 30.32 | 20.297232 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68 | false | false | 3 |
d2105ff3f15daf53e8f0ce30ec078202fa0eaaa3 | 5,282,809,779,214 | debee4fecd4fa5bfc3baba0176219b568b2557fd | /TreeTest.java | 5b91b325bc8f93db746c5b3e1c15c57c6427d3f0 | [] | no_license | deepikampai/Hired | https://github.com/deepikampai/Hired | 217c09e4bcf5f9a065cd2315f352e88c687f1534 | 4c2c784b60d8bb1a9e5359fe4e4cf54a752749ea | refs/heads/master | 2023-06-02T16:45:22.549000 | 2021-06-17T16:28:45 | 2021-06-17T16:28:45 | 377,895,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hired.assessment;
import java.util.ArrayList;
public class TreeTest {
public static void main(String args[]) {
TreeTest t = new TreeTest();
long[] l = {3,6,2,9,-1,13};
String output =t.test(l);
System.out.println("output ->" +output);
}
public String test(long arr[]) {
if(arr.length =... | UTF-8 | Java | 1,446 | java | TreeTest.java | Java | [] | null | [] | package com.hired.assessment;
import java.util.ArrayList;
public class TreeTest {
public static void main(String args[]) {
TreeTest t = new TreeTest();
long[] l = {3,6,2,9,-1,13};
String output =t.test(l);
System.out.println("output ->" +output);
}
public String test(long arr[]) {
if(arr.length =... | 1,446 | 0.61964 | 0.607192 | 58 | 23.931034 | 19.647638 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.689655 | false | false | 3 |
7542fdd2a58bf98c86a769bd61e6e7275688f8a7 | 10,926,396,831,607 | 5221e85a3de543cd448c78adcfac4a801288adaf | /springbootdemo/src/main/java/com/example/springbootdemo/controller/BaseErrorController.java | 0ec8c4e6601be0bc53cf41f55b2ea04e768253b9 | [] | no_license | gongdaxin/springBootBase | https://github.com/gongdaxin/springBootBase | e3e166fb58b0d2d5d305a043efa0bb03e38a73a4 | ada7f6d9479401858865475588a89c40e28ede9c | refs/heads/master | 2020-03-23T05:38:36.843000 | 2018-07-16T15:29:25 | 2018-07-16T15:29:25 | 141,157,695 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springbootdemo.controller;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Contro... | UTF-8 | Java | 622 | java | BaseErrorController.java | Java | [] | null | [] | package com.example.springbootdemo.controller;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Contro... | 622 | 0.78135 | 0.778135 | 21 | 28.619047 | 25.806009 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
815673089aba34fab7ef7b565ecd6a7ce733f349 | 584,115,560,074 | 830158a26ed6ce915bb58fd914a9e63d25214e7a | /app/src/main/java/com/laserfountain/happysphere/MathExt.java | d6f235a9185fb4d1d4480d88464445432e0320fe | [] | no_license | maltelenz/sensortrouble | https://github.com/maltelenz/sensortrouble | f5d21f27ea6db176172e30ea06b164a189719630 | 875cba39fa06c37e8d99feb205e25f81cd005a47 | refs/heads/master | 2021-01-22T21:17:02.928000 | 2015-05-08T20:50:03 | 2015-05-08T20:50:03 | 30,953,198 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laserfountain.happysphere;
import android.graphics.Point;
public class MathExt {
public static Point getClosestPointOnLine(Point linePoint1, Point linePoint2, Point point0) {
int y0, y1, y2, x0, x1, x2;
y0 = point0.y;
x0 = point0.x;
y1 = linePoint1.y;
x1 = line... | UTF-8 | Java | 742 | java | MathExt.java | Java | [] | null | [] | package com.laserfountain.happysphere;
import android.graphics.Point;
public class MathExt {
public static Point getClosestPointOnLine(Point linePoint1, Point linePoint2, Point point0) {
int y0, y1, y2, x0, x1, x2;
y0 = point0.y;
x0 = point0.x;
y1 = linePoint1.y;
x1 = line... | 742 | 0.561995 | 0.506739 | 24 | 29.916666 | 31.32613 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 3 |
500e9488aef97cf6fdeec9f0130ee9665ec5a8ea | 6,614,249,699,559 | 92dd65a8036020a991133d2c05d6eff4a27b4c78 | /src/test/java/cz/larpovadatabaze/games/services/sql/SqlGamesWithStateIT.java | fe3b473a9180ef04208ca686b3028a2d59235868 | [] | no_license | CSLD/CSLD | https://github.com/CSLD/CSLD | 766fa230f9fb78733c6b5c89e002a4f0bfd47742 | a0b0158c97bb7e2559bf493cc72e48a537765ef7 | refs/heads/master | 2023-07-06T19:02:37.297000 | 2022-10-08T15:36:35 | 2022-10-08T15:36:35 | 7,662,301 | 6 | 5 | null | false | 2023-09-12T01:51:59 | 2013-01-17T08:15:22 | 2022-11-16T22:39:02 | 2023-09-12T01:51:59 | 34,625 | 8 | 3 | 99 | Java | false | false | package cz.larpovadatabaze.games.services.sql;
import cz.larpovadatabaze.WithDatabase;
import cz.larpovadatabaze.common.entities.CsldUser;
import cz.larpovadatabaze.common.entities.Game;
import cz.larpovadatabaze.common.entities.IGameWithRating;
import cz.larpovadatabaze.common.services.MailService;
import cz.larpovad... | UTF-8 | Java | 2,794 | java | SqlGamesWithStateIT.java | Java | [] | null | [] | package cz.larpovadatabaze.games.services.sql;
import cz.larpovadatabaze.WithDatabase;
import cz.larpovadatabaze.common.entities.CsldUser;
import cz.larpovadatabaze.common.entities.Game;
import cz.larpovadatabaze.common.entities.IGameWithRating;
import cz.larpovadatabaze.common.services.MailService;
import cz.larpovad... | 2,794 | 0.721883 | 0.719727 | 75 | 36.106667 | 28.432644 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 3 |
2d5abc7f745faea6a674d83e9ad1e71737bf9bc3 | 10,960,756,594,015 | 7e1130ee13a66f9d60d305078bff3286d4243c7f | /05-selection/selection.java | f61613bfa5656bd2b7d3985ca16e08d3a0e2f13c | [] | no_license | jgelb/HWTerm2 | https://github.com/jgelb/HWTerm2 | c6e3480ddbd2cf293570b5fd4cf31ca73411acce | e5e71964d8327c9b8e291b07a216f08b9cc4db20 | refs/heads/master | 2021-01-19T12:38:41.866000 | 2015-05-15T12:38:28 | 2015-05-15T12:38:28 | 30,267,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class Selection{
/*
1 select pivot value
2. swap pivot with a[h]
3. li = l hi = h -1
4
while li,h{
if a[li] < p; li++
else swap a[li] and a[hi]; hi --}
then check for location
*/
public int divide(int[] x , int SI, int EI) {
int spot = x[SI];
System.out.prin... | UTF-8 | Java | 1,047 | java | selection.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class Selection{
/*
1 select pivot value
2. swap pivot with a[h]
3. li = l hi = h -1
4
while li,h{
if a[li] < p; li++
else swap a[li] and a[hi]; hi --}
then check for location
*/
public int divide(int[] x , int SI, int EI) {
int spot = x[SI];
System.out.prin... | 1,047 | 0.546323 | 0.51958 | 53 | 18.773584 | 16.161497 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.358491 | false | false | 3 |
b3e357c7a449550b587c966933257d0f4dc230de | 22,686,017,265,432 | b7d078514a0ee90a7752045fb004e6072d62bb89 | /chunruo-cache/src/main/java/com/chunruo/cache/portal/impl/ProductByIdCacheManager.java | 310db1d3bfc90da3114e4c6282fb6c24b975bcd7 | [] | no_license | bellmit/chunruo | https://github.com/bellmit/chunruo | 137e12369a1958c1ffd12fa5fe122836fd8c2842 | 5942fb657dc0b51d0a49deda5c9fbf01d89411a2 | refs/heads/master | 2023-06-14T15:08:44.614000 | 2021-07-05T06:14:29 | 2021-07-05T06:14:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chunruo.cache.portal.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotat... | UTF-8 | Java | 10,710 | java | ProductByIdCacheManager.java | Java | [] | null | [] | package com.chunruo.cache.portal.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotat... | 10,710 | 0.743914 | 0.742658 | 288 | 34.944443 | 32.073544 | 170 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.986111 | false | false | 3 |
39939aeba30512c8829af5964f10db234c7f1252 | 24,438,363,919,903 | b0ff9326b250959eba5a0232917e5e5b22a0c09a | /src/cn/com/bright/workflow/api/vo/HanderVO.java | bc8d70a9a70e92c4db81dbde3b447e2719e94b57 | [] | no_license | lizichao/brightWorkflow | https://github.com/lizichao/brightWorkflow | 3b9b31461a136d4802220e1804bde2269340a016 | 95bdc62ce9a32d374053724c1f800da5cdc8630d | refs/heads/master | 2020-12-14T07:19:03.483000 | 2017-03-13T11:48:10 | 2017-03-13T11:48:10 | 68,492,910 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.bright.workflow.api.vo;
public class HanderVO {
public String toString() {
return userName;
}
private String userId;
private String userCode;
private String userName;
private String userType;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.user... | UTF-8 | Java | 722 | java | HanderVO.java | Java | [
{
"context": "erCode;\n\t}\n\tpublic String getUserName() {\n\t\treturn userName;\n\t}\n\tpublic void setUserName(String userName) {\n\t",
"end": 512,
"score": 0.5261138081550598,
"start": 504,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "d setUserName(String userName) {\n... | null | [] | package cn.com.bright.workflow.api.vo;
public class HanderVO {
public String toString() {
return userName;
}
private String userId;
private String userCode;
private String userName;
private String userType;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.user... | 722 | 0.722992 | 0.722992 | 37 | 18.513514 | 14.030126 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.513514 | false | false | 3 |
0d5b117a994b5dc3dd9fc953bef0e294a37ae20a | 26,379,689,136,916 | bda211e7847aae25b92763e5965ca0740b266b46 | /multiThreadPartD.java | 4ee5ac8ec9dbe55460a718057a46256a62a86a73 | [] | no_license | ask86/multithreading | https://github.com/ask86/multithreading | bfb12e33e692749c953a23d163a0ab6f287b6954 | 9427392b8a6163b894bcf0bbfb503c6e601a7c35 | refs/heads/master | 2020-03-18T13:42:58.460000 | 2018-05-25T04:38:15 | 2018-05-25T04:38:15 | 134,803,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package multithread11;
import java.util.Random;
import java.util.Scanner;
//Create multiple threads.
class RunnerThread extends Thread implements Runnable {
String name; // name of thread
private Thread t;
private int j;
private int m;
private int n;
//creating object ... | UTF-8 | Java | 2,472 | java | multiThreadPartD.java | Java | [] | null | [] | package multithread11;
import java.util.Random;
import java.util.Scanner;
//Create multiple threads.
class RunnerThread extends Thread implements Runnable {
String name; // name of thread
private Thread t;
private int j;
private int m;
private int n;
//creating object ... | 2,472 | 0.536812 | 0.524272 | 127 | 17.464567 | 17.492313 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.275591 | false | false | 3 |
996efa6eb57aac8cec68d05dd437326b46116307 | 26,379,689,139,508 | 87fc136aadb766b0335fe8279c95eb9e77844423 | /src/main/java/com/chainsys/primevideos/imp/AdminInterfaceDAOImp.java | 65d144d498efeed90a8dd80a2cfe111a9679a3b2 | [] | no_license | csys-fresher-batch-2019/primeapp-karthikeyan | https://github.com/csys-fresher-batch-2019/primeapp-karthikeyan | a57277c5d856d90ab8e65fb15153ed344931ddbd | 4d7e141bcad34ff24426de0fad7aaf00be514028 | refs/heads/master | 2020-12-28T05:43:46.319000 | 2020-02-17T04:49:52 | 2020-02-17T04:49:52 | 238,200,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chainsys.primevideos.imp;
import java.util.ArrayList;
import com.chainsys.primevideos.dao.AdminInterfaceDAO;
public class AdminInterfaceDAOImp implements AdminInterfaceDAO{
@Override
public void addAdminID(String adminLoginId, String loginKey) {
}
@Override
public void updateAdminId(AdminInter... | UTF-8 | Java | 610 | java | AdminInterfaceDAOImp.java | Java | [] | null | [] | package com.chainsys.primevideos.imp;
import java.util.ArrayList;
import com.chainsys.primevideos.dao.AdminInterfaceDAO;
public class AdminInterfaceDAOImp implements AdminInterfaceDAO{
@Override
public void addAdminID(String adminLoginId, String loginKey) {
}
@Override
public void updateAdminId(AdminInter... | 610 | 0.765574 | 0.765574 | 34 | 16.941177 | 23.875832 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
98cc7f9ed38db0d7b0625f4c575a82f3b3d9f9f8 | 12,953,621,428,609 | 81485ae5e9db12c04c607a741c4f7c546b32309f | /SuperBetNegocio/ejbModule/negocio/fuentes/interfaces/IFuentes.java | 3da62576fb4cd1cce5f61e9eb4496d959de87185 | [] | no_license | delbetu/prototipo_tsi2_2011 | https://github.com/delbetu/prototipo_tsi2_2011 | 2b9d648f8a63183c9f9979242db532b569ff27f5 | a009ee967a5b5d80a600979aa302ae0959cc3534 | refs/heads/master | 2015-08-08T03:50:57.925000 | 2013-06-12T03:39:32 | 2013-06-12T03:39:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package negocio.fuentes.interfaces;
import java.util.List;
import javax.ejb.Local;
import negocio.utiles.ItemNoticia;
import dominio.Fuente;
@Local
public interface IFuentes {
public void altaFuente(Fuente fuente);
public List<Fuente> obtenerTodasFuentes();
public List<ItemNoticia> obtenerNoti... | UTF-8 | Java | 387 | java | IFuentes.java | Java | [] | null | [] | package negocio.fuentes.interfaces;
import java.util.List;
import javax.ejb.Local;
import negocio.utiles.ItemNoticia;
import dominio.Fuente;
@Local
public interface IFuentes {
public void altaFuente(Fuente fuente);
public List<Fuente> obtenerTodasFuentes();
public List<ItemNoticia> obtenerNoti... | 387 | 0.762274 | 0.762274 | 19 | 18.368422 | 24.074905 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 3 |
6a3416faec30406f7f4a2beefa0f56b166b7ae81 | 11,441,792,908,502 | a3f102ed721eed4fcc32ccbcda00b820624450a8 | /app/src/main/java/a3/m1mo/mobjav/a816/myapplication/model/Pelicula.java | 1253840eede2d3cf07d7e70b4489e67b22dc6034 | [] | no_license | francodanussi/Moovies-App-DH | https://github.com/francodanussi/Moovies-App-DH | 823ba5608d63416b16d244f4981eb379196c504f | 716e4960a19f5103024abc28415392c85c1c4003 | refs/heads/master | 2021-01-11T18:34:47.410000 | 2017-01-20T15:59:35 | 2017-01-20T15:59:35 | 79,573,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a3.m1mo.mobjav.a816.myapplication.model;
/**
* Created by digitalhouse on 20/10/16.
*/
public class Pelicula {
private String title;
private String overview;
private String poster_path;
private String release_date;
private String original_title;
private String original_language;
... | UTF-8 | Java | 4,773 | java | Pelicula.java | Java | [
{
"context": "objav.a816.myapplication.model;\n\n/**\n * Created by digitalhouse on 20/10/16.\n */\n\npublic class Pelicula {\n\n pr",
"end": 80,
"score": 0.999624490737915,
"start": 68,
"tag": "USERNAME",
"value": "digitalhouse"
}
] | null | [] | package a3.m1mo.mobjav.a816.myapplication.model;
/**
* Created by digitalhouse on 20/10/16.
*/
public class Pelicula {
private String title;
private String overview;
private String poster_path;
private String release_date;
private String original_title;
private String original_language;
... | 4,773 | 0.623088 | 0.620784 | 212 | 21.514151 | 24.621758 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396226 | false | false | 3 |
f82d4a98d7d0bcfc424b323a07323528989a988f | 19,052,474,982,755 | a3a080983e500484203156c5c230de0924dd92bf | /airplan_5/decompile/src/com/roboticcusp/authorize/KeyExchangeServer.java | 3ec258cba39bfed9d7933cf1526ace0c15e2a304 | [] | no_license | perctapera/STAC-engagement-src | https://github.com/perctapera/STAC-engagement-src | f1b45754e346bacd78983ac624bfff6badf899b0 | 1f964e9941421dea53b2d92bea4676b761357f56 | refs/heads/master | 2020-09-03T11:54:04.023000 | 2017-06-23T13:15:56 | 2017-06-23T13:15:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_121.
*/
package com.roboticcusp.authorize;
import com.roboticcusp.numerical.CircularPow;
import java.math.BigInteger;
import java.security.SecureRandom;
public class KeyExchangeServer {
private BigInteger secretKey;
private BigInteger modulo;
private BigInteger producer;
p... | UTF-8 | Java | 3,303 | java | KeyExchangeServer.java | Java | [
{
"context": " private static final String DEFAULT_MODULUS = \"0xFFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007... | null | [] | /*
* Decompiled with CFR 0_121.
*/
package com.roboticcusp.authorize;
import com.roboticcusp.numerical.CircularPow;
import java.math.BigInteger;
import java.security.SecureRandom;
public class KeyExchangeServer {
private BigInteger secretKey;
private BigInteger modulo;
private BigInteger producer;
p... | 3,303 | 0.808356 | 0.597941 | 66 | 49.030304 | 98.075569 | 501 | false | false | 0 | 0 | 0 | 0 | 386 | 0.35059 | 0.636364 | false | false | 3 |
986abf2e50fb48699c8183b49903f85742f637fe | 28,759,101,027,636 | 912c4272a920a6ccd74eb6287264bf4a416bd194 | /LabelScannerWMWISE/app/src/main/java/com/wmwise/labelscannerwmwise/db/WarehouseTransactionDataSource.java | d5ceb0bb98c6f4a8ce4c3a0eef43650d396a007e | [] | no_license | DevNand0/AndroidJava | https://github.com/DevNand0/AndroidJava | 5a4618f2be2cf31790cf71b6ce766f9478071b77 | 94d1d8b3285e61b2e3845e9d7eb706ccd62782c6 | refs/heads/master | 2022-04-18T13:42:27.676000 | 2020-04-19T06:57:54 | 2020-04-19T06:57:54 | 256,932,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wmwise.labelscannerwmwise.db;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import com.wmwise.labelscannerwmwise.Models.Warehouse;
import java.util.ArrayList;
publ... | UTF-8 | Java | 3,248 | java | WarehouseTransactionDataSource.java | Java | [] | null | [] | package com.wmwise.labelscannerwmwise.db;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import com.wmwise.labelscannerwmwise.Models.Warehouse;
import java.util.ArrayList;
publ... | 3,248 | 0.659175 | 0.657635 | 102 | 30.843138 | 28.886101 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637255 | false | false | 3 |
12711bd90e7e45d252c5422f9e42ad39a0dce875 | 22,505,628,658,185 | 01ea7f18a056d80bf397fc7b0cf224c19525b2b9 | /src/main/java/com/eddie/tomcat/provider/Servlet.java | 23cd774603ea2311842bbefc29f5f3ccdeac5f62 | [] | no_license | RadianceL/el-tomcat | https://github.com/RadianceL/el-tomcat | 7f831681ec0736139bfc3e555806a72b5b2d2f36 | 15fd61c5212755914618fd844e7c9ea2443b9bee | refs/heads/master | 2020-04-23T06:18:07.956000 | 2019-05-29T10:07:12 | 2019-05-29T10:07:12 | 170,968,678 | 1 | 0 | null | false | 2019-11-01T20:33:38 | 2019-02-16T05:56:50 | 2019-09-01T02:26:27 | 2019-11-01T20:33:37 | 22 | 1 | 0 | 1 | Java | false | false | package com.eddie.tomcat.provider;
import com.eddie.tomcat.handle.incloud.Request;
import com.eddie.tomcat.handle.incloud.Response;
/**
* @author eddie
* @createTime 2019-02-13
* @description
*/
public abstract class Servlet {
/**
* 处理Get请求
* @param request
* @param response
*/
public... | UTF-8 | Java | 839 | java | Servlet.java | Java | [
{
"context": "ie.tomcat.handle.incloud.Response;\n\n/**\n * @author eddie\n * @createTime 2019-02-13\n * @description\n */\npub",
"end": 154,
"score": 0.9996349215507507,
"start": 149,
"tag": "USERNAME",
"value": "eddie"
}
] | null | [] | package com.eddie.tomcat.provider;
import com.eddie.tomcat.handle.incloud.Request;
import com.eddie.tomcat.handle.incloud.Response;
/**
* @author eddie
* @createTime 2019-02-13
* @description
*/
public abstract class Servlet {
/**
* 处理Get请求
* @param request
* @param response
*/
public... | 839 | 0.629492 | 0.619579 | 40 | 19.174999 | 19.028778 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.225 | false | false | 3 |
a544f24eeefe99928af90a0eac9aa0a5c6d9ac6a | 4,063,039,078,916 | 6455923403eeb1a0d880c3d82b1306a41b356c98 | /src/main/java/com/test/automation/selenium/testScripts/Message/TC_ViewMessage_ListPage.java | 2d07c607adcdb8a9bdfeb8ad6f6dad76bbf121d3 | [] | no_license | aritraautomation/UIAutomation | https://github.com/aritraautomation/UIAutomation | 8db586c9d27d4e673f0594f11f5f867dc8d8a306 | 94e070354f2fdc53a0136440e70f167dc19d011c | refs/heads/master | 2023-02-02T23:27:22.052000 | 2020-12-24T14:42:16 | 2020-12-24T14:42:16 | 324,151,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.automation.selenium.testScripts.Message;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.test.automation.selenium.businesscomponents.*;
import com.test.automation.selenium.framework.Browser;
import com.test.automation.selenium.framework.logResult;
public class TC_View... | UTF-8 | Java | 2,991 | java | TC_ViewMessage_ListPage.java | Java | [] | null | [] | package com.test.automation.selenium.testScripts.Message;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import com.test.automation.selenium.businesscomponents.*;
import com.test.automation.selenium.framework.Browser;
import com.test.automation.selenium.framework.logResult;
public class TC_View... | 2,991 | 0.702441 | 0.67235 | 91 | 31.857143 | 38.688549 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.945055 | false | false | 3 |
931c6336721c16c5da4c3ca4c7c179b4211390d1 | 17,033,840,342,468 | 1e1ee705738389ae44a0b3176ebcfff9d924e75e | /src/proxy/cglibProxy/Host.java | 60001d6528b4a9a17e75ac38eede9fe1c13dc8fb | [] | no_license | yancheng1022/designPatterns | https://github.com/yancheng1022/designPatterns | 7d9ed152b7aa91dacae8db1df5ee5de557cdb6d0 | 93fcce71a1872ab1b6afedd4a1cdd4ddf16c3541 | refs/heads/master | 2023-04-22T22:32:15.570000 | 2021-05-06T07:17:50 | 2021-05-06T07:17:50 | 340,282,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy.cglibProxy;
public class Host {
public void rent() {
System.out.println("房东要出租房子");
}
}
| UTF-8 | Java | 133 | java | Host.java | Java | [] | null | [] | package proxy.cglibProxy;
public class Host {
public void rent() {
System.out.println("房东要出租房子");
}
}
| 133 | 0.621849 | 0.621849 | 7 | 16 | 13.309503 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
f1a992220b554eb094da2af946d12580d7d670c2 | 7,739,531,123,077 | ccbb2b198538e8031e5771e80f6e155f81999265 | /modules/orchestrator/api/src/main/java/com/simple/orchestrator/api/rest/MediaType.java | 600f8a2774789ef85eb8385f752ce5074bd79ef0 | [] | no_license | chinshaw/simple | https://github.com/chinshaw/simple | 31d323a67c36877fc890198971847cb53a99310c | bf790aee269875c80b10d1583a8e3ec45b5c6091 | refs/heads/master | 2021-05-28T11:38:13.814000 | 2014-11-01T17:16:37 | 2014-11-01T17:16:37 | 14,871,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simple.orchestrator.api.rest;
import java.util.Map;
/**
* Override the jaxrs media type to add support for protocol buffers.
* @author chris
*
*/
public class MediaType extends javax.ws.rs.core.MediaType {
public final static String APPLICATION_PROTOBUF = "application/x-protobuf";
/** "applica... | UTF-8 | Java | 685 | java | MediaType.java | Java | [
{
"context": "pe to add support for protocol buffers.\n * @author chris\n *\n */\npublic class MediaType extends javax.ws.rs",
"end": 156,
"score": 0.806255042552948,
"start": 151,
"tag": "NAME",
"value": "chris"
}
] | null | [] | package com.simple.orchestrator.api.rest;
import java.util.Map;
/**
* Override the jaxrs media type to add support for protocol buffers.
* @author chris
*
*/
public class MediaType extends javax.ws.rs.core.MediaType {
public final static String APPLICATION_PROTOBUF = "application/x-protobuf";
/** "applica... | 685 | 0.710949 | 0.710949 | 30 | 21.833334 | 28.729872 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.966667 | false | false | 3 |
b6873c6b6999a1605e9cbceec90e4dc815f27b96 | 13,280,038,913,794 | 97a5efae6beb7179b7954dabc345a4e502cbbb95 | /AnimeShotSite-core/src/main/java/xie/sys/role/vo/ResourceVo.java | 3db101bd1a50263eb593cea7d8fe8e6855da5805 | [] | no_license | xiehp/AnimeShotSite | https://github.com/xiehp/AnimeShotSite | 5ad9ee44a0ab318b3497500fd0f8080c921a80bc | 3c76a46289ad201fd9e49135178c154c5f8ed672 | refs/heads/master | 2022-08-09T23:30:59.970000 | 2021-06-17T07:25:13 | 2021-06-17T07:25:13 | 50,645,014 | 0 | 0 | null | false | 2022-06-21T04:11:33 | 2016-01-29T07:08:28 | 2021-06-17T07:26:40 | 2022-06-21T04:11:32 | 1,947 | 0 | 0 | 5 | Java | false | false | package xie.sys.role.vo;
import java.util.ArrayList;
import java.util.List;
import xie.base.vo.BaseVo;
public class ResourceVo extends BaseVo {
private String name;
private List<PermissionVo> permissionList = new ArrayList<PermissionVo>();
public List<PermissionVo> getPermissionList() {
return permissionLis... | UTF-8 | Java | 675 | java | ResourceVo.java | Java | [] | null | [] | package xie.sys.role.vo;
import java.util.ArrayList;
import java.util.List;
import xie.base.vo.BaseVo;
public class ResourceVo extends BaseVo {
private String name;
private List<PermissionVo> permissionList = new ArrayList<PermissionVo>();
public List<PermissionVo> getPermissionList() {
return permissionLis... | 675 | 0.724444 | 0.724444 | 35 | 18.285715 | 20.427671 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 3 |
843be8dd8b41878f6c964d1f35b821ee0b4a2fd8 | 30,958,124,314,821 | f3fe44be7201e2d69a6c774059edd9d243c9f8a9 | /src/main/java/fr/lernejo/navy_battle/Launcher.java | dd078183d6da2d56383461b59f9fbe3efb9be0fb | [] | no_license | CesarMilesi/java_api_training | https://github.com/CesarMilesi/java_api_training | 2644130e352ec921e4fa70d7dd2db7376a84630e | 86e62c38bc4c4a9188ce6834ed840b40842abfc5 | refs/heads/main | 2023-06-06T15:42:21.057000 | 2021-07-06T10:24:40 | 2021-07-06T10:24:40 | 379,966,561 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.lernejo.navy_battle;
public class Launcher
{
public static void main(String[] args)
{
if (args.length == 1) {
ServerMaster s1 = new ServerMaster(Integer.parseInt(args[0]));
}
else if (args.length == 2) {
ServerMaster s2 = new ServerMaster(Integer.parse... | UTF-8 | Java | 415 | java | Launcher.java | Java | [] | null | [] | package fr.lernejo.navy_battle;
public class Launcher
{
public static void main(String[] args)
{
if (args.length == 1) {
ServerMaster s1 = new ServerMaster(Integer.parseInt(args[0]));
}
else if (args.length == 2) {
ServerMaster s2 = new ServerMaster(Integer.parse... | 415 | 0.575904 | 0.554217 | 15 | 26.666666 | 25.355253 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
edac6117b351f54e918aa08a8d3360510334816f | 2,740,189,148,867 | fb0ccbb7fd90fb74b4ff52ebd8dfbf71b96a795c | /java_exercises/StringManipulator.java | ef3487ade3e1b288ad6bd05bcfca577b4889d9c4 | [] | no_license | shyamgupta/learnjava | https://github.com/shyamgupta/learnjava | ea930baa525b7cfc0bfd8da5ef1b56c3cbdc204b | b8d53073d5997fae8663ed8a9aa11824b33c9ab2 | refs/heads/master | 2020-07-15T04:01:11.389000 | 2019-12-14T21:15:17 | 2019-12-14T21:15:17 | 205,473,972 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class StringManipulator{
// Trim and Concatenate Two Strings
public String trimAndConcat(String str1, String str2){
return (str1.trim()).concat(str2.trim());
}
// Get Index of Character or Null
public Integer getIndexOrNull(String str, char ch){
if (str.indexOf(ch)!= -1){
... | UTF-8 | Java | 983 | java | StringManipulator.java | Java | [] | null | [] | public class StringManipulator{
// Trim and Concatenate Two Strings
public String trimAndConcat(String str1, String str2){
return (str1.trim()).concat(str2.trim());
}
// Get Index of Character or Null
public Integer getIndexOrNull(String str, char ch){
if (str.indexOf(ch)!= -1){
... | 983 | 0.614446 | 0.608342 | 31 | 30.741936 | 29.146978 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 3 |
e007566ced20a81cfed2043c7858763df77ac3e8 | 15,015,205,688,647 | ad7b9091468bd888ea5dc3524bb6ca83a6b86d82 | /ISql/src/main/java/self/sqlSession/SimpleExecutor.java | c7af6fc6146c59185981e57e45a1d6df2df80214 | [] | no_license | Y-cs/ISql | https://github.com/Y-cs/ISql | 85997d7e70403764694a5de5803f26508a47447d | aa5982b42e09508981058228f6c9cc16e416a6a4 | refs/heads/master | 2023-05-25T10:03:33.580000 | 2021-06-02T02:02:38 | 2021-06-02T02:02:38 | 354,081,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package self.sqlSession;
import self.config.BoundSql;
import self.pojo.Configuration;
import self.pojo.MappedStatement;
import self.sqlSession.handler.ParameterHandler;
import self.sqlSession.handler.ResultHandler;
import self.sqlSession.hook.SqlSessionHook;
import self.utils.ReflexUtil;
import java.sql.Connection;
i... | UTF-8 | Java | 3,501 | java | SimpleExecutor.java | Java | [
{
"context": "LException;\nimport java.util.List;\n\n/**\n * @author Y-cs\n * @date 2021/4/3 23:06\n */\npublic class SimpleEx",
"end": 454,
"score": 0.9996835589408875,
"start": 450,
"tag": "USERNAME",
"value": "Y-cs"
}
] | null | [] | package self.sqlSession;
import self.config.BoundSql;
import self.pojo.Configuration;
import self.pojo.MappedStatement;
import self.sqlSession.handler.ParameterHandler;
import self.sqlSession.handler.ResultHandler;
import self.sqlSession.hook.SqlSessionHook;
import self.utils.ReflexUtil;
import java.sql.Connection;
i... | 3,501 | 0.698514 | 0.695602 | 89 | 37.573032 | 40.79295 | 193 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.865169 | false | false | 3 |
285c91e5d0c9733e29caafe06ed13e072afe4770 | 31,988,916,444,945 | 2a4136643748e5cded6f04e6673588d5f3fe1e75 | /src/info/androidhive/tabsswipe/OrderCart.java | adace17dbc542dd7e9521ceb365bb2147e25f3af | [] | no_license | omkarhande/TabsWithSwipeGesture | https://github.com/omkarhande/TabsWithSwipeGesture | 500a59241a1b5574541d19645f598a7b2fb5fb9f | e65923be6481b6d7d777230e62e2c32b1a742001 | refs/heads/master | 2016-09-05T08:46:08.928000 | 2014-04-30T09:01:50 | 2014-04-30T09:01:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.androidhive.tabsswipe;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.Default... | UTF-8 | Java | 9,271 | java | OrderCart.java | Java | [] | null | [] | package info.androidhive.tabsswipe;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.Default... | 9,271 | 0.592277 | 0.590551 | 224 | 40.388393 | 29.037477 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.044643 | false | false | 3 |
56ea5896c7c043721c0fb9b4aac94846981d1894 | 8,701,603,766,798 | d001898b30b076cd3b556c54fdcfa83dfa87984b | /Bukkit/SQSailGenerator/src/main/java/com/starquestminecraft/bukkit/sailgenerator/SQSailGenerator.java | 607550266f71a0b350cb02f19a4becec2aa5e0e8 | [
"MIT"
] | permissive | Steffbeard/StarQuestCode | https://github.com/Steffbeard/StarQuestCode | 4072a3664b38dcd6906ada4895684d85294850b4 | 2ad542226410aed33d2a6061522c94463a3c4470 | refs/heads/master | 2021-01-13T16:23:23.463000 | 2019-08-12T21:02:04 | 2019-08-12T21:02:04 | 79,836,505 | 0 | 0 | MIT | true | 2019-08-12T21:02:05 | 2017-01-23T18:57:02 | 2017-01-24T19:55:32 | 2019-08-12T21:02:05 | 43,211 | 0 | 0 | 0 | Java | false | false | package com.starquestminecraft.bukkit.sailgenerator;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
i... | UTF-8 | Java | 3,437 | java | SQSailGenerator.java | Java | [] | null | [] | package com.starquestminecraft.bukkit.sailgenerator;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
i... | 3,437 | 0.601978 | 0.594123 | 124 | 26.717741 | 24.820179 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 3 |
10365d240b1a6eb4a44fa4117eb62924ccfeb92b | 7,035,156,459,049 | 5873913aa4591a43aa805f8f9102ab732f435386 | /MyFrame/src/main/java/com/keyhua/renameyourself/main/eventBusBean/LengthZero.java | 98111a616621d101d4a784cc23984eade5e7aadf | [] | no_license | zjyhll/bluooth | https://github.com/zjyhll/bluooth | 352d91c1e62a1caff537c081aae2054436832e1b | b1806929d1b64ffb7aff5f6b94a036f39a357c5b | refs/heads/master | 2020-12-31T00:29:25.525000 | 2016-05-30T10:11:33 | 2016-05-30T10:11:33 | 56,820,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.keyhua.renameyourself.main.eventBusBean;
/**
* Created by 曾金叶 on 2016/4/20.表示返回长度为0,没有表
*/
public class LengthZero {
private int whitchInt = 0;//1为gps数据表为空,2为队员信息表为空
public LengthZero(int whitchInt) {
this.whitchInt = whitchInt;
}
public int getWhitchInt() {
return whitc... | UTF-8 | Java | 481 | java | LengthZero.java | Java | [
{
"context": "nameyourself.main.eventBusBean;\n\n/**\n * Created by 曾金叶 on 2016/4/20.表示返回长度为0,没有表\n */\npublic class Length",
"end": 75,
"score": 0.9985507726669312,
"start": 72,
"tag": "NAME",
"value": "曾金叶"
}
] | null | [] | package com.keyhua.renameyourself.main.eventBusBean;
/**
* Created by 曾金叶 on 2016/4/20.表示返回长度为0,没有表
*/
public class LengthZero {
private int whitchInt = 0;//1为gps数据表为空,2为队员信息表为空
public LengthZero(int whitchInt) {
this.whitchInt = whitchInt;
}
public int getWhitchInt() {
return whitc... | 481 | 0.661939 | 0.635934 | 20 | 20.15 | 19.184042 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
0310a4c72a83679cff983f994e136435986d3a5b | 14,877,766,746,425 | 0d669c8846e08d1eb1fef771634d09399a72acc0 | /javaSSM主要代码/src/main/java/com/wxfoods/entity/wxUserCollect.java | dd435a8e1d6b8b42929f51cad8e22ae21cbd3934 | [] | no_license | wangpanhang/miniprogram-vue-SSM | https://github.com/wangpanhang/miniprogram-vue-SSM | 3da91fd775ef976e34b06f92c736d32c2b7d740e | ea54244a56af2673884625aaf13eff51f56f388f | refs/heads/main | 2023-06-25T21:05:18.794000 | 2021-07-12T11:43:04 | 2021-07-12T11:43:04 | 385,210,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wxfoods.entity;
public class wxUserCollect {
private int user_Id;
private int food_Id;
public void setUser_Id(int user_Id){
this.user_Id = user_Id;
}
public int getUser_Id(){
return user_Id;
}
public void setFood_Id(int food_Id){
this.food_Id ... | UTF-8 | Java | 404 | java | wxUserCollect.java | Java | [] | null | [] | package com.wxfoods.entity;
public class wxUserCollect {
private int user_Id;
private int food_Id;
public void setUser_Id(int user_Id){
this.user_Id = user_Id;
}
public int getUser_Id(){
return user_Id;
}
public void setFood_Id(int food_Id){
this.food_Id ... | 404 | 0.561881 | 0.561881 | 18 | 20.444445 | 12.889368 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 3 |
e28d5d6353ef299d041e1330850ff996a52e07d1 | 24,592,982,769,325 | a88b852b20a009ebec3b61a80b06500e1449773b | /energy-chain-backend/src/main/java/com/eeler/eblockchain/service/Impl/ItemServiceImpl.java | 7594e7a34c62e3eae5dd81b45e03dd92d4b15cd1 | [
"MIT"
] | permissive | qmqq/blockchain-energy | https://github.com/qmqq/blockchain-energy | aa7497c95f8e1de5d463d6fbe0c21cae21944557 | 7b7abed5127e048afc92ff1f2f5c6b2491101bdf | refs/heads/master | 2022-05-21T09:14:06.909000 | 2020-04-22T08:25:05 | 2020-04-22T08:25:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eeler.eblockchain.service.Impl;
import com.eeler.eblockchain.dataobject.Item;
import com.eeler.eblockchain.enums.ItemStatusEnum;
import com.eeler.eblockchain.enums.ResultEnum;
import com.eeler.eblockchain.exception.ItemException;
import com.eeler.eblockchain.repository.ItemRepository;
import com.eeler.eblo... | UTF-8 | Java | 4,788 | java | ItemServiceImpl.java | Java | [
{
"context": "Decimal;\nimport java.util.List;\n\n/**\n * Created by sigmod\n * <p>\n * on 2018/6/13 4:35\n */\n@Service\n@Slf4j\np",
"end": 774,
"score": 0.9997087717056274,
"start": 768,
"tag": "USERNAME",
"value": "sigmod"
}
] | null | [] | package com.eeler.eblockchain.service.Impl;
import com.eeler.eblockchain.dataobject.Item;
import com.eeler.eblockchain.enums.ItemStatusEnum;
import com.eeler.eblockchain.enums.ResultEnum;
import com.eeler.eblockchain.exception.ItemException;
import com.eeler.eblockchain.repository.ItemRepository;
import com.eeler.eblo... | 4,788 | 0.664243 | 0.660821 | 155 | 29.167742 | 27.871784 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541936 | false | false | 3 |
b15b107b4ee384a3ede586daa5301dabf664043b | 37,005,438,229,916 | 072942f36bb40e22e6ae404c90ad0e12cad8ed37 | /InterView/src/com/ljl/org/extend/B.java | 4d30f215cac6d845233004e6060c8fb6926879b5 | [] | no_license | qwer123369/InterView | https://github.com/qwer123369/InterView | 81d278b16b0cb050d08f65ffffef0dbbdadf3d74 | e2b2f9a4f8dddfb2107591c861356d915f44a2b6 | refs/heads/master | 2021-06-01T17:10:40.669000 | 2015-01-14T01:08:56 | 2015-01-14T01:08:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ljl.org.extend;
public class B extends A {
float a = 3.0f;
String d = "Java program.";
void show() {
super.show();
System.out.println("Class B: a=" + a + "\td=" + d);
}
} | UTF-8 | Java | 204 | java | B.java | Java | [] | null | [] | package com.ljl.org.extend;
public class B extends A {
float a = 3.0f;
String d = "Java program.";
void show() {
super.show();
System.out.println("Class B: a=" + a + "\td=" + d);
}
} | 204 | 0.553922 | 0.544118 | 12 | 15.166667 | 15.598255 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 3 |
46ad7a3d7190d50869123440d7e729d5ba2f5801 | 37,005,438,227,951 | d9a89e9465f05e7ed7a7270cb8c9d22396976010 | /nvidia-dtos/src/main/java/com/nvidia/cosmos/cloud/dtos/ApplianceDTO.java | 99e3d734e4edf441a0c946556361c87442e85ffd | [] | no_license | designreuse/backup | https://github.com/designreuse/backup | d12ceeeb6e712836248ee7c8e1d5bd1cd24f38ce | a74b94952c6d0b6f7999645501619dc21e7021db | refs/heads/master | 2021-01-13T07:13:15.821000 | 2016-10-23T18:54:14 | 2016-10-23T18:54:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.nvidia.cosmos.cloud.dtos;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotEmpty;
import com.wordnik.swagger.annotations.ApiModel;
import com.wordnik.swagger.annotations.ApiModelProperty;
/**
* @author bprasad
*
*/
@ApiModel
public class Appli... | UTF-8 | Java | 1,796 | java | ApplianceDTO.java | Java | [
{
"context": "gger.annotations.ApiModelProperty;\n\n/**\n * @author bprasad\n *\n */\n@ApiModel\npublic class ApplianceDTO implem",
"end": 284,
"score": 0.9995846152305603,
"start": 277,
"tag": "USERNAME",
"value": "bprasad"
}
] | null | [] | /**
*
*/
package com.nvidia.cosmos.cloud.dtos;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotEmpty;
import com.wordnik.swagger.annotations.ApiModel;
import com.wordnik.swagger.annotations.ApiModelProperty;
/**
* @author bprasad
*
*/
@ApiModel
public class Appli... | 1,796 | 0.646437 | 0.64588 | 115 | 14.617392 | 18.185318 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.078261 | false | false | 3 |
89b87e68a3aaedce465c52d0bf3645549747a8ae | 35,141,422,436,951 | d9d5c1999474efa6766f888c1c29a60d02bc2143 | /src/main/java/com/sendtomoon/mozart/service/impl/GetIPImpl.java | 8896ef2d0535040277bedbddb4a0f10d92ea9763 | [] | no_license | sendtomoon/Mozart | https://github.com/sendtomoon/Mozart | d0da576b60eb437b4a02130255733bd52fcdb146 | 5e89444e8e550e88535355b01ca22b500b9332f5 | refs/heads/master | 2021-04-15T14:18:44.701000 | 2018-08-22T09:10:33 | 2018-08-22T09:10:33 | 126,437,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sendtomoon.mozart.service.impl;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.mail.Email;
import org.apache.commons.mail.EmailException;
import org.apache.commons.mail.SimpleEmail;
import org.apache.http.client.Client... | UTF-8 | Java | 6,739 | java | GetIPImpl.java | Java | [] | null | [] | package com.sendtomoon.mozart.service.impl;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.mail.Email;
import org.apache.commons.mail.EmailException;
import org.apache.commons.mail.SimpleEmail;
import org.apache.http.client.Client... | 6,739 | 0.699235 | 0.699235 | 217 | 28.705069 | 22.905851 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.129032 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.