This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| from typing import NamedTuple, Literal, Union, List, Tuple | |
| from langfuse.decorators import observe | |
| import websockets | |
| import json | |
| import os | |
| class Message(NamedTuple): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWSTemplateFormatVersion: '2010-09-09' | |
| Transform: AWS::Serverless-2016-10-31 | |
| Description: 'SAM Sample' | |
| Globals: | |
| Function: | |
| Timeout: 3 | |
| Api: | |
| Cors: | |
| AllowMethods: "'GET,POST,OPTIONS,PUT,DELETE'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 2.1 | |
| orbs: | |
| aws-ecr: circleci/aws-ecr@0.0.2 | |
| jobs: | |
| coredns-tests: | |
| machine: | |
| image: ubuntu-1604:201903-01 | |
| working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns | |
| steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 2.1 | |
| orbs: | |
| aws-ecr: circleci/aws-ecr@0.0.2 | |
| initWorkingDir: &initWorkingDir | |
| type: shell | |
| name: Initialize Working Directory | |
| pwd: / | |
| command: | | |
| mkdir -p ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Sunshower.h> | |
| const char* apiKey = "apiSecretKey"; | |
| void setup() { | |
| // ESP 모듈 initializing | |
| Sunshower.setup("wifi", "password", apiKey); | |
| } | |
| void loop() { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Sunshower.h> | |
| const char* apiKey = "apiSecretKey"; | |
| void setup() { | |
| // ESP 모듈 initializing | |
| Sunshower.setup("wifi", "password", apiKey); | |
| } | |
| void loop() { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from matplotlib import pyplot as plt | |
| import numpy as np | |
| randn = np.random.randn | |
| import pandas as pd | |
| from scipy.stats.stats import pearsonr | |
| df = pd.read_excel('data_2.xlsx') | |
| print(df) | |
| c = pd.Series(df.columns.values, name='x').tolist() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| from scipy.stats.stats import pearsonr | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| df = pd.read_excel('data_2.xlsx') | |
| print(df) | |
| c = pd.Series(df.columns.values, name='x').tolist() | |
| print(c) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0xeb59c4f7f467bc01a1a251c12d2e304032b4fff4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x66d714892eb82f65c031c8d9366aa629320e3e7d |
NewerOlder