Quote:
Originally posted by blackdog12345:
here is a look at the beta mockup
http://penguinn.com/~blackdog/mockup.jpg
That is far from what this theme should be, t…
View video files:
1) Mplayer-alternative video viewer plays all sort of video files including .avi, .mpg, and .wmv
2) VLC- -alternative video viewer plays all sort of video files …
Hey
so here's a paranoid question for you ... Can my boss/network admin see what I'm downloading at work?
I have my own laptop which I take with me each day, so whatever I have…
Short answer: yes.
Long answer: there's so much information flying in and out of your company's network that it's virtually impossible to track all of it all of the time. It's muc…
What dreilly1 said.
Most likely, while all the network traffic is logged somewhere, no one is 'watching' it on a daily basis. But if there's a sign of trouble, or threat of a laws…
If they installed some spy/monitoring software on your laptop when you weren't looking then they could see your screen or keys that you typed.
I think it's most likely they have n…
damn! No more fast downloads for me then I guess.
Thanks for the info guys. I'm in a very small office so I guess it wouldn't be hard to trace who downloaded what .. but is ther…
Quote:
Originally posted by HippyShoes:
damn! No more fast downloads for me then I guess.
Thanks for the info guys. I'm in a very small office so I guess it wouldn't …
Quote:
Originally posted by dreilly1:
But a small office probably doesn't have this type of software. In fact, if it's really small, nobody may really care one way or th…
Actually, it is dead simple to monitor who is downloading what, even in a small office. If the office is, for instance, connected to a broadband connecton using something as simple…
In larger corporate offices (which have high-end network equipment), every packet that crosses the network routers can be logged. Cisco is particularly popular for its NetFlow data…
To expound on what ginoledesma said, most companies are far less worried about terrorism than they are about productivity and use of corporate resources. That means that if you're…
I agree with Glenn. It also depends on the nature of your company, and how stingy your boss or network administrators can be. Network admins are tasked with ensuring that the netwo…
Hi guys,
Another question from me . So I have a NSTableView, and I am adding items to it by doing this:
[code]- (void)addSnippetid)sender
{
TagSnippet *newSnippet = [TagSnip…
for (i=0;i<[list count];i++)
if ([[newSnippet title] isEqualToString:[[list objectAtIndex:i] title]]) [self showConfirmationDialog];
you should probably also make sure the two …
If I catch a signal and let my signal handeling method deal with it it executes in a thread seperate from the main tread, right?
But what happends if a new signal is cathed before…
Hey guys,
I have been trying to figure out this undo bug I've been having recently, and thanks to FileMerge, I've found the bad code:
code:
if ([[NSUserDefaults standardUserDefa…
I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and does actually use undo. Also, I get the impress…
Quote:
Originally posted by smeger:
I'm not sure why this isn't working, but here are a couple of things to look at: first, verify that your text view is editable and d…
See http://www.blizzard.com for more info. This is our new Cocoa-based native installer for OS X, we're going to follow it up with a similar item for Starcraft in the near future.…