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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a04528d793549fc19ae231d0300c2ee70297fb6b | 10,565,619,560,607 | bce04c103ef55f565b2c51a194ef557a053d61a1 | /src/main/java/com/github/jimmyfm/client/JSExportClass.java | 6a65b31034d05d62dae21c6ce6d828f96a390536 | [] | no_license | jimmyfm/GWT_JsInterop | https://github.com/jimmyfm/GWT_JsInterop | 68e19fd3e1c0851736d47a4ca70e51c7335874bb | 3e22c5d2b59e3f4486af1142b2b0abf02e546203 | refs/heads/master | 2021-01-10T09:12:02.347000 | 2016-03-11T04:17:53 | 2016-03-11T04:17:53 | 53,638,870 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.jimmyfm.client;
import com.google.gwt.core.client.js.JsExport;
@JsExport
public class JSExportClass
{
public String plain = "public string";
public static String staticField = "static field";
public static final String staticFinalField = "static final field";
public final String staticFinal = "... | UTF-8 | Java | 337 | java | JSExportClass.java | Java | [
{
"context": "package com.github.jimmyfm.client;\n\nimport com.google.gwt.core.client.js.J",
"end": 24,
"score": 0.8043330311775208,
"start": 19,
"tag": "USERNAME",
"value": "jimmy"
}
] | null | [] | package com.github.jimmyfm.client;
import com.google.gwt.core.client.js.JsExport;
@JsExport
public class JSExportClass
{
public String plain = "public string";
public static String staticField = "static field";
public static final String staticFinalField = "static final field";
public final String staticFinal = "... | 337 | 0.777448 | 0.777448 | 12 | 27.083334 | 23.228785 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 12 |
7ca61dcfd71fa44f049d52f493f20efc7eb19424 | 15,221,364,156,424 | 390688f1aec8af2808cad9bc0420986eaa42a073 | /src/edu/upenn/cis455/webserver/response/IfModifiedResponse.java | 122c3a68cbebb6516bd7b0295a49892a33a540fb | [] | no_license | psvishnu91/MapReduceFramework | https://github.com/psvishnu91/MapReduceFramework | c5f15237fb827e8f4ad06c93604589b781ed2d52 | 0e19d39ce51c83f62418ce94b43f546d77f98b7d | refs/heads/master | 2015-08-22T22:59:53 | 2015-04-20T06:17:05 | 2015-04-20T06:17:05 | 33,416,346 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package edu.upenn.cis455.webserver.response;
import java.io.IOException;
import java.util.Date;
import java.util.Map;
import edu.upenn.cis455.webserver.HttpServer;
import edu.upenn.cis455.webserver.HttpStatusCodesDirectory;
import edu.upenn.cis455.webserver.HttpStatusTypes;
import edu.upenn.cis455.webserver.ThreadDa... | UTF-8 | Java | 4,814 | java | IfModifiedResponse.java | Java | [] | null | [] |
package edu.upenn.cis455.webserver.response;
import java.io.IOException;
import java.util.Date;
import java.util.Map;
import edu.upenn.cis455.webserver.HttpServer;
import edu.upenn.cis455.webserver.HttpStatusCodesDirectory;
import edu.upenn.cis455.webserver.HttpStatusTypes;
import edu.upenn.cis455.webserver.ThreadDa... | 4,814 | 0.732239 | 0.726215 | 174 | 26.660919 | 22.790525 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.327586 | false | false | 12 |
27f7707e2a199525bca22c4cf6d13d425751a5ec | 14,370,960,597,902 | ec8f4cf382d7033dd8ba0042a28a5559997920f5 | /interviewJava/interview/others/add2numbers.java | bad6cd7bb2bf87e58e3fea80188a6fdc8746145b | [] | no_license | jiguosong/coding_practice | https://github.com/jiguosong/coding_practice | 7d5b008fbf0cb4181497020fef97e68669f969b0 | 4313bd943c7755ed8127626cad194d7a60d05a14 | refs/heads/master | 2020-12-14T06:09:52.598000 | 2016-12-31T21:40:26 | 2016-12-31T21:40:26 | 68,734,717 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package others;
import java.util.*;
import others.ListNode;
public class add2numbers {
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
if (l1 == null && l2 == null) return null;
if (l1 == null && l2 != null) return l2;
if (l2 == null && l1 != null) return l1;
int sum, digit... | UTF-8 | Java | 928 | java | add2numbers.java | Java | [] | null | [] | package others;
import java.util.*;
import others.ListNode;
public class add2numbers {
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
if (l1 == null && l2 == null) return null;
if (l1 == null && l2 != null) return l2;
if (l2 == null && l1 != null) return l1;
int sum, digit... | 928 | 0.477371 | 0.438578 | 37 | 24.108109 | 15.077787 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.162162 | false | false | 12 |
c95caa0471dc68b20d619e97560d48e1620ebb66 | 8,400,956,092,588 | 2f497ce75def604941afb50657fbaca772bdabcd | /2018, 2019/src/n04504_배수찾기.java | f320cb2e23feef37cc8784ca7268853783ec767d | [] | no_license | winseung76/BOJ | https://github.com/winseung76/BOJ | 2bbf7d0fdb475f76c83d6f868781e314e910941e | cee1d2ab42e926c436709b02080dd0aef80162bc | refs/heads/master | 2023-06-25T11:17:55.596000 | 2021-07-04T08:21:06 | 2021-07-04T08:21:06 | 343,604,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class n04504_¹è¼öã±â {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int x;
while ((x = sc.nextInt()) != 0) {
if (x % n == 0)
System.out.println(x + " is a multiple of " + n + ".");
else if (x % n != ... | WINDOWS-1252 | Java | 409 | java | n04504_배수찾기.java | Java | [] | null | [] | import java.util.Scanner;
public class n04504_¹è¼öã±â {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int x;
while ((x = sc.nextInt()) != 0) {
if (x % n == 0)
System.out.println(x + " is a multiple of " + n + ".");
else if (x % n != ... | 409 | 0.531172 | 0.506234 | 16 | 23.0625 | 19.803625 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 12 |
79e07d3a3a9f5836116314d11623ed33d22a6161 | 24,481,313,630,950 | 792a7d28814b2bfaf07a883bdff1db795bb3ae10 | /FALL2020/ASMPK011202-fake/app/src/main/java/com/example/asmpk01120/service/MyService.java | 4efc21a0f8c20ccffaa3a108717fe1e1b894660e | [] | no_license | vanhai2000/ASM_MOB204_PK01120_PK01537 | https://github.com/vanhai2000/ASM_MOB204_PK01120_PK01537 | 14f57a08a22a484c7b194d0c3cf5602d2a093e24 | adf689e0eadd9d0f77691e721fd065e068389756 | refs/heads/master | 2023-01-09T06:41:11.556000 | 2020-11-03T23:32:21 | 2020-11-03T23:32:21 | 297,357,353 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asmpk01120.service;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.IBinder;
import android.util.... | UTF-8 | Java | 2,186 | java | MyService.java | Java | [] | null | [] | package com.example.asmpk01120.service;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.IBinder;
import android.util.... | 2,186 | 0.647301 | 0.638152 | 65 | 32.630768 | 26.515928 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584615 | false | false | 12 |
d59a33226d7f23145cd7db35bf21dd6fa14e60f1 | 34,333,968,621,072 | 13290447cc42358b9892c989e5ebdeab3accd201 | /Court/src/court/CivilCase.java | d468b312d54023cf9b88b4d78165edec76c6c21d | [] | no_license | KoshniCharOf/OOP_Tasks | https://github.com/KoshniCharOf/OOP_Tasks | 5f6791a3fb28cce153ceff1276d82e392c275e8f | cf925fddfd8a2eea624126030ec77b6e6bf9014e | refs/heads/master | 2021-01-22T19:58:56.906000 | 2017-08-20T23:27:22 | 2017-08-20T23:27:22 | 100,655,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package court;
import java.util.TreeSet;
import citizens.Accused;
import citizens.Accuser;
import citizens.Witness;
import jurists.Lawyer;
/**
* Ако делото е гражданско, съдебните заседатели са 3.
* Ако делото е гражданско, обвинителя е гражданин;
*
*/
public class CivilCase extends Case {
private Accuser ac... | UTF-8 | Java | 1,389 | java | CivilCase.java | Java | [] | null | [] | package court;
import java.util.TreeSet;
import citizens.Accused;
import citizens.Accuser;
import citizens.Witness;
import jurists.Lawyer;
/**
* Ако делото е гражданско, съдебните заседатели са 3.
* Ако делото е гражданско, обвинителя е гражданин;
*
*/
public class CivilCase extends Case {
private Accuser ac... | 1,389 | 0.68262 | 0.675063 | 51 | 22.352942 | 23.515388 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.960784 | false | false | 12 |
03c4161ea79078fca0d13900e8192d3d3a558fe8 | 10,153,302,744,480 | 10a3e673185a1f373d1f4599fcf4ac81856ad0e7 | /e3-content/e3-content-service/src/test/java/cn/ynx/e3mall/content/redis/RedisClientTest.java | df49c5f70fd1d1e697e98dd0bded2397b7c51a97 | [] | no_license | yangshuo665321/e3mall | https://github.com/yangshuo665321/e3mall | 52d83350a6d59b96837ea7a43cad9f26ce4cd5ea | 3608cadedfd219e64d7eee38cf42a313179c83b3 | refs/heads/master | 2020-04-10T00:51:16.773000 | 2018-12-17T08:18:37 | 2018-12-17T08:18:37 | 160,698,145 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ynx.e3mall.content.redis;
import cn.ynx.e3mall.common.redis.JedisClient;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class RedisClientTest {
@Test
public void testJedisClient() throw... | UTF-8 | Java | 763 | java | RedisClientTest.java | Java | [] | null | [] | package cn.ynx.e3mall.content.redis;
import cn.ynx.e3mall.common.redis.JedisClient;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class RedisClientTest {
@Test
public void testJedisClient() throw... | 763 | 0.748982 | 0.742198 | 22 | 32.5 | 32.399143 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
0a0258c7a4b9a84dfc7d4223a704b17669deac94 | 31,937,376,841,324 | 293b615e4156acd2802cd5c4c431be1d63c29221 | /COMicroservice-provider-bill/src/main/java/com/highFine/provider/bill/about/controller/AboutController.java | ea76ee6cd28aafcefb25cae3c0facfc4b4a3ac95 | [] | no_license | HisunBillTeam/BillExchange | https://github.com/HisunBillTeam/BillExchange | 720da46723876a4f340f7f27b38e79d5ae1e1dec | 78660901e907907bc0b14c5526346a109ee9b318 | refs/heads/BillExchange | 2021-01-08T21:42:55.325000 | 2020-03-07T13:31:27 | 2020-03-07T13:31:27 | 242,150,345 | 3 | 1 | null | false | 2021-01-05T21:03:56 | 2020-02-21T13:53:46 | 2020-05-31T15:12:17 | 2021-01-05T21:03:54 | 3,823 | 1 | 0 | 7 | Vue | false | false | package com.highFine.provider.bill.about.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.ibatis.annotations.Update;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web... | UTF-8 | Java | 3,549 | java | AboutController.java | Java | [] | null | [] | package com.highFine.provider.bill.about.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.ibatis.annotations.Update;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web... | 3,549 | 0.727634 | 0.727023 | 118 | 26.754238 | 23.377861 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.381356 | false | false | 12 |
b99868c30025ff6c491f9f7b49d0ba22c7e5c0c7 | 1,735,166,848,016 | 9d97e9fed25022de2c7ba6b80d63c6e4f98f4e97 | /TaniaJaman.java | 59b62ba37789d15c06663c65a2bf93bb50e8c8f6 | [] | no_license | mkhan004/PracticeProject | https://github.com/mkhan004/PracticeProject | d1531f3ab6b9140a5b3cd5ecabb640095fca515b | 2cee668f2c506edfef13b076dee7dfa993416943 | refs/heads/master | 2020-05-22T01:27:51.888000 | 2016-11-26T18:42:12 | 2016-11-26T18:42:12 | 55,321,626 | 2 | 4 | null | false | 2016-12-03T19:11:57 | 2016-04-02T23:54:14 | 2016-11-05T17:00:25 | 2016-12-03T19:11:57 | 97 | 0 | 3 | 1 | Java | null | null | public class TaniaJaman{
public static void main(String[]args){
System.out.println("This is a String");
System.out.println(getText("My name is Shermin"));
}
public static String getText(String text){
String reverse ="";
for(int i=text.length()-1;i>=0;i--){
reverse +=text.charAt(i);
... | UTF-8 | Java | 348 | java | TaniaJaman.java | Java | [
{
"context": "\");\n System.out.println(getText(\"My name is Shermin\"));\n\n\n\n}\n\npublic static String getText(String tex",
"end": 170,
"score": 0.999821662902832,
"start": 163,
"tag": "NAME",
"value": "Shermin"
}
] | null | [] | public class TaniaJaman{
public static void main(String[]args){
System.out.println("This is a String");
System.out.println(getText("My name is Shermin"));
}
public static String getText(String text){
String reverse ="";
for(int i=text.length()-1;i>=0;i--){
reverse +=text.charAt(i);
... | 348 | 0.626437 | 0.62069 | 18 | 18.333334 | 19.470776 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 12 |
50db6ea546f9991b7caa3246772b632c1b496fdb | 14,826,227,140,666 | ed9c07e35f260539c10fe85537f3bf8223a0bd38 | /BiblioJava/src/view/Affichage.java | bcea09b1cddbc19cb444f1bb366524fade25be8a | [] | no_license | kilianpoulin/Library-Management | https://github.com/kilianpoulin/Library-Management | 66c3ac5f702813cd618f6f5401ede46a35007f87 | 418b94122a2207565217799bedc10f3f1b9e4648 | refs/heads/master | 2021-04-15T18:01:31.435000 | 2018-04-28T19:29:53 | 2018-04-28T19:29:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import model.Document;
import model.Livre;
/**
* Cette classe contient des méthodes servant à l'affichage d'une partie d'une bibliothèque
* (un certain nombre de documents).
* @author Kilian
*/
public inte... | UTF-8 | Java | 1,979 | java | Affichage.java | Java | [
{
"context": "\n * (un certain nombre de documents).\r\n * @author Kilian\r\n */\r\npublic interface Affichage {\r\n\r\n /**\r\n ",
"end": 302,
"score": 0.9995288252830505,
"start": 296,
"tag": "NAME",
"value": "Kilian"
}
] | null | [] | package view;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import model.Document;
import model.Livre;
/**
* Cette classe contient des méthodes servant à l'affichage d'une partie d'une bibliothèque
* (un certain nombre de documents).
* @author Kilian
*/
public inte... | 1,979 | 0.501776 | 0.499239 | 62 | 29.790323 | 21.391993 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 12 |
d1485915711292c3ad6d9dc209b3026014f17ae6 | 10,256,381,964,808 | cabb1be82ece5b6bfe1df3b368182d2aad61360e | /retrofit2/ServiceMethod.java | 781ffbd5dfc7440d56e421fb37c816c460c8089b | [] | no_license | sooraj2102/nagarro_hack_app | https://github.com/sooraj2102/nagarro_hack_app | 4f1d7c488c1acf7439081b1c379db044d4f9966b | 3c7de860e75018fea2572ae06b3bdd2f7bf8b907 | refs/heads/master | 2021-07-01T12:56:33.829000 | 2020-10-01T09:56:23 | 2020-10-01T09:56:23 | 148,969,210 | 0 | 3 | null | false | 2020-10-01T09:56:24 | 2018-09-16T06:18:35 | 2020-10-01T09:06:40 | 2020-10-01T09:56:23 | 2,006 | 0 | 3 | 0 | Java | false | false | package retrofit2;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.net.URI;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Set;
import java.util.regex.Matc... | UTF-8 | Java | 37,637 | java | ServiceMethod.java | Java | [] | null | [] | package retrofit2;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.net.URI;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Set;
import java.util.regex.Matc... | 37,637 | 0.67609 | 0.658421 | 786 | 46.885498 | 39.310432 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.959288 | false | false | 12 |
37607fa49b2422276d9b4a970e53e253454daed5 | 2,138,893,714,430 | 0612a474904ab3ce22f084672d72b5781c754114 | /west.twouse.language.yuml.resource.yuml/src-gen/west/twouse/language/yuml/resource/yuml/grammar/YumlChoice.java | 7b7dcf1880fb37d7f9dfa26e890285bf21141efa | [] | no_license | harendra-kumar/twouse | https://github.com/harendra-kumar/twouse | 170683464f100e5da3cfa2ba2017014bcef5cadd | 0505d5dedd8c605f117158a5d8dea19a9ca37d6b | refs/heads/master | 2021-01-10T11:33:21.651000 | 2010-12-10T09:12:13 | 2010-12-10T09:12:13 | 50,262,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
*
*/
package west.twouse.language.yuml.resource.yuml.grammar;
public class YumlChoice extends west.twouse.language.yuml.resource.yuml.grammar.YumlSyntaxElement {
public YumlChoice(west.twouse.language.yuml.resource.yuml.grammar.YumlCardinality cardinality, west.twouse.langua... | UTF-8 | Java | 551 | java | YumlChoice.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
*
*/
package west.twouse.language.yuml.resource.yuml.grammar;
public class YumlChoice extends west.twouse.language.yuml.resource.yuml.grammar.YumlSyntaxElement {
public YumlChoice(west.twouse.language.yuml.resource.yuml.grammar.YumlCardinality cardinality, west.twouse.langua... | 551 | 0.760436 | 0.760436 | 19 | 28 | 45.979401 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 12 |
c558f3bae1972e10e3c249e3f471badac403281a | 21,586,505,685,163 | c5fea56f5cbc103ba13634ee68880621767a8cfd | /src/main/java/com/piwko/booking/api/swagger/LocationApi.java | 128a588743e06b914f7478cb77c6ac5be13684fb | [] | no_license | marcinpiwko/booking | https://github.com/marcinpiwko/booking | ebdc75e850fbc5ef81dca87e91d2f46fb4d0094c | 7843fa0d38946e34a627b8fab1378c2af73c661d | refs/heads/master | 2023-02-01T07:44:46.433000 | 2020-12-20T09:25:19 | 2020-12-20T09:25:19 | 284,445,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.piwko.booking.api.swagger;
import com.piwko.booking.api.form.common.ErrorResponse;
import com.piwko.booking.api.form.common.IdResponse;
import com.piwko.booking.api.form.get.GetLocationForm;
import com.piwko.booking.api.form.get.GetLocationsForm;
import com.piwko.booking.api.form.patch.PatchLocationForm;
i... | UTF-8 | Java | 5,180 | java | LocationApi.java | Java | [] | null | [] | package com.piwko.booking.api.swagger;
import com.piwko.booking.api.form.common.ErrorResponse;
import com.piwko.booking.api.form.common.IdResponse;
import com.piwko.booking.api.form.get.GetLocationForm;
import com.piwko.booking.api.form.get.GetLocationsForm;
import com.piwko.booking.api.form.patch.PatchLocationForm;
i... | 5,180 | 0.740154 | 0.732432 | 77 | 66.272728 | 55.396713 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038961 | false | false | 12 |
73138ce6265fe19edf1473fe9b3c1dfd8c4e5245 | 7,017,976,561,831 | 30bd785324ad489cb56aceff9ece670d555f60f1 | /MyFirstApp/app/src/main/java/com/example/andressaribeiro/myfirstapp/app/ListaRendimentoActivity.java | ff8c2459d7a9f4a8e8db2d131f06195781a3616f | [] | no_license | andressamesquita/Praticando-Android | https://github.com/andressamesquita/Praticando-Android | 823c1f602f34a10e1e433381e9076ff1477f6a48 | e96a56b1f1d9552c088fa5c6447446b70158b14a | refs/heads/master | 2021-04-03T06:53:20.300000 | 2018-03-08T13:30:12 | 2018-03-08T13:30:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.andressaribeiro.myfirstapp.app;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.wid... | UTF-8 | Java | 2,721 | java | ListaRendimentoActivity.java | Java | [] | null | [] | package com.example.andressaribeiro.myfirstapp.app;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.wid... | 2,721 | 0.755237 | 0.753399 | 76 | 34.802631 | 28.972773 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697368 | false | false | 12 |
da48f4d01e29f40b4dc998ffa2ca5fe28f78b644 | 11,931,419,218,268 | 808a1062e3c815adbb3d34f0d7049fd188f642ac | /src/institucion/Views/Loggin/Access.java | 91768c95421a42cf2c62b5c8619781082e48f9e7 | [
"MIT"
] | permissive | DevLatBo/Instituto | https://github.com/DevLatBo/Instituto | 1d5e812593ae0d5134864a8ff68523ee3dcc1d2d | 37ef0218364cf5c36377d9cbc7e670176698bba5 | refs/heads/master | 2022-04-29T11:16:51.219000 | 2019-02-25T05:58:56 | 2019-02-25T05:58:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package institucion.Views.Loggin;
import institucion.Controllers.CtrlLoggin;
import java.awt.Color;
import java.awt.event.ActionEvent... | UTF-8 | Java | 8,674 | java | Access.java | Java | [
{
"context": " javax.swing.border.LineBorder;\n\n/**\n *\n * @author Oscar\n */\npublic class Access extends javax.swing.JFram",
"end": 514,
"score": 0.9986690878868103,
"start": 509,
"tag": "NAME",
"value": "Oscar"
},
{
"context": "t.Color(255, 255, 255));\n btnMark.setText(\... | 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 institucion.Views.Loggin;
import institucion.Controllers.CtrlLoggin;
import java.awt.Color;
import java.awt.event.ActionEvent... | 8,674 | 0.634571 | 0.620387 | 195 | 43.471794 | 34.897549 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.697436 | false | false | 12 |
ffec7ae9eabcf4b411cc815c5d679890542978e0 | 5,875,515,321,499 | d3bb609ee61043202ca5b37112f79a4915c42773 | /Reinos/src/Elfos/ReyElfo.java | b8eb02b1aa9fec3a801bb6e19c705c662b462dbc | [] | no_license | GuillermoMorales/parcialpoo | https://github.com/GuillermoMorales/parcialpoo | 235767f6c994ec886494e52a4fc270086dd00f44 | a1eca99fecff1e8174d861f47a7b058d1e94b787 | refs/heads/master | 2020-03-20T02:26:57.394000 | 2018-06-13T20:57:00 | 2018-06-13T20:57:00 | 137,113,068 | 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 Elfos;
/**
*
* @author Guille
*/
public class ReyElfo implements Elfo{
@Override
public void attack(... | UTF-8 | Java | 649 | java | ReyElfo.java | Java | [
{
"context": "ditor.\r\n */\r\npackage Elfos;\r\n\r\n/**\r\n *\r\n * @author Guille\r\n */\r\npublic class ReyElfo implements Elfo{\r\n\r\n ",
"end": 234,
"score": 0.9606838822364807,
"start": 228,
"tag": "NAME",
"value": "Guille"
}
] | 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 Elfos;
/**
*
* @author Guille
*/
public class ReyElfo implements Elfo{
@Override
public void attack(... | 649 | 0.606481 | 0.604938 | 25 | 23.92 | 26.113476 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 12 |
72f3f47e9d7bbc7d86c07e31144e2559e252e5be | 15,410,342,660,127 | 4e7583151de184b1caa387dc667f31e2062ee4b3 | /app/src/main/java/net/pingfang/signalr/chat/fragment/PhoneFragment.java | d95a533e2043ad20d03b673472e744be4ac5e309 | [] | no_license | andyshao/signalr-chat | https://github.com/andyshao/signalr-chat | ea3a5ea1e7dc32ad412216a7df599b99a30d8c76 | 1956b97a7d864ed706bdd64d481cd19b77ff1528 | refs/heads/master | 2020-06-18T02:07:57.136000 | 2015-08-21T10:19:03 | 2015-08-21T10:19:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.pingfang.signalr.chat.fragment;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
im... | UTF-8 | Java | 3,152 | java | PhoneFragment.java | Java | [] | null | [] | package net.pingfang.signalr.chat.fragment;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
im... | 3,152 | 0.663071 | 0.662754 | 95 | 32.178947 | 24.520658 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494737 | false | false | 12 |
ed1e9a8177a0214bd6ae91c5d1f77f36f3a0f0df | 7,705,171,344,668 | 98724df7ab2ac72ab95a6679fc63a970f7017b8d | /RestClient/src/org/rest/client/deprecated/ImportListingDialog.java | 9475ec0d03dc1f3c35273c14e3b9d438e7decdd9 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | zkewal/chrome-rest-client | https://github.com/zkewal/chrome-rest-client | 028124ad9890f77052ae05fad301d43b25974421 | 38c88784db417f3bfc1de621090276f397b6bd08 | refs/heads/master | 2021-01-01T04:04:53.385000 | 2014-11-21T20:39:55 | 2014-11-21T20:39:55 | 58,084,949 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rest.client.deprecated;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import org.rest.client.ui.ImportExportView.Presenter;
import org.rest.client.ui.desktop.StatusNotification;
import com.allen_sauer.gwt.log.client.Log;
import com.googl... | UTF-8 | Java | 9,889 | java | ImportListingDialog.java | Java | [
{
"context": "ui.desktop.StatusNotification;\r\n\r\nimport com.allen_sauer.gwt.log.client.Log;\r\nimport com.google.gwt.c",
"end": 276,
"score": 0.6069263219833374,
"start": 276,
"tag": "USERNAME",
"value": ""
},
{
"context": ".view.client.SelectionModel;\r\n/**\r\n * \r\n * @author ... | null | [] | package org.rest.client.deprecated;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import org.rest.client.ui.ImportExportView.Presenter;
import org.rest.client.ui.desktop.StatusNotification;
import com.allen_sauer.gwt.log.client.Log;
import com.googl... | 9,881 | 0.725599 | 0.720846 | 290 | 32.093105 | 27.290928 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.572414 | false | false | 12 |
84c7019824845544c362098631e460ee2223271e | 26,250,840,176,860 | f6715daaa6563bc56c5f453fb1038d190ccdc2a6 | /OCAJP7/7324_06/src/main/java/packt/NewMain.java | 732e26fab08462363d363ef1d2fbcecc10ea4d7c | [] | no_license | tanchinsheng/java | https://github.com/tanchinsheng/java | 48395fbd94f64301c0a25281ffaee930e9515230 | 9e2b81a0ef62cfd29e35e4ae7a96614bc8e526dd | refs/heads/master | 2020-05-17T11:52:29.644000 | 2016-02-12T03:18:23 | 2016-02-12T03:18:23 | 14,190,209 | 1 | 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 packt;
/**
*
* @author cstan
*/
public class NewMain {
/**
* @param args the command line arguments
*/
p... | UTF-8 | Java | 775 | java | NewMain.java | Java | [
{
"context": " the editor.\n */\npackage packt;\n\n/**\n *\n * @author cstan\n */\npublic class NewMain {\n\n /**\n * @param",
"end": 224,
"score": 0.9995739459991455,
"start": 219,
"tag": "USERNAME",
"value": "cstan"
}
] | 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 packt;
/**
*
* @author cstan
*/
public class NewMain {
/**
* @param args the command line arguments
*/
p... | 775 | 0.618065 | 0.605161 | 33 | 22.484848 | 21.211948 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 12 |
1c0bb4d8239b827d3cb8348ea1c1ac6b7ee5b1ac | 17,660,905,544,873 | 9a78fe755b6ffe368444b7a0eb223b34ce4fe942 | /TimeConversion/Solution.java | 37a888a6958fd13aac6b95d588021cd656ed4163 | [] | no_license | margaritaG/hackerrank | https://github.com/margaritaG/hackerrank | 587d1db59cbace5e0ebb20b6416655195e30dfa4 | f842ee6808e07caa5476c4eb0be362619e23c800 | refs/heads/master | 2016-09-13T23:07:09.186000 | 2016-05-24T14:48:23 | 2016-05-24T14:48:23 | 59,576,080 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TimeConversion;
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
// Key idea: If suffix is 'AM', keep the hours untouched.
// (Special case: 12AM -> 0).
// If suffix is 'PM', increase hours by 12.
// (Special case: 12PM -> ... | UTF-8 | Java | 1,083 | java | Solution.java | Java | [] | null | [] | package TimeConversion;
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
// Key idea: If suffix is 'AM', keep the hours untouched.
// (Special case: 12AM -> 0).
// If suffix is 'PM', increase hours by 12.
// (Special case: 12PM -> ... | 1,083 | 0.524469 | 0.495845 | 40 | 26.1 | 18.499729 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 12 |
176f5d21c26938d69032372c152fce78195c2010 | 30,537,217,536,088 | b798bd648781aa6943ac48442c6879976cd1f29f | /1 - Implementação/Biblioteca/src/testes/TituloTeste.java | ae148eda3fd799dd2094ad4b6d115a78f4f49eb8 | [
"MIT"
] | permissive | UFMG-EngSoft/tp_biblioteca | https://github.com/UFMG-EngSoft/tp_biblioteca | 1e83f9efa3fee5156bf127ff505873fe106a685a | 8a8853bacfdb32e0598bb4007454374189a6e2bc | refs/heads/master | 2022-12-31T21:44:50.935000 | 2020-10-24T15:58:41 | 2020-10-24T15:58:41 | 299,505,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testes;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import biblioteca.exemplar.Titulo;
public class TituloTeste {
@Test
public void testeInstanciaTitulo() {
int id = 157;
int numeroExemplares = 50;
int periodoMaximoEmprestim... | UTF-8 | Java | 949 | java | TituloTeste.java | Java | [
{
"context": "boolean disponivel = true;\n String nome = \"Os Três Porquinhos\";\n Titulo titulo = new Titulo(id, numeroEx",
"end": 461,
"score": 0.9555608630180359,
"start": 443,
"tag": "NAME",
"value": "Os Três Porquinhos"
}
] | null | [] | package testes;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import biblioteca.exemplar.Titulo;
public class TituloTeste {
@Test
public void testeInstanciaTitulo() {
int id = 157;
int numeroExemplares = 50;
int periodoMaximoEmprestim... | 936 | 0.694826 | 0.687434 | 27 | 34.111111 | 27.503984 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037037 | false | false | 12 |
e8c1ec9a02316a457f53e106b113ff9ac925d69f | 33,028,298,554,728 | cc5bd611c0906eebf2b36549ed199c8767c2fcd9 | /MyEclipseWorkspaces/MyEclipse 10/Chap17_OOP_ports/src/interfacedemo3/CommonHandSet.java | 4620e6a625dee748ac60808ecf85311bf1438940 | [] | no_license | Adam-Lowee/JavaWorkspaces | https://github.com/Adam-Lowee/JavaWorkspaces | 83de2a3c8a4df58e01bdec3b3680d1fabec457b8 | 74dab67fad813998cec555426f68204c8582b1ce | refs/heads/master | 2018-12-18T23:46:22.763000 | 2018-09-15T02:18:55 | 2018-09-15T02:18:55 | 148,009,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfacedemo3;
//¿É²¥·ÅÒôÀÖ
public class CommonHandSet extends HandSet implements PlayMusic {
public CommonHandSet(String brand, String type) {
super(brand, type);
// TODO Auto-generated constructor stub
}
@Override
public void play(String incontent) {
// TODO Auto-generated method stub
System.... | WINDOWS-1252 | Java | 732 | java | CommonHandSet.java | Java | [] | null | [] | package interfacedemo3;
//¿É²¥·ÅÒôÀÖ
public class CommonHandSet extends HandSet implements PlayMusic {
public CommonHandSet(String brand, String type) {
super(brand, type);
// TODO Auto-generated constructor stub
}
@Override
public void play(String incontent) {
// TODO Auto-generated method stub
System.... | 732 | 0.706371 | 0.703601 | 36 | 19.055555 | 18.392246 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 12 |
8a6417f885cacb78cde376bbbc2e6050633756ec | 29,334,626,700,711 | 4f3efb67ba10c6b649806e65a6a4d719f6e50f63 | /app/src/main/java/com/example/madmini/RatingList.java | fc0831df5aa9daa6f0c919c23640e139f7e39bbd | [] | no_license | Sl-niko/MAD-project | https://github.com/Sl-niko/MAD-project | d1d30f3efc854bab78986058425376c3de5c7309 | d8c9c733432bcfb9f62ecff5f874dcea17f418d0 | refs/heads/master | 2023-05-09T07:23:00.475000 | 2021-05-25T18:40:59 | 2021-05-25T18:40:59 | 370,793,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.madmini;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import com.example.madmini.Model.Rating;
import java.util.List;
import ViewHolder.Rating_Recycl... | UTF-8 | Java | 1,548 | java | RatingList.java | Java | [] | null | [] | package com.example.madmini;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import com.example.madmini.Model.Rating;
import java.util.List;
import ViewHolder.Rating_Recycl... | 1,548 | 0.655685 | 0.655685 | 55 | 27.163637 | 26.273916 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
dd0e2c314910b2792189c88bdd367775d312824a | 10,883,447,155,936 | 85a721430ec52fb989a6c2afea2396d7cdead0ba | /Eclispe_Workspace/src/com/gforg/misc/NextHigherNumberWithSameNumberOfSetBits.java | 520fb4db2bc78638990d6a2235c4fae3fd0c4689 | [] | no_license | akiankit/JavaCodes | https://github.com/akiankit/JavaCodes | 395c003ed75a748118fe42041e1d0175b7e98762 | e5f549cca8e2134a46deb527a1ba12467e7ca5f0 | refs/heads/master | 2021-01-01T20:12:38.745000 | 2018-02-25T11:02:13 | 2018-02-25T11:02:13 | 40,881,053 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.gforg.misc;
public class NextHigherNumberWithSameNumberOfSetBits {
public static void main(String[] args) {
// for(int i=1;i<=10;i++)
// System.out.println("i="+i+"Next Highest="+nextHighestNumberWithSameBitsCount(i));
System.out.println(nextHighestNumberWithSameBitsCount(1918... | UTF-8 | Java | 2,286 | java | NextHigherNumberWithSameNumberOfSetBits.java | Java | [] | null | [] |
package com.gforg.misc;
public class NextHigherNumberWithSameNumberOfSetBits {
public static void main(String[] args) {
// for(int i=1;i<=10;i++)
// System.out.println("i="+i+"Next Highest="+nextHighestNumberWithSameBitsCount(i));
System.out.println(nextHighestNumberWithSameBitsCount(1918... | 2,286 | 0.419073 | 0.394138 | 63 | 35.26984 | 22.762547 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 12 |
1ea96499db90a3e711706d4be39df78014f7d6da | 10,883,447,152,440 | 94216ccb177fe21864232fa7a4ab73bb5eb1f749 | /helloWorld.java | f5be7e1de62175f337310dc4a37493d1acd6dfe2 | [] | no_license | sm0lvoicc/java-c-1 | https://github.com/sm0lvoicc/java-c-1 | 92e4f03c3dd7b06263abdb70b53f87009dae604a | 3acb0b4fe96de25ef6fd23eedddb614332523966 | refs/heads/main | 2023-05-10T13:53:08.688000 | 2021-06-20T18:27:17 | 2021-06-20T18:27:17 | 378,709,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class helloWorld /*class name and the folder name should be the same*/
{
public static void main(String[] args) //declaring a public function, the main one
{
System.out.println("Hello World");
/*
System is your system, so its outputting a printing of a line in a new line which will be Hello World... | UTF-8 | Java | 334 | java | helloWorld.java | Java | [] | null | [] | public class helloWorld /*class name and the folder name should be the same*/
{
public static void main(String[] args) //declaring a public function, the main one
{
System.out.println("Hello World");
/*
System is your system, so its outputting a printing of a line in a new line which will be Hello World... | 334 | 0.691617 | 0.691617 | 10 | 32.400002 | 38.792267 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 12 |
fcf4c0a72285368129b31016dc09621ce7cb5331 | 16,054,587,785,590 | 774d36285e48bd429017b6901a59b8e3a51d6add | /sources/p093e/p094a/p095a/C3323p.java | eff8141d24a505437d3a0cba66e1d7cceeb3b0f9 | [] | no_license | jorge-luque/hb | https://github.com/jorge-luque/hb | 83c086851a409e7e476298ffdf6ba0c8d06911db | b467a9af24164f7561057e5bcd19cdbc8647d2e5 | refs/heads/master | 2023-08-25T09:32:18.793000 | 2020-10-02T11:02:01 | 2020-10-02T11:02:01 | 300,586,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p093e.p094a.p095a;
import android.content.Context;
import android.provider.Settings;
import com.tapjoy.TapjoyConstants;
/* renamed from: e.a.a.p */
/* compiled from: AndroidIdUtil */
public class C3323p {
/* renamed from: a */
public static String m11054a(Context context) {
return Settings.Sec... | UTF-8 | Java | 405 | java | C3323p.java | Java | [] | null | [] | package p093e.p094a.p095a;
import android.content.Context;
import android.provider.Settings;
import com.tapjoy.TapjoyConstants;
/* renamed from: e.a.a.p */
/* compiled from: AndroidIdUtil */
public class C3323p {
/* renamed from: a */
public static String m11054a(Context context) {
return Settings.Sec... | 405 | 0.733333 | 0.688889 | 14 | 27.928572 | 25.563547 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 12 |
2e43a21e07e986399a30c3d61c2dd924788749c2 | 10,376,641,020,929 | 2df63cb7796c4f541262a1910250fed779638f33 | /sell/src/main/java/com/hujing/wechat/sell/controller/SellerUserController.java | 93383dcde5bb8141bc9c324908deb4c74ed08951 | [] | no_license | zzhujing/sell | https://github.com/zzhujing/sell | 25268067f9dd3e8696a689557b18f73f952bf2a8 | 591224781d538c2bd6b80893d509b4733f441fb9 | refs/heads/master | 2020-04-26T09:12:54.230000 | 2019-03-02T12:58:07 | 2019-03-02T12:58:07 | 172,488,503 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hujing.wechat.sell.controller;
import com.hujing.wechat.sell.config.ProjectUrlProperties;
import com.hujing.wechat.sell.constant.CookieConstant;
import com.hujing.wechat.sell.constant.RedisConstant;
import com.hujing.wechat.sell.enums.ResultEnum;
import com.hujing.wechat.sell.po.SellerInfo;
import com.huji... | UTF-8 | Java | 3,145 | java | SellerUserController.java | Java | [
{
"context": "ort java.util.concurrent.TimeUnit;\n\n/**\n * @author hj\n * @time 2019-03-02 11:51\n * @description 卖家用户控制器",
"end": 1067,
"score": 0.9995476603507996,
"start": 1065,
"tag": "USERNAME",
"value": "hj"
}
] | null | [] | package com.hujing.wechat.sell.controller;
import com.hujing.wechat.sell.config.ProjectUrlProperties;
import com.hujing.wechat.sell.constant.CookieConstant;
import com.hujing.wechat.sell.constant.RedisConstant;
import com.hujing.wechat.sell.enums.ResultEnum;
import com.hujing.wechat.sell.po.SellerInfo;
import com.huji... | 3,145 | 0.730107 | 0.722962 | 86 | 34.790699 | 31.119095 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674419 | false | false | 12 |
e2d5b9652d2a2864f9e1fc372129d544363d74fb | 6,262,062,354,691 | 40486322a348b50a8c1724027c3d78289d40c715 | /PartyProject/MyParty/src/databaseHandler/MyJsonParser.java | b6bdba3a472dda5b95ed46a704aedc11c423d636 | [] | no_license | rcrozon/PartyProject | https://github.com/rcrozon/PartyProject | cdddf28f4f2373aef8e99a447bb2edb23df71142 | 3950b78653374a8305a8b67624d78d15af8f1021 | refs/heads/master | 2021-01-01T17:06:35.389000 | 2014-03-24T09:51:55 | 2014-03-24T09:51:55 | 16,799,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package databaseHandler;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.ActionBar.Tab;
import android.content.Context;
import android.util.Log;
import entities.Client;
import entities.Concert;
public class M... | UTF-8 | Java | 10,838 | java | MyJsonParser.java | Java | [
{
"context": "getPassword();\n\t\t\t\t\t}\n\t\t\t\t\telse{\n\t\t\t\t\t\tpassword= \"errorTEst\";\n\t\t\t\t\t}\n\n\t\t\t\t}*/\n\n\t\t\t\tString dateCreated = infoC",
"end": 2295,
"score": 0.9991239905357361,
"start": 2286,
"tag": "PASSWORD",
"value": "errorTEst"
},
{
"context": "ATE_C... | null | [] | package databaseHandler;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.ActionBar.Tab;
import android.content.Context;
import android.util.Log;
import entities.Client;
import entities.Concert;
public class M... | 10,839 | 0.697638 | 0.695423 | 352 | 29.792614 | 27.347296 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.068182 | false | false | 12 |
f1af28c8cce81de3f91d07aa8d145fce1af18719 | 25,099,788,910,598 | a4956432f81fbf6b7efa58435c76cd7272f3c6b8 | /cafeteria/cafeteria-client-app/app/src/main/java/com/example/joao/cafeteria_client_app/Cafeteria/VoucherList.java | 824250a8b7c9927987d0318ccf4d115a88bb0d25 | [] | no_license | joaofpereira/feup-cmov | https://github.com/joaofpereira/feup-cmov | 7bf5bddc23b5797adb7e80b59f1386778589d969 | e88c4e2dcbd7a6726fc0b4f06ce14782697487f7 | refs/heads/master | 2021-01-20T11:45:05.206000 | 2016-12-08T00:20:37 | 2016-12-08T00:20:37 | 71,115,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.joao.cafeteria_client_app.Cafeteria;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
public class VoucherList{
private static VoucherList instance = null;
private List<Voucher> vouchers;
public VoucherList() {
this.vouchers = new ArrayList<>();
... | UTF-8 | Java | 1,207 | java | VoucherList.java | Java | [
{
"context": "package com.example.joao.cafeteria_client_app.Cafeteria;\n\nimport android.u",
"end": 24,
"score": 0.8773677349090576,
"start": 20,
"tag": "USERNAME",
"value": "joao"
}
] | null | [] | package com.example.joao.cafeteria_client_app.Cafeteria;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
public class VoucherList{
private static VoucherList instance = null;
private List<Voucher> vouchers;
public VoucherList() {
this.vouchers = new ArrayList<>();
... | 1,207 | 0.56338 | 0.562552 | 55 | 20.945454 | 18.381233 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 12 |
1176089e8e63fcfa3d861839f398f705c3d37d44 | 16,810,502,057,927 | b606119f5f1949893e780c23c23c200ba198c718 | /src/ch04/CalculateNextArray.java | 5d09fea7f93d0ca87fe87120aaadec79dc3e4aa0 | [] | no_license | 3mol/DataSructure_note_resource | https://github.com/3mol/DataSructure_note_resource | 207cfa83aa403ee1f984837ffa5d5d327484ae14 | 9a14cec649979a461ba9bdcd2a23d315a97df658 | refs/heads/master | 2020-04-20T00:40:53.774000 | 2019-01-31T13:16:56 | 2019-01-31T13:16:56 | 168,527,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ch04;
/**
*
* @author Administrator
*/
public class CalculateNextArray extends SeqString {
public static void main(String[] args) {
int[] next,nextval;
String s="ababaab";
Calcul... | UTF-8 | Java | 805 | java | CalculateNextArray.java | Java | [
{
"context": " the editor.\n */\npackage ch04;\n\n\n/**\n *\n * @author Administrator\n */\npublic class CalculateNextArray extends SeqSt",
"end": 148,
"score": 0.9822981953620911,
"start": 135,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ch04;
/**
*
* @author Administrator
*/
public class CalculateNextArray extends SeqString {
public static void main(String[] args) {
int[] next,nextval;
String s="ababaab";
Calcul... | 805 | 0.609756 | 0.604621 | 29 | 25.862068 | 19.141441 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 12 |
f3be71f4e69c810af6836d3451c91f348828d588 | 34,952,443,908,931 | cf05ded1829fca1188b2619eaa15415059b94333 | /yuanlinjinguan/kernel/core-base/src/main/java/com/zjzmjr/core/base/util/PropertiesValueUtil.java | 47ecefe7a1d2c2d7c4771c94e40c240473e777d1 | [] | no_license | microspeed2018/project | https://github.com/microspeed2018/project | bf2499fa3c5508aed39ffd067c9f23808b3f6d59 | 06ac9129275b336543b2ba7fedc6b0b2e54d61d1 | refs/heads/master | 2021-04-27T20:00:13.985000 | 2018-02-28T07:18:00 | 2018-02-28T07:18:00 | 122,367,753 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjzmjr.core.base.util;
import java.lang.reflect.Field;
import java.math.BigDecimal;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 类里面的变量处理的工具类
*
* @author oms
* @version $Id: PropertiesValueUtil.java, v 0.1 2016-11-10 下午2:50:51 oms Exp $
* @param <T>
*/
public class PropertiesValu... | UTF-8 | Java | 2,508 | java | PropertiesValueUtil.java | Java | [
{
"context": "LoggerFactory;\n\n/**\n * 类里面的变量处理的工具类\n * \n * @author oms\n * @version $Id: PropertiesValueUtil.java, v 0.1 ",
"end": 194,
"score": 0.9997254610061646,
"start": 191,
"tag": "USERNAME",
"value": "oms"
}
] | null | [] | package com.zjzmjr.core.base.util;
import java.lang.reflect.Field;
import java.math.BigDecimal;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 类里面的变量处理的工具类
*
* @author oms
* @version $Id: PropertiesValueUtil.java, v 0.1 2016-11-10 下午2:50:51 oms Exp $
* @param <T>
*/
public class PropertiesValu... | 2,508 | 0.529046 | 0.521992 | 79 | 29.506329 | 22.380978 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43038 | false | false | 12 |
8dc983d1cdd489f139d549a1d8da37399e0d4a39 | 34,797,825,087,780 | cab1bdb8044cfc0dce60eef696c060b0d99936cd | /src/com/sparsity/sparksee/tutorial/utils/CommunityExport.java | 5c82ccc19a78204888aed414e599b320a6e65a25 | [] | no_license | SparsityTechnologies/sparksee-handson | https://github.com/SparsityTechnologies/sparksee-handson | d6038a37534658467a78cffc6598783fa87dde4a | fe3bd5b620d6e4d89819f5d30b403a98ced6064f | refs/heads/master | 2020-05-23T10:20:11.457000 | 2017-02-01T09:55:01 | 2017-02-01T09:55:01 | 80,422,121 | 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.sparsity.sparksee.tutorial.utils;
import com.sparsity.sparksee.gdb.EdgeExport;
import com.sparsity.sparksee.gdb.ExportMana... | UTF-8 | Java | 3,622 | java | CommunityExport.java | Java | [] | 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.sparsity.sparksee.tutorial.utils;
import com.sparsity.sparksee.gdb.EdgeExport;
import com.sparsity.sparksee.gdb.ExportMana... | 3,622 | 0.565986 | 0.558807 | 114 | 30.771931 | 21.341845 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587719 | false | false | 12 |
5a9706018a45876169e11f163d64a1fd356a531c | 19,009,525,311,669 | fddf8dc978b53476a8d958517d3360e7f4301790 | /EndlessRunner/src/shaders/ShaderTerreno.java | 74b2bc238f427add5926581b56d14a6d747df5bf | [] | no_license | jufracaqui/3D-OpenGL-Engine | https://github.com/jufracaqui/3D-OpenGL-Engine | cbab9309a5cbcebf598d2838ab4b8d06c03edb95 | 4a2d969904551eb353a0d6d8a8a0ac3c4ae07c7e | refs/heads/master | 2020-03-09T04:03:01.380000 | 2018-04-08T01:03:48 | 2018-04-08T01:03:48 | 128,578,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shaders;
import org.lwjglx.util.vector.Matrix4f;
import org.lwjglx.util.vector.Vector3f;
import entidades.Camara;
import entidades.Luz;
import utiles.Maths;
public class ShaderTerreno extends Shader{
private static final String ARCHIVO_VERTEX = "src/shaders/vertexShaderTerreno.txt";
private static final ... | UTF-8 | Java | 3,120 | java | ShaderTerreno.java | Java | [] | null | [] | package shaders;
import org.lwjglx.util.vector.Matrix4f;
import org.lwjglx.util.vector.Vector3f;
import entidades.Camara;
import entidades.Luz;
import utiles.Maths;
public class ShaderTerreno extends Shader{
private static final String ARCHIVO_VERTEX = "src/shaders/vertexShaderTerreno.txt";
private static final ... | 3,120 | 0.798077 | 0.79359 | 83 | 36.590363 | 30.202145 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.108434 | false | false | 12 |
e215e813aac8a174a1aad11a021d014d74aa49bd | 2,250,562,923,677 | 4e4279e4c43890d105c7dbe7dc96c3c623c1ec0b | /afiliados-tests/test-aff-inscription-consumer-ws/src/test/java/uol/test/step/das/DASServiceWhenSteps.java | c881eaf67199e4bdfe699c11e2f834f7a3feb8cb | [] | no_license | proctiger/automation | https://github.com/proctiger/automation | d7550988bb9528dab9af08867a22d6c8e295df18 | 8a2d8169d21ec6ae9a52c89b27164b05a76ce7b6 | refs/heads/master | 2016-09-15T22:25:05.094000 | 2013-11-27T13:50:43 | 2013-11-27T13:50:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uol.test.step.das;
import java.util.HashMap;
import java.util.Map;
import cucumber.api.java.pt.Quando;
public class DASServiceWhenSteps extends AbstractDASServiceSteps{
@Quando("^salvar o valor <(.+)> na variavel <(.+)> para a assinatura <(.+)>$")
public void persist(String value, String key, L... | UTF-8 | Java | 797 | java | DASServiceWhenSteps.java | Java | [] | null | [] | package uol.test.step.das;
import java.util.HashMap;
import java.util.Map;
import cucumber.api.java.pt.Quando;
public class DASServiceWhenSteps extends AbstractDASServiceSteps{
@Quando("^salvar o valor <(.+)> na variavel <(.+)> para a assinatura <(.+)>$")
public void persist(String value, String key, L... | 797 | 0.683814 | 0.68256 | 17 | 45 | 42.650425 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.352941 | false | false | 12 |
c674f8c4ee37528c5f9b4e2e59d3f0256401388f | 2,250,562,923,142 | 13817ea0d2b2408040c866ffa88980f25d7cd956 | /app/src/main/java/com/example/wuzihao/myfood/MyFoodMenu.java | 619d0192426748d0b929b6d3586b9899714c48ed | [] | no_license | j6y3cl6/MyFood | https://github.com/j6y3cl6/MyFood | ce6372f5a7e673cb237cbdf646c7942684bba3ee | ab6e0639386870b0942d57546bcc633b86016e09 | refs/heads/master | 2020-12-24T12:39:30.249000 | 2016-11-19T03:54:14 | 2016-11-19T03:54:14 | 72,972,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wuzihao.myfood;
/**
* Created by wuzihao on 2016/11/16.
*/
public class MyFoodMenu {
private String name;
private String tag;
private String addr;
public MyFoodMenu(String name,String tag,String addr){
this.name = name;
this.tag = tag;
this.addr = addr;
... | UTF-8 | Java | 716 | java | MyFoodMenu.java | Java | [
{
"context": "age com.example.wuzihao.myfood;\n\n/**\n * Created by wuzihao on 2016/11/16.\n */\n\npublic class MyFoodMenu {\n ",
"end": 62,
"score": 0.9996095895767212,
"start": 55,
"tag": "USERNAME",
"value": "wuzihao"
}
] | null | [] | package com.example.wuzihao.myfood;
/**
* Created by wuzihao on 2016/11/16.
*/
public class MyFoodMenu {
private String name;
private String tag;
private String addr;
public MyFoodMenu(String name,String tag,String addr){
this.name = name;
this.tag = tag;
this.addr = addr;
... | 716 | 0.581006 | 0.569832 | 37 | 18.351351 | 14.302176 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 12 |
0a573c78261d27960cfebc4c102c9b002c68cda0 | 27,745,488,755,681 | c90870d96098739728ed49e92c6c333fbaef09e1 | /src/main/java/fr/istic/mutantGenerator/MutantGenerator.java | ab377176c58bc74067255f1c607ee1f2cab4fcb8 | [] | no_license | gbrossault/VV_MutationTesting_1718 | https://github.com/gbrossault/VV_MutationTesting_1718 | e096f08a85a5af1db3450d33eaa5e4545c66a812 | fd9b4ec806a9554f4e275983415ac16070a1d63b | refs/heads/master | 2021-08-31T20:44:08.992000 | 2017-12-22T21:02:21 | 2017-12-22T21:02:21 | 115,115,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.istic.mutantGenerator;
import java.io.IOException;
import java.util.List;
import fr.istic.classFinder.ClassLoader;
import fr.istic.mutationTarget.MutationTarget;
import javassist.CannotCompileException;
import javassist.CtClass;
import javassist.CtMethod;
import javassist.NotFoundException;
import javassis... | UTF-8 | Java | 2,143 | java | MutantGenerator.java | Java | [] | null | [] | package fr.istic.mutantGenerator;
import java.io.IOException;
import java.util.List;
import fr.istic.classFinder.ClassLoader;
import fr.istic.mutationTarget.MutationTarget;
import javassist.CannotCompileException;
import javassist.CtClass;
import javassist.CtMethod;
import javassist.NotFoundException;
import javassis... | 2,143 | 0.699953 | 0.69902 | 50 | 41.860001 | 37.626591 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68 | false | false | 12 |
77efa04bfc704e1b7b3a350171cc144a7c69e82d | 26,456,998,557,349 | e7215419d756917e715d548496acdfec595f4e39 | /i06comparaletraarray/MiTarea.java | 50bb94017282230ce5dc1091e71c35ddfe2cae7f | [] | no_license | fakus18/Java_fx | https://github.com/fakus18/Java_fx | d9d4562510e2c3e851e4ed9c4f6945b06854570e | 53eb49f0de4cddf49832966d04f48dc6992e7ed1 | refs/heads/main | 2022-12-31T09:36:34.396000 | 2020-10-29T12:23:07 | 2020-10-29T12:23:07 | 306,289,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package i06comparaletraarray;
import java.util.ArrayList;
import javafx.concurrent.Task;
public class MiTarea extends Task< ArrayList<Contacto>> {
private String nombre_buscado;
public MiTarea(String nombew_buscado) {
this.nombre_buscado = nombew_buscado;
}
@Override
prote... | UTF-8 | Java | 568 | java | MiTarea.java | Java | [] | null | [] | package i06comparaletraarray;
import java.util.ArrayList;
import javafx.concurrent.Task;
public class MiTarea extends Task< ArrayList<Contacto>> {
private String nombre_buscado;
public MiTarea(String nombew_buscado) {
this.nombre_buscado = nombew_buscado;
}
@Override
prote... | 568 | 0.679577 | 0.676056 | 23 | 22.695652 | 24.938942 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 12 |
8f44e5fccaa0efb750980e44086e753a9be69f5c | 1,159,641,201,676 | ad8cb30031963eaa8a67fe91146043ae59238603 | /wlgdo-common/src/main/java/Ognl.java | 3ced1154c00912a4d66066db6232307e1d2baac4 | [] | no_license | wligang/wlgdo | https://github.com/wligang/wlgdo | 82b69c0c7cea1ee075477b771d74c208d335d218 | 0b67c566243aad55bd6c7855bed968fb67cc2c76 | refs/heads/master | 2022-03-26T22:31:34.700000 | 2019-12-23T15:53:03 | 2019-12-23T15:53:03 | 113,079,396 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
public class Ognl {
/**
* 使用ognl扩展 该功能为,根据传入的值, ... | UTF-8 | Java | 2,392 | java | Ognl.java | Java | [] | null | [] | import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
public class Ognl {
/**
* 使用ognl扩展 该功能为,根据传入的值, ... | 2,392 | 0.651528 | 0.649345 | 103 | 21.233009 | 18.791758 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.038835 | false | false | 12 |
b73fd6ac5e5a6bebfdfe797def225d3de1bfda71 | 7,885,559,975,703 | cc8ffa15702f8a516cb53926886e226627687ca5 | /app/src/main/java/com/jzbwlkj/leifeng/ui/activity/DaiQainActivity.java | ba554f905ec544935ef86d0acc1b65206ec0e1f5 | [] | no_license | gaoyuan117/LeiFeng | https://github.com/gaoyuan117/LeiFeng | 00324e28cf9fe0245970c92b03b358df1ba7b0cc | 4124d256ec42e95b5ce68050146fa6bb1d7103c2 | refs/heads/master | 2020-03-25T10:58:16.977000 | 2018-07-16T10:25:04 | 2018-07-16T10:25:07 | 129,888,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jzbwlkj.leifeng.ui.activity;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import androi... | UTF-8 | Java | 8,991 | java | DaiQainActivity.java | Java | [] | null | [] | package com.jzbwlkj.leifeng.ui.activity;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import androi... | 8,991 | 0.586685 | 0.580727 | 255 | 33.22353 | 23.891277 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596078 | false | false | 12 |
6de73cc7d0ea8165a0d5e0aef8c88e5fd6e0eaea | 26,010,321,985,845 | f7a858625495de0e9b715e68cb03aebd2ef19990 | /shorindocs-outlogger/src/main/java/com/shorindo/docs/outlogger/OutlineViewModel.java | 5eaf6919691b431f78745f91aec1e62723b4fcf3 | [] | no_license | shorindo/shorindocs | https://github.com/shorindo/shorindocs | c81c9873ee023e32a647d7289e8e6be74812a018 | 0db3a4619de755b5841d9178a589924342a8079b | refs/heads/develop | 2022-07-04T00:55:50.662000 | 2021-06-27T22:07:24 | 2021-06-27T22:07:24 | 62,425,919 | 0 | 0 | null | false | 2022-06-21T01:05:35 | 2016-07-02T00:07:27 | 2021-06-27T22:07:31 | 2022-06-21T01:05:34 | 2,204 | 0 | 0 | 2 | Java | false | false | package com.shorindo.docs.outlogger;
import java.util.ArrayList;
import java.util.List;
public class OutlineViewModel {
private String text;
private List<OutlineViewModel> children = new ArrayList<>();
public String getText() {
return text;
}
public void setText(String text) {
this... | UTF-8 | Java | 612 | java | OutlineViewModel.java | Java | [] | null | [] | package com.shorindo.docs.outlogger;
import java.util.ArrayList;
import java.util.List;
public class OutlineViewModel {
private String text;
private List<OutlineViewModel> children = new ArrayList<>();
public String getText() {
return text;
}
public void setText(String text) {
this... | 612 | 0.663399 | 0.663399 | 24 | 24.5 | 18.670387 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 12 |
4c9556ef9a508c1326b575eca4aa1586553a6a51 | 12,292,196,450,454 | f81a9fbcbc3109d3cc7b9775e85c6d3a99a4b31b | /src/main/java/fast/security/UserDetailsServiceImpl.java | 85e3ed4bbf134e5628db820ed32fed274db8afed | [] | no_license | BohdanLevchenko/SpringSecurityExample | https://github.com/BohdanLevchenko/SpringSecurityExample | f28d3ba66d1c287b135ae9101481c3ea0bc99cac | 1bf8875019b6a5fc9fc87a641961c630915d12f5 | refs/heads/master | 2022-12-22T20:56:01.178000 | 2021-05-12T12:32:00 | 2021-05-12T12:32:00 | 207,977,455 | 0 | 0 | null | false | 2022-12-16T14:50:03 | 2019-09-12T06:10:34 | 2021-05-12T12:32:03 | 2022-12-16T14:50:00 | 49 | 0 | 0 | 2 | Java | false | false | package fast.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.securi... | UTF-8 | Java | 1,323 | java | UserDetailsServiceImpl.java | Java | [
{
"context": "eNotFoundException {\n if (username.equals(\"admin\")) {\n return new User(\n ",
"end": 1009,
"score": 0.9960870146751404,
"start": 1004,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "name,\n passwordEncoder.enco... | null | [] | package fast.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.securi... | 1,325 | 0.763416 | 0.763416 | 34 | 37.911766 | 30.722063 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
1bde472b1628f76b68866365cf5bc005737a886a | 2,954,937,569,583 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/103/721.java | b61796538080edd39aa339cb26c695e681d4e11c | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | https://github.com/qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154000 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class letterCount
{
public char c;
public int count;
}
package <missing>;
public class GlobalMembers
{
public static String str = new String(new char[MAXLENGTH]);
public static letterCount[] lc = tangible.Arrays.initializeWithDefaultletterCountInstances(MAXLENGTH); //?????
//??
//C++ TO JAVA CONVERTER ... | UTF-8 | Java | 1,947 | java | 721.java | Java | [] | null | [] | public class letterCount
{
public char c;
public int count;
}
package <missing>;
public class GlobalMembers
{
public static String str = new String(new char[MAXLENGTH]);
public static letterCount[] lc = tangible.Arrays.initializeWithDefaultletterCountInstances(MAXLENGTH); //?????
//??
//C++ TO JAVA CONVERTER ... | 1,947 | 0.6302 | 0.620955 | 71 | 26.408451 | 36.23576 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.450704 | false | false | 12 |
c9bfdf02a176671358ef836a8f6d50159a5d76e4 | 39,264,591,048,319 | 23567693379926b9532497438b21168dd31a1a6d | /src/entity/project/src/main/java/mobi/handytec/entity/project/ProjectPk.java | c257fde85bae1c22476add3c522784e7f170e895 | [] | no_license | handytec/project | https://github.com/handytec/project | 45bb6a8b96618f4811a491c391d08651e817123f | 84f7cb6213560012e4a7c9b5175a433dc63f1eb2 | refs/heads/master | 2015-08-02T00:40:56.905000 | 2015-06-17T10:33:34 | 2015-06-17T10:33:34 | 5,737,068 | 0 | 0 | null | false | 2014-03-20T23:58:21 | 2012-09-09T11:32:50 | 2014-03-20T23:58:21 | 2014-03-20T23:50:15 | 11,816 | 0 | 0 | 0 | Java | null | null | package mobi.handytec.entity.project;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import mobi.handytec.core.schema.AbstractCompanyKey;
/**
* PrimaryKey class for the PROJECT database table.
*
* @author Handytec
* @version 3.0
*/
@Embeddable
public class ProjectPk extends AbstractCompa... | UTF-8 | Java | 858 | java | ProjectPk.java | Java | [
{
"context": "ass for the PROJECT database table.\n * \n * @author Handytec\n * @version 3.0\n */\n@Embeddable\npublic class Proj",
"end": 243,
"score": 0.6649908423423767,
"start": 235,
"tag": "USERNAME",
"value": "Handytec"
}
] | null | [] | package mobi.handytec.entity.project;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import mobi.handytec.core.schema.AbstractCompanyKey;
/**
* PrimaryKey class for the PROJECT database table.
*
* @author Handytec
* @version 3.0
*/
@Embeddable
public class ProjectPk extends AbstractCompa... | 858 | 0.649184 | 0.646853 | 42 | 19.428572 | 19.801567 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.261905 | false | false | 12 |
705e0bb8e2919b26b7ee676e0fae1255cc9b4689 | 39,711,267,625,765 | b1215c8df41c83e3b98f311310a5bb5719020c8a | /C195 Appointment Scheduler - Benjamin Shelton/src/c195/Utilities/Authenticator.java | d9bbcb4f56c16712fd6428e91286d873b20f6621 | [] | no_license | shelton-benjamin/JavaFX-appointment_scheduler | https://github.com/shelton-benjamin/JavaFX-appointment_scheduler | 3fb73ec6f3e8621d204f539081127e06ad59d475 | 7a6ff6bdfba84daaa4c9f8a19db0818abf8f8208 | refs/heads/master | 2020-03-28T19:54:14.829000 | 2019-01-20T17:56:18 | 2019-01-20T17:56:18 | 149,020,051 | 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 c195.Utilities;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
*
* @author Benjamin
* class tak... | UTF-8 | Java | 1,038 | java | Authenticator.java | Java | [
{
"context": "port java.sql.SQLException;\r\n\r\n/**\r\n *\r\n * @author Benjamin\r\n * class takes username, password, and result se",
"end": 306,
"score": 0.9969487190246582,
"start": 298,
"tag": "NAME",
"value": "Benjamin"
}
] | 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 c195.Utilities;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
*
* @author Benjamin
* class tak... | 1,038 | 0.618497 | 0.615607 | 39 | 24.615385 | 28.844957 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358974 | false | false | 12 |
17d36d61f5c9a62bdd844d7c85bda80de33ece02 | 35,253,091,615,502 | ff8474da68dee211a7e3c6c5ff351de9335f1fbe | /Boss/src/com/boss/gui/GUI.java | 2e84fd705f9756a5f050eb906e22450085567b63 | [] | no_license | PandoraPlugins/CustomBosses | https://github.com/PandoraPlugins/CustomBosses | 9e353913032637c01fed8399598ad89182c39377 | 380866e9c9941e8a58c3e2aceac95148932c3de3 | refs/heads/master | 2023-05-29T20:59:23.120000 | 2020-11-13T03:41:32 | 2020-11-13T03:41:32 | 311,849,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boss.gui;
import org.bukkit.Bukkit;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.HandlerList;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukkit.event.inventory.Invent... | UTF-8 | Java | 2,481 | java | GUI.java | Java | [] | null | [] | package com.boss.gui;
import org.bukkit.Bukkit;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.HandlerList;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukkit.event.inventory.Invent... | 2,481 | 0.71705 | 0.716646 | 92 | 24.967392 | 22.082579 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76087 | false | false | 12 |
98f8c107cc18812bd74094fb4bab60194e3e9ed4 | 35,278,861,418,745 | 76184f75561b9693d20853596f418af4e4e9f8e7 | /service/src/main/java/com/moneysupermarket/componentcatalog/service/scanners/gradle/internal/utils/InheritingHashMap.java | 403ffe94cbd61353976626fff1a1b5788ce7b421 | [
"MIT"
] | permissive | simondean/component-catalog | https://github.com/simondean/component-catalog | 0595a3c706b56a80525748f72b9dbf09cc396174 | d914de803abcdeb1b97e8e09d56d50f6e85bd6d0 | refs/heads/main | 2023-08-15T09:57:49.283000 | 2021-10-20T21:51:37 | 2021-10-20T21:51:37 | 393,506,073 | 0 | 0 | MIT | true | 2021-08-24T17:26:06 | 2021-08-06T21:20:53 | 2021-08-24T09:23:49 | 2021-08-24T17:26:05 | 1,317 | 0 | 0 | 0 | null | false | false | package com.moneysupermarket.componentcatalog.service.scanners.gradle.internal.utils;
import lombok.RequiredArgsConstructor;
import java.util.HashMap;
import java.util.Map;
import static java.util.Objects.isNull;
import static java.util.Objects.nonNull;
@RequiredArgsConstructor
public class InheritingHashMap<K, V> ... | UTF-8 | Java | 815 | java | InheritingHashMap.java | Java | [] | null | [] | package com.moneysupermarket.componentcatalog.service.scanners.gradle.internal.utils;
import lombok.RequiredArgsConstructor;
import java.util.HashMap;
import java.util.Map;
import static java.util.Objects.isNull;
import static java.util.Objects.nonNull;
@RequiredArgsConstructor
public class InheritingHashMap<K, V> ... | 815 | 0.66135 | 0.66135 | 36 | 21.638889 | 21.178019 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 12 |
0fd1aba3909e1c3bd251b176af76ef8fa305bc53 | 5,755,256,240,129 | 35c90d8d8d906b440d602ba23e284dc5a09d27f4 | /src/Solutions/recursion/ClimbingStairs.java | 114ef7970e99c2a80b8c4077446c4d87988d6bbe | [] | no_license | muhammadali1995/Emperical | https://github.com/muhammadali1995/Emperical | 069312123c15a58489638502ae927875da8e7ecc | ef196d04e29dc2cb9f6c137308f3f02acc790e56 | refs/heads/master | 2021-05-10T09:54:48.508000 | 2021-02-11T13:30:18 | 2021-02-11T13:30:18 | 118,942,762 | 0 | 0 | null | false | 2018-05-31T06:04:31 | 2018-01-25T17:07:42 | 2018-05-31T02:13:41 | 2018-05-31T06:04:30 | 27 | 0 | 0 | 0 | Java | false | null | package Solutions.recursion;
import java.util.HashMap;
public class ClimbingStairs {
private HashMap<Integer, Integer> cache = new HashMap<>();
public int climbStairs(int n) {
if (n == 1 || n == 0 || n == 2) {
return n;
} else {
return climb(n - 1) + climb(n - 2);
... | UTF-8 | Java | 650 | java | ClimbingStairs.java | Java | [] | null | [] | package Solutions.recursion;
import java.util.HashMap;
public class ClimbingStairs {
private HashMap<Integer, Integer> cache = new HashMap<>();
public int climbStairs(int n) {
if (n == 1 || n == 0 || n == 2) {
return n;
} else {
return climb(n - 1) + climb(n - 2);
... | 650 | 0.473846 | 0.458462 | 28 | 22.214285 | 16.226868 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
5089541948eb12fbf20aa9ff3136eef8b5ddc402 | 7,095,286,035,102 | 82c17c986789740f689a722f518440d15b6569cf | /05.Communication_and_Events/Exercises/src/problem7/core/Database.java | 1830fb398db12e2dc9897dfaa806d270e0d89b61 | [] | no_license | elitasheva/Object-Oriented-Programming-Advanced | https://github.com/elitasheva/Object-Oriented-Programming-Advanced | 99e77451a9140d4aef87e2bc3a0f3de900572c49 | c6cd8248c6e9e1e0e0d0bc31b79181679bb754cd | refs/heads/master | 2021-01-12T13:56:14.805000 | 2016-09-22T14:03:09 | 2016-09-22T14:03:09 | 68,926,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package problem7.core;
import problem7.interfaces.Data;
import problem7.interfaces.Observable;
import problem7.interfaces.Observer;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Set;
public class Database implements Data {
HashMap<String, Observer> observers;
HashMap<String, Obse... | UTF-8 | Java | 1,229 | java | Database.java | Java | [] | null | [] | package problem7.core;
import problem7.interfaces.Data;
import problem7.interfaces.Observable;
import problem7.interfaces.Observer;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Set;
public class Database implements Data {
HashMap<String, Observer> observers;
HashMap<String, Obse... | 1,229 | 0.667209 | 0.663954 | 51 | 23.09804 | 19.68104 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 12 |
87d8cb31aa9ec3fb71e6fa4ddb29ec5b860b5e18 | 36,867,999,304,024 | b06174ccb6dd4915c6c1e82c6952114c6cb2b194 | /src/main/java/tiy/webapp/ChocolateInput.java | ef9eaf18189770ad82d9f03df5cddd6d2c94ea72 | [] | no_license | ayoosabb21/ChocolateWeb | https://github.com/ayoosabb21/ChocolateWeb | b0102df319e4f9a50c89bcdf07ab864972af0f3a | 3bf75dcb1ed53a783593412b867597621a71cd35 | refs/heads/master | 2021-01-09T08:54:24.161000 | 2016-06-09T20:19:36 | 2016-06-09T20:19:36 | 60,800,015 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tiy.webapp;
/**
* Created by willi on 6/6/2016.
*/
public class ChocolateInput {
public int smalls;
public int bigs;
public int goal;
public ChocolateInput() {
}
public ChocolateInput (int smalls, int bigs, int goal) {
this.smalls = smalls;
this.bigs = bigs;
... | UTF-8 | Java | 350 | java | ChocolateInput.java | Java | [
{
"context": "package tiy.webapp;\n\n/**\n * Created by willi on 6/6/2016.\n */\npublic class ChocolateInput {\n\n ",
"end": 44,
"score": 0.9895391464233398,
"start": 39,
"tag": "USERNAME",
"value": "willi"
}
] | null | [] | package tiy.webapp;
/**
* Created by willi on 6/6/2016.
*/
public class ChocolateInput {
public int smalls;
public int bigs;
public int goal;
public ChocolateInput() {
}
public ChocolateInput (int smalls, int bigs, int goal) {
this.smalls = smalls;
this.bigs = bigs;
... | 350 | 0.591429 | 0.574286 | 22 | 14.863636 | 15.448729 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 12 |
464e300d6cf86a5d2d93ce0954d68f567e019bef | 33,749,853,075,313 | 8b083a6f24d8a52bb09c659151ca3171a1127b53 | /app/src/main/java/com/cloud7831/strongereveryday/Objects/WorkoutSet.java | 4f0c7de6568812854463212a250556c948058db5 | [] | no_license | Cloud7831/StrongerEveryday | https://github.com/Cloud7831/StrongerEveryday | e3ec1574caee2499a09084002b94d5b1e5bf61d8 | a18321220419c6c8199ae15b3ec7cde6327753bb | refs/heads/master | 2020-05-23T21:17:20.371000 | 2019-08-28T23:16:11 | 2019-08-28T23:16:11 | 186,950,059 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloud7831.strongereveryday.Objects;
public class WorkoutSet {
// A workout set is a collection of exercises.
// A workout set can be user made, but there are also some basic ones, such as Abs, Chest, etc.
private int daysLastCompleted; // The amount of days that have gone by since this workout... | UTF-8 | Java | 1,300 | java | WorkoutSet.java | Java | [] | null | [] | package com.cloud7831.strongereveryday.Objects;
public class WorkoutSet {
// A workout set is a collection of exercises.
// A workout set can be user made, but there are also some basic ones, such as Abs, Chest, etc.
private int daysLastCompleted; // The amount of days that have gone by since this workout... | 1,300 | 0.677692 | 0.674615 | 36 | 35.111111 | 35.293827 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 12 |
f9fb77a3ee46b4a94e744988fdae0f4bd25d2f3a | 37,787,122,301,942 | 306ae282a36c2d2e70350f509da2c191766312f3 | /src/algos/warmup/ExtraLongFactorials.java | 187b011945e1c5c5da417a2d88ed773b2c48981b | [] | no_license | suruSharma/hackerrank | https://github.com/suruSharma/hackerrank | c6679b2628f02be204cb87c841580b57513edc83 | 442899fe04da9df55525dc0965922e67855d27cb | refs/heads/master | 2021-01-10T03:10:17.809000 | 2015-11-13T20:22:27 | 2015-11-13T20:22:27 | 45,281,374 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algos.warmup;
import java.math.BigInteger;
import java.util.Scanner;
public class ExtraLongFactorials {
public static void main(String[] args) {
/*
* Enter your code here. Read input from STDIN. Print output to STDOUT. Your
* class should be named Solution.
*/
Scanner in = new Scanner... | UTF-8 | Java | 611 | java | ExtraLongFactorials.java | Java | [] | null | [] | package algos.warmup;
import java.math.BigInteger;
import java.util.Scanner;
public class ExtraLongFactorials {
public static void main(String[] args) {
/*
* Enter your code here. Read input from STDIN. Print output to STDOUT. Your
* class should be named Solution.
*/
Scanner in = new Scanner... | 611 | 0.618658 | 0.612111 | 25 | 23.440001 | 19.867723 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 12 |
3ac246c8f59ba1e505ae5560bc4151862598f464 | 39,522,289,082,890 | 1cb5856765c5ea327e824f72dd4b80075c955e7e | /src/main/java/com/decipher/agriculture/dao/farm/impl/FarmDaoImpl.java | 71c5ddaf8b0186c9caaa41ae9f6571ea02096b6c | [] | no_license | soni112/planting-profits-private | https://github.com/soni112/planting-profits-private | 96d461adbf613dfb4c8df42a41c833d15e115f12 | a90530aeb6128b3ec46639cd55b8058664356852 | refs/heads/master | 2023-01-09T16:20:36.367000 | 2019-05-01T13:35:18 | 2019-05-01T13:35:18 | 218,706,519 | 0 | 0 | null | false | 2023-01-02T22:12:53 | 2019-10-31T07:16:20 | 2019-10-31T07:32:59 | 2023-01-02T22:12:50 | 26,829 | 0 | 0 | 26 | Java | false | false | package com.decipher.agriculture.dao.farm.impl;
import com.decipher.agriculture.data.farm.FarmData;
import com.decipher.agriculture.dao.farm.FarmDao;
import com.decipher.agriculture.data.farm.Farm;
import com.decipher.agriculture.data.farm.FarmInfo;
import com.decipher.agriculture.service.farm.FarmInfoService;
import ... | UTF-8 | Java | 10,859 | java | FarmDaoImpl.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by abhishek on 30/11/16.\n */\n@Repository\n@Transactional\npubli",
"end": 795,
"score": 0.9992555379867554,
"start": 787,
"tag": "USERNAME",
"value": "abhishek"
}
] | null | [] | package com.decipher.agriculture.dao.farm.impl;
import com.decipher.agriculture.data.farm.FarmData;
import com.decipher.agriculture.dao.farm.FarmDao;
import com.decipher.agriculture.data.farm.Farm;
import com.decipher.agriculture.data.farm.FarmInfo;
import com.decipher.agriculture.service.farm.FarmInfoService;
import ... | 10,859 | 0.607883 | 0.606409 | 285 | 37.101753 | 28.981909 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645614 | false | false | 12 |
0b48f2482f3e934b39717898bd0336a51d114fbd | 37,434,934,980,799 | 2564ba2a5fc25fefc595acfc11784501f882ee32 | /app/src/main/java/com/example/das/CAT2/RegisterActivity.java | e2b89233f99e00cf9d32ac66ef429cac1df7a845 | [] | no_license | kingDarius254/094385 | https://github.com/kingDarius254/094385 | 68c06bc223808788ed5c8732cb8db88c3b7ab6af | 4b6ecb18545749578e684409f9d20dce83bc5957 | refs/heads/master | 2020-03-22T11:13:27.437000 | 2018-07-06T08:44:20 | 2018-07-06T08:44:20 | 139,956,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.das.CAT2;
import android.app.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.example.das.CAT2.R;
public class RegisterActivity extends AppCompatActivity {
@O... | UTF-8 | Java | 1,870 | java | RegisterActivity.java | Java | [
{
"context": "tText usernameField = (EditText)findViewById(R.id.username);\n EditText passwordField = (EditText)find",
"end": 781,
"score": 0.7692629098892212,
"start": 773,
"tag": "USERNAME",
"value": "username"
},
{
"context": "ld.getText().toString();\n String userna... | null | [] | package com.example.das.CAT2;
import android.app.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.example.das.CAT2.R;
public class RegisterActivity extends AppCompatActivity {
@O... | 1,870 | 0.667914 | 0.66631 | 49 | 37.163265 | 27.203951 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 12 |
2f18f3da8d2333f00bc6e031edbafe03680f9b50 | 37,434,934,981,508 | b897a8386f187e265207aac3fa8ee514221ff86f | /CarApp/src/main/java/com/demo/CarApp/controller/IBaseController.java | 546e4f49f76147da5f3b88d8067d436087385f7c | [] | no_license | devmjm/spring-rest-service-tutorial-complete | https://github.com/devmjm/spring-rest-service-tutorial-complete | 20ba2abd288d21c5f4d19a0db51f879b888ab990 | b87cd61e94506bf4320f785ba954811c9a7fba7d | refs/heads/master | 2021-01-01T16:58:18.964000 | 2017-08-04T21:17:51 | 2017-08-04T21:17:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.CarApp.controller;
public interface IBaseController {
}
| UTF-8 | Java | 75 | java | IBaseController.java | Java | [] | null | [] | package com.demo.CarApp.controller;
public interface IBaseController {
}
| 75 | 0.8 | 0.8 | 5 | 14 | 16.745148 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 12 |
ed07a819cc3ac2b4b5d63cc302de1682624b1847 | 31,404,800,919,904 | 89ffe1c8875e802d20b3ab7c48c48e92ebf2af63 | /Sources/[Java] JavaRAT/RAT-master/src/master/DeserializerCompte.java | 6e06110a6cebd9462904cc1ba8875837baee3292 | [] | no_license | Gutem/RatSources | https://github.com/Gutem/RatSources | 619c74b39894b03691a17bc3943d3dbb3bad4570 | f7def063f6997b7808a9601ecf669940e1f1de79 | refs/heads/master | 2022-01-30T23:05:02.182000 | 2022-01-18T00:54:12 | 2022-01-18T00:54:12 | 258,354,145 | 1 | 1 | null | true | 2020-04-23T23:22:12 | 2020-04-23T23:22:12 | 2020-04-20T04:50:59 | 2018-03-14T08:08:31 | 352,044 | 0 | 0 | 0 | null | false | false | package master;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
public class DeserializerCompte {
private static ObjectInputStream ois;
/**
* Permet de charger un compte
* @param args
* @return
*/
public static Compte charger(String args... | WINDOWS-1252 | Java | 782 | java | DeserializerCompte.java | Java | [] | null | [] | package master;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
public class DeserializerCompte {
private static ObjectInputStream ois;
/**
* Permet de charger un compte
* @param args
* @return
*/
public static Compte charger(String args... | 782 | 0.690629 | 0.690629 | 34 | 21.911764 | 18.2666 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.735294 | false | false | 12 |
fca172ab0e51931ba160cf7c5246a73b0d1ed875 | 31,404,800,920,182 | 090f21b7b1a03febc7bdc7c7c264f14ad568de87 | /src/controller/Threads.java | 4056f79c6ad007d1e3b52b814e84b1928fb0c2f6 | [] | no_license | thiago-sant/SegundaTarefaThreads | https://github.com/thiago-sant/SegundaTarefaThreads | 3ae261a54dd5cd222d6cf998d2048b168b0e18db | 35f91466a3f0a850b090b57ddff92bd38448b2db | refs/heads/master | 2023-03-21T10:44:20.004000 | 2021-03-09T23:28:30 | 2021-03-09T23:28:30 | 346,172,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
public class Threads extends Thread {
private int IdThread;
public Threads (int IdThread) {
this.IdThread = IdThread;
}
@Override
public void run() {
IdThread();
}
public void IdThread() {
System.out.println("O ID da Thread é: "+ IdThread);
}
} | WINDOWS-1252 | Java | 306 | java | Threads.java | Java | [] | null | [] | package controller;
public class Threads extends Thread {
private int IdThread;
public Threads (int IdThread) {
this.IdThread = IdThread;
}
@Override
public void run() {
IdThread();
}
public void IdThread() {
System.out.println("O ID da Thread é: "+ IdThread);
}
} | 306 | 0.632787 | 0.632787 | 19 | 14.157895 | 15.006186 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 12 |
8755060ddb05be6e5e6f052051a14c515fc73273 | 8,581,344,716,747 | 544829bfafb988b14911312b4da973f6b4c0c428 | /YTrip/src/com/oldyang/ui/view/selectitem/SelectItemView.java | 55f6559b1bc004002f733df498235c39cde62339 | [] | no_license | yanglun/YTrip | https://github.com/yanglun/YTrip | 925d49d4f7998c6ec065424e224b7f1f89623542 | 8e3de1cc7b3137e7f277d6f098bb83c44843eb45 | refs/heads/master | 2021-01-10T21:18:50.126000 | 2014-05-14T01:37:02 | 2014-05-14T01:37:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author 杨铁心
* @version 创建时间:2014-5-13 下午3:03:18
*/
package com.oldyang.ui.view.selectitem;
import com.oldyang.R;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayou... | UTF-8 | Java | 1,747 | java | SelectItemView.java | Java | [
{
"context": "/**\n * @author 杨铁心\n * @version 创建时间:2014-5-13 下午3:03:18\n */\n\npackage",
"end": 19,
"score": 0.9998177289962769,
"start": 16,
"tag": "NAME",
"value": "杨铁心"
}
] | null | [] | /**
* @author 杨铁心
* @version 创建时间:2014-5-13 下午3:03:18
*/
package com.oldyang.ui.view.selectitem;
import com.oldyang.R;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayou... | 1,747 | 0.627678 | 0.62073 | 73 | 22.657534 | 22.249039 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424658 | false | false | 12 |
a142245008cbe2a017cc05fde300a1eb7b69ca99 | 11,536,282,179,522 | 3568c9772fad54ffe71683de31525464642f3cf9 | /word8/src/main/java/eu/doppel_helix/jna/tlb/word8/Hyperlinks.java | 0f058b91711c1311aad54b3ab66bf42451394273 | [
"MIT"
] | permissive | NoonRightsWarriorBehindHovering/COMTypelibraries | https://github.com/NoonRightsWarriorBehindHovering/COMTypelibraries | c853c41bb495031702d0ad7a4d215ab894c12bbd | c17acfca689305c0e23d4ff9d8ee437e0ee3d437 | refs/heads/master | 2023-06-21T20:52:51.519000 | 2020-03-13T22:33:48 | 2020-03-13T22:33:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package eu.doppel_helix.jna.tlb.word8;
import com.sun.jna.platform.win32.COM.util.annotation.ComInterface;
import com.sun.jna.platform.win32.COM.util.annotation.ComMethod;
import com.sun.jna.platform.win32.COM.util.annotation.ComProperty;
import com.sun.jna.platform.win32.COM.util.IDispatch;
import com.sun.jna.platfo... | UTF-8 | Java | 2,671 | java | Hyperlinks.java | Java | [] | null | [] |
package eu.doppel_helix.jna.tlb.word8;
import com.sun.jna.platform.win32.COM.util.annotation.ComInterface;
import com.sun.jna.platform.win32.COM.util.annotation.ComMethod;
import com.sun.jna.platform.win32.COM.util.annotation.ComProperty;
import com.sun.jna.platform.win32.COM.util.IDispatch;
import com.sun.jna.platfo... | 2,671 | 0.596031 | 0.546612 | 83 | 31.180723 | 21.996244 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457831 | false | false | 12 |
a283905205ddcbc5d10a6e8edb2a68896c8ed007 | 30,399,778,528,210 | 9b3021219332fef06a9ac62d31c4d5dc83068ddf | /Twitter_thread_per_client_server/src/ServerStomp/ReceiptFramInterface.java | d295a38a3d419a08b9bbe67a7e5213564cf1be78 | [] | no_license | ofrioster/assi4 | https://github.com/ofrioster/assi4 | 61da012bbfda0ac0426dfc6018f3a085bb96cda4 | 1c533713b38956ce53a8d598b234e3c67590660b | refs/heads/master | 2020-04-11T04:44:22.228000 | 2014-01-28T16:07:02 | 2014-01-28T16:07:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ServerStomp;
public interface ReceiptFramInterface {
}
| UTF-8 | Java | 65 | java | ReceiptFramInterface.java | Java | [] | null | [] | package ServerStomp;
public interface ReceiptFramInterface {
}
| 65 | 0.815385 | 0.815385 | 5 | 12 | 15.504838 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 12 |
a1e4fc24ddf877ae3f838555c5d7da9c7eb7218e | 23,605,140,295,232 | 57c415c64bdf1402a166dd04f75fb148648f3c89 | /app/src/main/java/com/ysl/mymvp/evelautor/PointEvelautor.java | 47a9b29403d3c7329a0c9379b4c735e0570c84c7 | [] | no_license | SongLinYang12138/androidmvp-master | https://github.com/SongLinYang12138/androidmvp-master | 4e4df3a43ec11dfa9cc08b68d2dec02f27abd04c | 588c3261975ef0d6db8d189e4ad57fef29856ac5 | refs/heads/master | 2021-09-07T20:03:08.627000 | 2018-02-28T08:43:55 | 2018-02-28T08:43:55 | 111,084,324 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysl.mymvp.evelautor;
import android.animation.TypeEvaluator;
import android.graphics.Color;
import android.graphics.Paint;
/**
* Created by ysl on 2017/7/14.
*/
public class PointEvelautor implements TypeEvaluator<Paint> {
private int[] color = new int[]{Color.BLUE, Color.BLACK, Color.GRAY, Color.... | UTF-8 | Java | 591 | java | PointEvelautor.java | Java | [
{
"context": "\nimport android.graphics.Paint;\n\n/**\n * Created by ysl on 2017/7/14.\n */\npublic class PointEvelautor imp",
"end": 158,
"score": 0.9995635747909546,
"start": 155,
"tag": "USERNAME",
"value": "ysl"
}
] | null | [] | package com.ysl.mymvp.evelautor;
import android.animation.TypeEvaluator;
import android.graphics.Color;
import android.graphics.Paint;
/**
* Created by ysl on 2017/7/14.
*/
public class PointEvelautor implements TypeEvaluator<Paint> {
private int[] color = new int[]{Color.BLUE, Color.BLACK, Color.GRAY, Color.... | 591 | 0.678511 | 0.664975 | 25 | 22.639999 | 25.898077 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 12 |
94b3c01ec4c1d8036c166b894662ada8a22f6421 | 21,612,275,487,645 | 6a4f4adbc292b633221efd58b5935dd30f84b05e | /src/test/java/org/isi/CalculatorSonarAppApplicationTests.java | 630e50694ac0d81a88fecd52180f6a1e19e506b9 | [] | no_license | aliarabat/calculator-sonar-app | https://github.com/aliarabat/calculator-sonar-app | aefc86c0f58d1d16c93f3f0852b11532bef899b3 | cef6c17ef41b33bf63079cbc78c1541ef534d812 | refs/heads/master | 2021-04-05T02:03:28.260000 | 2020-03-19T14:40:05 | 2020-03-19T14:40:05 | 248,511,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.isi;
import static org.assertj.core.api.Assertions.assertThat;
import org.isi.dao.ProductRepository;
import org.isi.model.Product;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest... | UTF-8 | Java | 660 | java | CalculatorSonarAppApplicationTests.java | Java | [] | null | [] | package org.isi;
import static org.assertj.core.api.Assertions.assertThat;
import org.isi.dao.ProductRepository;
import org.isi.model.Product;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest... | 660 | 0.784849 | 0.781818 | 29 | 21.758621 | 20.724224 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.965517 | false | false | 12 |
48474d9c717197e699eeb047e799ec8be84b6d16 | 2,070,174,277,101 | d6a9964b2fc4d137170af51cb41aa474954a21aa | /src/main/java/com/bwssystems/HABridge/plugins/fibaro/json/DeviceProperties.java | cdac20d324332b4711569d03ac8d5c293dae8ad8 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | bwssytems/ha-bridge | https://github.com/bwssytems/ha-bridge | b48da9eff92e11184f149840e141ea6f9cc4856a | 483b165f2a3b1fcde8d0bd152819022b90610417 | refs/heads/master | 2023-09-04T22:29:12.486000 | 2022-02-10T15:32:19 | 2022-02-10T15:32:19 | 39,848,099 | 1,604 | 283 | Apache-2.0 | false | 2023-09-14T07:38:29 | 2015-07-28T17:27:11 | 2023-08-25T02:36:48 | 2023-09-14T07:38:28 | 3,290 | 1,441 | 200 | 148 | Java | false | false | package com.bwssystems.HABridge.plugins.fibaro.json;
import com.google.gson.annotations.SerializedName;
public class DeviceProperties {
@SerializedName("value")
private String value;
@SerializedName("saveLogs")
private String saveLogs;
@SerializedName("userDescription")
private String userDe... | UTF-8 | Java | 512 | java | DeviceProperties.java | Java | [] | null | [] | package com.bwssystems.HABridge.plugins.fibaro.json;
import com.google.gson.annotations.SerializedName;
public class DeviceProperties {
@SerializedName("value")
private String value;
@SerializedName("saveLogs")
private String saveLogs;
@SerializedName("userDescription")
private String userDe... | 512 | 0.726563 | 0.726563 | 23 | 21.26087 | 16.39782 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 12 |
1ca9bfd0d9d9656432376ffa639132c9e528f783 | 21,225,728,406,105 | 70cef0958e1436f08e7464c70e21188953966438 | /jphp-android-ext/src-jvm/main/java/org/venity/jphp/ext/android/fx/classes/event/UXMouseEvent.java | 09b652012451b3dbc21baf7632abae36266a922f | [
"Apache-2.0"
] | permissive | VenityStudio/android | https://github.com/VenityStudio/android | ef8593bfa771af0d8098313b83ad881ede1bb245 | 9b6a779f037820a6adef72a0cf4726c5358573f9 | refs/heads/master | 2018-10-25T10:15:52.641000 | 2018-09-11T05:15:14 | 2018-09-11T05:15:14 | 144,194,366 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.venity.jphp.ext.android.fx.classes.event;
import javafx.scene.input.MouseButton;
import javafx.scene.input.MouseDragEvent;
import javafx.scene.input.MouseEvent;
import org.venity.jphp.ext.android.fx.JavaFXExtension;
import php.runtime.annotation.Reflection;
import php.runtime.annotation.Reflection.Getter;
... | UTF-8 | Java | 2,039 | java | UXMouseEvent.java | Java | [] | null | [] | package org.venity.jphp.ext.android.fx.classes.event;
import javafx.scene.input.MouseButton;
import javafx.scene.input.MouseDragEvent;
import javafx.scene.input.MouseEvent;
import org.venity.jphp.ext.android.fx.JavaFXExtension;
import php.runtime.annotation.Reflection;
import php.runtime.annotation.Reflection.Getter;
... | 2,039 | 0.698382 | 0.697891 | 68 | 28.985294 | 21.573059 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602941 | false | false | 12 |
fb7a50441825160c933fdefe3b72d6e3c28768f5 | 15,212,774,195,747 | 350be8bd99ef21df7447d133d92a8f9054681074 | /core-java/strings/StringBufferMethods.java | 4c7630ddeff5121c0f89ee66aa92c23f21731fab | [] | no_license | learning-zone/java-interview-questions | https://github.com/learning-zone/java-interview-questions | 9a4136073f4cb7fdbbc94a52b1cc335e94425271 | e8df17f0dd202d16298a14d7924943b7876a3690 | refs/heads/master | 2022-10-23T15:42:08.009000 | 2022-10-13T02:48:46 | 2022-10-13T02:48:46 | 174,074,983 | 1,182 | 571 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strings;
public class StringBufferMethods {
public static void main(String[] args) {
StringBuffer str = new StringBuffer("Hello");
int len = str.length();
System.out.println("Length of String Hello: " + len);
int cap = str.capacity();
System.out.println("Capacity of String Hello: " + c... | UTF-8 | Java | 1,141 | java | StringBufferMethods.java | Java | [] | null | [] | package strings;
public class StringBufferMethods {
public static void main(String[] args) {
StringBuffer str = new StringBuffer("Hello");
int len = str.length();
System.out.println("Length of String Hello: " + len);
int cap = str.capacity();
System.out.println("Capacity of String Hello: " + c... | 1,141 | 0.604733 | 0.593339 | 47 | 23.276596 | 20.996151 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.680851 | false | false | 12 |
7e1e03a97c03025cbb2a5f620ea9a5313fc72e0c | 5,832,565,590,504 | 40c39e01919231cbf46f2432d7d9485eae1d36d8 | /UnivIndonesia/app/src/main/java/com/example/univindonesia/ActivityProfil.java | 3d1b0a6cd77683aff52df21cdcc9a37d969ac33b | [] | no_license | AdeSuryaning/PemrogramanPerangkatBergerak | https://github.com/AdeSuryaning/PemrogramanPerangkatBergerak | d2fe14132b80370de59a8fb8acd8c8c34f6b5ef6 | 996a811ee24e82fba8a072453181f640d0c59905 | refs/heads/master | 2020-12-04T12:56:28.790000 | 2020-01-25T14:53:55 | 2020-01-25T14:53:55 | 231,772,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.univindonesia;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public class ActivityProfil extends AppCompatActivity implements View.OnClickListener {
... | UTF-8 | Java | 902 | java | ActivityProfil.java | Java | [] | null | [] | package com.example.univindonesia;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public class ActivityProfil extends AppCompatActivity implements View.OnClickListener {
... | 902 | 0.684035 | 0.684035 | 34 | 25.529411 | 23.567469 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 12 |
6b8032d630fd8285c26386d91db810be04150802 | 19,198,503,866,799 | e921703f9a60c42f054ebd0a277a8630e30277ec | /EpitechMessengerApp/app/src/main/java/com/gautier_lefebvre/epitechmessengerapp/entity/Message.java | e720872c3751b1ec82bc48c9514660878f215588 | [] | no_license | gerybaudry/android-retro-picture | https://github.com/gerybaudry/android-retro-picture | fa156b6636190c4629267531a78042b5ba38bfe6 | d8e5014307eecc46d6367d8c776c9cbbe5b91a8b | refs/heads/master | 2021-01-10T11:18:40.874000 | 2016-03-04T18:34:17 | 2016-03-04T18:34:17 | 51,207,432 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gautier_lefebvre.epitechmessengerapp.entity;
public class Message {
public final User sender;
public final String content;
public final String date;
public boolean isRead;
public Message(User sender, String content, String date, boolean r) {
this.sender = sender;
this.c... | UTF-8 | Java | 397 | java | Message.java | Java | [
{
"context": "package com.gautier_lefebvre.epitechmessengerapp.entity;\n\npublic class Message",
"end": 28,
"score": 0.928634524345398,
"start": 12,
"tag": "USERNAME",
"value": "gautier_lefebvre"
}
] | null | [] | package com.gautier_lefebvre.epitechmessengerapp.entity;
public class Message {
public final User sender;
public final String content;
public final String date;
public boolean isRead;
public Message(User sender, String content, String date, boolean r) {
this.sender = sender;
this.c... | 397 | 0.664987 | 0.664987 | 15 | 25.466667 | 19.376503 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 12 |
d8ee328f82fcfe8897aee51550d839127916b074 | 12,970,801,299,123 | 09534c278861e04441712475790c08fe0b92f279 | /app/src/main/java/com/walktour/service/phoneinfo/utils/MobileUtil.java | 030faae9bc562bbac54ad272340c3d076ac94f1d | [] | no_license | copslock/Walktour4 | https://github.com/copslock/Walktour4 | 077eee3500387abd9a8b74727dd3c5727cc11384 | 46b7e77e2a5e54c4f2a83f23448f7031c8b37537 | refs/heads/master | 2023-07-17T13:05:58.825000 | 2019-08-20T07:12:35 | 2019-08-20T07:12:35 | 397,678,508 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.walktour.service.phoneinfo.utils;
import android.annotation.TargetApi;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Build;
import android.os.Environment;
import android.telephony.CellIdentityLte;
import android.telephony.CellInfo;... | UTF-8 | Java | 10,649 | java | MobileUtil.java | Java | [
{
"context": "rt java.io.File;\n\n/**\n * 获取收集基本信息工具类\n *\n * @author jianchao.wang\n *\n */\npublic class MobileUtil {\n\t/** 日志标识 */\n\tpr",
"end": 720,
"score": 0.9467630386352539,
"start": 707,
"tag": "NAME",
"value": "jianchao.wang"
}
] | null | [] | package com.walktour.service.phoneinfo.utils;
import android.annotation.TargetApi;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Build;
import android.os.Environment;
import android.telephony.CellIdentityLte;
import android.telephony.CellInfo;... | 10,649 | 0.676928 | 0.664093 | 374 | 26.708555 | 26.632738 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.582888 | false | false | 12 |
335d9090007059cb98c1568257c22d3281ddd197 | 15,298,673,566,145 | 5ccbb44f9d131c1524bd38e2a50d18ab3d355104 | /src/main/java/org/apache/flink/pb3/canal/CanalRowDeserializationSchema.java | b7769d16c9e454649ae04a267c0b380e6775ef37 | [] | no_license | complone/flink-format-flink | https://github.com/complone/flink-format-flink | f1a6f63608df0c430ba4500866be0927fa915ec7 | f314282dcdfb52234c793a9fb96f7b451fb2a89c | refs/heads/main | 2023-08-27T00:17:54.206000 | 2021-11-12T06:17:20 | 2021-11-12T06:17:20 | 427,252,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.flink.pb3.canal;
import java.io.IOException;
import org.apache.flink.api.common.serialization.DeserializationSchema;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.formats.json.TimestampFormat;
import org.apache.flink.pb.PbRowDeserializationSchema;
import org.ap... | UTF-8 | Java | 3,897 | java | CanalRowDeserializationSchema.java | Java | [] | null | [] | package org.apache.flink.pb3.canal;
import java.io.IOException;
import org.apache.flink.api.common.serialization.DeserializationSchema;
import org.apache.flink.api.common.typeinfo.TypeInformation;
import org.apache.flink.formats.json.TimestampFormat;
import org.apache.flink.pb.PbRowDeserializationSchema;
import org.ap... | 3,897 | 0.697204 | 0.691611 | 102 | 35.813725 | 29.057323 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72549 | false | false | 12 |
83960c6eb454f2775fb7e08e6eb39c8ee0efaf97 | 2,250,562,865,571 | b1b2a7650c7e96d389c4f8a2c1ff4a2b5d9977ca | /aula6/src/exercicio_mercado/Program.java | ef47a95ba02307d5c8696a650f4ca70651802876 | [] | no_license | trizisbea/serratec-poo | https://github.com/trizisbea/serratec-poo | da8736d82496ba2c7ab911ed9d7c17e7d6148fb3 | 2821d1bd2a2b26ab7f533aa836d11fa780b20cf4 | refs/heads/main | 2023-08-18T19:30:03.252000 | 2021-10-07T21:27:25 | 2021-10-07T21:27:25 | 411,045,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exercicio_mercado;
public class Program {
public static void main(String[] args) {
BebidaAlcoolica b1 = new BebidaAlcoolica("Cerveja", 12, 10);
BebidaAlcoolica b2 = new BebidaAlcoolica("Vinho", 150, 25);
Eletrodomestico e1 = new Eletrodomestico("TV", 2000, 220);
Eletrodomestico e2 = new Eletrodome... | UTF-8 | Java | 1,344 | java | Program.java | Java | [
{
"context": " {\n\t\t\n\t\tBebidaAlcoolica b1 = new BebidaAlcoolica(\"Cerveja\", 12, 10);\n\t\tBebidaAlcoolica b2 = new BebidaAlcoo",
"end": 148,
"score": 0.9033257961273193,
"start": 141,
"tag": "NAME",
"value": "Cerveja"
},
{
"context": " 10);\n\t\tBebidaAlcoolica b2 = new BebidaA... | null | [] | package exercicio_mercado;
public class Program {
public static void main(String[] args) {
BebidaAlcoolica b1 = new BebidaAlcoolica("Cerveja", 12, 10);
BebidaAlcoolica b2 = new BebidaAlcoolica("Vinho", 150, 25);
Eletrodomestico e1 = new Eletrodomestico("TV", 2000, 220);
Eletrodomestico e2 = new Eletrodome... | 1,344 | 0.671875 | 0.61756 | 40 | 32.599998 | 28.160078 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.65 | false | false | 12 |
9338a11157fde1e89ededf93a556e4f993f7f2cf | 11,012,296,206,753 | 7c83aa282b111c0c711f2c00320b412c375baeca | /test/ezClient/adminMVC/AdminControllerTest.java | 5ebfa7dea8a121b2b6f21caab207086396ade1b2 | [] | no_license | xbladetm/skunkworks | https://github.com/xbladetm/skunkworks | 61ead34bee0d3ec144329d18f27f61dbbd1d715e | 4b98967cdc37bb48ca8f4ca639d0309cd162b7a8 | refs/heads/master | 2016-09-05T19:25:59.356000 | 2013-07-10T02:57:15 | 2013-07-10T02:57:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ezClient.adminMVC;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author Andrés
*/
public class AdminControllerTest {
public AdminControllerTest() {
}
/**
* Test... | UTF-8 | Java | 1,385 | java | AdminControllerTest.java | Java | [
{
"context": " static org.junit.Assert.*;\r\n\r\n/**\r\n *\r\n * @author Andrés\r\n */\r\npublic class AdminControllerTest {\r\n\t\r\n\tpubli",
"end": 221,
"score": 0.9675330519676208,
"start": 215,
"tag": "NAME",
"value": "Andrés"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ezClient.adminMVC;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author Andrés
*/
public class AdminControllerTest {
public AdminControllerTest() {
}
/**
* Test... | 1,385 | 0.672688 | 0.672688 | 56 | 22.75 | 21.958769 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 12 |
7b8727e1fca0ef75fa1a5540c6bca7892918d37e | 26,628,797,303,605 | 9484d2886b16ee5382c360bea717d5788e9e0181 | /Ninitas_y_ninitas_Web_/Ninitas_y_ninitas/src/dao/Dao_Persona.java | bfd655a8881562b5bfe2ee737c57077afebab44b | [] | no_license | cristhiandc98a/Proyecto_final_eclipse | https://github.com/cristhiandc98a/Proyecto_final_eclipse | 23858d2740b629cf52d883a24c74ad10f41f49da | f50d95f97bbf7a05df89a888caea24dc6e432591 | refs/heads/master | 2020-12-14T18:24:21.006000 | 2020-01-19T04:24:47 | 2020-01-19T04:24:47 | 234,839,171 | 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 dao;
import dato.Dato_Conexion_SQL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQ... | UTF-8 | Java | 1,241 | java | Dao_Persona.java | Java | [
{
"context": "port java.sql.SQLException;\r\n\r\n/**\r\n *\r\n * @author cristhiandc98\r\n */\r\npublic class Dao_Persona {\r\n \r\n Dato_Co",
"end": 368,
"score": 0.9956080913543701,
"start": 355,
"tag": "USERNAME",
"value": "cristhiandc98"
}
] | 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 dao;
import dato.Dato_Conexion_SQL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQ... | 1,241 | 0.581789 | 0.576148 | 41 | 28.268293 | 22.647915 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585366 | false | false | 12 |
8d2008104753c4f5e6b4bd095ef1203616f7176c | 9,062,381,063,585 | fadacdc78fbeb34e5b3d890d725df8176cc25ba2 | /src/main/java/com/example/demo/controller/EtatCommandeController.java | c40c9360e065e08afdd1e81ba1e5404ed643dc74 | [] | no_license | aissaouiloubna/backendspring | https://github.com/aissaouiloubna/backendspring | 54c2ec2494772ce7103e5588887bed8fefa4a9b1 | 8db4c62ab0b1130e8b81cbbace6ebcd2cd67a331 | refs/heads/master | 2023-05-13T20:57:07.537000 | 2021-06-08T13:40:09 | 2021-06-08T13:40:09 | 375,023,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.controller;
import com.example.demo.dao.EtatCommandeRepository;
import com.example.demo.exception.RessourceNotFoundException;
import com.example.demo.model.EtatCommandes;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import ja... | UTF-8 | Java | 1,419 | java | EtatCommandeController.java | Java | [] | null | [] | package com.example.demo.controller;
import com.example.demo.dao.EtatCommandeRepository;
import com.example.demo.exception.RessourceNotFoundException;
import com.example.demo.model.EtatCommandes;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import ja... | 1,419 | 0.730092 | 0.724454 | 46 | 29.847826 | 26.506741 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 12 |
d936090b04d946eb3fe083e6006403f077e2370d | 6,846,177,870,027 | 41cc36935c49268dc48a9815c9a656e95ee1a939 | /src/main/java/com/gorbatenko/budget/service/BudgetItemService.java | 57383e90ab05ad34f474c45720bdc21482d0df02 | [] | no_license | mailgva/Budget | https://github.com/mailgva/Budget | edee2f6854f39ebf23b290536b97f409fa06b967 | db59b82b1fd14a162ffb73b7b1fea4d2dc78a50a | refs/heads/master | 2023-08-31T13:18:54.705000 | 2023-08-07T20:05:39 | 2023-08-07T20:05:39 | 184,575,676 | 0 | 1 | null | false | 2023-03-01T20:42:27 | 2019-05-02T12:19:17 | 2022-01-10T17:55:24 | 2023-03-01T20:41:52 | 563 | 0 | 0 | 0 | Java | false | false | package com.gorbatenko.budget.service;
import com.gorbatenko.budget.model.BudgetItem;
import com.gorbatenko.budget.model.Currency;
import com.gorbatenko.budget.model.Kind;
import com.gorbatenko.budget.model.Type;
import com.gorbatenko.budget.repository.BudgetItemRepository;
import com.gorbatenko.budget.repository.Curr... | UTF-8 | Java | 14,867 | java | BudgetItemService.java | Java | [] | null | [] | package com.gorbatenko.budget.service;
import com.gorbatenko.budget.model.BudgetItem;
import com.gorbatenko.budget.model.Currency;
import com.gorbatenko.budget.model.Kind;
import com.gorbatenko.budget.model.Type;
import com.gorbatenko.budget.repository.BudgetItemRepository;
import com.gorbatenko.budget.repository.Curr... | 14,867 | 0.626623 | 0.624807 | 353 | 41.116146 | 35.419392 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818697 | false | false | 12 |
3f506f16d6aa31911c1125c731c4097b8fc1ceb3 | 23,708,219,484,623 | 718735f4f90e7b57555de8268050b5878db9a206 | /src/main/java/com/henu/main/entities/Message.java | 2a9c8fb7b42190cfb997c4a42e44f0fdbff8f33b | [] | no_license | sunmyuan/zhichengpingshen | https://github.com/sunmyuan/zhichengpingshen | c061b5cd7e0839824329c6c97cf4adbd18f77c1b | 1997291e18051595aec4175340f9bb6079c1764b | refs/heads/master | 2020-09-24T12:19:11.675000 | 2019-12-04T03:05:49 | 2019-12-04T03:05:49 | 225,758,219 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.henu.main.entities;
import com.alibaba.fastjson.annotation.JSONField;
import javax.persistence.Id;
import javax.persistence.Table;
@Table(name = "message")
public class Message {
@Id
@JSONField(ordinal = 1)
private Long id;
@JSONField(ordinal = 2)
private Long userId;
@JSONField(... | UTF-8 | Java | 2,681 | java | Message.java | Java | [] | null | [] | package com.henu.main.entities;
import com.alibaba.fastjson.annotation.JSONField;
import javax.persistence.Id;
import javax.persistence.Table;
@Table(name = "message")
public class Message {
@Id
@JSONField(ordinal = 1)
private Long id;
@JSONField(ordinal = 2)
private Long userId;
@JSONField(... | 2,681 | 0.565834 | 0.563223 | 118 | 21.720339 | 19.419493 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474576 | false | false | 12 |
4751cbc48d081197f408bdb058bff2e4003c7f79 | 33,225,867,055,331 | c42c3cc814034028e1c6f7d44ce26b64e9338e13 | /src/main/java/co/com/emcali/sidapweb/controller/ReporteParadasController.java | 8ff20cb078bff343931654431687aa83fb9b000c | [] | no_license | jlriofrio/stefanini | https://github.com/jlriofrio/stefanini | ad10ca4b3619d9477ff8deef372c6edf1bfe16d6 | 742f561792b80c1eccec510b7a5338fbd94cc759 | refs/heads/master | 2021-03-06T12:39:03.468000 | 2020-03-19T04:58:42 | 2020-03-19T04:58:42 | 246,200,657 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.emcali.sidapweb.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfr... | UTF-8 | Java | 1,331 | java | ReporteParadasController.java | Java | [] | null | [] | package co.com.emcali.sidapweb.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfr... | 1,331 | 0.809166 | 0.809166 | 37 | 34.972973 | 32.128532 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 12 |
d144301fedbc5f075065d447e732b51b52dcd47b | 6,871,947,729,135 | aada16d3956dc91bd3a1cc3e35c3d5d79f804491 | /src/main/java/com/dao/BillDao.java | 72a4155a128d774300259b74478470601f25d5b4 | [] | no_license | wdnmd-rgb/accounting | https://github.com/wdnmd-rgb/accounting | 504d7db7a9232f5d6e0c97e7e1679b5459d2c87f | 2724a3e6530c7cffff974ec2a955efdbb770180a | refs/heads/master | 2023-01-03T08:43:56.908000 | 2020-10-27T04:45:58 | 2020-10-27T04:45:58 | 307,587,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dao;
import com.entity.Bill;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* (Bill)表数据库访问层
*
* @author makejava
* @since 2020-10-26 19:50:49
*/
@Mapper
public interface BillDao {
/**
* 通过ID查询单条数据
*
* @param id ... | UTF-8 | Java | 1,150 | java | BillDao.java | Java | [
{
"context": "ava.util.List;\n\n/**\n * (Bill)表数据库访问层\n *\n * @author makejava\n * @since 2020-10-26 19:50:49\n */\n@Mapper\npublic ",
"end": 199,
"score": 0.9993634223937988,
"start": 191,
"tag": "USERNAME",
"value": "makejava"
}
] | null | [] | package com.dao;
import com.entity.Bill;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* (Bill)表数据库访问层
*
* @author makejava
* @since 2020-10-26 19:50:49
*/
@Mapper
public interface BillDao {
/**
* 通过ID查询单条数据
*
* @param id ... | 1,150 | 0.521967 | 0.507322 | 69 | 12.869565 | 11.10283 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15942 | false | false | 12 |
a23a5c7eedeb42c67863567b2f21c80ec0e26981 | 16,784,732,247,992 | 811f47f6ea7b9a0fabafab90f5a18299060f6523 | /src/common/protocols/RemoteNameNode.java | 0bfc73927611a4ad43c7629dcb8e8e98c6ee1e8d | [] | no_license | blole/yahas | https://github.com/blole/yahas | d7c2ad72d63d5b298d08d5bc7509d485d8db04fc | 46cedab3a0ae367d3f58b0b51178cc1d72e600bb | refs/heads/master | 2020-12-24T14:27:36.640000 | 2015-03-17T12:00:03 | 2015-03-17T12:00:03 | 32,387,369 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common.protocols;
/**
* Interface that represents a NameNode.
*
* @author Bjorn, Govind, Jerry, Karan
*
*/
public interface RemoteNameNode extends ClientNameNodeProtocol,
DataNodeNameNodeProtocol {
}
| UTF-8 | Java | 218 | java | RemoteNameNode.java | Java | [
{
"context": "terface that represents a NameNode.\n * \n * @author Bjorn, Govind, Jerry, Karan\n * \n */\npublic interface Rem",
"end": 92,
"score": 0.971167266368866,
"start": 87,
"tag": "NAME",
"value": "Bjorn"
},
{
"context": " that represents a NameNode.\n * \n * @author Bjorn, G... | null | [] | package common.protocols;
/**
* Interface that represents a NameNode.
*
* @author Bjorn, Govind, Jerry, Karan
*
*/
public interface RemoteNameNode extends ClientNameNodeProtocol,
DataNodeNameNodeProtocol {
}
| 218 | 0.747706 | 0.747706 | 11 | 18.818182 | 20.368505 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 12 |
24cdb44a0fba778e306e54e00c879bab87b8c58b | 26,207,890,488,205 | 32d54074cbd17d34cc880bf93c99b08d78e9ed4f | /src/main/java/com/gk/htc/ahp/brand/thread/SendBrandCustomer.java | 292c030b01a3feefe4bac4bd2cab395aa3d2580f | [] | no_license | hongyanggreat/projtest2 | https://github.com/hongyanggreat/projtest2 | ce090ac74025685f16b11a9d69db67cbcf50fb37 | 973ae8c75d404b51402c1df7532be4b4ee820226 | refs/heads/master | 2020-03-16T21:30:56.824000 | 2018-05-11T07:05:47 | 2018-05-11T07:05:47 | 133,002,334 | 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.gk.htc.ahp.brand.thread;
import com.gk.htc.ahp.brand.app.AppStart;
import com.gk.htc.ahp.brand.common.DateProc;
import com... | UTF-8 | Java | 3,444 | java | SendBrandCustomer.java | Java | [
{
"context": "import org.apache.log4j.Logger;\n\n/**\n *\n * @author TUANPLA\n */\npublic class SendBrandCustomer extends Thread",
"end": 603,
"score": 0.9757196307182312,
"start": 596,
"tag": "USERNAME",
"value": "TUANPLA"
}
] | 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.gk.htc.ahp.brand.thread;
import com.gk.htc.ahp.brand.app.AppStart;
import com.gk.htc.ahp.brand.common.DateProc;
import com... | 3,444 | 0.505834 | 0.501167 | 78 | 42.948719 | 32.784416 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 12 |
08c16a59903a8febbff6dd52694b44803d72f7a7 | 23,991,687,376,879 | dfa1bb1bd7ef84f9e225d51761c4fc2470b51112 | /missing-element-in-sorted-array/missing-element-in-sorted-array.java | c21d5449091f2af817b22a2906891bab9d8331af | [] | no_license | gowriaddepalli/Leetcode_solutions | https://github.com/gowriaddepalli/Leetcode_solutions | f31d9716a3690dcdbc0e7e4eaf9773b8bd8f7453 | 1f33cbeb52f9ec6332d05bbd3da69935ba553cf8 | refs/heads/master | 2023-04-05T11:34:42.736000 | 2021-04-16T07:33:02 | 2021-04-16T07:33:02 | 158,172,755 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int missingElement(int[] nums, int k) {
int n = nums.length;
int i=0;
int num = -1;
while(i+1<n){
if(nums[i+1]-nums[i]-1<k){
k -= nums[i+1]-nums[i]-1;
}else{
num = nums[i]+k;
retu... | UTF-8 | Java | 545 | java | missing-element-in-sorted-array.java | Java | [] | null | [] | class Solution {
public int missingElement(int[] nums, int k) {
int n = nums.length;
int i=0;
int num = -1;
while(i+1<n){
if(nums[i+1]-nums[i]-1<k){
k -= nums[i+1]-nums[i]-1;
}else{
num = nums[i]+k;
retu... | 545 | 0.339912 | 0.322368 | 21 | 20.714285 | 12.055992 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 12 |
74e168e4db3d529f3d3f4cfccf7a4d203f3723f1 | 6,571,300,017,208 | be73f4064999830948ed48741068959ace7333a5 | /SSMDemo/src/org/springmvc_demo/entity/User.java | a45a093795837c90afeb17d1864b409028bb5071 | [] | no_license | myeanng/SSM | https://github.com/myeanng/SSM | 3a1b79a1ba225e35c0b6f950c65e1ac18827994b | d7b29a265fa0077d08ceebd85b5b1ffae38b60bc | refs/heads/master | 2020-04-01T17:33:51.762000 | 2016-05-28T02:26:02 | 2016-05-28T02:26:02 | 59,873,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springmvc_demo.entity;
import java.io.Serializable;
import java.util.Date;
public class User implements Serializable{
private static final long serialVersionUID = 216615822538235296L;
private Date createDate;
private String email;
private String pwd;
private Integer userId;
private String userN... | UTF-8 | Java | 1,987 | java | User.java | Java | [
{
"context": "ic User() {}\n\t\n\tpublic User(Integer userId, String userName, String email, String pwd) {\n\t\tsuper();\n\t\tthis.us",
"end": 391,
"score": 0.9213432669639587,
"start": 383,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "super();\n\t\tthis.userId = userId;\n... | null | [] | package org.springmvc_demo.entity;
import java.io.Serializable;
import java.util.Date;
public class User implements Serializable{
private static final long serialVersionUID = 216615822538235296L;
private Date createDate;
private String email;
private String pwd;
private Integer userId;
private String userN... | 1,987 | 0.672874 | 0.663815 | 103 | 18.291262 | 18.314741 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76699 | false | false | 12 |
cb72fadf830b08221db563f9847a99f1214c8e2b | 2,525,440,830,420 | db0051f846f16cf4e8a3a312b5d3020f68f06e79 | /src/com/arraysNmatrix/NextPermutation.java | 63cb6365787dcfe14516e9e06dabdeb0c3826c80 | [] | no_license | avyaysingh/Java-SDE-Sheet | https://github.com/avyaysingh/Java-SDE-Sheet | 3131fd4a0362c5cb6ecde0f08289734893e30b82 | 0c000f72e8a6dd28a64cd76a8a076a81014e2592 | refs/heads/master | 2023-07-17T01:01:11.998000 | 2021-08-17T06:29:55 | 2021-08-17T06:29:55 | 397,129,418 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arraysNmatrix;
public class NextPermutation {
public static void findNextpermutation(int[] number) {
int i = number.length - 2;
while (i >= 0 && number[i + 1] <= number[i]) {
i--;
}
if (i >= 0) {
int j = number.length - 1;
while (numb... | UTF-8 | Java | 809 | java | NextPermutation.java | Java | [] | null | [] | package com.arraysNmatrix;
public class NextPermutation {
public static void findNextpermutation(int[] number) {
int i = number.length - 2;
while (i >= 0 && number[i + 1] <= number[i]) {
i--;
}
if (i >= 0) {
int j = number.length - 1;
while (numb... | 809 | 0.428925 | 0.420272 | 34 | 22.764706 | 17.334187 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676471 | false | false | 12 |
97688ade7c8da2b0c4f14273c581bc0dd014d0b2 | 2,559,800,577,095 | 7970d62f4cf68ad1e42b6fee3bda980de0c34b92 | /JDBC_project2/src/com/chenlong/java/JDBC1/JDBCTools.java | 1b059f47399d05d07bb84167836157843e4d9df7 | [] | no_license | Long-Cc/JavaCodeDemo | https://github.com/Long-Cc/JavaCodeDemo | e027c7c971efd7030f302c8a68fc4ba4e8dca755 | 57a38dc7c509abb08f88767143d2a0bb28d63def | refs/heads/master | 2021-07-16T06:45:29.258000 | 2017-10-21T02:31:36 | 2017-10-21T02:31:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chenlong.java.JDBC1;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.sql.DataSource;
import com.mchange.v2.c3p0.ComboPooledDataSource;
public class JDBCTools {
//处理数据库事务
public static void commit(Connection connection){
if(... | GB18030 | Java | 2,465 | java | JDBCTools.java | Java | [] | null | [] | package com.chenlong.java.JDBC1;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.sql.DataSource;
import com.mchange.v2.c3p0.ComboPooledDataSource;
public class JDBCTools {
//处理数据库事务
public static void commit(Connection connection){
if(... | 2,465 | 0.658693 | 0.65613 | 111 | 20.09009 | 18.445707 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.396396 | false | false | 12 |
cd5c5bac683315b7fd5bb892701abbe25da6def4 | 3,788,161,224,744 | 065c3e84dea714b40f5f3d5bb04665609bb91b51 | /src/main/java/com/zdh/mappers/ManagerMapper.java | ac5e07712929f20f1289b3aae8d75a63f985246a | [] | no_license | Takohubuki/TwoHanded | https://github.com/Takohubuki/TwoHanded | 89cfa264e036490bf4e3ad09c99230a05d031e3b | fc65f77a38b8decc1a70aae7028f56e166f785bd | refs/heads/master | 2022-12-27T07:52:43.894000 | 2020-06-12T12:18:21 | 2020-06-12T12:18:21 | 180,088,661 | 0 | 0 | null | false | 2022-12-15T23:23:58 | 2019-04-08T06:57:25 | 2020-06-12T12:18:41 | 2022-12-15T23:23:54 | 79,540 | 0 | 0 | 10 | JavaScript | false | false | package com.zdh.mappers;
import com.zdh.bean.Item;
import com.zdh.bean.Manager;
import com.zdh.bean.Member;
import com.zdh.bean.Order;
import java.util.List;
public interface ManagerMapper {
int deleteByPrimaryKey(Integer id);
int insert(Manager record);
int insertSelective(Manager record);
Manage... | UTF-8 | Java | 1,125 | java | ManagerMapper.java | Java | [] | null | [] | package com.zdh.mappers;
import com.zdh.bean.Item;
import com.zdh.bean.Manager;
import com.zdh.bean.Member;
import com.zdh.bean.Order;
import java.util.List;
public interface ManagerMapper {
int deleteByPrimaryKey(Integer id);
int insert(Manager record);
int insertSelective(Manager record);
Manage... | 1,125 | 0.722667 | 0.722667 | 60 | 17.766666 | 17.221466 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516667 | false | false | 12 |
2d60ee8f2b17436518642bad0a6adb932c57349c | 9,139,690,463,316 | 99cf8e2b9afbe976a6255d062715dfa4f4af38ee | /src/Main.java | c53d7b9ab50eb53a48c3e13d332541ff049d9444 | [] | no_license | hugoduar/Stock-Control | https://github.com/hugoduar/Stock-Control | a43ef8d626a29ea20fd274c67427a635400e5f79 | c3b2f80c8ed166e3efeeae2a8b3ad99755546fa9 | refs/heads/master | 2021-03-12T20:01:57.312000 | 2012-11-27T07:05:47 | 2012-11-27T07:05:47 | 6,733,419 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Main {
public static void main(String[] args) {
Interfaz ui = new Interfaz();
ui.setVisible(true);
/*Producto RockPop = new Producto();
RockPop.Genero="Rock Pop";
RockPop.Cantidad=1500;
RockPop.CostoUnitario=200.00;
RockPop.PrecioVenta... | UTF-8 | Java | 2,953 | java | Main.java | Java | [] | null | [] |
public class Main {
public static void main(String[] args) {
Interfaz ui = new Interfaz();
ui.setVisible(true);
/*Producto RockPop = new Producto();
RockPop.Genero="Rock Pop";
RockPop.Cantidad=1500;
RockPop.CostoUnitario=200.00;
RockPop.PrecioVenta... | 2,953 | 0.460495 | 0.450322 | 73 | 39.397259 | 22.830368 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684932 | false | false | 12 |
4c074c3dbab0cfd282024d5865f6f2b6d5bb69ae | 32,719,060,919,364 | 352163a8f69f64bc87a9e14471c947e51bd6b27d | /bin/platform/ext/core/testsrc/de/hybris/platform/persistence/flexiblesearch/typecache/impl/DefaultFlexibleSearchTypeCacheProviderTest.java | 71c722395e378300046559af34e7a5823e70ae1b | [] | no_license | GTNDYanagisawa/merchandise | https://github.com/GTNDYanagisawa/merchandise | 2ad5209480d5dc7d946a442479cfd60649137109 | e9773338d63d4f053954d396835ac25ef71039d3 | refs/heads/master | 2021-01-22T20:45:31.217000 | 2015-05-20T06:23:45 | 2015-05-20T06:23:45 | 35,868,211 | 3 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2013 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of t... | UTF-8 | Java | 9,838 | java | DefaultFlexibleSearchTypeCacheProviderTest.java | Java | [] | null | [] | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2013 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of t... | 9,838 | 0.784102 | 0.779833 | 323 | 29.417957 | 32.191597 | 126 | false | false | 0 | 0 | 0 | 0 | 96 | 0.0185 | 1.513932 | false | false | 12 |
e18ea8e995ab9d6ea4eabf43130f1c68ddd9cc33 | 32,719,060,922,111 | 30ff2b27b71902f98fb8b580d24a98cd3c827385 | /src/test/java/com/brightywe/brightylist/user/controller/UserControllerIntegrationTest.java | eb476990e02ca79f1298e994f189c6f45a8b55e1 | [] | no_license | jakub3704/Brighty-List-BE | https://github.com/jakub3704/Brighty-List-BE | 6efe35b0ec98fca0f90433df1f3767eb481e96db | a8dc27c1963a71a254a76aff2f15f1200d9339fa | refs/heads/master | 2023-01-20T10:58:23.944000 | 2020-11-15T15:48:40 | 2020-11-15T15:48:40 | 268,542,750 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brightywe.brightylist.user.controller;
import static org.hamcrest.Matchers.is;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
import static org.springframework.test.web.servlet.result.MockMvcResultMatche... | UTF-8 | Java | 5,257 | java | UserControllerIntegrationTest.java | Java | [
{
"context": "wordChange();\n newPassword.setPasswordNew(\"NewPassword\");\n newPassword.setPasswordOld(userPasswor",
"end": 4135,
"score": 0.996492862701416,
"start": 4124,
"tag": "PASSWORD",
"value": "NewPassword"
}
] | null | [] | package com.brightywe.brightylist.user.controller;
import static org.hamcrest.Matchers.is;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
import static org.springframework.test.web.servlet.result.MockMvcResultMatche... | 5,256 | 0.72608 | 0.723226 | 130 | 39.438461 | 34.413548 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 12 |
d84a0f6d5a18f55f523dbe64a67599320eb79ef8 | 9,586,367,050,467 | 669b0728750890ef102bec56958096ea2d44f83f | /52/com.fimi.soul_source_from_JADX/p000a/C0002j.java | b982db5e4d84ffcda6db2cebd0211cc856bd7be0 | [] | no_license | babaloveyou/cuid | https://github.com/babaloveyou/cuid | 474ace2a770e11a8e83f5fae3e1c24729f8c3c9f | a897c9a16465452e833f218c60ee0c866e20fb78 | refs/heads/master | 2023-03-16T01:57:18.941000 | 2016-11-14T15:55:36 | 2016-11-14T15:55:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p000a;
import android.net.Uri;
/* renamed from: a.j */
public interface C0002j {
C0018s<C0006e> m12a(Uri uri);
}
| UTF-8 | Java | 127 | java | C0002j.java | Java | [] | null | [] | package p000a;
import android.net.Uri;
/* renamed from: a.j */
public interface C0002j {
C0018s<C0006e> m12a(Uri uri);
}
| 127 | 0.685039 | 0.551181 | 8 | 14.875 | 12.241707 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 12 |
8a1a579f0ba7c93172ccdd1daa40f93b8ab4725f | 27,556,510,214,341 | 0d2bf6334bcd085106186840f6c59a4b34a97459 | /sofa-boot-core/src/main/java/org/luvx/service/UserService.java | c19f10e0e6326900ca9f244250776e409beeb127 | [
"MIT"
] | permissive | shimaomao/luvx_trial | https://github.com/shimaomao/luvx_trial | d5f4be73937169b7b48481afbed11f5cd144440d | 6b14bec62a2d2bfa594f97ca35645784901be3b3 | refs/heads/master | 2020-08-23T22:10:25.322000 | 2019-08-27T09:35:49 | 2019-08-27T09:35:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.luvx.service;
import javax.ws.rs.*;
@Path("/user")
@Consumes("application/json;charset=UTF-8")
@Produces("application/json;charset=UTF-8")
public interface UserService {
@GET
@Path("/getUser/{id}")
String getUser(@PathParam("id") String id);
}
| UTF-8 | Java | 270 | java | UserService.java | Java | [] | null | [] | package org.luvx.service;
import javax.ws.rs.*;
@Path("/user")
@Consumes("application/json;charset=UTF-8")
@Produces("application/json;charset=UTF-8")
public interface UserService {
@GET
@Path("/getUser/{id}")
String getUser(@PathParam("id") String id);
}
| 270 | 0.688889 | 0.681481 | 12 | 21.5 | 16.489897 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 12 |
b2a8b69e46371d1fd2bc866c30476e4a60586929 | 1,700,807,108,829 | 9c333ade80170a878d1c6b41f127e675b5216fbb | /rest/src/main/java/DAO/CategoriaDAO.java | 47164e01941cd49146721afa5af80395b2b0923f | [] | no_license | rbaselio/aula-java-rest | https://github.com/rbaselio/aula-java-rest | 5ec57b3ecd54d6b921399e2fe8918d9a31f002cb | e681188105ccc9286573f6202dc2624f08ac1aad | refs/heads/master | 2016-08-09T11:33:46.198000 | 2016-01-16T10:59:03 | 2016-01-16T10:59:03 | 47,884,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO;
import model.Categoria;
public class CategoriaDAO extends BaseDAO<Categoria> {
public CategoriaDAO() {
this.entityClass = Categoria.class;
}
} | UTF-8 | Java | 165 | java | CategoriaDAO.java | Java | [] | null | [] | package DAO;
import model.Categoria;
public class CategoriaDAO extends BaseDAO<Categoria> {
public CategoriaDAO() {
this.entityClass = Categoria.class;
}
} | 165 | 0.745455 | 0.745455 | 12 | 12.833333 | 17.232882 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
2747ffbcc4e36d114a07e6b7d086d057fde9f3ee | 12,704,513,316,426 | 78dc03fc7281d9e86632203fca57de99e4fbcd54 | /SWF-1566/src/main/java/foo/bar/CustomMvcViewFactoryCreator.java | 3bcff3ee6ce01ec1f36ecadd89dac672e2922340 | [] | no_license | spring-projects/spring-webflow-issues | https://github.com/spring-projects/spring-webflow-issues | caf3f5b8f1d1fec3dddd77844231e94d4093069e | cca49f429b0e113d28ea2de06cd338017f0d94eb | refs/heads/main | 2023-08-06T10:12:01.845000 | 2022-03-31T21:18:37 | 2022-03-31T21:18:37 | 2,990,596 | 3 | 13 | null | false | 2022-03-31T21:18:22 | 2011-12-15T21:10:25 | 2022-03-31T21:17:38 | 2022-03-31T21:18:21 | 396 | 10 | 22 | 44 | Java | false | false | package foo.bar;
import org.springframework.binding.convert.ConversionService;
import org.springframework.binding.expression.Expression;
import org.springframework.binding.expression.ExpressionParser;
import org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser;
import org.springframework.vali... | UTF-8 | Java | 1,307 | java | CustomMvcViewFactoryCreator.java | Java | [] | null | [] | package foo.bar;
import org.springframework.binding.convert.ConversionService;
import org.springframework.binding.expression.Expression;
import org.springframework.binding.expression.ExpressionParser;
import org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser;
import org.springframework.vali... | 1,307 | 0.864575 | 0.861515 | 34 | 37.441177 | 31.889692 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 12 |
ab64eab27de380ac8230855d8e1260ba1b946a65 | 12,704,513,318,955 | 2913e74be284c5b9c49fa0ad483915afcbcbe9d7 | /src/main/java/io/hops/metadata/yarn/entity/FiCaSchedulerNodeInfos.java | 46d33d621e1069447aae5099d1d5d8aa00f47b7b | [
"Apache-2.0"
] | permissive | akyekth/hops-metadata-dal | https://github.com/akyekth/hops-metadata-dal | d566be7f27b967fb1e77ef48ce0e5b15f322275e | cc5a6307d16203fdd8cf402cce843d6a374d633f | refs/heads/master | 2021-01-11T19:09:47.388000 | 2016-11-02T15:04:43 | 2016-11-02T15:04:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package io.hops.metadata.yarn.entity;
import java.util.ArrayList;
import java.util.List;
public class FiCaSchedulerNodeInfos {
FiC... | UTF-8 | Java | 1,494 | java | FiCaSchedulerNodeInfos.java | Java | [] | 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 io.hops.metadata.yarn.entity;
import java.util.ArrayList;
import java.util.List;
public class FiCaSchedulerNodeInfos {
FiC... | 1,494 | 0.760375 | 0.760375 | 61 | 23.491804 | 22.948711 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344262 | false | false | 12 |
f146150f2675b85007b6eade89d9e271c2d74d98 | 26,912,265,098,020 | 89f64e3aa6f4d3a51e7d9fe7af08798d2eb0ca36 | /task1/src/main/java/config/byxml/beans/C.java | a3ed94102ea09fbb99d03b1ac67064087c48c27b | [] | no_license | nikita123412/hey | https://github.com/nikita123412/hey | c9bfcd9fea8bf80f385031f1d63378f246e17e3d | 726ae1f1b6665b4b014b9173f400964743c1ae0f | refs/heads/master | 2022-12-24T09:54:51.090000 | 2019-08-23T11:11:28 | 2019-08-23T11:11:28 | 203,982,737 | 0 | 0 | null | false | 2022-12-16T00:39:59 | 2019-08-23T11:06:41 | 2019-08-23T11:11:35 | 2022-12-16T00:39:57 | 58 | 0 | 0 | 3 | Java | false | false | package config.byxml.beans;
import org.springframework.beans.factory.annotation.Autowired;
public class C {
private String cName;
@Autowired
public C(String cName) {
this.cName = cName;
}
public String getCName() {
return cName;
}
public void setCName(String cName) {
... | UTF-8 | Java | 353 | java | C.java | Java | [] | null | [] | package config.byxml.beans;
import org.springframework.beans.factory.annotation.Autowired;
public class C {
private String cName;
@Autowired
public C(String cName) {
this.cName = cName;
}
public String getCName() {
return cName;
}
public void setCName(String cName) {
... | 353 | 0.631728 | 0.631728 | 20 | 16.65 | 16.377653 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 12 |
0f538875db7e9605f9cc9a2bc8723f42a0b604c0 | 25,821,343,445,021 | 8e54fa82d6286e430794e42390956be9a2e773c1 | /src/main/java/com/shiyamtj/helpers/GenericHelper.java | b03d8d74f2b303d0d2855cbc4841594ef7d80920 | [] | no_license | shiyamtj/BDDFrameworkMJ | https://github.com/shiyamtj/BDDFrameworkMJ | 517c03c089c170b36afbb2b366d4668986dcdc27 | 133eca53706bcca552097b01ae584f07288d3543 | refs/heads/master | 2020-03-20T04:28:11.546000 | 2018-06-13T08:34:07 | 2018-06-13T08:34:07 | 137,184,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shiyamtj.helpers;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import java.io.File;
import java.io.IOException;
public class GenericHelper {
private static GenericHelper genericHelper;
... | UTF-8 | Java | 1,319 | java | GenericHelper.java | Java | [] | null | [] | package com.shiyamtj.helpers;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import java.io.File;
import java.io.IOException;
public class GenericHelper {
private static GenericHelper genericHelper;
... | 1,319 | 0.666414 | 0.666414 | 45 | 28.311111 | 26.760521 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 12 |
002d14dcc61c19b76d64fcee2352c0dcb93878b8 | 12,558,484,411,608 | 0e82cbf541977412d232f63cc286fb09b79705fc | /Web-DB/src/com/niranjan/spring/web/Dao/jobsadda.java | 31f8d62420a7d775301f51c882436a0676066687 | [] | no_license | niranjan-kmit/SpringFramework | https://github.com/niranjan-kmit/SpringFramework | a57f68c8c2ce87cc4d07172f2a91f970804324c0 | b34a75116e381e334e0f7e8d022e9ffab55e8152 | refs/heads/master | 2021-01-10T05:43:27.983000 | 2015-06-04T19:15:30 | 2015-06-04T19:15:30 | 36,850,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niranjan.spring.web.Dao;
public class jobsadda {
private int id;
private String company;
private String postdate;
private String lastdate;
private String place;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getCompany() {
return company;
}
pub... | UTF-8 | Java | 954 | java | jobsadda.java | Java | [] | null | [] | package com.niranjan.spring.web.Dao;
public class jobsadda {
private int id;
private String company;
private String postdate;
private String lastdate;
private String place;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getCompany() {
return company;
}
pub... | 954 | 0.667715 | 0.667715 | 50 | 18.08 | 16.236797 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.64 | false | false | 12 |
0e89b421d348a2c1323c91f0d43ea8b4b97e94b0 | 584,115,605,340 | cc89e2c307c73ecc2580efce04edbc75221b76ea | /src/org/hackyourlife/gcn/dsp/RS02.java | a1916442bf467592e9044e36b91f24aa2fec0548 | [] | no_license | hackyourlife/brstm | https://github.com/hackyourlife/brstm | 5294ad1176b1759290d2c7ef424c9cee07f5ba47 | 910ec5103f37e7c6234d28ecc50bd746f63874ab | refs/heads/master | 2021-01-14T08:41:26.288000 | 2020-04-25T23:31:35 | 2020-04-25T23:31:35 | 24,235,984 | 6 | 4 | null | false | 2017-04-05T20:39:51 | 2014-09-19T15:55:58 | 2017-03-07T16:33:47 | 2017-04-04T20:15:08 | 18 | 0 | 1 | 1 | Java | null | null | package org.hackyourlife.gcn.dsp;
import java.io.IOException;
import java.io.RandomAccessFile;
public class RS02 implements Stream {
long sample_count;
long nibble_count;
long sample_rate;
int format;
int loop_flag;
long loop_start_offset;
long loop_end_offset;
long channel_count;
int coef[][]; /* really 8x2... | UTF-8 | Java | 4,306 | java | RS02.java | Java | [] | null | [] | package org.hackyourlife.gcn.dsp;
import java.io.IOException;
import java.io.RandomAccessFile;
public class RS02 implements Stream {
long sample_count;
long nibble_count;
long sample_rate;
int format;
int loop_flag;
long loop_start_offset;
long loop_end_offset;
long channel_count;
int coef[][]; /* really 8x2... | 4,306 | 0.641895 | 0.612634 | 173 | 23.890173 | 21.697462 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.179191 | false | false | 12 |
761f3617747434c6ecdf33336b4ae4b7f24012a0 | 11,003,706,252,129 | 733e2fcb9c19c4d1f675c2be8764ec55efe35907 | /src/main/java/com/jtrent238/moretrophies/MoreTrophies.java | a3f6a93373f7bfa5606601a77d6e14d8ae96bf50 | [] | no_license | hidalgoarlene60/More-Trophies | https://github.com/hidalgoarlene60/More-Trophies | f00c9690ca0270e4b8bd242bea369fe5fc778a00 | 4885e83bfdf9359ee0b13b4bfd35af33d214b8d8 | refs/heads/master | 2020-03-30T00:00:43.835000 | 2018-06-26T22:54:42 | 2018-06-26T22:54:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jtrent238.moretrophies;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import org.apache.logging.log4j.Level;
import com.jim.obscore.OCClientConfig;
import com.ji... | UTF-8 | Java | 31,433 | java | MoreTrophies.java | Java | [] | null | [] | package com.jtrent238.moretrophies;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import org.apache.logging.log4j.Level;
import com.jim.obscore.OCClientConfig;
import com.ji... | 31,433 | 0.650876 | 0.643368 | 961 | 30.708637 | 26.25946 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.566077 | false | false | 12 |
09637e730a283dd2e50e1b3c278cbad937186c35 | 17,179,934,307 | d9b6f98afec907faa5fc2bc0cb951930092b4d34 | /src/main/java/cn/zjdyms/spring/io/Resource.java | 56d385007e644a926f5acf29f259ca19f5581236 | [] | no_license | zjdym/spring-core | https://github.com/zjdym/spring-core | 7ea88bb01865545b32af00c294adb319741cf6ad | 16607a74baebbf9dc7027424409592bed25cad00 | refs/heads/master | 2021-08-20T06:59:45.192000 | 2017-11-28T13:03:08 | 2017-11-28T13:03:08 | 106,690,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.zjdyms.spring.io;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.net.URL;
/**
* 通用的文件处理,各种资源统一整合,不仅仅处理文件系统的文件,还能整合处理各类
* @author alen
*
*/
public interface Resource extends InputStreamSource{
//是否存在
/**
* 资源是否存在
* @return
*/
boolean isExit();
//是否可读
/**... | UTF-8 | Java | 1,666 | java | Resource.java | Java | [
{
"context": " 通用的文件处理,各种资源统一整合,不仅仅处理文件系统的文件,还能整合处理各类\n * @author alen\n *\n */\npublic interface Resource extends InputStr",
"end": 183,
"score": 0.9991146326065063,
"start": 179,
"tag": "USERNAME",
"value": "alen"
}
] | null | [] | package cn.zjdyms.spring.io;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.net.URL;
/**
* 通用的文件处理,各种资源统一整合,不仅仅处理文件系统的文件,还能整合处理各类
* @author alen
*
*/
public interface Resource extends InputStreamSource{
//是否存在
/**
* 资源是否存在
* @return
*/
boolean isExit();
//是否可读
/**... | 1,666 | 0.62785 | 0.62785 | 92 | 12.347826 | 12.636588 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076087 | false | false | 12 |
37939d3c6fb5d3055ae5fcfcd94c9d19b5e895b1 | 19,335,942,824,285 | ad195ca16744602d9b5b66349126d8b8284bcc88 | /src/com/company/lab10_ex02.java | ce11950b01abe39b20844f15b631977cdb9f32d2 | [] | no_license | quetion667/laba10_11_java | https://github.com/quetion667/laba10_11_java | f54e0958651809166a0bec14515861b143a0eea2 | 260dc71a0689f064b613da2acf8835dd2b319cc7 | refs/heads/master | 2022-10-05T15:24:16.790000 | 2020-06-08T04:06:16 | 2020-06-08T04:06:16 | 270,521,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
public class lab10_ex02 {
public static void readAllByte(InputStream in) throws IOException {
while (true) {
int one... | UTF-8 | Java | 1,608 | java | lab10_ex02.java | Java | [] | null | [] | package com.company;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
public class lab10_ex02 {
public static void readAllByte(InputStream in) throws IOException {
while (true) {
int one... | 1,608 | 0.506246 | 0.497699 | 48 | 29.479166 | 23.028957 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 12 |
023e5ec774a60b7976636c153c03e2a8e4abac6f | 6,184,752,922,228 | 352f01386b6ccbe037abb4d9017d78ee9ec9c1f9 | /webShop/src/main/java/hr/java/web/radanovic/webShop/repository/HibSellerRep.java | ee413ed5daf431f3bd279f51affb875f44aff4c9 | [] | no_license | dradanovi/webshopproject | https://github.com/dradanovi/webshopproject | ab69206fcd0e83cecafa118127e935f3a8a4fbbf | f52c3c493dcd8e91bb5794421b1db3f2b92f1c03 | refs/heads/master | 2022-10-16T22:26:47.437000 | 2020-06-11T19:14:55 | 2020-06-11T19:14:55 | 268,174,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.java.web.radanovic.webShop.repository;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;
import javax.persistence.StoredProcedureQuery;
impo... | UTF-8 | Java | 3,654 | java | HibSellerRep.java | Java | [] | null | [] | package hr.java.web.radanovic.webShop.repository;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;
import javax.persistence.StoredProcedureQuery;
impo... | 3,654 | 0.705254 | 0.703886 | 138 | 24.47826 | 21.71162 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.543478 | false | false | 12 |
f7d882fe05ace4dce2856056993863ca180d9f66 | 27,668,179,330,657 | eec70bee2aacbbf3ab8263b92b8938bda57cb8d0 | /app/src/main/java/com/example/capstoneproject/widget/SubjectWidget.java | f6847fd9e2ff7c352d3f649881dedd4c3e1dfccd | [] | no_license | Arta0613/CapstoneProject | https://github.com/Arta0613/CapstoneProject | 928627fa226185deba8246d86aec61c60220f791 | 88b178b88ff8aae1b7aa05284aa6c1452d0fffb1 | refs/heads/master | 2022-12-27T21:54:11.723000 | 2020-06-08T01:21:42 | 2020-06-08T01:21:42 | 267,477,036 | 0 | 0 | null | false | 2020-10-02T21:27:09 | 2020-05-28T02:45:28 | 2020-06-08T01:21:55 | 2020-10-02T21:27:09 | 590 | 0 | 0 | 0 | Java | false | false | package com.example.capstoneproject.widget;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.content.Intent;
import android.util.TypedValue;
import android.widget.RemoteViews;
import androidx.annotat... | UTF-8 | Java | 5,944 | java | SubjectWidget.java | Java | [] | null | [] | package com.example.capstoneproject.widget;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.content.Intent;
import android.util.TypedValue;
import android.widget.RemoteViews;
import androidx.annotat... | 5,944 | 0.698351 | 0.697005 | 138 | 42.079712 | 34.519699 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.