test4443 / gist:4d127c0c424c4b21af9c32cba78862f9
0 likes
0 forks
1 files
Last active
1 | test |
ProtyayMnd50 / p1_kadane_algo.cpp
0 likes
0 forks
2 files
Last active
1 | #include <bits/stdc++.h> |
2 | using namespace std; |
3 | #define ll long long |
4 | #define mod 1000000007 |
5 | #define INF 1e18 |
6 | #define nl "\n" |
7 | #define pb push_back |
8 | #define eb emplace_back |
9 | /*Note: emplace_back is faster than push_back*/ |
10 | #define ppb pop_back |
SaracenRhue / test.sh
0 likes
0 forks
1 files
Last active
1 | echo "hello world" |
uuruutest / test3.json
0 likes
0 forks
1 files
Last active
1 | { |
2 | "url": "https://demo.opengist.io/uuruutest/e2aa9fe9e3d446b5a2a43aea14f5616b/raw/HEAD/test3.yaml", |
3 | "urls": [ |
4 | { |
5 | "url": "https://demo.opengist.io/uuruutest/e2aa9fe9e3d446b5a2a43aea14f5616b/raw/HEAD/test3.yaml", |
6 | "name": "Test" |
7 | } |
8 | ] |
9 | } |
uuruutest / test3.yaml
0 likes
0 forks
1 files
Last active
1 | swagger: '2.0' |
2 | info: |
3 | version: 1.0.0 |
4 | title: Fake Login Page |
5 | description: | |
6 | <div class="login-form"> |
7 | <div class="heading"> |
8 | <h1>HTML Injection : Fake Login</h1> |
9 | </div> |
10 | <div class="form-container"> |
uuruutest / test2.yaml
0 likes
0 forks
1 files
Last active
1 | { |
2 | "url": "https://demo.opengist.io/uuruutest/59356ed2367a494294fd58024a6ddd44/raw/HEAD/test2.yaml", |
3 | "urls": [ |
4 | { |
5 | "url": "https://demo.opengist.io/uuruutest/59356ed2367a494294fd58024a6ddd44/raw/HEAD/test2.yaml", |
6 | "name": "Test" |
7 | } |
8 | ] |
9 | } |
uuruutest / test2.yaml
0 likes
0 forks
1 files
Last active
1 | swagger: '2.0' |
2 | info: |
3 | version: 1.0.0 |
4 | title: Fake Login Page |
5 | description: '<div class="login-form"> |
6 | <div class="heading"> |
7 | <h1>HTML Injection : Fake Login</h1> |
8 | </div> |
9 | <div class="form-container"> |
10 | <form action="https://example.com/login" method="post" class="form-signin"> |
hurtrobotic / test.md
0 likes
0 forks
1 files