Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
31
1.04M
// Automatically generated - do not modify! @file:JsModule("@mui/icons-material/SentimentNeutralRounded") @file:JsNonModule package mui.icons.material @JsName("default") external val SentimentNeutralRounded: SvgIconComponent
data vengeance; set modstat.vengeance; tcat=t; run; /* Régression linéaire avec structure autorégressive d'ordre 1 hétérogène pour les erreurs */ proc mixed data=vengeance method=reml; class id tcat; model vengeance = sexe age vc wom t / solution; repeated tcat / subject=id type=arh(1) r=1 rcorr=1; run; /* Régress...
Class { #name : #FLStandardFileStreamSerializationTest, #superclass : #FLBasicSerializationTest, #category : #FuelTests } { #category : #running } FLStandardFileStreamSerializationTest >> setUp [ super setUp. self useStandardFileStream ]
-- Copyright (c) 2018 Brendan Fennell <bfennell@skynet.ie> -- -- 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, ...
{ "name": "rm_title", "id": "72e42a9d-6d80-451c-90c1-c952e213fcd0", "creationCodeFile": "", "inheritCode": false, "inheritCreationOrder": false, "inheritLayers": false, "instanceCreationOrderIDs": [ "71a4209c-6bd2-444d-a837-c9c45f2915d5" ], "IsDnD": true, "layers": [ ...
module Issue478c where record Ko (Q : Set) : Set₁ where field T : Set foo : (Q : Set)(ko : Ko Q) → Ko.T ko foo Q ko = Set -- We should make sure not to destroy printing -- outside the record module. Type should be -- printed as it's given: Ko.T ko
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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 l...
defmodule Hopper.Accounts do @moduledoc """ The Accounts context. """ alias Hopper.Repo alias Hopper.Rides alias Hopper.Accounts.User @doc """ Returns the list of users. ## Examples iex> list_users() [%{}, ...] """ def list_users do {:ok, result} = Repo.query(""" ...
CREATE DATABASE bitrix; CREATE USER 'bitrix'@'localhost' IDENTIFIED BY 'Bitrix-123'; GRANT ALL PRIVILEGES ON *.* TO 'bitrix'@'localhost' WITH GRANT OPTION; CREATE USER 'bitrix'@'%' IDENTIFIED BY 'Bitrix-123'; GRANT ALL PRIVILEGES ON *.* TO 'bitrix'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES;
pragma solidity ^0.4.23; import ; import ; import ; import ; import ; import ; contract estateregistry is migratable, erc721token, ownable, metadataholderbase, iestateregistry, estatestorage { modifier cantransfer(uint256 estateid) { require(isapprovedorowner(msg.sender, estateid), ); _;...
;;; vc-darcs-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil nil ("vc-darcs.el") (22995 1690 885331 241000)) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ...
#!/bin/bash export dashboard_json=$(cat dashboard.json|tr "\n" " ") dashboard_json='{"dashboard":'"$dashboard_json"'}' curl http://admin:admin@localhost:3000/api/dashboards/db -X POST -H 'Content-Type: application/json;charset=UTF8' --data-binary ''"$dashboard_json"''
<?php namespace App\Http\Controllers\Auth; use App\User; use Validator; use App\Http\Controllers\Controller; use Illuminate\Foundation\Auth\ThrottlesLogins; use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers; class AuthController extends Controller { /* |-------------------------------------------...
--- title: "TP Transcriptome : Analyse de données de puces à ADN" author: "Vincent Guillemot, Cathy Philippe, Marie-Anne Debily" date: "23 octobre 2015" output: pdf_document --- # Problématique Biologique : la différenciation des kératinocytes Les kératinocytes subissent en permanence une évolution morphologique tém...
import-module au . $PSScriptRoot\..\_scripts\all.ps1 $releases = 'https://github.com/extrawurst/gitui/releases' function global:au_SearchReplace { @{ ".\tools\chocolateyInstall.ps1" = @{ "(^\s*\`$url\s*=\s*)('.*')"= "`$1'$($Latest.URL32)'" "(^\s*checksum\s*=\s*)('.*')" = "`$1'$...
#lang scribble/acmart @acmsmall @10pt @screen @(require "main.rkt" "bib.rkt" scriblib/footnote) @title[#:tag "sec:related"]{Related Work} Thorn@~cite{wzlov-popl-2010} and StrongScript@~cite{rzv-ecoop-2015} support a combination of sound concrete types and erased @emph{like} types. Thorn is a scalable scripting langua...
with Ada.Finalization; use Ada.Finalization; package Noreturn4_Pkg is type Priv is private; function It return Priv; function Value (Obj : Priv) return Integer; function OK (Obj : Priv) return Boolean; private type Priv is new Controlled with record Value : Integer := 15; end record; procedure Ad...
# This file must be used with "source bin/activate.csh" *from csh*. # You cannot run it directly. # Created by Davide Di Blasi <davidedb@gmail.com>. # Ported to Python 3.3 venv by Andrew Svetlov <andrew.svetlov@gmail.com> alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD...
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'comic_downloader/version' Gem::Specification.new do |spec| spec.name = "comic_downloader" spec.version = ComicDownloader::VERSION spec.authors = ["bomb"] spec.email ...
// SPDX-License-Identifier: MIT pragma solidity 0.8.9; import "./IAccessControlClient.sol"; interface IAccessControlManagerProxy is IAccessControlClient { function initializeRole(bytes32 adminRole, string calldata description) external returns (bytes32 role); function initializeAndGrantRoles(...
# filename: ex301.rq PREFIX d: <http://learningsparql.com/ns/data#> PREFIX t: <http://purl.org/tio/ns#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?timezoneTest ?tzTest WHERE { ?mtg t:starts ?startTime . BIND (timezone(?startTime) AS ?timezoneTest) BIND (tz(?startTime) AS ?tzTest) }
set BERT_BASE_DIR=C:\Users\michaels\Projects\bert\uncased_L-12_H-768_A-12 set SQUAD_DIR=C:\Users\michaels\Projects\bert\squad11 python run_squad.py ^ --vocab_file=%BERT_BASE_DIR%\vocab.txt ^ --bert_config_file=%BERT_BASE_DIR%\bert_config.json ^ --init_checkpoint=%BERT_BASE_DIR%\bert_model.ckpt ^ --do_train=Tru...
struct Struct0 { 1: map<double, float> field1 2: binary field2 3: i64 field3 4: float field4 5: string field5 6: i64 field6 7: set<binary> field7 8: i16 field8 9: i16 field9 10: list<double> field10 11: map<float, list<binary>> field11 12: map<i32, float> field12 13: list<list<binary>> field13...
KERNAL_PRINTCHR EQU $e716 KERNAL_GETIN EQU $ffe4 INPUT_MAXCHARS EQU $06 RESERVED_STACK_POINTER DC.B 0 ; setup default mem layout for xprom runtime environment STDLIB_MEMSETUP SUBROUTINE lda #$36 sta $01 rts ; print null-terminated petscii string STDLIB_PRINT SUBROUTINE sta $6f ; store string start low b...
if application "Sonos" is not running then tell application "Sonos" to activate tell application "System Events" repeat until visible of process "Sonos" is true delay 0.1 end repeat delay 1 -- After app becomes visible, wait for it to render its buttons end tell end if tell application "System Events" te...
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.6.12; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability war...
:: :: Copyright (c) 2008-2017 the Urho3D project. :: :: 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, m...
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ prelude import init.data.fin.basic init.data.fin.ops
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <head> <title><xsl:value-of select="billStatus/bill/canonicalname"/></title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-s...
-- This droplet processes folders dropped onto the applet on open these_items repeat with i from 1 to the count of these_items set this_item to item i of these_items set the item_info to info for this_item if (alias of the item_info is false) and (folder of the item_info is true) then process_item(this_item)...
#!/bin/csh # # DART software - Copyright UCAR. This open source software is provided # by UCAR, "as is", without charge, subject to all terms of use at # http://www.image.ucar.edu/DAReS/DART/DART_download # diagnostics_obs.csh - shell script that computes observation # specific diagnostics. # # $...
unit CustomAction.FileMaker.FM7DevPath; interface uses SysUtils, Classes, routines_msi, Msi, MsiDefs, CustomAction.FileMaker , MsiQuery; function FM7DevPath(hInstall: MSIHANDLE): UINT; stdcall; function FM7DevBinPath(hInstall: MSIHANDLE): UINT; stdcall; implementation uses Youseful.exceptions,CustomAct...
open main pred idk2ffMRLWGotQAmtZo_prop20 { always all f : File | f in Trash since f not in Protected } pred __repair { idk2ffMRLWGotQAmtZo_prop20 } check __repair { idk2ffMRLWGotQAmtZo_prop20 <=> prop20o }
using MetacommunityDynamics using DynamicGrids using Plots using Distributions # Spatially explicit levins model rs = SpatiallyExplicitLevinsColonization{:O}(probability=0.3) + AbioticExtinction{:O}(:A, baseprobability=0.1); pops = pointstogrid(generate(PoissonProcess, 20), gridsize=100) areas = generate(St...
%% @author Lee Barney %% @copyright 2021 Lee Barney licensed under the <a> %% rel="license" %% href="http://creativecommons.org/licenses/by/4.0/" %% target="_blank"> %% Creative Commons Attribution 4.0 International License</a> %% %% %% These solutions are not intended to be ideal solutions....
\hypertarget{dir_04ed82fa347894d51633089936838d70}{}\doxysection{examples/003-\/json-\/call Directory Reference} \label{dir_04ed82fa347894d51633089936838d70}\index{examples/003-\/json-\/call Directory Reference@{examples/003-\/json-\/call Directory Reference}} \doxysubsection*{Files} \begin{DoxyCompactItemize} \item f...
onerror {resume} quietly WaveActivateNextPane {} 0 add wave -noupdate /prueba_snbits/A add wave -noupdate /prueba_snbits/B add wave -noupdate /prueba_snbits/cen add wave -noupdate /prueba_snbits/SUM add wave -noupdate /prueba_snbits/SUMref add wave -noupdate /prueba_snbits/csal add wave -noupdate /prueba_snbits/csalref...
<?php include'config/connect.php'; if (isset($_POST['update'])) { $nis = $_POST['nis']; $nama = $_POST['nama']; $kelas = $_POST['kelas']; $tahun = $_POST['tahun']; $que = mysqli_query($koneksi,"UPDATE imports SET nama='$nama',id_kelass='$kelas',tahun_ajaran='$tahun' WHERE nis='$nis'") or die(mysql_error()); if...
/* * 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 to You under the Apache License, Version 2.0 * (the "License"); you may ...
%% coding: latin-1 %%------------------------------------------------------------ %% %% Erlang header file %% %% Target: CosTransactions_Coordinator %% Source: /net/isildur/ldisk/daily_build/19_prebuild_master-opu_o.2016-06-21_20/otp_src_19/lib/cosTransactions/src/CosTransactions.idl %% IC vsn: 4.4.1 %% %% This file...
' Visual Basic .NET Document Option Strict On ' <Snippet1> Imports System.Text.RegularExpressions Module RegexSplit Public Sub Main() Dim regex As Regex = New Regex("-") ' Split on hyphens. Dim substrings() As String = regex.Split("plum--pear") For Each match As String In subst...
> {-# OPTIONS_HADDOCK show-extensions #-} > {-| > Module : LTK.Learn.TSL > Copyright : (c) 2020 Dakotah Lambert > License : MIT > A learner for tier-based strictly local stringsets. > Different types are available via LTK.Learn.TSL.*, > and this module selects a reasonable default. > > @since 0.3 > -} > module L...
package Slim::Utils::Light; # $Id: $ # Logitech Media Server Copyright 2001-2011 Logitech. # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License, # version 2. # This module provides some functions compatible with functions # from the core Logi...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
/- Basic pi congruence -/ import logic.connectives logic.quantifiers namespace pi_congr1 constants (p1 q1 p2 q2 p3 q3 : Prop) (H1 : p1 ↔ q1) (H2 : p2 ↔ q2) (H3 : p3 ↔ q3) attribute forall_congr [congr] attribute imp_congr [congr] attribute H1 [simp] attribute H2 [simp] attribute H3 [simp] #simplify iff env 1 p1 -...
@article{ISI:000408747900002, article-number = {384003}, author = {Giavazzi, Fabio and Malinverno, Chiara and Corallino, Salvatore and Ginelli, Francesco and Scita, Giorgio and Cerbino, Roberto}, doi = {10.1088/1361-6463/aa7f8e}, eissn = {1361-6463}, issn = {0022-3727}, journal = {JOURNAL OF PHYSICS D-APPLIED PHY...
PREFIX hpc: <https://github.com/HPC-FAIR/HPC-Ontology#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> CONSTRUCT { ?URI a hpc:DecisionTreeNode; hpc:hasIDType ?IDTypestr; hpc:name ?namestr; hpc:alternateName ?alternateNamestr; hpc:description ?descriptionstr; hpc:url ?URLuri; hpc:license ?Lic...
# Copyright (C) 2020 The Project U-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC source "$::env(URAY_DIR)/utils/utils.tcl" create_project -force -part $::env(URAY_PART) d...
package fi.riissanen.gwent.game; import fi.riissanen.gwent.game.cards.UnitCard; import fi.riissanen.gwent.game.combat.Unit; import fi.riissanen.gwent.game.combat.UnitType; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import org.junit.Before; import org.junit.Rule; import org.j...
//Address: 0x828539d6d54ac9b3d427113e878ae8357d1f928a //Contract name: BAIRON //Balance: 0 Ether //Verification Date: 6/8/2018 //Transacion Count: 165 // CODE STARTS HERE pragma solidity ^0.4.16; interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) pub...
End of preview. Expand in Data Studio

The Stack smol-XL

A cleaned version of The Stack smol-XL

Downloads last month
12

Collection including vilm/the-stack-smol-xl-cleaned