GitHub

https://github.com

Updated 10 months ago

lesson-python-intro • Rank 0.7 • Science 44%

An introduction to Python Programming

Updated 10 months ago

linker • Rank 0.7 • Science 44%

An application that collects links (work in progress)

Updated 10 months ago

run-jsmoo-z80-test • Rank 0.7 • Science 44%

A Ruby script for running the Z80 tests included in JSMoo

Updated 10 months ago

arrakis • Rank 0.7 • Science 44%

Abra realignment workflow

Updated 10 months ago

gdmc2022 • Rank 0.7 • Science 44%

"Field Lab Beta β", a submission by Niels-NTG for the 2022 Minecraft AI Settlement Generation Challenge

Updated 10 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 10 months ago

stats-base-dists-t-logpdf • Rank 0.7 • Science 44%

Natural logarithm of the probability density function (PDF) for a Student's t distribution.

Updated 10 months ago

road-network-link-prediction • Rank 0.7 • Science 44%

Research work which explores the application of link prediction methods on road networks.

Updated 10 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

Updated 10 months ago

ontogpt-api • Rank 0.7 • Science 44%

⛏️ An API to extract informations from text using OntoGPT

Updated 10 months ago

terraform-aws-billing-export • Rank 0.7 • Science 44%

Terraform Module witch creates billing export, including FOCUS, on AWS.

Updated 10 months ago

mypipeline3 • Rank 0.7 • Science 44%

This doesn't matter today

Updated 10 months ago

random-streams-hypergeometric • Rank 0.7 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.

Updated 9 months ago

https://github.com/google-research/android_world • Rank 8.6 • Science 36%

AndroidWorld is an environment and benchmark for autonomous agents

Updated 10 months ago

ue4-free-d-generator • Rank 0.0 • Science 44%

Adds a blueprint function to generate a FreeD packet from position and rotation data.

Updated 10 months ago

pif_react_esp32 • Rank 0.0 • Science 44%

Proyecto PIF para la asignatura de Arquitectura de Hardware (Politécnico Colombiano Jaime Isaza Cadavid - Ingeniería Informática - Semestre 5)

Updated 10 months ago

sixarm_rails_engine_for_rbac • Rank 0.0 • Science 44%

SixArm.com » Rails » Engine for Role Based Access Control (RBAC)

Updated 10 months ago

rm-numbered-files • Rank 0.0 • Science 44%

Remove numbered files, such as foo.1, foo.2, foo.3, etc.

Updated 10 months ago

mkdir-united-states-state-codes • Rank 0.0 • Science 44%

mkdir-united-states-state-codes: Unix command to make directories for all United States state codes

Updated 10 months ago

entropy-core-problem • Rank 0.0 • Science 44%

Repository for suppelementary material from my publications on the entropy core problem

Updated 10 months ago

axon-web-cqrs-generator • Rank 0.0 • Science 44%

Generator CQRS With Spring Boot Spring WebMVC Spring Data JPA Axon Framework (Command/Query/Event) RabbitMQ PostgreSQL Mustache etc...

Updated 10 months ago

wellknown-space • Rank 0.0 • Science 44%

A well-known .txt file for spatial identification.

Updated 10 months ago

planner • Rank 0.0 • Science 44%

:package: Create ready to print calendars

Updated 10 months ago

utils-until-each-right • Rank 0.0 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 10 months ago

video-compression-and-future-prediction-using-gpt • Rank 0.0 • Science 44%

This repository presents a project focused on advanced video compression and future prediction using Generative Pre-trained Transformer (GPT) and other state-of-the-art techniques.

Updated 10 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.

Updated 10 months ago

random-array-cosine • Rank 0.0 • Science 44%

Create an array containing pseudorandom numbers drawn from a raised cosine distribution.

Updated 10 months ago

eos-organizational-checkup • Rank 0.0 • Science 44%

EOS Organizational Checkup

