连续两个周末参加了一些程序员活动
并不期望着拿奖,但是非常意外的是居然在第一次Hackthon中获得了Sponsor奖项
more >>一句话想法:
大家总是说一个人要学会接受和别人不一样的地方,比如一块胎记,一个能力的缺陷,etc…
但是很少人教大家怎么接受自己和别人是一个平庸的人,是一个普通的不能再普通的韭菜/炮灰/普通人。
有趣
more >>CBS is a two-level algorithm.
At the high level, a search is performed on a tree based on conflicts between agents. At the low level, a search is performed only for a single agent at a time.
接上一篇想法…
说的好像我是记得上一篇完全没提成功学三个字而放到这边来讲一样的🙄️
然而事实就是我只是看到了个鸡汤视频突然迫切的想记录下来
Everyone has their own time and clock
讲的就是要过自己的生活,别被他人定义自己应该活成什么样
但是貌似有趣的是,这一系列的影片都是这位 Jay Shetty 是一位印度裔英国人拍摄的,然后场景中邀请的演员都是印度裔年轻人。
然后故事中被定义的人生是:
上大学-找工作-买房-结婚-…
有趣
听起来和码农有点像…😏除了结婚那条
more >>Roman Barták, Jirí Švancara, and Marek Vlk. 2018. A Scheduling-Based Approach to Multi-Agent Path Finding with Weighted and Capacitated Arcs. In Proceedings of the 17th International Conference on Autonomous Agents and MultiAgent Systems (AAMAS ‘18). International Foundation for Autonomous Agents and Multiagent Systems, Richland, SC, 748-756.
The paper proposes a new approach for MAPF problem. Modeling the path finding problem into a scheduling problem, regarding the presence of an agent at a node as an activity to be scheduled allows solver to solve the problem in constraint programming way.
more >>This post contains some knowledges of Computer Graphics. Updating…
在此收录一些关于计算机图形学的问题。更新中… more >>
This post goes through the general content of USC CSCI 555 Advanced OS and talks a little about MIT 6.828 (an old version, instead of the up to date one, and you should be able to find lots of more information (codes, blog) about this lab than this post).
more >>严格来说并不能妄称是伊比利亚,毕竟没有拜访半岛上的第二大国(滑稽.jpg)。简单的以流水账的形式记录一下在西班牙的短暂几天吃了点什么, 以飨读者(字面意思, 飨xiǎng)。
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true