-
Updated
Jul 31, 2021 - TypeScript
#
port
Here are 562 public repositories matching this topic...
Winamp 2 reimplemented for the browser
A tool for managing port forwardings via UPnP
-
Updated
Aug 1, 2021 - Java
Port of id Tech 4 / Doom 3 engine to WebAssembly / WebGL using Emscripten
-
Updated
Jan 15, 2020 - C++
c
windows
linux
fast
nim
cpp
scanner
port
pentesting
port-scanner
port-scanning
security-tools
filtered
redteam
port-scan
-
Updated
Mar 24, 2021 - Nim
3
BBonless
commented
Jul 26, 2021
When using ImGui.dragInt3 like so for example:
int[] TestArray = new int[3];
ImGui.dragInt3("Test", TestArray);
The result is identical to a dragInt2, there are only 2 boxes available.
Powerful asynchronus IPv4 port scanner for PowerShell
-
Updated
Sep 4, 2020 - PowerShell
A Less port of Bootstrap v4
-
Updated
Apr 17, 2021 - Less
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
linux
raspberry-pi
arm
nwjs
raspberrypi
port
hybrid-apps
raspbian
armv7
raspberry
compiled
raspberry-pi-library
armhf
node-webkit
desktop-application-sdk
armv6
nw
linux-raspberrypi
nw-port
raspbian-gnu
-
Updated
Jan 24, 2020 - Shell
Doom port for DOS, optimized to be as fast as possible!
-
Updated
Aug 3, 2021 - C
A very small UPnP IGD implementation for your ESP8266 for automatic port forwarding
-
Updated
Nov 19, 2020 - C++
Ada Bare Bones OS development tutorial source code
tutorial
osdev
port
ada
bare-metal
baremetal
tutorial-exercises
tutorial-sourcecode
bare-bones
bare-bones-tutorial
-
Updated
Nov 20, 2016 - Ada
aarondandy
commented
Jul 1, 2017
The method WordList.QuerySuggest.Phonet
has two nested loops that query for entries from a PhoneTable
that have rules starting with a given character. Indexing these entries in the table by the first rule character may have a positive impact on performance.
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
-
Updated
Feb 27, 2021 - C
XScreenSaver for Windows
-
Updated
Jun 23, 2021 - C
Alternative to ports for running external programs. It provides back-pressure, non-blocking io, and solves port related issues
-
Updated
Jun 2, 2021 - Elixir
Pyrdacor
commented
Feb 17, 2020
- Test on ubuntu 18/19
- Test on other distributions
- Debian
- Mint
- ...
- Track new found issues in this tracker
Improve this page
Add a description, image, and links to the port topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the port topic, visit your repo's landing page and select "manage topics."
RustScan has an accessible mode,
rustscan --accessible
which should promise not to have any weird ASCII text in it.Write CI that runs RustScan with
--accessible
a few times, with different flags / options and check the terminal output to see if it contains one of these:[!]
[~]
[>]
| {}
If any of these characters appear in any of the tests, fail the CI. E