Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cartesian

hpc-maths/samurai

Intervals coupled with algebra of set to handle adaptive mesh refinement and operators on it.

Language: C++ - Size: 17.8 MB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 27 - Forks: 10

Tronald/CoordinateSharp

A library designed to ease geographic coordinate format conversions, and determine sun/moon information in C#

Language: C# - Size: 68.6 MB - Last synced: 4 days ago - Pushed: 3 months ago - Stars: 351 - Forks: 58

bariseksi/cartesian-core

Plot your data with this .net library to a canvas or to a bitmap

Language: C# - Size: 98.6 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

QC20/non-cartesian-etch-a-sketch

The Non-Cartesian Etch-A-Sketch is a browser-based simulation that offers a unique drawing experience. Unlike traditional Etch-A-Sketch toys, which operate in Cartesian coordinates (x and y axes), this simulation operates in non-Cartesian or polar coordinates. Try it out in the link below!

Language: JavaScript - Size: 196 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 0 - Forks: 0

ehmicky/big-cartesian

Cartesian product for big inputs

Language: TypeScript - Size: 7.9 MB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 17 - Forks: 2

ehmicky/fast-cartesian

Fast cartesian product

Language: TypeScript - Size: 8.33 MB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 63 - Forks: 5

hansalemaos/cythoncartesian

Cartesian Product - 6x faster than itertools.product - 10x less memory

Language: Python - Size: 23.4 KB - Last synced: 14 days ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

trek-view/pano2thumb

Generates a Cartesian thumbnail from an equirectangular image

Language: Python - Size: 4.88 KB - Last synced: 18 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

Myndex/deltaphistar

𝜟𝜱✴︎ or Delta Phi Star is a variant method of determining lightness contrast, and a sibling of APCA and SACAM. It is a simplified version using easily invertible standardized maths, however it lacks some useful properties such as polarity sensitivity. In fact, it is intended for applications where a "general" simplifed perceptual contrast is desired, where polarity sensitivity is not needed (or is ambiguous).

Language: HTML - Size: 96.7 KB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 20 - Forks: 0

twig-it/d3-charts

Contains an easy to use, customizable D3Js based Cartesian chart.

Language: TypeScript - Size: 4.24 MB - Last synced: 23 days ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

rxzyx/artillery-strike

An attempt to make an accurate artillery strike, for fun.

Language: Python - Size: 10.7 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 1 - Forks: 0

addisonElliott/polarTransform

Python package that converts between polar and cartesian domain (in images too).

Language: Python - Size: 31.7 MB - Last synced: 27 days ago - Pushed: over 5 years ago - Stars: 23 - Forks: 11

jwiegley/category-theory

An axiom-free formalization of category theory in Coq for personal study and practical work

Language: Coq - Size: 3.21 MB - Last synced: 16 days ago - Pushed: about 1 month ago - Stars: 734 - Forks: 67

ehmicky/test-each

🤖 Repeat tests. Repeat tests. Repeat tests.

Language: JavaScript - Size: 8.34 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 109 - Forks: 2

naver/egjs-axes

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.

Language: TypeScript - Size: 44.1 MB - Last synced: 17 days ago - Pushed: 2 months ago - Stars: 172 - Forks: 32

gabrieledarrigo/straight-line

Straight line domain investigation

Language: Java - Size: 71.3 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

jposada202020/MicroPython_UPLOT

MicroPython Small Graphics framework using the IL9486 display

Language: Python - Size: 521 KB - Last synced: 6 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 1

XtheGxmerz0/L-Code

A printer firmware for Lego SPIKE. It's pretty sketchy :/

Language: Python - Size: 32.2 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

bpolaszek/cartesian-product

PHP - A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.

Language: PHP - Size: 24.4 KB - Last synced: 7 days ago - Pushed: over 2 years ago - Stars: 82 - Forks: 12

erlete/bidimensional

A collection of useful classes and functions for working with 2D geometry in Python.

Language: Python - Size: 230 KB - Last synced: 22 days ago - Pushed: 6 months ago - Stars: 3 - Forks: 1

stdlib-js/array-cartesian-power

Return the Cartesian power.

Language: Makefile - Size: 588 KB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-cartesian-square

Return the Cartesian square.

Language: Makefile - Size: 439 KB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

SyncfusionExamples/How-to-add-benchmark-line-in-.NET-MAUI-Cartesian-chart

This article in the Syncfusion Knowledge Base explains how to add benchmark line in .NET MAUI Cartesian chart

Language: C# - Size: 225 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/array-cartesian-product

Return the Cartesian product.

Language: Makefile - Size: 479 KB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

