Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at 3Blue1Brown.
#python, #animation, #3b1b, #math
#python, #animation, #3b1b, #math
❤1
Flutter Gallery is a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, and vignettes implemented with Flutter. We often get asked how one can see Flutter in action, and this gallery demonstrates what Flutter provides and how it behaves in the wild.
#dart, #flutter, #gallery
#dart, #flutter, #gallery
❤1
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.
Key features:
- Clear output: you can tell easily whether anything is good or bad.
- Machine readable output (CSV, two JSON formats)
- No need to install or to configure something. No gems, CPAN, pip or the like.
- Works out of the box: Linux, OSX/Darwin, FreeBSD, NetBSD, MSYS2/Cygwin, WSL (bash on Windows). Only OpenBSD needs bash.
- A Dockerfile is provided, there's also an offical container build @ dockerhub.
- Flexibility: You can test any SSL/TLS enabled and STARTTLS service, not only web servers at port 443.
- Toolbox: Several command line options help you to run your test and configure your output.
- Reliability: features are tested thoroughly.
- Privacy: It's only you who sees the result, not a third party.
- Freedom: It's 100% open source. You can look at the code, see what's going on.
- The development is open (github) and participation is welcome.
#shell, #bash, #ssl, #tsl, #encryption, #openssl, #socket, #port
Key features:
- Clear output: you can tell easily whether anything is good or bad.
- Machine readable output (CSV, two JSON formats)
- No need to install or to configure something. No gems, CPAN, pip or the like.
- Works out of the box: Linux, OSX/Darwin, FreeBSD, NetBSD, MSYS2/Cygwin, WSL (bash on Windows). Only OpenBSD needs bash.
- A Dockerfile is provided, there's also an offical container build @ dockerhub.
- Flexibility: You can test any SSL/TLS enabled and STARTTLS service, not only web servers at port 443.
- Toolbox: Several command line options help you to run your test and configure your output.
- Reliability: features are tested thoroughly.
- Privacy: It's only you who sees the result, not a third party.
- Freedom: It's 100% open source. You can look at the code, see what's going on.
- The development is open (github) and participation is welcome.
#shell, #bash, #ssl, #tsl, #encryption, #openssl, #socket, #port
❤1
swc is a super-fast Typescript / JavaScript compiler written in Rust.
#rust, #ecmascript, #javascript, #typescript, #parser, #swc
#rust, #ecmascript, #javascript, #typescript, #parser, #swc
❤1
Nebular is a customizable Angular 10 UI Library with a focus on beautiful design and ability to adapt it to your brand easily. It comes with 4 stunning visual themes, a powerful theming engine with runtime theme switching and support of custom css properties mode. Nebular is based on Eva Design System specifications. Nebular 5.0, Angular 10
#typescript, #angular, #ui, #framework, #theme, #webpack
#typescript, #angular, #ui, #framework, #theme, #webpack
👍1
FSPagerView is an elegant Screen Slide Library implemented primarily with UICollectionView.
#swift, #ios, #infinite, #scroll
#swift, #ios, #infinite, #scroll
🔥1
Seed is a front-end Rust framework for creating fast and reliable web apps with an elm-like architecture.
- All the benefits of Rust and macro based syntax.
- Minimal overhead, configuration, and boilerplate.
- Clear documentation made to be accessible regardless of your familiarity with Rust.
- Written without any unsafe code and works with stable Rust, no nightly required!
#rust, #web, #framework, #wasm, #frontend
- All the benefits of Rust and macro based syntax.
- Minimal overhead, configuration, and boilerplate.
- Clear documentation made to be accessible regardless of your familiarity with Rust.
- Written without any unsafe code and works with stable Rust, no nightly required!
#rust, #web, #framework, #wasm, #frontend
👏1
Dokka is a documentation engine for Kotlin, performing the same function as javadoc for Java. Just like Kotlin itself, Dokka fully supports mixed-language Java/Kotlin projects. It understands standard Javadoc comments in Java files and KDoc comments in Kotlin files, and can generate documentation in multiple formats including standard Javadoc, HTML and Markdown.
#kotlin, #jvm, #documentation, #engine
#kotlin, #jvm, #documentation, #engine
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
SQLDelight generates typesafe kotlin APIs from your SQL statements. It verifies your schema, statements, and migrations at compile-time and provides IDE features like autocomplete and refactoring which make writing and maintaining SQL simple.
#kotlin, #jvm, #sql
#kotlin, #jvm, #sql
❤1
routersploit is an open-source exploitation framework dedicated to embedded devices.
It consists of various modules that aids penetration testing operations:
- exploits - modules that take advantage of identified vulnerabilities
- creds - modules designed to test credentials against network services
- scanners - modules that check if a target is vulnerable to any exploit
- payloads - modules that are responsible for generating payloads for various architectures and injection points
- generic - modules that perform generic attacks
#python, #security, #infosec, #exploits, #embedded, #bruteforce, #scanner
It consists of various modules that aids penetration testing operations:
- exploits - modules that take advantage of identified vulnerabilities
- creds - modules designed to test credentials against network services
- scanners - modules that check if a target is vulnerable to any exploit
- payloads - modules that are responsible for generating payloads for various architectures and injection points
- generic - modules that perform generic attacks
#python, #security, #infosec, #exploits, #embedded, #bruteforce, #scanner
❤1
Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.
#edu, #algorithm, #visualizer, #cs
#edu, #algorithm, #visualizer, #cs
❤1
The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter breaches and internal server infection. The Monkey uses various methods to self propagate across a data center and reports success to a centralized Monkey Island server.
#python, #penetration, #testing, #infection, #security, #automation
#python, #penetration, #testing, #infection, #security, #automation
❤1
Sente is a small client+server library that makes it easy to build reliable, high-performance realtime web applications with Clojure + ClojureScript.
Features:
- Bidirectional a/sync comms over both WebSockets and Ajax (auto-fallback)
- It just works: auto keep-alives, buffering, protocol selection, reconnects
- Efficient design incl. transparent event batching for low-bandwidth use, even over Ajax
- Send arbitrary Clojure vals over edn or Transit (JSON, MessagePack, etc.)
- Tiny API: make-channel-socket! and you're good to go
- Automatic, sensible support for users connected with multiple clients and/or devices simultaneously
- Realtime info on which users are connected over which protocols (v0.10.0+)
- Flexible model: use it anywhere you'd use WebSockets/Ajax/Socket.IO, etc.
- Standard Ring security model: auth as you like, HTTPS when available, CSRF support, etc.
- Fully documented, with examples
- Small codebase: ~1.5k lines for the entire client+server implementation
- Supported servers: http-kit, Immutant v2+, nginx-clojure, node.js, Aleph, ring-jetty9-adapter
#clojure, #clojurescript, #jvm, #async, #websockets, #http
Features:
- Bidirectional a/sync comms over both WebSockets and Ajax (auto-fallback)
- It just works: auto keep-alives, buffering, protocol selection, reconnects
- Efficient design incl. transparent event batching for low-bandwidth use, even over Ajax
- Send arbitrary Clojure vals over edn or Transit (JSON, MessagePack, etc.)
- Tiny API: make-channel-socket! and you're good to go
- Automatic, sensible support for users connected with multiple clients and/or devices simultaneously
- Realtime info on which users are connected over which protocols (v0.10.0+)
- Flexible model: use it anywhere you'd use WebSockets/Ajax/Socket.IO, etc.
- Standard Ring security model: auth as you like, HTTPS when available, CSRF support, etc.
- Fully documented, with examples
- Small codebase: ~1.5k lines for the entire client+server implementation
- Supported servers: http-kit, Immutant v2+, nginx-clojure, node.js, Aleph, ring-jetty9-adapter
#clojure, #clojurescript, #jvm, #async, #websockets, #http
❤1
Infer is a static analysis tool - if you give Infer some Java or C/C++/Objective-C code it produces a list of potential bugs. Anyone can use Infer to intercept critical bugs before they have shipped to users, and help prevent crashes or poor performance.
#ocaml, #java, #cpp, #objectivec, #static, #analysis, #quality
#ocaml, #java, #cpp, #objectivec, #static, #analysis, #quality
❤1