Skip to content

Instantly share code, notes, and snippets.

# Uncrustify 0.62
#
# General options
#
# The type of line endings
newlines = auto # auto/lf/crlf/cr
# The original size of tabs in the input
class Foo {
public:
void bar();
};
void func() {
Foo f;
f.bar();
}
@esteve
esteve / Program.cs
Created March 4, 2019 09:54
SystemException
using System;
namespace foo
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
throw new SystemException("Unknown error");
# generated from test_executables.py.in in apex_integration_tests
# Copyright 2018 Apex.AI, Inc.
# Co-developed by Tier IV, Inc. and Apex.AI, Inc.
#
# This file contains modified code from the following open source projects
# published under the licenses listed below:
#
#
# # Copyright 2016 Open Source Robotics Foundation, Inc.
set(RASPBERRY_TOOLS_PATH /home/esteve/Projects/rpi/tools/arm-bcm2708)
set(RASPBERRY_ROOT_FS /home/esteve/Projects/rpi_root_fs)
set(RASPBERRY_ROS2_WS /home/esteve/Projects/ros2_rpi_ws)
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_VERSION 1)
set(CMAKE_C_COMPILER
${RASPBERRY_TOOLS_PATH}/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
)