- 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
Take a look at how OpenGL draw in slow motion
http://orbides.org/apps/superslow.html
Tổng hợp: Khóa học lập trình C++ dành cho người mới bắt đầu
Giới thiệu tổng quan khóa học 0.0 Giới thiệu về series tutorial 0.1 Giới thiệu về ngôn ngữ lập trình 0.2 Giới thiệu về ngôn ngữ lập trình C++ 0.3 Các công đoạn phát triển của một chương trình C++ 0.4 Giới thiệu môi trường phát triển ứng dụng C++ 0.5 Cài đặt IDE để lập trình ...
Không chạy được project cocos2d-x trên máy ảo Android
Sau khi tạo project cocos2d-x và build trên console bằng lệnh cocos compile -p android --android-studio thì đã build thành công. Pasted image 849x396 13.9 KB Vào thư mục project coi thì đã có file .apk Bây giờ em vào Android studio để tạo máy ảo. Pasted image ...
C++ Web Toolkit
https://www.webtoolkit.eu/wt/ Wt (pronounced as witty) is a C++ library for developing web applications. Example #include <Wt/WApplication> #include <Wt/WBreak> #include <Wt/WContainerWidget> #include <Wt/WLineEdit> #include <Wt/WPushButton> #include ...
The Japanese art of not sleeping
bbc.com The Japanese art of (not) sleeping The Japanese don’t sleep. They don’t nap. They do ‘inemuri’. Dr Brigitte Steger explains.
Awesome Cpp - list of awesome C/C++ frameworks
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things cpp.libhunt.com Awesome C++ Your go-to C++ Toolbox. A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. 618 projects organized into 45 ...
These Students Built A Glove That Translates Sign Language Into English
Fast Company – 8 May 16 These Students Built A Glove That Translates Sign Language Into English Two UW undergraduate students won $10,000 for building a gadget-loaded glove that translates sign language gestures into audio. ...
Game Forest Protector - Unity 2D
Mình có tham gia khóa học “Let’s make a game” ở Gameloft Đà Nẵng studio trong 2 tháng. Kết quả là làm ra game Forest Protector. Team có 3 người làm, mình phụ trách phần source code, 2 bạn kia thiết kế map, level và vẽ sprites… Game được làm bằng Unity 2D sử dụng ngôn ngữ C#. Nội dung game: ...
The best calculator program written by Python language
github.com AceLewis/my_first_calculator.py/blob/master/my_first_calculator.py # my_first_calculator.py by AceLewis # TODO: Make it work for all floating point numbers too if 3/2 == 1: # Because Python 2 does not know maths input = raw_input # Python 2 ...