Search results for query: *

  • Users: Realme
  • Content: Threads
  • Order by date
  1. R

    Resolved My content got deleted

    Hi, under "running business" I created a tread about stock trading. Why did it get deleted??
  2. R

    Find wallet final transaction

    Hi, I wonder if it is possible to find out the final transaction of this wallet here? https://blockchair.com/bitcoin/address/1MNwMURYw1LkPnnpda2DQkkUsXXeKL9pmR There is 7 of thes accounts with total Bitcoin transaction of 7070 at the same time.
  3. R

    What do my webserver need?

    Hi, Hypothetically if I create a website that becomes as successfully as YouTube whereas people upload a lot of videos constantly and many users online at the same time. 1. what kind of server would I be needing for this mission? 2. Does any webhotel even provide this kind of service? 3. What...
  4. R

    What to study next?

    Hi, I have finished studying C# and little PHP and MYSQL and little more left and I really like PHP it is very cool. Next I will study some database administration to end with computer security. After that I am pretty much done and I will have to choose to study C# in advanced level to either...
  5. R

    Resolved Sql ambiguous problem

    Hi, I get ambiguous error when I try to select ID how can I prevent this? Here is the code: SELECT DISTINCT id, title, category,year director FROM movie JOIN director ON movie.id=director.id
  6. R

    creating a backup file

    I am stuck with creating backup file. I am inside my database "publication" logged in as "jim" password "mypasswd" I try the following bellow but i only receive error code. mysqldump -u jim -p mypasswd publications > publications.sql; ERROR 1064 (42000): You have an error in your SQL...
  7. R

    linking two tables in MySQL error

    hi, I have made really simple tables but when calling them some error occurs, let me explain: I have made one simple table named "Classics" with 5 books, including authors, title, year and isbn and i have made another table called "customers" including name,title and isbn. to problem: I link...
  8. R

    C# compared to C and C++

    I am studying php and realize php is unserious compared to C# whereas you get to write outputs with "echo OR printf" even "print_r" Now when I realized that and looked into C language I realize that C and PHP is more or less the same. Because of other languages other than C# is more or less...
  9. R

    Grade

    I studied intensive courses of csharp and today I got my grade of my last course and I got strong C and I always got C in every course. I asked my teacher if I would get B but he said I am not that good and that C is very good for this short amount of period. If I wanna create crypto later...
  10. R

    How well C# skills needed for crypto currency?

    Hi, How many years experience would you say is needed for creating your own crypto currency? How well skills you need so to speak?
  11. R

    streamreader polymorfi

    Hi, I have arranged my codes in polymofi and I am currently reading textfile by using streamreader and i need to be able to sort that one ToString message shows up depending on the correct context and in sync with the streamreader. Bellow is a small example: public class Konto<T> {...
Back
Top Bottom