Skip to content

Commit

Permalink
chore: changed LuisMBaezCo to LuchoBazz
Browse files Browse the repository at this point in the history
chore: changed LuisMBaezCo to LuchoBazz
  • Loading branch information
LuchoBazz authored Jan 20, 2023
2 parents b3b9ef3 + e67f697 commit 960a06f
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cargo test setup_subcommand -- --test-threads 1

- add support for new languages

- add new examples in the [`/examples`](https://github.com/LuisMBaezCo/quicktest/tree/main/examples) folder in the different supported languages
- add new examples in the [`/examples`](https://github.com/LuchoBazz/quicktest/tree/main/examples) folder in the different supported languages

- reporting undetected errors

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luis Miguel Báez <[email protected]>"]
license = "MIT"
description = "Command Line Interface (CLI) for stress testing for competitive programming contest"
readme = "README.md"
repository = "https://github.com/LuisMBaezCo/quicktest"
repository = "https://github.com/LuchoBazz/quicktest"
keywords = ["cli", "stress-testing", "cp-tool", "testing", "testing-tool"]
categories = ["cli"]
edition = "2018"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<p align="center">Command Line Interface (CLI) for Stress Testing for Competitive Programming</p>

<h2 align="center">📖 <a href="https://luismbaezco.github.io/quicktest/docs/intro">Docs</a></h2>
<h2 align="center">📖 <a href="https://luchobazz.github.io/quicktest/docs/intro">Docs</a></h2>

[![Current Crates.io Version](https://img.shields.io/crates/v/quicktest.svg)](https://crates.io/crates/quicktest) [![Quick Test](https://circleci.com/gh/LuisMBaezCo/quicktest.svg?style=shield)](https://app.circleci.com/pipelines/github/LuisMBaezCo/quicktest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blue.svg)](https://github.com/LuisMBaezCo/quicktest)
[![Current Crates.io Version](https://img.shields.io/crates/v/quicktest.svg)](https://crates.io/crates/quicktest) [![Quick Test](https://circleci.com/gh/LuchoBazz/quicktest.svg?style=shield)](https://app.circleci.com/pipelines/github/LuchoBazz/quicktest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blue.svg)](https://github.com/LuchoBazz/quicktest)

## Demo
![cmp gif](./website/static/gif/main.gif)
Expand All @@ -32,15 +32,15 @@

### Installation

Installation tutorial for Linux, Windows and macOS can be found [here](https://luismbaezco.github.io/quicktest/docs/getting-started/installation) on the docs website
Installation tutorial for Linux, Windows and macOS can be found [here](https://luchobazz.github.io/quicktest/docs/getting-started/installation) on the docs website

## Introduction

Quick Test CLI is a project to perform stress testing in competitive programming contests in an easy and fast way, focusing only on the contest.

Currently, Quick Test CLI supports three types of tests which are listed below:

| [quicktest cmp](https://luismbaezco.github.io/quicktest/docs/usage/cmp) | [quicktest stress](https://luismbaezco.github.io/quicktest/docs/usage/stress) | [quicktest check](https://luismbaezco.github.io/quicktest/docs/usage/check) |
| [quicktest cmp](https://luchobazz.github.io/quicktest/docs/usage/cmp) | [quicktest stress](https://luchobazz.github.io/quicktest/docs/usage/stress) | [quicktest check](https://luchobazz.github.io/quicktest/docs/usage/check) |
|------------------------------------------------|------------------------------------------------|----------------------------------------------|
| ![cmp gif](./website/static/gif/cmp.gif) | ![stress gif](./website/static/gif/stress.gif) | ![check gif](./website/static/gif/check.gif) |

Expand Down Expand Up @@ -193,7 +193,7 @@ If you are interested in contributing to the Quick Test CLI project, please take

### Bug reports

You can report any bugs [here](https://github.com/LuisMBaezCo/quicktest/issues).
You can report any bugs [here](https://github.com/LuchoBazz/quicktest/issues).

## Supported Languages

Expand Down Expand Up @@ -222,7 +222,7 @@ You can report any bugs [here](https://github.com/LuisMBaezCo/quicktest/issues).

## License
Licensed under either of these:
* MIT license ([LICENSE-MIT](https://github.com/LuisMBaezCo/quicktest/blob/main/LICENSE) or https://opensource.org/licenses/MIT)
* MIT license ([LICENSE-MIT](https://github.com/LuchoBazz/quicktest/blob/main/LICENSE) or https://opensource.org/licenses/MIT)

---

Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Releases

Binary releases can be downloaded manually at:
https://github.com/LuisMBaezCo/quicktest/releases
https://github.com/LuchoBazz/quicktest/releases

### 1.0.1 / 2022.11.12

Expand Down
2 changes: 1 addition & 1 deletion examples/check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/check/cpp
```
Expand Down
4 changes: 2 additions & 2 deletions examples/cmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/cmp/cpp
```
Expand All @@ -24,7 +24,7 @@

* ### python examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git
cd quicktest/examples/cmp/python
```
Expand Down
2 changes: 1 addition & 1 deletion examples/output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Run Examples

```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/output
```
Expand Down
4 changes: 2 additions & 2 deletions examples/stress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/stress/cpp
```
Expand All @@ -25,7 +25,7 @@

* ### python examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git
cd quicktest/examples/stress/python
```
Expand Down
7 changes: 3 additions & 4 deletions src/runner/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub fn execute_program(

let mut res_status = CPStatus::AC;


if let Ok(child_output) = child {
#[cfg(any(target_os = "linux", target_os = "windows"))]
let response = child_output
Expand All @@ -72,14 +71,14 @@ pub fn execute_program(
.time_limit(Duration::from_millis(timeout as u64))
.terminate_for_timeout()
.wait();
#[cfg(target_os="macos")]

#[cfg(target_os = "macos")]
let response = child_output
.controlled_with_output()
.time_limit(Duration::from_millis(timeout as u64))
.terminate_for_timeout()
.wait();

if let Ok(output_option) = response {
if let Some(output) = output_option {
if output.status.success() {
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2021-08-01-mdx-blog-post.mdxtxt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: mdx-blog-post
title: MDX Blog Post
authors: [luismbaezco, anonymous]
authors: [LuchoBazz, anonymous]
tags: [docusaurus]
---

Expand Down
6 changes: 3 additions & 3 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
luismbaezco:
LuchoBazz:
name: Luis Miguel Báez Aponte
title: Software Engineer
url: https://github.com/LuisMBaezCo
image_url: https://github.com/LuisMBaezCo.png
url: https://github.com/LuchoBazz
image_url: https://github.com/LuchoBazz.png

anonymous:
name: Anonymous
Expand Down
12 changes: 6 additions & 6 deletions website/blog/launch-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
slug: Launch Announcement
title: Launch Announcement
date: 2022-05-30
authors: [luismbaezco]
authors: [LuchoBazz]
tags: [stress-testing, testing, cp-tool, tool]
---

Hi Competitive Programming Community!!

I want to share with the entire competitive programming community my latest project: [Quick Test CLI](https://github.com/LuisMBaezCo/quicktest), which is a multiplatform open source tool to perform stress testing in competitive programming and that was inspired after watching the following screencasts: [1v1 Coding | 2020 Lockout Championship](https://www.youtube.com/watch?v=uABbBGtEWks&t=1434s) and [How to test your solution in Competitive Programming, on Linux?](https://www.youtube.com/watch?v=JXTVOyQpSGM) Made by [Errichto](https://codeforces.com/profile/Errichto) some time ago.
I want to share with the entire competitive programming community my latest project: [Quick Test CLI](https://github.com/LuchoBazz/quicktest), which is a multiplatform open source tool to perform stress testing in competitive programming and that was inspired after watching the following screencasts: [1v1 Coding | 2020 Lockout Championship](https://www.youtube.com/watch?v=uABbBGtEWks&t=1434s) and [How to test your solution in Competitive Programming, on Linux?](https://www.youtube.com/watch?v=JXTVOyQpSGM) Made by [Errichto](https://codeforces.com/profile/Errichto) some time ago.

📦**Source Code:** [https://github.com/LuisMBaezCo/quicktest](https://github.com/LuisMBaezCo/quicktest)
📦**Source Code:** [https://github.com/LuchoBazz/quicktest](https://github.com/LuchoBazz/quicktest)

📖**Docs:** [https://luismbaezco.github.io/quicktest](https://luismbaezco.github.io/quicktest)
📖**Docs:** [https://luchobazz.github.io/quicktest](https://luchobazz.github.io/quicktest)

🚀 **Installation:** [https://luismbaezco.github.io/quicktest/docs/getting-started/installation](https://luismbaezco.github.io/quicktest/docs/getting-started/installation)
🚀 **Installation:** [https://luchobazz.github.io/quicktest/docs/getting-started/installation](https://luchobazz.github.io/quicktest/docs/getting-started/installation)

### What Quick Test CLI provides vs. the traditional way of performing stress testing?

Expand Down Expand Up @@ -79,6 +79,6 @@ Feature for testing interactive problems is planned to be implemented in future

I will be grateful to receive feedback, requests for new features and requests for improvements

Don't forget to give it ⭐in the [Github](https://github.com/LuisMBaezCo/quicktest) repository
Don't forget to give it ⭐in the [Github](https://github.com/LuchoBazz/quicktest) repository

Thanks!
2 changes: 1 addition & 1 deletion website/docs/examples/check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_label: Check

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/check/cpp
```
Expand Down
4 changes: 2 additions & 2 deletions website/docs/examples/cmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_label: Cmp

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/cmp/cpp
```
Expand All @@ -25,7 +25,7 @@ sidebar_label: Cmp

* ### python examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git
cd quicktest/examples/cmp/python
```
Expand Down
2 changes: 1 addition & 1 deletion website/docs/examples/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Output
## Run Examples

```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/output
```
Expand Down
4 changes: 2 additions & 2 deletions website/docs/examples/stress.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_label: Stress

* ### cpp examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git

cd quicktest/examples/stress/cpp
```
Expand All @@ -26,7 +26,7 @@ sidebar_label: Stress

* ### python examples
```shell
git clone https://github.com/LuisMBaezCo/quicktest.git
git clone https://github.com/LuchoBazz/quicktest.git
cd quicktest/examples/stress/python
```
Expand Down
12 changes: 6 additions & 6 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ sidebar_label: Installation

Quick Test CLI works on Linux, Windows, and macOS. Quick Test CLI is a single binary executable. It has no external dependencies.

[quicktest_install](https://github.com/LuisMBaezCo/quicktest/tree/main/website/static/install) provides convenience scripts to download and install the binary.
[quicktest_install](https://github.com/LuchoBazz/quicktest/tree/main/website/static/install) provides convenience scripts to download and install the binary.

### Linux

Using Shell:

```shell
curl -fsSL https://luismbaezco.github.io/quicktest/install/install.sh | sh
curl -fsSL https://luchobazz.github.io/quicktest/install/install.sh | sh
```

Please open a new terminal, or run the following in the existing one `source ~/.bashrc` or `source ~/.zshrc` as appropriate
Expand All @@ -23,15 +23,15 @@ Please open a new terminal, or run the following in the existing one `source ~/.
Using PowerShell:

```powershell
iwr https://luismbaezco.github.io/quicktest/install/install.ps1 -useb | iex
iwr https://luchobazz.github.io/quicktest/install/install.ps1 -useb | iex
```

### Mac OS

Using Shell:

```shell
curl -fsSL https://luismbaezco.github.io/quicktest/install/install.sh | v=1.0.1 sh
curl -fsSL https://luchobazz.github.io/quicktest/install/install.sh | v=1.0.1 sh
```

Please open a new terminal, or run the following in the existing one `source ~/.zshrc` or `source ~/.bashrc` as appropriate
Expand Down Expand Up @@ -59,8 +59,8 @@ curl https://sh.rustup.rs -sSf | sh && cargo install quicktest
The program [`unzip`](https://linux.die.net/man/1/unzip) is a requirement for the Shell installer.

```sh
$ curl -fsSL https://luismbaezco.github.io/quicktest/install/install.sh | sh
Error: unzip is required to install Quick Test CLI (see: https://luismbaezco.github.io/quicktest/docs/getting-started/installation#unzip-is-required).
$ curl -fsSL https://luchobazz.github.io/quicktest/install/install.sh | sh
Error: unzip is required to install Quick Test CLI (see: https://luchobazz.github.io/quicktest/docs/getting-started/installation#unzip-is-required).
```

**When does this issue occur?**
Expand Down
14 changes: 7 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Quick Test CLI',
tagline: 'CLI for stress testing in competitive programming contest',
url: 'https://LuisMBaezCo.github.io',
url: 'https://luchobazz.github.io',
baseUrl: '/quicktest/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'LuisMBaezCo', // Usually your GitHub org/user name.
organizationName: 'LuchoBazz', // Usually your GitHub org/user name.
projectName: 'quicktest', // Usually your repo name.

presets: [
Expand All @@ -24,13 +24,13 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/LuisMBaezCo/quicktest/tree/main/website/',
editUrl: 'https://github.com/LuchoBazz/quicktest/tree/main/website/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/LuisMBaezCo/quicktest/tree/main/website/',
'https://github.com/LuchoBazz/quicktest/tree/main/website/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand All @@ -46,7 +46,7 @@ const config = {
title: 'Quick Test CLI',
logo: {
alt: 'Quick Test CLI Logo',
src: 'https://raw.githubusercontent.com/LuisMBaezCo/quicktest/main/assets/logo/quicktest-512x512.png',
src: 'https://raw.githubusercontent.com/LuchoBazz/quicktest/main/assets/logo/quicktest-512x512.png',
},
items: [
{
Expand All @@ -57,7 +57,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/LuisMBaezCo/quicktest',
href: 'https://github.com/LuchoBazz/quicktest',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -101,7 +101,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/LuisMBaezCo/quicktest',
href: 'https://github.com/LuchoBazz/quicktest',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": false,
"license" : "MIT",
"homepage": "https://luismbaezco.github.io/quicktest/",
"homepage": "https://luchobazz.github.io/quicktest/",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
Expand Down
4 changes: 2 additions & 2 deletions website/static/install/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if ($v) {
$Version = "${v}"
} else {
$Response = Invoke-WebRequest -URI "https://api.github.com/repos/LuisMBaezCo/quicktest/releases/latest" |
$Response = Invoke-WebRequest -URI "https://api.github.com/repos/LuchoBazz/quicktest/releases/latest" |
Select-Object -Property Content |
Select-String -Pattern '"tag_name":"[0-9.]+'
$Version = $Response.matches.Value.replace('"tag_name":"', '')
Expand All @@ -28,7 +28,7 @@ $Target = 'x86_64-pc-windows-msvc'
# GitHub requires TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

$QT_Uri = "https://github.com/LuisMBaezCo/quicktest/releases/latest/download/quicktest-${Target}-v${Version}.zip"
$QT_Uri = "https://github.com/LuchoBazz/quicktest/releases/latest/download/quicktest-${Target}-v${Version}.zip"

if (!(Test-Path $BinDir)) {
New-Item $BinDir -ItemType Directory | Out-Null
Expand Down
Loading

0 comments on commit 960a06f

Please sign in to comment.