GlitchYourDevice
GlitchYourDevice
CC#
Created by GlitchYourDevice on 6/22/2024 in #help
public WPF and Console project in same sulution
yes
3 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
ok
20 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
why m += antalMinuter % 60?
20 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
can somone please explain the answer to me i dont understand the modelus becuase i have not used it before
20 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
20 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
here is the answer
20 replies
CC#
Created by GlitchYourDevice on 6/11/2023 in #help
❔ exercise without datetime
no i dont but i have the answer to the promblem but i just dont understand the answer
20 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
ok
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
and why is it so much faster?
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
thanks it worked now but i have no idea how it worked
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
what should i change
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Globalization; using System.Runtime.CompilerServices; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { string filepath = @"D:\text1.txt"; string filepath2 = @"D:\text2.txt"; List<string> lines2 = File.ReadAllLines(filepath2).ToList(); HashSet<string> lines = new HashSet<string>(File.ReadAllLines("D:\text1.txt"));
for (int j = 0; j < lines2.Count; j++) { if (lines.Contains(lines2[j].Split(':')[0])) { Console.WriteLine(lines2[j]); } } Console.WriteLine("\nDone"); Console.ReadLine(); } } }
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
this is the code now
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
ok
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
System.ArgumentException: 'Illegal characters in path.'
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
it said that varible lines is already used
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
i cant even run it can you just please rewrite the code and send it here i have never even used hashset before
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
it is no duplicates so that do i not need to worry about with my bigger txt documents
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
that does not work at all
75 replies
CC#
Created by GlitchYourDevice on 12/18/2022 in #help
❔ is there any way i can run my csharp console app net framwork program executable on my gpu?
using System.Text; using System.Threading.Tasks; using System.IO; using System.Globalization; using System.Runtime.CompilerServices; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { string filepath = @"D:\text1.txt"; string filepath2 = @"D:\text2.txt"; List<string> lines2 = File.ReadAllLines(filepath2).ToList(); HashSet<string> lines = new HashSet<string>(File.ReadAllLines("D:\text1.txt"));
for (int j = 0; j < lines2.Count; j++) { if (lines.Contains(lines2[j].Split(':')[0])) { Console.WriteLine(lines2[j]); } } Console.WriteLine("\nDone"); Console.ReadLine(); } } }
75 replies