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
common_corpus_USPTO
2,018
In some examples, the graph 400 shown in FIG. 4 may be an LDPC graph having dimensions less than that necessary to produce the minimum codeword length utilized in a wireless communication network (e.g., the radio access network 100 shown in FIG. 1). A group of related LDPC graphs may be represented by one of the relate...
8,722
formal_gov
common_corpus_Github Open Source
2,018
<?php namespace App\Helpers; use App\Seo; class SEOHelper { /** * undocumented function * * @return void * @author **/ public static function get() { $url = \Request::path(); $seo = Seo::where('url',$url)->first(); if(is_null($seo)) { $seo = Seo::create([ 'url' => $url, 'title' =...
141
misc_reference
common_corpus_USPTO
2,018
Multimode cryptographic processor ABSTRACT This disclosure describes techniques that include performing cryptographic operations (encryption, decryption, generation of a message authentication code). Such techniques may involve the data processing unit performing any of multiple modes of encryption, decryption, and/o...
8,574
formal_gov
common_corpus_StackExchange
2,018
Collation with Least Amount of Characters *Necessary* for Hashed Passwords I'm trying to figure out the collation I should use for simple user tables that only contain two columns, email and password, whereby the input for password will be the output of password_hash($str, PASSWORD_DEFAULT). What is the lightest weight...
1,763
misc_reference
common_corpus_VoxPopuli
2,018
Η συνεργασία μεταξύ Ευρωπαϊκή Ένωση και ΝΑΤΟ πρέπει να είναι συμπληρωματική και να λαμβάνει υπόψη και να σέβεται τι ιδιαιτερότητε των ΜΕΝ και των ΔΕΜΗ. Σαν Ευρωπαϊκή Ένωση δεν είμαστε συμμαχία εξοπλιστικού χαρακτήρα και δεν θέλουμε να γίνουμε. Θεωρούμε ότι είναι πάρα πολύ σημαντικό ο ρόλο μα στον τομέα τη ασφάλεια και ...
350
misc_reference
common_corpus_Github Open Source
2,018
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Android.Support.V7.Widget; using Android.Content.Res; using Android.Graphics; using Android.Graphic...
1,284
misc_reference
common_corpus_StackExchange
2,018
Expand div from center I'm trying to make a circle div expandable like google material design but something does not work. I want it to expand and fill the page (from top 0 and right 0) and stay in position. But when width and height increase, the center of div moves. I want the same effect on search button on this tem...
894
misc_reference
common_corpus_VoxPopuli
2,018
versucht in vollem Umfang auch jetzt wieder die Verdolmetschung bereitzustellen. Das war ein Thema beim letzten Mal. Da aber jetzt tatsächlich eine Ausschusswoche hier im Parlament ist, hat die gesetzgeberische Arbeit die Vorfahrt bekommen. Sie wissen, dass die Zeit da drängt. Das ist ja das letzte Jahr der Legislaturp...
120
misc_reference
common_corpus_USPTO
2,018
System for assembling and filling electronic cigarettes ABSTRACT A system for assembling electronic cigarette parts comprising cartridges and for filling the cartridges includes a first conveyor; a first group of carrier units connected to the first conveyor to be movable independently along the first conveyor and to...
4,269
formal_gov
common_corpus_VoxPopuli
2,018
krok sa musí urobiť aj v oblasti právneho štátu a boja proti korupcii, ale sa teším, že nové zákony boli nedávno priatené, aby sa bojoval organizovaný zločin a korupcia v Kosovo. Takže ďakujem pekne pánovi Šoltesovi za veľmi dobrú vyváženú správu. Ďakujem pekne za SND. Dostane slovo pán Pancery.
129
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
安徽省阜南县人民法院民 事 裁 定 书(2018)皖1225民初3348号之二原告:刘静,女,1987年2月2日出生,汉族,户籍所在地安徽省阜南县。被告:王佳英,女,1997年3月20日出生,汉族,户籍所在地安徽省阜南县。委托诉讼代理人:李芹,安徽金睿律师事务所律师。委托诉讼代理人:周建,安徽金睿律师事务所(实习)律师。本院审理原告刘静与被告王佳英民间贷款纠纷一案中,原告于2018年7月31日申请撤回起诉。本院认为:原告申请撤诉,符合法律规定,应予以准许。依照《中华人民共和国民事诉讼法》第一百四十五条第一款、第一百五十四条第一款第(五)项的规定,裁定如下:准许原告刘静撤回起诉。案件受理费4536元(原告预交),本院减收2268元,由...
439
misc_reference
common_corpus_Github Open Source
2,018
# -*- coding: utf-8 -*- # GENERAL ######## DEBUG = True DATE_FORMAT = "%Y%m%d%H%M00" # The location's position ######################## # Berne, Baby, Berne! X_LOCATION = 364 Y_LOCATION = 366 # location for radarimages RADAR_IMAGES = '/Path/to/radarimages/folder' SAVE_IMAGES = False #save downsampled images to the ...
522
misc_reference
common_corpus_Github Open Source
2,018
var fs = require("fs"), crypto = require("crypto"), MailParser = require("mailparser").MailParser, fetch = require("fetch"); module.exports.mailUploader = mailUploader; function mailUploader(fileName, targetUrl, options, callback){ if(!callback && typeof options=="function"){ callback = option...
1,604
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
安徽省无为县人民法院民 事 判 决 书(2018)皖0225民初1158号原告:俞万水,男,汉族,住安徽省无为县。委托诉讼代理人:乐志飞,安徽有为律师事务所律师。委托诉讼代理人:佘梦平,安徽有为律师事务所律师。被告:周玉安,男,汉族,住安徽省巢湖市无为县。被告:钟桂香,女,汉族,住安徽省巢湖市无为县。原告俞万水与被告周玉安、钟桂香民间借贷纠纷一案,本院于2018年3月5日立案后(俞万水于2017年3月27日撤回对钟桂香的起诉,本院经审查裁定予以准许),并依法适用简易程序公开开庭进行了审理。原告俞万水及其委托诉讼代理人乐志飞到庭参加诉讼,被告周玉安经传票传唤无正当理由拒不到庭参加诉讼。本案现已审理终结。俞万水向本院提出诉讼请求:1.依...
2,490
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
江苏省泰州市中级人民法院民 事 判 决 书(2018)苏12民终289号上诉人(原审被告):江苏华弘置业有限公司,住所地兴化市戴南镇人民路433号,统一社会信用代码:91321281576720342A。法定代表人:单应存,总经理。委托诉讼代理人:徐爱荣,兴化市陶庄法律服务所法律工作者。被上诉人(原审原告):冯友祥,男,1965年4月25日出生,汉族,住东台市。原审第三人:江苏新兴建设工程有限公司,住所地兴化市丰收南路五里转盘南侧,统一社会信用代码:91321281740653461L。法定代表人:葛文礼,总经理。委托诉讼代理人:陈恒康,男,1968年11月28日出生,汉族,住兴化市。上诉人江苏华弘置业有限公司(以下简称华宏置业公司...
9,119
misc_reference
common_corpus_StackExchange
2,018
Linked list delete node. Free(pointer) prints 0 in next node Below is a delete node in Linklist code that takes head pointer and position to delete as arguments (position index start at ZERO in Linklist). And after deleting, returns a pointer to head. Node* delete(Node* head, int position) { Node *p = head; if...
611
misc_reference
common_corpus_StackExchange
2,018
Calculate the accuracy every epoch in PyTorch I am working on a Neural Network problem, to classify data as 1 or 0. I am using Binary cross entropy loss to do this. The loss is fine, however, the accuracy is very low and isn't improving. I am assuming I did a mistake in the accuracy calculation. After every epoch, I am...
7,368
misc_reference
common_corpus_VoxPopuli
2,018
Pramonėje, transporte ir statybų srityje būti nos reformos. Labai svarbu pagerinti galimybę pasinaudoti ES fondų lėšomis.
50
misc_reference
common_corpus_Creative Commons Common Crawl (CCC)
2,018
Coastal submarine From Infogalactic: the planetary knowledge core Jump to: navigation, search A coastal submarine is a small, maneuverable submarine with shallow draft well suited to navigation of coastal channels and harbors. Although size is not precisely defined, coastal submarines are larger than midget submarine...
594
misc_reference
common_corpus_UK Hansard – House of Commons
2,018
There is a great deal of concern in local government about the financial cliff edge that is facing a number of authorities. The Public Accounts Committee recently asked the Department to do two things: to explain by the end of September why it believes that local authorities are sustainable in the current spending roun...
97
misc_reference
common_corpus_UK Hansard – House of Lords
2,018
I start by offering a welcome to this 25-year plan for the environment, even though it is by no means perfect and has been justifiably criticised as heavy on aspiration and light on detail. The plan outlines some progress that has been made: it highlights significant improvements in water quality made in recent decades...
1,153
misc_reference
common_corpus_VoxPopuli
2,018
Geld einstreichen, indem sie Urheberrechte verletzen. Danke. Danke schön. Eine Minute. Heute hat die bunte Koalition gewonnen, die für diese Richtlinie gestimmt hat. Und auch die Lobbyisten, die hinter Ihnen stehen. Die Lobbyisten freuen sich. Aber sie haben sich ein Ticket für Longesommar
79
misc_reference
common_corpus_Github Open Source
2,018
using System; using System.Threading.Tasks; namespace Broker.Samples.Pipelines { public class GenericQueryPipeline<TMessage, TResult> : IPipeline<TMessage, TResult> { public async Task<TResult> ExecuteAsync(TMessage message, Func<Task<TResult>> next) { Console.WriteLine("Before gene...
87
misc_reference
common_corpus_USPTO
2,018
Display device and driving method for same ABSTRACT An object of the disclosure is to achieve a current-driven display device able to compensate for a variation in threshold voltage of a drive transistor without causing a variation in luminance. A pixel circuit includes a light-emitting element, a drive transistor, a...
9,039
formal_gov
common_corpus_Github Open Source
2,018
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
1,048
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
重庆市高级人民法院刑 事 裁 定 书(2018)渝刑更12号罪犯颜边,男,1971年8月30日出生于重庆市沙坪坝区,汉族,初中文化。现在重庆市渝州监狱服刑。该犯曾因犯盗窃罪于1997年8月被判处拘役五个月;因犯贩卖毒品罪于1998年8月20日被判处有期徒刑一年。重庆市第五中级人民法院于2010年11月16日作出(2010)渝五中法刑初字第52号刑事判决,认定被告人颜边犯制造毒品罪,判处死刑,剥夺政治权利终身,并处没收个人全部财产。该犯不服,提出上诉。本院于2012年10月17日作出(2012)渝高法刑终字第00207号刑事判决,改判该犯死刑,缓期二年执行,剥夺政治权利终身,并处没收个人全部财产。上述裁判发生法律效力后即交付执行。因该...
1,173
misc_reference
common_corpus_VoxPopuli
2,018
conseguir a sua adaptação às novas realidades económicas. Vamos ter que ter em conta as novas necessidades da época digital, os desafios da economia circular, a pegada ecológica. Tudo isto tem que ter um impacto positivo no dia-a-dia dos cidadãos. E amanhã, a nível de discussões havidas no contexto
90
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
湖南省会同县人民法院执 行 裁 定 书(2018)湘1225执92号申请执行人:唐立华,男,1963年10月24日出生。被执行人:廖世高,男,1968年5月1日出生。唐立华申请执行廖世高买卖合同纠纷一案,湖南省会同县人民法院作出的(2016)湘1225民初749号民事调解书,已发生法律效力。申请执行人于2018年4月18日向本院申请执行。本案在执行过程中,申请执行人唐立华向我院提出撤回执行申请。依照《中华人民共和国民事诉讼法》第二百五十七条第一项的规定,裁定如下:终结湖南省会同县人民法院(2016)湘1225民初749号民事调解书的执行。本裁定送达后立即生效。审判长  陶湘宁审判员  张太标审判员  林晓梅二〇一八年八月二十八日书记...
355
misc_reference
common_corpus_VoxPopuli
2,018
imma jadwar dak li jadna, dak li ipoġina fl-imkien, l-Unjoni Ewropea jatina xaħħġa xnirbħu fl-imkien u mmox njitilfu. Għadfad l-inna disa xur sabiex nkunu nistaw narrawi rizultati għu għanna nkunu vuċi ta' fiduċa sa' dak izmin. Nittama li rizultati ta' l-elezjonijiet
131
misc_reference
common_corpus_Github Open Source
2,018
require_relative "./visitor" module MTS # on separe le traitement a faire sur chaque node de la maniere dont les parcourir class StaticInfer < Visitor def basic_type node node.type = node.class.name end def visitRoot node puts "root" node.methods.each do |mname, method| put...
1,328
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
天津市宁河区人民法院民 事 裁 定 书(2017)津0117民初2355号原告:玖龙纸业(天津)有限公司,住所地天津市宁河区经济开发区五纬路。法定代表人:张茵,董事长。委托诉讼代理人:李保兵,天津铭邦律师事务所律师。委托诉讼代理人:梁付彬,公司职员。被告:武汉信昌机电技术服务有限公司,住所地武汉市硚口区解放大道21号汉正街都市工业区新工厂工业园23栋。法定代表人:蒋拥军,经理。委托诉讼代理人:赵堂辉,湖北尚泰律师事务所律师。委托诉讼代理人:龚磊,公司职员。原告玖龙纸业(天津)有限公司与被告武汉信昌机电技术服务有限公司修理合同纠纷一案,本院于2017年7月5日立案。原告玖龙纸业(天津)有限公司于2018年5月24日向本院提出撤诉申请。...
590
misc_reference
common_corpus_Creative Commons Common Crawl (CCC)
2,018
intcox (0.9.3) 0 users Iterated Convex Minorant Algorithm for interval censored event data. http://cran.r-project.org/web/packages/intcox Implementation of ICM-Algorithm by Wei Pan, J. Comp. & Gr. Stat. 78: 109-120, 1999 Algorithm for the Cox proportional hazard model for interval censored data Maintainer: Volkmar...
229
misc_reference
common_corpus_USPTO
2,018
When the user selects the “perform coupling of an additional region in the range surrounded by the frame B” of the menu 84, if the range surrounded by the frame B is located outside the existing navigation image, to acquire a region to be added to a portion outside the existing navigation image, the navigation-image ac...
8,154
formal_gov
common_corpus_Github Open Source
2,018
from django.core.management.base import BaseCommand, CommandError from urlshortenerapp.models import Line class Command(BaseCommand): help = 'Add words.txt in database' def handle(self, *args, **options): with open('words.txt') as file: self.stdout.write('Creating........') f...
91
misc_reference
common_corpus_VoxPopuli
2,018
Na taj način možemo podržati djelnike i razvoj turizma i omogućiti stvaranje dodatnih radnih mjesta u Europi. Za kraj, smatram da je suradnja ključnog značaja. Ovdje smo stvorili u Briselu inicijativu Tourism Manifesto for Growth and Jobs. Dakle, to je od jako velikog značaja. Turizam je značajan sada i bit će značajan...
126
misc_reference
common_corpus_VoxPopuli
2,018
Jag ska läsa på engelska. För brevet är skrivet på engelska från Skjontalandal. Det står, det är därför fru Wikström som den regionala hälsorådgivaren gärna klargör frågor om vårt system. Alltså hon står till förfogande för klargöranden. Fru ordförande, vårt utskott. Kommer jag besöka analysen om några veckor eller mån...
127
misc_reference
common_corpus_Github Open Source
2,018
from ..files import eafile import pandas as pd from io import StringIO import csv import ftplib from ftplib import FTP import sys import gzip import os import shutil import tempfile def gunzip_to_temp_file(path): """ Takes a gzipped file with extension 'gz' and unzips it to a temporary file location so it ca...
1,280
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
{C} 江苏省太仓市人民法院 民 事 裁 定 书 (2018)苏0585民初1779号 原告:上海景瑞物业管理有限公司太仓分公司,住所地江苏省太仓市城厢镇东古路58号,统一社会信用代码91320585682989281U。 法定代表人:张岚,该公司执行董事。 委托诉讼代理人:杨涛,该公司员工。 被告:张哲绯,女,汉族,1962年10月26日生,住河北省廊坊市广阳区。 本院在审理上列原、被告物业服务合同纠纷一案中,原告上海景瑞物业管理有限公司太仓分公司于2018年5月21日向本院提出撤诉申请。 本院认为,当事人有权在法律规定的范围内处分自己的诉讼权利,原告自愿申请撤回起诉,系其真实意思表示,且不违背法律规定,应予准许。依照《中华人民...
548
misc_reference
common_corpus_StackExchange
2,018
What's up with the "What's Up at Wallops" app? While reading about the recent Wallops launch for the question Does the Mars2020 lander need a new parachute design? and trying to confirm how to spell Wallops, I ran across the "free What’s Up at Wallops app provides updates on launches from NASA’s Wallops Flight Facility...
646
misc_reference
common_corpus_VoxPopuli
2,018
com o Parlamento. As presidências búlgara, austríaca e rumena têm o mandato, claro, de se encontrarem e fornecerem informações ao Parlamento antes de todos os Conselhos dos Assuntos Orais, onde é debatido o QFP em conformidade com as disposições do Tratado. Já tivemos reuniões deste tipo no dia 14 de maio, antes do Con...
97
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
成都市武侯区人民法院 民 事 判 决 书 (2018)川0107民初3192号 原告:王素梅,女,1959年11月11日出生,汉族,住成都市锦江区。 被告:四川东华科技发展有限公司,住所地成都市武侯区一环路南二段15号。 法定代表人:周进,总经理。 被告:四川东华机械集团有限公司,住所地成都市高新区九兴大道9号。 法定代表人:杨永东,董事长。 以上二被告委托诉讼代理人:贺晓薇、张强,四川公生明律师事务所律师。 原告王素梅与被告四川东华科技发展有限公司(以下简称东华科技公司)、四川东华机械集团有限公司(以下简称东华机械公司)房屋租赁合同纠纷一案,本院于2018年3月26日立案后,东华科技公司于答辩期内对本案管辖权提出异议,本院裁定驳回...
4,405
misc_reference
common_corpus_Github Open Source
2,018
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSError, NSString; @protocol IQQVIPFunctionFileUploadDelegate <NSObject> @optional - (void)fileInUploadWithTaskID:(long long)arg1 andProgress:(double)...
166
misc_reference
common_corpus_StackExchange
2,018
cors error on netlify client site calling api endpoint My site domain is example.com. In my client app I have this logic: api_call('process.env.NODE_ENV' + '/jobs') so after netlifly deployed the client app I can see it's calling the right api endpoint which is api.example.com. I've also tested it, it's alright. But s...
559
misc_reference
common_corpus_Github Open Source
2,018
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; ...
428
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
四川省邛崃市人民法院 执 行 裁 定 书 (2018)川0183执1163号之一 申请执行人:邛崃市凯信尚品商业经营管理有限公司,住所地:邛崃市临邛镇棉花街259号1层。 法定代表人:李长清。 被执行人:四川成泰伟业房地产开发有限公司,住所地:邛崃市临邛镇洪川村3组。 法定代表人:沈竹元。 申请执行人邛崃市凯信尚品商业经营管理有限公司与被执行人四川成泰伟业房地产开发有限公司租赁合同纠纷一案,本院作出的(2017)川0183民初1370号民事判决书已经发生法律效力,被执行人四川成泰伟业房地产开发有限公司至今未履行法律文书确定的义务,申请执行人邛崃市凯信尚品商业经营管理有限公司于2018年7月3日向本院申请强制执行。 本院在执行过程中,...
859
misc_reference
common_corpus_VoxPopuli
2,018
En dit zijn ook de garanties die wij van Mexico hebben gekregen. Dus bijvoorbeeld op het gebied van geografische aandelingen weten wij dat dat een moeilijk punt is voor de VS. Omdat wij ook zo succesvol zijn geweest op dat vlak.
64
misc_reference
common_corpus_dotgov
2,018
United States Department of Labor Employees’ Compensation Appeals Board __________________________________________ V.L., Appellant and DEPARTMENT OF JUSTICE, BUREAU OF PRISONS, Brooklyn, NY, Employer __________________________________________ ) ) ) ) ) ) ) ) Docket No. 17-1493 Issued: September 12, 20...
5,692
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
山西省临猗县人民法院民 事 裁 定 书(2017)晋0821民初1674号原告:谢某某,男,1964年2月19日生,汉族,农民,住某某县某某镇。原告:屈某某,女,1966年1月24日生,汉族,农民,住某某县某某镇。委托代理人:许言随,山西淳正律师事务所律师。被告:师某某,男,1981年1月24日生,汉族,农民,住某某县某某镇。委托代理人:邵佩玲,女,1975年10月19日生,汉族,法律工作者,住运城市盐湖区府东街***号,系被告师某某表姐。原告谢某某、屈某某与被告师某某抚养关系纠纷一案,本院于2017年7月3日立案。原告谢某某、屈某某于2018年2月5日向本院提出撤诉申请。本院认为,原告谢某某、屈某某以因有新的证据需要提交为由自愿撤...
594
misc_reference
common_corpus_Github Open Source
2,018
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <UIKit/UIView.h> @class LMLinePlayer, LMPlayData, LMShareData, NLMarqueeView, NSDictionary, NSTimer, UIActivityIndicatorView, ...
771
misc_reference
common_corpus_USPTO
2,018
Airfield light ABSTRACT Airfield lights, components thereof, and associated methods. An airfield light can include one or more heat sink modules secured to a heat sink base to form a heat sink module on which light sources are mountable. A method includes assembling a heat sink and mounting light sources thereon. A p...
8,089
formal_gov
common_corpus_Chinese-Court-Decisions
2,018
广东省江门市蓬江区人民法院民 事 判 决 书(2018)粤0703民初546号原告:吕佩华,女,1962年7月23日出生,汉族,身份证登记地址广东省江门市蓬江区,现住广东省江门市蓬江区,委托代理人:刘铭仪、吴海东,均系广东良匠律师事务所律师。被告:李卫红,女,1956年6月9日出生,汉族,身份证登记地址广东省江门市蓬江区,现住广东省江门市蓬江区,被告:莫嘉华,男,1980年6月16日出生,汉族,身份证登记地址广东省江门市蓬江区,现住广东省江门市蓬江区,被告:张成庆,男,1954年9月12日出生,汉族,身份证登记地址广东省江门市蓬江区,现住广东省江门市蓬江区,三被告的共同委托代理人:赵志浩,系国信信扬(江门)律师事务所律师。原告吕佩华...
5,163
misc_reference
common_corpus_StackExchange
2,018
strncmp doesn't return 0 on equal strings Shouldn't the strncmp("end",input,3) == 0 return 0 if the input is end? It returns a number > 0 though. #include <stdio.h> int main(void) { char *strArray[100]; int strLengths[100]; char input[100]; int flag = 0; do { scanf("%c",&input); if(strncmp("end",i...
637
misc_reference
common_corpus_VoxPopuli
2,018
Che cosa facciamo noi di fronte a queste raccomandazioni? Credo che abbiamo delle politiche valide, abbiamo approvato degli orientamenti sul diritto di culto che sono apprezzati a livello internazionale, ma possiamo utilizzare in modo più strategico le nostre strategie per Paese sui diritti umani e le nostre relazioni ...
115
misc_reference
common_corpus_Github Open Source
2,018
import React, { Component } from "react"; import { Container, Header } from "semantic-ui-react"; import Layout from "../../components/template/Layout"; import AdminApprovePaymentForm from "../../components/admin/AdminApprovePaymentForm"; import { Link, Router } from "../../routes"; class ApprovePaymentPage extends Com...
153
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
河北省沧州市中级人民法院刑 事 裁 定 书(2018)冀09刑更1552号罪犯尉迟铁桥,男,1969年3月12日出生,汉族,河北省河间市人,现在河北省。河北省肃宁县人民法院于2010年5月7日作出(2010)肃刑初字第32号刑事判决,以被告人尉迟铁桥犯抢劫、盗窃罪,判处有期徒刑十三年六个月,剥夺政治权利三年,并处罚金一万三千元。判决发生法律效力后交付执行。(刑期自2009年11月17日起至2023年5月16日止)。2016年1月19日减刑一年九个月(刑期至2021年8月16日止)。执行机关河北省沧南监狱于2018年6月8日提出减刑建议书报送本院审理,本院依法组成合议庭进行了审理,现已审理终结。执行机关河北省沧南监狱提出,罪犯尉迟铁桥...
1,191
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
广西壮族自治区平南县人民法院 结 案 通 知 书 (2018)桂0821执935号 申请执行人刘祖福与被执行人黄松才机动车交通事故责任纠纷一案,本院作出的(2018)桂0821民初233号民事判决书已发生法律效力,确定被执行人应履行的义务为:赔偿申请执行人各项损失16056.3元、负担案件受理费117元、执行费141元。因被执行人未履行生效法律文书确定的义务,申请执行人向本院申请强制执行,本院依法立案执行。 在执行过程中,本院向被执行人发出执行通知书和报告财产令等法律文书后,被执行人自动将本案案款缴存至本院执行标的款专用账户,申请执行人刘祖福同意放弃本案利息。本案所确定的义务被执行人已自动履行完毕。 本院认为,被执行人在执行过程中自...
490
misc_reference
common_corpus_Github Open Source
2,018
# # ~/.config/fish/variables.fish # Dotfiles # # Exported variables in fish shell. # # Editor set --export EDITOR_CLI "vim" # vi vim set --export EDITOR_GUI "code" # atom (vs)code mate mvim subl set --export CLI_WAIT_FLAG "-f" set --export GUI_WAIT_FLAG "-w" # EDITOR or VISUAL, only one defined # Use EDITOR for non-l...
755
misc_reference
common_corpus_Creative Commons Common Crawl (CCC)
2,018
4 Citations   Views   Downloads Disc-shaped fossils resembling porpitids or eldonids from the early Cambrian (Series 2: Stage 4) of western USA View article 433 days ago Disc-shaped fossils resembling porpitids or eldonids from E. Cambrian of W. USA (OA) - v @thePeerJ https://t.co/aGLICBzYfu Disc-shaped fossils resem...
7,714
misc_reference
common_corpus_Github Open Source
2,018
package professional.team17.com.professional; import android.test.ActivityInstrumentationTestCase2; import professional.team17.com.professional.Entity.Bid; public class BidTest extends ActivityInstrumentationTestCase2 { public BidTest(){ super(Bid.class); } public void testGetName(){ S...
300
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
成都市新都区人民法院刑 事 判 决 书(2018)川0114刑初542号公诉机关成都市新都区人民检察院。被告人李某某,男,1999年1月2日出生,汉族,职高文化,务工,四川省通江县人,户籍所在地:四川省通江县。因涉嫌盗窃罪,于2017年6月25日被成都市公安局新都区分局取保候审,2018年6月20日被解除取保候审,2018年7月20日被成都市新都区人民检察院取保候审。成都市新都区人民检察院以成新检公诉刑诉(2018)497号起诉书指控被告人李某某犯盗窃罪,于2018年8月1日向本院提起公诉。本院依法适用简易程序,实行独任审判,公开开庭审理了本案。成都市新都区人民检察院指派检察员沈向蓉出庭支持公诉。被告人李某某到庭参加诉讼。现已审理终...
1,359
misc_reference
common_corpus_Github Open Source
2,018
module Data.Profunctor.Split ( Split , split , unSplit , liftSplit , lowerSplit , hoistSplit ) where import Prelude import Data.Exists (Exists, mkExists, runExists) import Data.Functor.Invariant (class Invariant, imap) import Data.Profunctor (class Profunctor) newtype Split f a b = Split (Exists (Split...
391
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
天津市滨海新区人民法院民 事 裁 定 书(2018)津0116民初22380号原告:曹媛媛,女,1993年4月20日出生,汉族,住吉林省敦化市。被告:天津市滨海城投建业投资开发有限公司,住所地天津市滨海新区塘沽河北路4862副1号,统一社会信用代码:9112011663707895X。法定代表人:宋秀东,董事长。原告曹媛媛与被告天津市滨海城投建业投资开发有限公司商品房销售合同纠纷一案,本院在审理过程中,因案情复杂,故本案不宜适用简易程序审理。依照《中华人民共和国民事诉讼法》第一百六十三条的规定,裁定如下:本案转为普通程序审理。审 判 长  李桂华代理审判员  王艳君人民陪审员  宛 榕二〇一八年四月二十四日书 记 员  李 姗 更多...
375
misc_reference
common_corpus_OpenAlex
2,018
REVIEW ARTICLE Pub. 604 REVIEW ARTICLE Pub. 604 ISSN 1678-0345 (Print) ISSN 1679-9216 (Online) ISSN 1678-0345 (Print) ISSN 1679-9216 (Online) RESUMO A inseminação artificial na espécie suína trouxe benefícios pela difusão rápida de características desejáveis no rebanho como a melhora de ganho de peso e conversão alimen...
24,692
academic
common_corpus_Github Open Source
2,018
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSObject.h> @interface CTDispatchActionManager : NSObject { } + (_Bool)dispatch:(id)arg1; + (id)manager; - (void)...
160
misc_reference
common_corpus_OpenAlex
2,018
Elsevier required licence: © <2018>. This manuscript version is made available under the  CC‐BY‐NC‐ND 4.0 license http://creativecommons.org/licenses/by‐nc‐nd/4.0/ Elsevier required licence: © <2018>. This manuscript version is made available under the  CC‐BY‐NC‐ND 4.0 license http://creativecommons.org/licenses/by‐nc‐...
17,897
academic
common_corpus_Creative Commons Common Crawl (CCC)
2,018
Title: Metal Gear You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed. Title: Metal Gear Title Record # 15985 Author: Alexander Frost Date: 1990-00-00 Type: NOVEL [juvenile] [novelization] Series: Worlds of Power Series Number: 2 Webpages: Wikipedia-EN Lang...
268
misc_reference
common_corpus_Github Open Source
2,018
import { Observable } from 'rxjs'; import { ActionsObservable } from 'redux-observable'; import { HttpService } from './../../service/http'; import AuthActions from './../action/auth'; import Path from './../../config/path'; //** Epic Middlewares For Auth **// export default class AuthEpic { //Epic middleware for...
312
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
宁夏回族自治区银川市金凤区人民法院 民 事 判 决 书 (2018)宁0106民初3772号 原告:中国银行股份有限公司宁夏回族自治区分行,住所地:宁夏回族自治区银川市金凤区。 负责人:陈志能,该分行行长。 委托诉讼代理人:张晶,宁夏新中元律师事务所律师。 被告:康辉,女,1976年11月20日出生,汉族,户籍地为宁夏回族自治区银川市兴庆区。 原告中国银行股份有限公司宁夏回族自治区分行诉被告康辉信用卡纠纷一案,本院于2018年5月4日立案受理后,依法适用普通程序,公开开庭进行了审理。原告中国银行股份有限公司宁夏回族自治区分行的委托诉讼代理人张晶到庭参加了诉讼。被告康辉经本院公告送达起诉状副本、应诉通知书、开庭传票等,期限届满未到庭参...
2,062
misc_reference
common_corpus_Github Open Source
2,018
/** * Copyright (c) 2016-2017, Daniel "Dadie" Korner * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright * notice, th...
719
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
山东省威海市文登区人民法院民 事 裁 定 书(2018)鲁1003民初830号原告:张义江,男,1972年8月28日生,汉族,农民,住威海市临港经济技术开发区。委托诉讼代理人:周文海,山东凌云志律师事务所律师。被告:崔梦菁,女,1995年9月30日生,汉族,农民,住威海市文登区。本院在审理原告张义江诉被告崔梦菁民间借贷纠纷一案中,原告于2018年5月2日向本院提出撤诉申请。本院认为,原告要求撤诉是其对自身诉权的正当处分,并不违反法律规定,其撤诉申请,应予准许。依照《中华人民共和国民事诉讼法》第一百四十五条之规定,裁定如下:准许原告张义江撤回起诉。案件受理费50元,由原告负担。审 判 长  李 涛人民陪审员  蔡耿滋人民陪审员  刘昌...
431
misc_reference
common_corpus_VoxPopuli
2,018
W przypadku krajowych projektów widzimy, że funkcjonuje dobrze. Problemy natomiast dotyczące systemu kolei dużych prędkości dotyczą przede wszystkim projektów transgranicznych. Tu są problemy i tu rzeczywiście należałoby wspólnie z państwami członkowskimi podjąć odpowiednie kroki, aby te problemy rozwiązać.
102
misc_reference
common_corpus_USPTO
2,018
Drive force control system ABSTRACT A drive force control system to improve efficiency of a vehicle by controlling motors connected to drive wheels. A controller is configured to: calculate a total required torque of the drive unit; obtain combinations of a first interim torque of a first motor and a second interim t...
9,090
formal_gov
common_corpus_Github Open Source
2,018
//package org.pretty.download; // // //import android.annotation.SuppressLint; //import android.content.Context; //import android.os.AsyncTask; //import android.os.Handler; //import android.os.Message; // //import java.io.File; // ///** // * Created by Administrator on 2017/4/21/021. // * 将下载方法封装在此类 // * 提供下载,暂停,删除,以及重...
933
misc_reference
common_corpus_Github Open Source
2,018
// // HFNeighboursTitleModel.h // CommunityBBS // // Created by joyman04 on 16/3/7. // Copyright © 2016年 HF. All rights reserved. // #import <Foundation/Foundation.h> @interface HFNeighboursTitleModel : NSObject /** 栏目id */ @property (nonatomic,copy) NSString* channelId; /** 简称 */ @property (nonatomic,copy) NSSt...
147
misc_reference
common_corpus_StackExchange
2,018
Define custom URL with Flask I want to define an URL with the following format: /config?customer=...&integration_type=... where customer and integration_type are variables. So far, as stated in the document. The user can define their URL as: @app.route("/do_thing/<some_variable>") def hello(some_variable): return...
222
misc_reference
common_corpus_VoxPopuli
2,018
Et il y a peut-être, sans doute, dans certains cas, un degré de réglementation exagéré. Nous essayons, bien sûr, de. résoudre ce problème. Mais tout d'abord, il y a une responsabilité qui incombe aux États membres de respecter la libre circulation et donc de ne mettre en place que des règles justifiées qui corresponden...
123
misc_reference
common_corpus_Github Open Source
2,018
CREATE DATABASE `Exemplo`; CREATE TABLE `TB_USUARIO` IF NOT EXISTS( `id` INT NOT NULL PRIMARY KEY, `nome` VARCHAR(100) NOT NULL, `sexo` VARCHAR(1) NOT NULL, `data_nascimento` DATE NOT NULL ); INSERT INTO TB_USUARIO VALUES (1,'Joaquim','M','1950-06-19'), (2,'Maria','F','1998-02-19'), (3,'João','M','19...
113
misc_reference
common_corpus_OpenAlex
2,018
Polyacrylamide Bead Sensors for in vivo Quantification of Cell-Scale Stress in Zebrafish Development N. Träber1,2,6, K. Uhlmann3,6, S. Girardo2,4,5, G. Kesavan4, K. Wagner2, J. Friedrichs1, R. Goswami4,5, K. Bai4, M. Brand4, C. Werner1, D. Balzani3* & J. Guck2,5* OPEN Mechanical stress exerted and experienced by cel...
19,955
academic
common_corpus_Github Open Source
2,018
#![allow(unused_extern_crates)] extern crate serde_ignored; extern crate iron; extern crate router; extern crate bodyparser; extern crate urlencoded; extern crate uuid; extern crate chrono; extern crate multipart; use futures::Future; use futures::future; use futures::{stream, Stream}; use hyper; use hyper::header::{H...
22,240
misc_reference
common_corpus_Chinese-Court-Decisions
2,018
甘肃省兰州市西固区人民法院民 事 判 决 书(2018)甘0104民初357号原告高国珍,女,汉族,1968年出生,住兰州市西固区。委托诉讼代理人:张铮,甘肃金城律师事务所律师。被告刘竣,男,汉族,1965年出生,住兰州市西固区。原告高国珍诉被告刘竣股权转让纠纷一案,本院于2018年2月1日立案后,依法适用简易程序公开开庭进行了审理,原告高国珍及其委托诉讼代理人张铮,被告刘竣到庭参加诉讼。本案现已审理终结。原告向本院提出如下诉讼请求:1.被告支付原告股权转让款100万元、违约金30万元,共计130万元;2.本案诉讼费由被告负担。事实和理由:原被告均为兰州科尔迅环保科技股份有限公司(以下简称:科尔迅公司)的股东。科尔迅公司2000年8...
2,575
misc_reference
common_corpus_Github Open Source
2,018
<?php namespace Bantenprov\Psb\Exceptions; use Exception; /** * The PsbException class. * * @package Bantenprov\Psb * @author bantenprov <developer.bantenprov@gmail.com> */ class PsbException extends Exception { // }
58
misc_reference
common_corpus_VoxPopuli
2,018
nego moramo trošiti na moderno gospodarstvo, socijalnu strukturu, digitalizaciju, moderne tehnologije, isto kao i u obrazovanje, istraživanje i zdravstvo. Hvala. Hvala sada, gospodine Mano, imate riječ, izvolite. Gospodine podpredsjedniče, kada se radi o ekonomskoj i monetarnoj uniji, ne smijemo se zavaravati. Komisija...
152
misc_reference
common_corpus_Github Open Source
2,018
<?php namespace ITC\Weixin\Payment; use ITC\Weixin\Payment\Contracts\HashGenerator as HashGeneratorInterface; /** * WeChat request signature generator. */ class HashGenerator implements HashGeneratorInterface { /** * The hash secret. * * @var string */ private $secret; /** * @...
220
misc_reference
common_corpus_Github Open Source
2,018
% rotz_(x,y,z,th) rotates a vector [x,y,z] % th degrees counter-clockwise about % the z-axis. See Appendix B; List B.1. function [xd,yd,zd]=rotz_(x,y,z,phi) cosf=cos(phi*pi/180);sinf=sin(phi*pi/180); xd = cosf *x - sinf *y; yd = sinf *x + cosf *y; zd =z;
107
misc_reference