/

unit

Next Generation Visual Programming System

最終更新日:502日前
2.3k

mobxjs/mobx
506日前27.0k

Simple, scalable state management.

NeutroniumCore/Neutronium
507日前1.3k

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

tallesl/Rich-Hickey-fanclub
508日前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
503日前5.2k

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

vlang/v
503日前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
503日前32.0k

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

ethereum/solidity
503日前21.7k

Solidity, the Smart Contract Programming Language

krahets/hello-algo
503日前62.3k

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

golang/go
503日前117.9k

The Go programming language

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

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

wasp-lang/wasp
502日前9.6k

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

liuxinyu95/AlgoXY
506日前5.9k

Book of Elementary Functional Algorithms and Data structures

unisonweb/unison
503日前5.5k

A friendly programming language from the future

grame-cncm/faust
505日前2.4k

Functional programming language for signal processing and sound synthesis

NixOS/nix
502日前10.0k

Nix, the purely functional package manager

google/wuffs
503日前3.7k

Wrangling Untrusted File Formats Safely

hundredrabbits/Orca
504日前4.4k

Esoteric Programming Language

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

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

FavioVazquez/ds-cheatsheets
503日前12.6k

List of Data Science Cheatsheets to rule the world

reactiveui/ReactiveUI
503日前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
502日前14.3k

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

scala/scala
503日前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
502日前4.0k

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

didi/mpx
510日前3.5k

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

reactiveui/Akavache
503日前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
502日前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
503日前4.4k

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

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

ACM-ICPC Preparation Guide

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

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

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

Short CSS code snippets for all your development needs

iggredible/Learn-Vim
502日前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
502日前8.8k

Short Python code snippets for all your development needs

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

A kickstarter guide to writing ES6

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

Short React code snippets for all your development needs

huangsam/ultimate-python
502日前4.8k

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

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

Master programming by recreating your favorite technologies from scratch.

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

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

norvig/pytudes
502日前22.2k

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

braydie/HowToBeAProgrammer
503日前15.7k

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

hoanhan101/ultimate-go
503日前14.9k

The Ultimate Go Study Guide

carp-lang/Carp
504日前5.4k

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

android10/Android-CleanArchitecture-Kotlin
501日前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
501日前5.4k

Most influential books on Computer Science/programming

erg-lang/erg
501日前2.5k

A statically typed language compatible with Python

fusionlanguage/fut
501日前1.7k

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

fetlang/fetlang
502日前1.5k

Fetish-themed programming language

thi-ng/umbrella
503日前3.2k

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

apache/groovy
503日前5.0k

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

cyclejs/cyclejs
502日前10.2k

A functional and reactive JavaScript framework for predictable code

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

Learning RxJava for Android by example

red/red
505日前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
502日前4.9k

React bindings for MobX

sergdort/CleanArchitectureRxSwift
501日前3.8k

Example of Clean Architecture of iOS app using RxSwift

btroncone/learn-rxjs
511日前3.6k

Clear examples, explanations, and resources for RxJS

ReactiveCocoa/ReactiveSwift
505日前2.9k

Streams of values over time

OpenCombine/OpenCombine
502日前2.6k

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

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

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

staltz/xstream
512日前2.4k

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

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

Low-code programming for event-driven applications

goplus/gop
502日前8.7k

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

samber/mo
502日前2.1k

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

DulLabs/bhai-lang
502日前3.9k

A toy programming language written in Typescript