
https://aiexperiments.withgoogle.com/
이 사이트를 알게 된건 Quick, Draw라는 페이지였는데
https://quickdraw.withgoogle.com/
단어에 맞는 그림을 그리면 그림을 인식하는지 못하는지를 알려줍니다.

이런식으로 말이죠.

이 외에도 많은 실험사이트가 있는데 재미있는 것들이 많은 것 같습니다. :)
한번 살펴보세요!
too many open files
error reported problemresources
directory.AutoAtlas
asset in the folder that stores seperated SpriteFrame assets. During building process the contents in the folder will be packed into an Atlas.u: xxxxx
to search assets with uuidFind Usages
to filter the tree with only assets (scene, prefab and clip) that referenced the item clicked on.clear
button will not clear compiler error now.--mount
to specify the external resource path. (You can use multiple --mount parameters to mount multiple paths, parameter values can be absolute path or relative to the relative path of the project). You can also use parameter --writable
to specify whether allow saving the external resource changes.Cmd / Ctrl + Q
would cause an errorcc.loader.release
will now correctly remove the cache and its asset dependencies (such as texture, audio), while supporting the release of an assets array. Also add removeItem
to remove only the cache and getDependsRecursively
to get its own list of dependent assets (including itself).isScheduled
in the Web platform always return false issuecc.loader.onProgress
not callback correctly when sub-queue updatesNo need to release non-cached asset
when loading the json asset with loadReson/off
to register and unregister.TOUCH_TIMEOUT
.cc.flipX
in the native platform will cause a crash_widget
if the Scrollview size changestop
andbottom
checkboxes disappearsMETA_LOADED
,CLICKED
andREADY_TO_PLAY
events. Now toggle visible pauses the video and disable video playing if the video control is not visible. At the same time, unified web and jsb video behaviors.source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins
source "https://rubygems.org"
ruby RUBY_VERSION
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
#gem "jekyll", "3.2.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-github-metadata", "~> 1.0"
# end
2. Local에서 확인할 경우source "https://rubygems.org"
ruby RUBY_VERSION
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "3.2.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-github-metadata", "~> 1.0"
# end
관련 글 소개 #1: https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...