GithubHelp home page GithubHelp logo

cccbtemplate's Introduction

Hi there 🌨

I am a software engineer. I mostly work in C++, but I like to use C#, Python and other languages.

I also have a YouTube channel where I chronical my various travels and often do live programming.

⚑ Currently I am working on a video game that asks players to draw the maps πŸ—ΊοΈ of countries and other regions in a time-controlled setting. Check out the GeoSketch repo!

Here are a few other projects worth mentioning:

Owl πŸ¦‰

Owl began as a "message board reader" or "Outlook for message boards". I would love to add Reddit support to Owl, as well release a decentralized chat system where Owl is the premiere chat client.

AshCoin πŸͺ™

This project began as a quest to understand the details of cryptocurrencies, and what better way to understand than to write your very own from scratch!

AshDB grew from AshCoin (hence the name) when I realized the work I was doing for a simple write-once-read-often index-based database could be its own project.

Another Reddit Console Client stemmed from the a desire to have a simple Reddit client that didn't require installing a zillion Javascript modules or Python libraries.

cccbtemplate's People

Contributors

zethon avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

makru86

cccbtemplate's Issues

Outdated conanfile since conan 2.0 release

To be able to run conan install .. --build missing -s build_type=Debug I had to fix conanfile.txt:

diff --git a/conanfile.txt b/conanfile.txt
index b2423bb..f7a03b7 100644
--- a/conanfile.txt
+++ b/conanfile.txt
@@ -7,6 +7,6 @@ boost/1.74.0
 [generators]
-cmake
+CMakeToolchain
 
 [options]
-boost:without_fiber=True
-boost:without_nowide=True
\ No newline at end of file
+boost/without_fiber=True
+boost/without_nowide=True
\ No newline at end of file

I believe those changes required because of conan 2.0 update. https://docs.conan.io/2/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.