- 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
Đảo ngược danh sách liên kết đơn
Ở trung tâm Microsoft trường mình có câu hỏi phỏng vấn như tiêu đề. Mình làm không được nên giờ post lại cho mọi người tham khảo. #include <iostream> using namespace std; struct Node { int data; Node* next; }; Node* newElement(int data) { Node* e = new Node; e->data = ...
To hack an Android phone, just type in a really long password
Source from hacker news: http://money.cnn.com/2015/09/16/technology/android-hack/index.html Note: It only affects smartphones using the latest version of the Android operating system, Lollipop. Locked phones require a passcode. But there’s a way to get around that. Just type in an insanely ...
Better Java - Resource for modern Java
GitHub cxxr/better-java Resources for writing modern Java. Contribute to cxxr/better-java development by creating an account on GitHub. This article help us avoid these restrictions when writing java code.
C++ core guidelines (Wrote on github)
GitHub isocpp/CppCoreGuidelines The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ - isocpp/CppCoreGuidelines github.com ...
What does assignment operator mean in Lambda expression C++ 14
Let’s see the picture above, it illustrate the part of lambda expression. I know [ ] is capture clause used for captured local variable, we can capture a variable either by value or by reference (&). But what does ‘=’ operator in capture clause mean?
Play with Pigs
Humans play the game on a tablet computer such as an iPad. They move the ball of light with their finger and see the pigs’ snouts as if they were on the other side of the screen. Playing with Pigs Playing with Pigs researching the complex relationship between ...
A guide to implementing 2d platforms
See more at: http://higherorderfun.com/blog/2012/05/20/the-guide-to-implementing-2d-platformers/
Google chairman Eric Schmidt invests in SkyTran
SkyTran had built a system of high-speed commuter pods that it claims can provide a safer, greener, quieter alternative to traditional forms of public transport. He said skyTran can transport travellers above surface movement cutting the journey between Mulund and Colaba in Mumbai or Bengaluru ...
How to open port Ubuntu 14.04?
I use nmap tool to scan all port on my computer, but all 1000 scanned port are closed. Like the following result: Nmap scan report for minhvu (192.168.1.3) Host is up (0.00026s latency). All 1000 scanned ports on minhvu (192.168.1.3) are closed Nmap done: 1 IP address (1 host up) scanned in ...
Cannot open file 'libzlib.lib' trong Visual studio 2012 Ultimate
Khi build project HelloWorld cocos2d-x thì bị lỗi như trong hình. Có ai biết khắc phục thế nào không ạ? Tìm google mãi không thấy ai bị tương tự để làm theo Untitled.png 1366x768 86.3 KB