kasheemlew 最近的时间轴更新
kasheemlew's repos on GitHub
C++ · 8 人关注
Daily-Ex
:book: Exercises in C, C++, Java, Algorithms, Data Structure
Python · 4 人关注
aiortc-datachannel-delay
C++ · 2 人关注
computer-graphic-algorithms
Computer Graphics in C++ with MFC
1 人关注
AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
C · 1 人关注
cshell
code for cshell tutorial
Go · 1 人关注
distributed_cache
Java · 0 人关注
a-redis
A Simple IntelliJ-based Redis Plugin
0 人关注
advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
0 人关注
ai-art-generator
For automating the creation of large batches of AI-generated artwork locally.
0 人关注
aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
0 人关注
aiortc
WebRTC and ORTC implementation for Python using asyncio
Java · 0 人关注
android-first-line-of-code
android-first-line-of-code code snippets
0 人关注
apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
0 人关注
apollo-java
Apollo Java Clients
0 人关注
astro
The web framework for content-driven websites. ⭐️ Star to support our work!
0 人关注
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
0 人关注
Back-End-Developer-Interview-Questions
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
Python · 0 人关注
cached-server
A Simple Cache Server
0 人关注
ChatGLM-6B
ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
Python · 0 人关注
chatgpt-webrtc
0 人关注
comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
0 人关注
CPlusPlusThings
C++那些事
0 人关注
cpython
The Python programming language
Go · 0 人关注
creep
a proxy
C++ · 0 人关注
curve
Curve is a high-performance, lightweight-operation, cloud-native open source distributed storage system. Curve can be applied to: 1) mainstream cloud-native infrastructure platforms OpenStack and Kubernetes; 2) high-performance storage for cloud-native databases; 3) cloud storage middleware using S3-compatible object storage as a data storage.
0 人关注
curve-operator
Curve Storage Orchestration for Kubernetes
Go · 0 人关注
curveadm
Deploy and manage Curve cluster
Shell · 0 人关注
data-migrate-sh
0 人关注
debug-agent-demo
a demo for debugging jave agent
Dockerfile · 0 人关注
docker-perf
kasheemlew

kasheemlew

V2EX 第 343423 号会员,加入于 2018-08-22 10:10:47 +08:00
kasheemlew 最近回复了
用 Cython 来操作也可,https://juejin.cn/post/7007043202251390984
2021-10-18 00:17:36 +08:00
回复了 saki22oimo 创建的主题 Apple 使用 Shadowrocket,如何隐藏状态栏 VPN 图标?
@zddewe 感谢
2021-08-23 17:49:52 +08:00
回复了 balabalaguguji 创建的主题 程序员 Python3 写异步 IO 方便吗?跟 NodeJS 比,有哪些不足之处。
python 也可以这样:

```python
import asyncio
import requests

async def main():
loop = asyncio.get_event_loop()
futures = [
loop.run_in_executor(None, requests.get, 'http://www.baidu.com')
for _ in range(100)
]
await asyncio.gather(*futures)

asyncio.run(main())
```
2019-03-10 20:37:25 +08:00
回复了 aLazarus 创建的主题 MacBook Pro mbp15 的左右两边 type-C 接口不一样么?
我 15 年 15 寸插 iPhone 也有这个问题,左右偶尔都会出现这个情况,一般多插几次或者换个口就好了。感觉是接触不良,最好有空去店里检查检查
2019-01-07 13:23:55 +08:00
回复了 freedom1988 创建的主题 推广 [2019 年首赠] 送 6 本《程序员面试笔试真题与解析》
+1
2019-01-07 09:56:13 +08:00
回复了 kasheemlew 创建的主题 分享创造 通过游戏画面学习的 《星际争霸 2 》机器人
@Xs0ul 每一位代表选择的 macro action,目前训练前自定义要训练的行为的配置代码还在完善
2019-01-07 09:54:12 +08:00
回复了 kasheemlew 创建的主题 分享创造 通过游戏画面学习的 《星际争霸 2 》机器人
@janhu9527 个人是当作一个娱乐项目,训练资源也有限,目前可战胜虫族困难电脑,人族和神族的普通电脑😅
2018-08-23 14:56:45 +08:00
回复了 kasheemlew 创建的主题 分享创造 Python 实现终端的五子棋游戏
可以,之前是觉得一个 X 和一个 O 比较好区分,不过只是颜色不一样应该也行
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1131 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 23:01 · PVG 07:01 · LAX 16:01 · JFK 19:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.