diff --git a/.vs/c-sharp/v17/TestStore/0/000.testlog b/.vs/c-sharp/v17/TestStore/0/000.testlog index 48836e6..c97a1cd 100644 Binary files a/.vs/c-sharp/v17/TestStore/0/000.testlog and b/.vs/c-sharp/v17/TestStore/0/000.testlog differ diff --git a/AtlagHom/obj/x64/Debug/AtlagHom.csproj.AssemblyReference.cache b/AtlagHom/obj/x64/Debug/AtlagHom.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/AtlagHom/obj/x64/Debug/AtlagHom.csproj.AssemblyReference.cache and b/AtlagHom/obj/x64/Debug/AtlagHom.csproj.AssemblyReference.cache differ diff --git a/AtlagHom/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AtlagHom/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index e000e87..ff3a160 100644 Binary files a/AtlagHom/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/AtlagHom/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/AutoLista/App.config b/AutoLista/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/AutoLista/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AutoLista/Auto.cs b/AutoLista/Auto.cs new file mode 100644 index 0000000..14680a3 --- /dev/null +++ b/AutoLista/Auto.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace AutoLista { + public class Auto { + private string rendszam; + private string tipus; + private DateTime gyartas; + private int muszaki; + private string tulajdonos; + + public Auto(string rendszam, string tipus, DateTime gyartas, int muszaki, string tulajdonos) { + this.rendszam = rendszam; + this.tipus = tipus; + this.gyartas = gyartas; + this.muszaki = muszaki; + this.tulajdonos = tulajdonos; + } + + public void kiir() { + //rendszam, tipus, gyartas, muszaki, tulaj + Console.WriteLine("Rendszam: " + rendszam + " Tipus: "+tipus + " Gyartasi ev: "+gyartas.ToShortDateString() + " Muszaki: " + muszaki + " Tulajdonos: " + tulajdonos); + } + } +} diff --git a/AutoLista/AutoLista.csproj b/AutoLista/AutoLista.csproj new file mode 100644 index 0000000..75835e8 --- /dev/null +++ b/AutoLista/AutoLista.csproj @@ -0,0 +1,55 @@ + + + + + Debug + AnyCPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58} + Exe + AutoLista + AutoLista + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AutoLista/ListaGen.cs b/AutoLista/ListaGen.cs new file mode 100644 index 0000000..e175e00 --- /dev/null +++ b/AutoLista/ListaGen.cs @@ -0,0 +1,1114 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.IO; + +namespace AutoLista { + internal class ListaGen { + StreamWriter writer = new StreamWriter(@"autok.txt", false, Encoding.Default); + private static Random random = new Random(); + string[] nevek = { + "Olivia", +"Emma", +"Charlotte", +"Amelia", +"Ava", +"Sophia", +"Isabella", +"Mia", +"Evelyn", +"Harper", +"Luna", +"Camila", +"Gianna", +"Elizabeth", +"Eleanor", +"Ella", +"Abigail", +"Sofia", +"Avery", +"Scarlett", +"Emily", +"Aria", +"Penelope", +"Chloe", +"Layla", +"Mila", +"Nora", +"Hazel", +"Madison", +"Ellie", +"Lily", +"Nova", +"Isla", +"Grace", +"Violet", +"Aurora", +"Riley", +"Zoey", +"Willow", +"Emilia", +"Stella", +"Zoe", +"Victoria", +"Hannah", +"Addison", +"Leah", +"Lucy", +"Eliana", +"Ivy", +"Everly", +"Lillian", +"Paisley", +"Elena", +"Naomi", +"Maya", +"Natalie", +"Kinsley", +"Delilah", +"Claire", +"Audrey", +"Aaliyah", +"Ruby", +"Brooklyn", +"Alice", +"Aubrey", +"Autumn", +"Leilani", +"Savannah", +"Valentina", +"Kennedy", +"Madelyn", +"Josephine", +"Bella", +"Skylar", +"Genesis", +"Sophie", +"Hailey", +"Sadie", +"Natalia", +"Quinn", +"Caroline", +"Allison", +"Gabriella", +"Anna", +"Serenity", +"Nevaeh", +"Cora", +"Ariana", +"Emery", +"Lydia", +"Jade", +"Sarah", +"Eva", +"Adeline", +"Madeline", +"Piper", +"Rylee", +"Athena", +"Peyton", +"Everleigh", +"Vivian", +"Clara", +"Raelynn", +"Liliana", +"Samantha", +"Maria", +"Iris", +"Ayla", +"Eloise", +"Lyla", +"Eliza", +"Hadley", +"Melody", +"Julia", +"Parker", +"Rose", +"Isabelle", +"Brielle", +"Adalynn", +"Arya", +"Eden", +"Remi", +"Mackenzie", +"Maeve", +"Margaret", +"Reagan", +"Charlie", +"Alaia", +"Melanie", +"Josie", +"Elliana", +"Cecilia", +"Mary", +"Daisy", +"Alina", +"Lucia", +"Ximena", +"Juniper", +"Kaylee", +"Magnolia", +"Summer", +"Adalyn", +"Sloane", +"Amara", +"Arianna", +"Isabel", +"Reese", +"Emersyn", +"Sienna", +"Kehlani", +"River", +"Freya", +"Valerie", +"Blakely", +"Genevieve", +"Esther", +"Valeria", +"Katherine", +"Kylie", +"Norah", +"Amaya", +"Bailey", +"Ember", +"Ryleigh", +"Georgia", +"Catalina", +"Emerson", +"Alexandra", +"Faith", +"Jasmine", +"Ariella", +"Ashley", +"Andrea", +"Millie", +"June", +"Khloe", +"Callie", +"Juliette", +"Sage", +"Ada", +"Anastasia", +"Olive", +"Alani", +"Brianna", +"Rosalie", +"Molly", +"Brynlee", +"Amy", +"Ruth", +"Aubree", +"Gemma", +"Taylor", +"Oakley", +"Margot", +"Arabella", +"Sara", +"Journee", +"Harmony", +"Blake", +"Alaina", +"Aspen", +"Noelle", +"Selena", +"Oaklynn", +"Morgan", +"Londyn", +"Zuri", +"Aliyah", +"Jordyn", +"Juliana", +"Finley", +"Presley", +"Zara", +"Leila", +"Marley", +"Sawyer", +"Amira", +"Lilly", +"London", +"Kimberly", +"Elsie", +"Ariel", +"Lila", +"Alana", +"Diana", +"Kamila", +"Nyla", +"Vera", +"Hope", +"Annie", +"Kaia", +"Myla", +"Alyssa", +"Angela", +"Ana", +"Lennon", +"Evangeline", +"Harlow", +"Rachel", +"Gracie", +"Rowan", +"Laila", +"Elise", +"Sutton", +"Lilah", +"Adelyn", +"Phoebe", +"Octavia", +"Sydney", +"Mariana", +"Wren", +"Lainey", +"Vanessa", +"Teagan", +"Kayla", +"Malia", +"Elaina", +"Saylor", +"Brooke", +"Lola", +"Miriam", +"Alayna", +"Adelaide", +"Daniela", +"Jane", +"Payton", +"Journey", +"Lilith", +"Delaney", +"Dakota", +"Mya", +"Charlee", +"Alivia", +"Annabelle", +"Kailani", +"Lucille", +"Trinity", +"Gia", +"Tatum", +"Raegan", +"Camille", +"Kaylani", +"Kali", +"Stevie", +"Maggie", +"Haven", +"Tessa", +"Daphne", +"Adaline", +"Hayden", +"Joanna", +"Jocelyn", +"Lena", +"Evie", +"Juliet", +"Fiona", +"Cataleya", +"Angelina", +"Leia", +"Paige", +"Julianna", +"Milani", +"Talia", +"Rebecca", +"Kendall", +"Harley", +"Lia", +"Phoenix", +"Dahlia", +"Logan", +"Camilla", +"Thea", +"Jayla", +"Brooklynn", +"Blair", +"Vivienne", +"Hallie", +"Madilyn", +"Mckenna", +"Evelynn", +"Ophelia", +"Celeste", +"Alayah", +"Winter", +"Catherine", +"Collins", +"Nina", +"Briella", +"Palmer", +"Noa", +"Mckenzie", +"Kiara", +"Amari", +"Adriana", +"Gracelynn", +"Lauren", +"Cali", +"Kalani", +"Aniyah", +"Nicole", +"Alexis", +"Mariah", +"Gabriela", +"Wynter", +"Amina", +"Ariyah", +"Adelynn", +"Remington", +"Reign", +"Alaya", +"Dream", +"Alexandria", +"Willa", +"Avianna", +"Makayla", +"Gracelyn", +"Elle", +"Amiyah", +"Arielle", +"Elianna", +"Giselle", +"Brynn", +"Ainsley", +"Aitana", +"Charli", +"Demi", +"Makenna", +"Rosemary", +"Danna", +"Izabella", +"Lilliana", +"Melissa", +"Samara", +"Lana", +"Mabel", +"Everlee", +"Fatima", +"Leighton", +"Esme", +"Raelyn", +"Madeleine", +"Nayeli", +"Camryn", +"Kira", +"Annalise", +"Selah", +"Serena", +"Royalty", +"Rylie", +"Celine", +"Laura", +"Brinley", +"Frances", +"Michelle", +"Heidi", +"Rory", +"Sabrina", +"Destiny", +"Gwendolyn", +"Alessandra", +"Poppy", +"Amora", +"Nylah", +"Luciana", +"Maisie", +"Miracle", +"Joy", +"Liana", +"Raven", +"Shiloh", +"Allie", +"Daleyza", +"Kate", +"Lyric", +"Alicia", +"Lexi", +"Addilyn", +"Anaya", +"Malani", +"Paislee", +"Elisa", +"Kayleigh", +"Azalea", +"Francesca", +"Jordan", +"Regina", +"Viviana", +"Aylin", +"Skye", +"Daniella", +"Makenzie", +"Veronica", +"Legacy", +"Maia", +"Ariah", +"Alessia", +"Carmen", +"Astrid", +"Maren", +"Helen", +"Felicity", +"Alexa", +"Danielle", +"Lorelei", +"Paris", +"Adelina", +"Bianca", +"Gabrielle", +"Jazlyn", +"Scarlet", +"Bristol", +"Navy", +"Esmeralda", +"Colette", +"Stephanie", +"Jolene", +"Marlee", +"Sarai", +"Hattie", +"Nadia", +"Rosie", +"Kamryn", +"Kenzie", +"Alora", +"Holly", +"Matilda", +"Sylvia", +"Cameron", +"Armani", +"Emelia", +"Keira", +"Braelynn", +"Jacqueline", +"Alison", +"Amanda", +"Cassidy", +"Emory", +"Ari", +"Haisley", +"Jimena", +"Jessica", +"Elaine", +"Dorothy", +"Mira", +"Eve", +"Oaklee", +"Averie", +"Charleigh", +"Lyra", +"Madelynn", +"Angel", +"Edith", +"Jennifer", +"Raya", +"Ryan", +"Heaven", +"Kyla", +"Wrenley", +"Meadow", +"Carter", +"Kora", +"Saige", +"Kinley", +"Maci", +"Mae", +"Salem", +"Aisha", +"Adley", +"Carolina", +"Sierra", +"Alma", +"Helena", +"Bonnie", +"Mylah", +"Briar", +"Aurelia", +"Leona", +"Macie", +"Maddison", +"April", +"Aviana", +"Lorelai", +"Alondra", +"Kennedi", +"Monroe", +"Emely", +"Maliyah", +"Ailani", +"Madilynn", +"Renata", +"Katie", +"Zariah", +"Imani", +"Amber", +"Analia", +"Ariya", +"Anya", +"Emberly", +"Emmy", +"Mara", +"Maryam", +"Dior", +"Mckinley", +"Virginia", +"Amalia", +"Mallory", +"Opal", +"Shelby", +"Clementine", +"Remy", +"Xiomara", +"Elliott", +"Elora", +"Katalina", +"Antonella", +"Skyler", +"Hanna", +"Kaliyah", +"Alanna", +"Haley", +"Itzel", +"Cecelia", +"Jayleen", +"Kensley", +"Beatrice", +"Journi", +"Dylan", +"Ivory", +"Yaretzi", +"Meredith", +"Sasha", +"Gloria", +"Oaklyn", +"Sloan", +"Abby", +"Davina", +"Lylah", +"Erin", +"Reyna", +"Kaitlyn", +"Michaela", +"Nia", +"Fernanda", +"Jaliyah", +"Jenna", +"Sylvie", +"Miranda", +"Anne", +"Mina", +"Myra", +"Aleena", +"Alia", +"Frankie", +"Ellis", +"Kathryn", +"Nalani", +"Nola", +"Jemma", +"Lennox", +"Marie", +"Angelica", +"Cassandra", +"Calliope", +"Adrianna", +"Ivanna", +"Zelda", +"Faye", +"Karsyn", +"Oakleigh", +"Dayana", +"Amirah", +"Megan", +"Siena", +"Reina", +"Rhea", +"Julieta", +"Malaysia", +"Henley", +"Liberty", +"Leslie", +"Alejandra", +"Kelsey", +"Charley", +"Capri", +"Priscilla", +"Zariyah", +"Savanna", +"Emerie", +"Christina", +"Skyla", +"Macy", +"Mariam", +"Melina", +"Chelsea", +"Dallas", +"Laurel", +"Briana", +"Holland", +"Lilian", +"Amaia", +"Blaire", +"Margo", +"Louise", +"Rosalia", +"Aleah", +"Bethany", +"Flora", +"Kylee", +"Kendra", +"Sunny", +"Laney", +"Tiana", +"Chaya", +"Ellianna", +"Milan", +"Aliana", +"Estella", +"Julie", +"Yara", +"Rosa", +"Cheyenne", +"Emmie", +"Carly", +"Janelle", +"Kyra", +"Naya", +"Malaya", +"Sevyn", +"Lina", +"Mikayla", +"Jayda", +"Leyla", +"Eileen", +"Irene", +"Karina", +"Aileen", +"Aliza", +"Kataleya", +"Kori", +"Indie", +"Lara", +"Romina", +"Jada", +"Kimber", +"Amani", +"Liv", +"Treasure", +"Louisa", +"Marleigh", +"Winnie", +"Kassidy", +"Noah", +"Monica", +"Keilani", +"Zahra", +"Zaylee", +"Hadassah", +"Jamie", +"Allyson", +"Anahi", +"Maxine", +"Karla", +"Khaleesi", +"Johanna", +"Penny", +"Hayley", +"Marilyn", +"Della", +"Freyja", +"Jazmin", +"Kenna", +"Ashlyn", +"Florence", +"Ezra", +"Melany", +"Murphy", +"Sky", +"Marina", +"Noemi", +"Coraline", +"Selene", +"Bridget", +"Alaiya", +"Angie", +"Fallon", +"Thalia", +"Rayna", +"Martha", +"Halle", +"Estrella", +"Joelle", +"Kinslee", +"Roselyn", +"Theodora", +"Jolie", +"Dani", +"Elodie", +"Halo", +"Nala", +"Promise", +"Justice", +"Nellie", +"Novah", +"Estelle", +"Jenesis", +"Miley", +"Hadlee", +"Janiyah", +"Waverly", +"Braelyn", +"Pearl", +"Aila", +"Katelyn", +"Sariyah", +"Azariah", +"Bexley", +"Giana", +"Lea", +"Cadence", +"Mavis", +"Ila", +"Rivka", +"Jovie", +"Yareli", +"Bellamy", +"Kamiyah", +"Kara", +"Baylee", +"Jianna", +"Kai", +"Alena", +"Novalee", +"Elliot", +"Livia", +"Ashlynn", +"Denver", +"Emmalyn", +"Persephone", +"Marceline", +"Jazmine", +"Kiana", +"Mikaela", +"Aliya", +"Galilea", +"Harlee", +"Jaylah", +"Lillie", +"Mercy", +"Ensley", +"Bria", +"Kallie", +"Celia", +"Berkley", +"Ramona", +"Jaylani", +"Jessie", +"Aubrie", +"Madisyn", +"Paulina", +"Averi", +"Aya", +"Chana", +"Milana", +"Cleo", +"Iyla", +"Cynthia", +"Hana", +"Lacey", +"Andi", +"Giuliana", +"Milena", +"Leilany", +"Saoirse", +"Adele", +"Drew", +"Bailee", +"Hunter", +"Rayne", +"Anais", +"Kamari", +"Paula", +"Rosalee", +"Teresa", +"Zora", +"Avah", +"Belen", +"Greta", +"Layne", +"Scout", +"Zaniyah", +"Amelie", +"Dulce", +"Chanel", +"Clare", +"Rebekah", +"Giovanna", +"Ellison", +"Isabela", +"Kaydence", +"Rosalyn", +"Royal", +"Alianna", +"August", +"Nyra", +"Vienna", +"Amoura", +"Anika", +"Harmoni", +"Kelly", +"Linda", +"Aubriella", +"Kairi", +"Ryann", +"Avayah", +"Gwen", +"Whitley", +"Noor", +"Khalani", +"Marianna", +"Addyson", +"Annika", +"Karter", +"Vada", +"Tiffany", +"Artemis", +"Clover", +"Laylah", +"Paisleigh", +"Elyse", +"Kaisley", +"Veda", +"Zendaya", +"Simone", +"Alexia", +"Alisson", +"Angelique", +"Ocean", +"Elia", +"Lilianna", +"Maleah", +"Avalynn", +"Marisol", +"Goldie", +"Malayah", +"Emmeline", +"Paloma", +"Raina", +"Brynleigh", +"Chandler", +"Valery", +"Adalee", +"Tinsley", +"Violeta", +"Baylor", +"Lauryn", +"Marlowe", +"Birdie", +"Jaycee", +"Lexie", +"Loretta", +"Lilyana", +"Princess", +"Shay", +"Hadleigh", +"Natasha", +"Indigo", +"Zaria", +"Addisyn", +"Deborah", +"Leanna", +"Barbara", +"Kimora", +"Emerald", +"Raquel", +"Julissa", +"Robin", +"Austyn", +"Dalia", +"Nyomi", +"Ellen", +"Kynlee", +"Salma", +"Luella", +"Zayla", +"Addilynn", +"Giavanna", +"Samira", +"Amaris", +"Madalyn", +"Scarlette", +"Stormi", +"Etta", +"Ayleen", +"Brittany", +"Brylee", +"Araceli", +"Egypt", +"Iliana", +"Paityn", +"Zainab", +"Billie", +"Haylee", +"India", +"Kaiya", +"Nancy", +"Clarissa", +"Mazikeen", +"Taytum", +"Aubrielle", +"Rylan", +"Ainhoa", +"Aspyn", +"Elina", +"Elsa", +"Magdalena", +"Kailey", +"Arleth", +"Joyce", +"Judith", +"Crystal", +"Emberlynn", +"Landry", +"Paola", +"Braylee", +"Guinevere", +"Aarna", +"Aiyana", +"Kahlani", +"Lyanna", +"Sariah", +"Itzayana", +"Aniya", +"Frida", +"Jaylene", +"Kiera", +"Loyalty", +"Azaria", +"Jaylee", +"Kamilah", +"Keyla", +"Kyleigh", +"Micah", +"Nataly", +"Kathleen", +"Zoya", +"Meghan", +"Soraya", +"Zoie", +"Arlette", +"Zola", +"Luisa", +"Vida", +"Ryder", +"Tatiana", +"Tori", +"Aarya", +"Eleanora", +"Sandra", +"Soleil", +"Annabella" + }; + + public static DateTime RandomDay() { + DateTime start = new DateTime(1995, 1, 1); + int range = (DateTime.Today - start).Days; + return start.AddDays(random.Next(range)); + } + + private string rendszamGen() { + //65-90 + string rendszam = ""; + for (int i = 0; i < 3; i++) { + char betu = (char)random.Next(65, 91); + rendszam += betu; + } + rendszam += "-"; + for (int i = 0; i < 3; i++) { + int num = random.Next(1, 10); + rendszam += num; + } + return rendszam; + } + + public string tipus() { + string[] tipusok = {"Abarth", + "Alfa Romeo", + "Aston Martin", + "Audi", + "Bentley", + "BMW", + "Bugatti", + "Cadillac", + "Chevrolet", + "Chrysler", + "Citroën", + "Dacia", + "Daewoo", + "Daihatsu", + "Dodge", + "Donkervoort", + "DS", + "Ferrari", + "Fiat", + "Fisker", + "Ford", + "Honda", + "Hummer", + "Hyundai", + "Infiniti", + "Iveco", + "Jaguar", + "Jeep", + "Kia", + "KTM", + "Lada", + "Lamborghini", + "Lancia", + "Land Rover", + "Landwind", + "Lexus", + "Lotus", + "Maserati", + "Maybach", + "Mazda", + "McLaren", + "Mercedes-Benz", + "MG", + "Mini", + "Mitsubishi", + "Morgan", + "Nissan", + "Opel", + "Peugeot", + "Porsche", + "Renault", + "Rolls-Royce", + "Rover", + "Saab", + "Seat", + "Skoda", + "Smart", + "SsangYong", + "Subaru", + "Suzuki", + "Tesla", + "Toyota", + "Volkswagen", + "Volvo"}; + string adat = tipusok[random.Next(0, 41)]; + return adat; + } + + public void fajlIras() { + for (int i = 0; i < 10000000; i++) { + if (i % 100000 == 0) { Console.WriteLine("Sor letrehozva: " + i); } + writer.WriteLine(rendszamGen()+ "," + tipus() + "," + RandomDay().ToShortDateString()+ "," + random.Next(0,6)+ "," + nevek[random.Next(0,1000)]); + } + + writer.Close(); + } + } +} diff --git a/AutoLista/Program.cs b/AutoLista/Program.cs new file mode 100644 index 0000000..94f131b --- /dev/null +++ b/AutoLista/Program.cs @@ -0,0 +1,40 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.IO; +using System.Windows.Input; + +namespace AutoLista { + internal class Program { + static void Main(string[] args) { + Keyboard keyboard = new Keyboard(); + + + + //lista letrehozas + ListaGen lista = new ListaGen(); + lista.fajlIras(); + + List autok = new List(); + + StreamReader reader = new StreamReader(@"autok.txt", Encoding.Default); + int c = 0; + while (!reader.EndOfStream) { + if (c % 100000 == 0) Console.WriteLine(c + " beolvasva"); + c++; + string input = reader.ReadLine(); + string[] adatok = input.Split(','); + autok.Add(new Auto(adatok[0], adatok[1], DateTime.Parse(adatok[2]), Convert.ToInt32(adatok[3]), adatok[4])); + } + + for (int i = 0; i < autok.Count; i++) { + //if (i % 100000 == 0) + autok[i].kiir(); + } + + Console.ReadKey(); + } + } +} diff --git a/AutoLista/Properties/AssemblyInfo.cs b/AutoLista/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..3f30816 --- /dev/null +++ b/AutoLista/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AutoLista")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("AutoLista")] +[assembly: AssemblyCopyright("Copyright © 2022")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("1ad59409-0f91-46a7-a35a-1b13487ffa58")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/AutoLista/bin/Debug/AutoLista.exe b/AutoLista/bin/Debug/AutoLista.exe new file mode 100644 index 0000000..11572ae Binary files /dev/null and b/AutoLista/bin/Debug/AutoLista.exe differ diff --git a/AutoLista/bin/Debug/AutoLista.exe.config b/AutoLista/bin/Debug/AutoLista.exe.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/AutoLista/bin/Debug/AutoLista.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/AutoLista/bin/Debug/AutoLista.pdb b/AutoLista/bin/Debug/AutoLista.pdb new file mode 100644 index 0000000..1db9fd9 Binary files /dev/null and b/AutoLista/bin/Debug/AutoLista.pdb differ diff --git a/AutoLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/AutoLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/AutoLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/AutoLista/obj/Debug/AutoLista.csproj.AssemblyReference.cache b/AutoLista/obj/Debug/AutoLista.csproj.AssemblyReference.cache new file mode 100644 index 0000000..6943b8f Binary files /dev/null and b/AutoLista/obj/Debug/AutoLista.csproj.AssemblyReference.cache differ diff --git a/AutoLista/obj/Debug/AutoLista.csproj.CoreCompileInputs.cache b/AutoLista/obj/Debug/AutoLista.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..518c7d2 --- /dev/null +++ b/AutoLista/obj/Debug/AutoLista.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +e7d25a20464e507bab0c54b30f4a7dfdaffb2962 diff --git a/AutoLista/obj/Debug/AutoLista.csproj.FileListAbsolute.txt b/AutoLista/obj/Debug/AutoLista.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..7311c3d --- /dev/null +++ b/AutoLista/obj/Debug/AutoLista.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +C:\dev\c#\c-sharp\AutoLista\bin\Debug\AutoLista.exe.config +C:\dev\c#\c-sharp\AutoLista\bin\Debug\AutoLista.exe +C:\dev\c#\c-sharp\AutoLista\bin\Debug\AutoLista.pdb +C:\dev\c#\c-sharp\AutoLista\obj\Debug\AutoLista.csproj.AssemblyReference.cache +C:\dev\c#\c-sharp\AutoLista\obj\Debug\AutoLista.csproj.SuggestedBindingRedirects.cache +C:\dev\c#\c-sharp\AutoLista\obj\Debug\AutoLista.csproj.CoreCompileInputs.cache +C:\dev\c#\c-sharp\AutoLista\obj\Debug\AutoLista.exe +C:\dev\c#\c-sharp\AutoLista\obj\Debug\AutoLista.pdb diff --git a/AutoLista/obj/Debug/AutoLista.csproj.SuggestedBindingRedirects.cache b/AutoLista/obj/Debug/AutoLista.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/AutoLista/obj/Debug/AutoLista.exe b/AutoLista/obj/Debug/AutoLista.exe new file mode 100644 index 0000000..11572ae Binary files /dev/null and b/AutoLista/obj/Debug/AutoLista.exe differ diff --git a/AutoLista/obj/Debug/AutoLista.pdb b/AutoLista/obj/Debug/AutoLista.pdb new file mode 100644 index 0000000..1db9fd9 Binary files /dev/null and b/AutoLista/obj/Debug/AutoLista.pdb differ diff --git a/AutoLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AutoLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..5b74c99 Binary files /dev/null and b/AutoLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/BaratFajl/App.config b/BaratFajl/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/BaratFajl/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BaratFajl/BaratFajl.csproj b/BaratFajl/BaratFajl.csproj new file mode 100644 index 0000000..376457a --- /dev/null +++ b/BaratFajl/BaratFajl.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {CC20AF08-824E-441A-8C98-3E268919B749} + Exe + BaratFajl + BaratFajl + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BaratFajl/Program.cs b/BaratFajl/Program.cs new file mode 100644 index 0000000..e65388c --- /dev/null +++ b/BaratFajl/Program.cs @@ -0,0 +1,1042 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.IO; +using System.Diagnostics; + +namespace BaratFajl { + public class Program { + + private static Random gen = new Random(); + public static DateTime RandomDay() { + DateTime start = new DateTime(1995, 1, 1); + int range = (DateTime.Today - start).Days; + return start.AddDays(gen.Next(range)); + } + + static void Main(string[] args) { + Stopwatch stopwatch = Stopwatch.StartNew(); + stopwatch.Start(); + string[] nevek = { + "Olivia", +"Emma", +"Charlotte", +"Amelia", +"Ava", +"Sophia", +"Isabella", +"Mia", +"Evelyn", +"Harper", +"Luna", +"Camila", +"Gianna", +"Elizabeth", +"Eleanor", +"Ella", +"Abigail", +"Sofia", +"Avery", +"Scarlett", +"Emily", +"Aria", +"Penelope", +"Chloe", +"Layla", +"Mila", +"Nora", +"Hazel", +"Madison", +"Ellie", +"Lily", +"Nova", +"Isla", +"Grace", +"Violet", +"Aurora", +"Riley", +"Zoey", +"Willow", +"Emilia", +"Stella", +"Zoe", +"Victoria", +"Hannah", +"Addison", +"Leah", +"Lucy", +"Eliana", +"Ivy", +"Everly", +"Lillian", +"Paisley", +"Elena", +"Naomi", +"Maya", +"Natalie", +"Kinsley", +"Delilah", +"Claire", +"Audrey", +"Aaliyah", +"Ruby", +"Brooklyn", +"Alice", +"Aubrey", +"Autumn", +"Leilani", +"Savannah", +"Valentina", +"Kennedy", +"Madelyn", +"Josephine", +"Bella", +"Skylar", +"Genesis", +"Sophie", +"Hailey", +"Sadie", +"Natalia", +"Quinn", +"Caroline", +"Allison", +"Gabriella", +"Anna", +"Serenity", +"Nevaeh", +"Cora", +"Ariana", +"Emery", +"Lydia", +"Jade", +"Sarah", +"Eva", +"Adeline", +"Madeline", +"Piper", +"Rylee", +"Athena", +"Peyton", +"Everleigh", +"Vivian", +"Clara", +"Raelynn", +"Liliana", +"Samantha", +"Maria", +"Iris", +"Ayla", +"Eloise", +"Lyla", +"Eliza", +"Hadley", +"Melody", +"Julia", +"Parker", +"Rose", +"Isabelle", +"Brielle", +"Adalynn", +"Arya", +"Eden", +"Remi", +"Mackenzie", +"Maeve", +"Margaret", +"Reagan", +"Charlie", +"Alaia", +"Melanie", +"Josie", +"Elliana", +"Cecilia", +"Mary", +"Daisy", +"Alina", +"Lucia", +"Ximena", +"Juniper", +"Kaylee", +"Magnolia", +"Summer", +"Adalyn", +"Sloane", +"Amara", +"Arianna", +"Isabel", +"Reese", +"Emersyn", +"Sienna", +"Kehlani", +"River", +"Freya", +"Valerie", +"Blakely", +"Genevieve", +"Esther", +"Valeria", +"Katherine", +"Kylie", +"Norah", +"Amaya", +"Bailey", +"Ember", +"Ryleigh", +"Georgia", +"Catalina", +"Emerson", +"Alexandra", +"Faith", +"Jasmine", +"Ariella", +"Ashley", +"Andrea", +"Millie", +"June", +"Khloe", +"Callie", +"Juliette", +"Sage", +"Ada", +"Anastasia", +"Olive", +"Alani", +"Brianna", +"Rosalie", +"Molly", +"Brynlee", +"Amy", +"Ruth", +"Aubree", +"Gemma", +"Taylor", +"Oakley", +"Margot", +"Arabella", +"Sara", +"Journee", +"Harmony", +"Blake", +"Alaina", +"Aspen", +"Noelle", +"Selena", +"Oaklynn", +"Morgan", +"Londyn", +"Zuri", +"Aliyah", +"Jordyn", +"Juliana", +"Finley", +"Presley", +"Zara", +"Leila", +"Marley", +"Sawyer", +"Amira", +"Lilly", +"London", +"Kimberly", +"Elsie", +"Ariel", +"Lila", +"Alana", +"Diana", +"Kamila", +"Nyla", +"Vera", +"Hope", +"Annie", +"Kaia", +"Myla", +"Alyssa", +"Angela", +"Ana", +"Lennon", +"Evangeline", +"Harlow", +"Rachel", +"Gracie", +"Rowan", +"Laila", +"Elise", +"Sutton", +"Lilah", +"Adelyn", +"Phoebe", +"Octavia", +"Sydney", +"Mariana", +"Wren", +"Lainey", +"Vanessa", +"Teagan", +"Kayla", +"Malia", +"Elaina", +"Saylor", +"Brooke", +"Lola", +"Miriam", +"Alayna", +"Adelaide", +"Daniela", +"Jane", +"Payton", +"Journey", +"Lilith", +"Delaney", +"Dakota", +"Mya", +"Charlee", +"Alivia", +"Annabelle", +"Kailani", +"Lucille", +"Trinity", +"Gia", +"Tatum", +"Raegan", +"Camille", +"Kaylani", +"Kali", +"Stevie", +"Maggie", +"Haven", +"Tessa", +"Daphne", +"Adaline", +"Hayden", +"Joanna", +"Jocelyn", +"Lena", +"Evie", +"Juliet", +"Fiona", +"Cataleya", +"Angelina", +"Leia", +"Paige", +"Julianna", +"Milani", +"Talia", +"Rebecca", +"Kendall", +"Harley", +"Lia", +"Phoenix", +"Dahlia", +"Logan", +"Camilla", +"Thea", +"Jayla", +"Brooklynn", +"Blair", +"Vivienne", +"Hallie", +"Madilyn", +"Mckenna", +"Evelynn", +"Ophelia", +"Celeste", +"Alayah", +"Winter", +"Catherine", +"Collins", +"Nina", +"Briella", +"Palmer", +"Noa", +"Mckenzie", +"Kiara", +"Amari", +"Adriana", +"Gracelynn", +"Lauren", +"Cali", +"Kalani", +"Aniyah", +"Nicole", +"Alexis", +"Mariah", +"Gabriela", +"Wynter", +"Amina", +"Ariyah", +"Adelynn", +"Remington", +"Reign", +"Alaya", +"Dream", +"Alexandria", +"Willa", +"Avianna", +"Makayla", +"Gracelyn", +"Elle", +"Amiyah", +"Arielle", +"Elianna", +"Giselle", +"Brynn", +"Ainsley", +"Aitana", +"Charli", +"Demi", +"Makenna", +"Rosemary", +"Danna", +"Izabella", +"Lilliana", +"Melissa", +"Samara", +"Lana", +"Mabel", +"Everlee", +"Fatima", +"Leighton", +"Esme", +"Raelyn", +"Madeleine", +"Nayeli", +"Camryn", +"Kira", +"Annalise", +"Selah", +"Serena", +"Royalty", +"Rylie", +"Celine", +"Laura", +"Brinley", +"Frances", +"Michelle", +"Heidi", +"Rory", +"Sabrina", +"Destiny", +"Gwendolyn", +"Alessandra", +"Poppy", +"Amora", +"Nylah", +"Luciana", +"Maisie", +"Miracle", +"Joy", +"Liana", +"Raven", +"Shiloh", +"Allie", +"Daleyza", +"Kate", +"Lyric", +"Alicia", +"Lexi", +"Addilyn", +"Anaya", +"Malani", +"Paislee", +"Elisa", +"Kayleigh", +"Azalea", +"Francesca", +"Jordan", +"Regina", +"Viviana", +"Aylin", +"Skye", +"Daniella", +"Makenzie", +"Veronica", +"Legacy", +"Maia", +"Ariah", +"Alessia", +"Carmen", +"Astrid", +"Maren", +"Helen", +"Felicity", +"Alexa", +"Danielle", +"Lorelei", +"Paris", +"Adelina", +"Bianca", +"Gabrielle", +"Jazlyn", +"Scarlet", +"Bristol", +"Navy", +"Esmeralda", +"Colette", +"Stephanie", +"Jolene", +"Marlee", +"Sarai", +"Hattie", +"Nadia", +"Rosie", +"Kamryn", +"Kenzie", +"Alora", +"Holly", +"Matilda", +"Sylvia", +"Cameron", +"Armani", +"Emelia", +"Keira", +"Braelynn", +"Jacqueline", +"Alison", +"Amanda", +"Cassidy", +"Emory", +"Ari", +"Haisley", +"Jimena", +"Jessica", +"Elaine", +"Dorothy", +"Mira", +"Eve", +"Oaklee", +"Averie", +"Charleigh", +"Lyra", +"Madelynn", +"Angel", +"Edith", +"Jennifer", +"Raya", +"Ryan", +"Heaven", +"Kyla", +"Wrenley", +"Meadow", +"Carter", +"Kora", +"Saige", +"Kinley", +"Maci", +"Mae", +"Salem", +"Aisha", +"Adley", +"Carolina", +"Sierra", +"Alma", +"Helena", +"Bonnie", +"Mylah", +"Briar", +"Aurelia", +"Leona", +"Macie", +"Maddison", +"April", +"Aviana", +"Lorelai", +"Alondra", +"Kennedi", +"Monroe", +"Emely", +"Maliyah", +"Ailani", +"Madilynn", +"Renata", +"Katie", +"Zariah", +"Imani", +"Amber", +"Analia", +"Ariya", +"Anya", +"Emberly", +"Emmy", +"Mara", +"Maryam", +"Dior", +"Mckinley", +"Virginia", +"Amalia", +"Mallory", +"Opal", +"Shelby", +"Clementine", +"Remy", +"Xiomara", +"Elliott", +"Elora", +"Katalina", +"Antonella", +"Skyler", +"Hanna", +"Kaliyah", +"Alanna", +"Haley", +"Itzel", +"Cecelia", +"Jayleen", +"Kensley", +"Beatrice", +"Journi", +"Dylan", +"Ivory", +"Yaretzi", +"Meredith", +"Sasha", +"Gloria", +"Oaklyn", +"Sloan", +"Abby", +"Davina", +"Lylah", +"Erin", +"Reyna", +"Kaitlyn", +"Michaela", +"Nia", +"Fernanda", +"Jaliyah", +"Jenna", +"Sylvie", +"Miranda", +"Anne", +"Mina", +"Myra", +"Aleena", +"Alia", +"Frankie", +"Ellis", +"Kathryn", +"Nalani", +"Nola", +"Jemma", +"Lennox", +"Marie", +"Angelica", +"Cassandra", +"Calliope", +"Adrianna", +"Ivanna", +"Zelda", +"Faye", +"Karsyn", +"Oakleigh", +"Dayana", +"Amirah", +"Megan", +"Siena", +"Reina", +"Rhea", +"Julieta", +"Malaysia", +"Henley", +"Liberty", +"Leslie", +"Alejandra", +"Kelsey", +"Charley", +"Capri", +"Priscilla", +"Zariyah", +"Savanna", +"Emerie", +"Christina", +"Skyla", +"Macy", +"Mariam", +"Melina", +"Chelsea", +"Dallas", +"Laurel", +"Briana", +"Holland", +"Lilian", +"Amaia", +"Blaire", +"Margo", +"Louise", +"Rosalia", +"Aleah", +"Bethany", +"Flora", +"Kylee", +"Kendra", +"Sunny", +"Laney", +"Tiana", +"Chaya", +"Ellianna", +"Milan", +"Aliana", +"Estella", +"Julie", +"Yara", +"Rosa", +"Cheyenne", +"Emmie", +"Carly", +"Janelle", +"Kyra", +"Naya", +"Malaya", +"Sevyn", +"Lina", +"Mikayla", +"Jayda", +"Leyla", +"Eileen", +"Irene", +"Karina", +"Aileen", +"Aliza", +"Kataleya", +"Kori", +"Indie", +"Lara", +"Romina", +"Jada", +"Kimber", +"Amani", +"Liv", +"Treasure", +"Louisa", +"Marleigh", +"Winnie", +"Kassidy", +"Noah", +"Monica", +"Keilani", +"Zahra", +"Zaylee", +"Hadassah", +"Jamie", +"Allyson", +"Anahi", +"Maxine", +"Karla", +"Khaleesi", +"Johanna", +"Penny", +"Hayley", +"Marilyn", +"Della", +"Freyja", +"Jazmin", +"Kenna", +"Ashlyn", +"Florence", +"Ezra", +"Melany", +"Murphy", +"Sky", +"Marina", +"Noemi", +"Coraline", +"Selene", +"Bridget", +"Alaiya", +"Angie", +"Fallon", +"Thalia", +"Rayna", +"Martha", +"Halle", +"Estrella", +"Joelle", +"Kinslee", +"Roselyn", +"Theodora", +"Jolie", +"Dani", +"Elodie", +"Halo", +"Nala", +"Promise", +"Justice", +"Nellie", +"Novah", +"Estelle", +"Jenesis", +"Miley", +"Hadlee", +"Janiyah", +"Waverly", +"Braelyn", +"Pearl", +"Aila", +"Katelyn", +"Sariyah", +"Azariah", +"Bexley", +"Giana", +"Lea", +"Cadence", +"Mavis", +"Ila", +"Rivka", +"Jovie", +"Yareli", +"Bellamy", +"Kamiyah", +"Kara", +"Baylee", +"Jianna", +"Kai", +"Alena", +"Novalee", +"Elliot", +"Livia", +"Ashlynn", +"Denver", +"Emmalyn", +"Persephone", +"Marceline", +"Jazmine", +"Kiana", +"Mikaela", +"Aliya", +"Galilea", +"Harlee", +"Jaylah", +"Lillie", +"Mercy", +"Ensley", +"Bria", +"Kallie", +"Celia", +"Berkley", +"Ramona", +"Jaylani", +"Jessie", +"Aubrie", +"Madisyn", +"Paulina", +"Averi", +"Aya", +"Chana", +"Milana", +"Cleo", +"Iyla", +"Cynthia", +"Hana", +"Lacey", +"Andi", +"Giuliana", +"Milena", +"Leilany", +"Saoirse", +"Adele", +"Drew", +"Bailee", +"Hunter", +"Rayne", +"Anais", +"Kamari", +"Paula", +"Rosalee", +"Teresa", +"Zora", +"Avah", +"Belen", +"Greta", +"Layne", +"Scout", +"Zaniyah", +"Amelie", +"Dulce", +"Chanel", +"Clare", +"Rebekah", +"Giovanna", +"Ellison", +"Isabela", +"Kaydence", +"Rosalyn", +"Royal", +"Alianna", +"August", +"Nyra", +"Vienna", +"Amoura", +"Anika", +"Harmoni", +"Kelly", +"Linda", +"Aubriella", +"Kairi", +"Ryann", +"Avayah", +"Gwen", +"Whitley", +"Noor", +"Khalani", +"Marianna", +"Addyson", +"Annika", +"Karter", +"Vada", +"Tiffany", +"Artemis", +"Clover", +"Laylah", +"Paisleigh", +"Elyse", +"Kaisley", +"Veda", +"Zendaya", +"Simone", +"Alexia", +"Alisson", +"Angelique", +"Ocean", +"Elia", +"Lilianna", +"Maleah", +"Avalynn", +"Marisol", +"Goldie", +"Malayah", +"Emmeline", +"Paloma", +"Raina", +"Brynleigh", +"Chandler", +"Valery", +"Adalee", +"Tinsley", +"Violeta", +"Baylor", +"Lauryn", +"Marlowe", +"Birdie", +"Jaycee", +"Lexie", +"Loretta", +"Lilyana", +"Princess", +"Shay", +"Hadleigh", +"Natasha", +"Indigo", +"Zaria", +"Addisyn", +"Deborah", +"Leanna", +"Barbara", +"Kimora", +"Emerald", +"Raquel", +"Julissa", +"Robin", +"Austyn", +"Dalia", +"Nyomi", +"Ellen", +"Kynlee", +"Salma", +"Luella", +"Zayla", +"Addilynn", +"Giavanna", +"Samira", +"Amaris", +"Madalyn", +"Scarlette", +"Stormi", +"Etta", +"Ayleen", +"Brittany", +"Brylee", +"Araceli", +"Egypt", +"Iliana", +"Paityn", +"Zainab", +"Billie", +"Haylee", +"India", +"Kaiya", +"Nancy", +"Clarissa", +"Mazikeen", +"Taytum", +"Aubrielle", +"Rylan", +"Ainhoa", +"Aspyn", +"Elina", +"Elsa", +"Magdalena", +"Kailey", +"Arleth", +"Joyce", +"Judith", +"Crystal", +"Emberlynn", +"Landry", +"Paola", +"Braylee", +"Guinevere", +"Aarna", +"Aiyana", +"Kahlani", +"Lyanna", +"Sariah", +"Itzayana", +"Aniya", +"Frida", +"Jaylene", +"Kiera", +"Loyalty", +"Azaria", +"Jaylee", +"Kamilah", +"Keyla", +"Kyleigh", +"Micah", +"Nataly", +"Kathleen", +"Zoya", +"Meghan", +"Soraya", +"Zoie", +"Arlette", +"Zola", +"Luisa", +"Vida", +"Ryder", +"Tatiana", +"Tori", +"Aarya", +"Eleanora", +"Sandra", +"Soleil", +"Annabella" + }; + + StreamWriter writer = new StreamWriter(@"baratok.txt", false, Encoding.Default); + + for (int i = 0; i < 10000000; i++) { + if (i % 100000 == 0) Console.WriteLine(i); + int nev_random = gen.Next(0, 1000); + int bulizasi_hajlam = gen.Next(1, 101); + writer.WriteLine(nevek[nev_random] + "," + RandomDay().ToShortDateString() + "," + "n," + bulizasi_hajlam); + } + writer.Close(); + + stopwatch.Stop(); + Console.WriteLine("Time:" + stopwatch.Elapsed); + Console.ReadKey(); + + + } + } +} diff --git a/BaratFajl/Properties/AssemblyInfo.cs b/BaratFajl/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..23e080e --- /dev/null +++ b/BaratFajl/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BaratFajl")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("BaratFajl")] +[assembly: AssemblyCopyright("Copyright © 2022")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("cc20af08-824e-441a-8c98-3e268919b749")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/BaratFajl/bin/Debug/BaratFajl.exe b/BaratFajl/bin/Debug/BaratFajl.exe new file mode 100644 index 0000000..e366944 Binary files /dev/null and b/BaratFajl/bin/Debug/BaratFajl.exe differ diff --git a/BaratFajl/bin/Debug/BaratFajl.exe.config b/BaratFajl/bin/Debug/BaratFajl.exe.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/BaratFajl/bin/Debug/BaratFajl.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BaratFajl/bin/Debug/BaratFajl.pdb b/BaratFajl/bin/Debug/BaratFajl.pdb new file mode 100644 index 0000000..3f1d7bc Binary files /dev/null and b/BaratFajl/bin/Debug/BaratFajl.pdb differ diff --git a/BaratFajl/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/BaratFajl/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/BaratFajl/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/BaratFajl/obj/Debug/BaratFajl.csproj.AssemblyReference.cache b/BaratFajl/obj/Debug/BaratFajl.csproj.AssemblyReference.cache new file mode 100644 index 0000000..6943b8f Binary files /dev/null and b/BaratFajl/obj/Debug/BaratFajl.csproj.AssemblyReference.cache differ diff --git a/BaratFajl/obj/Debug/BaratFajl.csproj.CoreCompileInputs.cache b/BaratFajl/obj/Debug/BaratFajl.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..0c63285 --- /dev/null +++ b/BaratFajl/obj/Debug/BaratFajl.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +2f1b5aa9ca9324e732c8dc8ad98b9a6b4836d80a diff --git a/BaratFajl/obj/Debug/BaratFajl.csproj.FileListAbsolute.txt b/BaratFajl/obj/Debug/BaratFajl.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..bf00432 --- /dev/null +++ b/BaratFajl/obj/Debug/BaratFajl.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +C:\dev\c#\c-sharp\BaratFajl\obj\Debug\BaratFajl.csproj.AssemblyReference.cache +C:\dev\c#\c-sharp\BaratFajl\obj\Debug\BaratFajl.csproj.SuggestedBindingRedirects.cache +C:\dev\c#\c-sharp\BaratFajl\obj\Debug\BaratFajl.csproj.CoreCompileInputs.cache +C:\dev\c#\c-sharp\BaratFajl\bin\Debug\BaratFajl.exe.config +C:\dev\c#\c-sharp\BaratFajl\bin\Debug\BaratFajl.exe +C:\dev\c#\c-sharp\BaratFajl\bin\Debug\BaratFajl.pdb +C:\dev\c#\c-sharp\BaratFajl\obj\Debug\BaratFajl.exe +C:\dev\c#\c-sharp\BaratFajl\obj\Debug\BaratFajl.pdb diff --git a/BaratFajl/obj/Debug/BaratFajl.csproj.SuggestedBindingRedirects.cache b/BaratFajl/obj/Debug/BaratFajl.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/BaratFajl/obj/Debug/BaratFajl.exe b/BaratFajl/obj/Debug/BaratFajl.exe new file mode 100644 index 0000000..e366944 Binary files /dev/null and b/BaratFajl/obj/Debug/BaratFajl.exe differ diff --git a/BaratFajl/obj/Debug/BaratFajl.pdb b/BaratFajl/obj/Debug/BaratFajl.pdb new file mode 100644 index 0000000..3f1d7bc Binary files /dev/null and b/BaratFajl/obj/Debug/BaratFajl.pdb differ diff --git a/BaratFajl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/BaratFajl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..b54700a Binary files /dev/null and b/BaratFajl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/BaratLista/App.config b/BaratLista/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/BaratLista/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BaratLista/Barat.cs b/BaratLista/Barat.cs new file mode 100644 index 0000000..1947b83 --- /dev/null +++ b/BaratLista/Barat.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BaratLista { + public class Barat { + private string nev; + private DateTime szuletes_ido; + private string nem; + private int bulizasi_szam; + + public Barat(string nev, DateTime szul_ido, string nem, int b_szam) { + this.nev = nev; + this.nem = nem; + this.szuletes_ido = szul_ido; + this.bulizasi_szam = b_szam; + } + + public void kiir() { + string ido = szuletes_ido.ToShortDateString(); + Console.WriteLine("Név: " + nev + " Születési idő: " + ido + " Nem: " + nem + " Bulizasi szam: " + bulizasi_szam); + } + } +} diff --git a/BaratLista/BaratLista.csproj b/BaratLista/BaratLista.csproj new file mode 100644 index 0000000..6756cf1 --- /dev/null +++ b/BaratLista/BaratLista.csproj @@ -0,0 +1,54 @@ + + + + + Debug + AnyCPU + {03C758F5-57FB-456A-A4D0-51099EA8733A} + Exe + BaratLista + BaratLista + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BaratLista/Program.cs b/BaratLista/Program.cs new file mode 100644 index 0000000..62f8d87 --- /dev/null +++ b/BaratLista/Program.cs @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.IO; + +namespace BaratLista { + public class Program { + + public static void beolvas() { + + } + + static void Main(string[] args) { + List baratok = new List(); + + StreamReader reader = new StreamReader("baratok.txt", Encoding.Default); + int c = 0; + while(!reader.EndOfStream) { + if (c % 100000 == 0) Console.WriteLine(c); + c++; + string input = reader.ReadLine(); + string[] adatok = input.Split(','); + baratok.Add(new Barat(adatok[0], DateTime.Parse(adatok[1]), adatok[2], Convert.ToInt32(adatok[3]))); + } + + for (int i = 0; i < baratok.Count; i++) { + if (c % 100000 == 0) + baratok[i].kiir(); + } + + Console.ReadKey(); + } + } +} diff --git a/BaratLista/Properties/AssemblyInfo.cs b/BaratLista/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..1203a0d --- /dev/null +++ b/BaratLista/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BaratLista")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("BaratLista")] +[assembly: AssemblyCopyright("Copyright © 2022")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("03c758f5-57fb-456a-a4d0-51099ea8733a")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/BaratLista/bin/Debug/BaratLista.exe b/BaratLista/bin/Debug/BaratLista.exe new file mode 100644 index 0000000..a5af47c Binary files /dev/null and b/BaratLista/bin/Debug/BaratLista.exe differ diff --git a/BaratLista/bin/Debug/BaratLista.exe.config b/BaratLista/bin/Debug/BaratLista.exe.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/BaratLista/bin/Debug/BaratLista.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BaratLista/bin/Debug/BaratLista.pdb b/BaratLista/bin/Debug/BaratLista.pdb new file mode 100644 index 0000000..addede8 Binary files /dev/null and b/BaratLista/bin/Debug/BaratLista.pdb differ diff --git a/BaratLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/BaratLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/BaratLista/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/BaratLista/obj/Debug/BaratLista.csproj.AssemblyReference.cache b/BaratLista/obj/Debug/BaratLista.csproj.AssemblyReference.cache new file mode 100644 index 0000000..6943b8f Binary files /dev/null and b/BaratLista/obj/Debug/BaratLista.csproj.AssemblyReference.cache differ diff --git a/BaratLista/obj/Debug/BaratLista.csproj.CoreCompileInputs.cache b/BaratLista/obj/Debug/BaratLista.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..bb38384 --- /dev/null +++ b/BaratLista/obj/Debug/BaratLista.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a5b3f47cec925340e73685ba7ab5f8722211baf1 diff --git a/BaratLista/obj/Debug/BaratLista.csproj.FileListAbsolute.txt b/BaratLista/obj/Debug/BaratLista.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2631a58 --- /dev/null +++ b/BaratLista/obj/Debug/BaratLista.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +C:\dev\c#\c-sharp\BaratLista\bin\Debug\BaratLista.exe.config +C:\dev\c#\c-sharp\BaratLista\bin\Debug\BaratLista.exe +C:\dev\c#\c-sharp\BaratLista\bin\Debug\BaratLista.pdb +C:\dev\c#\c-sharp\BaratLista\obj\Debug\BaratLista.csproj.AssemblyReference.cache +C:\dev\c#\c-sharp\BaratLista\obj\Debug\BaratLista.csproj.SuggestedBindingRedirects.cache +C:\dev\c#\c-sharp\BaratLista\obj\Debug\BaratLista.csproj.CoreCompileInputs.cache +C:\dev\c#\c-sharp\BaratLista\obj\Debug\BaratLista.exe +C:\dev\c#\c-sharp\BaratLista\obj\Debug\BaratLista.pdb diff --git a/BaratLista/obj/Debug/BaratLista.csproj.SuggestedBindingRedirects.cache b/BaratLista/obj/Debug/BaratLista.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/BaratLista/obj/Debug/BaratLista.exe b/BaratLista/obj/Debug/BaratLista.exe new file mode 100644 index 0000000..a5af47c Binary files /dev/null and b/BaratLista/obj/Debug/BaratLista.exe differ diff --git a/BaratLista/obj/Debug/BaratLista.pdb b/BaratLista/obj/Debug/BaratLista.pdb new file mode 100644 index 0000000..addede8 Binary files /dev/null and b/BaratLista/obj/Debug/BaratLista.pdb differ diff --git a/BaratLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/BaratLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..4a5f0e5 Binary files /dev/null and b/BaratLista/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Binaris/obj/x64/Debug/Binaris.csproj.AssemblyReference.cache b/Binaris/obj/x64/Debug/Binaris.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Binaris/obj/x64/Debug/Binaris.csproj.AssemblyReference.cache and b/Binaris/obj/x64/Debug/Binaris.csproj.AssemblyReference.cache differ diff --git a/Binaris/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Binaris/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index fb388b5..70b56b6 100644 Binary files a/Binaris/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Binaris/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/BuborekRendezes/obj/x64/Debug/BuborekRendezes.csproj.AssemblyReference.cache b/BuborekRendezes/obj/x64/Debug/BuborekRendezes.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/BuborekRendezes/obj/x64/Debug/BuborekRendezes.csproj.AssemblyReference.cache and b/BuborekRendezes/obj/x64/Debug/BuborekRendezes.csproj.AssemblyReference.cache differ diff --git a/BuborekRendezes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/BuborekRendezes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 93bdba0..2e0cc86 100644 Binary files a/BuborekRendezes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/BuborekRendezes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ConsoleWrite/obj/Debug/ConsoleWrite.csproj.AssemblyReference.cache b/ConsoleWrite/obj/Debug/ConsoleWrite.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/ConsoleWrite/obj/Debug/ConsoleWrite.csproj.AssemblyReference.cache and b/ConsoleWrite/obj/Debug/ConsoleWrite.csproj.AssemblyReference.cache differ diff --git a/ConsoleWrite/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ConsoleWrite/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 732b60b..a96b443 100644 Binary files a/ConsoleWrite/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/ConsoleWrite/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ConsoleWriteUnitTest/obj/Debug/ConsoleWriteUnitTest.csproj.AssemblyReference.cache b/ConsoleWriteUnitTest/obj/Debug/ConsoleWriteUnitTest.csproj.AssemblyReference.cache index 888da7b..5322bfe 100644 Binary files a/ConsoleWriteUnitTest/obj/Debug/ConsoleWriteUnitTest.csproj.AssemblyReference.cache and b/ConsoleWriteUnitTest/obj/Debug/ConsoleWriteUnitTest.csproj.AssemblyReference.cache differ diff --git a/ConsoleWriteUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ConsoleWriteUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 0816e26..ddbd07d 100644 Binary files a/ConsoleWriteUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/ConsoleWriteUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Elagazas/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Elagazas/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 8ca250c..6ecc007 100644 Binary files a/Elagazas/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Elagazas/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Elagazas/obj/x64/Debug/Elagazas.csproj.AssemblyReference.cache b/Elagazas/obj/x64/Debug/Elagazas.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Elagazas/obj/x64/Debug/Elagazas.csproj.AssemblyReference.cache and b/Elagazas/obj/x64/Debug/Elagazas.csproj.AssemblyReference.cache differ diff --git a/Fibonacci/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Fibonacci/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index c3f5aa3..4cc1cf8 100644 Binary files a/Fibonacci/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Fibonacci/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Fibonacci/obj/x64/Debug/Fibonacci.csproj.AssemblyReference.cache b/Fibonacci/obj/x64/Debug/Fibonacci.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Fibonacci/obj/x64/Debug/Fibonacci.csproj.AssemblyReference.cache and b/Fibonacci/obj/x64/Debug/Fibonacci.csproj.AssemblyReference.cache differ diff --git a/ForAndForEach/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ForAndForEach/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 4ff6f0a..5098acb 100644 Binary files a/ForAndForEach/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/ForAndForEach/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ForAndForEach/obj/x64/Debug/ForAndForEach.csproj.AssemblyReference.cache b/ForAndForEach/obj/x64/Debug/ForAndForEach.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/ForAndForEach/obj/x64/Debug/ForAndForEach.csproj.AssemblyReference.cache and b/ForAndForEach/obj/x64/Debug/ForAndForEach.csproj.AssemblyReference.cache differ diff --git a/HengerUnitTeszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/HengerUnitTeszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index f2daae5..a40c86b 100644 Binary files a/HengerUnitTeszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/HengerUnitTeszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/HengerUnitTeszt/obj/Debug/HengerUnitTeszt.csproj.AssemblyReference.cache b/HengerUnitTeszt/obj/Debug/HengerUnitTeszt.csproj.AssemblyReference.cache index 70aa7ab..7f3b705 100644 Binary files a/HengerUnitTeszt/obj/Debug/HengerUnitTeszt.csproj.AssemblyReference.cache and b/HengerUnitTeszt/obj/Debug/HengerUnitTeszt.csproj.AssemblyReference.cache differ diff --git a/Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 6874ef2..4c4f76b 100644 Binary files a/Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Hengerteszt/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache b/Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache index a93305f..6943b8f 100644 Binary files a/Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache and b/Hengerteszt/obj/Debug/Hengerteszt.csproj.AssemblyReference.cache differ diff --git a/Homerseklet_elemzes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Homerseklet_elemzes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index b488dfd..0821ff2 100644 Binary files a/Homerseklet_elemzes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Homerseklet_elemzes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Homerseklet_elemzes/obj/x64/Debug/Homerseklet_elemzes.csproj.AssemblyReference.cache b/Homerseklet_elemzes/obj/x64/Debug/Homerseklet_elemzes.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Homerseklet_elemzes/obj/x64/Debug/Homerseklet_elemzes.csproj.AssemblyReference.cache and b/Homerseklet_elemzes/obj/x64/Debug/Homerseklet_elemzes.csproj.AssemblyReference.cache differ diff --git a/Kettes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Kettes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 2e40a58..23e18c8 100644 Binary files a/Kettes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Kettes/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Kettes/obj/x64/Debug/Kettes.csproj.AssemblyReference.cache b/Kettes/obj/x64/Debug/Kettes.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Kettes/obj/x64/Debug/Kettes.csproj.AssemblyReference.cache and b/Kettes/obj/x64/Debug/Kettes.csproj.AssemblyReference.cache differ diff --git a/Kor/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Kor/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 8d8abb3..ca898e5 100644 Binary files a/Kor/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Kor/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Kor/obj/x64/Debug/Kor.csproj.AssemblyReference.cache b/Kor/obj/x64/Debug/Kor.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Kor/obj/x64/Debug/Kor.csproj.AssemblyReference.cache and b/Kor/obj/x64/Debug/Kor.csproj.AssemblyReference.cache differ diff --git a/ListaKezeles/App.config b/ListaKezeles/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/ListaKezeles/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ListaKezeles/ListaKezeles.csproj b/ListaKezeles/ListaKezeles.csproj new file mode 100644 index 0000000..b456bae --- /dev/null +++ b/ListaKezeles/ListaKezeles.csproj @@ -0,0 +1,54 @@ + + + + + Debug + AnyCPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02} + Exe + ListaKezeles + ListaKezeles + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ListaKezeles/Program.cs b/ListaKezeles/Program.cs new file mode 100644 index 0000000..ba9bc1f --- /dev/null +++ b/ListaKezeles/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ListaKezeles { + public class Program { + static void Main(string[] args) { + Varosok varosok = new Varosok(); + //varosok.setDb(); + varosok.setNevek(); + varosok.getNevek(); + varosok.getVan(); + varosok.delNev(); + varosok.getNevek(); + varosok.delLast(); + varosok.getNevek(); + Console.ReadKey(); + } + } +} diff --git a/ListaKezeles/Properties/AssemblyInfo.cs b/ListaKezeles/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..ffd138f --- /dev/null +++ b/ListaKezeles/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ListaKezeles")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ListaKezeles")] +[assembly: AssemblyCopyright("Copyright © 2022")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("df138015-660a-433a-b0d0-1b1fbb70df02")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ListaKezeles/Varosok.cs b/ListaKezeles/Varosok.cs new file mode 100644 index 0000000..87dafd5 --- /dev/null +++ b/ListaKezeles/Varosok.cs @@ -0,0 +1,77 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ListaKezeles { + public class Varosok { + private List varosok = new List(); + private string db; + + public string setDb() { + Console.WriteLine("Adja meg hany db adatot akar eltarolni, ha 0-t vagy semmit ir be akkor addig fut a beolvasas amig ures sort nem ad be"); + db = Console.ReadLine(); + return db; + } + + public void setNevek() { + string db = setDb(); + string input = ""; + + try { + if (db == "" || db == "0") { + while (true) { + Console.WriteLine("Adja meg a varos nevet"); + input = Console.ReadLine(); + if (input == "") break; + varosok.Add(input); + } + } else { + int num_db = Convert.ToInt32(db); + for (int i = 0; i < num_db; i++) { + Console.WriteLine("Adja meg a varos nevet"); + input = Console.ReadLine(); + varosok.Add(input); + } + } + } catch (Exception e) { + Console.WriteLine(e.Message); + } + } + + public void getNevek() { + string kiir = ""; + for (int i = 0; i < varosok.Count; i++) { + kiir += varosok[i] + ", "; + } + kiir.Trim(); + kiir = kiir.Remove(kiir.Length - 2); + Console.WriteLine(kiir); + } + + public void getVan() { + Console.WriteLine("Adja meg a varos nevet"); + string input = Console.ReadLine(); + + if(varosok.Contains(input)) + Console.WriteLine("A lista tartalmazza a várost!"); + else + Console.WriteLine("A lista nem tartalmazza a várost!"); + } + + public void delNev() { + Console.WriteLine("Adja meg a varos nevet amit torolni akar, ha nincs a listaban akkor hozza lesz adva"); + string input = Console.ReadLine(); + if (varosok.Contains(input)) + varosok.Remove(input); + else + varosok.Add(input); + } + + public void delLast() { + Console.WriteLine("Utolso elem torlese"); + varosok.RemoveAt(varosok.Count - 1); + } + } +} diff --git a/ListaKezeles/bin/Debug/ListaKezeles.exe b/ListaKezeles/bin/Debug/ListaKezeles.exe new file mode 100644 index 0000000..c56c23e Binary files /dev/null and b/ListaKezeles/bin/Debug/ListaKezeles.exe differ diff --git a/ListaKezeles/bin/Debug/ListaKezeles.exe.config b/ListaKezeles/bin/Debug/ListaKezeles.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/ListaKezeles/bin/Debug/ListaKezeles.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ListaKezeles/bin/Debug/ListaKezeles.pdb b/ListaKezeles/bin/Debug/ListaKezeles.pdb new file mode 100644 index 0000000..acd40ca Binary files /dev/null and b/ListaKezeles/bin/Debug/ListaKezeles.pdb differ diff --git a/ListaKezeles/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/ListaKezeles/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/ListaKezeles/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/ListaKezeles/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ListaKezeles/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..97c978b Binary files /dev/null and b/ListaKezeles/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ListaKezeles/obj/Debug/ListaKezeles.csproj.AssemblyReference.cache b/ListaKezeles/obj/Debug/ListaKezeles.csproj.AssemblyReference.cache new file mode 100644 index 0000000..126ed02 Binary files /dev/null and b/ListaKezeles/obj/Debug/ListaKezeles.csproj.AssemblyReference.cache differ diff --git a/ListaKezeles/obj/Debug/ListaKezeles.csproj.CoreCompileInputs.cache b/ListaKezeles/obj/Debug/ListaKezeles.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..69e002e --- /dev/null +++ b/ListaKezeles/obj/Debug/ListaKezeles.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bd721b19d1c7a622a005bdac3632ee39481dbd73 diff --git a/ListaKezeles/obj/Debug/ListaKezeles.csproj.FileListAbsolute.txt b/ListaKezeles/obj/Debug/ListaKezeles.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e5dd779 --- /dev/null +++ b/ListaKezeles/obj/Debug/ListaKezeles.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +C:\dev\c#\c-sharp\ListaKezeles\bin\Debug\ListaKezeles.exe.config +C:\dev\c#\c-sharp\ListaKezeles\bin\Debug\ListaKezeles.exe +C:\dev\c#\c-sharp\ListaKezeles\bin\Debug\ListaKezeles.pdb +C:\dev\c#\c-sharp\ListaKezeles\obj\Debug\ListaKezeles.csproj.AssemblyReference.cache +C:\dev\c#\c-sharp\ListaKezeles\obj\Debug\ListaKezeles.csproj.SuggestedBindingRedirects.cache +C:\dev\c#\c-sharp\ListaKezeles\obj\Debug\ListaKezeles.csproj.CoreCompileInputs.cache +C:\dev\c#\c-sharp\ListaKezeles\obj\Debug\ListaKezeles.exe +C:\dev\c#\c-sharp\ListaKezeles\obj\Debug\ListaKezeles.pdb diff --git a/ListaKezeles/obj/Debug/ListaKezeles.csproj.SuggestedBindingRedirects.cache b/ListaKezeles/obj/Debug/ListaKezeles.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/ListaKezeles/obj/Debug/ListaKezeles.exe b/ListaKezeles/obj/Debug/ListaKezeles.exe new file mode 100644 index 0000000..c56c23e Binary files /dev/null and b/ListaKezeles/obj/Debug/ListaKezeles.exe differ diff --git a/ListaKezeles/obj/Debug/ListaKezeles.pdb b/ListaKezeles/obj/Debug/ListaKezeles.pdb new file mode 100644 index 0000000..acd40ca Binary files /dev/null and b/ListaKezeles/obj/Debug/ListaKezeles.pdb differ diff --git a/ListaMeddigBirja/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/ListaMeddigBirja/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 133fac0..64f5488 100644 Binary files a/ListaMeddigBirja/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/ListaMeddigBirja/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/ListaMeddigBirja/obj/x64/Debug/ListaMeddigBirja.csproj.AssemblyReference.cache b/ListaMeddigBirja/obj/x64/Debug/ListaMeddigBirja.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/ListaMeddigBirja/obj/x64/Debug/ListaMeddigBirja.csproj.AssemblyReference.cache and b/ListaMeddigBirja/obj/x64/Debug/ListaMeddigBirja.csproj.AssemblyReference.cache differ diff --git a/Listak/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Listak/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 36b9e63..64b1b9a 100644 Binary files a/Listak/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Listak/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Listak/obj/x64/Debug/Listak.csproj.AssemblyReference.cache b/Listak/obj/x64/Debug/Listak.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Listak/obj/x64/Debug/Listak.csproj.AssemblyReference.cache and b/Listak/obj/x64/Debug/Listak.csproj.AssemblyReference.cache differ diff --git a/Lotto/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Lotto/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 41ee718..d1570db 100644 Binary files a/Lotto/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Lotto/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Lotto/obj/x64/Debug/Lotto.csproj.AssemblyReference.cache b/Lotto/obj/x64/Debug/Lotto.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Lotto/obj/x64/Debug/Lotto.csproj.AssemblyReference.cache and b/Lotto/obj/x64/Debug/Lotto.csproj.AssemblyReference.cache differ diff --git a/MatrixBill/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/MatrixBill/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index aabd38b..808632e 100644 Binary files a/MatrixBill/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/MatrixBill/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/MatrixBill/obj/Debug/MatrixBill.csproj.AssemblyReference.cache b/MatrixBill/obj/Debug/MatrixBill.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/MatrixBill/obj/Debug/MatrixBill.csproj.AssemblyReference.cache and b/MatrixBill/obj/Debug/MatrixBill.csproj.AssemblyReference.cache differ diff --git a/Menu/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Menu/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index a288e15..f9b418b 100644 Binary files a/Menu/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Menu/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Menu/obj/x64/Debug/Menu.csproj.AssemblyReference.cache b/Menu/obj/x64/Debug/Menu.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Menu/obj/x64/Debug/Menu.csproj.AssemblyReference.cache and b/Menu/obj/x64/Debug/Menu.csproj.AssemblyReference.cache differ diff --git a/MinMax/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/MinMax/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index b3c3e9e..673cc28 100644 Binary files a/MinMax/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/MinMax/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/MinMax/obj/x64/Debug/MinMax.csproj.AssemblyReference.cache b/MinMax/obj/x64/Debug/MinMax.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/MinMax/obj/x64/Debug/MinMax.csproj.AssemblyReference.cache and b/MinMax/obj/x64/Debug/MinMax.csproj.AssemblyReference.cache differ diff --git a/Negyszog/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Negyszog/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 78d1614..d553394 100644 Binary files a/Negyszog/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Negyszog/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Negyszog/obj/Debug/Negyszog.csproj.AssemblyReference.cache b/Negyszog/obj/Debug/Negyszog.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Negyszog/obj/Debug/Negyszog.csproj.AssemblyReference.cache and b/Negyszog/obj/Debug/Negyszog.csproj.AssemblyReference.cache differ diff --git a/NegyszogUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/NegyszogUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index afa43ec..d044d84 100644 Binary files a/NegyszogUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/NegyszogUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/NegyszogUnitTest/obj/Debug/NegyszogUnitTest.csproj.AssemblyReference.cache b/NegyszogUnitTest/obj/Debug/NegyszogUnitTest.csproj.AssemblyReference.cache index a56ed8b..4a619c0 100644 Binary files a/NegyszogUnitTest/obj/Debug/NegyszogUnitTest.csproj.AssemblyReference.cache and b/NegyszogUnitTest/obj/Debug/NegyszogUnitTest.csproj.AssemblyReference.cache differ diff --git a/Nullable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Nullable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 701bab2..9b05443 100644 Binary files a/Nullable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Nullable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Nullable/obj/Debug/Nullable.csproj.AssemblyReference.cache b/Nullable/obj/Debug/Nullable.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Nullable/obj/Debug/Nullable.csproj.AssemblyReference.cache and b/Nullable/obj/Debug/Nullable.csproj.AssemblyReference.cache differ diff --git a/Oszthat/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Oszthat/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 242f94a..63bca09 100644 Binary files a/Oszthat/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Oszthat/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Oszthat/obj/Debug/Oszthat.csproj.AssemblyReference.cache b/Oszthat/obj/Debug/Oszthat.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Oszthat/obj/Debug/Oszthat.csproj.AssemblyReference.cache and b/Oszthat/obj/Debug/Oszthat.csproj.AssemblyReference.cache differ diff --git a/OszthatUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/OszthatUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 6133328..d6214c2 100644 Binary files a/OszthatUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/OszthatUnitTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/OszthatUnitTest/obj/Debug/OszthatUnitTest.csproj.AssemblyReference.cache b/OszthatUnitTest/obj/Debug/OszthatUnitTest.csproj.AssemblyReference.cache index f5b7934..37026a3 100644 Binary files a/OszthatUnitTest/obj/Debug/OszthatUnitTest.csproj.AssemblyReference.cache and b/OszthatUnitTest/obj/Debug/OszthatUnitTest.csproj.AssemblyReference.cache differ diff --git a/RegularExpressions/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/RegularExpressions/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index e1e745b..6da316b 100644 Binary files a/RegularExpressions/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/RegularExpressions/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/RegularExpressions/obj/x64/Debug/RegularExpressions.csproj.AssemblyReference.cache b/RegularExpressions/obj/x64/Debug/RegularExpressions.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/RegularExpressions/obj/x64/Debug/RegularExpressions.csproj.AssemblyReference.cache and b/RegularExpressions/obj/x64/Debug/RegularExpressions.csproj.AssemblyReference.cache differ diff --git a/RekurzivFaktorialis/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/RekurzivFaktorialis/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 02939b9..d5acc7d 100644 Binary files a/RekurzivFaktorialis/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/RekurzivFaktorialis/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/RekurzivFaktorialis/obj/x64/Debug/RekurzivFaktorialis.csproj.AssemblyReference.cache b/RekurzivFaktorialis/obj/x64/Debug/RekurzivFaktorialis.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/RekurzivFaktorialis/obj/x64/Debug/RekurzivFaktorialis.csproj.AssemblyReference.cache and b/RekurzivFaktorialis/obj/x64/Debug/RekurzivFaktorialis.csproj.AssemblyReference.cache differ diff --git a/RekurzivHatvany/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/RekurzivHatvany/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 98a7ff5..74750f4 100644 Binary files a/RekurzivHatvany/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/RekurzivHatvany/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/RekurzivHatvany/obj/x64/Debug/RekurzivHatvany.csproj.AssemblyReference.cache b/RekurzivHatvany/obj/x64/Debug/RekurzivHatvany.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/RekurzivHatvany/obj/x64/Debug/RekurzivHatvany.csproj.AssemblyReference.cache and b/RekurzivHatvany/obj/x64/Debug/RekurzivHatvany.csproj.AssemblyReference.cache differ diff --git a/Sorozatok/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Sorozatok/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 816be0b..29d6c69 100644 Binary files a/Sorozatok/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Sorozatok/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Sorozatok/obj/x64/Debug/Sorozatok.csproj.AssemblyReference.cache b/Sorozatok/obj/x64/Debug/Sorozatok.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Sorozatok/obj/x64/Debug/Sorozatok.csproj.AssemblyReference.cache and b/Sorozatok/obj/x64/Debug/Sorozatok.csproj.AssemblyReference.cache differ diff --git a/Szamkitalalo/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Szamkitalalo/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 22386e7..7bca5b3 100644 Binary files a/Szamkitalalo/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Szamkitalalo/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Szamkitalalo/obj/x64/Debug/Szamkitalalo.csproj.AssemblyReference.cache b/Szamkitalalo/obj/x64/Debug/Szamkitalalo.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Szamkitalalo/obj/x64/Debug/Szamkitalalo.csproj.AssemblyReference.cache and b/Szamkitalalo/obj/x64/Debug/Szamkitalalo.csproj.AssemblyReference.cache differ diff --git a/Szamrendszer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Szamrendszer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 395da53..ca91e02 100644 Binary files a/Szamrendszer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Szamrendszer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Szamrendszer/obj/x64/Debug/Szamrendszer.csproj.AssemblyReference.cache b/Szamrendszer/obj/x64/Debug/Szamrendszer.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Szamrendszer/obj/x64/Debug/Szamrendszer.csproj.AssemblyReference.cache and b/Szamrendszer/obj/x64/Debug/Szamrendszer.csproj.AssemblyReference.cache differ diff --git a/Szigetek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Szigetek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 3aa2382..7791230 100644 Binary files a/Szigetek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Szigetek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Szigetek/obj/x64/Debug/Szigetek.csproj.AssemblyReference.cache b/Szigetek/obj/x64/Debug/Szigetek.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/Szigetek/obj/x64/Debug/Szigetek.csproj.AssemblyReference.cache and b/Szigetek/obj/x64/Debug/Szigetek.csproj.AssemblyReference.cache differ diff --git a/c-sharp.sln b/c-sharp.sln index 6be6c0c..bf35d2c 100644 --- a/c-sharp.sln +++ b/c-sharp.sln @@ -71,6 +71,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hengerteszt", "Hengerteszt\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HengerUnitTeszt", "HengerUnitTeszt\HengerUnitTeszt.csproj", "{27C534C1-5E69-42F2-8D4A-FDD475294B33}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListaKezeles", "ListaKezeles\ListaKezeles.csproj", "{DF138015-660A-433A-B0D0-1B1FBB70DF02}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaratFajl", "BaratFajl\BaratFajl.csproj", "{CC20AF08-824E-441A-8C98-3E268919B749}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaratLista", "BaratLista\BaratLista.csproj", "{03C758F5-57FB-456A-A4D0-51099EA8733A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoLista", "AutoLista\AutoLista.csproj", "{1AD59409-0F91-46A7-A35A-1B13487FFA58}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -351,6 +359,38 @@ Global {27C534C1-5E69-42F2-8D4A-FDD475294B33}.Release|Any CPU.Build.0 = Release|Any CPU {27C534C1-5E69-42F2-8D4A-FDD475294B33}.Release|x64.ActiveCfg = Release|Any CPU {27C534C1-5E69-42F2-8D4A-FDD475294B33}.Release|x64.Build.0 = Release|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Debug|x64.ActiveCfg = Debug|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Debug|x64.Build.0 = Debug|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Release|Any CPU.Build.0 = Release|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Release|x64.ActiveCfg = Release|Any CPU + {DF138015-660A-433A-B0D0-1B1FBB70DF02}.Release|x64.Build.0 = Release|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Debug|x64.ActiveCfg = Debug|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Debug|x64.Build.0 = Debug|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Release|Any CPU.Build.0 = Release|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Release|x64.ActiveCfg = Release|Any CPU + {CC20AF08-824E-441A-8C98-3E268919B749}.Release|x64.Build.0 = Release|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Debug|x64.ActiveCfg = Debug|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Debug|x64.Build.0 = Debug|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Release|Any CPU.Build.0 = Release|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Release|x64.ActiveCfg = Release|Any CPU + {03C758F5-57FB-456A-A4D0-51099EA8733A}.Release|x64.Build.0 = Release|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Debug|x64.ActiveCfg = Debug|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Debug|x64.Build.0 = Debug|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Release|Any CPU.Build.0 = Release|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Release|x64.ActiveCfg = Release|Any CPU + {1AD59409-0F91-46A7-A35A-1B13487FFA58}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/c-sharp/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/c-sharp/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index d66d8c0..9c447dc 100644 Binary files a/c-sharp/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/c-sharp/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/c-sharp/obj/x64/Debug/c-sharp.csproj.AssemblyReference.cache b/c-sharp/obj/x64/Debug/c-sharp.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/c-sharp/obj/x64/Debug/c-sharp.csproj.AssemblyReference.cache and b/c-sharp/obj/x64/Debug/c-sharp.csproj.AssemblyReference.cache differ diff --git a/csv/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/csv/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index aa3c5cd..8e48793 100644 Binary files a/csv/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/csv/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/csv/obj/Debug/csv.csproj.AssemblyReference.cache b/csv/obj/Debug/csv.csproj.AssemblyReference.cache index a93305f..6943b8f 100644 Binary files a/csv/obj/Debug/csv.csproj.AssemblyReference.cache and b/csv/obj/Debug/csv.csproj.AssemblyReference.cache differ diff --git a/kivetelek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/kivetelek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 76428a1..74f33e7 100644 Binary files a/kivetelek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/kivetelek/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/kivetelek/obj/x64/Debug/kivetelek.csproj.AssemblyReference.cache b/kivetelek/obj/x64/Debug/kivetelek.csproj.AssemblyReference.cache index 58cdbeb..126ed02 100644 Binary files a/kivetelek/obj/x64/Debug/kivetelek.csproj.AssemblyReference.cache and b/kivetelek/obj/x64/Debug/kivetelek.csproj.AssemblyReference.cache differ