Git Product home page Git Product logo

widgetdockxtreme's Introduction

Hi there 👋

Find here some of my personnal, free and open source software repositories:


⚡YouTube Popup : Chromium browsers extension

This repository provides source code and assets for the browser extension YouTube Popup. The extension button once clicked and if you are currently over a youtube/watch browser tab, opens the video in a new popup window. If no video is found a message is displayed to the user.

It is compatible with browsers based on Chromium: Microsoft Edge, Chrome, Opera, Brave

Read the project readme | Download the last relase: 1.1.0 (zip) and install it in browser extensions (unzip, extensions > developer mode > load unpacked extension)


YouTube popup

YouTube popup


node.js Chrome Api javascript json html5 css3 linux windows osx edge chrome opera brave


⚡NodeJs Electron Forge application template

This template repository provides a ready to run a NodeJs Electron Forge sample application based on webpack and TypeScript

Read the project readme


Electron + Chrome running on Windows 11

Electron + Chrome running on Windows 11


node.js webpack electron typescript html5 css3 linux windows osx


⚡Ansi / Vt Console for console applications / CLI

This library provides ANSI VT support (cursor,colors,screen size) for multi-plateform (windows, linux, osx, arm) console applications using C# and .NET Core 6:

  • markup language to embed ANSI VT sequences in any string using a fluent markup language
  • ANSI/Vt parser that can identify/remove escape sequences in a text
  • strings shortcuts and API methods
  • widgets : visual elements with live update, animations, thread safe, combinables together

read the project readme


application demo title in console demo console output
sample demonstration running text widgets

.net console csharp .ANSI/VT shell json linux windows osx arm


⚡Command line parser

This .Net 6 library provides functionalities needed to build console applications running in a terminal (Windows terminal, cmd.exe, ConEmu, bash, ...) with text interface

  • parsing command line arguments
  • command pattern helps implementing commands binded to methods from command line in a simple and regular way using a fluent syntax
  • multi-language commands help configuration files
  • automatic help command
  • provide full support of AnsiVtConsole.NetCore

read the project readme




the way a command syntax can be specified



the corresponding method
implementing the command syntax

.net console csharp json linux windows osx arm


⚡ Windows Audio Session 1.0 binaries

https://github.com/franck-gaspoz/WindowsAudioSessionSample/releases/download/v1.0/WindowsAudioSession_1.0.7z

windows

Unzip anywhere and run WindowsAudioSession.exe. Select your audio device in the top left list and press the button 'Start'


⚡ Tensorflow Keras deep learning samples & image prediction

A few samples to demonstrates the use of tensorflow and keras, throught basic samples and for image recognition, with a python WEB API that serves the image recognition functionnality. Project doc provides explanations and graphical views about Deep Neural Networks

read the project readme


running Uvicorn FastAPI serving the image recognition functionnality using VGG16


image to be classified


the classification results given by the HTTP query JSon response

tensorFlow keras shap matplotlib pydot graphviz fastapi uvicorn python json rest linux windows osx


⚡ Windows Audio Session (WASAPI) sample

A sample of usage of Windows Audio Session WASAPI using BASS.NET - WPF C# .NET Framework 4.8

  • colored bars (vu-meters) showing captured device sound FFT , Sound Level and sound wave

Run the project, select your audio device, and this tool will listen to the device internal output and animates some of the sound properties. The library BASS.NET is used to interface C# with the WASAPI Windows library.

Clean architecture & SOLID approach: a complete discoupling between data,data providers,data transformers,ui controls,drawers,view models,application logic. Relying on the patterns MVVM, Command and Chain of responsability. Implements several importants aspects of WPF programming:

  • User Controls, Resources/Styles, Converters, View Models, Data annotations, Data validators, Data binding, Commands, Visual Drawings

read the project readme

a FFT having 512 bars + FFT with 16 bars and peak bars + stereo sound level

a FFT having 512 bars + FFT with 16 bars and peak bars + stereo sound level + sound wave

.netframework wpf bass.net wasapi csharp xaml windows


⚡ Orbital Shell

Multi-plateform (windows, linux, macos, arm) command shell (according to .Net Core supported platforms and APIs compatibilities), inspired by bash and POSIX recommendations.

It provides any usual bash shell feature (even if modernized) and 'user friendly' syntaxes allowing to access (get/set/call) C# objects.

Developed using C# 8 .NET 5.0 - compatible with modules and libraries targeting .NET Core 3.1 and .NET Standard 2.1 , developped using GitHub CI/CD (build,nuget packaging,storage)
This shell integrates the most usefull shell commands, and is intented to be extended by coding new commands or downloading new commands modules within a repository of modules. Of course it can be enterly customized by using the features integrated to the shell (scripts, functions, commands, aliases, settings, parametrization,...). Having a strong ANSI/VT-100-220-300-500 support, it provides structured and colorized display of data and information (support of ASCII, Unicode and 24 bits colors). Includes a Web API for support of remote shell

Contribute :

We are looking for collaborators (currently there is 13 members) to help evolving this tool !

read the project readme | visit the project's web site | go to the project main repository (6 at all)



orbsh running in windows terminal console

.net .net .net console git csharp json ansivt REST linux windows osx arm


⚡ GIS Tools - Map Viewer (WPF)

This software is a GIS tool (Geographical Information Systems) map viewer / downloader , that is a re-build and retro-engineering of the existing WEB site of the French BRGM (National Geographical Service) as a WPF Desktop application, allowing to introduce many improvments and functionnalities to the aging web site. Uses the DotSpatial.Projections library for geological coordinates computation



GIS BRGM Map Viewer (currently Private, will be opened soon)

.net wpf dotspatial.projections csharp xaml json windows


⚡ Widget Dock (WPF)

read the project readme

  • 100% WPF - XAML - intensivelly based on custom wpf behaviors
  • Windows 10 Desktop .Net Core 3.1 WPF application (use of PInvoke)
  • this software is to be completed - DIY 😄
  • we should develop widgets now!
  • check the project development tutorial


.net wpf pinvoke winapi csharp xaml windows


⚡ WPF Utilities (WPF)

a complete set of essential components

read the project readme



WPF made simple with a SOLID approach for MVVM
🚧 still under construction 🚧

.net wpf dotspatial.projections csharp xaml windows


⚡ Others works below

  • parsing any language with ANTLR C#
  • view model base implementation for WPF
  • google (free) translator api
  • command pattern extension
  • mantisBT web server api (Swagger/OpenAPI)
  • multi modal MVVM model validation
  • various CLI tools and libraries (WPF,Log,..)

⚡ About me

Github Linkedin Mail


widgetdockxtreme's People

Contributors

franck-gaspoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.