Updated 10 months ago

mast-cell-activation-syndrome-diagnosis-test • Rank 0.0 • Science 44%

Mast Cell Activation Syndrome (MCAS) Diagnosis Test

Updated 10 months ago

google-translate-link-maker • Rank 0.0 • Science 44%

google-translate-link-maker

Updated 10 months ago

maker-taker-solver-as-aws-lambda-java • Rank 0.0 • Science 44%

Maker + Taker + Solver → implemented as AWS Lambda Java

Updated 10 months ago

demo-swift-carthage • Rank 0.0 • Science 44%

Demo Swift Carthage

Updated 10 months ago

docker-alpine-base • Rank 0.0 • Science 44%

A base Docker image with minimal tooling for development purposes.

Updated 10 months ago

swift-llvm-statistics-comparison • Rank 0.0 • Science 44%

This repository contains microbenchmarks written in Swift and C++.

Updated 10 months ago

pvsc48-surfrad-tmy-comparison • Rank 0.0 • Science 44%

PVSC48 SURFRAD vs. TMY Comparison. Available online: https://doi.org/10.1109/PVSC43889.2021.9519024

Updated 10 months ago

ai-teacher-feedback-lesson • Rank 0.0 • Science 44%

Evaluating AI in Teacher Performance Reviews: Benefits, Biases, and Best Practices

Updated 10 months ago

pol-sim • Rank 0.0 • Science 44%

Code for modeling polarization transmission / reflection on different optical elements.

Updated 10 months ago

lapack-base-claset • Rank 0.0 • Science 44%

Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.

Updated 10 months ago

radipop_scripts • Rank 0.0 • Science 44%

Scripts to train and validate random forest model for HVPG prediction

Updated 10 months ago

napi-argv-strided-float64array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a double-precision floating-point array.

Updated 10 months ago

strided-base-write-dataview • Rank 0.0 • Science 44%

Copy elements from an input strided array to elements in a strided DataView.

Updated 10 months ago

utils-do-while-each • Rank 0.0 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 10 months ago

cinola-binary-distribution • Rank 0.0 • Science 44%

Binary distribution of CINOLA Spin Dynamics Simulation Software by Christian Schröder

Updated 10 months ago

blas-ext-base-gapxsumors • Rank 0.0 • Science 44%

Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

Updated 10 months ago

utils-group-in • Rank 0.0 • Science 44%

Group an object's own and inherited property values according to an indicator function.

Updated 10 months ago

token-wars-dataviz • Rank 0.0 • Science 44%

A data visualisation in `matplotlib` of the number of parameters in major LLMs as well as the number of tokens of text they were trained on.

Updated 10 months ago

napi-argv-strided-complex64array2d • Rank 0.0 • Science 44%

Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.

Updated 10 months ago

strided-napi-dmskmap • Rank 0.0 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Updated 10 months ago

pytorch-template • Rank 0.0 • Science 44%

[🔥], PyTorch template with TOML

Updated 10 months ago

math-base-special-cflipsign • Rank 0.0 • Science 44%

Return a complex number with the same magnitude as `z` and the sign of `y*z`.

Updated 10 months ago

africa-pulse • Rank 0.0 • Science 44%

Support for the Africa Pulse

Updated 10 months ago

qmra • Rank 0.0 • Science 44%

Web-application for calculating microbial risk in water and water reuse systems

Updated 10 months ago

sixarm_ruby_jsonapi • Rank 0.0 • Science 44%

SixArm.com » Ruby » JSON API helpers for http://jsonapi.org

Updated 10 months ago

archimate-examples • Rank 0.0 • Science 44%

ArchiMate examples

Updated 10 months ago

demo-swagger • Rank 0.0 • Science 44%

Demo Swagger project showing REST API YAML documentation

Updated 10 months ago

sf_etsy_2013_zoo_calendar • Rank 0.0 • Science 44%

SF Etsy 2013 Zoo Calendar