Giter VIP home page Giter VIP logo

20-hour-project-dice-game's Introduction

title lang date author output
Repository Information
`eng-GBR-oxendict`
`r format(Sys.Date())`
html_document
number_sections toc toc_depth
true
true
6
<style> :root { --text-margin: 9.5px; /* VSC */ --block-padding: 5px; /* VSC */ --border: 1px solid #484848; /* VSC */ --border-radius: 0px; } :is(H1) { font-size: 19.5px; /* 2em */ padding-top: 1em; } :not(H1) { font-size: 13px; /* 1em */ } /*
Information github.com/microsoft/vscode/issues/219520
*/ :is(H2, H3, H4, H5, H6, TH) { border-bottom: var(--border); /*
Citation StackOverflow
*/ font-weight: bold; } :is(H1, H2, H3, H4, H5, H6, TH) { margin-top: 0; border-bottom: var(--border); } :is(div.block-indent) { margin-left: 2em; margin-bottom: 1em; } :is(TH) { margin-top: 1em; } :is(TH, TD) { border: var(--border)!important; border-collapse: collapse; padding-bottom: var(--block-padding)!important; padding-top: var(--block-padding)!important; } :is(pre, code) { border: var(--border)!important; border-radius: var(--border-radius)!important; } :is(blockQuote) { border: var(--border)!important; border-radius: var(--border-radius)!important; } :is(blockQuote) P { margin-bottom: 0px!important; } :is(blockQuote) { margin-bottom: var(--text-margin)!important; margin-top: var(--text-margin)!important; padding-bottom: var(--block-padding)!important; padding-top: var(--block-padding)!important; } :is(OL, UL) { /* # */ padding-left: 0em; /*
Citation StackOverflow
*/ } .hidden { visibility: collapse; display: none /*
Citation StackOverflow
*/ } :is(details) > summary:first-of-type { list-style-type: none; } :is(TR.child-row) TD { padding-left:20px; } :is(TR.child-row) TH { padding-left:20px; } /*
Citations
  1. Stack Overflow question.
  2. Stack Overflow comment.
*/ </style>

Repository Information

  1. Description

    This repository contains @RokeJulianLockhart's publicly available code. All sensible contribution is welcomed. I utilize this account solely to interact with the repositories hosted on this service.

  2. Statistics

    Regardless, I have used this account extensively:

    Summary
    Languages
    Trophies
    Visitation

20-hour-project-dice-game's People

Contributors

dependabot[bot] avatar rokejulianlockhart avatar

Stargazers

 avatar  avatar

Watchers

 avatar

20-hour-project-dice-game's Issues

Insecure storage of credentials

I see you store credentials in plaintext. Perhaps I could suggest using a simple hashing algorithm such as SHA256 (always makes a 64char hash so is manageable). Then just simply rehash the submitted password and compare to that in the file :D

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.