strong-roots-capital/sorted-cartesian-product 📦

Cartesian product of a list including only sorted elements

Language: JavaScript - Size: 8.79 KB - Last synced: 14 days ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

hansalemaos/cythoncartesian2

Cartesian Product for NumPy - 40x faster than NumPy + itertools.product

Language: Python - Size: 22.5 KB - Last synced: 5 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

p4ymak/triangle

Rust Struct for Triangles.

Language: Rust - Size: 26.4 KB - Last synced: 8 days ago - Pushed: about 1 year ago - Stars: 5 - Forks: 0

Vishnuparammal/Trace_it

A java software capable of plotting graph of any polynomial. JavaFX based GUI. @laukik-hase @ved29

Language: Java - Size: 107 KB - Last synced: 6 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

NetFabric/NetFabric.Numerics

A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and geodetic.

Language: C# - Size: 4.23 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 31 - Forks: 1

brieuc-praud/Heat_FVM_2D

Two dimensional heat equation resolution with the help of the Finite Volume Method on a cartesian mesh

Language: Fortran - Size: 4.88 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

mappable-world/mappable-cartesian-projection

This package will project your custom cartesian dimensions on a Mappable map world grid

Language: TypeScript - Size: 528 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 11 - Forks: 0

dattv/QTAdaptive

Quadtree Adaptive Mesh Refinement

Language: Fortran - Size: 54.7 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 30 - Forks: 15

dattv/2D_CARFIVE

2D Cartesian Quadtree Adaptive Mesh Refinement (AMR) for multiphase Five Equations Model

Language: Fortran - Size: 44.9 KB - Last synced: 7 months ago - Pushed: almost 6 years ago - Stars: 24 - Forks: 11

stdlib-js/ndarray-base-next-cartesian-index

Return the next Cartesian index (i.e., set of subscripts/dimension indices).

Language: JavaScript - Size: 226 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

SyncfusionExamples/How-to-localize-the-labels-in-.NET-MAUI-Charts-SfCartesianChart

This sample demonstrates how to localize the labels in the chart.Localization is the process of translating the application resources into different language for the specific cultures. The SfCartesianChart can be localized by adding resource file.

Language: C# - Size: 172 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

PatchRanger/cartesian-iterator

Iterator, returning the cartesian product of associative array of iterators. See https://en.wikipedia.org/wiki/Cartesian_product .

Language: PHP - Size: 30.3 KB - Last synced: 9 days ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 1

viennamapping/mpicartreorderlib

Library with reordering algorithms for the MPI_Cart_comm reorder flag

Language: C++ - Size: 405 KB - Last synced: 18 days ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 1

chrberger/WGS84toCartesian

A simple header-only, single-file library to handle WGS84 coordinate to Cartesian coordinate transformations for C++.

Language: C++ - Size: 268 KB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 68 - Forks: 16

rodion-raskolnikov/geo-xy

Language: JavaScript - Size: 4.88 KB - Last synced: 23 days ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

NNoGalaxy/python_cartesian_bruteforce

Python Bruteforce String Generation

Language: Python - Size: 2.93 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

chrissimpkins/cgeo

A Rust 2D computational geometry library

Language: Rust - Size: 318 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

cdaringe/coordinate-systems

Geometry coordinate converter for common 2d/3d coordinate systems

Language: TypeScript - Size: 534 KB - Last synced: 14 days ago - Pushed: 15 days ago - Stars: 10 - Forks: 0

V999TEC/Utility

Haversine, Cartesian and LoRaWAN utility functions

Language: Java - Size: 10.7 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

terezka/charts

Make charts! Alpha version.

Language: Elm - Size: 22.5 MB - Last synced: 10 days ago - Pushed: over 2 years ago - Stars: 14 - Forks: 5

SerrpentDagger/positionlib

A position/vector transformation library, making it easy to manipulate 3D coordinate systems. Vectors can be in Cartesian, Spherical, or Cylindrical format, and the library includes matrix utilities for efficient mass-transformation.

Language: Java - Size: 43.9 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

sergomet/product-variants

product-variants

Language: PHP - Size: 2.93 KB - Last synced: 10 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

jposada202020/CircuitPython_uplot

Small framework to create graphics in CircuitPython

Language: Python - Size: 4.68 MB - Last synced: 5 months ago - Pushed: 9 months ago - Stars: 8 - Forks: 1

Juandavid716/Virtual-reality-cartesian-map

A cartesian map made on Unity using Oculus Rift glasses.

Language: C# - Size: 508 MB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 1

stdlib-js/array-base-cartesian-product

Return the Cartesian product.

Language: Makefile - Size: 551 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

