Subpage under development, new version coming soon!
Subject: PC
slower PC + slower internet connection (update)... cause that antivirus will detect some shitty autorun from USB memory stick.. or smth like that..
(edited)
(edited)
still a noob
MS Security Essentials = win, low memory usage and very silent and efficient work.
No one should even connect to the internet without av and firewall turned on.
And when you mention USB sticks, it won't alert you for nothing, keyloggers and crap are spreading through them like crazy.
MS Security Essentials = win, low memory usage and very silent and efficient work.
No one should even connect to the internet without av and firewall turned on.
And when you mention USB sticks, it won't alert you for nothing, keyloggers and crap are spreading through them like crazy.
My problem still exists. I've even changed everything in the computer apart from the hard drive. Cost me a small fortune and the computer still wont work.
It seems there's no signal to the screen, but it works with other computers.
It seems there's no signal to the screen, but it works with other computers.
did you try to boot from a CD or from a flash drive?
does anyone know how to solve this in python? or in whatever programming language:
create a program that will fit as many knights as possible on an n*n chessboard. knights must not be in the attacking range of other knights. if there is a paired number of knights, half of them have to be on white squares and the other half on black squares.
create a program that will fit as many knights as possible on an n*n chessboard. knights must not be in the attacking range of other knights. if there is a paired number of knights, half of them have to be on white squares and the other half on black squares.
Any ideas when every time I click on sth pc opens that page in a new window? Really annoying,
in firefox:
firefox -> options -> tabs
tick the first box
open new pages in new tabs instead of new windows
firefox -> options -> tabs
tick the first box
open new pages in new tabs instead of new windows
anyone familiar of coding Floyd-Warshall or Dijkstra´s algorithm?
Dijkstra yes, I don't know Floyd-Warshall though. Is it also a graph algorithm?
yes, its a graph algorithm also.
I don´t really understand how to code those things. in case u have some examples or stuff about Dijkstra in ur PC, u could send me some.
I have 57x57 matrix in excel worksheet. distances between 57 towns towns. so I have to find the shortest ways from userinput town A to userinput town B.
actually I have also pace and time functions I have to add there, but atm it would be a good start if I´d get that shortest way from A to B formula from somewhere.
so in case u have something, or u know how to teach it easily, it would be a big help. but if not np, I need to catch up my professor on thursday morning anyway.
I don´t really understand how to code those things. in case u have some examples or stuff about Dijkstra in ur PC, u could send me some.
I have 57x57 matrix in excel worksheet. distances between 57 towns towns. so I have to find the shortest ways from userinput town A to userinput town B.
actually I have also pace and time functions I have to add there, but atm it would be a good start if I´d get that shortest way from A to B formula from somewhere.
so in case u have something, or u know how to teach it easily, it would be a big help. but if not np, I need to catch up my professor on thursday morning anyway.
There is no formula for the shortest way. That's why it's an algorithm and not just a a term ;-)
Anyway, Dijkstra's algorithm is described in detail on wikipedia and many other sites and I believe it's not really difficult to understand.
But let's start with this: What programming language do you have to use or what would you prefer to use?
Anyway, Dijkstra's algorithm is described in detail on wikipedia and many other sites and I believe it's not really difficult to understand.
But let's start with this: What programming language do you have to use or what would you prefer to use?
oh, well, I´m doing Python.
algorythms and datastructures subject in university:P
algorythms and datastructures subject in university:P