Home
About
Janis
Cao
Location
Services
Devices
Development
Firmware
Software
Systems
Consulting
Products
sHARDs
Sapling
BedRock
Community Resources
Crowd Funding Opportunities
Donate
Refactoring videos
Open Source
Contributing to JaggedVerge libraries
Tutorials
Thinkubation
Snippets Archive
Contact Us
Request Services
Donate
Home
/ Donate
September 5, 2015
If you like what we do and would like to help us spend more time doing it then supporting us financially will have a very big impact. Community support is what allows us to keep working on open source and sharing our expertise. Were society organized differently we would happily dedicate our time to helping the community for free but unfortunately we have to cover our costs. The dream though is to be able to be in a position to more fully dedicate ourselves to helping the community, you can help this dream come true by
employing us
to do open source work or by
supporting us on Patreon
. Alternatively if you would like to make a more traditional donation that would be greatly appreciated as well!
Live on the Verge
Help tomorrow collaborate today
Jag to the Verge
Tutorials
Why import * is not allowed outside the global scope
So today I was looking at import machinery in Python due to this
read more
How a web page request makes it down to the metal
The other day I was interested in how many steps occur between sending a POST...
read more
Interfacing Python with C or C++
One of the main downsides of writing applications in Python is that they can run...
read more
Resolving CFFI install issues on Ubuntu
Some of my Python projects rely on a variety of packages, most of which install...
read more
Generating python bindings from C++11 with pybind11
Code for this tutorial found here:
https://github.com/shuttle1987/pybind11_tutorial_code
Recently I was involved in some...
read more