Hi everyone !
Show your best open source project on GitHub and describe it in a few words. What is/are your favorite part(s)?
Check ...
For further actions, you may consider blocking this person and/or reporting abuse
forem / forem
For empowering community ๐ฑ
What's that? ๐
๐๐๐
You had me at hello
YJDoc2 / 8086-emulator-web
Repository for 8086 emulator web implementation
A frontend only emulator for intel 8086 chip. Uses web assembly to emulate the microprocessor, so after loading pages, no requests are made.
My favourite part is it uses same core emulator as it's commandline version, just with a thin wrapper for web.
Hosted at yjdoc2.github.io/8086-emulator-web/ for free as it's frontend only :)
Liked and starred โญ๏ธ I first learned programming on a 8086 board.
These power outage and memory allocation were fun ๐
Hey thanks for the โญ and like ๐
I hope you found the project interesting :)
I know it cannot compete with actually programming on an 8086 board, but we have tried to make it as close as we can ;)
Latest one is
n0th1ng-else / voice-to-text-bot
Bot that converts Voice messages into text
It's a Telegram bot that converts voice messages to text.
Tried different approaches to make it as cheap as possible. (with limitations tho)
now it's 10k+ installs. 0 to 100% developed deployed and automated
Oh cool ! I like bots ๐ฅ
yea. me too :)
VonHeikemen / tinytina-js
Command-line http client. Is like the mix of curl and postman that nobody asked for.
tinytina
in its core is an http client that read data from a json schema.My favorite I think is the
convert-to
command, converting a request from a json format to acurl
command has proven to be very helpful. I can share my requests in the form ofcurl
commands, so others don't have to download this tool.I just made a toy programming language based on Lisp
faraazahmad / tisp
A toy programming language based on Lisp and built in Rust & LLVM
Tisp (Toy Lisp)
A Lisp-like programming language that is typed and compiled. It aims to support multiple processor architectures by being built upon LLVM. It takes inspiration from programming languages like Rust, Lisp and Elixir.
Current working example
A program to compute first 5 fibonacci numbers:
Features to build
Made a post about it if you're interested
I was bored, so I built a programming language
Syed Faraaz Ahmad ใป Mar 24 ใป 8 min read
An open-source programming language for developing chatbots. I just love how easy it makes it to create powerful chatbots, connected to any API, maintaining state, and giving you full control over your creation. Also, <3 the community around it!
CSML-by-Clevy / csml-engine
๐ฆ Conversational Standard Meta Language
First programming language dedicated to building chatbots.
Key Features โข Example โข Usage โข Additional Information
CSML (Conversational Standard Meta Language) is a Domain-Specific Language designed for easily creating conversational experiences.
The purpose of this language is to simplify the creation and maintenance of rich conversational interactions between humans and machines. With a very expressive and text-only syntax, CSML flows are easy to understand, making it easy to deploy and maintain conversational agents. CSML handles short and long-term memory slots, metadata injection, and connecting to any third party API or injecting arbitrary code in any programming language thanks to its powerful runtime APIs.
Key Features
Example
Love the simplicity
ducaale / xh
Friendly and fast tool for sending HTTP requests
xh
xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design.
Installation
On macOS and Linux via Homebrew
On windows via Scoop
On Arch linux via Pacman
From binaries
The release page contains prebuilt binaries for Linux, macOS and Windows.
From source
Make sure that you have Rust 1.45 or later installed.
Usage
โฆGreeaat!
Wikifox / wikifox
A clean and simplified WikiPedia powered by wikifox.js
Wikifox (beta) is a clean and simplified version of the real Wikipedia! This works with official Wikipedia, so nothing to worry about!. It has a good and clean user interface with Dark, Light and custom themes! Check it out : wikifox.ml/
What's New
k
or got tooptions
to see what are the new shortcuts!A simple and clean wrapper for Wikipedia! wikifox.ml/
Woah good project!
I'll risk coming across as trying too hard to be smart, but my favourite project is an empty lua project, because it's empty. It has no bugs, no complexity, no abstractions. It claims to solve no problems, an thus can't fail at any of its claims. It has 0 lines of code, aka. 0 potential bugs. It is guaranteed to have the least amount of code possible to fulfil its purpose. It's zen.
For a slightly less "clever" answer, I'd go with Skooma (and its translation into javascript); because it fixes a problem I often find with less code than any solution I've seen on the internet so far.
DarkWiiPlayer / skooma
The functional way of generating HTML in Lua
Skooma
A library to generate HTML pages in Lua using functional tools. This project is meant to be complementary to MoonXML with a stronger focus on performance and hackability and less on easy and quick template writing.
Why?
Because HTML sucks and most existing templating systems end up being glorified string interpolation.
Additionally, templates usually produce text output, which is very uncomfortable to modify, as that requires either parsing it back into a data structure or doing string replacement, which can easily break if the generated HTML changes or is simply dynamic in general.
How?
Skooma is dead simple: every function returns a tree. No side effects.
After you're done applying whatever transformations to the ast, another function serializes it into HTML, which you can then use however you want.
When should I use this?
When you feel like your project has outgrown a simplistic approach on templating, for eitherโฆ
You can read and understand the whole codebase in a matter of minutes and looking at the code would probably be quicker than reading a documentation.
jankapunkt / js-class-privacy
Create a given ES6 class with private members using Proxy and closures. Keeps class code clean, encourages SRP and DRY.
Lean dry no-dep srp :cup: package to create instances from classes with defined private members Keep your classes clean und use this instead to define private properties Uses proxies to hide information.
Installation and basic usage
Install this package via NPM like
The packages exports only one function, that acts similar to an abstract factory You can pass in a
decide
function to define rules (e.g. whitelist) for members. The created factory can be used to create (proxies to) instances that contain only the public members.Uses Proxy to control private/public fields or methods of any JavaScript class. Real private and 100% not accessible. Works with ES6 classes as well as "Classic" classes.
TypeIt! It's a JavaScript library w/ a fluent API for creating dynamic typewriter effects. I love it because it's been my eternal pet project that's helped me grasp tons of JS fundamentals along the way. Working on some pretty sick refactors right now that should boost performance & lessen bundle size. Check it:
github.com/alexmacarthur/typeit
xinnks / xns-audio-player
A simple customizable web music player powered by vue & HTMLAudioElement
Pretty awesome ๐
Thanks.
loilo / vscode-snazzy-light
๐ญ A vivid light VS Code color theme
Snazzy Light
Snazzy Light is a vivid light color theme. Its colors are based on Sindre Sorhus' hyper-snazzy, adapted to a light background.
Besides looking decent, the main goal of this theme is to show clear and distinct colors under bright ambient light conditions. This makes it suitable e.g. for train commute with intense sunlight.
Screenshots
Thanks a lot to Umut, the author of the fantastic Bluloco Light theme, for providing the syntax highlighting samples.
Contributing
I have tested Snazzy Light with a plethora of languages. However, I'm not proficient in many of them and may not have quite the right sense for how things should look.
If something looks off in your preferred language, feel free to open an issue and we can improve the colors together.
It's probably my least "programmy" project but still one of my favorites โ the light VS Code theme I use by day. Mostly created out of dissatisfaction with existing light themes and the need to use more distinct colors due to intense sunlight while commuting.
Svelte inview - github.com/maciekgrzybek/svelte-in...
A Svelte component that monitors an element enters or leaves the viewport/parent element. Performant and efficient thanks to using Intersection Observer under the hood. Can be used in multiple projects including lazy loading images, infinite scrolling, playing/pausing the video when in the viewport, tracking user behaviour firing link pre-fetching and animations and many many more.
DenverCoder1 / github-readme-streak-stats
๐ฅ Stay motivated and show off your contribution streak! ๐ Display your total contributions, current streak, and longest streak on your GitHub profile README
Used by over 4,000 GitHub users, it allows you to display a card on your profile page showing your total contributions, and the number of consecutive days you've contributed on GitHub.
Example:
muety / wakapi
๐ A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Wakapi is an open-source tool that helps you keep track of the time you have spent coding on different projects in different programming languages and more. Ideal for statistics freaks and anyone else.
Built with Go and TailwindCSS.
SBTCVM / SBTCVM-Gen2-9
SBTCVM is a virtual machine implementation of a balanced ternary (base 3) computer. Features several compiled languages for ternary software development.
SBTCVM is a project for simulating a balanced ternary computer. That is, a computer that uses
+1
,0
, &-1
instead of binary.It comes complete with two compiled languages (one being a custom assembler) and a cross-platform dev toolchain.
It's a countdown to the inevitable death of ie11. It started as little joke that turned into 12k site views per month, 15$ month in ad revenue (it's not much, but a lot more than I expected), used to justify some companies dropping support and was used as a source in a few popular blog posts (oops). I never thought anyone would really care about this, but I'm glad :). The funny thing is that the reason I joined Dev was because I read a tutorial on hear about building countdown timers.
it was really fun to build and it was really fun working with other devs to make it better :)
gabLaroche / death-to-ie11
Countdown for IE11 end of support
A close second is recipe ipsum, I was designing a recipe website for fun and I wanted to add a fake recipe in the design, but couldn't find any, so I built this and it turned out to be a lot funnier than I expected. It was super fun to build and to think through. I have more plans for it in the future. I want to to turn the core of it into an api and build a few other silly projects around that api.
recipe-ipsum / recipe-ipsum
A generator of random placeholder recipes
I have one that I'm really proud of, even if is for Portugal only:
It is an extension/user script to remove a non-compliant GDPR popup NONIO that asks for user info in order to access free websites, Everything is detailed in the README file.
I have written an article about it
dippas / DeleteNonio
A forma mais simples e eficaz de remover o NONIO
Hi,
I am an open-source security developer. I am working on Databunker open-source project.
Databunker was born to address old database problems like data leak prevention via SQL injection and fake database encryption at least for personal and sensitive records.
databunker.org/
databunker.org/use-case/privacy-by...
ftcp
ftpcp is a command line utility that allows you to copy files between two (ftp/sftp) locations.
With ftpcp, you can copy a files
From your local system to a remote system.
From a remote system to your local system.
Between two remote systems from your local system.
npmjs.com/package/ftpcp
jcoelho93 / shell-database
A key value store straight from your terminal
Shell Database
A key value store straight from your terminal.
Installation
You can install shell-database from
pypi.org
:> pip install shell_database
Getting started
Adding a new key value pair
Adding a new key value pair with encryption
Getting the value of a key
Decrypting and encrypted value
Integrating with other tools
License
MIT License
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGESโฆ
A key-value data store straight from your terminal.
I developed this because I needed a way to remember secret tokens and Azure info like the resource group name and other long strings.
You can do things like:
Name: ๐๐ ๐๐ฎ๐ข๐ฅ๐๐๐ซ ๐๐ข๐ญ
Repository on github: github.com/chanitypham/AI-Builder-Kit
Short Description: Create tailored AI tools that fit your unique needs and group them all in one hub. So you can centralize all your tools, share with friends, or monetize them.
If you guys like it, go give it a star on GitHub. Excited to hear your thoughts about this ๐
AppMap... of course :-)
It started as a project for analyzing Ruby code but now works with Python and Java as well.
github.com/applandinc/vscode-appland
The VS Code Extension
writewithocto / octo
A hackable, offline-first markdown editor for notes, code snippets, and writing that runs entirely in-browser.
tbroyer / gradle-errorprone-plugin
Gradle plugin to use the error-prone compiler for Java
Brings Google's ErrorProne to Gradle.
Used by Google themselves in some of their open source projects, Apple, Palantir, Lyft, etc.
BookmarkTomb / BookmarkTomb_Back
Bookmark Tomb
You can go to our homepage for more help.
Simple introduction
The backend project build with SpringBoot and MongoDB. The project need java(>=11) to run.
The details as fallow table:
Dev and Debug
Clone the project
git clone https://github.com/BookmarkTomb/BookmarkTomb_Back.git
Import to IDEA or other IDE
Set develop java version to 11 or higher.
Wait a minute for pull dependencies from maven repository.
At last, you can write configure by url or file.
Others
This project is unexpect, many things can be improved. Such as:
ChangeStream
instead ofJava Code
deal with some pretreatment;So, the project will refactor soonโฆ
This is our first opensource project, is a cross-browser bookmark sync system. We finish the basis functions at present, may it have some bugs, we will make it better in the future.
jmmv / endbasic
BASIC environment with a REPL, a web interface, and RPi support written in Rust
This is a side project I started about a year ago to build a retro-looking BASIC interpreter with which to teach the basics of programming. I'm not sure the latter has happened yet but it has been quite a bit of fun to build this with Rust, target the browser with WASM, and play with things like GPIO on a Raspberry Pi. A cloud backend is coming soon!
First time when I learned REST API, I created this:
LakshyaKhatri / Bookshelf-Reader-API
A browsable REST API for recognizing book spines in an image.
Bookshelf-Reader-API
A browsable REST API built using Django REST Framework for recognizing book spines in an image.
Installation
Usage
Add these URLs after your landing URL
/api/create-bookshelf/
/api/bookshelf/<bookshelf-id>/
/api/spines/<bookshelf-id>/
Further Implementation
This project contains scrappers to scrap the information of all the books recognized in the spine image. Recognized spine can be sent for text recognition and then the recieved text can be uploaded to below URL's for scrapping the book's information.
An HTTP Mocking tool, you can create dynamic mocks with simple logic, proxy to your API and validate what's being sent to allow for faster, easier and more deterministic integration tests :)
gabriel-pinheiro / mocko
Mocking made easy, proxy your API and choose which endpoints to mock
This one! github.com/Noovolari/leapp/
My favorite part is that we are splitting the logic in another repository in Go. After that, we can integrate the engine in any way we want.
i am currently working in a logistics corporation. so i build this for the initigration of FedEx in our system.
Build as a Laravel Package, support all major FedEx operations.
msamgan / FedxClient
FedxClient
About FedxClient
please refer to wiki for the documentation.
License
The FedxClient is open-sourced software licensed under the MIT license.
Mine is a Java SpringBoot application for creating and publishing Surveys with the ability to view stats about them. You are welcome to build a front-end client for it if you wish ๐ค ๐ค
github.com/code-it-team/survey-app-be
I have a few:
I have a few:
Not fully open source but I work on Noveldex :)
github.com/NovelDex/
Oh pretty nice ๐
chrisrhymes / bulma-clean-theme
A clean and modern Jekyll theme based on Bulma
A Jekyll theme that works with GitHub pages using the Bulma frontend framework.
hoppscotch / hoppscotch
๐ฝ Open source API development ecosystem used by 180k+ developers. https://hoppscotch.io
Already participate to the project ๐ซ๐ท๐ฅ
My beloved Vue Form Builder:
sethsandaru / vue-form-builder
Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
vue-form-builder
A simple builder to help you generate a super form for your features/modules/sites,... Easy to use, create, upgrade, maintain Why need to code the form when you can use
Vue-Form-Builder
and render it with some extra steps :DAdvantages:
<form> <div> <input> .... </div> </form>
this by your own)Give this repo aโญ (star) if you actually like this and might use it for your project :D! Thank you!
Feel free to open an issue if you reach any bugs or issues. Thanks.
Vue Form Builder Documentation
Demo
Design your form => JSON Schema => Render your form to End-user.
:p
TobiasNickel / tXml
โกvery small and fast xml-parser in pure javascriptโก
a small extreamly fast xml parser,with streaming.
but please use json.
deckgo / deckdeckgo
The web open source editor for presentations
๐ฅฐ๐ช๐ผ
taufik-nurrohman / text-editor
A text selection range API written in pure JavaScript, for modern browsers.
Text Editor
Demo
Demo and Documentation
Contribute
git clone https://github.com/taufik-nurrohman/text-editor.git
cd text-editor && npm install --save-dev
.github/source
folder.npm run pack
to generate the production ready files.Credits
Release Notes
3.3.1
editor.peel()
andeditor.pull()
method for consistency.3.2.6
3.2.1
3.2.0
3.1.10
3.1.9
TE._
method.3.1.8
Replace
<textarea>
into IDE-like key strokes (see the@taufik-nurrohman/text-editor.source
extension for the most favorite part).ssnigdho / vanilla-php-framework
Simple & lightweight framework built with raw PHP without using any external packages
lechatthecat / react-spa-boilerplate-springboot
This is a boilerplate for SPA with react and springboot.
react-spa-boilerplate-springboot
This is a boilerplate for SPA with react and springboot.
Usage
Prepare the following:
Then run the following:
Then js/css files are ready. Press on F5 on vscode editor.
You will see the SPA is working with Spring boot on localhost:8080
Credit
Some of the js contained in this repository was created referring to this in28minutes project:
github.com/in28minutes/spring-boot...
lechatthecat / oran
Programming language written by rust
Oran
Programming language written by rust
Still in development
Syntax
This is a scripting language. Syntax is as follows:
Please note that you need "mut" for mutable variables.
You can see many other examples in examples/example.orn
Example
Calculate n-th of Fibonacci sequence:
Bare - a tool which generates project from Boilerplates with zero configuration
bare-cli / bare
A boilerplate manager
BARE
A tool to manage all your boilerplate from cli and generate files for you !
Installation
Currently available for debian based system will release for other systems later
From
npm
:For Stable build
npm i -g barego bare #to check installation
For Nightly version
npm i -g madrix01/Bare#dev baren #to check installation
From source :
Please see Install
For commands and usage follow the docs
More feature are in development๐๏ธ
Contribute to make it better
issues
tabwslutilities / wslu
A collection of utilities for Windows 10 Linux Subsystems
wslu - A collection of utilities for WSL
English | ็ฎไฝไธญๆ | ็น้ซไธญๆ | Esperanto
This is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables or creating your favorite Linux GUI application shortcuts on Windows 10 Desktop.
Requires Windows 10 Creators Update; Some of the feature requires a higher version of Windows 10; Supports WSL2.
Feature
wslusc
A WSL shortcut creator to create a shortcut on your Windows 10 Desktop.
wslsys
A WSL system information printer to print out system informations from Windows 10 or WSL.
wslfetch
A WSL screenshot information tool to print information in an elegant way.
wslvar
A WSL tool to help you get Windows system environment variables.
wslview
With alias
wview/wslstart/wstart
A fake WSL browser that can help you open link in default Windows browser or open files on Windows.
wslupath
A WSL tool to convertโฆ
wslu is possibly the largest project I am still maintaining ...
razbakov / sourcy
Synchronise data from Google Sheets
@razbakov /sourcy
Installation
Add to package.json:
Create sourcy.config.js in project root:
Execute and follow instructions:
Transformer: i18n
Input:
Output:
github.com/Stradivario/gapi
Graphql framework written in typescript inspired by Angular
github.com/Stradivario/gapi
Easy Graphql Typescript framework inspired by Angular.
VivumLab / VivumLab
It's your data, it's your life. Own it, with VivumLab
An open-source data-center, owned by you, the user.
Including over 50 services; VivumLab wants to make it easy for anyone to run their own services and own all their data in an easy and secure way, with minimal reliance, or intervention from cloud or service providers.
Documentation
Available for your viewing pleasure here
VivumLab allows a user to deploy their own set of documentation. Further information is available in the docs
Installation
Installation is simple; Instructions are available here
Installation Tutorial / Demo Video COMING SOON
Summary
Deploys web services to a server. Deployment is managed by Ansible, the services are managed by Docker.
Features
Manual deployment - Installation
Automated Backups - COMING SOON
Easy Restore
Automated Tor Onion Service access
Automated HTTPS via LetsEncrypt
Automated Settings Sync
Optional Cloud Bastion Server with WireGuard VPN
Check out other planned features here
Available Software
You can view the complete list ofโฆ
huxinghai / ember-adminlte-theme
ember-cli admin bootstrap ui theme
Ember-admin-lte-theme
admin bootstrap ui theme
Supports ember 2.1.x
Installation
git clone git@github.com:huxinghai1988/ember-adminlte-theme.git
this repositorynpm install ember-adminlte-theme
vi package.json
"devDependencies": { "ember-adminlte-theme": "0.2.0" }
Using
add component for
application.hbs
config import plugins
ember-cli-build.js
Running
ember server
Example index CSP questions
Preview Image
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit ember-cli.com/.
github.com/huxinghai/fastdfs-clien...
I have this:
kromejs / create-krome-app
Kick off modern Chrome extension development instantly
For speeding up chrome extension development :)
Here's mine github.com/warengonzaga/fork-corner
easyflow-live / easyflow
Easy Flow is a real time collaborative project manager based on Kanban methodology.
urpflanze-org / core
Create 2d primitive shapes, encapsulate and repeat them by handling each repetition and generate recursive shapes
urpflanze-org / editor
GUI for Urpflanze library
TChi91 / coretabs
coretabs CLI to start a new django-vuejs projects with minimum configurations
Most popular open source admin dashboard in existence:
ColorlibHQ / AdminLTE
AdminLTE - Free admin dashboard template based on Bootstrap 4
github.com/nat236919/covid19-api
API for exploring covid-19 cases around the globe powered by FastAPI framework
github.com/davidesantangelo/dato.rss
ducdev / fetch-no-cors
Bypass CORS for browser's Fetch API
Bypass CORS for browser's Fetch API using cors-anywhere.herokuapp.com/
github.com/lucianojung/widget_perm...
BMSVieira / moovie.js
Movie focused HTML5 Player
AayushK47 / fireshell
A shell for firebase realtime database and cloud firestore.
It's a CLI for firebase realtime database and firebase firestore.
lowdefy / lowdefy
An open-source low-code framework to build web apps, admin panels, BI dashboards, workflows, and CRUD apps with YAML.
github.com/circa10a/blockerized-do...
AntonioFalcao / Dotnet6.GraphQL4.WebApplication
This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID and DRY, applying Domain-Driven concepts in a Hexagonal Architecture.
Dotnet6.GraphQL4.WebApplication
This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID, KISS and DRY, applying Domain-Driven concepts in a Hexagonal Architecture.
Give a Star!โญ
Oldest version: Dotnet5.GraphQL3.WebApplication
Environment configuration
Development
Secrets
To configure database resource,
init
secrets in ./src/Dotnet6.GraphQL4.Store.WebAPI, and then define theDefaultConnection
:After this, to configure the HTTP client,
init
secrets in ./src/Dotnet6.GraphQL4.Store.WebMVC and define Store client host:AppSettings
If you prefer, is possible to define it on WebAPI appsettings.Development.json and WebMVC appsettings.Development.json files:
WebAPI
WebMCV
mbnlc / yflive
Live Data Streamer for Yahoo! Finance
I have yet to find a better way of obtaining live stock prices via web socket for free and completely open source...
suiteplus / nscabinet
Upload/Download files to Netsuite File Cabinet
nscabinet
Upload/download files to a netsuite account, using the included restlet.
PS: This is actually also a gulp plugin.
Required
Quick start
Install the nscabinet restlet bundle in your netsuite account (or manually create the script using the file in the repo) *
Create a
nsconfig.json
file in the root of you project with at least email , password, account, script number and deployment number.Use it with gulp or with the CLI (see CLI section below)
(*) if installing from the bundle, the minor version must match your current version of nscabinet
Accepted input ways
The parameters mayโฆ
I wouldn't say best but just something that became useful to a couple of ppl, and so it got a couple stars.
Made it like 5 yrs ago
github.com/bagisto/bagisto
Bagisto is an opensource eCommerce platform built on Laravel
react-global-context-store
Manage global state for your React app using Context api
Required React Version: > 16.9
npmjs.com/package/react-global-con...
restex
Simple and minimalist API wrapper based on top of Expressjs with support mongoose & sequalizejs
npmjs.com/package/restex
kue-dashboard
UI interface for kue (npmjs.com/package/kue) library
npmjs.com/package/kue-dashboard-ex...
Snowtrack / SnowFS
SnowFS - a fast, scalable version control file storage for graphic files ๐จ
SnowFS - a fast, scalable version control file storage for graphic files
Overview
SnowFS is a lightweight command-line application and library with a focus on binary file versioning. It is made for the graphics industry and was initially developed for Snowtrack.
Disclaimer: This project is in alpha state and actively developed. Do not use this yet in a production environment or without backups.
Feature highlights
Supports Branches
Asynchronous File Hashing
Project open to file-content awareness (e.g:
*.psd
,*.blend
,*.c4d
,..
)Super-fast-detection of modifications in large binaries
Support for instant snapshots**
Support for instant rollback**
Support for files bigger >4TB
Block-cloning and Copy-on-Write support for APFS, ReFS and Btrfs
Support for removing single versions and/or binaries
Primarily I/O bound through libuv
Feature XYZ made by you!
** If the underlying filesystem supports it (e.g. APFS, ReFS and Btrfs)
Why not Git/Git-LFS, libgit2, or SVN?
Firstโฆ
SnowFS is a version control system for binaries and a focus on graphic files. My favourite part of this, is the I/O performance
A SQL code generator from spreadsheet files:
github.com/joao-salomao/SQL-Generator
Build APIs You Won't Hate In Node Js
github.com/kutia-software-company/...
github.com/karthick3018/wfh-mate
karthick3018 / wfh-mate
A Helper site to handle the Work From Home environment efficiently
to manage your work from home concerns , maintain your hydration , maintain the 20-20-20 rule
nastyox / Rando.js
The world's easiest, most powerful random function.
A program that shows you server side languages errors and debug info. Not as powerful as XDebug but far easier to set up.
maurina.org/
Chatbot Builder Framework (NodeJS)
arnaldobadin / bard
chatbot builder framework
yuriizinets / gofr
๐ Concept of Golang micro framework for frontend components
I'm not Golang "rockstar", I'm just a regular developer. If you see any problems in the project - feel free to open new Issue. And if you would like to see features you want or just support our bright feature, please, support me with Patreon or Bitcoin (39extGa1qoaGx2kpZ6RHPVkenNP9RGzVEB)
GoFR (Go Frontend, or Go Framework)
Micro framework concept, that brings frontend-like components experience to the server side with native
html/template
. Supports any serving basis (nethttp/Gin/etc), that providesio.Writer
for response.Under heavy development, not stable (!!!)
TOC
Why?
Because "website" is not the same as "web application". But nowadays trends are saying otherwise. I'm trying to minimize usage of popular SPA/PWA frameworks where it's not needed at all because it adds a lot of complexity and overheadโฆ
macos.now.sh
AGhost-7 / docker-dev
Container images for portable development environments
I containerized my development environment, editor and all. There are images for each language I use. Handy for keeping stuff in sync with home and work.
github.com/rezaamini-ir/laravel-ea...
bobbyiliev / introduction-to-bash-scripting
Free Introduction to Bash Scripting eBook
This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things.
The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting.
To download a copy of the ebook use one of the following links:
Dark mode
Light mode
The first 13 chapters would be purely focused on getting some solid Bash scripting foundations then the rest of theโฆ
pranavbaburaj / lol
A utility library for Python (It contains a JSON-based-database, argparse, some common datatypes, switch cases etc)
LOL
Lol is a database library
Features
How to use it
Database
See the database documentation here
Datatypes
See all the datatype methods here
Arrays
Maps
Interfaces
yoursunny / NDNts
NDN libraries for the Modern Web
ellie-app / ellie
The Elm Live Editor
Svelte web app that list repositories of a given programming language
KaidiMohammed / svelte-power
The Demo.
What is the application?
A simple web-application that fetches the trending git repositories of a programming language and displays them.
Tools we're going to use:
Project architecture
the project architecture is very simple
Let's begin
In the "src" folder we create App.svelte, it's the principal component.
github.com/stsrki/Blazorise
Blazor components library with support for multiple different CSS frameworks.
Latest is this one.
zhquiz / go-zhquiz
Standalone desktop application for Chinese quizzing, with levels, TTS, dictionary and sentence (with Jieba) support.
olton / Metro-UI-CSS
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
I have the (Matt) Taylor Disk Optimizer but zero time to do the installer, beta release and support it. It seems to yield a 3% performance boost.
github.com/XEn0CidE/FRIDAY_virtual...
ariannargesi / scream-master
Cool voice based game using vanilla javascript
Scream Master
A cool voice based game created using vanilla javascript
For the best gaming experience, play this game only using Google Chrome, Mozilla Firefox, or Opera web browsers. also this game it's not compatible with safari and old versions of edge.
I truly need/like your feedback and suggestions. so please Do not hesitate. I specify a section in the game about that.
Installation
1-Clone the repository
2-Navigate into the project folder
3-Install modules
4-Start the script
5-Open dist/index.html file, using a Local Web Server. there is a VsCode plugin for that Live Server