InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 20 Shell JavaScript Projects
-
leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
-
Project mention: Tabnine ships new code-native AI models, passes 1 million developers using its AI code assistant | reddit.com/r/programming | 2022-06-21
Other people complaining too: https://github.com/codota/TabNine/issues/179
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Why even have other programming languages? | reddit.com/r/ProgrammerHumor | 2023-01-31
Can I introduce you to Node-OS? https://node-os.com/
-
Kaitai Struct
Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby
Project mention: What projects are you working on or planning to do this year? | reddit.com/r/C_Programming | 2023-01-07Speaking of reading binary data, later I found Kaitai Struct. You can write file format in YAML, then it would transpile it to different programming languages. Highly recommend it if all you need is to read (it can not serialize data back to binary). There's even a web IDE to play with files, which is quite fun.
-
resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning. (by zero-to-mastery)
-
> Note that signing commits doesn't bar bad actors from pushing unsigned commits with forged identities.
This would need to be coupled with a "reject unsigned commits" policy on push. For example - https://docs.gitlab.com/ee/user/project/repository/push_rule...
And note that the caveats that it has would require the person to log in to gitlab to not need to push (by using the webIDE instead) which leaves an audit trail there.
Similar functionality can be crafted with a pre-receive commit hook - https://docs.github.com/en/[email protected]/admin/polic...
An example of such a hook - https://github.com/github/platform-samples/blob/master/pre-r...
-
cloud-native-starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
elementary
A JavaScript runtime for writing native audio applications, as well as a library and framework for composing audio signal processes. (by nick-thompson)
Project mention: New chord progression generator website— It is both an excellent ear trainer, and tool for musical inspiration and harmonic experimentation! | reddit.com/r/musictheory | 2023-01-22I don't know which library you're using, but I use Elementary Audio for my audio projects. This looks like a great fit.
-
Akeneo PIM
[Community Standard Edition] The open source Product Information Management (PIM) - please raise issues in https://github.com/akeneo/pim-community-dev/issues
-
Project mention: finde de musica anarco/trosko/kircho/femi/acratico/comunista | reddit.com/r/Republica_Argentina | 2023-01-27
-
Project mention: Most userfriendly webmail for organizing mail | reddit.com/r/selfhosted | 2022-03-15
You may want to look at php webmail lite / pro https://github.com/afterlogic/webmail-lite-8
-
Project mention: Does anyone know how VPhysics (Source's implementation of Havok) do such a good job at solving the bullet through paper problem? | reddit.com/r/gamedev | 2022-11-29
It all gets petty hairy.. which is why writing physics engines is Hard, and you should be pretty skeptical when someone is like: "Hay gauis I made a new phYsics engine!! you should totally use it!" Even the big guys thrash around in this space.. as someone mentioned in another comment... although there is sometimes a case to be made for rolling your own, if you're valve for instance.. All that said, I'm really partial to Bullet just because it's so damn battle tested (unity/blender and countless other engines) But I'm generally pro havok/physX and also the newer Jolt physics library. https://github.com/NVIDIAGameWorks/PhysX https://github.com/ashconnell/physx-js https://jrouwe.github.io/JoltPhysics/
-
graphql-typescript-workshop
This is a series of exercised to learn how to implement a GraphQL server with TypeScript and do end-to-end type-safety
-
Project mention: Serverless in Azure using Static Web Apps, Functions and Cosmos DB | dev.to | 2023-01-15
To get started a template in Github can be used. Go to https://github.com/login?return_to=/staticwebdev/vanilla-basic/generate and in the page add mycalendar in the Repository field and click on button Create Repository from Template to create repository.
-
-
Project mention: Минимальная настройка CouchDB на Linux (Fedora Server 36) в домашней лаборатории с открытием доступа по сети | dev.to | 2022-09-08
-
linux-ios-debugger
This program will allow you to run the inspect element tool using the Google Chrome/Chromium browser on your Linux (Debian) machine.
-
-
-
Project mention: 🏠 npm-user: Install npm packages as a non-root user | reddit.com/r/u_thismachinechills | 2022-04-06
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell JavaScript related posts
- Made a tool to talk to ChatGPT from the terminal.
- Why even have other programming languages?
- finde de musica anarco/trosko/kircho/femi/acratico/comunista
- BitMidi – 100K+ Free MIDI files
- If it can be done in code, it will be done in JavaScript.
- New chord progression generator website— It is both an excellent ear trainer, and tool for musical inspiration and harmonic experimentation!
- It's not that hard guys, his friend with a coding degree said.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 5 Feb 2023
Index
What are some of the best open-source JavaScript projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | leetcode-master | 34,975 |
2 | TabNine | 9,700 |
3 | NodeOS | 6,779 |
4 | Kaitai Struct | 3,287 |
5 | resources | 2,119 |
6 | platform-samples | 1,720 |
7 | cloud-native-starter | 506 |
8 | elementary | 429 |
9 | Akeneo PIM | 362 |
10 | timidity | 306 |
11 | webmail-lite-8 | 296 |
12 | physx-js | 77 |
13 | graphql-typescript-workshop | 50 |
14 | vanilla-basic | 34 |
15 | tiddlywiki-docker | 33 |
16 | couchdb-pkg | 24 |
17 | linux-ios-debugger | 15 |
18 | dev-tasks | 5 |
19 | nw | 1 |
20 | npm-user | 1 |