Web app
A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.
Here are 5,225 public repositories matching this topic...
Adding a printing feature (using window.print(); and @media print css rules) would make a neat "export" feature, good for archiving a monthly report because currently, the printed pages (2) are blank.
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
-
Updated
Jan 30, 2020
Hello
tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?
I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn
Would it be possible for a few example projects to be accessible from this Github repo, or the website? I would love to play around with some samples, to get an understanding of what can be made.
It would be nice if either he official docker-compose file or the documentation itself would include volumes for config persistency. The old structure mentioned #113 has changed some time ago.
Example:
volumes:
- /local/path/filestash/config/:/app/data/state/config/
- /local/path/filestash/db/:/app/data/state/db/
可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn
-
Updated
Jan 29, 2020
Official Black Hat Arsenal Security Tools Repository
-
Updated
Jan 29, 2020
I just noticed the readme at https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/ is cut off at the end, and I thought it was a mistake until I realized that the readme on Github is not truncated, so I assume Docker Hub just has a maximum length. I think it would be helpful to have a note at the end of the readme on Docker Hub saying to check the Github repo to continue reading. I wouldn't have re
I am trying to configure the terminal to show documentation for commands without requiring them to be named parameters in execution of the command. I know that I can get the positional parameter value in the argument array, but I'd like for my users to have some documentation of how to use them. Is this possible?
I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.
Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.
Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).
Here are steps that build and deploy the project on current Debian.
Jasypt integration for Spring boot
-
Updated
Jan 29, 2020 - Java
Dear team,
I was curios if it would be possible to add two features to the translations page.
- Allow the user to navigate to the next term with keyboard (TAB or arrow keys).
- Add a save all button to avoid forgetting to save a translation.
Kind regards,
Keep up the good work.
Nice project, thanks!
The fugit library supports cron with seconds precision - and I think it would be useful if Ciao officially supported it.
Format: */15 * * * * *
Minimal demo, similar to the way it's used by ciao [here](https://github.com/brotandgames/ciao/blob/afdbf8a2c5eea83a66cb0f32807ba310a75b38f2/app/validators/cron_va
When logged into News and doing a search, and then from the search results page pressing "logout", the search query disappears, e.g. the URL changes from being /search?q="something" to just /search. This doesn't happen with other pages, e.g. when logging out from threads?id=someone, the query string remains.
Must be something I implemented wrong in the search page...
Yeoman 'fountain' generator to start a webapp
-
Updated
Jan 24, 2020 - JavaScript
Version: Personal
Tested this in Chromium and Firefox, Ubuntu 16.04, vie https://app.wire.com
It is not possible to add participants to an existing group. By clicking on the group name on top of the screen the group details flyout opens on the right site of the screen and there is an "Add participants" item, which after click creates another screen in that area with a big "ADD PARTICIPANTS" on
- Metastream Version:Beta 0.4.0
- Browser + Version:Google Chrome Version 76.0.3809.136 (Official Build) (64-bit)
- OS Version:Google Chrome OS Version 76.0.3809.136 (Official Build) (64-bit)
The volume doesn't match the video player volume. When metastream is 50%, the vid
admob policy link
I think the correct admob policy link is the following
https://policies.google.com/technologies/partner-sites
The link you provided is for developer, not for final users.
The templates for this feature are not implemented. A simple blank page with a form is presented to the user. Our page structure and styles should be applied to these pages as well.
A lean, modular web server for rapid full-stack development.
-
Updated
Jan 29, 2020 - JavaScript
According to https://en.wikipedia.org/wiki/NATO_phonetic_alphabet , the default word for character . is Period
Stop is just another alternative, but we would like to stick with defaults
latex widget
For example: https://github.com/talyssonoc/react-katex
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "