tool
Here are 6,775 public repositories matching this topic...
It is definitely not clear in the man pages that fd uses regular expression search as its default. That ought to be specified in the DESCRIPTION section of fd's man page.
A command-line benchmarking tool
-
Updated
Jan 3, 2022 - Rust
A deployment tool written in PHP with support for popular frameworks out of the box
-
Updated
Jan 30, 2022 - PHP
I tried a lot of ways,but it dosen't show any information in console. I don't know what's wrong.
import { times } from "lodash";
import React from "react";
import ReactDOM from "react-dom";
import whyDidYouRender from "@welldone-software/why-did-you-render";
if (process.env.NODE_ENV === 'development') {
const whyDidYouRender = require('@welldone-software/why-did-you-rendeI think it would be interesting to try and maintain some level of compatibility with xxd. I recently came across this when following a blog post, trying to use hexyl instead of xxd.
- The most obvious thing would be to introduce (yet another) alias for
--length/--bytes, i.e.-lin addition to-nand-c
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
-
Updated
Jan 29, 2022 - C
Directory/File, DNS and VHost busting tool written in Go
-
Updated
Jan 17, 2022 - Go
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
-
Updated
Jan 9, 2022 - TypeScript
A command-line tool and library for generating regular expressions from user-provided test cases
-
Updated
Jan 19, 2022 - Rust
-
Updated
Jan 23, 2022 - JavaScript
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php when is used with php artisan insights.
Maybe something like:
'parameters' => '--format=json -d memoVarious helper class
-
Updated
Jun 30, 2020 - C#
Just came across this nice program, only to realize that it is missing many named colors:
$ pastel color red3
[pastel error]: Could not parse color 'red3'
Please see https://en.wikipedia.org/wiki/X11_color_names and https://cgit.freedesktop.org/xorg/app/rgb/tree/rgb.txt .
The few clashing color names could be resolved by using a x11- prefix like in x11-gray.
nushell
For more detail: https://github.com/nushell/nushell
Logo
Is there a logo that can be used as a source of inspiration for the ASCII art? Currently no.
Upstream support
- [tokei] does not support this language, related issue: https://github.com/XAMPPRo
High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
-
Updated
Jul 27, 2021 - Rust
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
-
Updated
Dec 16, 2021 - Python
A general purpose syntax highlighter in pure Go
-
Updated
Jan 29, 2022 - Go
Improve this page
Add a description, image, and links to the tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tool topic, visit your repo's landing page and select "manage topics."


Describe the bug you encountered:
If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program