This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. sudo rm -rf /var/lib/apt/lists/* | |
2. sudo apt-get update -o Acquire::CompressionTypes::Order::=gz | |
3. sudo apt-get update && sudo apt-get upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef _UNICODE | |
#pragma comment(linker, "/entry:wWinMainCRTStartup /subsystem:console") | |
#else | |
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/5415788/read-write-xml-file-in-c | |
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms765540(v=vs.85) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://labs.domipheus.com/blog/dear-imgui-thanks-the-tpu-emulator/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Purpose of node: subscribe to a point cloud, use a VoxelGrid filter on it with a setting that | |
clobbers voxels with fewer than a threshold of points. | |
*/ | |
#include <ros/ros.h> | |
#include <pcl_ros/point_cloud.h> | |
#include <pcl/point_types.h> | |
#include <iostream> | |
#include <pcl/filters/voxel_grid.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Frequently Asked Questions | |
This page contains some common questions and answers. | |
Also see Support Options | |
Difference between 1.x and 1.x.x downloads | |
How to migrate from Gogs/GitHub/etc. to Gitea | |
Where does Gitea store “x” file | |
Not seeing a clone URL or the clone URL being incorrect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3?gi=852d712a02af |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://blog.ezyang.com/2019/05/pytorch-internals/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc --pdf-engine=xelatex Hardware_Hacker.epub -o Hardware_Hacker.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 40 Rules of Love (by Elif Şafak) | |
2. How to be a woman (by Caitlin Moran) | |
3. The Perks of Being a Wallflower (by Stephen Chbosky) | |
4. Deal Breaker (by Harlan Coben) | |
5. Treasure Island (by Robert Louis Stevenson) |