gaodayue 最近的时间轴更新
gaodayue's repos on GitHub
Java · 6 人关注
CS186-projects
UCB CS186 Fall2013 SimpleDB projects
Java · 2 人关注
calcite-sql-rewriter
JDBC driver that converts any INSERT, UPDATE and DELETE statements into append-only INSERTs. Instead of updating rows in-place it inserts the new version of the row along with version metadata
Java · 2 人关注
druid
Column oriented distributed data store ideal for powering interactive applications
Java · 1 人关注
dbfun
play with data structures and algorithms in database system
C++ · 1 人关注
incubator-doris
Apache Doris (Incubating)
Java · 1 人关注
leetcoding
solutions to leetcode interview questions
Python · 0 人关注
algo_snippets
code snippets for well known algorithm problems
Java · 0 人关注
arrow
Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
Go · 0 人关注
badger
Fast key-value DB in Go.
Java · 0 人关注
bigdata_algorithm_benchmark
Benchmark about Basic Data Structure for BigData
Python · 0 人关注
bjtu_course_downloader
scrape course information from BJTU's course selecting system
Go · 0 人关注
bolt
An embedded key/value database for Go.
0 人关注
ByConity
ByConity is an open source cloud data warehouse
Java · 0 人关注
calcite
Mirror of Apache Calcite
0 人关注
clang
Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.
Java · 0 人关注
clue
command line tool for Apache Lucene
Python · 0 人关注
course_server
bjtu course app server side program
0 人关注
CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
Java · 0 人关注
datasci_course_materials
Public repository for course materials for the Spring 2013 session of Introduction to Data Science, an online coursera course.
Java · 0 人关注
deviceusageapp
Background service to collect android application's usage
Java · 0 人关注
deviceusagetest
Test code for DeviceUsageApp
0 人关注
docker
Docker - the open-source application container engine
C · 0 人关注
dotc
Vim Script · 0 人关注
dotfiles
0 人关注
gperftools
Main gperftools repository
Java · 0 人关注
JSON2
another json lib
Java · 0 人关注
jvm-tools
Small set of tools for JVM troublshooting, monitoring and profiling.
0 人关注
kickstart.nvim
A launch point for your personal nvim configuration
0 人关注
language_gotchas
TeX · 0 人关注
leetcode
LeetCode题解,150道题完整版
gaodayue

gaodayue

V2EX 第 29358 号会员,加入于 2012-11-05 20:28:15 +08:00
I wanna be a hacker
gaodayue 最近回复了
2013-03-02 12:53:18 +08:00
回复了 crossmaya 创建的主题 Python 怎么总有人说python是弱类型语言呢??
我对强弱类型不太了解,不过静态/动态类型的区别还是很明显的。静态类型语言在运行前就能确定变量的类型并做类型检查(如C/C++, Java),动态类型语言则是在运行时才能知道变量的类型并作类型检查(如python, js)。一个常见的误解是把需不需要声明变量类型来区分静态/动态类型,导致这个误解的原因是他们还没有接触过像ML这类具有类型推导的语言。
2013-02-15 19:15:38 +08:00
回复了 Kymair 创建的主题 NGINX 过年回家打算把agentzh的Nginx系列文章通读一遍
以前看过一遍,感觉没太大提高,可能是我太菜...
2012-12-09 22:39:24 +08:00
回复了 wog 创建的主题 程序员 为什么面向对象分析与设计的能力这么不受重视
其实这不一定是坏事啦。算法和数据结构是程序员的基本功,别说国内,国外最优秀的IT公司面试也会问你算法,而且只会更难(不会只是让你写个quick sort的啦)。我大二的时候也迷恋OOP,后来也因为算法被鄙视过,当时心里也不平衡呀,但是从我现在的感受来看,研究算法比捣鼓各种设计模式更有意思,对程序员也更有帮助^_^
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3007 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 13:33 · PVG 21:33 · LAX 05:33 · JFK 08:33
Developed with CodeLauncher
♥ Do have faith in what you're doing.