/

unit

Next Generation Visual Programming System

最終更新日:579日前
2.3k

mobxjs/mobx
583日前27.0k

Simple, scalable state management.

NeutroniumCore/Neutronium
584日前1.3k

🚀 Build .NET desktop applications using HTML, CSS and javascript.

tallesl/Rich-Hickey-fanclub
585日前3.0k

"every time I watch one of his talks I feel like someone has gone in and organized my brain"

trekhleb/state-of-the-art-shitcode
580日前5.2k

💩State-of-the-art shitcode principles your project should follow to call it a proper shitcode

vlang/v
580日前35.2k

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

carbon-language/carbon-lang
580日前32.0k

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

ethereum/solidity
580日前21.7k

Solidity, the Smart Contract Programming Language

krahets/hello-algo
580日前62.3k

《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing

golang/go
580日前117.9k

The Go programming language

hmemcpy/milewski-ctfp-pdf
580日前10.6k

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source

wasp-lang/wasp
579日前9.6k

The fastest way to develop full-stack web apps with React & Node.js.

liuxinyu95/AlgoXY
583日前5.9k

Book of Elementary Functional Algorithms and Data structures

unisonweb/unison
580日前5.5k

A friendly programming language from the future

grame-cncm/faust
582日前2.4k

Functional programming language for signal processing and sound synthesis

NixOS/nix
579日前10.0k

Nix, the purely functional package manager

google/wuffs
580日前3.7k

Wrangling Untrusted File Formats Safely

hundredrabbits/Orca
581日前4.4k

Esoteric Programming Language

donnemartin/system-design-primer
579日前246.8k

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

FavioVazquez/ds-cheatsheets
580日前12.6k

List of Data Science Cheatsheets to rule the world

reactiveui/ReactiveUI
580日前7.8k

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

lichess-org/lila
579日前14.3k

♞ lichess.org: the forever free, adless and open source chess server ♞

scala/scala
580日前14.3k

Scala 2 compiler and standard library. Bugs at https://github.com/scala/bug; Scala 3 at https://github.com/lampepfl/dotty

gonglei007/GameDevMind
579日前4.0k

最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。

didi/mpx
587日前3.5k

Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架

reactiveui/Akavache
580日前2.4k

An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.

Asabeneh/30-Days-Of-React
579日前24.0k

30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

goq/telegram-list
580日前4.4k

List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов

BedirT/ACM-ICPC-Preparation
579日前2.0k

ACM-ICPC Preparation Guide

getify/Functional-Light-JS
580日前16.4k

Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.

Chalarangelo/30-seconds-of-css
579日前16.2k

Short CSS code snippets for all your development needs

iggredible/Learn-Vim
579日前12.8k

Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖

Chalarangelo/30-seconds-of-python
579日前8.8k

Short Python code snippets for all your development needs

metagrover/ES6-for-humans
581日前6.9k

A kickstarter guide to writing ES6

Chalarangelo/30-seconds-of-react
579日前5.0k

Short React code snippets for all your development needs

huangsam/ultimate-python
579日前4.8k

Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake:

codecrafters-io/build-your-own-x
579日前245.1k

Master programming by recreating your favorite technologies from scratch.

donnemartin/interactive-coding-challenges
579日前28.4k

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.

norvig/pytudes
579日前22.2k

Python programs, usually short, of considerable difficulty, to perfect particular skills.

braydie/HowToBeAProgrammer
580日前15.7k

A guide on how to be a Programmer - originally published by Robert L Read

hoanhan101/ultimate-go
580日前14.9k

The Ultimate Go Study Guide

carp-lang/Carp
581日前5.4k

A statically typed lisp, without a GC, for real-time applications.

android10/Android-CleanArchitecture-Kotlin
578日前4.6k

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.

cs-books/influential-cs-books
578日前5.4k

Most influential books on Computer Science/programming

erg-lang/erg
578日前2.5k

A statically typed language compatible with Python

fusionlanguage/fut
578日前1.7k

Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.

fetlang/fetlang
579日前1.5k

Fetish-themed programming language

thi-ng/umbrella
580日前3.2k

⛱ Broadly scoped ecosystem & mono-repository of 189 TypeScript projects (and 153 examples) for general purpose, functional, data driven development

apache/groovy
580日前5.0k

Apache Groovy: A powerful multi-faceted programming language for the JVM platform

cyclejs/cyclejs
579日前10.2k

A functional and reactive JavaScript framework for predictable code

kaushikgopal/RxJava-Android-Samples
583日前7.5k

Learning RxJava for Android by example

red/red
582日前5.4k

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file!

mobxjs/mobx-react
579日前4.9k

React bindings for MobX

sergdort/CleanArchitectureRxSwift
578日前3.8k

Example of Clean Architecture of iOS app using RxSwift

btroncone/learn-rxjs
588日前3.6k

Clear examples, explanations, and resources for RxJS

ReactiveCocoa/ReactiveSwift
582日前2.9k

Streams of values over time

OpenCombine/OpenCombine
579日前2.6k

Open source implementation of Apple's Combine framework for processing values over time.

RisingStack/react-easy-state
588日前2.6k

Simple React state management. Made with ❤️ and ES6 Proxies.

staltz/xstream
589日前2.4k

An extremely intuitive, small, and fast functional reactive stream library for JavaScript

node-red/node-red
578日前18.2k

Low-code programming for event-driven applications

goplus/gop
579日前8.7k

The Go+ programming language is designed for engineering, STEM education, and data science

samber/mo
579日前2.1k

🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)

DulLabs/bhai-lang
579日前3.9k

A toy programming language written in Typescript