repo_id stringlengths 21 96 | file_path stringlengths 31 155 | content stringlengths 1 92.9M | __index_level_0__ int64 0 0 |
|---|---|---|---|
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/compare_commits_with_basehead.ts | /*
* Copyright (c) 2022, NVIDIA 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 law ... | 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/context_repo.json | {
"owner": "rapidsai",
"repo": "cudf"
}
| 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/get_by_username.ts | /*
* Copyright (c) 2022, NVIDIA 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 law or agreed... | 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/pulls_get.ts | /*
* Copyright (c) 2022, NVIDIA 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 law ... | 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/releases.json | {
"legacy": {
"version": "0.18",
"date": "25 February 2021"
},
"stable": {
"version": "0.19",
"date": "15 April 2021"
},
"nightly": {
"version": "21.06",
"cudf_dev": {
"start": "2021-03-25",
"end": "2021-05-18",
"days": 39
},
"o... | 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/list_pulls.json | {
"branch_checker": [
{
"number": 1234,
"title": "[RELEASE] cuml v0.18",
"user": {
"login": "GPUtester"
},
"labels": [{ "name": "breaking" }, { "name": "bug" }],
"merged_at": "2021-01-27T13:38:56Z",
"base": {
"repo": {
"name": "cudf",
"... | 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/list_reviews.json | [
{
"user": {
"login": "kkraus14"
},
"state": "CHANGES_REQUESTED"
},
{
"user": {
"login": "VibhuJawa"
},
"state": "APPROVED"
},
{
"user": {
"login": "VibhuJawa"
},
"state": "APPROVED"
}
]
| 0 |
rapidsai_public_repos/ops-bot/test/fixtures | rapidsai_public_repos/ops-bot/test/fixtures/responses/list_commits.json | {
"data": [
{
"sha": "1771a8fc18ac647c9172209fa3b39b40437ac85c",
"author": {
"login": "VibhuJawa"
}
},
{
"sha": "f0f53c76aacd04769a568453fc138e124af7bfdf",
"author": {
"login": "VibhuJawa"
}
},
{
"sha": "f3b0e064eb748a343f78941ecb30ddcfb92f... | 0 |
rapidsai_public_repos | rapidsai_public_repos/shared-actions/README.md | # shared-actions
Contains all of the shared composite actions used by RAPIDS.
| 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/rapids-github-info/action.yml | name: "RAPIDS GitHub info"
inputs:
repo:
type: string
branch:
type: string
date:
type: string
sha:
type: string
outputs:
rapids_repository:
value: ${{ steps.standardize-repo-info.outputs.RAPIDS_REPOSITORY }}
rapids_sha:
value: ${{ steps.standardize-repo-info.outputs.RAPIDS_SHA }}
r... | 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/rapids-github-info/README.md | # rapids-github-info
This composite action is intended to be used in workflows that are run from either the source repository (e.g., cudf, rmm) or an external repository (e.g., actions).
It will take the input repo/branch/date/sha and pass it through if they are set (by an external repo) or use `github.` variables if... | 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/get-pr-info/action.yml | name: "Get PR Info"
outputs:
pr-info:
description: "String encoded JSON object containing pull-request information"
value: ${{ steps.get-pull-request.outputs.result }}
runs:
using: "composite"
steps:
- uses: actions/github-script@v6
id: get-pull-request
with:
retries: 3
scr... | 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/get-pr-info/README.md | # shared-actions# get-pr-info
This composite action is intended to be used in workflows that run on `pull-request/<PR_NUMBER>` branches.
It will extract the pull-request number from the branch name and use it to fetch information about the corresponding pull-request from GitHub's API.
The JSON object returned by thi... | 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/dockerhub-script/action.yml | name: Run DockerHub Script
description: |
This composite action generates a DockerHub token and runs a script with it. The token is revoked when the composite action exits.
inputs:
DOCKERHUB_USER:
description: DockerHub username
required: true
DOCKERHUB_TOKEN:
description: DockerHub password
req... | 0 |
rapidsai_public_repos/shared-actions | rapidsai_public_repos/shared-actions/dockerhub-script/README.md | # Get DockerHub Token
This composite action generates a DockerHub token and runs a script with it. The token is revoked when the composite action exits.
## Inputs
- `DOCKERHUB_USER` (required): DockerHub username
- `DOCKERHUB_TOKEN` (required): DockerHub password
- `script` (required): Script to run
## Inner variab... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/node-rapids.code-workspace | {
"folders": [
{
"name": "node-rapids",
"path": "."
},
{
"name": "core",
"path": "modules/core"
},
{
"name": "cuda",
"path": "modules/cuda"
},
{
"name": "rmm",
"pat... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/package.json | {
"private": true,
"name": "node-rapids",
"version": "22.12.2",
"license": "Apache-2.0",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
"Paul Taylor <paul.e.taylor@me.com>"
],
"homepage": "https://github.com/rapidsai/node#readme",
"bugs": {
"url": "https://github.com/rapidsai... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/yarn.lock | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@aashutoshrathi/word-wrap@^1.2.3":
version "1.2.6"
resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.clangd | # https://clangd.llvm.org/config
# Apply a config conditionally to all C files
If:
PathMatch: .*\.(c|h)$
---
# Apply a config conditionally to all C++ files
If:
PathMatch: .*\.(c|h)pp
---
# Apply a config conditionally to all CUDA files
If:
PathMatch: .*\.cuh?
Diagnostics:
Suppress:
- "variadic_device... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/docker-compose.runtime.yml | version: "3.9"
x-base-settings: &base_service_settings
tty: true
env_file: .env
network_mode: host
build: &base_build_settings
context: .
environment: &base_environment_settings
# Colorize the terminal in the container if possible
TERM: "${TERM:-}"
deploy:
resources:
reservations:
... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.yarnrc | fund false
audit false
optional false
save-prefix ""
save-exact true
strict-semver true
ignore-engines true
ignore-optional true
update-notifier false
no-node-version-check true
disable-self-update-check true
scripts-prepend-node-path true
registry "https://registry.npmjs.org/"
--add.silent true
--run.silent true
--a... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/lerna.json | {
"version": "22.12.2",
"npmClient": "yarn",
"skipGit": true,
"useWorkspaces": true,
"packages": [
"modules/*",
"modules/demo/graph",
"modules/demo/umap",
"modules/demo/luma",
"modules/demo/spatial",
"modules/demo/xterm",
"modules/demo/deck/*",
"modules/demo/ipc/*",
"module... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/BINDINGS.md | # RAPIDS Bindings
The tables below show the bindings that have been implemented in `node-rapids`:
- [cuDF](#cuDF)
- [cuGraph](#cuGraph)
- [cuSpatial](#cuSpatial)
- [cuML](#cuML)
## cuDF
### Series
#### Numeric Series
| cuDF | node-rapids |
| -------------------- | :-------------------: ... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.creds.sample | # Optional AWS access id for writing to the shared sccache S3 bucket
AWS_ACCESS_KEY_ID=<AWS Access Key Id>
# Optional AWS secret key for writing to the shared sccache S3 bucket
AWS_SECRET_ACCESS_KEY=<AWS Secret Key>
| 0 |
rapidsai_public_repos | rapidsai_public_repos/node/docker-compose.devel.yml | version: "3.9"
x-base-settings: &base_service_settings
tty: true
env_file:
- .env
- .creds
network_mode: host
build: &base_build_settings
context: .
x-bake:
platforms:
- linux/arm64
output: type=docker
environment: &base_environment_settings
# Colorize the terminal in ... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/README.md | # <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/> node-rapids</div>
[`node-rapids`](https://github.com/rapidsai/node) is a collection of Node.js native addons for the [NVIDIA RAPIDS](https://rapids.ai/) suite of GPU-accelerated data-science and ETL libraries on Linux a... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/tsconfig.json | {
"include": [
"modules/**/*/src/**/*.ts",
"modules/**/*/test/**/*.ts",
],
"exclude": ["node_modules", "build/js"],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@rapidsai/core": ["modules/core/src/index"],
"@rapidsai/co... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/USAGE.md | # Using the `node-rapids` docker images
## Quick links
* [About our docker images](#develop-with-docker-and-the-vscode-remote-containers-extension)
* [Retrieving the runtime images](#retrieving-the-runtime-images)
* [Running code in the runtime images](#running-code-in-the-runtime-images)
* [Extracting the packaged a... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.dockerignore | **/*.arrow
**/*.csv
**/*.geojson
**/*.gif
**/*.git
**/*.gitattributes
**/*.jpg
**/*.las
**/*.laz
**/*.o
**/*.parquet
**/*.png
**/*.so
**/*.tar.gz
**/*.tar.xz
**/*.zip
**/*.pyc
**/lerna-debug.log
**/docker-compose*.yml
**/compile_commands.json
**/*.code-workspace
**/z-*
**/out/
**/.logs/
**/.next/
**/_next/
**/build/
... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/DEVELOP.md | # Development
This document is intended for anyone who wants to clone and build the `node-rapids` modules from source. If you're interested in using `node-rapids` packages in your app, see our docs on [using the public `node-rapids` docker images](https://github.com/rapidsai/node/tree/main/USAGE.md).
## Quick links
... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.npmrc | fund=false
audit=false
save-prefix=
--omit=optional
save-exact=true
package-lock=false
loglevel=error
update-notifier=false
scripts-prepend-node-path=true
registry=https://registry.npmjs.org/
| 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.eslintrc.js | module.exports = {
'env': {
'browser': true,
'es6': true,
'node': true,
},
'plugins': ['@typescript-eslint'],
'parser': '@typescript-eslint/parser',
'parserOptions': {
'project': [
'tsconfig.json'
],
'sourceType': 'module'
},
'extends': [
'eslint:recommended',
'plugin... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.env.sample | # The ID of the non-root user inside the container (can match host user ID)
UID=1000
# Number of C++ object files to build in parallel. This is dependent on the number of CPU
# cores your machine has. Increasing the number will result in faster build times, but use
# more memory.
PARALLEL_LEVEL=4
# `nvidia/cuda` base... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/.clang-format | ---
# Refer to the following link for the explanation of each params:
# http://releases.llvm.org/8.0.0/tools/clang/docs/ClangFormatStyleOptions.html
Language: Cpp
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignArrayOfStructures: None
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: false
Al... | 0 |
rapidsai_public_repos | rapidsai_public_repos/node/typedoc.js | module.exports = {
entryPoints: [
'modules/cuda/src/index.ts',
'modules/rmm/src/index.ts',
'modules/cudf/src/index.ts',
'modules/cuml/src/index.ts',
'modules/cugraph/src/index.ts',
'modules/cuspatial/src/index.ts',
'modules/io/src/index.ts',
'modules/deck.gl/src/index.ts',
'modules... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/package.json | {
"name": "@rapidsai/deck.gl",
"version": "22.12.2",
"description": "NVIDIA RAPIDS deck.gl components and utilities",
"license": "Apache-2.0",
"main": "index.js",
"types": "build/js",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
"Paul Taylor <paul.e.taylor@me.com>"
],
"homepa... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/index.js | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/jest.config.js | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/tsconfig.json | {
"include": ["src"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@rapidsai/deck.gl": ["src/index"],
"@rapidsai/deck.gl/*": ["src/*"]
},
"target": "ESNEXT",
"module": "commonjs",
"outDir": "./build/js"... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/deck.gl/typedoc.js | module.exports = {
entryPoints: ['src/index.ts'],
out: 'doc',
name: '@rapidsai/deck.gl',
tsconfig: 'tsconfig.json',
excludePrivate: true,
excludeProtected: true,
excludeExternals: true,
};
| 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/.vscode/launch.json | {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Tests",
"type": "nod... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/.vscode/tasks.json | {
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"group": "build",
"label": "Recompile @rapidsai/deck.gl TS (fast)",
"script": "tsc:build",
"detail": "yarn tsc:build",
"problemMatcher": ["$tsc"],
},
],
}
| 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/src/index.ts | // Copyright (c) 2020-2023, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/src/deck.gl.ts | // Copyright (c) 2021-2023, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/src/buffer.ts | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/src/luma.gl.ts | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/utils/series-color-utils.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/layers/graph.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/attributes.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-layer-vertex.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-layer-fragment.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/point-cloud/point-cloud-base.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/node-vertex.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/attributes.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/nodes/node-fragment.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/edge-fragment.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/edge-vertex.glsl.ts | // Copyright (c) 2015 - 2017 Uber Technologies, Inc.
//
// 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... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/attributes.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/compute-position-vertex.glsl.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src/layers | rapidsai_public_repos/node/modules/deck.gl/src/layers/edges/positions.ts | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/ssr/animation-loop.ts | // Copyright (c) 2021, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl/src | rapidsai_public_repos/node/modules/deck.gl/src/ssr/deck.ts | // Copyright (c) 2021-2023, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/test/deckgl-tests.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/deck.gl | rapidsai_public_repos/node/modules/deck.gl/test/tsconfig.json | {
"extends": "../tsconfig.json",
"include": [
"../src/**/*.ts",
"../test/**/*.ts"
],
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"allowJs": true,
"importHelpers": false,
"noEmitHelpers": false,
"noEmitOnError": false,
... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/package.json | {
"name": "@rapidsai/cudf",
"version": "22.12.2",
"description": "cuDF - NVIDIA RAPIDS GPU DataFrame Library",
"license": "Apache-2.0",
"main": "index.js",
"types": "build/js",
"author": "NVIDIA, Inc. (https://nvidia.com/)",
"maintainers": [
"Paul Taylor <paul.e.taylor@me.com>"
],
"homepage": "h... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/index.js | // Copyright (c) 2020, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/jest.config.js | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/CMakeLists.txt | #=============================================================================
# Copyright (c) 2020-2022, NVIDIA 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://ww... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/README.md | # <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/> node-rapids cuDF - GPU DataFrames</div>
### Installation
`npm install @rapidsai/cudf`
### About
The js bindings for [cuDF](https://github.com/rapidsai/cudf) provides an API that will be familiar to data engineers & d... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/tsconfig.json | {
"include": ["src"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@rapidsai/cudf": ["src/index"],
"@rapidsai/cudf/*": ["src/*"]
},
"target": "ESNEXT",
"module": "commonjs",
"outDir": "./build/js",
... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/node/modules | rapidsai_public_repos/node/modules/cudf/typedoc.js | module.exports = {
entryPoints: ['src/index.ts'],
out: 'doc',
name: '@rapidsai/cudf',
tsconfig: 'tsconfig.json',
excludePrivate: true,
excludeProtected: true,
excludeExternals: true,
};
| 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/.vscode/launch.json | {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"compounds": [
{
"name": "Debug Tests (TS and C++)",
"con... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/.vscode/tasks.json | {
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Rebuild node_cudf TS and C++ (slow)",
"group": { "kind": "build", "isDefault": true, },
"command": "if [[ \"${input:CMAKE_BUILD_TYPE}\" == \"Release\" ]]; then yarn rebuild; else yarn rebuild:debug; f... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/README.md | # Node.js Notebook Examples
A series of data science and ETL notebooks to demonstrate [RAPIDS Bindings](https://github.com/rapidsai/node/blob/main/BINDINGS.md) coverage and functionality. Start with `Basic Demo.ipynb`!
## Data Requirements
Most notebooks contain built-in data creation or download functions. Check [SOU... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/Speedtest.ipynb | if (!process.cwd().includes('modules/cudf/notebooks')) {
process.chdir('modules/cudf/notebooks');
}var cudf = require('@rapidsai/cudf');
var regexps = [
/Cloud|Overcast/,
/Rain|T-Storm|Thunderstorm|Squalls|Drizzle/,
/Snow/,
/Fog/,
/Ice|Hail|Freezing|Sleet/,
/Dust|Smoke|Sand/,
];function readUSAccidents... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/SOURCES.md | # Notebook demo data sources
* [US_Accidents_Dec20.csv](https://www.kaggle.com/sobhanmoosavi/us-accidents?select=US_Accidents_Dec20.csv)
* [san_francisco_censustracts.geojson](https://movement.uber.com/explore/san_francisco/travel-times/query?lang=en-US&si=1277&ti=&ag=censustracts&dt[tpb]=ALL_DAY&dt[wd;]=1,2,3,4,5,6,7... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/Basic Demo.ipynb | var cudf = require("@rapidsai/cudf")console.time("readCSV")
df = cudf.DataFrame.readCSV({
header: 0,
sourceType: 'files',
sources: ["modules/cudf/notebooks/data/US_Accidents_Dec20.csv"]
});
console.timeEnd("readCSV")console.log("Number of rows:", df.numRows)
console.log("Number of cols:", df.numColumns)cons... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/Wikipedia.ipynb | var cudf = require("@rapidsai/cudf");console.time("readCSV")
df = cudf.DataFrame.readCSV({header: 0, sourceType: 'files', sources: ["modules/cudf/notebooks/data/page_titles_en_0.csv"]})
console.timeEnd("readCSV")console.log("Number of rows:", df.numRows)
console.log("Number of cols:", df.numColumns)
console.log("Column... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/notebooks/Geospatial Demo.ipynb | var { DataFrame, Series, Int32 } = require('@rapidsai/cudf');
var { Field, Vector, Float32, Struct, List, FixedSizeList } = require('apache-arrow');
function readTracts() {
const { features } = JSON.parse(require('fs').readFileSync(
'modules/cudf/notebooks/data/san_francisco_censustracts.json',
{ ... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/scalar.ts | // Copyright (c) 2021, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/index.ts | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/table.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/series.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/groupby.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/groupby.cpp | // Copyright (c) 2021-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/scope.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/column.cpp | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/scalar.cpp | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/column.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/node_cudf.ts | // Copyright (c) 2022, NVIDIA 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 law or ... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/table.cpp | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/addon.cpp | // Copyright (c) 2020-2021, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/column_accessor.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
rapidsai_public_repos/node/modules/cudf | rapidsai_public_repos/node/modules/cudf/src/data_frame.ts | // Copyright (c) 2020-2022, NVIDIA 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 la... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.