Skip to content

Instantly share code, notes, and snippets.

View michiboo's full-sized avatar
🍵
Team Tea!

michiboo

🍵
Team Tea!
View GitHub Profile
/// parking
const data = [
{
question: "Do you have a vehicle?",
answers: [
"Yes",
"No",
]
},
{
import time
import nft_storage
from nft_storage.api import nft_storage_api
from nft_storage.model.error_response import ErrorResponse
from nft_storage.model.upload_response import UploadResponse
from nft_storage.model.unauthorized_error_response import UnauthorizedErrorResponse
from nft_storage.model.forbidden_error_response import ForbiddenErrorResponse
from pprint import pprint
@michiboo
michiboo / summary.md
Last active August 19, 2019 18:17
GSOC 2019 Signal Scope Summary for ZynAddSubFx

GSOC 2019 Project Summary Signal Scope for ZynAddSubFx

Describe my work briefly

  • Implemented Oscilloscope view
  • Implemented a edge triggering system for Oscilloscope
  • Implemented relevant UI
  • Extend Watch Points
  • Testing for above