Search is not available for this dataset
project
stringlengths
1
235
source
stringclasses
16 values
language
stringclasses
48 values
content
stringlengths
909
64.8M
resume
readthedoc
Unknown
resume 0.1 documentation [resume](index.html#document-index) --- The Resume of <NAME>, A Pythonista[¶](#the-resume-of-randall-degges-a-pythonista) === Hi there, I’m [Randall](http://rdegges.com/). This is my resume. If you’d like to see the **technical** details, you’ll need to check out my [resume project](https:/...
speech-corpus-tools
readthedoc
R
Speech Corpus Tools 0.1.0 documentation [Speech Corpus Tools](index.html#document-index) --- Welcome to SpeechCorpusTools’s documentation![¶](#welcome-to-speechcorpustools-s-documentation) === Contents: Introduction[¶](#introduction) --- ### General Background[¶](#general-background) *Speech Corpus Tools* is an ...
react-router-mambascript
npm
JavaScript
react-router-dom === DOM bindings for [React Router](https://reacttraining.com/react-router). Installation --- Using [npm](https://www.npmjs.com/): ``` $ npm install --save react-router-dom ``` Then with a module bundler like [webpack](https://webpack.github.io/), use as you would anything else: ``` // using ES6 mod...
ncdf4
cran
R
Package ‘ncdf4.helpers’ October 13, 2022 Version 0.3-6 Date 2021-10-12 Title Helper Functions for Use with the 'ncdf4' Package Author <NAME> <<EMAIL>> for the Pacific Climate Impacts Consortium (PCIC) Maintainer <NAME> <<EMAIL>> Depends R (>= 2.12.0) Imports ncdf4, PCICt...
sketch-constructor
npm
JavaScript
Sketch Constructor === This library provides helpers and classes that make it easy to read/write/manipulate Sketch files in Javascript, without Sketch installed! ⚠️ Warning ⚠️ --- This library is a work in progress, use at your own risk. But feel free to help out where you see bugs or incomplete things! Also, becaus...
mtx
ctan
TeX
### Pre-Compiled Executables On Windows systems, one can install prepmx.exe in the Windows32 or Windows64 sub-directory; these are pre-compiled executables and should be copied to any folder on the PATH of executables. This might entail creating a suitable folder and adding that folder to the PATH as follows: right c...
YTKNetwork
cocoapods
Objective-C
YTKNetwork === Welcome to the documentation for YTKNetwork! Overview --- YTKNetwork is a lightweight and high-performance iOS network library. It’s built on top of [AFNetworking](https://github.com/AFNetworking/AFNetworking) but provides a simplified and convenient API for making HTTP requests. With YTKNetwork, you ...
pysaml2
readthedoc
JSON
pysaml2 documentation [pysaml2](index.html#document-index) --- About SAML 2.0[¶](#about-saml-2-0) === SAML 2.0 or Security Assertion Markup Language 2.0 is a version of the SAML standard for exchanging authentication and authorization data between security domains. About PySAML2[¶](#about-pysaml2) === PySAML2 is ...
github.com/anacrolix/dht/v2
go
Go
README [¶](#section-readme) --- ### dht [![Go Reference](https://pkg.go.dev/badge/github.com/anacrolix/dht/v2.svg)](https://pkg.go.dev/github.com/anacrolix/dht/v2) #### Installation Get the library package with `go get github.com/anacrolix/dht/v2`, or the provided cmds with `go install github.com/anacrolix/dht/v2/...
github.com/go-sql-driver/mysql
go
Go
README [¶](#section-readme) --- ### Go-MySQL-Driver A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) package ![Go-MySQL-Driver logo](https://raw.github.com/wiki/go-sql-driver/mysql/gomysql_m.png "Golang Gopher holding the MySQL Dolphin") --- * [Features](#readme-features) * [Requiremen...
link_preview_generator
hex
Erlang
link_preview_generator v0.0.4 API Reference === * [Modules](#modules) Modules === [LinkPreviewGenerator](LinkPreviewGenerator.html) Simple package for link previews [LinkPreviewGenerator.Page](LinkPreviewGenerator.Page.html) Provides struct to store results of data processing and helper function to initialize it ...
intensegRid
cran
R
Package ‘intensegRid’ November 8, 2022 Type Package Title R Wrapper for the Carbon Intensity API Version 0.1.2 Author <NAME> <<EMAIL>> Maintainer <NAME> <<EMAIL>> Description Electricity is not made equal and it vary in its carbon footprint (or carbon intensity) depending...
javascript_ruanyifeng_com_nodejs_express_html
free_programming_book
JavaScript
Date: 2015-05-23 Categories: Tags: Express是目前最流行的基于Node.js的Web开发框架,可以快速地搭建一个完整功能的网站。 Express上手非常简单,首先新建一个项目目录,假定叫做hello-world。 `$ mkdir hello-world` 进入该目录,新建一个package.json文件,内容如下。 ``` { "name": "hello-world", "description": "hello world test app", "version": "0.0.1", "private": true, "dependencies": ...
github.com/pelletier/go-toml/v2
go
Go
README [¶](#section-readme) --- ### go-toml v2 Go library for the [TOML](https://toml.io/en/) format. This library supports [TOML v1.0.0](https://toml.io/en/v1.0.0). [🐞 Bug Reports](https://github.com/pelletier/go-toml/issues) [💬 Anything else](https://github.com/pelletier/go-toml/discussions) #### Documentati...
flask
devdocs
Python
Welcome to Flask ================ ![_images/flask-horizontal.png] section. Flask depends on the [Werkzeug](https://werkzeug.palletsprojects.com) WSGI toolkit, the [Jinja](https://jinja.palletsprojects.com) template engine, and the [Click](https://click.palletsprojects.com) CLI toolkit. Be sure to check their docu...
AzureRMR
cran
R
Package ‘AzureRMR’ September 21, 2023 Title Interface to 'Azure Resource Manager' Version 2.4.4 Description A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The pack- age exposes a comprehensive class framework and related tools for ...
wast
rust
Rust
Crate wast === A crate for low-level parsing of the WebAssembly text formats: WAT and WAST. This crate is intended to be a low-level detail of the `wat` crate, providing a low-level parsing API for parsing WebAssembly text format structures. The API provided by this crate is very similar to `syn` and provides the abi...
siblings
hex
Erlang
Siblings    [Kantox ❤ OSS](https://kantox.com/)  [Test](https://github.com/am-kantox/siblings/actions?query=workflow%3ATest)  [Dialyzer](https://github.com/am-kantox/siblings/actions?query=workflow%3ADialyzer) === **The partitioned dynamic supervision of FSM-backed workers.** [usage](#usage) Usage --- [`Siblings`]...
@types/joi-phone-number
npm
JavaScript
[Installation](#installation) === > `npm install --save @types/joi-phone-number` [Summary](#summary) === This package contains type definitions for joi-phone-number (<https://github.com/Salesflare/joi-phone-number>). [Details](#details) === Files were exported from <https://github.com/DefinitelyTyped/DefinitelyType...
AWSiOSSDKv2
cocoapods
Objective-C
awsiossdkv2 === Introduction --- The AWS iOS SDK provides a library for developing iOS applications that interact with Amazon Web Services (AWS) services. This documentation provides an overview of how to install and use the AWS iOS SDK to build powerful and scalable iOS applications. Features --- * High-level APIs...
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/timeseriesinsights/armtimeseriesinsights
go
Go
README [¶](#section-readme) --- ### Azure Time Series Insights Module for Go [![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/timeseriesinsights/armtimeseriesinsights)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/timeseriesinsights/armtimeseries...
pass3
ctan
TeX
Copyright. Copyright (c) <NAME> 1998 - 2015 ## 7. Cpass3 user-prefix-declaration directive. ( Cpass3 user-prefix-declaration directive \(\gamma\)) \(\equiv\) #include "ws.h" #include "cweb_or_c_k.h" #include "bad_char_set.h" #include "eol.h" #include "prefile_include.h" #include "identifier.h" #include "o2_ex...
cargo_sea_orm_rocket_codegen.jsonl
personal_doc
Markdown
### Structs * Catcher * Config * Data * Error * Request * Response * Rocket * Route * Shutdown * State * catcher::Catcher * config::Config * config::Ident * config::MutualTls * config::SecretKey * config::Shutdown * config::TlsConfig * data::ByteUnit * data::Capped * data::Data * data::DataStream ...
PottsUtils
cran
R
Package ‘PottsUtils’ October 12, 2022 Title Utility Functions of the Potts Models Version 0.3-3 Author <NAME> [aut, cre], <NAME> [ctb] Description There are three sets of functions. The first produces basic properties of a graph and generates samples from multinom...
bevy_scene
rust
Rust
Struct bevy_scene::DynamicEntity === ``` pub struct DynamicEntity { pub entity: Entity, pub components: Vec<Box<dyn Reflect>>, } ``` A reflection-powered serializable representation of an entity and its components. Fields --- `entity: Entity`The identifier of the entity, unique within a scene (and the world...
mclust
cran
R
Package ‘mclust’ October 31, 2022 Version 6.0.0 Date 2022-10-31 Title Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation Description Gaussian finite mixture models fitted via EM algorithm for model-based clustering, classif...
POMADE
cran
R
Package ‘POMADE’ December 2, 2022 Title Power for Meta-Analysis of Dependent Effects Version 0.1.0 BugReports https://github.com/MikkelVembye/POMADE/issues Description Provides functions to compute and plot power levels, minimum detectable ef- fect sizes, and minimum requi...
squasher
ruby
Ruby
Squasher === [![Build Status](https://travis-ci.org/jalkoby/squasher.svg?branch=master)](https://travis-ci.org/jalkoby/squasher) [![Code Climate](https://codeclimate.com/github/jalkoby/squasher.svg)](https://codeclimate.com/github/jalkoby/squasher) [![Gem Version](https://badge.fury.io/rb/squasher.svg)](http://badge.f...
gatoRs
cran
R
Package ‘gatoRs’ July 5, 2023 Type Package Title Geographic and Taxonomic Occurrence R-Based Scrubbing Version 1.0.0 Date 2023-07-02 Imports ridigbio, dplyr (>= 1.1.0), rgbif, magrittr, CoordinateCleaner, raster, spThin, stringr, leaflet, parsedate, spatstat.geom...
frozen_record
ruby
Ruby
FrozenRecord === [![Build Status](https://secure.travis-ci.org/byroot/frozen_record.svg)](http://travis-ci.org/byroot/frozen_record) [![Gem Version](https://badge.fury.io/rb/frozen_record.svg)](http://badge.fury.io/rb/frozen_record) Active Record-like interface for **read only** access to static data files of reasona...
incanter_incanter-charts
hex
Erlang
incanter.charts === This is the core charting library for Incanter. It provides basic scatter plots, histograms, box plots xy plots, bar charts, line charts, as well as specialized charts like trace plots and Bland-Altman plots. This library is built on the JFreeChart library (<http://www.jfree.org/jfreechart/>). ```...
rlog
cran
R
Package ‘rlog’ October 14, 2022 Title A Simple, Opinionated Logging Utility Version 0.1.0 Description A very lightweight package that writes out log messages in an opinionated way. Simpler and lighter than other logging packages, 'rlog' provides a compact feature set tha...
wfe
cran
R
Package ‘wfe’ October 12, 2022 Type Package Title Weighted Linear Fixed Effects Regression Models for Causal Inference Version 1.9.1 Date 2019-04-17 Description Provides a computationally efficient way of fitting weighted linear fixed effects estimators for causal...
github.com/hahahrfool/v2ray_simple
go
Go
README [¶](#section-readme) --- ![GoVersion](https://img.shields.io/github/go-mod/go-version/hahahrfool/v2ray_simple?style=flat-square) [![GoDoc](https://godoc.org/github.com/hahahrfool/v2ray_simple?status.svg)](https://godoc.org/github.com/hahahrfool/v2ray_simple) [![MIT licensed](https://img.shields.io/badge/licens...
segen
cran
R
Package ‘segen’ October 14, 2022 Type Package Title Sequence Generalization Through Similarity Network Version 1.1.0 Author <NAME> Maintainer <NAME> <<EMAIL>> Description Proposes an application for sequence prediction generalizing the similarity within the net- work of ...
github.com/flyteorg/flyte/flyteadmin
go
Go
README [¶](#section-readme) --- ### FlyteAdmin [![Current Release](https://img.shields.io/github/release/flyteorg/flyteadmin.svg)](https://github.com/flyteorg/flyteadmin/releases/latest) ![Master](https://github.com/flyteorg/flyteadmin/workflows/Master/badge.svg) [![GoDoc](https://godoc.org/github.com/flyteorg/flyte...
@jsonak/hr-ui
npm
JavaScript
cube-ui === > A fantastic mobile ui lib implement by Vue. ### Links * [Home](https://didi.github.io/cube-ui/) * [Docs](https://didi.github.io/cube-ui/#/en-US/docs) * [Example](https://didi.github.io/cube-ui/example/) * [Application Guide](https://github.com/cube-ui/cube-application-guide) ### Communication ### N...
django-plotly-dash
readthedoc
Python
django-plotly-dash documentation [django-plotly-dash](index.html#document-index) --- django-plotly-dash[¶](#django-plotly-dash) === [Plotly Dash](https://dash.plot.ly/) applications served up in Django templates using tags. Contents[¶](#contents) --- ### Introduction[¶](#introduction) The purpose of `django-plot...
bpk-component-autosuggest
npm
JavaScript
bpk-component-autosuggest === > Backpack autosuggest component. Installation --- ``` npm install bpk-component-autosuggest --save-dev ``` Usage --- ``` import React, { Component } from 'react'; import BpkLabel from 'bpk-component-label'; import { withRtlSupport } from 'bpk-component-icon'; import FlightIcon from 'bpk-...
processanimateR
cran
R
Package ‘processanimateR’ October 14, 2022 Type Package Title Process Map Token Replay Animation Version 1.0.5 Date 2022-07-14 Description Provides animated process maps based on the 'procesmapR' package. Cases stored in event logs created with with 'bupaR' S3 class eventl...
FMStable
cran
R
Package ‘FMStable’ October 12, 2022 Type Package Title Finite Moment Stable Distributions Version 0.1-4 Date 2022-06-03 Author <NAME> Maintainer <NAME> <<EMAIL>> Description Some basic procedures for dealing with log maximally skew stable distributions, which are also ...
condusco
cran
R
Package ‘condusco’ October 12, 2022 Type Package Title Query-Driven Pipeline Execution and Query Templates Version 0.1.0 Author <NAME> Maintainer <NAME> <<EMAIL>> Description Runs a function iteratively over each row of either a dataframe or the results of a query. Use t...
github.com/prometheus/tsdb
go
Go
README [¶](#section-readme) --- ### TSDB [![Build Status](https://travis-ci.org/prometheus/tsdb.svg?branch=master)](https://travis-ci.org/prometheus/tsdb) [![GoDoc](https://godoc.org/github.com/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/tsdb) [![Go Report Card](https://goreportcard.com/badg...
BayesXsrc
cran
R
Package ‘BayesXsrc’ February 3, 2023 Version 3.0-4 Date 2023-02-03 Title Distribution of the 'BayesX' C++ Sources Description 'BayesX' performs Bayesian inference in structured additive regression (STAR) models. The R package BayesXsrc provides the 'BayesX' command line t...
@aws-sdk/client-application-insights
npm
JavaScript
[@aws-sdk/client-application-insights](#aws-sdkclient-application-insights) === [Description](#description) --- AWS SDK for JavaScript ApplicationInsights Client for Node.js, Browser and React Native. Amazon CloudWatch Application Insights Amazon CloudWatch Application Insights is a service that helps you detect c...
gatsby-tinacms-json
npm
JavaScript
*gatsby-tinacms-json* === A Gatsby/Tina plugin for **editing JSON files stored in git**. Installation --- ``` yarn add gatsby-plugin-tinacms gatsby-tinacms-git gatsby-tinacms-json ``` Setup --- Include `gatsby-plugin-tinacms`, `gatsby-tinacms-git`, and `gatsby-tinacms-json` in your config: **gatsby-config.js** ``` ...
github.com/goproxyio/goproxy/v2
go
Go
README [¶](#section-readme) --- ### GOPROXY [![CircleCI](https://circleci.com/gh/goproxyio/goproxy.svg?style=svg)](https://circleci.com/gh/goproxyio/goproxy) [![Go Report Card](https://goreportcard.com/badge/github.com/goproxyio/goproxy)](https://goreportcard.com/report/github.com/goproxyio/goproxy) [![GoDoc](https:...
sentopics
cran
R
Package ‘sentopics’ May 28, 2023 Type Package Title Tools for Joint Sentiment and Topic Analysis of Textual Data Version 0.7.2 Date 2023-05-27 Maintainer <NAME> <<EMAIL>> Description A framework that joins topic modeling and sentiment analysis of textual data. The pack...
docs_spring_io_spring_docs_current_spring-framework-reference
free_programming_book
Markdown
Date: 2003-01-01 Categories: Tags: Spring makes it easy to create Java enterprise applications. It provides everything you need to embrace the Java language in an enterprise environment, with support for Groovy and Kotlin as alternative languages on the JVM, and with the flexibility to create many kinds of architect...
ggmotif
cran
R
Package ‘ggmotif’ October 13, 2022 Type Package Title Extract and Visualize Motif Information from MEME Software Version 0.2.1 Author <NAME> Maintainer <NAME> <<EMAIL>> Description Extract and visualize motif information from XML file from MEME software. In biology, a...
raqs
cran
R
Package ‘raqs’ September 24, 2023 Title Interface to the US EPA Air Quality System (AQS) API Version 1.0.1 Description Offers functions for fetching JSON data from the US EPA Air Quality System (AQS) API with options to comply with the API rate limits. See <https://aq...
collapsibleTree
cran
R
Package ‘collapsibleTree’ October 12, 2022 Type Package Title Interactive Collapsible Tree Diagrams using 'D3.js' Version 0.1.7 Maintainer <NAME> <<EMAIL>> Description Interactive Reingold-Tilford tree diagrams created using 'D3.js', where ev- ery node can be expanded and ...
rust_sync_force
rust
Rust
Crate rust_sync_force === Crate for interacting with the Salesforce API This crate includes the tools connecting to Salesforce and manipulating Salesforce objects Example --- The following example will connect to Salesforce and insert an Account object ``` use rust_sync_force::{Client, Error}; use serde::Deserializ...
coffeescript
devdocs
JavaScript
CoffeeScript ============ **CoffeeScript is a little language that compiles into JavaScript.** Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: *“It’s just J...
leanpub_com_thebigbookofpowershellgotchas_read
free_programming_book
Unknown
# Table of Contents Date: 2012-01-01 Categories: Tags: ## Table of Contents * The Big Book of PowerShell Gotchas * Format right * Where is the ____ Command? I’ve Installed the Latest Version of PowerShell and Can’t Find it! * PowerShell.exe isn’t PowerShell * Accumulating Output in a Function * ForEach ...
vanquish
cran
R
Package ‘vanquish’ October 12, 2022 Title Variant Quality Investigation Helper Version 1.0.0 Description Imports Variant Calling Format file into R. It can detect whether a sample contains contaminant from the same species. In the first stage of the approach, a c...
npcp
cran
R
Package ‘npcp’ February 9, 2023 Type Package Title Some Nonparametric CUSUM Tests for Change-Point Detection in Possibly Multivariate Observations Version 0.2-5 Date 2023-02-09 Maintainer <NAME> <<EMAIL>> Depends R (>= 3.5.0) Imports stats, sandwich Suggests copula Descr...
nhanesA
cran
R
Package ‘nhanesA’ July 16, 2023 Version 0.7.4 Date 2023-07-16 Title NHANES Data Retrieval BugReports https://github.com/cjendres1/nhanes/issues Depends R (>= 3.0.0) Imports stringr, foreign, rvest, magrittr, xml2, plyr Description Utility to retrieve data from the National H...
phia
cran
R
Package ‘phia’ October 14, 2022 Version 0.2-1 Date 2015-11-07 Title Post-Hoc Interaction Analysis Description Analysis of terms in linear, generalized and mixed linear models, on the basis of multiple comparisons of factor contrasts. Specially suited for the analy...
github.com/grandcat/zeroconf
go
Go
README [¶](#section-readme) --- ### ZeroConf: Service Discovery with mDNS ZeroConf is a pure Golang library that employs Multicast DNS-SD for * browsing and resolving services in your network * registering own services in the local network. It basically implements aspects of the standards [RFC 6762](https://tools...
django-tagging
readthedoc
Python
Django Tagging 0.4.4 documentation [Django Tagging](index.html#document-index) --- Django Tagging[¶](#django-tagging) === A generic tagging application for [Django](http://www.djangoproject.com) projects, which allows association of a number of tags with any Django model instance and makes retrieval of tags simple....
bigace
readthedoc
Markdown
Welcome to the documentation for the BIGACE CMS! This documentation looks funky, as it is an auto-import from a dokuwiki installation, using the DokuWiki-to-Markdown-Converter. It was imported to keep the history of Bigace alive, without the need of hosting the old infrastructure. * Install BIGACE - Step-by-step to y...
simplefix
readthedoc
Ruby
SimpleFIX 1.0.17 documentation SimpleFIX[¶](#simplefix) === Introduction[¶](#introduction) --- [FIX](http://www.fixtradingcommunity.org/pg/structure/tech-specs/fix-protocol) (Financial Information eXchange) Protocol is a widely-used, text-based protocol for interaction between parties in financial trading. Banks, br...
multisensi
cran
R
Package ‘multisensi’ October 13, 2022 Type Package Title Multivariate Sensitivity Analysis Version 2.1-1 Date 2018-04-04 Author <NAME> <<EMAIL>>, <NAME> <<EMAIL>>, <NAME> <<EMAIL>> Maintainer <NAME> <<EMAIL>> Description Functions to perform sensitivity analysis on a model wi...
arrow-array
rust
Rust
Crate arrow_array === The central type in Apache Arrow are arrays, which are a known-length sequence of values all having the same type. This crate provides concrete implementations of each type, as well as an `Array` trait that can be used for type-erasure. Building an Array --- Most `Array` implementations can be ...
qumin
readthedoc
Python
Qumin 1.1.0 documentation [Qumin](index.html#document-index) --- Qumin: Quantitative modelling of inflection[¶](#qumin-quantitative-modelling-of-inflection) === Qumin (QUantitative Modelling of INflection) is a collection of scripts for the computational modelling of the inflectional morphology of languages. It was...
analyzing-visualizing-data-f-sharp.pdf
free_programming_book
Unknown
Analyzing and Visualizing Data with F# <NAME> Analyzing and Visualizing Data with F# by <NAME> Copyright 2016 OReilly Media, Inc. All rights reserved. Printed in the United States of America. Published by OReilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. OReilly books may be purchased for edu...
github.com/mennanov/fieldmask-utils
go
Go
README [¶](#section-readme) --- ### Protobuf Field Mask utils for Go [![Tests](https://github.com/mennanov/fieldmask-utils/actions/workflows/tests.yml/badge.svg)](https://github.com/mennanov/fieldmask-utils/actions/workflows/tests.yml) [![Coverage](https://codecov.io/gh/mennanov/fieldmask-utils/branch/master/graph/b...
biblatex
ctan
TeX
* As a _conspectus siglorum_. You can see minimal example in the file example.pdf. ### Credits This package was created for <NAME>'s PhD1 in 2014. It is licenced on the _Eflex Project Public Licence2_. Footnote 1: [http://apocryphes.hypothese.org](http://apocryphes.hypothese.org). Footnote 2: [http://latex-projec...
wpress-oxide
rust
Rust
Struct wpress_oxide::Header === ``` pub struct Header { pub name: String, pub size: u64, pub mtime: u64, pub prefix: String, pub bytes: Vec<u8>, } ``` Metadata representation of a file with attributes necessary for an archive entry. Fields --- `name: String`Base name of the file from an entry. ...
pymodbus
readthedoc
Unknown
PyModbus Release 3.6.0dev Open Source volunteers Oct 19, 2023 CONTENTS: 1.1 Pymodbus in a nutshel... 3 1.1.1 Common feature... 3 1.1.2 Client Feature... 4 1.1.3 Server Feature... 4 1.1.4 REPL Feature... 4 1.1.5 Simulator Feature... 4 1.2 Use Case... 5 1.3 Instal... 5 1.3.1 Install with p...
currencyapi
rust
Rust
Crate currencyapi === currencyapi API library. > **Note:** experimental The starting point of this library is the `Rates` type for currency rates, which provides: * Latest Exchange Rates - `Rates::fetch_latest` * Historical Exchange Rates The Convert Exchange Rates endpoint is not provided but conversion is impleme...
chai2010.cn/gobook
go
Go
README [¶](#section-readme) --- ### Go语言高级编程 (Advanced Go Programming) *推广: [《WebAssembly标准入门》开始预售了,欢迎关注!](https://github.com/chai2010/awesome-wasm-zh/blob/master/webassembly-primer.md)([京东购买](https://item.jd.com/12499372.html))* --- 本书涵盖CGO、Go汇编语言、RPC实现、Web框架实现、分布式系统等高阶主题,针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员。对于刚学习Go语言...
apollo
cran
R
Package ‘apollo’ August 10, 2023 Type Package Title Tools for Choice Model Estimation and Application Version 0.3.0 Description Choice models are a widely used technique across numerous scientific disci- plines. The Apollo package is a very flexible tool for the estimat...
github.com/uber-go/kafka-client
go
Go
README [¶](#section-readme) --- ### Go Kafka Client Library [Mit License](https://github.com/uber-go/kafka-client/raw/master/LICENSE) [Build Status](https://travis-ci.org/uber-go/kafka-client/branches) [Coverage Status](https://codecov.io/gh/uber-go/kafka-client/branch/master) A high level Go client library for Apac...
bee-block
rust
Rust
Crate bee_block === Core data types for blocks in the tangle. Re-exports --- `pub use self::block::dto::BlockDto;``pub use self::block::Block;``pub use self::block::BlockBuilder;`Modules --- addressA module that provides types and syntactic validations of addresses.blockA module that provides types and syntactic va...
pagedown
cran
R
Package ‘pagedown’ December 13, 2022 Type Package Title Paginate the HTML Output of R Markdown with CSS for Print Version 0.20 Description Use the paged media properties in CSS and the JavaScript library 'paged.js' to split the content of an HTML document into discrete ...
wikiTools
cran
R
Package ‘wikiTools’ October 12, 2022 Type Package Version 0.0.6 Date 2022-03-18 Title Tools for Wikidata and Wikipedia Description A set of wrappers intended to check, read and download information from the Wikime- dia sources. It is specifically created to work with n...
clap-cargo-extra
rust
Rust
Crate clap_cargo_extra === Simple Wrapper around clap cargo that adds some utilities to access the metadata ``` pub struct ArgStruct { #[clap(flatten)] pub cargo: ClapCargo, } ``` Re-exports --- * `pub use impls::*;` Modules --- * impls Structs --- * CargoBin * CargoBuild * ClapCargoCombination of all three c...
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/serialconsole/armserialconsole
go
Go
README [¶](#section-readme) --- ### Azure Serial Console Module for Go [![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/serialconsole/armserialconsole)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/serialconsole/armserialconsole) The `armserialc...
curl
cran
R
Package ‘curl’ October 2, 2023 Type Package Title A Modern and Flexible Web Client for R Version 5.1.0 Description The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance,...
EMMIXSSL
cran
R
Package ‘EMMIXSSL’ October 18, 2022 Type Package Title Semi-Supervised Gaussian Mixture Model with a Missing-Data Mechanism Version 1.1.1 Author <NAME>, <NAME>, <NAME> Maintainer <NAME> <<EMAIL>> Description The algorithm of semi-supervised learning based on finite...
maestral
readthedoc
TOML
Maestral 1.5.2 documentation [Maestral](#) --- Welcome to Maestral’s developer documentation[](#welcome-to-maestral-s-developer-documentation) === This documentation provides an API reference for the maestral daemon. It is built from the current dev branch and is intended for developers. For a user manual and an o...
github.com/google/gnxi
go
Go
README [¶](#section-readme) --- [![License](https://img.shields.io/github/license/google/gnxi?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue?style=for-the-badge)](https://godoc.org/github.com/google/gnxi) [![Go Report Card](https://gorepor...
gopkg.in/vmihailenco/msgpack.v2
go
Go
README [¶](#section-readme) --- ### MessagePack encoding for Golang [![Build Status](https://travis-ci.org/vmihailenco/msgpack.svg?branch=v2)](https://travis-ci.org/vmihailenco/msgpack) [![GoDoc](https://godoc.org/github.com/vmihailenco/msgpack?status.svg)](https://godoc.org/github.com/vmihailenco/msgpack) Supports...
pystematic
readthedoc
Markdown
## Defining experiments The central concept in pystematic is that of an Experiment. An experiment consists of: A main function that executes the code associated with the experiment, * a set of parameters, that controls aspects of the experiments behavior. To define an experiment you simply decorate the main funct...
github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp
go
Go
README [¶](#section-readme) --- ### Google Secret Manager Provider for Secret Store CSI Driver [![e2e](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/actions/workflows/e2e.yml/badge.svg)](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/actions/workflows/e2e....
sourmash
readthedoc
R
sourmash 2.3.1 documentation Welcome to sourmash![¶](#welcome-to-sourmash) === sourmash is a command-line tool and Python library for computing [hash sketches](https://en.wikipedia.org/wiki/MinHash) from DNA sequences, comparing them to each other, and plotting the results. This allows you to estimate sequence simila...
efm32jg1b100-pac
rust
Rust
Crate efm32jg1b100_pac === Peripheral access API for EFM32JG1B100F128GM32 microcontrollers (generated using svd2rust v0.24.0 ( )) You can find an overview of the generated API here. API features to be included in the next svd2rust release can be generated by cloning the svd2rust repository, checking out the above co...
www_web2py_com_books_default_chapter_41
free_programming_book
Haskell
# Introducción¶ # Chapter 1: Introducción ## Introducción¶ web2py[web2py] es un marco de código abierto para el desarrollo ágil de aplicaciones web seguras conectadas a servicios de bases de datos; está programado en Python[python] y es programable en Python. web2py es un marco de desarrollo completamente integrado,...
github.com/openshift/origin/pkg/route/graph/analysis
go
Go
None Documentation [¶](#section-documentation) --- ### Overview [¶](#pkg-overview) Package analysis provides functions that analyse routes and setup markers that will be reported by oc status ### Index [¶](#pkg-index) * [Constants](#pkg-constants) * [func FindMissingRouter(g osgraph.Graph, f osgraph.Namer) []os...
coro
cran
R
Package ‘coro’ October 12, 2022 Title 'Coroutines' for R Version 1.0.3 Description Provides 'coroutines' for R, a family of functions that can be suspended and resumed later on. This includes 'async' functions (which await) and generators (which yield). 'Async' fun...
gba
rust
Rust
Crate gba === A crate for GBA development. ### How To Make Your Own GBA Project Using This Crate This will require the use of Nightly Rust. Any recent-ish version of Nightly should be fine. * **Get The ARM Binutils:** You’ll need the ARM version of the GNU binutils in your path, specifically the linker (`arm-none-e...
spinners-jdxcode
rust
Rust
Struct spinners_jdxcode::Spinner === ``` pub struct Spinner { /* private fields */ } ``` Implementations --- ### impl Spinner #### pub fn new(spinner: Spinners, message: String) -> Self Create a new spinner along with a message ##### Examples Basic Usage: ``` use spinners::{Spinner, Spinners}; let sp = Spinner:...
react-native-applinks
npm
JavaScript
React Native App Links === React Native App Links is a JavaScript library for [React Native](https://facebook.github.io/react-native/) that implements [App Links protocol](http://www.applinks.org), helping you link to content in other apps and handle incoming deep-links. App Links protocol documentation is available ...
github.com/openshift/origin/pkg/image/api
go
Go
None Documentation [¶](#section-documentation) --- ### Overview [¶](#pkg-overview) Package api is the internal version of the API. ### Index [¶](#pkg-index) * [Constants](#pkg-constants) * [Variables](#pkg-variables) * [func AddTagEventToImageStream(stream *ImageStream, tag string, next TagEvent) bool](#AddTagE...
phoenix_storybook
hex
Erlang
PhoenixStorybook === PhoenixStorybook provides a [*storybook-like*](https://storybook.js.org) UI interface for your Phoenix components. * Explore all your components, and showcase them with different variations. * Browse your component's documentation, with their supported attributes. * Learn how components behave b...
github.com/kyma-project/kyma/components/apiserver-proxy
go
Go
README [¶](#section-readme) --- ### API Server Proxy #### Overview The Kyma API Server Proxy is a core component that uses JWT authentication to secure access to the Kubernetes API server. It is based on the [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) project. This [Helm chart](https://github.com/k...
packagist_oway_trip_group_laravel_bmgv2.jsonl
personal_doc
Unknown
# Reach millions of new online customers through our global network of top travel brands Our solutions our partners about us contact us Get in touch Our Solutions Distribution Network Booking System Our Partners About Us Contact Us Get in touch Digital solutions for operators of attractions, tours, & activities Distri...
darkbird
rust
Rust
Struct darkbird::Database === ``` pub struct Database { /* private fields */ } ``` Implementations --- ### impl Database #### pub fn open(datastores: AnyMap) -> Database #### pub async fn subscribe<K, Doc>( &self, sender: Sender<Event<K, Doc>> ) -> Result<(), SessionResult>where Doc: Serialize + DeserializeOwne...