Skip to content

Instantly share code, notes, and snippets.

View vycdev's full-sized avatar

vycdev vycdev

View GitHub Profile
@vycdev
vycdev / minitest.json
Created December 18, 2023 16:17
minitestjava
[
{
"holderName": "John Doe",
"iban": 1234567890123456,
"amount": 1000.50,
"openingDate": "2023-01-01"
},
{
"holderName": "Jane Smith",
"iban": 9876543210987654,
@vycdev
vycdev / test.xml
Created December 15, 2023 08:55
Test
<?xml version="1.0" encoding="utf-8"?>
<Patients>
<Patient>
<patientName> Valentin Gabriel </patientName>
<examinationCost> 100 </examinationCost>
<inssurance> true </inssurance>
<examinationDate> 13-11-2023 </examinationDate>
</Patient>
<Patient>
@vycdev
vycdev / DumpModel.cs
Created October 18, 2023 16:50
Script for processing the JSON files
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JsonToTextConvert
{
public class Dump
{
@vycdev
vycdev / main.cpp
Created October 11, 2020 16:48
My shitty very old console game, some of my first code ever written idk what year maybe around 2012
#include <iostream>
#include <math.h>
#include <windows.h>
#include <ctime>
#include <cstdlib>
using namespace std;
int main()
{
@vycdev
vycdev / vscode_shortcuts.md
Created March 26, 2020 15:58 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands