Giter Club home page Giter Club logo

finsurgent-web's People

Contributors

phakphumv avatar

Watchers

 avatar

finsurgent-web's Issues

Idea : Stock screening

Input

Range filter (min,max) with blank value as default.

When both min,max are blank, mean no filter apply.
When only min is blank, mean filter less than or equal to max
When only max is blank, mean filter more than or equal to min

Filters

  • P/E
  • P/BV
  • EPS

Reference

Fix last update with timezone info in "Stock" page

As-is

Currently, the last update date/time seem to be UTC.

To-be

Change to UTC+7 timezone

Example

$tz = 'Asia/Bangkok';
$dt = new DateTime($timestamp, new DateTimeZone($tz));
echo $dt->format('d.m.Y, H:i:s');

Idea : Expense budget tool for Car Fuel

Input

  • Home address
  • List of workplace + day of week to commute
  • List of other places & frequency
  • Fuel consumption rate ( l/km or km/l)
  • Fuel type : [DieselB20,Diesel,DieselB7,E85,E20,Gasohol91,Gasohol95]
  • Preferred station : [Any (Average), PTT, Bangjak, Shell, Esso, Caltax, PT]

Calculation

Oil price

Travel distance calculation

  • 1 week = 1 sample
  • Generate 12-16 samples
  • Home->Work based on input
  • Work->Other->Home to OR Work->Home random based on frequency input
  • Home->Other random based on frequency input
  • Retrieve min,max and average distance

Fuel consumption

Output

  • Estimated driving distance per month
  • Estimated fuel consumption per month
  • Estimated budget per month

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.