-
저는 회사에서 DB를 만들고 있습니다.
이렇게 얘기하면 꼭 듣는 질문이 "아 데이터베이스 다룬다고?"인데,
그게 아니고 OLAP를 만들고 있습니다.
OLAP 중에 SQL parsing, optimization을 담당하고 있고 그 외에도 이런저런 다른 일도 합니다.
개발을 3년 정도 하니 저도 하고 싶은 프로젝트가 생깁니다.
이거 parser를 …
-
### Description
Look at the code and the image below
```typst
#table(
columns: (
auto,
0.125fr,
0.125fr,
0.125fr,
0.125fr,
0.125fr,
0.125fr,
0.125fr,
)…
-
This may be of concern:
```
In file included from xmload.c:33:
xmload.c: In function 'xmpLoadModule':
xmload.c:459:78: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimiza…
-
Hey, my program returns within seconds with the below function, but runs forever when the first occurrence of `f1'` is replaced with the equivalent `f1 m`.
```
import qualified Data.Map as M
co…
-
**Describe the bug**
I am updating kendo themes from v9.0.0 to v10.0.1
i reference these libraries in ASP.NET Core application using package.json configures as:
```
{
"dependencies" {
"@pr…
-
2600_yay [brings attention](https://discord.com/channels/955819881989808128/1059573570122023022/1275988510716985415) to a tool that can be used to pull data from the SEC
They link to [this reposit…
-
Two cases are presented, one here concerning one simple eqn taken from "Driven Damped Oscillations" using v 0.8.4. The other even simpler case is presented in the following comments.
@ Expecting [ m=…
-
Buenas! Me gustaría saber si en cuanto eficiencia y estilo está bien. Gracias!
```c
#include
#include
#define N 4
#define M 5
#define IS_VALID(X) ((X) >= 0 && (X) < 10)
int armaFilas(int mat[][M…
-
test program:
executed, error 4 occurs.
```
unsigned char verylargearray1[512];
int main(int argc, char *argv[])
{
unsigned char k;
int i,j;
unsigned char verylargearray2[512];
f…
-
import baostock as bs
import pandas as pd
# 登陆系统
lg = bs.login()
# 显示登陆返回信息
print('login respond error_code:'+lg.error_code)
print('login respond error_msg:'+lg.error_msg)
# 获取股票历史交易数据
…