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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0718f336f39c58f81f5f6ae87f2e903e7f8738cb | 18,004,502,952,444 | 98598b243082650fc4ae7154461052379c0d74f9 | /src/com/company/Plants/Guarana.java | a6e0cf671f646d991191fec94f1505297ed66cbd | [] | no_license | andrzejboni/Virtual-Word | https://github.com/andrzejboni/Virtual-Word | fedaf29461ee27abac364b7b632dcf55aa907a84 | ff2e0958ba1d93b1f586c82ee2b3376d9766c4cb | refs/heads/master | 2021-06-26T06:15:42.852000 | 2020-01-10T14:43:18 | 2020-01-10T14:43:18 | 151,121,702 | 0 | 0 | null | false | 2020-10-13T18:45:50 | 2018-10-01T16:38:03 | 2020-01-10T14:43:21 | 2020-10-13T18:45:48 | 42 | 0 | 0 | 2 | Java | false | false | package com.company.Plants;
import com.company.Plant;
import com.company.World;
public class Guarana extends Plant {
public Guarana(World world, int width, int height) {
super(world, width, height);
power = 0;
initiative = 0;
type = 'G';
}
public char draw() {
retu... | UTF-8 | Java | 338 | java | Guarana.java | Java | [] | null | [] | package com.company.Plants;
import com.company.Plant;
import com.company.World;
public class Guarana extends Plant {
public Guarana(World world, int width, int height) {
super(world, width, height);
power = 0;
initiative = 0;
type = 'G';
}
public char draw() {
retu... | 338 | 0.597633 | 0.591716 | 18 | 17.777779 | 15.382369 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
e6e4cbaa42afd3a6318efee136b315667c6def56 | 23,648,089,984,157 | dacd60daf8c30719ae334f5a8840fb8e5ee411d0 | /app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Condition.java | 2c1478737e1f9f32acb401867045176a2539a5f9 | [
"Apache-2.0"
] | permissive | Bhavin789/appsmith | https://github.com/Bhavin789/appsmith | 64b924254826488885509a6524c4d036d01799d8 | 3fd5edad11e676d05a7782deefe5079f381a3f28 | refs/heads/release | 2023-08-24T13:41:09.434000 | 2021-10-29T07:06:29 | 2021-10-29T07:06:29 | 414,327,497 | 1 | 0 | Apache-2.0 | true | 2021-10-06T18:28:46 | 2021-10-06T18:28:45 | 2021-10-06T18:03:32 | 2021-10-06T18:06:28 | 200,644 | 0 | 0 | 0 | null | false | false | package com.appsmith.external.models;
import com.appsmith.external.constants.ConditionalOperator;
import com.appsmith.external.constants.DataType;
import com.appsmith.external.exceptions.pluginExceptions.AppsmithPluginError;
import com.appsmith.external.exceptions.pluginExceptions.AppsmithPluginException;
import com.f... | UTF-8 | Java | 2,844 | java | Condition.java | Java | [] | null | [] | package com.appsmith.external.models;
import com.appsmith.external.constants.ConditionalOperator;
import com.appsmith.external.constants.DataType;
import com.appsmith.external.exceptions.pluginExceptions.AppsmithPluginError;
import com.appsmith.external.exceptions.pluginExceptions.AppsmithPluginException;
import com.f... | 2,844 | 0.656118 | 0.655767 | 87 | 31.689655 | 29.132006 | 148 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574713 | false | false | 2 |
a840062bc705355832c65e90c4588ab392e9f697 | 23,648,089,983,011 | d1e8edab08445b6f8e92d44dda4e2615a5c875bf | /boxfoodology/src/com/boxfoodology/controller/OurStoryController.java | f31daab2db35e62845fab5510fea93f2aea59a50 | [] | no_license | coans/boxfoodology | https://github.com/coans/boxfoodology | dc188753380a37bc713b5d3eddd3d3d20d824b78 | d3db31f127dde3d37424d908e442d10806bbcb7d | refs/heads/master | 2020-03-07T02:12:07.156000 | 2018-07-08T13:06:03 | 2018-07-08T13:06:03 | 127,202,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boxfoodology.controller;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spring... | UTF-8 | Java | 1,069 | java | OurStoryController.java | Java | [] | null | [] | package com.boxfoodology.controller;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spring... | 1,069 | 0.803555 | 0.803555 | 35 | 29.542856 | 29.449562 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 2 |
5a9aaf1bcf43a31fd16c22760a536c287e816617 | 24,618,752,551,191 | bb2b8bdf7948911895df14025fa45c787a467ce2 | /app/src/main/java/com/desafio/githubsearchjavapop/ui/main/adapter/RepositoryAdapter.java | 3b7697186bab6567acd54fd6a4f4ca8b60bb3553 | [] | no_license | mararosa/GitHubSearchJavaRepo | https://github.com/mararosa/GitHubSearchJavaRepo | 880d0a488a34066f31593a898b9d8c99c5cefa8a | 49e73a9376cb391ffa9df33f854b735a8dcc897e | refs/heads/master | 2022-11-18T21:45:24.922000 | 2020-07-20T00:04:12 | 2020-07-20T00:04:12 | 279,342,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.desafio.githubsearchjavapop.ui.main.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.desafio.githubsearchjavapop.R;
import ... | UTF-8 | Java | 1,744 | java | RepositoryAdapter.java | Java | [] | null | [] | package com.desafio.githubsearchjavapop.ui.main.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.desafio.githubsearchjavapop.R;
import ... | 1,744 | 0.738532 | 0.737959 | 56 | 30.125 | 28.958136 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 2 |
a3f89b9090b088460e35ada2de21336da497ebf5 | 22,874,995,888,471 | 3d8d31c0173b2317fce6579cb5510b7a745381d1 | /HW9/symtable/ClassIRTinfo.java | 0cc3d5145edeb8e48a1c237b9d42db1fe9b73bf9 | [] | no_license | CaseyMcGuire/CS481 | https://github.com/CaseyMcGuire/CS481 | 2b97ff260e25de720281fa551aef7fad692c4041 | 5e25caf3439bf24e0cf6ff983d99756b6a9887a2 | refs/heads/master | 2015-08-19T19:24:26 | 2015-05-14T06:55:53 | 2015-05-14T06:55:53 | 29,703,878 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package symtable;
import java.util.HashMap;
public class ClassIRTinfo {
private int words;//The number of words that this class must allocate when its created
HashMap<String, Integer> offsets;
public ClassIRTinfo(int offset)
{
this.offsets = new HashMap<String, Integer>();
this.words = offset;
}
pu... | UTF-8 | Java | 621 | java | ClassIRTinfo.java | Java | [] | null | [] | package symtable;
import java.util.HashMap;
public class ClassIRTinfo {
private int words;//The number of words that this class must allocate when its created
HashMap<String, Integer> offsets;
public ClassIRTinfo(int offset)
{
this.offsets = new HashMap<String, Integer>();
this.words = offset;
}
pu... | 621 | 0.695652 | 0.695652 | 36 | 16.25 | 20.653727 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.527778 | false | false | 2 |
c5c8a0e513d45323dfbf270964dfa2f935c5c9ae | 22,505,628,638,031 | 2f62ed3059be2c538db54f95b917f7bbb6e63474 | /src/main/java/com/four/dao/GbyDao.java | d301122595fdef6eb245b4e73e9aef431edbb96b | [] | no_license | ningmengpwp/four-real_estate-provider | https://github.com/ningmengpwp/four-real_estate-provider | 05f26860b64d9bc283dd94cc5efe827716cb9935 | 367b2d41f74f0d0eb092a516cd9c6ab77ca38444 | refs/heads/master | 2020-03-18T19:12:33.989000 | 2018-06-04T06:18:20 | 2018-06-04T06:18:20 | 135,141,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.four.dao;
import com.four.entity.*;
import org.apache.ibatis.annotations.*;
import java.util.List;
import java.util.Map;
@Mapper
public interface GbyDao {
@Select("select * from t_apartment t order by t.xuhao asc ")
List<Apartment> queryApartment();
@Select("select count(xuhao) from t_apar... | UTF-8 | Java | 7,323 | java | GbyDao.java | Java | [] | null | [] | package com.four.dao;
import com.four.entity.*;
import org.apache.ibatis.annotations.*;
import java.util.List;
import java.util.Map;
@Mapper
public interface GbyDao {
@Select("select * from t_apartment t order by t.xuhao asc ")
List<Apartment> queryApartment();
@Select("select count(xuhao) from t_apar... | 7,323 | 0.664755 | 0.662843 | 128 | 56.21875 | 65.771378 | 712 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.226563 | false | false | 2 |
a4f568e238d34cac7141e82af606ee3a1c78bbda | 25,056,839,231,399 | c90ac305e2fe67cc1fd670f8fea59931ddd66dbb | /src/karrus/shared/hibernate/LfMarker.java | cb94e443c9491188c9d6b094cbcd3cde46999520 | [] | no_license | duttod/test_window | https://github.com/duttod/test_window | a8d4c180e997f2e36c5cdffe30b9f6ee74d8b340 | 4a7784e57015ae3926bcbcefdb0025928cbad2ef | refs/heads/main | 2023-02-10T14:39:14.957000 | 2021-01-04T14:42:29 | 2021-01-04T14:57:51 | 326,712,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package karrus.shared.hibernate;
import net.sf.gilead.pojo.gwt.LightEntity;
/**
* LfMarker generated by hbm2java.
*
* Custom pojo generation. Generated: 28 janv. 2020 16:50:06.
*
* @author Denis Jacquet (denis.jacquet@karrus-its.com)
*
*/
public class LfMarker extends LightEntity implements java.io.Serializabl... | UTF-8 | Java | 1,872 | java | LfMarker.java | Java | [
{
"context": ". Generated: 28 janv. 2020 16:50:06.\n *\n * @author Denis Jacquet (denis.jacquet@karrus-its.com)\n *\n */\npublic clas",
"end": 209,
"score": 0.9998704791069031,
"start": 196,
"tag": "NAME",
"value": "Denis Jacquet"
},
{
"context": "janv. 2020 16:50:06.\n *\n * @author... | null | [] | package karrus.shared.hibernate;
import net.sf.gilead.pojo.gwt.LightEntity;
/**
* LfMarker generated by hbm2java.
*
* Custom pojo generation. Generated: 28 janv. 2020 16:50:06.
*
* @author <NAME> (<EMAIL>)
*
*/
public class LfMarker extends LightEntity implements java.io.Serializable {
private String id;
pr... | 1,844 | 0.719551 | 0.712073 | 99 | 17.90909 | 19.397017 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.282828 | false | false | 2 |
d0120a1ecbfbde1f15e801feb6f5774bbf8c88ce | 4,303,557,235,090 | 20e334197e0b4f697ff4638f15bb5ef2d6ae8106 | /src/Jobhunter.java | b3adf0f1d6ef7a904432127dd0d9e5c32058feac | [] | no_license | iswangaiguo/server | https://github.com/iswangaiguo/server | 7c0c41660981d9f91fcc9bbfc1185d52dc2b4619 | ef63013847acbd05ffde0356544ed138499b40a2 | refs/heads/master | 2020-03-14T17:15:52.088000 | 2018-05-01T13:23:07 | 2018-05-01T13:23:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import ja... | UTF-8 | Java | 2,377 | java | Jobhunter.java | Java | [
{
"context": "serId\", result.getString(\"userId\"));\n\t\t\t\tmap.put(\"userName\", result.getString(\"userName\"));\n\t\t\t\tmap.put(\"wil",
"end": 1568,
"score": 0.8689213395118713,
"start": 1560,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "rId\"));\n\t\t\t\tmap.put(\"... | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import ja... | 2,377 | 0.716449 | 0.715187 | 77 | 29.870131 | 26.398224 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.415584 | false | false | 2 |
cb31f1d7fa2c5e739784f32a48af793761d0053e | 22,170,621,234,001 | 62c64ffcb57de7e568e02efefbba359650e38e57 | /Mail_Server/ClientHandler.java | 58b35132dbebbee17f00c65f2b2ddef9ccbde25b | [] | no_license | sudikrt/Mail_server_-LAN- | https://github.com/sudikrt/Mail_server_-LAN- | 1754b89ab90331406da6d464d5d900cd0681d6e2 | 94b80b94c8d8c9e0a14dd11c0ca5ab6166a49adc | refs/heads/master | 2021-06-09T03:22:27.694000 | 2021-06-02T14:32:06 | 2021-06-02T14:32:06 | 52,087,926 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.net.*;
import java.util.*;
class ClientHandler extends Thread
{
private Socket client;
private ObjectInputStream objectIn;
private ObjectOutputStream objectOut;
public ClientHandler(Socket socket)
{
client=socket;
}
public synchronized void run()
{
try
{
se... | UTF-8 | Java | 5,494 | java | ClientHandler.java | Java | [] | null | [] | import java.io.*;
import java.net.*;
import java.util.*;
class ClientHandler extends Thread
{
private Socket client;
private ObjectInputStream objectIn;
private ObjectOutputStream objectOut;
public ClientHandler(Socket socket)
{
client=socket;
}
public synchronized void run()
{
try
{
se... | 5,494 | 0.643429 | 0.641063 | 228 | 22.087719 | 19.719107 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.087719 | false | false | 2 |
c2978e7bf7d612089439acdb08d2a4c6af95bd8e | 1,692,217,141,941 | 92aac07cc0c6f198fbc4ba9382c3abb7bed3dd52 | /src/main/java/org/nest/spl/symboltable/CommonSPLSymbolTableCreator.java | 49832a3bd540d52625a2c4d147eed27e44580d99 | [] | no_license | jeliason/nestml | https://github.com/jeliason/nestml | 66a20b8791351e8849c24db99db2cb3cd2571f61 | 307ad9d6da5f6404a65cbead9906c7869da9976c | refs/heads/master | 2017-04-28T16:11:41.712000 | 2016-07-04T19:12:33 | 2016-07-04T19:12:33 | 62,477,493 | 0 | 0 | null | true | 2016-07-03T02:07:54 | 2016-07-03T02:07:53 | 2016-04-22T12:39:39 | 2016-07-01T13:30:13 | 1,566 | 0 | 0 | 0 | null | null | null | /*
* Copyright (c) 2015 RWTH Aachen. All rights reserved.
*
* http://www.se-rwth.de/
*/
package org.nest.spl.symboltable;
import de.monticore.symboltable.CommonSymbolTableCreator;
import de.monticore.symboltable.MutableScope;
import de.monticore.symboltable.ResolverConfiguration;
import org.nest.symboltable.predef... | UTF-8 | Java | 770 | java | CommonSPLSymbolTableCreator.java | Java | [
{
"context": "/*\n * Copyright (c) 2015 RWTH Aachen. All rights reserved.\n *\n * http://www.se-rwth.de",
"end": 36,
"score": 0.7592672109603882,
"start": 25,
"tag": "NAME",
"value": "RWTH Aachen"
}
] | null | [] | /*
* Copyright (c) 2015 <NAME>. All rights reserved.
*
* http://www.se-rwth.de/
*/
package org.nest.spl.symboltable;
import de.monticore.symboltable.CommonSymbolTableCreator;
import de.monticore.symboltable.MutableScope;
import de.monticore.symboltable.ResolverConfiguration;
import org.nest.symboltable.predefined.... | 765 | 0.761039 | 0.751948 | 28 | 26.5 | 26.238604 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 2 |
af2a97af716aaf882dc3820212fb9a1de921772f | 31,086,973,319,620 | cae99a8eb3dcc626e404dc5e66cff4b01efb34a1 | /server/src/main/java/seng302/Polars/PolarRatio.java | 86f72e94f8c52e999c4ee48c14f7a7c38e7461e2 | [] | no_license | sambatesnz/Sail.io | https://github.com/sambatesnz/Sail.io | c805747721177e91dd000d070d7f8dc9b0f969cb | 1ab66fe3fc785e6b49e09c36f047cebe096ac892 | refs/heads/master | 2020-03-21T15:05:52.853000 | 2017-09-28T03:53:40 | 2017-09-28T03:53:40 | 138,694,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package seng302.Polars;
/**
* Enum for polar ratios based on the angle to the wind
*/
public enum PolarRatio {
ANGLE0(1.162),
ANGLE15(1.5275),
ANGLE30(1.893),
ANGLE45(1.9205),
ANGLE60(1.948),
ANGLE75(1.9195),
ANGLE90(1.891),
ANGLE105(1.712),
ANGLE120(1.532),
ANGLE135(1.144),
... | UTF-8 | Java | 539 | java | PolarRatio.java | Java | [] | null | [] | package seng302.Polars;
/**
* Enum for polar ratios based on the angle to the wind
*/
public enum PolarRatio {
ANGLE0(1.162),
ANGLE15(1.5275),
ANGLE30(1.893),
ANGLE45(1.9205),
ANGLE60(1.948),
ANGLE75(1.9195),
ANGLE90(1.891),
ANGLE105(1.712),
ANGLE120(1.532),
ANGLE135(1.144),
... | 539 | 0.589981 | 0.430427 | 32 | 15.84375 | 12.209395 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 2 |
9ce40f216c35f235327b60368e13754f3cc85d32 | 32,727,650,835,376 | d0971c24fe47bb70589b2640eacb54e6dcbfdd88 | /src/org/adaitw/generacion8va/fundamentosjava/lineal/Ejercicio2.java | 45f3a3f84342e7129d8abacbf3c5061efbb31240 | [] | no_license | AlejBravo/Curso_Java | https://github.com/AlejBravo/Curso_Java | e27f3075c6956d519c3286449861f6ddc8b14d14 | 7057db19bff088d65ca86be9dad845aa2012261c | refs/heads/main | 2023-07-19T10:52:38.509000 | 2021-09-10T23:23:33 | 2021-09-10T23:23:33 | 404,513,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clase.ada.clase11;
import java.util.Scanner;
/*
Una empresa importadora desea determinar cuántos dólares puede adquirir con equis cantidad de dinero mexicano.
Realice un diagrama de flujo y pseudocódigo que representen el algoritmo para tal fin.
*/
public class Ejercicio2 {
public static void main(String[... | UTF-8 | Java | 863 | java | Ejercicio2.java | Java | [] | null | [] | package clase.ada.clase11;
import java.util.Scanner;
/*
Una empresa importadora desea determinar cuántos dólares puede adquirir con equis cantidad de dinero mexicano.
Realice un diagrama de flujo y pseudocódigo que representen el algoritmo para tal fin.
*/
public class Ejercicio2 {
public static void main(String[... | 863 | 0.697674 | 0.693023 | 20 | 42 | 30.930567 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 2 |
5ccf5afcc87d65710f52812fa7c784a9a90de3b9 | 27,401,891,368,404 | d60bd7144cb4428a6f7039387c3aaf7b295ecc77 | /ScootAppSource/com/parse/OfflineStore$30.java | 51074161c0e583d0a4394b821d697983d851d5f8 | [] | no_license | vaquarkhan/Scoot-mobile-app | https://github.com/vaquarkhan/Scoot-mobile-app | 4f58f628e7e2de0480f7c41998cdc38100dfef12 | befcfb58c1dccb047548f544dea2b2ee187da728 | refs/heads/master | 2020-06-10T19:14:25.985000 | 2016-12-08T04:39:10 | 2016-12-08T04:39:10 | 75,902,491 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.parse;
import a.l;
import a.m;
import a.o;
class OfflineStore$30
implements m<String, o<String>>
{
OfflineStore$30(OfflineStore paramOfflineStore, l paraml) {}
public o<String> then(o<String> paramo)
{
this.val$uuid.a(paramo.f());
return paramo;
}
}
/* Location: D:\Andr... | UTF-8 | Java | 459 | java | OfflineStore$30.java | Java | [] | null | [] | package com.parse;
import a.l;
import a.m;
import a.o;
class OfflineStore$30
implements m<String, o<String>>
{
OfflineStore$30(OfflineStore paramOfflineStore, l paraml) {}
public o<String> then(o<String> paramo)
{
this.val$uuid.a(paramo.f());
return paramo;
}
}
/* Location: D:\Andr... | 459 | 0.655773 | 0.618736 | 23 | 19 | 23.900154 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 2 |
7662a4827b4d1ac776bc3d3d22bbc0c557165754 | 953,482,785,697 | c1f3da1c585bb6228aae5328a9c66259b17ae9c4 | /Group 7/test/android/support/v4/app/ActivityCompat$OnRequestPermissionsResultCallback.java | e4ee885e191214d74a604ef97e8732f9838f890d | [] | no_license | cchr158/cchr158First | https://github.com/cchr158/cchr158First | 75132da480cd62a10003a2d0bef6a87ced929cb1 | 65397ff205bfbc49980908b501d162dfb20f921f | refs/heads/master | 2016-12-13T19:02:31.971000 | 2016-05-12T10:19:41 | 2016-05-12T10:19:41 | 35,201,460 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.support.v4.app;
import android.support.annotation.NonNull;
public interface ActivityCompat$OnRequestPermissionsResultCallback {
void onRequestPermissionsResult(int var1, @NonNull String[] var2, @NonNull int[] var3);
}
| UTF-8 | Java | 239 | java | ActivityCompat$OnRequestPermissionsResultCallback.java | Java | [] | null | [] | package android.support.v4.app;
import android.support.annotation.NonNull;
public interface ActivityCompat$OnRequestPermissionsResultCallback {
void onRequestPermissionsResult(int var1, @NonNull String[] var2, @NonNull int[] var3);
}
| 239 | 0.811715 | 0.794979 | 7 | 33.142857 | 33.297054 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 2 |
143ab64178495b68a587a135bc72ed00f107091c | 14,388,140,480,166 | 95c43e1833bf0077653014494646557128daa1c2 | /app/src/main/java/ie/programmer/popularmovies/data/Favourite.java | 7f2fddb51794b26ae10bd37151159ebd37764809 | [] | no_license | ernan/PopularMovies | https://github.com/ernan/PopularMovies | a21c4f9dd1dfa3267da1b9296989cd96298a9792 | 8e1325bc500a131319d7b50b681833473aa24970 | refs/heads/master | 2015-09-25T07:24:37.429000 | 2015-09-04T21:37:29 | 2015-09-04T21:37:29 | 39,792,407 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ie.programmer.popularmovies.data;
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
/**
* Entity mapped to table FAVOURITE.
*/
public class Favourite {
private Long id;
private java.util.Date date;
public Favourite() {
}
public Favourite(... | UTF-8 | Java | 730 | java | Favourite.java | Java | [] | null | [] | package ie.programmer.popularmovies.data;
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
/**
* Entity mapped to table FAVOURITE.
*/
public class Favourite {
private Long id;
private java.util.Date date;
public Favourite() {
}
public Favourite(... | 730 | 0.580822 | 0.580822 | 41 | 16.804878 | 19.431204 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 2 |
05b911703932f58faf8f2cb1da8d468a5bb90516 | 25,769,803,813,801 | e6af7e60b606c05bbff29a3142dda8996dc59ab8 | /src/main/java/com/baziaking/blackjack/domain/service/AccountService.java | b87b17f94aebb56eef2f98cfa99d325e8840af36 | [] | no_license | kalaharis/blackjack-resftful | https://github.com/kalaharis/blackjack-resftful | 149ead8b9fd3569fa43fd931d09b173cf20a82a9 | cff0c95fd64639daecec63e6e682e12e1afed053 | refs/heads/master | 2017-12-04T00:51:40.749000 | 2016-07-25T12:57:58 | 2016-07-25T12:57:58 | 46,875,729 | 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.baziaking.blackjack.domain.service;
import com.baziaking.blackjack.domain.exception.DomainException;
import com.ba... | UTF-8 | Java | 764 | java | AccountService.java | Java | [
{
"context": "nt;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author arahis\r\n */\r\npublic interface AccountService {\r\n\r\n publ",
"end": 413,
"score": 0.8971195220947266,
"start": 407,
"tag": "USERNAME",
"value": "arahis"
}
] | 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.baziaking.blackjack.domain.service;
import com.baziaking.blackjack.domain.exception.DomainException;
import com.ba... | 764 | 0.752618 | 0.752618 | 26 | 27.384615 | 30.075644 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 2 |
8a8bd3640f7bad1338b56c60e8158c9e4cee03c5 | 8,315,056,729,626 | 1f65e87983cb2f9e9a5683bd11259b1283784d43 | /app/src/main/java/com/skypremiuminternational/app/domain/models/cart/AddCartItemCountRequest.java | 113844fda20d2309aa2549d033705c15b0f5da95 | [] | no_license | tonyanangel/Skypremium2 | https://github.com/tonyanangel/Skypremium2 | c40f8339be4f43e8b307e7654af7e788f36df575 | 7b510e184d23a16297b25ce77938ce9ba5e4624a | refs/heads/master | 2023-02-16T23:37:42.088000 | 2021-01-20T04:08:06 | 2021-01-20T04:08:06 | 331,189,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skypremiuminternational.app.domain.models.cart;
import androidx.annotation.Nullable;
/**
* Created by codigo on 9/2/18.
*/
public class AddCartItemCountRequest {
public final Cart cartItem;
public AddCartItemCountRequest(Cart cartItem) {
this.cartItem = cartItem;
}
public static class Ca... | UTF-8 | Java | 830 | java | AddCartItemCountRequest.java | Java | [
{
"context": "t androidx.annotation.Nullable;\n\n/**\n * Created by codigo on 9/2/18.\n */\n\npublic class AddCartItemCountRequ",
"end": 123,
"score": 0.9905891418457031,
"start": 117,
"tag": "USERNAME",
"value": "codigo"
}
] | null | [] | package com.skypremiuminternational.app.domain.models.cart;
import androidx.annotation.Nullable;
/**
* Created by codigo on 9/2/18.
*/
public class AddCartItemCountRequest {
public final Cart cartItem;
public AddCartItemCountRequest(Cart cartItem) {
this.cartItem = cartItem;
}
public static class Ca... | 830 | 0.662651 | 0.657831 | 36 | 22.055555 | 19.236748 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 2 |
c199e28a9578df742e8fc4aac2a7930c5cbd096e | 14,285,061,272,261 | 9e2564e9b051f129de1868e0216e99ce01e5d873 | /src/main/java/com/baofeng/carebay/controller/PosterController.java | 2eab9902eda91ea9204e89911d4fa8508f315325 | [] | no_license | renlr/survival-web | https://github.com/renlr/survival-web | 6fb3429563292d04a87d6b1a604e994583540522 | 4ecba1c659c90ceb941083aff4c74e3aed87066d | refs/heads/master | 2021-01-10T05:05:58.284000 | 2015-11-19T06:41:31 | 2015-11-19T06:41:31 | 46,473,513 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baofeng.carebay.controller;
import java.io.File;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.io.FileUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Reque... | UTF-8 | Java | 4,864 | java | PosterController.java | Java | [] | null | [] | package com.baofeng.carebay.controller;
import java.io.File;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.io.FileUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Reque... | 4,864 | 0.740911 | 0.737568 | 155 | 29.877419 | 27.629889 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.025806 | false | false | 2 |
31d28a591f7b1b1b93c3d43469384787de1dd128 | 1,322,849,980,324 | d28e48474a5afff07b325dbc2fdddfe87c14949d | /java/com/example/greeting/controller/AuthorizationManager.java | 20a20224c89eed9647893fcfff62b33e59af13c7 | [] | no_license | BalajiNgit/table-mate | https://github.com/BalajiNgit/table-mate | 1c802ac2a967f6aee9ba2150dcf72ae1f10aaabe | d06cea3ef9df81c930c8effa6e2dc599fe107788 | refs/heads/master | 2021-08-14T12:10:05.084000 | 2017-11-15T17:04:26 | 2017-11-15T17:07:57 | 110,862,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.greeting.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.spri... | UTF-8 | Java | 1,350 | java | AuthorizationManager.java | Java | [] | null | [] | package com.example.greeting.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
import org.spri... | 1,350 | 0.808889 | 0.808889 | 37 | 35.486488 | 27.95133 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.945946 | false | false | 2 |
06b95138bd42e97946e650bb844a5ad3750e0880 | 4,363,686,810,412 | a6ebfd5030daeea63452deff85144188d89c978f | /src/main/java/com/mobilapi/domain/customer/AuthToken.java | 16a5d9ee6ced6f8d9d16d8d5a229065297abe6f5 | [] | no_license | Rohatsahin/restfulapi_for_graduation-project | https://github.com/Rohatsahin/restfulapi_for_graduation-project | c9316bf5b0a0face2af22203fa93e83efaad39d2 | 084e6433b09e99eca200acf58f76fa74b9d0a779 | refs/heads/master | 2021-01-01T05:22:25.241000 | 2016-06-04T12:03:40 | 2016-06-04T12:03:40 | 57,219,185 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobilapi.domain.customer;
import org.mongodb.morphia.annotations.Embedded;
import org.mongodb.morphia.annotations.Entity;
@Entity(value = "auth_token", noClassnameStored = true)
public class AuthToken extends AbstractAuditableEntity {
private String token;
private String series;
@Embedded
... | UTF-8 | Java | 780 | java | AuthToken.java | Java | [] | null | [] | package com.mobilapi.domain.customer;
import org.mongodb.morphia.annotations.Embedded;
import org.mongodb.morphia.annotations.Entity;
@Entity(value = "auth_token", noClassnameStored = true)
public class AuthToken extends AbstractAuditableEntity {
private String token;
private String series;
@Embedded
... | 780 | 0.657692 | 0.657692 | 40 | 18.475 | 18.045757 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 2 |
8445f965bb577b0f03042d6c3e1069c39e467230 | 29,712,583,793,791 | 175eb88840efe4f6e35709c5e41eb262852dc598 | /src/main/java/com/message/test/Object.java | 0b2b404556971707b9b0aa013185f68b52241ae9 | [] | no_license | Quinn2500/RabbitMQTest | https://github.com/Quinn2500/RabbitMQTest | b1a01b42edd7f09750e59a51e6b2b39488f76578 | 4106199a8fa3363bb4f2ee1cd0a1361bf7925060 | refs/heads/main | 2023-04-05T02:22:33.449000 | 2021-04-28T09:20:22 | 2021-04-28T09:20:22 | 362,408,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.message.test;
public class Object {
public String name;
public String value;
public Object(String name, String value) {
this.name = name;
this.value = value;
}
public Object() {
}
}
| UTF-8 | Java | 238 | java | Object.java | Java | [] | null | [] | package com.message.test;
public class Object {
public String name;
public String value;
public Object(String name, String value) {
this.name = name;
this.value = value;
}
public Object() {
}
}
| 238 | 0.596639 | 0.596639 | 15 | 14.866667 | 13.705797 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
9f1d9a45b5606957f0fa92e111605c8b1db086d5 | 28,389,733,867,231 | 37eaa13399b8d14849788609fc6f40b350ffa591 | /identity-api/identity-api-facade/src/main/java/com/sflpro/identity/api/config/errorhandling/ResourceNotFoundExceptionMapper.java | 22095591f27a63d6ce8cf4da8a3e8b4c0a9b3344 | [
"Apache-2.0"
] | permissive | sflpro/identity | https://github.com/sflpro/identity | 21582e812c449c997e2eb5577a99d87c0f753fc0 | c1761c14341581b5709a9f2ac1dab8f9236b5036 | refs/heads/develop | 2021-12-27T16:47:52.050000 | 2021-12-27T11:14:42 | 2021-12-27T11:14:42 | 116,670,936 | 3 | 0 | Apache-2.0 | false | 2022-02-02T13:11:29 | 2018-01-08T11:56:28 | 2021-12-27T11:14:46 | 2022-02-02T13:11:08 | 1,086 | 4 | 0 | 14 | Java | false | false | package com.sflpro.identity.api.config.errorhandling;
import com.sflpro.identity.api.common.dtos.IdentityApiError;
import com.sflpro.identity.api.common.dtos.IdentityApiExceptionDto;
import com.sflpro.identity.core.services.ResourceNotFoundException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | UTF-8 | Java | 1,280 | java | ResourceNotFoundExceptionMapper.java | Java | [] | null | [] | package com.sflpro.identity.api.config.errorhandling;
import com.sflpro.identity.api.common.dtos.IdentityApiError;
import com.sflpro.identity.api.common.dtos.IdentityApiExceptionDto;
import com.sflpro.identity.core.services.ResourceNotFoundException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | 1,280 | 0.775781 | 0.774219 | 32 | 38 | 38.443954 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 2 |
c38b31c5df2b8ea706ec732091f6243dfa8f2873 | 14,482,629,792,020 | a15252e3e8023a22e774a4059355971f1a30728b | /src/main/java/com/varun/fbproj/service/EventService.java | b80d9ecc37ec66ccd95a5e7f4d6f8b657b4dabca | [] | no_license | varunjaiswal1891/fb_ki_testing | https://github.com/varunjaiswal1891/fb_ki_testing | 0ee1557a30a8b9ece3d5d15a23931d807fb0f53d | 79fff07233112ba8ccddae56450876745d28eaa0 | refs/heads/master | 2022-01-25T19:20:25.815000 | 2017-04-16T17:48:07 | 2017-04-16T17:48:07 | 83,080,715 | 0 | 2 | null | false | 2017-04-18T12:57:03 | 2017-02-24T20:39:03 | 2017-03-05T13:30:05 | 2017-04-18T12:54:29 | 202,015 | 0 | 2 | 1 | HTML | null | null | package com.varun.fbproj.service;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import com.mysql.jdbc.Statement;
import com.varun.fbproj.model.Event;
import com.varun.fbproj.model.EventReview;
import com.varun.fbproj.model.User;
public cl... | UTF-8 | Java | 38,682 | java | EventService.java | Java | [] | null | [] | package com.varun.fbproj.service;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import com.mysql.jdbc.Statement;
import com.varun.fbproj.model.Event;
import com.varun.fbproj.model.EventReview;
import com.varun.fbproj.model.User;
public cl... | 38,682 | 0.585518 | 0.572463 | 1,488 | 24.996639 | 22.474611 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5625 | false | false | 2 |
80613b1d89d7dc7f8e6d23c5e424d77808bd7b21 | 23,897,198,061,445 | 95551ddb90d22c43c641bc2f923607a172898923 | /BalancedBrackets.java | cd6408a5fcb0668a3d9dfdec3ff2a4eaeee497fc | [] | no_license | aakash416/Java | https://github.com/aakash416/Java | cdf49f02ab17203ee3245f0219aa9f8db226f66a | 1628e2414296815f8b318badc9d463f8d053f7eb | refs/heads/main | 2023-08-07T01:17:17.729000 | 2021-10-02T16:06:58 | 2021-10-02T16:06:58 | 352,562,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /******************************************************************************
Given an expression string exp, write a program to examine whether the pairs
and the orders of “{“, “}”, “(“, “)”, “[“, “]” are correct in exp.
Input: exp = “[()]{}{[()()]()}”
Output: Balanced
Input: exp = “[(])”
Output: Not Balanced
*... | UTF-8 | Java | 1,397 | java | BalancedBrackets.java | Java | [] | null | [] | /******************************************************************************
Given an expression string exp, write a program to examine whether the pairs
and the orders of “{“, “}”, “(“, “)”, “[“, “]” are correct in exp.
Input: exp = “[()]{}{[()()]()}”
Output: Balanced
Input: exp = “[(])”
Output: Not Balanced
*... | 1,397 | 0.482784 | 0.482051 | 57 | 22.947369 | 20.059929 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.77193 | false | false | 2 |
435bd3fe91f2eef5c234f7449188fc7a338ee94f | 4,166,118,345,274 | 6e32e4a7d6d58532f5d9c5b108a825c3c37f6c85 | /app/src/main/java/ca/ualberta/andromeda/Map5KM.java | d7e251acf262217c1281efd10a009a772f9503e6 | [] | no_license | CMPUT301W17T16/Andromeda | https://github.com/CMPUT301W17T16/Andromeda | 985c53c9fb9dc7904db2ab6d10f3354ef7f26fd4 | ab7463a93e1c1c5687d25d45ffe6db7c6479bc67 | refs/heads/master | 2021-01-09T20:35:52.626000 | 2017-04-03T21:59:29 | 2017-04-03T21:59:29 | 81,278,453 | 0 | 0 | null | false | 2017-04-03T20:58:26 | 2017-02-08T02:30:12 | 2017-02-08T02:35:31 | 2017-04-03T20:58:26 | 11,015 | 0 | 0 | 0 | Java | null | null | package ca.ualberta.andromeda;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.support.... | UTF-8 | Java | 7,068 | java | Map5KM.java | Java | [] | null | [] | package ca.ualberta.andromeda;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.support.... | 7,068 | 0.5515 | 0.540464 | 213 | 32.183098 | 27.385258 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488263 | false | false | 2 |
87959be4029cfc9aa60a3acfe9b88044562a64b4 | 7,541,962,609,864 | 2f1da971a54bd2b648e74b21ca35a7fab241dd30 | /das/das/dasCore/src/main/java/com/sekorm/core/model/BrandWebsiteRemark.java | 1b1ef84a077eddf8b147f713a2c185a92f82ae72 | [] | no_license | szbhh/hisdev | https://github.com/szbhh/hisdev | d1a1ebc6d4511028626079166143d3f6e4ab0ff2 | e7083607274f87af8090d19a1ea6b43f8a46b30f | refs/heads/master | 2018-11-07T10:22:21.771000 | 2018-08-28T03:50:07 | 2018-08-28T03:50:07 | 137,298,605 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sekorm.core.model;
import java.util.Date;
public class BrandWebsiteRemark {
private Integer id;
private Integer siteId;
private String remark;
private Integer creator;
private String creatorName;
private Date createTime;
public Integer getId() {
return id;
}
... | UTF-8 | Java | 1,223 | java | BrandWebsiteRemark.java | Java | [] | null | [] | package com.sekorm.core.model;
import java.util.Date;
public class BrandWebsiteRemark {
private Integer id;
private Integer siteId;
private String remark;
private Integer creator;
private String creatorName;
private Date createTime;
public Integer getId() {
return id;
}
... | 1,223 | 0.614881 | 0.614881 | 65 | 17.815384 | 17.881569 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 2 |
433ce0aa478b18ef99a049a86319915f35642786 | 9,972,914,113,914 | cbeec50eee99e3fd603d2144f9e6d51b1d63593e | /Gestion_de_stock_mvc/src/main/resources/com/stock/mvc/dao/impl/FournisseurDaoImpl.java | 8b80dd6b22402972d44e72bd41e1602560e811f5 | [] | no_license | waeelll/mvc | https://github.com/waeelll/mvc | fb374ec8548add914d7f1b00e9bb6a702fb369b0 | 3ee4bf518b37ff6ff0021e75fd317a1cacbe5ef2 | refs/heads/master | 2022-12-26T07:05:53.912000 | 2019-06-27T14:45:53 | 2019-06-27T14:45:53 | 193,480,989 | 0 | 0 | null | false | 2022-12-16T00:57:15 | 2019-06-24T10:05:26 | 2019-06-27T14:45:56 | 2022-12-16T00:57:13 | 1,454 | 0 | 0 | 2 | CSS | false | false | package com.stock.mvc.dao.impl;
import com.stock.mvc.dao.IFournisseurDao;
import com_stock_mvc_entities.Fournisseur;
public class FournisseurDaoImpl extends GenericDaoImpl<Fournisseur> implements IFournisseurDao {
}
| UTF-8 | Java | 230 | java | FournisseurDaoImpl.java | Java | [] | null | [] | package com.stock.mvc.dao.impl;
import com.stock.mvc.dao.IFournisseurDao;
import com_stock_mvc_entities.Fournisseur;
public class FournisseurDaoImpl extends GenericDaoImpl<Fournisseur> implements IFournisseurDao {
}
| 230 | 0.791304 | 0.791304 | 9 | 23.555555 | 31.308895 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
66100108d79d31bb7e6116c085e5982e33fa98ca | 9,448,928,064,036 | ea5dd59df0dcb71acb5228b8ca54418e6dc5a9ca | /app/src/main/java/pe/edu/upc/carbook/Firebase.java | bfc616a13382b0bbbc36cd5cb32fd487238f11d9 | [] | no_license | SagarFrom/Carbook | https://github.com/SagarFrom/Carbook | e43c9176dfb89ec2ed3209e5bb23d738b333696a | 8282af25271bd05ef62193f97e33be59eca60114 | refs/heads/master | 2021-01-13T09:21:30.935000 | 2016-11-24T18:38:00 | 2016-11-24T18:38:00 | 72,313,390 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.edu.upc.carbook;
/**
* Created by Juanxps on 11/20/16.
*/
public class Firebase {
}
| UTF-8 | Java | 99 | java | Firebase.java | Java | [
{
"context": "package pe.edu.upc.carbook;\n\n/**\n * Created by Juanxps on 11/20/16.\n */\n\npublic class Firebase {\n}\n",
"end": 54,
"score": 0.9996482133865356,
"start": 47,
"tag": "USERNAME",
"value": "Juanxps"
}
] | null | [] | package pe.edu.upc.carbook;
/**
* Created by Juanxps on 11/20/16.
*/
public class Firebase {
}
| 99 | 0.656566 | 0.59596 | 8 | 11.375 | 13.218713 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 2 |
b742d08432ca145acd3e3c20da8d251aaff0fe37 | 7,052,336,366,038 | 3a56a17c8c0f15ed37b42e35b2e3dd253f3ad589 | /play_hallo-world/app/controllers/HelloWorld.java | b062765c2f4ee06e73bc6fe511b02d9868009eb4 | [
"Unlicense",
"Apache-2.0"
] | permissive | DATTT-Team/play_hello-world | https://github.com/DATTT-Team/play_hello-world | f62f3dff62fa074ad0d21e5aab6c9e6265c4ec9e | 0e045d689c36bb2e73274316e0c2513d978ba9fe | refs/heads/master | 2021-01-19T08:21:21.618000 | 2014-11-02T22:17:17 | 2014-11-02T22:17:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import play.*;
import play.mvc.*;
import views.html.*;
public class HelloWorld extends Controller {
public static Result helloWorld() {
return ok(index.render("Hallo Play. Das ist ein Hello World"));
// return ok("Hallo Play");
}
}
| UTF-8 | Java | 278 | java | HelloWorld.java | Java | [] | null | [] | package controllers;
import play.*;
import play.mvc.*;
import views.html.*;
public class HelloWorld extends Controller {
public static Result helloWorld() {
return ok(index.render("Hallo Play. Das ist ein Hello World"));
// return ok("Hallo Play");
}
}
| 278 | 0.669065 | 0.669065 | 14 | 18.857143 | 20.349998 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
52239b8177f9e525cd4d36fcb98311cc3f9c232c | 19,189,913,881,409 | 78cbd7bcd86c09c47bbab45716462f053a7a2055 | /algo/MergeSort.java | 403b65a2392013221dd5dc25c3c42a94bc56b55a | [] | no_license | larisa-kosareva/learningJava | https://github.com/larisa-kosareva/learningJava | 70e70d13def0104f41bc46ef5729812ef4f2e202 | d676341e8ffcafa00b7a5f6c256b1ac50a642a42 | refs/heads/master | 2020-12-25T17:56:22.676000 | 2013-10-08T20:03:08 | 2013-10-08T20:03:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MergeSort {
public int[][] split(int a[]) {
int k = a.length;
int l = k / 2;
int[] la = new int[l];
int[] ra = new int[k - l];
for (int i = 0; i < l ; i++) {
la[i] = a[i];
}
for (int i = l; i < k; i++) {
ra[i - l] = a[i];
}
int[][] na = new int[2][];
na[0] = la;
... | UTF-8 | Java | 1,076 | java | MergeSort.java | Java | [] | null | [] | public class MergeSort {
public int[][] split(int a[]) {
int k = a.length;
int l = k / 2;
int[] la = new int[l];
int[] ra = new int[k - l];
for (int i = 0; i < l ; i++) {
la[i] = a[i];
}
for (int i = l; i < k; i++) {
ra[i - l] = a[i];
}
int[][] na = new int[2][];
na[0] = la;
... | 1,076 | 0.386617 | 0.376394 | 66 | 14.333333 | 10.296121 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.69697 | false | false | 2 |
a66496d1b2743f3d0e3f130119c3af721dfd275f | 30,004,641,571,405 | 8da810a0e94d65d3e63960488ecb1758c015fe95 | /baseframework/src/main/java/com/kongzue/baseframework/util/swipeback/SwipeBackActivity.java | a501afe1540c11b4ffb921df2249d90f10ec1a51 | [
"Apache-2.0"
] | permissive | dandycheung/BaseFramework | https://github.com/dandycheung/BaseFramework | aa13373c2ff5498766ff2cac2556f24953b22bcc | 637cedf34e3a06fa2560ba47b8d70e7d93654616 | refs/heads/master | 2023-08-12T02:08:21.621000 | 2023-07-22T13:01:05 | 2023-07-22T13:01:05 | 239,283,620 | 0 | 0 | null | true | 2023-07-22T23:00:46 | 2020-02-09T10:16:33 | 2021-11-25T08:29:41 | 2023-07-22T23:00:43 | 779 | 0 | 0 | 0 | Java | false | false | package com.kongzue.baseframework.util.swipeback;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.kongzue.baseframework.util.swipeback.util.SwipeBackActivityBase;
import com.kongzue.baseframework.util.swipeback.util.SwipeBackActivityHelper;
import com.kongzue.baseframework.util.... | UTF-8 | Java | 1,487 | java | SwipeBackActivity.java | Java | [
{
"context": "util.swipeback.util.SwipeBackUtil;\n\n/**\n * Author: @Isaac Wang\n * Github: https://github.com/ikew0ng/S",
"end": 435,
"score": 0.9377570152282715,
"start": 435,
"tag": "NAME",
"value": ""
},
{
"context": "il.swipeback.util.SwipeBackUtil;\n\n/**\n * Author: @Isaac Wan... | null | [] | package com.kongzue.baseframework.util.swipeback;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.kongzue.baseframework.util.swipeback.util.SwipeBackActivityBase;
import com.kongzue.baseframework.util.swipeback.util.SwipeBackActivityHelper;
import com.kongzue.baseframework.util.... | 1,485 | 0.744452 | 0.743779 | 48 | 29.979166 | 25.746756 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354167 | false | false | 2 |
5ac1c9bd3b82f57d7a0cc2535f0037311336a84b | 15,315,853,432,876 | 7999d05598d8547a4ed898e85a70f078cf611e03 | /src/test/java/com/carsharing/ps/pscarsharing/playground/service/BalanceBracketServiceTest.java | 4606c3c6f7500811a403394e183bac0de9562c55 | [] | no_license | 7proPS7/ps-car-sharing | https://github.com/7proPS7/ps-car-sharing | 2a32571a68949d4f5b0c4665e6f062ab1cf30138 | 42f8910cb1313ebf9271b63a0c1ae43b509d50c3 | refs/heads/master | 2023-01-04T10:22:02.456000 | 2020-11-05T20:53:47 | 2020-11-05T20:53:47 | 305,069,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.carsharing.ps.pscarsharing.playground.service;
import com.carsharing.ps.pscarsharing.playground.model.BalanceBracketResponse;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class BalanceBracketServiceTest {
private static final String HAS_UNBALANCED_BRACK... | UTF-8 | Java | 2,189 | java | BalanceBracketServiceTest.java | Java | [] | null | [] | package com.carsharing.ps.pscarsharing.playground.service;
import com.carsharing.ps.pscarsharing.playground.model.BalanceBracketResponse;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class BalanceBracketServiceTest {
private static final String HAS_UNBALANCED_BRACK... | 2,189 | 0.734125 | 0.731384 | 53 | 40.301888 | 36.483952 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377358 | false | false | 2 |
27269d9f6201d8478648f14cbdac12aeaee4f0da | 15,315,853,431,942 | 3eccd0c4c017beb06a62e4772500069ad4ff7cc7 | /src/main/java/com/davidscompany/mainGroup/Sophia/ManageBooksDao.java | cc4d7a0e634998cd7287f2ef2f4895b0a8443d99 | [] | no_license | Davidside/eclipseWorkspaceSophia | https://github.com/Davidside/eclipseWorkspaceSophia | 83f2dc0e86585ee66d4797a2a9df85fd89f83d03 | 2c51bdb028cf75d36c3fe85ff1b156ef7130fe62 | refs/heads/master | 2016-08-13T00:57:15.394000 | 2016-03-06T21:29:29 | 2016-03-06T21:29:29 | 53,276,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.davidscompany.mainGroup.Sophia;
import java.util.List;
public interface ManageBooksDao {
/**
* This is the method to be used to list down
* all the records from user books table
* @param userID
* @return
*/
public List<Book> getBooks(Integer userID);
/**
* This method to be used to cre... | UTF-8 | Java | 995 | java | ManageBooksDao.java | Java | [] | null | [] | package com.davidscompany.mainGroup.Sophia;
import java.util.List;
public interface ManageBooksDao {
/**
* This is the method to be used to list down
* all the records from user books table
* @param userID
* @return
*/
public List<Book> getBooks(Integer userID);
/**
* This method to be used to cre... | 995 | 0.665327 | 0.665327 | 49 | 19.306122 | 16.896086 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.020408 | false | false | 2 |
9da89237e453748cb1cab34ed62d84e4dd978534 | 11,330,123,767,925 | 2ae3a5347275e5bf71c6303ae639fd453d7e1c11 | /src/main/java/me/angeloid/test/JVMInitOrder.java | 78e5856ba3b87e78b37e8d181d75eb3e84875919 | [] | no_license | AngeLoidYun/leetcode2020 | https://github.com/AngeLoidYun/leetcode2020 | 853173a0996d7eec6a4e6fae942f267ed502e4e7 | 1f21fe45bf36125e762ef307a0c20ff01a602fa1 | refs/heads/master | 2022-12-27T04:12:04.227000 | 2020-10-10T03:25:53 | 2020-10-10T03:25:53 | 288,688,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.angeloid.test;
/**
* @author AngeloidYun
* @date 2020/8/25
*/
public class JVMInitOrder {
static int a = 10;
int b = 5;
public static void main(String[] args) {
// JVMInitOrder st = new JVMInitOrder();
staticFunction();
}
static JVMInitOrder st = new JVMInitOrder();
... | UTF-8 | Java | 739 | java | JVMInitOrder.java | Java | [
{
"context": "package me.angeloid.test;\n\n/**\n * @author AngeloidYun\n * @date 2020/8/25\n */\npublic class JVMInitOrder ",
"end": 53,
"score": 0.9998241662979126,
"start": 42,
"tag": "NAME",
"value": "AngeloidYun"
}
] | null | [] | package me.angeloid.test;
/**
* @author AngeloidYun
* @date 2020/8/25
*/
public class JVMInitOrder {
static int a = 10;
int b = 5;
public static void main(String[] args) {
// JVMInitOrder st = new JVMInitOrder();
staticFunction();
}
static JVMInitOrder st = new JVMInitOrder();
... | 739 | 0.53495 | 0.510699 | 41 | 16.097561 | 16.818695 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 13 |
d49f7136cf5c5c17bf20eaa00f94949489710ee4 | 7,919,919,732,224 | efaf59b776fa49b859f45c555518f8a37731cc20 | /src/telecom/config/ProfileConfig.java | 74803041be50574d11028a1fa7f794caa829736c | [] | no_license | pjefika/fulltest-lib | https://github.com/pjefika/fulltest-lib | 6f4fb1c417cf03dda1300ed14574226e1d703538 | 337e6b5592c0ae49fc9a24bb9ae48a29acda0b64 | refs/heads/master | 2021-07-10T12:57:49.813000 | 2018-02-05T18:33:35 | 2018-02-05T18:33:35 | 117,134,815 | 0 | 1 | null | false | 2018-12-19T16:19:35 | 2018-01-11T18:06:02 | 2018-01-11T18:24:44 | 2018-12-19T16:19:34 | 4,934 | 0 | 1 | 0 | Java | false | 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 telecom.config;
import fulltest.ValidacaoResult;
import java.util.List;
import telecom.config.velocidade.VelocidadeDT... | UTF-8 | Java | 1,042 | java | ProfileConfig.java | Java | [
{
"context": "g.velocidade.VelocidadeDTO;\r\n\r\n/**\r\n *\r\n * @author G0042204\r\n */\r\npublic class ProfileConfig {\r\n\r\n private V",
"end": 354,
"score": 0.9974043965339661,
"start": 346,
"tag": "USERNAME",
"value": "G0042204"
}
] | 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 telecom.config;
import fulltest.ValidacaoResult;
import java.util.List;
import telecom.config.velocidade.VelocidadeDT... | 1,042 | 0.658349 | 0.651631 | 46 | 20.652174 | 22.27615 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 13 |
aafbe7c9ebdda1a04b862083d6e14fb5521a6d71 | 1,614,907,742,208 | eb7adbedd29b0dd75d45a8fec0531fe9b07a884d | /DingCanSystem/src/com/qidu/adapter/Tab2Adapter.java | 81a7aaf37773e81fb61e65a0ef4e5beb2d1ffefa | [] | no_license | HUANGKAI666/Android_test2 | https://github.com/HUANGKAI666/Android_test2 | 54ca8d4e33442569633b1cf43441a1c885778083 | 47867c80f8fc33584efdf60eda81340b13376d60 | refs/heads/master | 2021-01-23T15:28:18.445000 | 2017-09-07T10:20:02 | 2017-09-07T10:20:02 | 102,712,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qidu.adapter;
import java.util.List;
import com.qidu.bean.ShoppingCart;
import com.yanruqi.CatersSystem.R;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.ArrayAda... | UTF-8 | Java | 1,983 | java | Tab2Adapter.java | Java | [] | null | [] | package com.qidu.adapter;
import java.util.List;
import com.qidu.bean.ShoppingCart;
import com.yanruqi.CatersSystem.R;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.ArrayAda... | 1,983 | 0.770823 | 0.768299 | 68 | 28.132353 | 24.656406 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.911765 | false | false | 13 |
e8b9319dd65218ae6ff551246821fbeb452c419b | 1,614,907,743,418 | 2d0dad693176bd068f06871b681bbafb60fc3b7e | /android/LeValleyLibrary/src/main/java/com/lecloud/valley/modules/UmengPushModule.java | 7260f63df63f59d75393700b03c90a75404f0a17 | [
"MIT"
] | permissive | littlethree/demo | https://github.com/littlethree/demo | 0f985a4b1fd3253c6af8610b404081aa71396057 | adccc5e540fde81f9cdfff3afe0456d8b87bb82d | refs/heads/master | 2021-07-19T04:20:07.275000 | 2017-10-27T06:53:25 | 2017-10-27T06:53:25 | 66,427,241 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lecloud.valley.modules;
import android.util.Log;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.modules.core.RCTNativeAp... | UTF-8 | Java | 1,743 | java | UmengPushModule.java | Java | [
{
"context": "loud.valley.utils.LogUtils.TAG;\n\n/**\n * Created by RaoJia on 2017/2/7.\n */\n\npublic class UmengPushModule ex",
"end": 592,
"score": 0.7165922522544861,
"start": 586,
"tag": "NAME",
"value": "RaoJia"
}
] | null | [] | package com.lecloud.valley.modules;
import android.util.Log;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.modules.core.RCTNativeAp... | 1,743 | 0.724722 | 0.721216 | 62 | 26.596775 | 26.8379 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 13 |
88e44258bcc915be0b2b930402af2221f819ee7e | 1,614,907,741,590 | 4fc50b35ac82f569717e6c84540834558742d548 | /web/web-mock/web-mock-rest/src/main/java/com/castlemock/web/mock/rest/controller/rest/RestEventRestController.java | 412644849a2f17de45c60ae145aff510964956d6 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"MIT",
"CPL-1.0",
"CDDL-1.1",
"LGPL-2.1-only",
"OFL-1.1"
] | permissive | castlemock/castlemock | https://github.com/castlemock/castlemock | ad1bd8a76e979f7de66910619b103590b351af9a | aa0a86b37f798cf0dc677cb487d8aecece38fa95 | refs/heads/master | 2023-09-02T04:35:36.677000 | 2023-07-30T21:12:03 | 2023-07-30T21:12:03 | 63,534,520 | 292 | 112 | Apache-2.0 | false | 2023-08-26T17:40:28 | 2016-07-17T13:57:57 | 2023-08-23T20:51:38 | 2023-08-26T17:40:27 | 16,192 | 287 | 93 | 91 | Java | false | false | /*
* Copyright 2020 Karl Dahlgren
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 2,735 | java | RestEventRestController.java | Java | [
{
"context": "/*\n * Copyright 2020 Karl Dahlgren\n *\n * Licensed under the Apache License, Version ",
"end": 34,
"score": 0.9998632073402405,
"start": 21,
"tag": "NAME",
"value": "Karl Dahlgren"
}
] | null | [] | /*
* Copyright 2020 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... | 2,728 | 0.764899 | 0.759781 | 64 | 41.734375 | 28.317532 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 13 |
ef35329bbcd04c29d249b122caa847c3d9287cbb | 14,663,018,386,173 | 157ef9fb8b985a6e1ac4a3af06d0c068a6420da9 | /src/main/java/uk/co/probablyfine/bytemonkey/AddChanceOfFailure.java | 6310d02d5ee033364e04cb48cefe4c7699d86be6 | [
"MIT"
] | permissive | yangjiandan/byte-monkey | https://github.com/yangjiandan/byte-monkey | 8fc8cd5210813167217ec69e7e680d1532e4c2ca | ee31b4f7d5bd99f04596a3087668948c51fda133 | refs/heads/master | 2020-03-22T02:42:05.203000 | 2018-07-03T08:22:56 | 2018-07-03T08:22:56 | 139,387,764 | 0 | 0 | MIT | true | 2018-07-02T03:46:54 | 2018-07-02T03:46:53 | 2018-06-18T16:33:01 | 2018-02-07T15:54:50 | 114 | 0 | 0 | 0 | null | false | null | package uk.co.probablyfine.bytemonkey;
import java.util.Random;
import jdk.internal.org.objectweb.asm.Opcodes;
import jdk.internal.org.objectweb.asm.tree.FrameNode;
import jdk.internal.org.objectweb.asm.tree.InsnList;
import jdk.internal.org.objectweb.asm.tree.JumpInsnNode;
import jdk.internal.org.objectweb.asm.tree.... | UTF-8 | Java | 1,556 | java | AddChanceOfFailure.java | Java | [] | null | [] | package uk.co.probablyfine.bytemonkey;
import java.util.Random;
import jdk.internal.org.objectweb.asm.Opcodes;
import jdk.internal.org.objectweb.asm.tree.FrameNode;
import jdk.internal.org.objectweb.asm.tree.InsnList;
import jdk.internal.org.objectweb.asm.tree.JumpInsnNode;
import jdk.internal.org.objectweb.asm.tree.... | 1,556 | 0.677378 | 0.676093 | 49 | 30.755102 | 25.024504 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612245 | false | false | 13 |
52313456f66ea9f5fc96ba8ac2d8f5a443c5c71a | 18,124,762,005,083 | f9ebe7f718d1ccc9c1f136eaea51ac2a88d78f34 | /AdvanceJava/src/synchronization/MathUtils.java | 9730586f9ecebcd30aaff276b253517660924dc9 | [] | no_license | ManishGusain68/JavaConcepts | https://github.com/ManishGusain68/JavaConcepts | 07236d51721ff3f22ddc52cfc3659017d255d9bf | d6ef638909ed8c252cfd5320b7ffe47f372518c6 | refs/heads/master | 2023-08-01T08:02:43.220000 | 2021-09-14T17:44:26 | 2021-09-14T17:44:26 | 406,444,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package synchronization;
public class MathUtils {
synchronized void getMultiples(int n) {
// synchronized(this) {
for(int i=1; i<=5; i++) {
System.out.println(n*i);
try {
Thread.sleep(400); //pause for 400 milliseconds
} catch (InterruptedException e) {
System.out.pri... | UTF-8 | Java | 358 | java | MathUtils.java | Java | [] | null | [] | package synchronization;
public class MathUtils {
synchronized void getMultiples(int n) {
// synchronized(this) {
for(int i=1; i<=5; i++) {
System.out.println(n*i);
try {
Thread.sleep(400); //pause for 400 milliseconds
} catch (InterruptedException e) {
System.out.pri... | 358 | 0.564246 | 0.541899 | 21 | 15.047619 | 16.128874 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.047619 | false | false | 13 |
ffb30b31649c6924355f1770a46ecab9b997da92 | 21,260,088,134,362 | 843176e4a4de2483a85ae63adb18b8e12929215e | /src/main/java/com/fatush/library/model/User.java | 1f793fc715912476f93f5ce377556ce919038a6e | [] | no_license | Fatush13/Library | https://github.com/Fatush13/Library | 82f85ffc363188cd697dc296eaf6e9196615494e | d0c602d153d3d6f36433b5ce6a4c061e8ab9e268 | refs/heads/master | 2021-02-07T05:34:47.686000 | 2020-03-20T12:08:27 | 2020-03-20T12:31:24 | 243,988,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fatush.library.model;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
public class User {
private int id = 1;
private static AtomicInteger count = new AtomicInteger(0);
private String name;
private String password;
private List<Role> roles;
public User() ... | UTF-8 | Java | 1,235 | java | User.java | Java | [
{
"context": "\n this.name = name;\n this.password = password;\n this.roles = List.of(Role.USER);\n }\n\n",
"end": 480,
"score": 0.9665777087211609,
"start": 472,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "assword(String password) {\n this.... | null | [] | package com.fatush.library.model;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
public class User {
private int id = 1;
private static AtomicInteger count = new AtomicInteger(0);
private String name;
private String password;
private List<Role> roles;
public User() ... | 1,239 | 0.598381 | 0.596761 | 63 | 18.603174 | 16.899836 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365079 | false | false | 13 |
07c34c78026518d33f1290ec8fc1fc78a566f5bd | 21,260,088,129,718 | 1489dca4aa30e1189843623818f03651678fb0d0 | /src/test/java/org/malloc/leet/code/PalindromeNumberTest.java | 759c63529e331c6fd5e9d24c4074d22f34283f21 | [
"MIT"
] | permissive | yanzms/leet-code | https://github.com/yanzms/leet-code | 01acde7c6bd41cc0cca4f0be281839588989b01d | 659b259be02490df49ef1fff77a7192bd6b541ee | refs/heads/master | 2023-03-30T22:21:21.629000 | 2021-03-07T16:57:37 | 2021-03-07T16:57:37 | 268,858,800 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.malloc.leet.code;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
* @author malloc
* @since 2020/6/10
*/
class PalindromeNumberTest {
private final PalindromeNumber number = new PalindromeNumber();
@Test
vo... | UTF-8 | Java | 508 | java | PalindromeNumberTest.java | Java | [
{
"context": "rg.junit.jupiter.api.Assertions.*;\n\n/**\n * @author malloc\n * @since 2020/6/10\n */\nclass PalindromeNumberTes",
"end": 180,
"score": 0.9984087347984314,
"start": 174,
"tag": "USERNAME",
"value": "malloc"
}
] | null | [] | package org.malloc.leet.code;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
* @author malloc
* @since 2020/6/10
*/
class PalindromeNumberTest {
private final PalindromeNumber number = new PalindromeNumber();
@Test
vo... | 508 | 0.694882 | 0.665354 | 25 | 19.360001 | 20.624025 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 13 |
658a0644116871b73257acfaa6ca8f5c08213987 | 21,809,843,940,137 | 64ac4981fc9e9ed20010b34c74944ae0a9bbdb46 | /src/main/java/com/net/amqp/Producer.java | ca980d4196a71d260053df3f27a5709b03673d5e | [] | no_license | Arxemond777/springbootsimple | https://github.com/Arxemond777/springbootsimple | 6d2f9e232cafde04137d5c19eeaefea9e1943077 | fdd560d27f38bd8ea091b52ac4c74e50ea49a8f7 | refs/heads/master | 2020-06-21T22:54:02.418000 | 2017-05-18T12:17:50 | 2017-05-18T12:17:50 | 197,571,565 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.net.amqp;
import java.util.concurrent.TimeUnit;
import com.net.spring.SpringApplicationSimple;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.stereo... | UTF-8 | Java | 1,346 | java | Producer.java | Java | [] | null | [] | package com.net.amqp;
import java.util.concurrent.TimeUnit;
import com.net.spring.SpringApplicationSimple;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.stereo... | 1,346 | 0.735524 | 0.730047 | 41 | 30.195122 | 32.343597 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 13 |
2345dd0cc118c043565a8f3fe05e08aee4960ac8 | 15,994,458,253,443 | 89dc7dfa4bfb75e9f837d2b35c1308d6d85baf78 | /src/main/java/com/hxqh/eam/model/TbIocSlaNitsSource.java | 46dc84badf6ff07303a085b263e28a5e7e639d12 | [] | no_license | HyChangChen/DashBoard | https://github.com/HyChangChen/DashBoard | 5a25c462dd4e476b62a69c0debd83ecc723353c8 | 95f0e92504ba15a6bbdf068ec9fdbc9dd664e786 | refs/heads/master | 2021-07-12T08:24:42.166000 | 2017-10-18T13:40:29 | 2017-10-18T13:40:29 | 107,292,232 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hxqh.eam.model;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
/**
* The persistent class for the TB_IOC_SLA_NITS_SOURCE database table.
*
*/
@Entity
@Table(name="TB_IOC_SLA_NITS_SOURCE")
public class TbIocSlaNitsSource implements Serializable {
private static ... | UTF-8 | Java | 4,219 | java | TbIocSlaNitsSource.java | Java | [] | null | [] | package com.hxqh.eam.model;
import java.io.Serializable;
import javax.persistence.*;
import java.math.BigDecimal;
/**
* The persistent class for the TB_IOC_SLA_NITS_SOURCE database table.
*
*/
@Entity
@Table(name="TB_IOC_SLA_NITS_SOURCE")
public class TbIocSlaNitsSource implements Serializable {
private static ... | 4,219 | 0.712017 | 0.690922 | 260 | 15.230769 | 15.504857 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130769 | false | false | 13 |
33c3e97e985278dc25a5001bcf7522b03b42df81 | 9,663,676,473,552 | bc3d1ee36fa78da1ccf94e15e1985db6b0f7d1a4 | /installation-manager-core/src/test/java/com/codenvy/im/utils/TestHttpTransport.java | 254f105754402c9f191ac0e7cc769d10657d6de8 | [] | no_license | codenvy/cdec | https://github.com/codenvy/cdec | 36eca6c1ca4b572dad883c8b2108e03e00f6d2f5 | 4b554539f7d49fe7d50795719c6f3996a6c359f6 | refs/heads/3.x | 2020-12-20T03:40:10.106000 | 2016-05-26T14:17:31 | 2016-05-26T14:17:31 | 21,941,161 | 7 | 8 | null | false | 2016-05-26T14:17:31 | 2014-07-17T12:32:23 | 2016-03-10T01:07:52 | 2016-05-26T14:17:31 | 6,205 | 7 | 9 | 0 | Java | null | null | /*
* 2012-2016 Codenvy, S.A.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Codenvy S.A. and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Codenvy S.A.
* and its suppliers and may be covered by U.... | UTF-8 | Java | 8,434 | java | TestHttpTransport.java | Java | [
{
"context": "atic org.testng.Assert.assertTrue;\n\n/**\n * @author Anatoliy Bazko\n */\n@Listeners(value = {EverrestJetty.class, Mock",
"end": 1715,
"score": 0.9998123049736023,
"start": 1701,
"tag": "NAME",
"value": "Anatoliy Bazko"
}
] | null | [] | /*
* 2012-2016 Codenvy, S.A.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Codenvy S.A. and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Codenvy S.A.
* and its suppliers and may be covered by U.... | 8,426 | 0.677852 | 0.67548 | 215 | 38.227905 | 32.547626 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618605 | false | false | 13 |
d1eb58baa52f1c346fdf22140f48d15de3198409 | 20,907,900,857,377 | 46348ed642368ce6cdbf9a253098ca02da93d50b | /Prg1/src/Kap2/Ovn2_1_3.java | 03f114b8b5a116fa328b5b9d2b54abcf69b951b3 | [] | no_license | Quranen/Test | https://github.com/Quranen/Test | fa549b7ff485a56e1a51c383decb59b8580f601f | 543bdab84a52e5cd8de4cdf527acbf740b4bab97 | refs/heads/master | 2021-01-24T00:04:39.563000 | 2017-10-17T15:50:05 | 2017-10-17T15:50:05 | 122,754,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Initiering betyder att man tilldelar variabler med ett värde
* Det är inte att önskvärt att bland ihop olika variabler eller datatyper
* men ibland måste man det för att ge olika värden till en annan funktion
*/
package Kap2;
import javax.swing.*;
class Ovn2_1_3 {
public static void main (S... | UTF-8 | Java | 749 | java | Ovn2_1_3.java | Java | [] | null | [] | /*
* Initiering betyder att man tilldelar variabler med ett värde
* Det är inte att önskvärt att bland ihop olika variabler eller datatyper
* men ibland måste man det för att ge olika värden till en annan funktion
*/
package Kap2;
import javax.swing.*;
class Ovn2_1_3 {
public static void main (S... | 749 | 0.553306 | 0.516869 | 28 | 24.535715 | 23.404032 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 13 |
5ceadb79a791d0bbe16f8c5eb64c32a308901282 | 4,423,816,377,876 | ea6660fd3505ea3c1d3d848c5dba47713dd580d8 | /eladmin-system/src/main/java/com/study/web/util/TimeUtil.java | 629020367bef4d67dee8bbaa015691f3363f1339 | [
"Apache-2.0"
] | permissive | zengshunchao/eladmin | https://github.com/zengshunchao/eladmin | 0b2fb70f2d7bb748a49c48984c5a78d804c7319e | 3cb81c9a1a887e80b981e7a8a42a95ac78273dbb | refs/heads/master | 2023-02-02T14:59:38.970000 | 2020-12-24T01:07:41 | 2020-12-24T01:07:41 | 302,866,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.study.web.util;
import java.text.SimpleDateFormat;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.util.Date;
/**
* 时间格式转换工具
*
* @author zsc
* @date 2020/10/14 0014 10:03
*/
public class TimeUtil {
public final static String DAY = "day";
public ... | UTF-8 | Java | 4,209 | java | TimeUtil.java | Java | [
{
"context": "ort java.util.Date;\n\n/**\n * 时间格式转换工具\n *\n * @author zsc\n * @date 2020/10/14 0014 10:03\n */\npublic class T",
"end": 204,
"score": 0.9996119737625122,
"start": 201,
"tag": "USERNAME",
"value": "zsc"
}
] | null | [] | package com.study.web.util;
import java.text.SimpleDateFormat;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.util.Date;
/**
* 时间格式转换工具
*
* @author zsc
* @date 2020/10/14 0014 10:03
*/
public class TimeUtil {
public final static String DAY = "day";
public ... | 4,209 | 0.600351 | 0.596342 | 154 | 24.915585 | 24.231018 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37013 | false | false | 13 |
fbd3373f3ffb1d232e6cd63d2e4b771274567ee8 | 4,887,672,848,800 | 3084ba26f53a32fca9b33e4589ba21f1e40350bc | /core/src/main/java/com/ladinc/core/objects/Postman.java | c4c63d4946cc8c82084f254628fdc763bfba06a6 | [] | no_license | garyodonoghue/belfast-hackathon | https://github.com/garyodonoghue/belfast-hackathon | b88cbb21b63cc27bbb88dd050a9db8bdf46a68a5 | bdcd7b72c7ac1482b1f5960ce951266ff8507583 | refs/heads/master | 2021-01-13T02:05:58.880000 | 2014-10-29T02:16:47 | 2014-10-29T02:17:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ladinc.core.objects;
import java.util.List;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.BodyDef;
import com.badlogic.gdx.physics.box2d.BodyDef.BodyType;
import com.badlogic.gdx.physics.box2d.CircleShape;
import com.badlogic.gdx.physics.box2d.Fix... | UTF-8 | Java | 3,046 | java | Postman.java | Java | [] | null | [] | package com.ladinc.core.objects;
import java.util.List;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.BodyDef;
import com.badlogic.gdx.physics.box2d.BodyDef.BodyType;
import com.badlogic.gdx.physics.box2d.CircleShape;
import com.badlogic.gdx.physics.box2d.Fix... | 3,046 | 0.732436 | 0.7239 | 113 | 25.964602 | 23.108414 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.929204 | false | false | 13 |
4ec187be729bf5ceb02ba47f9a4e68cb743fed4b | 6,347,961,665,271 | 46ef04782c58b3ed1d5565f8ac0007732cddacde | /app/diagram.browser/src/org/modelio/diagram/browser/model/flat/FlatContentProvider.java | 7c79b30f0486c71224e7bbd8001b3117364b18cd | [] | no_license | daravi/modelio | https://github.com/daravi/modelio | 844917412abc21e567ff1e9dd8b50250515d6f4b | 1787c8a836f7e708a5734d8bb5b8a4f1a6008691 | refs/heads/master | 2020-05-26T17:14:03.996000 | 2019-05-23T21:30:10 | 2019-05-23T21:30:45 | 188,309,762 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013-2018 Modeliosoft
*
* This file is part of Modelio.
*
* Modelio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ve... | UTF-8 | Java | 3,156 | java | FlatContentProvider.java | Java | [
{
"context": "/* \n * Copyright 2013-2018 Modeliosoft\n * \n * This file is part of Modelio.\n * \n * ",
"end": 33,
"score": 0.621375322341919,
"start": 27,
"tag": "NAME",
"value": "Modeli"
},
{
"context": "/* \n * Copyright 2013-2018 Modeliosoft\n * \n * This file is part of Modelio... | null | [] | /*
* Copyright 2013-2018 Modeliosoft
*
* This file is part of Modelio.
*
* Modelio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ve... | 3,156 | 0.691382 | 0.620089 | 101 | 30.247524 | 24.656614 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.267327 | false | false | 13 |
ecf8e2e85759780bcf0823e5778447ec228d89aa | 7,653,631,725,779 | da46e5a83aa1cef14ca64422038ee013a5b82477 | /reto4 ethazi/src/modelo/MDetalles.java | e5f6c115e0a3c1dbd95ec4862f9db65607ba281f | [] | no_license | SanDavis/Booking-reservation-system | https://github.com/SanDavis/Booking-reservation-system | 02b67acc407202aa5cb2793132eae68505879d23 | 5da11f4c69649f00de7eedf8ea6bc79e4f36e4a2 | refs/heads/master | 2020-05-25T06:09:47.387000 | 2019-05-24T07:20:26 | 2019-05-24T07:20:26 | 187,663,098 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo;
import com.toedter.calendar.JDateChooser;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import javax.swing.ButtonGroup;
import javax.swing.DefaultListModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JList;
import java... | UTF-8 | Java | 8,304 | java | MDetalles.java | Java | [
{
"context": "rModel;\nimport vista.VDetalles;\n\n/**\n *\n * @author acebin\n */\npublic class MDetalles implements ItemListene",
"end": 484,
"score": 0.9992703199386597,
"start": 478,
"tag": "USERNAME",
"value": "acebin"
}
] | null | [] | package modelo;
import com.toedter.calendar.JDateChooser;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import javax.swing.ButtonGroup;
import javax.swing.DefaultListModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JList;
import java... | 8,304 | 0.537099 | 0.530595 | 254 | 31.681103 | 28.603533 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645669 | false | false | 13 |
a80778dbe164883ccd7c35a61c2a43d30fcdb246 | 16,097,537,428,083 | 61c308d69fc7a16ac5d297675b15554029f8d81d | /java-musbands-admin.musical-genre/src/main/java/org/sylrsykssoft/java/musbands/admin/musical/genre/configuration/MusicalGenreMapperConfiguration.java | c1e9d5f134c5771adf62d3af33e11c1c7562f2af | [
"Apache-2.0"
] | permissive | codacy-badger/java-musbands-admin | https://github.com/codacy-badger/java-musbands-admin | e1026afbe7420b6fd7bda49ab9769bb4a19f8c15 | 3e94156bae6c5001d1eb42161e0fb30e4b37bdcb | refs/heads/master | 2020-07-15T12:45:01.133000 | 2019-08-30T17:15:40 | 2019-08-30T17:15:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sylrsykssoft.java.musbands.admin.musical.genre.configuration;
import static org.sylrsykssoft.java.musbands.admin.musical.genre.configuration.MusicalGenreConstants.MAPPER_ENTITY_FUNCTION;
import static org.sylrsykssoft.java.musbands.admin.musical.genre.configuration.MusicalGenreConstants.MAPPER_RESOURCE_ASS... | UTF-8 | Java | 2,625 | java | MusicalGenreMapperConfiguration.java | Java | [
{
"context": "\n * MusicalGenreMapperConfiguration\n * \n * @author juan.gonzalez.fernandez.jgf\n *\n */\n@Configuration\npublic class MusicalGenre",
"end": 1201,
"score": 0.9852226972579956,
"start": 1176,
"tag": "NAME",
"value": "juan.gonzalez.fernandez.j"
},
{
"context": "iguratio... | null | [] | package org.sylrsykssoft.java.musbands.admin.musical.genre.configuration;
import static org.sylrsykssoft.java.musbands.admin.musical.genre.configuration.MusicalGenreConstants.MAPPER_ENTITY_FUNCTION;
import static org.sylrsykssoft.java.musbands.admin.musical.genre.configuration.MusicalGenreConstants.MAPPER_RESOURCE_ASS... | 2,625 | 0.817905 | 0.817905 | 64 | 40.015625 | 40.436096 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
2b8300f06084034cdea580a6fc6d12f9a7877976 | 5,016,521,827,549 | d3b0a6076ce5cdecfcf621942ebd03ad054a5db9 | /src/resumo/Situacao.java | 6e21a866becace71368fa9bfb6e7534959c9f9bd | [] | no_license | Guuisr07/revisaoPoo | https://github.com/Guuisr07/revisaoPoo | ce5a8b04a0570b61b21ee6f9d54bbe9fc3714ba5 | a76e3eaa8c3f9ea7470734621c4117b1f361975c | refs/heads/main | 2023-03-26T02:47:12.175000 | 2021-03-25T01:32:26 | 2021-03-25T01:32:26 | 351,270,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package resumo;
public enum Situacao {
MATRICULADO, EVADIDO, FORMADO
}
| UTF-8 | Java | 80 | java | Situacao.java | Java | [] | null | [] | package resumo;
public enum Situacao {
MATRICULADO, EVADIDO, FORMADO
}
| 80 | 0.7 | 0.7 | 5 | 15 | 13.813037 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
8402783e7ce3d964c08274c1eacd69d82a535422 | 15,650,860,839,966 | 910b8bf5c6491eb844386a5c25668d038c735d79 | /oauth/src/main/java/com/practise/oauth/config/AuthenticationServerConfig.java | 66f484bf9c4b62c20a0b8f3b4922162f1f4a8ddb | [] | no_license | kkyehit/Spring-OAuth2 | https://github.com/kkyehit/Spring-OAuth2 | 22c48a77f19d26c0074af0fe419372cf942e554b | f9b5d8ec86f2e9c046cd7258f5895ae72d410f19 | refs/heads/master | 2023-09-02T14:43:15.995000 | 2021-11-15T04:20:27 | 2021-11-15T04:20:27 | 415,011,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practise.oauth.config;
import java.util.Arrays;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.oauth2.config.annotation... | UTF-8 | Java | 4,042 | java | AuthenticationServerConfig.java | Java | [] | null | [] | package com.practise.oauth.config;
import java.util.Arrays;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.oauth2.config.annotation... | 4,042 | 0.720588 | 0.716776 | 98 | 36.469387 | 35.663452 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.316327 | false | false | 13 |
556bbded1e81c40425c40e2c232f550477a2150e | 21,827,023,861,727 | 72f29376c6e319f55d6eae5b9a90c4770aed517f | /백준/Silver/16953. A → B/A → B.java | 85109dfd2610ddf677f357ee5611bada682806b7 | [] | no_license | hayunyun/algorithm | https://github.com/hayunyun/algorithm | 35402fe88efde8fea673c566777c88c4a535db6b | 6cfb32c58cbf49ecf4144458b1af6c8b82571885 | refs/heads/main | 2023-02-25T21:47:26.467000 | 2022-11-15T13:11:30 | 2022-11-15T13:11:30 | 329,611,909 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class Main {
static class Info {
long val;
int cnt;
public... | UTF-8 | Java | 1,953 | java | A → B.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class Main {
static class Info {
long val;
int cnt;
public... | 1,953 | 0.439836 | 0.423451 | 70 | 25.9 | 17.879877 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
d9e410184ef92294ba9110a08586ad32864b1d11 | 33,285,996,562,211 | 45d77147b3956b1e999c0d18c4d2746ab0ec067b | /self-learning-service/src/main/java/com/moe/sls/service/BranchingPojo.java | f9479a55a3d204450fbe3521d2f0d8f322ef2dd7 | [] | no_license | budha2015/MoeDemo | https://github.com/budha2015/MoeDemo | 7da2b3b1c12068d65e94d7ef07ab11ee93050399 | c334dfb42226f76ab3ab9cdb546db672b85a1786 | refs/heads/master | 2016-09-11T02:01:07.726000 | 2015-08-10T08:54:11 | 2015-08-10T08:54:11 | 40,175,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moe.sls.service;
import java.util.LinkedHashMap;
import java.util.LinkedList;
public class BranchingPojo {
public int count = 0;
public boolean flag = false;
public LinkedHashMap<String,LinkedList<BranchingValue>> branchingMap = new LinkedHashMap<String,LinkedList<BranchingValue>>();
pub... | UTF-8 | Java | 1,230 | java | BranchingPojo.java | Java | [] | null | [] | package com.moe.sls.service;
import java.util.LinkedHashMap;
import java.util.LinkedList;
public class BranchingPojo {
public int count = 0;
public boolean flag = false;
public LinkedHashMap<String,LinkedList<BranchingValue>> branchingMap = new LinkedHashMap<String,LinkedList<BranchingValue>>();
pub... | 1,230 | 0.756911 | 0.756098 | 40 | 28.75 | 33.972599 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55 | false | false | 13 |
43b9d86b682ca67ee5564e30f9b41b92b3d74622 | 24,215,025,635,055 | 057e9831e086452089387212ee358fedf6e618ab | /src/src/com/eaglegor/devpad/dao/androidsqlite/AndroidSqliteDAOManager.java | d3060d41695cecd9ae5bf5f1523ab89c414f5240 | [] | no_license | Eaglegor/DeveloperPad | https://github.com/Eaglegor/DeveloperPad | 6ed6fc613467d9d5ff21bbce1d0d5b0d0b4dc926 | 968b98b1d92a0720ad635ed1c4661e56d7ebd1e3 | refs/heads/master | 2021-01-20T12:00:50.424000 | 2014-05-03T19:11:10 | 2014-05-03T19:11:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eaglegor.devpad.dao.androidsqlite;
import com.eaglegor.devpad.dao.ChangeLogEntryDAO;
import com.eaglegor.devpad.dao.DAOManager;
import com.eaglegor.devpad.dao.ResourceHandleDAO;
import com.eaglegor.devpad.dao.ResourceTypeDAO;
import com.eaglegor.devpad.dao.TaskDAO;
import com.eaglegor.devpad.dao.Tas... | UTF-8 | Java | 2,387 | java | AndroidSqliteDAOManager.java | Java | [] | null | [] | package com.eaglegor.devpad.dao.androidsqlite;
import com.eaglegor.devpad.dao.ChangeLogEntryDAO;
import com.eaglegor.devpad.dao.DAOManager;
import com.eaglegor.devpad.dao.ResourceHandleDAO;
import com.eaglegor.devpad.dao.ResourceTypeDAO;
import com.eaglegor.devpad.dao.TaskDAO;
import com.eaglegor.devpad.dao.Tas... | 2,387 | 0.749057 | 0.749057 | 86 | 25.755814 | 22.625328 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.604651 | false | false | 13 |
965ab79096bc3e75f2d10510b60c95d3e3fff71e | 30,193,620,112,580 | 6c76ef5a3248af9e001e93be0133c93b619d23f1 | /pacemaker-consoleLab07/src/utils/FileLogger.java | 11d08224b01d08c1263a5925a0cff1ef4f577782 | [] | no_license | brianrichardmccarthy/Algorithms | https://github.com/brianrichardmccarthy/Algorithms | 9826f9c167057292330661f2e64a18866e3d1ffa | 40f13a140c85ea15053cc8dd04ac75c7ecd2bcc0 | refs/heads/master | 2021-01-18T02:31:19.329000 | 2016-09-26T12:14:28 | 2016-09-26T12:14:28 | 68,795,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import java.io.FileWriter;
import java.io.PrintWriter;
public class FileLogger {
private static FileLogger logger;
private FileLogger() {
}
/**
* Allows the user to use the FileLogger.<br>Only allows for one instance to be created.
* @return logger object
*/
public static Fi... | UTF-8 | Java | 844 | java | FileLogger.java | Java | [] | null | [] | package utils;
import java.io.FileWriter;
import java.io.PrintWriter;
public class FileLogger {
private static FileLogger logger;
private FileLogger() {
}
/**
* Allows the user to use the FileLogger.<br>Only allows for one instance to be created.
* @return logger object
*/
public static Fi... | 844 | 0.636256 | 0.636256 | 38 | 20.263159 | 20.057396 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.815789 | false | false | 13 |
0913bc2a00b7f1881a59b5d93b4cd9e48aa35db8 | 21,217,138,466,029 | 13a227003484e4993882e8fbebb081d6bb92fdaa | /apache-async-http-HC4/src/org/apache/http/HC4/impl/nio/client/MainClientExec.java | 390d023022067a8562b9582327be350750143336 | [
"MIT"
] | permissive | garymabin/YGOMobile | https://github.com/garymabin/YGOMobile | 77c3dac5cdfa467afb35bf22b7e4901b45e93405 | daa6eb2c7a93e09776686c6c81d11ccb779cde39 | refs/heads/master | 2021-01-18T21:58:44.685000 | 2017-09-26T08:25:03 | 2017-09-26T08:25:03 | 18,127,475 | 44 | 29 | null | false | 2016-01-05T14:48:43 | 2014-03-26T05:08:10 | 2016-01-01T05:57:44 | 2016-01-05T12:55:26 | 461,930 | 13 | 7 | 0 | C | null | null | /*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | UTF-8 | Java | 29,084 | java | MainClientExec.java | Java | [] | null | [] | /*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | 29,084 | 0.611986 | 0.609717 | 644 | 44.161491 | 27.888008 | 114 | false | false | 0 | 0 | 0 | 0 | 69 | 0.004745 | 0.604037 | false | false | 13 |
1fc99ea193ba1430f5776b2a200bb95a6b985087 | 7,267,084,689,021 | 77842fb66f795c481dcd3f8954628b95801bec46 | /src/main/java/ui/MainWindow.java | 38c15fb8e4301b120a3fce665ffb7ffd6e1c2867 | [] | no_license | yungweezy/ip | https://github.com/yungweezy/ip | ba4b05c3c80e595beb2f884fd09db05e531a1be2 | 50355f758e622b8a2f99320af7a740f3ea6f1bd3 | refs/heads/master | 2023-03-05T11:50:31.178000 | 2021-02-18T18:58:39 | 2021-02-18T18:58:39 | 330,438,893 | 0 | 0 | null | true | 2021-02-10T18:09:16 | 2021-01-17T16:47:36 | 2021-02-10T17:54:10 | 2021-02-10T18:09:15 | 1,761 | 0 | 0 | 0 | Java | false | false | package ui;
import duke.Duke;
import duke.DukeResponse;
import javafx.animation.PauseTransition;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.ButtonType;
import javafx.scene.control.ScrollPane;
import jav... | UTF-8 | Java | 2,681 | java | MainWindow.java | Java | [] | null | [] | package ui;
import duke.Duke;
import duke.DukeResponse;
import javafx.animation.PauseTransition;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.ButtonType;
import javafx.scene.control.ScrollPane;
import jav... | 2,681 | 0.637822 | 0.637076 | 89 | 29.123596 | 25.846052 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52809 | false | false | 13 |
8b7321279fcd4af7c3d9a8efbdcb7fa920f93f1c | 7,361,573,976,117 | ef71e029670a48e13a960ab3f2af9e4bd57193f0 | /src/main/java/ACM/Division/Solution.java | 11ec555850a48b76a75fd2576cdcd370718757de | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qixuxiang/algorithm | https://github.com/qixuxiang/algorithm | 9e155dcc97e62bcdac0ab27b6b0e7460ee757c35 | fd88c1bec826c273cf13db14bef077861768c4a3 | refs/heads/master | 2020-04-29T01:58:06.913000 | 2018-01-31T06:05:57 | 2018-01-31T06:05:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ACM.Division;
import basic.Util;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Set;
import java.util.concurrent.ConcurrentSkipListSet;
/**
* Created with IntelliJ IDEA.
* User:ChengLiang
* Date:2017/7/21
* Time:19:29
* <p>
* 输入正整数n,按从小到大的顺序输出所有形如abcde/fghij = n的表达式,其中a~j恰好
* ... | UTF-8 | Java | 2,743 | java | Solution.java | Java | [
{
"context": "tSet;\n\n/**\n * Created with IntelliJ IDEA.\n * User:ChengLiang\n * Date:2017/7/21\n * Time:19:29\n * <p>\n * 输入正整数n,",
"end": 225,
"score": 0.9778465032577515,
"start": 215,
"tag": "NAME",
"value": "ChengLiang"
}
] | null | [] | package ACM.Division;
import basic.Util;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Set;
import java.util.concurrent.ConcurrentSkipListSet;
/**
* Created with IntelliJ IDEA.
* User:ChengLiang
* Date:2017/7/21
* Time:19:29
* <p>
* 输入正整数n,按从小到大的顺序输出所有形如abcde/fghij = n的表达式,其中a~j恰好
* ... | 2,743 | 0.540984 | 0.516965 | 102 | 24.715687 | 20.42412 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568627 | false | false | 13 |
7b9ef7e2ae5d3126cb375f575caef01fd38f5d40 | 15,006,615,771,887 | 39c4d314fc626596236c71a5feca891e18ff1fdd | /spring-cloud-open-service-broker-autoconfigure/src/test/java/org/springframework/cloud/servicebroker/autoconfigure/web/servlet/CatalogControllerIntegrationTest.java | 9113ec849f07db9d576343fc27b9ab451779c0ab | [
"Apache-2.0"
] | permissive | kwangnam/spring-cloud-cloudfoundry-service-broker | https://github.com/kwangnam/spring-cloud-cloudfoundry-service-broker | 5080b696d5f7513107a9a96940de98c2123fe34c | d1d8d306d1dc5c1d5e77aeddfafbb44271c4002a | refs/heads/master | 2021-05-15T05:16:55.311000 | 2017-12-27T23:13:43 | 2017-12-27T23:13:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | UTF-8 | Java | 9,099 | java | CatalogControllerIntegrationTest.java | Java | [] | null | [] | /*
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 9,099 | 0.76371 | 0.758325 | 169 | 52.840237 | 39.146416 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.343195 | false | false | 13 |
d289e14ed31e407216d515ace9f84629c347e8c6 | 6,588,479,855,276 | e5bc561cd39c3979e9f988cb4265b7d54fac2c4d | /src/main/java/cs/ubc/ca/parser/DigraphNode.java | 8037ad19b8e150bdd408a8bd018212a028312c40 | [
"MIT"
] | permissive | marquesarthur/tiny-dot | https://github.com/marquesarthur/tiny-dot | ff613a4a18f32655af42db40c50209368f23b167 | 48621a97c11cc46d96be9e96d65a921db7c1fd7e | refs/heads/master | 2020-03-29T00:38:16.159000 | 2019-10-23T22:23:06 | 2019-10-23T22:23:06 | 149,348,731 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cs.ubc.ca.parser;
import cs.ubc.ca.dsl.OutputWriter;
import cs.ubc.ca.errors.TransformationException;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.... | UTF-8 | Java | 2,912 | java | DigraphNode.java | Java | [
{
"context": "e ::= {@link ShapeNode}\n *\n * </pre>\n *\n * @author Arthur Marques\n */\npublic class DigraphNode extends Node {\n\n ",
"end": 670,
"score": 0.9998857378959656,
"start": 656,
"tag": "NAME",
"value": "Arthur Marques"
}
] | null | [] | package cs.ubc.ca.parser;
import cs.ubc.ca.dsl.OutputWriter;
import cs.ubc.ca.errors.TransformationException;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.... | 2,904 | 0.634615 | 0.634272 | 88 | 32.090908 | 33.034981 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
d6b60f26416b60b6a5984e54b8345fac8e6a4ddd | 28,535,762,757,607 | 420610b8ec5ec3fb1bd256801c89a9c35100a358 | /src/filme/FXMLDocumentController.java | 06583f2cb7eac9da38a7837ceb008746bf2120fb | [] | no_license | matheustbmm102030/Exer2FX | https://github.com/matheustbmm102030/Exer2FX | 49b44606a82adfa07c6d1cf30cd6f453fac6011d | 201d27368de6e17b150a922dae5038bbb9498c2e | refs/heads/master | 2020-07-13T04:43:24.952000 | 2019-08-28T17:59:47 | 2019-08-28T17:59:47 | 204,992,544 | 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 filme;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXM... | UTF-8 | Java | 2,161 | java | FXMLDocumentController.java | Java | [
{
"context": ".scene.control.ToggleGroup;\r\n\r\n/**\r\n *\r\n * @author Theo\r\n */\r\npublic class FXMLDocumentController implement",
"end": 583,
"score": 0.9753209948539734,
"start": 579,
"tag": "NAME",
"value": "Theo"
}
] | 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 filme;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXM... | 2,161 | 0.561777 | 0.561777 | 92 | 21.48913 | 16.484179 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 13 |
ddc93c49eeeef4250036c6b39019ce0d22bac10f | 7,215,545,106,628 | 50bf2865cfc46a9303dc13ca0ec3615e171d9b96 | /src/main/java/ua/factories/account_of_equipment/dao/impls/SearchConnectionUserWithDocsAnotherImpl.java | 85f9287ea60fbc8c28bf5b2b2f1d2e375799c463 | [] | no_license | JavaThrone/Factories | https://github.com/JavaThrone/Factories | a98aa954f3e60e493f544299e519d53d6cada4aa | 8a62b9e30040b5f956f6fcc53916cf664f23e9f5 | HEAD | 2019-03-11T06:14:07.608000 | 2017-08-30T07:47:13 | 2017-08-30T07:47:19 | 101,853,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.factories.account_of_equipment.dao.impls;
import org.hibernate.Criteria;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.Restrictions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.an... | UTF-8 | Java | 2,339 | java | SearchConnectionUserWithDocsAnotherImpl.java | Java | [] | null | [] | package ua.factories.account_of_equipment.dao.impls;
import org.hibernate.Criteria;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.Restrictions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.an... | 2,339 | 0.799059 | 0.798632 | 54 | 42.314816 | 41.19503 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 13 |
c5acc8be02fbe4fe6ce232b8cd921a9bc6e65bb4 | 3,341,484,570,675 | 7fdc79a942bbf80b0f9aecfc3a4bcad9bab75d09 | /java&jdbc/Sorting/src/com/ustglobal/sorting/set/SortByMicr.java | 084fe120568d8af8b2049ef0ece826025d01f4cf | [] | no_license | puttulkumari/USTGlobal-16-sept-2019-puttul-kumari | https://github.com/puttulkumari/USTGlobal-16-sept-2019-puttul-kumari | 96102162bdf752079818e6dca0f78f9a9f531554 | b0d63c42500b5260b6900b6550a13193bad2f0a2 | refs/heads/master | 2023-01-09T18:48:03.411000 | 2019-12-22T04:01:13 | 2019-12-22T04:01:13 | 215,547,477 | 0 | 0 | null | false | 2023-01-07T21:15:32 | 2019-10-16T12:52:07 | 2019-12-21T14:31:06 | 2023-01-07T21:15:32 | 122,856 | 0 | 0 | 201 | JavaScript | false | false | package com.ustglobal.sorting.set;
import java.util.Comparator;
public class SortByMicr implements Comparator<Bank>
{
@Override
public int compare(Bank o5, Bank o6) {
Long c =o5.micr;
Long d =o6.micr;
return c.compareTo(d);
}
}
| UTF-8 | Java | 257 | java | SortByMicr.java | Java | [] | null | [] | package com.ustglobal.sorting.set;
import java.util.Comparator;
public class SortByMicr implements Comparator<Bank>
{
@Override
public int compare(Bank o5, Bank o6) {
Long c =o5.micr;
Long d =o6.micr;
return c.compareTo(d);
}
}
| 257 | 0.673152 | 0.657588 | 21 | 11.238095 | 15.206217 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 13 |
276bdffa96e35d11ce9e28a8fcf0a1d3f59ef73d | 14,242,111,593,890 | f483738326a8fd065549b9bf6e0a392b1ad12076 | /C++/modifiedFibonacciDP.java | 94fb9dd6f1ba815687fe33946b7a56f5287691b9 | [] | no_license | Diksha65/Programs | https://github.com/Diksha65/Programs | ea738a1784db3dffd0c5a454b4fef192fedd33ea | e4dd7424148329365db2c7b637b7e2ea36e3ebf6 | refs/heads/master | 2021-08-08T08:17:18.694000 | 2021-07-25T07:48:47 | 2021-07-25T07:48:47 | 177,302,849 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.math.BigInteger;
class modifiedFibonacciDP {
public static void main(String args[]) throws Exception{
Scanner scan = new Scanner(System.in);
BigInteger fib[] = new BigInteger[3];
int i=0;
fib[2] = scan.nextBigInteger();
fib[0] = scan.ne... | UTF-8 | Java | 563 | java | modifiedFibonacciDP.java | Java | [] | null | [] | import java.util.Scanner;
import java.math.BigInteger;
class modifiedFibonacciDP {
public static void main(String args[]) throws Exception{
Scanner scan = new Scanner(System.in);
BigInteger fib[] = new BigInteger[3];
int i=0;
fib[2] = scan.nextBigInteger();
fib[0] = scan.ne... | 563 | 0.541741 | 0.51865 | 19 | 28.68421 | 20.473482 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 13 |
b72dc1611d422747525eb1761d2a74b8fe94fd75 | 21,028,159,883,752 | f431491229714cf82e4edd7e3c839e410cad10ea | /src/main/java/com/jero/system/spring/service/AportesServiceImp.java | 349e8280d71ba662c3e42db64af7458ae78c88e5 | [] | no_license | Jorodu/JEROSystem | https://github.com/Jorodu/JEROSystem | ac8be7073b6ef1595a7d099cdfd9abc76204ff3b | 51d0a9bdad3e058a726e3729b89e6eaa471a879f | refs/heads/master | 2022-12-08T12:29:47.142000 | 2020-09-02T00:03:13 | 2020-09-02T00:03:13 | 287,818,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jero.system.spring.service;
import com.jero.system.spring.model.Productos;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.beans.factory.annotation.Autowired;
import com.jero.system.spring.dao.AportesDao;
import com.jero.system.spring.model.Aportes;
... | UTF-8 | Java | 1,017 | java | AportesServiceImp.java | Java | [] | null | [] | package com.jero.system.spring.service;
import com.jero.system.spring.model.Productos;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.beans.factory.annotation.Autowired;
import com.jero.system.spring.dao.AportesDao;
import com.jero.system.spring.model.Aportes;
... | 1,017 | 0.728614 | 0.728614 | 40 | 23.424999 | 21.832186 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325 | false | false | 13 |
910f7e7838dc043d3f8c3c852c9b4070cf16555b | 12,034,498,424,687 | 76c2f397d5ae08052396d2beee3c93791d93b72f | /commander/src/main/java/com/ted/commander/client/radioManager/AccountRoleRadioManager.java | d97565d8ed52d9e2b000df888bd0ca00c05ca1bd | [
"Apache-2.0"
] | permissive | gsiu-criobe/commander | https://github.com/gsiu-criobe/commander | debcbc63ab105bef58aa45f9e2d757eb39fa054d | ecb11b7bdf5cf8e1e9bf9dac0dd05291d8d004a0 | refs/heads/master | 2022-10-19T13:43:37.330000 | 2020-06-12T20:07:42 | 2020-06-12T20:07:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ted.commander.client.radioManager;
import com.google.gwt.core.client.GWT;
import com.petecode.common.client.widget.PaperRadioElementManager;
import com.ted.commander.common.enums.AccountRole;
import com.vaadin.polymer.paper.element.PaperRadioGroupElement;
/**
* Created by pete on 1/29/2015.
*/
public c... | UTF-8 | Java | 880 | java | AccountRoleRadioManager.java | Java | [
{
"context": "lement.PaperRadioGroupElement;\n\n\n/**\n * Created by pete on 1/29/2015.\n */\npublic class AccountRoleRadioMa",
"end": 293,
"score": 0.982843816280365,
"start": 289,
"tag": "USERNAME",
"value": "pete"
}
] | null | [] | package com.ted.commander.client.radioManager;
import com.google.gwt.core.client.GWT;
import com.petecode.common.client.widget.PaperRadioElementManager;
import com.ted.commander.common.enums.AccountRole;
import com.vaadin.polymer.paper.element.PaperRadioGroupElement;
/**
* Created by pete on 1/29/2015.
*/
public c... | 880 | 0.735227 | 0.727273 | 29 | 29.344828 | 27.494547 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 13 |
0ff7f4cb691b609d80076e91f309f0394bb72d68 | 2,448,131,400,917 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_15cccb97e2cb86a044e1d5a3b428fe9cbf462209/ClientProxy/27_15cccb97e2cb86a044e1d5a3b428fe9cbf462209_ClientProxy_t.java | e8240de82d5d6cbb50377a77fe190307544de34d | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package rebelkeithy.mods.keithyutils;
import java.io.File;
import net.minecraft.client.Minecraft;
import rebelkeithy.mods.keithyutils.capes.CapeTickHandler;
import cpw.mods.fml.common.registry.TickRegistry;
import cpw.mods.fml.relauncher.Side;
public class ClientProxy extends CommonProxy
{
public voi... | UTF-8 | Java | 513 | java | 27_15cccb97e2cb86a044e1d5a3b428fe9cbf462209_ClientProxy_t.java | Java | [] | null | [] | package rebelkeithy.mods.keithyutils;
import java.io.File;
import net.minecraft.client.Minecraft;
import rebelkeithy.mods.keithyutils.capes.CapeTickHandler;
import cpw.mods.fml.common.registry.TickRegistry;
import cpw.mods.fml.relauncher.Side;
public class ClientProxy extends CommonProxy
{
public voi... | 513 | 0.760234 | 0.760234 | 23 | 21.26087 | 22.104923 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
f9edcd712f2d85ada33781af00c96ff3aa829da5 | 13,786,845,058,385 | 4c2238fe9d3cb4d86c8202b970af6528994c0377 | /commons/src/main/java/com/mfusion/commons/tools/rss/RssHandler.java | b8c5c947b4ad113e0d4f94e8009670e61173b5ab | [] | no_license | yangzifeiyu/NinjaPlayer | https://github.com/yangzifeiyu/NinjaPlayer | b14aa9a67e0a4c926cb02e41c44dc7cd47c62920 | abe9f9a679f3863e9d440cf329934b9c7d49ebb9 | refs/heads/master | 2020-05-21T16:43:18.343000 | 2017-07-11T02:18:54 | 2017-07-11T02:18:56 | 63,036,181 | 1 | 0 | null | false | 2016-08-04T13:06:12 | 2016-07-11T04:19:58 | 2016-07-11T04:21:46 | 2016-08-04T13:06:12 | 1,241 | 0 | 0 | 0 | Java | null | null | package com.mfusion.commons.tools.rss;
import java.util.ArrayList;
import java.util.List;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
public class RssHandler extends DefaultHandler {
RssFeed rssFeed;
RssItem rssItem;
String lastElementName = "";// �... | UTF-8 | Java | 5,108 | java | RssHandler.java | Java | [] | null | [] | package com.mfusion.commons.tools.rss;
import java.util.ArrayList;
import java.util.List;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
public class RssHandler extends DefaultHandler {
RssFeed rssFeed;
RssItem rssItem;
String lastElementName = "";// �... | 5,108 | 0.589943 | 0.583086 | 198 | 21.101009 | 19.454165 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.752525 | false | false | 13 |
2267c00566d4e303abf590f248602f96f3c02607 | 21,492,016,376,429 | 5a50babdd7996e4ffc06005f985327d870abe011 | /lektion13/ExerciseThree.java | 3fce586567c3cedb532ed0f12278063c2aada9e9 | [] | no_license | yrgohrm/oop_ht20 | https://github.com/yrgohrm/oop_ht20 | 53de9bedffccf6e1a047ff701dd6f01dc178b9c9 | 2a43fa02f6b4e784cde9b43a903e7ddc43498288 | refs/heads/master | 2023-02-01T06:04:27.301000 | 2020-12-02T15:11:39 | 2020-12-02T15:11:39 | 299,933,317 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
public class ExerciseThree {
public static void main(String[] args) throws IOException {
Strin... | UTF-8 | Java | 998 | java | ExerciseThree.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
public class ExerciseThree {
public static void main(String[] args) throws IOException {
Strin... | 998 | 0.581162 | 0.579158 | 32 | 30.1875 | 21.452618 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 13 |
940b794b6fa61a809ba5f7ebace5d9df97810de9 | 21,492,016,378,551 | 2b1c1190d9e593a418080a9948fb1cbd43b66cfb | /PolytopiaMod/com/google/android/gms/drive/internal/zzau.java | c7df0c907c672aa336e199b3d09bdf35e3a9b242 | [] | no_license | kabrooksRUSH/Kyle-Brooks-AP-Comp-Sci-2018 | https://github.com/kabrooksRUSH/Kyle-Brooks-AP-Comp-Sci-2018 | a69680962a5c3fada9f506e865cc4ff74381da72 | 80f132bea87708edca495452db43e6964f527e89 | refs/heads/master | 2021-01-21T06:27:09.624000 | 2018-01-05T18:31:53 | 2018-01-05T18:31:53 | 101,941,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.drive.internal;
import com.google.android.gms.internal.zzrw;
import com.google.android.gms.internal.zzrx;
import com.google.android.gms.internal.zzry;
import com.google.android.gms.internal.zzse;
import java.io.IOException;
public final class zzau extends zzry<zzau> {
public long zz... | UTF-8 | Java | 2,850 | java | zzau.java | Java | [] | null | [] | package com.google.android.gms.drive.internal;
import com.google.android.gms.internal.zzrw;
import com.google.android.gms.internal.zzrx;
import com.google.android.gms.internal.zzry;
import com.google.android.gms.internal.zzse;
import java.io.IOException;
public final class zzau extends zzry<zzau> {
public long zz... | 2,850 | 0.575088 | 0.565614 | 77 | 36.012985 | 50.836506 | 392 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597403 | false | false | 13 |
4356769a5d50500f685632d492c019bc44c4186c | 18,614,388,309,259 | c36d00024fda19fbaf730266928bf533dc5747c3 | /stringReplace.java | 6a5ca97f0055f7b1f537efcff922806423ae4914 | [] | no_license | cs163summer2019/lab-8-whxzayc | https://github.com/cs163summer2019/lab-8-whxzayc | 0b2b45c9bb130095125cafb4b9a567a038f7d347 | 421cd76842a018b384b0fcccdee2a93e466b9324 | refs/heads/master | 2020-06-17T08:57:48.211000 | 2019-07-08T20:15:34 | 2019-07-08T20:15:34 | 195,871,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stringReplace;
// stringReplace Assignment
//Author: Siheng Wang
//Class: CS163
//Email: siheng@cs.colostate.edu
import java.util.Scanner;
public class stringReplace {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
String... | UTF-8 | Java | 485 | java | stringReplace.java | Java | [
{
"context": "ngReplace;\r\n// stringReplace Assignment\r\n//Author: Siheng Wang\r\n//Class: CS163\r\n//Email: siheng@cs.colostate.edu",
"end": 74,
"score": 0.9998006820678711,
"start": 63,
"tag": "NAME",
"value": "Siheng Wang"
},
{
"context": "t\r\n//Author: Siheng Wang\r\n//Class: ... | null | [] | package stringReplace;
// stringReplace Assignment
//Author: <NAME>
//Class: CS163
//Email: <EMAIL>
import java.util.Scanner;
public class stringReplace {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
String s1 = "Your name is (... | 464 | 0.659794 | 0.639175 | 21 | 21.095238 | 14.352385 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 13 |
4eb594b548c92ce10bab8af532aadbb0f76000d5 | 6,081,673,726,108 | 1ed94632d39999a0df86e0cc9fbf36dfee976f94 | /Term_Project/src/message/MessageInputStream.java | 2f343f91db7fecffe5a3fd9a7cb525ea338b5e2c | [] | no_license | aetrudel/CPSC559 | https://github.com/aetrudel/CPSC559 | a56471c5dd5bbbc8fbebcc9999292805b6335ac3 | 7cc717375f47d61fc120acb5de36e8d0a616eeb9 | refs/heads/master | 2018-01-08T12:27:03.468000 | 2016-04-13T23:36:21 | 2016-04-13T23:36:21 | 51,665,162 | 3 | 0 | null | false | 2016-03-09T04:12:24 | 2016-02-13T20:48:46 | 2016-02-23T00:03:08 | 2016-03-09T04:12:24 | 670 | 2 | 0 | 0 | Java | null | null | package message;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
/**
* Concrete implementation for the MessageInput interface, used to read
* Messages from an InputStream.
*
* @author james
*/
public class MessageInputStream extends DataInputSt... | UTF-8 | Java | 2,497 | java | MessageInputStream.java | Java | [
{
"context": "ad\n * Messages from an InputStream.\n * \n * @author james\n */\npublic class MessageInputStream extends D",
"end": 260,
"score": 0.7474691867828369,
"start": 259,
"tag": "NAME",
"value": "j"
},
{
"context": "\n * Messages from an InputStream.\n * \n * @author james\n ... | null | [] | package message;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
/**
* Concrete implementation for the MessageInput interface, used to read
* Messages from an InputStream.
*
* @author james
*/
public class MessageInputStream extends DataInputSt... | 2,497 | 0.607129 | 0.603524 | 70 | 34.671429 | 24.717676 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757143 | false | false | 13 |
8a8a91300389d7b22327240cff3b68d4cfaf76dc | 18,820,546,746,058 | 91605f80115617be794799cb7cf54a5d5e950e5e | /XMLTask/src/ua/kpi/xml_imp/Tags.java | dc3ef5637d95da4b8a0b2a64a36d1ff394377b35 | [] | no_license | lor1an/task3 | https://github.com/lor1an/task3 | 57cc933dc41f109ac60b7bf2c29a9623291d7d95 | be15978716718a34f2345bdb8103698081093b90 | refs/heads/master | 2016-08-05T14:27:34.355000 | 2014-02-06T02:59:07 | 2014-02-06T02:59:07 | 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 ua.kpi.xml_imp;
/**
*
* @author lor1an
*/
public interface Tags {
String ID = "id";
String TARIFF = "tariff";
String NAME = "name";
String ONAME = "oname";
String PAYROLL ... | UTF-8 | Java | 500 | java | Tags.java | Java | [
{
"context": "*/\r\npackage ua.kpi.xml_imp;\r\n\r\n/**\r\n *\r\n * @author lor1an\r\n */\r\npublic interface Tags {\r\n\r\n String ID = ",
"end": 157,
"score": 0.9995158910751343,
"start": 151,
"tag": "USERNAME",
"value": "lor1an"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ua.kpi.xml_imp;
/**
*
* @author lor1an
*/
public interface Tags {
String ID = "id";
String TARIFF = "tariff";
String NAME = "name";
String ONAME = "oname";
String PAYROLL ... | 500 | 0.588 | 0.586 | 23 | 19.73913 | 14.697581 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 13 |
0ec1cb28d9bac86c2d969716322c04d9a7941c35 | 14,181,982,058,636 | 6493ed9c088090ae56391134cb522b71bae67524 | /WzorceProjektoweJAVAbyd/src/main/java/builder/Builder.java | 699f7c28553fe293d62ac05925047a23d39f78c8 | [] | no_license | zawnet/DesignPaterns | https://github.com/zawnet/DesignPaterns | 6c4c3c7eec30806260db9d3ec80ae14114a101a7 | 341b1e5c744c50b7229709da987dab8cb39c0864 | refs/heads/main | 2023-08-24T13:49:26.544000 | 2021-10-24T06:57:53 | 2021-10-24T06:57:53 | 418,087,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package builder;
public class Builder {
private String firstName;
private String lastName;
private Address address;
private Double myWallet;
public Builder firstName(String firstName){
this.firstName = firstName;
return this;
}
public Builder lastName(String lastName){
... | UTF-8 | Java | 556 | java | Builder.java | Java | [] | null | [] | package builder;
public class Builder {
private String firstName;
private String lastName;
private Address address;
private Double myWallet;
public Builder firstName(String firstName){
this.firstName = firstName;
return this;
}
public Builder lastName(String lastName){
... | 556 | 0.627698 | 0.627698 | 31 | 16.935484 | 15.541693 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 13 |
a7b8663fdca82a3e609c374320257bc16255ea50 | 14,181,982,061,486 | a01ea7602f4d34c93b80b8678a3c331f532d7a96 | /src/Utility/MappingKeyCode.java | 87b7de8d81c9cb175eac1710534b8e59e2669f91 | [] | no_license | schert/SundayRobot | https://github.com/schert/SundayRobot | 4d8641158f424b170c486d4f7cde3c8ff4907aa4 | 3aee8f8d13886360217d1a5d21e6df2b6cdedebb | refs/heads/master | 2021-05-18T11:58:38.520000 | 2020-06-23T16:24:54 | 2020-06-23T16:24:54 | 251,235,798 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Utility;
import java.awt.event.KeyEvent;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.jnativehook.keyboard.NativeKeyEvent;
import core.Constants;
public class MappingKeyCode {
private static fi... | UTF-8 | Java | 1,380 | java | MappingKeyCode.java | Java | [] | null | [] | package Utility;
import java.awt.event.KeyEvent;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.jnativehook.keyboard.NativeKeyEvent;
import core.Constants;
public class MappingKeyCode {
private static fi... | 1,380 | 0.736232 | 0.733333 | 45 | 29.666666 | 27.666265 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 13 |
05ba572c66f82ec128503cec252a2f0369e5e29e | 27,839,978,036,461 | 47fb54b82ea432a7cbd1bba4f09b73ab3f975d88 | /Algorithm_DataStructures/src/algorithms/ReverseLinkedList.java | 423889ca7ccebaa05c26d27e5fd150052fb09f01 | [] | no_license | ankitrlps/Algorithms-DataStructures | https://github.com/ankitrlps/Algorithms-DataStructures | f3a4c76d374ed8bf38dcf37c43edde6d204d2f4f | 49ce371cf48cebaae22e30bc13e105134a902644 | refs/heads/master | 2020-03-19T12:03:47.995000 | 2018-11-28T20:13:58 | 2018-11-28T20:13:58 | 136,492,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms;
public class ReverseLinkedList<E> {
Node<E> head;
class Node<E> {
Node<E> next;
E data;
Node(E data) {
this.data = data;
}
}
public Node<E> reverseList() {
if(head != null){
Node<E> curr = null;
curr = head;
Node<E> previous = null;
Node<E> te... | UTF-8 | Java | 1,120 | java | ReverseLinkedList.java | Java | [] | null | [] | package algorithms;
public class ReverseLinkedList<E> {
Node<E> head;
class Node<E> {
Node<E> next;
E data;
Node(E data) {
this.data = data;
}
}
public Node<E> reverseList() {
if(head != null){
Node<E> curr = null;
curr = head;
Node<E> previous = null;
Node<E> te... | 1,120 | 0.560714 | 0.554464 | 59 | 16.983051 | 15.077755 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.440678 | false | false | 13 |
146f7984db5ba5911db838b8a58303edceb233bf | 13,400,297,963,891 | d01885d829ee4d18bcd6b4dac20fc6a98af44793 | /src/main/java/at/sitsolutions/osp/logging/aspect/MethodEntryExitAspect.java | d08ecbe2c43a02db34cb520f0df9ae944aba3ee0 | [] | no_license | anujmehra/JSON_SchemaGenerator | https://github.com/anujmehra/JSON_SchemaGenerator | c3d323e29fa90a0d1eaceb8f55a06e2b9941d18d | 76a3e91be51343cc9625324e2bf0f242829d0d8d | refs/heads/master | 2016-09-08T01:23:43.926000 | 2015-07-09T03:31:55 | 2015-07-09T03:31:55 | 34,667,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.sitsolutions.osp.logging.aspect;
import org.apache.log4j.Logger;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
/**
* Aspect class for entry exit... | UTF-8 | Java | 2,648 | java | MethodEntryExitAspect.java | Java | [
{
"context": "every public method in the application.\n * @author anujmehra\n *\n */\n@Aspect\npublic class MethodEntryExitAspect",
"end": 457,
"score": 0.9996516108512878,
"start": 448,
"tag": "USERNAME",
"value": "anujmehra"
}
] | null | [] | package at.sitsolutions.osp.logging.aspect;
import org.apache.log4j.Logger;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
/**
* Aspect class for entry exit... | 2,648 | 0.678625 | 0.676737 | 70 | 36.828571 | 41.28091 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.042857 | false | false | 13 |
8c13328ca0c59190dea5ca21b027061530a527ac | 33,079,838,170,117 | 70e432cb30f9436e7c34dda26ccc29e30ef73b09 | /docroot/WEB-INF/service/com/liferay/lmssa/model/ActManAuditSoap.java | 7292908b9898680a7f7a3f04789dc2a5a56460e5 | [] | no_license | TelefonicaED/ActivityManager-portlet | https://github.com/TelefonicaED/ActivityManager-portlet | e70c8dc0bce6e61771c3162d522d98d65f45bc64 | b47a66f6abc0ba1322c6a95e54b1536794c59cce | refs/heads/master | 2017-10-18T10:13:54.118000 | 2017-10-17T07:26:42 | 2017-10-17T07:26:42 | 34,738,515 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | UTF-8 | Java | 4,675 | java | ActManAuditSoap.java | Java | [
{
"context": "ice.http.ActManAuditServiceSoap}.\n *\n * @author TLS\n * @see com.liferay.lmssa.service.http.ActM",
"end": 876,
"score": 0.7425187826156616,
"start": 873,
"tag": "NAME",
"value": "TLS"
}
] | null | [] | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | 4,675 | 0.713155 | 0.709733 | 216 | 20.648148 | 22.464092 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.365741 | false | false | 13 |
a04e59c63e6c848a6acf3e4e858ef727e11c3ef4 | 33,079,838,170,478 | 3e5e13c869d4bf8892cfa03afed59d53f4c32ab7 | /src/main/java/com/project/dao/MarkDAO.java | 7b6cd29f8a198b415a833273e188414c46346d77 | [] | no_license | rupeshshrestha722/School-System | https://github.com/rupeshshrestha722/School-System | 781bffde45eb9f5c0106861474731c82ab9392dc | 684b32d51669ff4fae8fab5e1b9911bcd019791f | refs/heads/master | 2020-04-22T22:48:12.372000 | 2019-02-14T16:17:42 | 2019-02-14T16:17:42 | 170,720,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.dao;
import com.project.entity.Mark;
import java.util.List;
public interface MarkDAO {
Mark getMark(int id);
List<Mark> getStudentMarks(int studentId, int subjectId);
void saveMark(Mark mark);
void deleteMark(Mark mark);
void updateMark(Mark mark);
}
| UTF-8 | Java | 298 | java | MarkDAO.java | Java | [] | null | [] | package com.project.dao;
import com.project.entity.Mark;
import java.util.List;
public interface MarkDAO {
Mark getMark(int id);
List<Mark> getStudentMarks(int studentId, int subjectId);
void saveMark(Mark mark);
void deleteMark(Mark mark);
void updateMark(Mark mark);
}
| 298 | 0.714765 | 0.714765 | 14 | 20.285715 | 17.506849 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 13 |
29bdd3d7e75dbca24d67f24c30fc3c9b83cc0ed9 | 9,311,489,152,080 | 16554f143de028aa7c1b1cee705c7a87dbd9bbc4 | /src/main/java/com/bullimog/portal/connectors/FileConnector.java | 90c5897489a87ff56b596493d9f3acfab980cbef | [
"Apache-2.0"
] | permissive | bullimog/portal | https://github.com/bullimog/portal | 59c4442ccfcc6b8010f29721db86d5177a0200ae | 85e613ad5e97228a54b7d6db67c2386794117887 | refs/heads/main | 2023-08-22T12:08:02.611000 | 2021-10-31T10:55:44 | 2021-10-31T10:55:44 | 324,990,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bullimog.portal.connectors;
import java.util.Optional;
public interface FileConnector {
public <T> Optional <T> readContents(Class<T> valueType);
public <T> boolean writeContents(T t);
}
| UTF-8 | Java | 209 | java | FileConnector.java | Java | [] | null | [] | package com.bullimog.portal.connectors;
import java.util.Optional;
public interface FileConnector {
public <T> Optional <T> readContents(Class<T> valueType);
public <T> boolean writeContents(T t);
}
| 209 | 0.746412 | 0.746412 | 8 | 25.125 | 21.380116 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
90ae1d839ce7ef2c45a6f41f7eff76135e0a3ea6 | 9,311,489,153,927 | aedcb0f4afced7cd08dbe6df695f333b6ab73a75 | /lumify-web/src/test/java/com/altamiracorp/lumify/web/routes/workspace/WorkspaceByIdTest.java | d907fc2cdd8c2de9432e3554fd85e34ac587fe1a | [
"Apache-2.0"
] | permissive | dgreene3p/lumify | https://github.com/dgreene3p/lumify | 6000ef6166087c0a7c9967314a358621b3c7a34e | 870a7d25dbd28d2c9cff213022e01567c37bf75e | refs/heads/master | 2020-12-11T07:21:06.395000 | 2014-02-25T15:58:28 | 2014-02-25T15:58:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.altamiracorp.lumify.web.routes.workspace;
import com.altamiracorp.lumify.core.model.workspace.WorkspaceRepository;
import com.altamiracorp.lumify.web.routes.RouteTestBase;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.Mo... | UTF-8 | Java | 2,973 | java | WorkspaceByIdTest.java | Java | [
{
"context": " workspaceRowKey = new WorkspaceRowKey(\"lumify\", \"Default - lumify\");\n// when(mockRequest",
"end": 769,
"score": 0.5443390607833862,
"start": 766,
"tag": "KEY",
"value": "ify"
},
{
"context": " UserRowKey userRowKey = new UserRowKey(\"lumify\");... | null | [] | package com.altamiracorp.lumify.web.routes.workspace;
import com.altamiracorp.lumify.core.model.workspace.WorkspaceRepository;
import com.altamiracorp.lumify.web.routes.RouteTestBase;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.Mo... | 2,973 | 0.726875 | 0.726875 | 66 | 44.045456 | 35.595978 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.712121 | false | false | 13 |
92c6576eda35ce9b39a1367be0f8a9365eb745a9 | 3,539,053,115,988 | eca5062ab665a9753ae6b18c33846c2868f73d32 | /cws_client_cashier/src/uo/ri/ui/cashier/action/MainMenu.java | 68e780623bc64615a9123c112200ba9bbc67ed5d | [] | no_license | GermanDiazGlez/JPA_CWS | https://github.com/GermanDiazGlez/JPA_CWS | 12189e0c2166b2065deb207d89889e1108398799 | d7dc25f4aa77b7057956655aa765db7b949cc3dc | refs/heads/master | 2023-05-24T13:03:57.351000 | 2021-06-13T22:24:41 | 2021-06-13T22:24:41 | 375,051,944 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uo.ri.ui.cashier.action;
import alb.util.menu.BaseMenu;
public class MainMenu extends BaseMenu {{
menuOptions = new Object[][] {
{ "Cash", null },
{ "Find work orders by client", FindWorkOrdersByClientAction.class },
{ "Find work orders by plate", FindWorOrdersByPlateAction.class },
{ "Invoice wor... | UTF-8 | Java | 427 | java | MainMenu.java | Java | [] | null | [] | package uo.ri.ui.cashier.action;
import alb.util.menu.BaseMenu;
public class MainMenu extends BaseMenu {{
menuOptions = new Object[][] {
{ "Cash", null },
{ "Find work orders by client", FindWorkOrdersByClientAction.class },
{ "Find work orders by plate", FindWorOrdersByPlateAction.class },
{ "Invoice wor... | 427 | 0.704918 | 0.704918 | 13 | 31.923077 | 25.439102 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.692308 | false | false | 13 |
aea393aea45017320de1d901fcdbd6e6da25d97d | 12,893,491,892,583 | eaea28d953c647c416d63ef5abbb3345de459734 | /java/prs/src/p7.java | 3aa55a7c4b18a831429f302da5c6d26400b651ca | [] | no_license | Leoprasann/cpp | https://github.com/Leoprasann/cpp | 5abcb5672c81058880920093fc4f558b60f38651 | 6940f63ea4d2e7a60a2c02c30e69be2388ebba9e | refs/heads/master | 2020-03-18T22:01:58.707000 | 2018-05-31T07:46:19 | 2018-05-31T07:46:19 | 135,254,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class p7
{
public static void main(String []x)
{
String s=x[0],r="",k;
int i,j;
char c1[]=new char[s.length()];
for(i=0;i<s.length();i++)
c1[i]=s.charAt(i);
for(i=s.length()-1;i>=0;i--)
{
r+=c1[i];
}
if(s.equalsIgnoreCase(r))
System.out.println("The given string is a palindrome");
else
System.out.printl... | UTF-8 | Java | 368 | java | p7.java | Java | [] | null | [] | class p7
{
public static void main(String []x)
{
String s=x[0],r="",k;
int i,j;
char c1[]=new char[s.length()];
for(i=0;i<s.length();i++)
c1[i]=s.charAt(i);
for(i=s.length()-1;i>=0;i--)
{
r+=c1[i];
}
if(s.equalsIgnoreCase(r))
System.out.println("The given string is a palindrome");
else
System.out.printl... | 368 | 0.616848 | 0.595109 | 19 | 17.473684 | 17.652697 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 13 |
69df483df95cd968e01a542319abe78f5c422473 | 7,928,509,688,485 | 44901b8d1bdabc5e4190c813ad041a3c8f8ef704 | /core/src/com/ray3k/changeylane/entities/EnemyEntity.java | 2c379330e05bf6c2353a6481a9acb744f8c27721 | [
"MIT"
] | permissive | raeleus/Changy-Lane | https://github.com/raeleus/Changy-Lane | 237424f14610fa8b0f2945ac4bcf0f6673c2eb9c | d2b8412b750ea2416925598c69555e8928564947 | refs/heads/master | 2020-03-18T07:13:30.527000 | 2018-05-22T15:57:13 | 2018-05-22T15:57:13 | 134,439,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License
*
* Copyright 2018 Raymond Buckley.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy,... | UTF-8 | Java | 2,646 | java | EnemyEntity.java | Java | [
{
"context": "/*\n * The MIT License\n *\n * Copyright 2018 Raymond Buckley.\n *\n * Permission is hereby granted, free of char",
"end": 58,
"score": 0.9998579025268555,
"start": 43,
"tag": "NAME",
"value": "Raymond Buckley"
},
{
"context": "k.changeylane.states.GameState;\n\n/**\n *... | null | [] | /*
* The MIT License
*
* Copyright 2018 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | 2,637 | 0.674225 | 0.668178 | 81 | 31.666666 | 31.510923 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
f766d430b48f915aed47fcdd1c42af39fbf2ad23 | 1,451,699,009,707 | 47fb5c34dd0a3172e475392b3256a3b44d9694c9 | /src/main/org/jamocha/rete/functions/math/MathFunctions.java | 89b6bbc4431e03682a52c944361ddeebb81670fc | [
"Apache-2.0"
] | permissive | DaveWoodman/morendo | https://github.com/DaveWoodman/morendo | a0a8769c6227d7bffcb77d8f651e8490038cd37f | d0db2fb7386cb09a5f8411c6a5fffe8841987677 | refs/heads/main | 2023-06-27T00:16:58.756000 | 2021-07-27T17:32:40 | 2021-07-27T17:32:40 | 366,151,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2002-2008 Jamocha
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ruleml-dev.sourceforge.net/
*
* Unless required by applicable law or agreed to in writin... | UTF-8 | Java | 4,830 | java | MathFunctions.java | Java | [
{
"context": "/*\n * Copyright 2002-2008 Jamocha\n *\n * Licensed under the Apache License, Version ",
"end": 33,
"score": 0.9995214343070984,
"start": 26,
"tag": "NAME",
"value": "Jamocha"
}
] | null | [] | /*
* Copyright 2002-2008 Jamocha
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ruleml-dev.sourceforge.net/
*
* Unless required by applicable law or agreed to in writin... | 4,830 | 0.698344 | 0.693996 | 182 | 25.538462 | 14.614315 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.434066 | false | false | 13 |
b184509298a8a35d78e1253b677e072f2785725b | 755,914,306,464 | 0cfba0c2ae683c6a0f1bfd12f1309be1b6468c29 | /com.dayun.report/src/com/dayun/report/taskreport/TaskReportJob.java | 5bef5d4d018e87be7722ecbdb2c24df471c21207 | [] | no_license | tzhou1103/extrawork | https://github.com/tzhou1103/extrawork | 154dc0bf9e3a7e17c1fcde35baf4a8c227880530 | 01dcf08bb68c6f9fb53daa9c46e8659529e7b8f4 | refs/heads/master | 2021-07-08T01:20:55.210000 | 2020-09-04T16:17:59 | 2020-09-04T16:17:59 | 183,740,317 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dayun.report.taskreport;
import com.dayun.report.utils.ExcelUtil;
import com.dayun.report.utils.TcUtil;
import com.jacob.activeX.ActiveXComponent;
import com.jacob.com.Dispatch;
import com.teamcenter.rac.aif.kernel.AIFComponentContext;
import com.teamcenter.rac.kernel.TCComponentDataset;
import com... | GB18030 | Java | 10,303 | java | TaskReportJob.java | Java | [] | null | [] | package com.dayun.report.taskreport;
import com.dayun.report.utils.ExcelUtil;
import com.dayun.report.utils.TcUtil;
import com.jacob.activeX.ActiveXComponent;
import com.jacob.com.Dispatch;
import com.teamcenter.rac.aif.kernel.AIFComponentContext;
import com.teamcenter.rac.kernel.TCComponentDataset;
import com... | 10,303 | 0.671374 | 0.66598 | 247 | 39.283401 | 32.214375 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.919028 | false | false | 13 |
9c129193ce75bd933e19e64dc6635416544eda5c | 5,712,306,558,703 | d24d3088e8efb245856410764a259bb8038a5ba3 | /stars-dal/src/main/java/com/hotyum/stars/dal/model/Notice.java | e28f952f7a8fff3e712c6d67008a1a39106cccc9 | [] | no_license | chenyong6301567/star | https://github.com/chenyong6301567/star | 3f7f5dc4481ebf64bff4866fe8268d3c786d8a81 | 127b29d6542f86ecb01e4745f0dbe22541958b46 | refs/heads/master | 2021-09-09T10:03:24.350000 | 2018-03-15T01:40:13 | 2018-03-15T01:40:13 | 115,788,019 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hotyum.stars.dal.model;
import java.io.Serializable;
import java.util.Date;
public class Notice implements Serializable {
private Integer id;
private Integer userId;
private Byte type;
private String noticeContent;
private Date gmtCreate;
private Date gmtModify... | UTF-8 | Java | 3,890 | java | Notice.java | Java | [] | null | [] | package com.hotyum.stars.dal.model;
import java.io.Serializable;
import java.util.Date;
public class Notice implements Serializable {
private Integer id;
private Integer userId;
private Byte type;
private String noticeContent;
private Date gmtCreate;
private Date gmtModify... | 3,890 | 0.569152 | 0.566067 | 125 | 29.136 | 33.520226 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352 | false | false | 13 |
3eb8d2a5263620e6dd47af71e16f68225abb828c | 7,189,775,272,776 | 1b933120c55b0500bebb47f9ddd1851a933db4a0 | /src/main/java/fr/lebonq/demineurgl/gamelogic/grid/Grid.java | 95698d24f338a546a4bcebe8533fa2a8913300b3 | [] | no_license | lebonq/demineurgl | https://github.com/lebonq/demineurgl | 955c08549845ba5f27dc7e74eafac8700ddfa8d8 | e535e9ab4850cc41769f2e60f78ce02049e652e9 | refs/heads/master | 2023-04-06T16:57:40.289000 | 2021-04-19T12:38:55 | 2021-04-19T12:38:55 | 359,453,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.lebonq.demineurgl.gamelogic.grid;
import java.util.Date;
import java.util.Random;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import fr.lebonq.demineurgl.engine.Window;
import fr.lebonq.demineurgl.engine.graphics.AnimatedSprite;
import fr.lebonq.demineurgl.engine.gr... | UTF-8 | Java | 7,375 | java | Grid.java | Java | [] | null | [] | package fr.lebonq.demineurgl.gamelogic.grid;
import java.util.Date;
import java.util.Random;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import fr.lebonq.demineurgl.engine.Window;
import fr.lebonq.demineurgl.engine.graphics.AnimatedSprite;
import fr.lebonq.demineurgl.engine.gr... | 7,375 | 0.528136 | 0.509288 | 221 | 32.37104 | 29.886631 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61086 | false | false | 13 |
1126092f4f32684196105551038c552d628e1808 | 21,904,333,276,513 | fd9883721b39677493149b3897248c19fe25e4e0 | /src/BusinessLogic/Node.java | ab3686443cc0a9593514f74a61b87f3b0c480165 | [] | no_license | FabiJhoel/TheEndlessGame | https://github.com/FabiJhoel/TheEndlessGame | f7ab1b4f5ee1b8154ff0539f346f91055fc38512 | eef08670d33e51d6e2b8f5c71b7b2d8e0035283d | refs/heads/master | 2021-01-13T01:30:44.215000 | 2014-06-10T15:51:25 | 2014-06-10T15:51:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BusinessLogic;
import java.util.ArrayList;
import java.util.Random;
import java.math.BigInteger;
public class Node {
private long id;
private BigInteger seed; // intersection number
private int level;
private boolean visited;
private String name;
private boolean isReturn;
private boolean isReal;
pri... | UTF-8 | Java | 3,955 | java | Node.java | Java | [] | null | [] | package BusinessLogic;
import java.util.ArrayList;
import java.util.Random;
import java.math.BigInteger;
public class Node {
private long id;
private BigInteger seed; // intersection number
private int level;
private boolean visited;
private String name;
private boolean isReturn;
private boolean isReal;
pri... | 3,955 | 0.637421 | 0.633375 | 217 | 17.225807 | 19.534435 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.013825 | false | false | 13 |
f5c53a804288c2b2beea9323594c639f3715610d | 21,904,333,280,669 | 6650ba188e747ecce8d8704efec58806a3cea4a0 | /app/src/main/java/com/solutions/guidedrecovery/ecapp/EindActivity.java | 192e45a21ce915f93ca3dbb57823ada6d9f23372 | [] | no_license | dipak1988/imtpmd | https://github.com/dipak1988/imtpmd | 8b3cde4ce992d5edbde020ea3946c6917a50e68b | 9ca7c1d556dd634ade06ddd3c140e4c97c0a59dd | refs/heads/master | 2021-03-12T18:09:52.662000 | 2017-06-21T18:23:38 | 2017-06-21T18:23:38 | 91,450,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.solutions.guidedrecovery.ecapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
/**
* Created by Daan on 19-6-2017.
*/
public class EindActivity extends AppCompatActivity {
TextView EC_veld;
protected v... | UTF-8 | Java | 688 | java | EindActivity.java | Java | [
{
"context": "mport android.widget.TextView;\n\n\n/**\n * Created by Daan on 19-6-2017.\n */\n\npublic class EindActivity exte",
"end": 207,
"score": 0.9294843673706055,
"start": 203,
"tag": "NAME",
"value": "Daan"
}
] | null | [] | package com.solutions.guidedrecovery.ecapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
/**
* Created by Daan on 19-6-2017.
*/
public class EindActivity extends AppCompatActivity {
TextView EC_veld;
protected v... | 688 | 0.668605 | 0.652616 | 31 | 21.193548 | 22.566631 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 13 |
c5484c1f980100836b215fe31b9e90dbc0bc90ec | 10,222,022,233,589 | f914d14abfde8f4e25640ef2e37fa96642c23761 | /TP_C/Tri_rapide/TriRapide.java | a04220b0b528b71fc0c4a22bb7c9cb28c16fd956 | [] | no_license | BARRY-JN/M1---TP-Poc | https://github.com/BARRY-JN/M1---TP-Poc | ad054e56538447e759065f75ae4c316db61398f0 | 558e55f01ea701d20f631a752199625ca4a1a073 | refs/heads/main | 2023-01-22T15:16:20.156000 | 2020-11-24T15:33:11 | 2020-11-24T15:33:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // -*- coding: utf-8 -*-
import java.util.Arrays;
import java.util.Random ;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
public class TriRapide {
static final int taille = 100_000_000 ; ... | UTF-8 | Java | 7,423 | java | TriRapide.java | Java | [] | null | [] | // -*- coding: utf-8 -*-
import java.util.Arrays;
import java.util.Random ;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
public class TriRapide {
static final int taille = 100_000_000 ; ... | 7,423 | 0.54538 | 0.515217 | 197 | 36.360405 | 30.408173 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.883249 | false | false | 13 |
92a787ff91d4cbf8e048f666d919ba91eda5b7e4 | 29,128,468,218,784 | a149e9a2d629e98186ca7bdbca19a4f09e44476c | /src/normalizer/EndStringNormalizer.java | 44a1288fd39562c97cae8aa8a4e707bb8aa27ece | [] | no_license | ducanhnguyen/cft4cpp-core | https://github.com/ducanhnguyen/cft4cpp-core | 4d26f1a0ccfdac6f6d9c85461f945f05a6cc0abc | fef3b04d357b6c5f4b1d5d9805a434afe0917c29 | refs/heads/master | 2020-03-07T21:12:17.405000 | 2018-07-25T00:44:53 | 2018-07-25T00:44:53 | 127,720,351 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package normalizer;
import java.io.File;
import config.Paths;
import parser.projectparser.ProjectParser;
import tree.object.IFunctionNode;
import utils.search.FunctionNodeCondition;
import utils.search.Search;
/**
* Ex:"while (a[c] != '\0'){"--------------->"while (a[c] != 0){"
*
* @author DucAnh
*/
public class... | UTF-8 | Java | 1,391 | java | EndStringNormalizer.java | Java | [
{
"context": "--------------->\"while (a[c] != 0){\"\n *\n * @author DucAnh\n */\npublic class EndStringNormalizer extends Abst",
"end": 303,
"score": 0.9449707269668579,
"start": 297,
"tag": "NAME",
"value": "DucAnh"
}
] | null | [] | package normalizer;
import java.io.File;
import config.Paths;
import parser.projectparser.ProjectParser;
import tree.object.IFunctionNode;
import utils.search.FunctionNodeCondition;
import utils.search.Search;
/**
* Ex:"while (a[c] != '\0'){"--------------->"while (a[c] != 0){"
*
* @author DucAnh
*/
public class... | 1,391 | 0.687994 | 0.6844 | 44 | 30.613636 | 30.450567 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
47f17043e513f563f144e9f882b749ac212f5e45 | 1,116,691,524,345 | 209925a59b962224f4b23a2c10e6399e938cf2ba | /.svn/pristine/4d/4dbfe40ecfe2bd68bb6db508d7e4f9b85ea85f8d.svn-base | 8afd8c1a4900beea0ba6acc38f41b5e495d4e2bb | [] | no_license | 1104376671/pc-admin | https://github.com/1104376671/pc-admin | b0c5a81fd0a0bab9fcf87b403629cb1258d2e6d8 | ca6b425ed6dd2f91900519f907be63a1ad1b583a | refs/heads/master | 2018-12-19T13:55:56.903000 | 2018-09-16T04:01:33 | 2018-09-16T04:01:33 | 148,770,499 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ghaoqi.pc.admin.mapper.item;
import com.ghaoqi.pc.admin.pojo.dto.excel.GoodsExcelDTO;
import com.ghaoqi.pc.admin.pojo.dto.item.TemplateItemDTO;
import com.github.pagehelper.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface GhqItemMapper {
/**
* 根据品牌ID查询商品... | UTF-8 | Java | 1,137 | 4dbfe40ecfe2bd68bb6db508d7e4f9b85ea85f8d.svn-base | Java | [] | null | [] | package com.ghaoqi.pc.admin.mapper.item;
import com.ghaoqi.pc.admin.pojo.dto.excel.GoodsExcelDTO;
import com.ghaoqi.pc.admin.pojo.dto.item.TemplateItemDTO;
import com.github.pagehelper.Page;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface GhqItemMapper {
/**
* 根据品牌ID查询商品... | 1,137 | 0.565752 | 0.565752 | 53 | 18.962265 | 20.644302 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.245283 | false | false | 13 | |
3e517399045abc60e40f902640faa948d3d9685f | 28,338,194,259,469 | 651049bba5d68fcea3ea8791be132f4476ac672f | /app/src/main/java/com/example/administrator/suoji/MainActivity.java | 32851f24ff5c63d715c2b7e06ba78fc33471e9d3 | [] | no_license | zengwei123/ZwPermissions | https://github.com/zengwei123/ZwPermissions | f7180b592d62ee9e7b611aed07ed8ae3e585da35 | a7316164baa4d5339d2ccfc97fd378dce6c3bbf5 | refs/heads/master | 2020-03-28T20:24:06.506000 | 2018-09-17T03:53:25 | 2018-09-17T03:53:25 | 149,065,910 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.suoji;
import android.Manifest;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private ZwPermissions zwPermissions;
privat... | UTF-8 | Java | 1,332 | java | MainActivity.java | Java | [] | null | [] | package com.example.administrator.suoji;
import android.Manifest;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private ZwPermissions zwPermissions;
privat... | 1,332 | 0.699242 | 0.698485 | 35 | 36.714287 | 33.399376 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 13 |
f872e4961704275b67d23145e625dec52237edb8 | 24,137,716,267,205 | 7b968303685cbd089b140460bcd072827753e1ac | /LogParser/src/execute/NLPSExecutor.java | b9d17c60faeb4d6cdca71f20f60e1c4208f96a00 | [] | no_license | tajmilur-rahman/SOEN6611 | https://github.com/tajmilur-rahman/SOEN6611 | 5c84ab2eb7d0873818a01d358655e1fdec23bf01 | 39882bece33435202d6f62579f0bb7fcee51b239 | refs/heads/master | 2021-01-13T02:15:46.436000 | 2018-03-06T04:51:26 | 2018-03-06T04:51:26 | 15,872,347 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package execute;
import java.text.ParseException;
import java.util.Date;
import db.EventJaccardDBWriter;
/**
* @author amish_gala
* Uses the data after data extraction and data cleanup via SQL script. This code should be
* run only after the records have been cleaned. The output is a table showing the
* Jacca... | UTF-8 | Java | 1,565 | java | NLPSExecutor.java | Java | [
{
"context": "\n\nimport db.EventJaccardDBWriter;\n\n\n/**\n * @author amish_gala\n * Uses the data after data extraction and data c",
"end": 134,
"score": 0.9977642893791199,
"start": 124,
"tag": "USERNAME",
"value": "amish_gala"
},
{
"context": "e_mn where yr = '2012' and mn = '5' ... | null | [] | package execute;
import java.text.ParseException;
import java.util.Date;
import db.EventJaccardDBWriter;
/**
* @author amish_gala
* Uses the data after data extraction and data cleanup via SQL script. This code should be
* run only after the records have been cleaned. The output is a table showing the
* Jacca... | 1,565 | 0.693291 | 0.672204 | 46 | 33.02174 | 35.38084 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.413043 | false | false | 13 |
a298d4a2ee56ce3e83d9b839ba4626a78da5b55e | 26,834,955,705,161 | 5ccbe9dfc5ce8605d0c1caad9e93a1a06c32d332 | /src/rmi/MyRemoteClient.java | 9a0d40eb18cdc56c35df06cd2f5c7e5d09bef07a | [] | no_license | akshaygautam/exploring-java | https://github.com/akshaygautam/exploring-java | 9b4d32bb53b6bd5b88c1919cd89e9e67a72cbd1a | fb722d1a890f4130654921bd66beb0e2e78f68b5 | refs/heads/master | 2021-03-01T14:18:54.994000 | 2020-06-27T18:14:44 | 2020-06-27T18:14:44 | 245,791,869 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rmi;
import java.rmi.Naming;
import rmi.remote.MyRemote;
/**
*
* @author akshay
* To test run:
* Run start rmiregistry from src folder
*
*/
public class MyRemoteClient {
public static void main(String[] args) {
MyRemoteClient client = new MyRemoteClient();
client.go();
}
public void go() {
... | UTF-8 | Java | 520 | java | MyRemoteClient.java | Java | [
{
"context": "g;\n\nimport rmi.remote.MyRemote;\n/**\n * \n * @author akshay\n * To test run:\n * Run start rmiregistry from src",
"end": 92,
"score": 0.9050261378288269,
"start": 86,
"tag": "USERNAME",
"value": "akshay"
}
] | null | [] | package rmi;
import java.rmi.Naming;
import rmi.remote.MyRemote;
/**
*
* @author akshay
* To test run:
* Run start rmiregistry from src folder
*
*/
public class MyRemoteClient {
public static void main(String[] args) {
MyRemoteClient client = new MyRemoteClient();
client.go();
}
public void go() {
... | 520 | 0.663462 | 0.663462 | 30 | 16.333334 | 17.506824 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 13 |
ad19b587d6c7a4b23f445a47f3e981baed9c8f47 | 28,578,712,394,475 | 5172974deb064500192a7a170eb578a100c2216c | /src/lesson3/LogicalOperator.java | 878e30065358ea53bca8c5fbb9bc86e113d3179a | [] | no_license | sofeeGud/java-core-grom | https://github.com/sofeeGud/java-core-grom | 707ecf023a6a6f3db0c3dfdf8d47153b3c08a171 | 7b2f379e2175db9e8226b7000dd206b86cf0563d | refs/heads/master | 2020-06-16T17:02:54.509000 | 2020-01-02T16:56:50 | 2020-01-02T16:56:50 | 195,293,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson3;
public class LogicalOperator {
}
| UTF-8 | Java | 51 | java | LogicalOperator.java | Java | [] | null | [] | package lesson3;
public class LogicalOperator {
}
| 51 | 0.784314 | 0.764706 | 4 | 11.75 | 12.295833 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
f0d3f11c30420370f5c624a0fd6f4743f91769b9 | 11,416,023,107,025 | 37ff0c4eb0a5a87c0161f2a9b9c0ecda4e672d41 | /designpattern/src/main/java/me/unc/designpattern/build/factory/factorymethod/pizzastore/order/PizzaStore.java | 79d2259f26e02a6cd3c7e9ec600422ecf39de1a1 | [] | no_license | Linzish/design-pattern | https://github.com/Linzish/design-pattern | c4dd9563293166c59bf7c4d5dbc646c15d920148 | 465813ed97c9752bd899732c9a2e6bd1ace97985 | refs/heads/master | 2020-11-30T08:56:22.198000 | 2020-04-27T02:23:27 | 2020-04-27T02:23:27 | 230,360,718 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.unc.designpattern.build.factory.factorymethod.pizzastore.order;
/**
* 工厂方法模式应用案例
* 新需求:
* 客户在点披萨时,可以点不同口味的披萨,比如 北京的奶酪 pizza、北京的胡椒 pizza 或者是伦敦的奶酪 pizza、伦敦的胡椒 pizza。
*
* 分析:
* 使用简单工厂模式,创建不同的简单工厂类,比如 BJPizzaSimpleFactory、LDPizzaSimpleFactory 等等,
* 从当前这个案例来说,也是可以的,但是考虑到项目的规模,以及软件的可维护性、可扩展性并不是特别好
*
* ... | UTF-8 | Java | 1,277 | java | PizzaStore.java | Java | [] | null | [] | package me.unc.designpattern.build.factory.factorymethod.pizzastore.order;
/**
* 工厂方法模式应用案例
* 新需求:
* 客户在点披萨时,可以点不同口味的披萨,比如 北京的奶酪 pizza、北京的胡椒 pizza 或者是伦敦的奶酪 pizza、伦敦的胡椒 pizza。
*
* 分析:
* 使用简单工厂模式,创建不同的简单工厂类,比如 BJPizzaSimpleFactory、LDPizzaSimpleFactory 等等,
* 从当前这个案例来说,也是可以的,但是考虑到项目的规模,以及软件的可维护性、可扩展性并不是特别好
*
* ... | 1,277 | 0.641656 | 0.639069 | 30 | 24.766666 | 21.991943 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.