Skip to content

Instantly share code, notes, and snippets.

**Terms & Conditions**
By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Konrad Pietralik.
Konrad Pietralik is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.
The AMRAP app stores and processes personal data that you have provided t
**Privacy Policy**
Konrad Pietralik built the AMRAP app as an Open Source app. This SERVICE is provided by Konrad Pietralik at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at AMRAP unless otherwise defined in this Privacy Policy.
@kpietralik
kpietralik / workoutPlan.json
Last active August 20, 2023 19:57
Sample workout plan for https://github.com/kpietralik/Amrap application
[
{
"guid": "f1c4e31c-ddfd-4880-9d8d-b9c278f86d8c",
"day": 1,
"priority": 2,
"title": null,
"link": "/WorkoutPlanItem/f1c4e31c-ddfd-4880-9d8d-b9c278f86d8c",
"plannedExerciseGuid": "e33fc5f8-42ff-4232-81db-4b88a9cc2eea",
"plannedExercises": [
{
@kpietralik
kpietralik / exerciseTypes.json
Last active August 18, 2023 21:15
Sample exercise types for https://github.com/kpietralik/Amrap application
[
{
"guid": "e19692de-2a43-4be9-b4ed-676676ffe6ab",
"exerciseKind": 3,
"name": "Glutes dip",
"description": "",
"img": "",
"addUrl": "/newexercisetype",
"editUrl": "/editexercisetype/e19692de-2a43-4be9-b4ed-676676ffe6ab"
},
@kpietralik
kpietralik / settings.json
Created May 17, 2020 10:51
Windows Terminal settings
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"profiles":
@kpietralik
kpietralik / choco.ps1
Created September 21, 2019 22:00
Choco (temp)
choco install chocolatey
choco install boxstarter
choco install wudt
choco install chocolatey-core.extension
choco install 7zip
choco install allow-block-remove-firewall
choco install autohotkey.portable
choco install calibre
choco install chocolateygui
choco install ccleaner
@kpietralik
kpietralik / vsextensions.txt
Created September 20, 2019 09:03
VsExtensions
https://marketplace.visualstudio.com/items?itemName=SemihOkur.AsyncFixer
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileIcons
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileNesting
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.AddNewFile
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TrailingWhitespaceVisualizer
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor
https://marketplace.visualstudio.com/items?itemName=MadsKristensen.EditorConfig
https://marketplace.visualstudio.com/items?itemName=JetBrains.ReSharper
https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid
# Re-set git url's using new name
$remoteName = "origin"
$oldName = "AAA"
$newName = "BBB"
$folders = Get-ChildItem -Directory
$renamedCount = 0
$reposCount = 0
@kpietralik
kpietralik / mesh_rp.linux.json
Last active July 17, 2018 21:01
Service Fabric Mesh - Minecraft
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"metadata": {
"description": "Location of the resources."
}
}
#### Boxstarter and Chocolatey
## Restore AppData before running
## RUN AS ADMIN!
## choco install - install
## choco upgrade - install or upgrade
## cinst - install
## cinstm - install or upgrade
## Cmd run with reboot START http://boxstarter.org/package/url?C:\Boxstarter.ps1
## Cmd run without reboot START http://boxstarter.org/package/nr/url?C:\Boxstarter.ps1
## START http://boxstarter.org/package/url?https://gist.githubusercontent.com/Quass1m/00baa565a774c4f3b9a2e35feefe700c/raw/