bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
#
cube
Here are 355 public repositories matching this topic...
Light-weight Python OLAP framework for multi-dimensional data analysis
-
Updated
Apr 29, 2022 - Python
3d engine implementation in DNA code!
biology
dna
chemical-kinetics
cube
3d
chemical-reaction-networks
molecular-biology
3d-engine
chemical-reactions
raymarching
in-vitro
piperine
strand-displacement
molecular-programming
real-reactive-programming
-
Updated
Nov 29, 2020
2
mterron
commented
Apr 22, 2020
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
Solve Rubik's Cube in less than 19 moves on average with Python.
-
Updated
Apr 3, 2022 - Python
atoti issue tracking
-
Updated
Feb 21, 2022
-
Updated
Feb 23, 2018 - C#
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
database
etl
nunit
test-automation
test-framework
business-intelligence
cube
data-quality-checks
data-quality
-
Updated
Jun 22, 2022 - C#
OlaPy, an experimental OLAP engine based on Pandas
-
Updated
Apr 8, 2022 - Python
-
Updated
Dec 21, 2017 - C#
color lookup tables (LUTs) for color grading
-
Updated
Jun 19, 2018 - C++
3d cube style navigation pattern, like that found in Instagram Stories
-
Updated
Jun 1, 2022 - TypeScript
A fast in-memory multi-key counter store
-
Updated
Aug 31, 2021 - Java
3D Twisty puzzles built on JavaScript 2D canvas API
javascript
algorithm
cube
rubiks-cube
group-theory
tetrahedron
dodecahedron
octahedron
pyraminx
icosahedron
megaminx
-
Updated
Apr 19, 2021 - JavaScript
Geometries for 3D rendering, including normals, UVs and cell indices (faces). Perfect if you want to supercharge your dependency folder... with 30KB of geometries.
webgl
plane
geometry
sphere
glsl
quad
box
mesh
cone
circle
primitive
gl
cube
stackgl
ellipsoid
capsule
torus
cylinder
simplicial-complex
icosphere
-
Updated
Jun 15, 2022 - JavaScript
OLAP PivotTable Extensions is an Excel add-in which extends the functionality of PivotTables on Analysis Services cubes and of the Excel Data Model (Power Pivot)
plugin
excel
pivot-tables
olap
cube
mdx
tabular
ssas
add-in
powerpivot
analysis-services
power-pivot
search-field-list
excel-services
search-cube
search-dimensions
pivottable
azure-analysis-services
-
Updated
Nov 24, 2021 - Inno Setup
A rubik's cube solver | 魔方还原(层先法 + Two-phase)
-
Updated
May 1, 2021 - JavaScript
Drill-down view for Icinga web 2 based on custom variables
-
Updated
Jun 15, 2022 - PHP
Valley of cubes is a game replica of Bluk, its a 3D simple game best suited for mobile devices.
game
visual-studio
csharp
endless-runner
unity
game-development
unity3d
cube
single-player-game
3d
3d-game
game-replica
-
Updated
Apr 13, 2021 - C#
A collection of monolog handlers that use a PSR-18 HTTP Client to send your logs
slack
php
gitlab
telegram
log
monolog
logging
http-client
sendgrid
cube
mattermost
monolog-handler
psr3
psr17
psr18
monolog-handlers
monolog-http
-
Updated
May 26, 2021 - PHP
Improve this page
Add a description, image, and links to the cube topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cube topic, visit your repo's landing page and select "manage topics."


Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce