Timeline of Programming Languages
This is a record of historically important programming languages, by a timeline of years.
Read More…
This is a record of historically important programming languages, by a timeline of years.
Read More…
In heterogeneous computing, many programming models take use of computation offloading by transfering resource intensive computational tasks to an external platform, such as a cluster, grid or a cloud. Offloading may be necessary due to hardware limitations of a devices, such as limited computational power, storage, and energy. Here, we will make a birdview of the offloading action of CUDA and OpenMP in clang driver.
Read More…
NDArray is short for N Dimension Array, it is a headers only library for N-Dimensions array(i.e. tensor in deep learning) expressions, such as arithmatic operations, reshape, reduction, slice and etc.
Read More…
SQL is a well-adopted interface especially for those non-computer major people. Several projects including Hive, Drill, Phoenix and Spark have already invested significantly in their SQL layers. Here we implement a Storm-based query language system for real time stream data analysis.
Read More…
In Unix-like system, the Executable and Linkable Format (ELF, formerly called Extensible Linking Format) is a common standard file format for executables, object code, shared libraries, and core dumps.
Read More…
Blockly is an open-source framework under Apache 2.0 License for creating visual programming editors. It is a project of Google,which is able to run in web browser, Android or iOS operating system. Blockly uses blocks that link together to make writing code easier, and can generate JavaScript, Python, PHP, Lua or Dart code automatically. It can also be customised to generate code in any computer language.
Read More…
寒假回家一周,读了一本很有意思的书《疯狂的程序员》,算是novel的那一类吧。这本书描写了程序员不同常人的生活方式、价值观念和软件行业中的形形色色的人和事,感觉书中的每一句都堪称经典...
Read More…
Recently, there is a hot term named blockchain, in Chinese is “区块链”. I made some research on it. A blockchain — originally block chain — is a distributed database that maintains a continuously-growing list of records called blocks. Each block contains a timestamp and a link to a previous block.
Read More…
It is only with the heart that one can see rightly; what is essential is invisible to the eyes...
Read More…
It has been a long day since new term begins. Numerous life trivial needs to be done, such as purchasing house and living things, going through all the formalities, and etc.
Read More…Page 1 of 2 | Previous page | Next page | Feed