washington专题

Programming Languages B(Coursera / University of Washington) Assignment4

原文件已上传到GitHub: 点这里 本次作业需要racket标准库文档:https://docs.racket-lang.org/ Scheme 大法好 天灭过程式 退C保平安 人在做 天在看 赋值语句留祸患 指针乱用天地灭 赶紧重写保平安 诚心诚念SICP好 Scheme大法平安保 众生都为函数来 现世险恶忘前缘 Scheme弟子说真相 教你编程莫拒绝 早日摆脱面向过程 早日获得新生

Programming Languages A(Coursera / University of Washington) Assignment 3/signature和structure

The best way to understand a language construct is to understand how you would code it up in terms of other language constraints in another language. 原文件已上传到GitHub,分数是80: 点这里 本节需要用到标准库,sml标准库在这里:htt

Programming Languages A(Coursera / University of Washington) Assignment 2

原文件已上传到GitHub: 点这里 分数是80分(刚好通过)(用了一点限制函数) 第二次作业,主要是练习 pattern match 这真是很棒的feature,能够很好的控制scope,达到closure效果 也能领会ml的 referential transparency、lazy evaluation、statically typed 等 feature 在和别人交流的过程中,还学到了g

Programming Languages A(Coursera / University of Washington) Assignment 1

Coursera有这门课的全部资料,就不放链接了:) 第一个课设一共13道题,都是sml编程题目 challenge没有时间就跳过了 原文件已上传到GitHub: 点这里 分数是90分 Write a function is_older that takes two dates and evaluates to true or false. It evaluates to true if th

Mr Zuckerberg goes to Washington

If Facebook will not fix itself, will Congress? “THEY ‘trust me’…dumb fucks,” Mark Zuckerberg, the boss of Facebook, wrote in an instant message to a friend in 2004, after boasting that he had pers

爬虫及文本分析心得(For The NewYork Times, The Washington Post,Los Angeles Times, Chicago Tribune)

最近有好人相助,重新拾起了爬虫 爬爬爬爬爬爬爬… 本次爬虫用了之前学一半就半途而废的scrapy,上次用到爬虫感觉是一两年前的事了,现在已经是学校的老油条了,年龄大了就容易健忘,重新去学这些东西真是废了不少功夫,现在做的差不多了,就写点东西记录一下,防止以后忘了自己做过爬虫这件事。 之前用爬虫,就是利用request下载网页,然后解析,使用re做pattern然后去find_all,之