Skip to content

Instantly share code, notes, and snippets.

View sailfish009's full-sized avatar

sailfish009

  • freelancer
  • South Korea
View GitHub Profile
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
#ifdef _UNICODE
#pragma comment(linker, "/entry:wWinMainCRTStartup /subsystem:console")
#else
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")
#endif
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)
http://labs.domipheus.com/blog/dear-imgui-thanks-the-tpu-emulator/
@sailfish009
sailfish009 / realsense_cloud_voxel_filtering.cpp
Created June 24, 2019 06:19 — forked from safijari/realsense_cloud_voxel_filtering.cpp
The code I used to further denoise the R200 point cloud derived from the filtered cloud(see here https://gist.github.com/safijari/fca7fa75649dbaba4b0be54f5dd742ec). Note that this will need at least PCL 1.7.2 (for Ubuntu, it's in the official PPA)
/*
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>
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
https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3?gi=852d712a02af
http://blog.ezyang.com/2019/05/pytorch-internals/
pandoc --pdf-engine=xelatex Hardware_Hacker.epub -o Hardware_Hacker.pdf
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)