Skip to content

Instantly share code, notes, and snippets.

View kwint's full-sized avatar

Quint van Dijk kwint

View GitHub Profile
@kwint
kwint / pixelflut_example.py
Created March 18, 2024 14:03
Very basic python example for pixelflut to start learning python
import socket
# Some colors for convenience
WHITE = [255, 255, 255]
BLACK = [0, 0, 0]
RED = [255, 0, 0]
GREEN = [0, 255, 0]
BLUE = [0, 0, 255]
CYAN = [0, 255, 255]
MAGENTA = [255, 0, 255]
3Dprinting
AbandonedPorn
accidentalswastika
Aliexpress
alphabet
Amish
Android
AndroidMasterRace
AndroidPreviews
AnimalTextGifs
[ActionReplay]
[ActionReplay_Enabled]
[Core]
CPUThread = True
GFXBackend = Vulkan
CPUCore = 4
FPRF = False
DSPHLE = True
EmulationSpeed = 1.0
OverclockEnable = True
import sympy
from sympy import symbols, init_printing
import sympy.physics.mechanics as me
init_printing()
import matplotlib.pyplot as plt
import numpy as np
from pydy.system import System
from numpy import linspace
@kwint
kwint / CMakeLists.txt
Created April 6, 2018 10:42
Package / Cmake msg error
cmake_minimum_required(VERSION 2.8.3)
project(pozyx_ros_examples)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
roscpp
rospy
std_msgs
New Angle: 0.932483175574
New Angle: 0.877922989769
New Angle: 0.813442770182
New Angle: 0.744002533703
New Angle: 0.65968224655
New Angle: 0.575361959397
New Angle: 0.496001689135
New Angle: 0.406721385091
New Angle: 0.327361114829
New Angle: 0.248000844568