Skip to content

Instantly share code, notes, and snippets.

View auaicn's full-sized avatar
💭
Developing

KyungHo Park auaicn

💭
Developing
View GitHub Profile
@auaicn
auaicn / README-Template.md
Created November 5, 2017 14:56 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@auaicn
auaicn / gist.h
Created February 18, 2021 15:11
gist description
#ifndef "gist.h"
#define "gist.h"
#endif
@interface myClass : UIViewController {
String* auaicn;
}
@property(retain,nonatomic) String* auaicn;
@auaicn
auaicn / 📊 Weekly development breakdown
Last active January 29, 2022 00:40
wakatime on github
Dart 26 hrs 7 mins ████████████████████▉ 100.0%
YAML 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0%
Other 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0%
Groovy 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0%
@auaicn
auaicn / Commit Rule.md
Last active March 5, 2022 20:05
Commit Rules for me

Issues on JIRA

Example

Commit Type: Title [Ticket]

  • contents
  • contents

Rules

@auaicn
auaicn / mappedReactiveVariable.ts
Created March 7, 2024 06:05
Trying to use MappedReactiveVariable
import { makeVar, ReactiveVar } from '@apollo/client';
import React, { useEffect, useState, useCallback } from 'react';
import isEqual from 'lodash/isEqual';
type Data = {
title: string;
date: Date;
};
// Create the reactive variable with Map<number, Data> type
### original
```svg
<svg width="320" height="200" viewBox="0 0 320 200" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M213.333 0H106.667L0 66.6667V133.333L106.667 200H213.333L320 133.333V66.6667L213.333 0Z"/>
</svg>
```
### new
```svg