Skip to content

Instantly share code, notes, and snippets.

View kentakang's full-sized avatar
πŸ˜‚
I may be slow to respond.

Chan Kang kentakang

πŸ˜‚
I may be slow to respond.
View GitHub Profile
@kentakang
kentakang / macOSdjmax.md
Last active April 8, 2025 18:05
Run DJMAX Respect V on macOS Sonoma

Running DJMAX Respect V on macOS Sonoma

Environment

  • MacBook Pro 16-inch, 2021 (M1 Pro, RAM 16GB)
  • macOS Sonoma 14.0 (stable)

Step

Install rosetta

import React
import UIKit
class SecureImageView: UIView {
@objc var url: String = "" {
didSet {
do {
let imageUrl = URL(string: url)
let data = try Data(contentsOf: imageUrl!)
let image = UIImage(data: data)
#include <stdio.h>
#include <stdlib.h>
int set_random() {
int result = rand() % 3;
return result;
}
int decision(int computer, int user) {

Keybase proof

I hereby claim:

  • I am kentakang on github.
  • I am kentakang (https://keybase.io/kentakang) on keybase.
  • I have a public key ASDuyvMVkXUz6BGhy8WWpmxe4wtlAyrjutELR-pxrpMWCAo

To claim this, I am signing this object:

@kentakang
kentakang / kakaotalk.bttpreset
Created October 22, 2019 02:35
BTT KakaoTalk Preset
{
"BTTPresetName" : "Default",
"BTTPresetUUID" : "13CE21D5-B6B5-43BD-9BC6-01945FCEDE7A",
"BTTPresetContent" : [
{
"BTTAppBundleIdentifier" : "BT.G",
"BTTAppName" : "Global",
"BTTAppAutoInvertIcon" : 1,
"BTTAppSpecificSettings" : {
@kentakang
kentakang / AndroidManifest.xml
Last active December 13, 2018 15:28
Kotlin Global Context
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kentastudio.hanyang">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
<table border=1>
<tr>
<td>1μœ„</td>
<td>2μœ„</td>
<td>3μœ„</td>
<td>4μœ„</td>
<td>5μœ„</td>
<td>6μœ„</td>
<td>7μœ„</td>
<td>8μœ„</td>
import requests
from bs4 import BeautifulSoup
import pymysql
import datetime
conn = pymysql.connect(host='localhost', user='root', password='', db='', charset='utf8')
curs = conn.cursor()
sql = "INSERT INTO search(first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth, date) VALUES(%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)"
html = requests.get('https://www.naver.com/').text
#include <stdio.h>
char goBoard[19][19];
int i, j;
void initialize()
{
for(i = 0; i < 19; i++)
{
for(j = 0; j < 19; j++)

ν…μ„œν”Œλ‘œμš° μ‹œμž‘ν•˜κΈ°

글쓴이: κΉ€μ •μ£Ό([email protected])

이 λ¬Έμ„œλŠ” ν…μ„œν”Œλ‘œμš° 곡식 νŽ˜μ΄μ§€ λ‚΄μš©μ„ λ°”νƒ•μœΌλ‘œ λ§Œλ“€μ–΄μ‘ŒμŠ΅λ‹ˆλ‹€.


μ†Œκ°œ

ν…μ„œν”Œλ‘œμš°(TensorFlow)λŠ” 기계 ν•™μŠ΅κ³Ό λ”₯λŸ¬λ‹μ„ μœ„ν•΄ κ΅¬κΈ€μ—μ„œ λ§Œλ“  μ˜€ν”ˆμ†ŒμŠ€ λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. 데이터 ν”Œλ‘œμš° κ·Έλž˜ν”„(Data Flow Graph) 방식을 μ‚¬μš©ν•˜μ˜€μŠ΅λ‹ˆλ‹€.