- 1 Cài đặt phần mềm cần thiết cho học lập trình web
- 2 Tự Học HTML Cơ Bản Online Miễn Phí Từ A đến Z
- 3 Seo website dành cho dân IT
- 4 REACT NATIVE
- 5 sdfdsf
- 6 Lập trình di động với React Native
- 7 Vue.js
- 8 Kiếm thức cơ bản HTML CSS
- 9 So sánh count() và sizeof() 2 phần tử đếm mảng
- 10 Toán tử và biểu thức của php
Laptop bị tắt nguồn đột ngột
Cái laptop mua cũ của em xài cũng đã khá lâu (hơn 3 - 4 năm). Trước đây 1 tháng nó cũng có bị tắt nguồn đột ngột 2 3 lần, đến bây giờ mới bị tiếp. Máy không có virus, vừa vệ sinh máy và thay keo tản nhiệt hồi đầu năm nay. Có một điểm đặc biệt là nãy giờ em rút cái dây của quạt tản nhiệt cắm vào ...
All about EOF C/C++
Late Developer – 4 Dec 12 All About EOF Introduction Of all of the problems posted by beginner C++ and C programmers on sites like Reddit and Stack Overflow, surely the commonest is the confusion over the treatment of the end-of-file con… ...
|| and ! operator are sufficient to make every posible logical expression
stackoverflow.com Are || and ! operators sufficient to make every possible logical expression? logic, logical-operators answered by Peter Olson on 01:40AM - 16 Oct 15
Protecting files with noclobber
nixCraft – 23 Feb 07 HowTo Keep Files Safe From Accidental Overwriting With noclobber BASH Shell... The general format for redirecting output on Bash/ksh shell is: command > output.txt command > /dev/device However, you may end up overwriting file ...
A developer’s introduction to 3D animation and Blender
O'Reilly Radar – 23 Sep 15 A developer’s introduction to 3D animation and Blender Creating 3D animations is like writing software. Both processes require knowing certain industry terms. Some animation terms are: Modeling Texturing Rigging Setting up the ...
Chating with robot
http://www.elbot.com/# Click on the image of Elbot to begin Untitled.png 428x640 118 KB
Different between array and &array for int array[5]
GeeksforGeeks – 14 Oct 15 What’s difference between “array” and “&array” for “int array[5]” ? -... If someone has defined an array such as “int array[5]”, what’s the meaning of “array” or “&array”? Are they both same or are they different?… Read ...
Read "Clean Code" everyday
What is clean code? Bjarne Stroustrup, inventor of C++ and author of The C++ Programming Language I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies minimal to ease maintenance, error handling complete according ...
An introduction to stored procedure in mysql 5
“ A stored routine is a set of SQL statements that can be stored in the server.” Code Envato Tuts+ An Introduction to Stored Procedures in MySQL 5 MySQL 5 introduced a plethora of new features - stored procedures being one of the most significant. In this ...
All the UML you need to know
http://www.cs.bsu.edu/homepages/pvg/misc/uml/