chocoluffy 最近的时间轴更新
chocoluffy's repos on GitHub
JavaScript · 18 人关注
chatroom
socket.io in nodejs, simple broadcasting.
Python · 8 人关注
Berkeley-CS61A
some interesting python projects and tutorials
HTML · 3 人关注
chocoluffy.github.io
my world
Python · 2 人关注
Advanced-Machine-Learning
Machine Learning classifiers and examples from the graduate class at Stony Brook with Prof. Leman Akoglu. Adaboost, EM, HMM, KNN, Naive Bayes vs. Logistic Regression.
JavaScript · 1 人关注
ADA2016
ADA 2016 general meeting slides website. A handy way to demo slides on website.
1 人关注
ArtLine
A Deep Learning based project for creating line art portraits.
JavaScript · 1 人关注
awesome-react
A collection of awesome things regarding React ecosystem.
JavaScript · 1 人关注
beer-bubbles
Interactive animation for a page full of beer bubbles, using sketch.js
JavaScript · 1 人关注
birthday-surprise
using javascript and canvas to make some pretty effect
1 人关注
blockchain-notes
My curation of learning notes on blockchain, bitcoin and crypto-economics.
HTML · 1 人关注
blockchain-utxo
Experiments on blockchain's concepts: POW, POA, merkle tree, and UTXO model.
1 人关注
blog_assets
代替微博图床。
Ruby · 1 人关注
bootstrappers
Bootstrappers is the base Rails application using Bootstrap template and other goodies.
JavaScript · 1 人关注
bubble-chart
Bubble chart using d3js
JavaScript · 1 人关注
canvas-particles_effect
creating particles effect, can be triggered at touch, click, move, auto, e.t.c
JavaScript · 1 人关注
canvas-star_war
creating a star war scene, using canvas(combined with particle effect and rays)
JavaScript · 1 人关注
chrome2mongo
A chrome browser extension that saves current page to mongoDB locally or cloudly.
Haskell · 1 人关注
courseography
Courseography is a tool created by David Liu and Ian Stewart-Binks to guide students through their undergraduate careers.
HTML · 1 人关注
coursera
Script for downloading Coursera.org videos and naming them.
JavaScript · 0 人关注
AirLoft
A MEAN stack project for distributing and matching missions.
Java · 0 人关注
algorithm-salon
算法沙龙
HTML · 0 人关注
audio2text
upload audio file to remote nginx server and translate it to text.
0 人关注
AutonomousDriving
A recent research on car detection and viewpoint prediction.
Python · 0 人关注
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
PHP · 0 人关注
aws-ecs-ecr-example
An example project on how to run CI with docker on AWS.
Objective-C · 0 人关注
Big-Nerd-Ranch-Challenges
Big Nerd Ranch iOS Programming (第4版)书里的练习(分章分小节)
Ruby · 0 人关注
blog
Too young, too simple. Sometimes, naive.
PHP · 0 人关注
cheat-sheets
Objective-C · 0 人关注
Coding-iOS
Coding iOS 客户端源代码
JavaScript · 0 人关注
CSC309
CSC309 final project - peer economy website
chocoluffy

chocoluffy

V2EX 第 160875 号会员,加入于 2016-02-28 00:26:35 +08:00
leancloud 的 CDN 资源失效了吗?严重阻塞博客的加载
CDN  •  chocoluffy  •  2019-01-18 13:07:49 PM  •  最后回复来自 yingfengi
5
socket.io 开发多人聊天室教程
  •  1   
    分享创造  •  chocoluffy  •  2016-05-25 14:02:55 PM  •  最后回复来自 yimity
    5
    AWS elastic beanstalk 使用体验
    分享创造  •  chocoluffy  •  2016-05-07 23:13:00 PM  •  最后回复来自 chilaoqi
    3
    一个创意视频分屏的效果, 自己捣鼓出来了一个山寨版
  •  2   
    分享创造  •  chocoluffy  •  2016-04-25 09:57:41 AM  •  最后回复来自 chocoluffy
    6
    chocoluffy 最近回复了
    @AlexLiZL 已加~ https://chocoluffy.com/link/
    “关于”页面和博文侧栏有友链入口。(之前的回复格式有误)
    希望和大家互换友链!我的博客: https://chocoluffy.com

    本人现在在康奈尔念计算机系研究生,业余时间喜欢做开发和移动端产品,也为产品注册过公司有过小部分的盈利,博客里主要记录了自己的读书笔记,创业记录,技术小结等等,也把豆瓣的标记集成进来了,看起来会方便很多。
    2019-01-18 03:48:51 +08:00
    回复了 chocoluffy 创建的主题 CDN leancloud 的 CDN 资源失效了吗?严重阻塞博客的加载
    @mason961125 soga 谢谢!
    2016-08-12 01:31:51 +08:00
    回复了 fourstring 创建的主题 分享创造 花一整天写的 Hexo 教程,希望各位批评指教
    @fourstring 你可以尝试下 swiftype 等第三方搜索平台的服务, 有些是免费的, (swiftype 是收费的了), 直接提交 blog 的 sitemap 就可以了蛮简单的, 效果参看这里 http://chocoluffy.com/ 我也喜欢用 next 主题😁[握手]
    2016-06-24 01:43:37 +08:00
    回复了 linuslv 创建的主题 Amazon Web Services AMAZON EC2 免费 tier 不知为啥收了费
    @miaojiang22220 对的, 在提 case 的页面可以看到这个提示, no worries. (我也被扣了 26 刀😭)
    2016-06-09 23:23:21 +08:00
    回复了 xsxsxszs 创建的主题 分享创造 VeXplore : V 站 iOS 客户端 Internal Testing
    luffy.yu@mail.utoronto.ca 楼主好赞👏
    www.chocoluffy.com 很喜欢一句话, 从一个人的气质里, 可以看出他读过的书, 走过的路~共勉
    2016-05-25 10:11:23 +08:00
    回复了 chocoluffy 创建的主题 分享创造 socket.io 开发多人聊天室教程
    @yimity 我是在服务器端将 socket 的 id 和用户的 profile 绑定存在一个 hash 里面, 所以只要在同一次登录里面, 就一直都是同一个用户 profile 了, 如果你再进入网页一次或者刷新, 浏览器会用另一个 socket 和服务器连接, 服务器的 hash 也会更新, 前一次的数据也会 remove 掉。 有点类似 session.id 的感觉, 不过还是有点区别的, 我这是暂时的, hash 也存在内存里, 只保存在线用户的 profile 数据。希望自己有解释清楚~
    2016-05-24 21:40:53 +08:00
    回复了 chocoluffy 创建的主题 分享创造 socket.io 开发多人聊天室教程
    @Moker 一开始也想过写成弹幕或者冒泡的样子, 结果最后还是乖乖地写对话框的样式😂
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3409 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 17ms · UTC 10:38 · PVG 18:38 · LAX 03:38 · JFK 06:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.