Dataset Viewer
Auto-converted to Parquet Duplicate
source
stringclasses
45 values
date
int32
2.02k
2.02k
text
stringlengths
49
2.1M
token_count
int32
50
1.2M
category
stringclasses
42 values
common_corpus_Chinese-Court-Decisions
2,018
江苏省太仓市人民法院刑 事 判 决 书(2018)苏0585刑初249号公诉机关江苏省太仓市人民检察院。被告人夏杰,男,1991年5月30日生,汉族,小学文化,无业,住安徽省庐江县。2013年3月28日、2013年11月15日均因盗窃被太仓市公安局决定行政拘留十四日、六日;2017年9月1日因犯盗窃罪被安徽省合肥高新技术产业开发区人民法院判处有期徒刑十个月,并处罚金人民币八千元,2018年2月12日刑满释放。2018年3月21日因本案被羁押,次日因涉嫌盗窃被刑事拘留,同年3月29日经本院决定被逮捕。现羁押于太仓市看守所。江苏省太仓市人民检察院以太检诉刑诉〔2018〕258号起诉书指控被告人夏杰犯盗窃罪。本院依法适用简易程序,实行独任...
1,517
misc_reference
common_corpus_Github Open Source
2,018
class DropGivPaymentTable < ActiveRecord::Migration def change drop_table :giv_payments do |t| t.float :amount t.string "from_etrade_to_dwolla_transaction_id" t.string "from_dwolla_to_giv2giv_transaction_id" t.string "status" t.timestamps null: false end end end
84
misc_reference
common_corpus_Github Open Source
2,018
/** * Created by Administrator on 2018/4/11. */ //以下为官方示例 $().ready(function(){ // validate the comment form when it is submitted $("#myForm").validate(); $("#myform").validate(); });
55
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
西藏自治区拉萨市城关区人民法院民 事 裁 定 书(2018)藏0102民初622号原告:中信银行股份有限公司信用卡中心拉萨分中心,营业场所拉萨市。负责人:刘忠,该分中心总经理。委托诉讼代理人:李媛媛,女,1983年7月16日出生,汉族,黑龙江省哈尔滨市南岗区人,该分中心工作人员,现住拉萨市。委托诉讼代理人:廖舒捷,男,1990年5月28日出生,汉族,广东省东莞市人,该分中心工作人员,现住拉萨市。被告:韩天国,男,1998年11月4日出生,汉族,甘肃省古浪县人,其他基本情况不详。原告中信银行股份有限公司信用卡中心拉萨分中心(以下简称中信银行拉萨分中心)与被告韩天国信用卡纠纷一案,本院于2018年3月29日立案受理。原告中信银行股份有限...
630
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
福建省闽侯县人民法院 执 行 裁 定 书 (2018)闽0121执2374号 申请执行人毛雪容,女,1991年12月26日出生,汉族,住福建省沙县。 申请执行人徐贤海,男,1986年12月8日出生,汉族,住福建省沙县。 被执行人福建顺华置业发展有限公司,住所地福建省福州市闽侯县。 民事诉讼法本院在执行申请执行人刘芷瑜、刘惠安、方峰与被执行人福建顺华置业发展有限公司商品房预售合同纠纷一案,经查,本院在执行(2018)闽0121执2505号案件中,已依法查封了被执行人福建顺华置业发展有限公司名下的财产,目前正在依法处置。为节约司法资源,提高执行效率,统筹协调关联案件的执行,现将(2018)闽0121执2374号执行一案并入(2018)闽...
751
misc_reference
common_corpus_VoxPopuli
2,018
per rispetto ad altri questo distorce la concorrenza gli agricoltori dell'est dell'Europa hanno condizioni più difficili sono proprio quelli dei paesi più poveri che invece dovrebbero avere più soldi per lo sviluppo per recuperare rispetto agli agricoltori più ricchi dell'Europa più vecchia questa secondo me dovrebbe e...
95
misc_reference
common_corpus_StackExchange
2,018
Type Mismatch during json parsing in flutter I have a json which is returning as a List. I am trying to parse it but I am getting an error named _InternalLinkedHashMap' is not a subtype of type 'List' Here is my code - ...
520
misc_reference
common_corpus_StackExchange
2,018
How to upgrade Eclipse to SimRel version I have Eclipse version Oxygen 2 and I'd like to upgrade to the latest SimRel version instead of doing fresh install because I have many configurations etc. I've tried to update using Install/Update tab with repository link http://download.eclipse.org/releases/simrel like in the...
266
misc_reference
common_corpus_Github Open Source
2,018
package monumenttheft; import java.sql.SQLException; import main.MysqlHelper; import spark.Request; import spark.Response; import spark.Route; import spark.Spark.*; public class MonumentTheft { //Jesse & Jessin MysqlHelper mysql; public MonumentTheft(){ try { mysql = new MysqlHelper(); } catch (S...
174
misc_reference
common_corpus_Github Open Source
2,018
#region Copyright // Copyright (c) 2009 - 2010, Kazi Manzur Rashid <kazimanzurrashid@gmail.com>. // This source is subject to the Microsoft Public License. // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL. // All other rights reserved. #endregion namespace MvcExtensions { using System; using Sy...
362
misc_reference
common_corpus_StackExchange
2,018
drawing from saved svg in jquery signature I'm using the JQuery UI Signature library to take signatures on websites. I can capture the signatures OK, but if I try and re-draw the signature (using saved as SVG), it doesn't work. Console says "Uncaught SyntaxError: Unexpected token < in JSON at position 0" JSFiddle v...
541
misc_reference
common_corpus_Github Open Source
2,018
#include <ros/ros.h> #include <sensor_msgs/JointState.h> #include <std_msgs/String.h> #include <cartesian_impedance_msgs/SetCartesianImpedance.h> #include <tf/tf.h> #include <tf_conversions/tf_eigen.h> #include <pluginlib/class_loader.h> #include <std_msgs/String.h> #include <QObject> #include <QTimer> #include <Qt...
439
misc_reference
common_corpus_StackExchange
2,018
NativeScript Angular multiple ListPickers I'm making an App using NativeScript with Angular. There is a page that has two labels that need to act as dropdown select boxes. They are set to show a listPicker. A sample of the HTML <StackLayout orientation="horizontal" class="field_row"> <Label text="Type:" class="field...
453
misc_reference
common_corpus_Eurovoc
2,018
7: BAT-associated emission levels (BAT-AELs) for channelled NH3, odour, dust and TVOC emissions to air from the biological treatment of waste Parameter Unit NH3 (1) (2) Odour concentration (1) (2) Dust TVOC mg/Nm3 ouE/Nm3 mg/Nm3 mg/Nm3 BAT-AEL (Average over the sampling period) 0. 3–20 Waste treatment process 200–1 000...
16,708
misc_reference
common_corpus_French Open Data
2,018
MISSION MINEURS NON DPJJ-MMNA - Rapport Annuel d’’Activité 2018 Introduction .................................................................................................................................................................3 La mission mineurs non accompagnés (MMNA)..........................................
14,892
misc_reference
common_corpus_Github Open Source
2,018
package com.hrym; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.scheduling.annotation.EnableScheduling; /** * 业务程序入口 * * Created by hong on 2017/6/22. */ @EnableScheduling public class RpcServiceApplic...
157
misc_reference
End of preview. Expand in Data Studio

corpus-shard

Text corpus shard. Files are under parts/.

Downloads last month
1,946