[每周翻译]作为一个计算鸡领域相关的学生狗,有毛东西可以让我花10分钟学习然后享受一生的?

原文地址:https://www.quora.com/As-a-computer-science-student-what-can-I-learn-right-now-in-just-10-minutes-that-could-be-useful-for-the-rest-of-my-life

问:作为一个计算鸡领域相关的学生狗,有毛东西可以让我花10分钟学习然后站撸不哭的?我知道这个问题和 What can I learn/know right now in 10 minutes that will be useful for the rest of my life?.很相似,所以本狗针对计算鸡相关领域提出了这个类似的问题,希望能得到帮助。

答:

(以下答案截止2015年05月23日位置370票)

1.到GitHub上创建一个账号,并且学着怎么设置项目仓储和项目文件配置。

2.在 jsFiddle或者相似的网站上,试着学习 炸蛙死酷睿普特 和CSS框架和类库。

3.如果你现在用的是Windows,学习怎么打开并且调用命令行;如果你是苹果用户,学习Unix. 如果你是Linux,当我没说。

=====原文===

As a computer science student, what can I learn right now in just 10 minutes that could be useful for the rest of my life?

I came to know about many new tricks and facts from this:  What can I learn/know right now in 10 minutes that will be useful for the rest of my life?. Now I want to make a computer science version for this question hoping it to be helpful.

1.Create an account on GitHub, and then learn how to set up a GitHub project repository and project page using GitHub Pages.

2.Create an account on jsFiddle or a similar pastebin, and start learning about JavaScript and CSS frameworks and libraries.

3.If you are on Windows, understand how to open and use a DOS command line; if you are on MacOS, understand how to open and use Unix. If you are on Linux, relax.

时间: 2024-10-25 12:13:40

[每周翻译]作为一个计算鸡领域相关的学生狗,有毛东西可以让我花10分钟学习然后享受一生的?的相关文章

计算指定时间与当前的时间差 比如,3天前、10分钟前

计算指定时间与当前的时间差  比如,3天前.10分钟前(这个在项目中经常遇到,所以记录了下来) 以下是实现方法: /** * 计算指定时间与当前的时间差 * @param compareDate   某一指定时间 * @return 多少(秒or分or天or月or年)+前 (比如,3天前.10分钟前) */ +(NSString *) compareCurrentTime:(NSDate*) compareDate // { NSTimeInterval  timeInterval = [com

Entity Framework 6 Recipes 2nd Edition(11-2)译 -> 为一个”模型定义”函数返回一个计算列

11-3. 为一个”模型定义”函数返回一个计算列 问题 想从”模型定义”函数里返回一个计算列 解决方案 假设我们有一个员工(Employee)实体,属性有: FirstName, LastName,和BirthDate, 如 Figure 11-3所示. Figure 11-3. An Employee entity with a few typical properties 我们想要创建一个”模型定义”函数,让它返回FirstName 和LastName 合并后的full name . 我们想

一个计算的小脚本

[[email protected] cailu]# cat urfile 1 a2 b3 a1 d[[email protected] cailu]# awk '{a[$1]=a[$1]?a[$1]OFS$2:$2}END{for(i in a)print i,a[i]}' urfile 1 a d2 b3 a 一个计算的小脚本,布布扣,bubuko.com

20161213 输入一个班级中n个学生某一科的成绩(假设都是正整数)并计算这个班这科平均分是多少?

题目: 输入一个班级中n个学生某一科的成绩(假设都是正整数)并计算这个班这科平均分是多少? 今天的题,要求只能用我规定的四个变量来做,n表示n个学生,a表示每个学生的成绩,i用来控制循环,s表示总分,这样平均分就是s/n (保留一位小数).这道题每一部分大家都知道是什么意思,组合起来看能不能做出来. 代码: 老师的答案:

要求在控制台输入一个计算表达式 按回车出计算结果

/** * 要求在控制台输入一个计算表达式: * 例如: * 51+52 (加减乘除法) 按回车出计算结果: * 103 * * a+1 按回车出如下提示: * 不是数学计算表达式 * 以下等有空在研究 * 1+2*3+(3+4)= * * 3*5+1/2 */ public class Work01 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.pr

一个软件实现的Linux看门狗—soft_wdt

soft_wdt(下面简称本软件)是一个软件实现的Linux看门狗. 本软件是一款开源.免费软件. 下载地址: https://github.com/sunmingbao/soft-wdt/archive/master.zip 本软件和/drivers/watchdog/softdog.c实现的软件看门狗差点儿一样. 基本的不同点是,前者支持一个看门狗.本软件则支持大量的看门狗. soft_wdt代码编译后.生成一个内核模块soft_wdt.ko. 模块载入后,将创建一个设备文件/dev/sof

10 分钟实现一个自己的服务器监控器

需求 最近需要给自己的服务器添加监控器,目的是监控服务器的内存.CPU.磁盘占用率,资源占用率过高的话能给自己发个提醒,当前主流的平台一般会提供邮件.短息.甚至会提供微信提醒,不过这类提醒包含的噪音太多了(夹杂着各种无关的社交信息),我只是单纯的需要接收到服务器的预警.由于服务器环境并不复杂,所以不考虑主流的与监控平台(毕竟搭建起来还是挺复杂的). 选择产品 有很多产品支持 incoming(就是通过调用应用提供的 API 把我们自定义的消息转发送该应用),我打算使用 JBox ,因为它提供了

【翻译自mos文章】v$undostat视图没有按照每10分钟进行更新,v$undostat只有1行(one rows)

v$undostat视图没有按照每10分钟进行更新,v$undostat只有1行(one rows) 参考原文: The V$UNDOSTAT view is not getting updated in every 10 minutes. (Doc ID 1206365.1) 适用于: Oracle Server - Enterprise Edition - Version: 10.2.0.1 and later   [Release: 10.2 and later ] Information

10分钟,利用canvas画一个小的loading界面(顺便讨论下绘制效率问题)

首先利用定义下canvas得样式 <canvas width="1024" height="720" id="canvas" style="border: 1px solid #808080;display: block;margin: 100px auto;>你的游览器不支持canvas</canvas> 这里主要要说的就是宽高,不要在style里面定义,不然会被拉伸.(对于这点,建议大家看下W3c文档,不是很