-
Updated
May 15, 2022 - C
Lua
Lua is a programming language written in C that emphasizes performance. It has automatic memory management and is often used to extend software written in other languages.
Here are 9,646 public repositories matching this topic...
-
Updated
Mar 25, 2022 - C++
-
Updated
May 15, 2022 - Lua
-
Updated
May 9, 2022 - Objective-C
-
Updated
May 14, 2022 - Lua
-
Updated
May 15, 2022 - C++
Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef
Is it possible to create a default search_dirs option? For instance, I would like all the current functionality to remain the same, i.e. starting the current directory or w/e, but after that, populate a file list from a custom directory, i.e. /data. In other words, I would like /data to always be searched after the current directory.
I could only get this to partially work with commands l
Firefox started to restrict which ports it can connect to. A Firefox user trying to connect to the Conky by HTTP on the default port would get this message:
This address is restricted
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.
With the only option to "Try Again" which wouldn't work.
-
Updated
May 14, 2022 - C
It happens to me sometimes when something in my config breaks and the default rc loads, I then do some changes and use the main menu to click Restart, to reload the wm, but instead I move too quickly and click Exit, exiting the wm and all my applications.
Here's my idea: Make Exit contain a subentry called "Are you sure?" or something like that. So to exit you don't only need to hover Exit but
-
Updated
May 6, 2022 - C++
-
Updated
May 14, 2022 - C++
-
Updated
May 4, 2022 - C
-
Updated
May 15, 2022 - C++
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Mar 8, 2021
-
Updated
Apr 6, 2022 - Python
-
Updated
May 14, 2022 - C++
-
Updated
Jan 30, 2022 - HTML
Normally tarantool stops Ctrl+D. But with (at least) console.listen it doesn't.
tarantool -e "require('console').listen(3313) require('console').start()"
You have to hit Ctrl+D and then Ctrl+C to stop it.
-
Updated
May 14, 2022 - C++
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia


Description
I'm using
grpc-transcodeplugin to manage gRPC<=> HTTP, It would be great to convertgrpc-status-details-binin header to HTTP response body in case an error from the upstream.Decoded
grpc-status-details-bin:![Screens