Posts
-
blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
- 💡 No account creation or signups.
- 🚀 One-to-One and Many-to-Many file transfers.
- 🔮 Works across different networks and devices.
- ⚡ Easy to use, and no app installation required.
- 📱 PWA for device-level integrations.
Tags: #javascript • frontend • backend
-
php-browser-detection
Ultra fast PHP library to detect browser, OS, platform and device type by User-Agent parsing
A PHP library to detect browser, OS, platform and device type by User-Agent parsing.
This library focused on high performance and low memory usage HTTP client parsing.
Uses a simple and fast algorithm to accurately detect more than 200 browsers/apps and over 60 OS.
For most commonly browsers parsing process took less than 0.0005 second even on low-level shared hosting.
In the case of rare User-Agents recognized time is less than 0.0008 second for the same conditioned hosting environment.
The library supports only really actual Browsers and OS without support for outdated environments that are actually not used now.
Newest MacOS Monterey, MacOS Ventura and Windows 11 User-Agents detection included.
Works by use only one library file and without any third-party libraries dependency.Tags: #php • user-agent • browser
-
markdown-plus-plus
Markdown syntax highlighting for Notepad++, by customized UDL file (user defined language)
This repo “markdown-plus-plus” is a project to support Markdown syntax highlighting in [Notepad++][npp_site]. It is done via various User Defined Language (UDL) XML files. All UDLs are carefully designed by human, rather than generated by machine.
You can simply consume the UDL XML file that matches your favorite theme, or config your own using the build system.
Thanks for encouragements and comments. This repo is not only for myself anymore. It’s for everyone.
Love Notepad++? Need to write docs in Markdown? This repo is made for you.
Tags: #javascript • notepadplusplus • udl
-
OoT-Randomizer
A randomizer for Ocarina of Time.
This is a randomizer for The Legend of Zelda: Ocarina of Time for the Nintendo 64.
Tags: #python
-
StratosphereLinuxIPS
Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVUT in Prague.
- Introduction
- Usage
- GUI
- Requirements
- Installation
- Extended Usage
- Configuration
- Features
- Contributing
- Documentation
- Troubleshooting
- License
- Credits
- Changelog
- Roadmap
- Demos
- Funding
Tags: #python • docker • pcap
-
Selenium-Grid-Extras
Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed
- In the terminal run following command:
java -jar Selenium-Grid-Extras-Jar.jar -
You will be prompted with several questions, first one will ask you if you want to set this computer as a HUB, Node, or both. Answer 2 for HUB
-
Leave the Host name for Grid Hub as default 127.0.0.1
-
Set port to be used by Selenium Grid Hub, default is 4444
- You will be asked if you wish to auto update Selenium. If you answer yes, then every time Selenium Grid Extras is started it will check fo the latest version of Selenium Stand Alone Server, IEDriver, and ChromeDriver. If you choose to not auto update, you will be asked what versions of each driver to lock into.
Tags: #ruby
- In the terminal run following command:
-
multi-model-server
Multi Model Server is a tool for serving neural net models for inference
Tags: #java • mxnet • deep-learning
-
ripper-tags
fast, accurate ctags generator for ruby source code using Ripper
fast, accurate ctags generator for ruby source code using Ripper
Tags: #ruby
-
foxact
React Hooks/Utils done right. For Browser, SSR, and React Server Components.
React Hooks/Utils done right. For Browser, SSR, and React Server Components.
Tags: #typescript • react • react-hooks
-
request_store
Per-request global storage for Rack.
Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for
Thread.current. Like this:def self.foo Thread.current[:foo] ||= 0 end def self.foo=(value) Thread.current[:foo] = value endUgh! I hate it. But you gotta do what you gotta do…
Tags: #ruby
subscribe via RSS