All Projects → QuiiBz → shineboard

QuiiBz / shineboard

Licence: Apache-2.0 License
A beautiful way to share code

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to shineboard

qosf.org
Web portal of Quantum Open Source Foundation
Stars: ✭ 103 (+586.67%)
Mutual labels:  website
su-downloader3
nodejs HTTP downloader with pause/resume support and segmented downloading
Stars: ✭ 14 (-6.67%)
Mutual labels:  utility-application
simple-web-project-collection
Collection of website applications project that is simple and beginner-friendly to start your journey on Web Development Learning Path.
Stars: ✭ 17 (+13.33%)
Mutual labels:  website
McMasterGradStuManual
McMaster研究生新生手册
Stars: ✭ 13 (-13.33%)
Mutual labels:  website
openfaas.github.io
Primary website / landing-page for the project
Stars: ✭ 50 (+233.33%)
Mutual labels:  website
urlbox-screenshots-node
Capture website thumbnails using the urlbox.io screenshot as a service API in node
Stars: ✭ 14 (-6.67%)
Mutual labels:  website
awesome-www
Website of AwesomeWM
Stars: ✭ 39 (+160%)
Mutual labels:  website
typekev-site
My personal website built, of course, with React
Stars: ✭ 22 (+46.67%)
Mutual labels:  website
lxqt.github.io
LXQt website
Stars: ✭ 14 (-6.67%)
Mutual labels:  website
jsheroes.io
The official JSHeroes website
Stars: ✭ 35 (+133.33%)
Mutual labels:  website
heaps.io
Website sources
Stars: ✭ 24 (+60%)
Mutual labels:  website
Motivational-Quotes
🚀 程序run不起来想放弃? 程序员励志语录帮你重拾信心. Motivational quotes for programmer.
Stars: ✭ 30 (+100%)
Mutual labels:  website
AspNetCore.Weixin
An ASP.NET Core middleware for Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务)
Stars: ✭ 24 (+60%)
Mutual labels:  website
YuktiCTF
A Game platform to spread awareness among school and university students about various cyber attacks.
Stars: ✭ 11 (-26.67%)
Mutual labels:  website
carloscuesta.me
The source of my website 🌍
Stars: ✭ 38 (+153.33%)
Mutual labels:  website
basicprograms
This repo contains basics programs of all languages.
Stars: ✭ 17 (+13.33%)
Mutual labels:  website
Gangster-Legends-V2
A free to use text-based PBBG / MMORPG script
Stars: ✭ 48 (+220%)
Mutual labels:  website
Website-Audit
It's an open-source report template that guides web professionals thought steps to audit any website in terms of the page speed and technical SEO optimisation.
Stars: ✭ 18 (+20%)
Mutual labels:  website
resizer
Example of resizing of the HTML element by mouse dragging
Stars: ✭ 40 (+166.67%)
Mutual labels:  website
rootlesscontaine.rs
Website to track the progress of rootless containers.
Stars: ✭ 40 (+166.67%)
Mutual labels:  website

ShineBoard

A Beautiful way to share code

ShineBoard is a open-source platform to make sharing code easier. Wasted by all the .txt files you downloaded and the poor hastebin codes ? Switch now to ShineBoard :

  • Open shineboard.io
  • Paste your file's content
  • Hit CTRL + S to save the paste, and then CTRL + V to share the link

Alternatively, you can use the CLI to create paste from your terminal.

Features

  • Over +20 languages supported
  • Save paste by hitting CTRL + S, the link is automatically pasted in your clipboard
  • Ability to set a title for a paste
  • Possibility to set a custom password, to restrict the paste security
  • Automatic code highlight for all the supported languages
  • A CLI is available, to paste your files without leaving your terminal

Contributing

If you have ever worked on a Laravel application, it's the same :

  • Fork this repository, then clone it to your device
  • Install PHP dependencies with composer install
  • Install JS dependencies with :
    • NPM : npm install
    • Yarn : yarn
  • Copy .env.exemple to .env and change DB fields to your local configuration
  • Run php artisan serve to launch the built in Laravel server
  • Run npm run watch or yarn watch to watch for CSS and JS files to be compiled
  • Access the application at localhost:8000

To make sure nothing is broken after your modifications, run php artisan test.

License

ShineBoard is licensed under the Apache license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].