#
pic
Here are 433 public repositories matching this topic...
A memory scanning evasion technique
-
Updated
May 24, 2017 - C++
-
Updated
Mar 14, 2021 - PHP
Open
FFTW Cleanup
ax3l
commented
Jun 25, 2021
We should consider here and in HiPACE (Hi-PACE/hipace#542) to use:
fftw_cleanupfftw_cleanup_threads(with OpenMP)
When shutting down the simulation with FFTW.
Refs.:
一键解析Markdown 目前支持: 微信公众号,知乎,知乎专栏,简书,知否(SegmentFault),掘金,CSDN,V2EX,博客园
-
Updated
May 27, 2021 - Java
Open source repository for QuickPIC
-
Updated
Jul 19, 2021 - Fortran
The open-source particle-in-cell post-processor.
python
science
simulation
plasma
particle-in-cell
physics
pic
particles
physics-analysis
post-processor
simulations
hacktoberfest
-
Updated
Apr 23, 2021 - Python
Experimental Forth cross compiler for tiny devices
avr
microcontroller
embedded
cortex-m
compiler
assembler
pic
forth
msp430
cross-compiler
cross-compile
8051
stm8
-
Updated
Apr 30, 2021 - Forth
Jet fluid simulator integration in blender 2.81 (https://github.com/doyubkim/fluid-engine-dev)
-
Updated
Mar 28, 2021 - Python
CANopenNode on PIC microcontrollers.
-
Updated
May 17, 2021 - C
A High-Accuracy PIC Code for the Maxwell-Vlasov Equations
-
Updated
Jan 28, 2021 - Fortran
Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for ARM Cortex-M microcontrollers. It is small, reliable and easy to use.
avr
arm
microcontroller
embedded
protobuf
cortex-m
cpp
esp32
stm32
pic
embedded-systems
freescale
nxp
arm-cortex
nucleo
embeddedproto
-
Updated
Nov 4, 2021 - C++
ESP8266 library for PIC microcontrollers
-
Updated
Mar 16, 2020 - C
mikroSDK 2.0 is an embedded software development framework designed to simplify and accelerate application development on Mikroe hardware platform, specifically for Click Boards™ and other extension board drivers, on a wide range of microcontroller vendors and architectures.
-
Updated
Oct 27, 2021 - C
Programmable position memory for IKEA BEKANT adjustable sit/stand desk
-
Updated
Nov 8, 2021 - C
Deploy cloud functions and UI for PIC-IoT board on your own Google Cloud Project
-
Updated
Oct 5, 2021 - JavaScript
Embedded systems SDK for Uniswarm boards and others (dsPIC33, dsPIC30, PIC24 and PIC32 compatible)
-
Updated
Nov 4, 2021 - C
Projects, libraries and Eagle footprint for the Microchip PIC 16F1619 Microcontroller ( 8-bit, 20-pin).
i2c
pic
hd44780
oled
ssd1306
lm35
8-bit
74hc595
xc8
nokia5110
tm1637
eagle-library
lcd1602
nokia-5110
seven-segments-display
oled-display-ssd1306
pic16f1619
16f1619
curosity
tm1637display
-
Updated
May 7, 2021 - C
Projects for the Pic 12F675 Microcontroller ( 8-bit, 8-pin).
c
microcontroller
embedded
pic
project
electronic
led
ucontrollers
8bit
8-bit
pic12f675
seven-segment
microchip-pic
pickit3
12f675
-
Updated
Apr 8, 2021 - C
An Affective Platform for AI in an Interdisciplinary Setting
microsoft
c
java
microcontroller
robot
ai
csharp
cpp
robotics
firmware
electronics
midi
multithreading
pic
artificial-intelligence
artificial-intelligence-algorithms
robotics-programming
kinect-v2
kinect2
kinectv2
-
Updated
Jan 20, 2020 - Java
MQTT + nRF24L01 + ESP32 Solar Battery Network
radio
mqtt
esp32
wifi
pic
nrf24l01
mqtt-client
hacktoberfest
hacktober
beerware
hacktoberfest2018
esp32-idf
-
Updated
May 6, 2019 - C
Improve this page
Add a description, image, and links to the pic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pic topic, visit your repo's landing page and select "manage topics."
Hi,
one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.
It's very easy to implement as well