Giter Club home page Giter Club logo

tono's Introduction

Tono - Tools Of New Operation

"Tools of new operation" library/framework is for agile SoE(SoI) style development.
Expected a lot of developer create original simulators quickly and find business core rule of improvement continuously. That is why this is named "tools of new operation".

MVFP Architecture Frameworks

Model - View - Feature - Parts Architecture is an original GUI framework considering team work, kaizen activity and agile style development.

Tono.Gui


Gui common library that is important to implement MVFP architecture.

Function Remarks
3-coodinates concept Let your mind free from complicated screen pixel values especially debugging activity. You can just place parts with your logical value like clock-time.
Event token mechanism Let your team free from complicated development activity between functions and functions. This is a function of message of object-oriented programming.

Tono.Gui.Uwp


A framework of MVFP architecture for Windows UWP developments

Function Remarks
Model MVFP : You can implement application data with this class.
View MVFP : UWP control of this GUI architecture.
Feature MVFP : Feature base class like plug-in function mechanism. Feature is possible to be a function, constraint and design controls.
Parts MVFP : Parts base class to be the all graphical implementation of this architecture.
Library Color, Timer, Configulation, Some UWP controls having MVFP linkage.

Tono.GuiWinForm


A framework of MVFP architecture for WinForm developments with .NET Framework version 4.7.1
(legacy library. not recommended to use it)

Libraries

Tono.Core


Common library of Tono architecture contains below classes.

Category Objects
Type safe helper Acceleration, Angle, Distance, Id, NamedId, Lon/Lat, Speed, Volume, Weight
Caluclations GeoEu, MathUtil
Utility CacheStack, Collection, DbUtil, Japanese language, Mutex, QueueOverProcess, StrUtil, Synonym, Time/Span
Extend method DictionaryExtensions, List
Network IpNetwork, MacAddress, MacOui

Tono.Logic


Algorithm Helpers / Solvers

Function Remarks
Goal Chasing Method Simple Heijunka(average) logic
Integer Distributer You can get integer values that total is same from distributed numbers.
Interpolation Ease-in / Ease-out / Ease-in-out curve function
Least Squares N-Polynominal Prospect values from some input data using least squares method.
Route solver To find a low-cost link connection with Dijekstra algorithm.

Tono.Jit


Simple objects to help design/implement business model with Just-in-time philosophy. Making "Object", "Signal" and "Flow" with below objects.

Function Object Comment
Stage Simulation world Object of core modeling driver
Object Work Moving target that make a simulation result. Not only physical target.
Signal Kanban Pull signal between processes. Means a "Work" stop mechanism at a process.
Flow Process Node of work flow for graph theory.
Flow rule Constraints For example, MaxCount constraint describes like a transpotation road because road can have limited object at one time.
Flow control Commands Another constraint model like "Delay" time to simulate work through speed.
JAC JacInterpreter JAC (Just-in-time model As a Code) helps you to implement Undo/Redo as a "Compensating Transaction Pattern"

Tono.AspNetCore


Utility for Web application of ASP.NET Core
ex. Client Certificate Authentication.

Tono.Excel


Convert from Excel file to DataSet object

tono's People

Contributors

mtonosaki avatar

Stargazers

 avatar

Watchers

 avatar

tono's Issues

Bug FeaturePartsSelectOnRect

I have found bugs below in the new feature FeaturePartsSelectOnRect.

  1. Flush a selecting box when I just click after use this feature.
  2. When I use Toolbox (or UWP control), this feature makes a selecting box unexpectedly.

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.