stdlib-js/array-base-cartesian-power

Return the Cartesian power.

Language: Makefile - Size: 771 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-n-cartesian-product

Return the n-fold Cartesian product.

Language: JavaScript - Size: 185 KB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

swapnil96/Convex-hull

Convex hull of given 3D points

Language: Python - Size: 1.26 MB - Last synced: 12 months ago - Pushed: almost 3 years ago - Stars: 71 - Forks: 21

richardpiazza/GraphPoint

A swift library for using the Cartesian Coordinate System in CGRect.

Language: Swift - Size: 278 KB - Last synced: 7 days ago - Pushed: almost 2 years ago - Stars: 6 - Forks: 0

Schmelzerboy/I3-Mega-Klipper

Anycubic-I3Mega-Tuning-Teil13-Klipper

Size: 51.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

real-space/juRS 📦

Real-space grid Density Functional Theory for large systems

Language: Fortran - Size: 4.42 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 4 - Forks: 2

quantum9Innovation/hulet

The canvas as the Cartesian plane

Language: TypeScript - Size: 314 KB - Last synced: 13 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 1

JGxFTW/miniprusa

miniprusa MC3

Size: 71.3 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 0

stdlib-js/array-base-cartesian-square

Return the Cartesian square.

Language: Makefile - Size: 573 KB - Last synced: 5 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

TheMarlboroMan/2d-rotation-test 📦

2d rotation and cartesian representacion testing.

Language: C++ - Size: 44.9 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

davix3f/ncplot

ncurses C plotter

Size: 20.5 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 1

bkopchick/rotations

Rotate an array of points in cartesian coordinates about the x, y, z axis or a specified vector by a specified angle using python

Language: Python - Size: 490 KB - Last synced: 10 months ago - Pushed: almost 6 years ago - Stars: 6 - Forks: 2

plibither8/geosvg

🗺 Generate an SVG or its Cartesian points' representation of a path from a GPX file or list of coordinates

Language: TypeScript - Size: 79.1 KB - Last synced: 13 days ago - Pushed: over 2 years ago - Stars: 10 - Forks: 2

grizzlei/geodeasy

Geodeasy provides open source tools and public APIs for geodetic computations.

Language: PHP - Size: 101 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

tylerburdsall/lazy-cartesian-product

.hpp library to efficiently generate combinations using the Lazy Cartesian Product algorithm

Language: C++ - Size: 53.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1

jayeshparashar/Bloch-sphere-

Explaining Bloch sphere using qiskit

Language: Jupyter Notebook - Size: 1.45 MB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 1

fsvieira/cset

Combinatorial/Cartesian Lazzy Set

Language: JavaScript - Size: 1.17 MB - Last synced: 20 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

HarrisonLavins/dartboard-matlab

Building a Dartboard on a Cartesian Grid in MATLAB

Language: Matlab - Size: 90.8 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

racketf/list.cartesian-product

Returns cartesian product of sos1 with sos2 (see EOPL).

Language: Racket - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

mbuliga/writings

writings, by mbuliga or chorasimilarity

Size: 9.14 MB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

HemulGM/SCC

Декартова система координат

Language: Pascal - Size: 12.7 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 5

joneshshrestha/Graphics-Algorithm

Different output primitives algorithms with JavaScript.

Language: JavaScript - Size: 310 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 5 - Forks: 0

iProdigy/Physics

Java library for Newtonian Mechanics Modeling with a focus on Immutable Fluency

Language: Java - Size: 55.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 3

gajus/unnest

Creates a cartesian product of properties identified using value pointers.

Language: JavaScript - Size: 29.3 KB - Last synced: 17 days ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

t-o-k/scikit-vectors

Python library with functions to create n-dimensional vector classes

Language: Python - Size: 8.51 MB - Last synced: 24 days ago - Pushed: over 4 years ago - Stars: 3 - Forks: 1

roidsaja/cubeprojection

Visualize a 3D projected cube in to 2D Cartesian Plane using Matplotlib and Numpy.

Language: Python - Size: 1.5 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

codenameyau/react-cartesian

React Cartesian Product component

Language: JavaScript - Size: 482 KB - Last synced: 16 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

GErP83/VariousUtils

A couple helpful utils for faster coding

Language: Java - Size: 200 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

InversePalindrome/InPal

Graphing Calculator

Language: C++ - Size: 136 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 5 - Forks: 0

wlodpawlowski/linear-algebra-python-library

My personal library for solving different linear algebra's problems base on Python.

Language: Python - Size: 43 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

tylerburdsall/lazy-cartesian-product-python

Find the Nth entry in a Cartesian Product

Language: Python - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0