Welcome to
Search

Modules
· Home
· Downloads
· Feedback
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Web Links
· Your Account

Who's Online
There are currently, 1 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

  
Security Scanners
Posted by TeraHz on Monday, December 12 @ 22:47:55 EST (477 reads)
Topic
terahz writes "nmap: nmap -sT -sR -P0 127.0.0.1 nessus: www.nessus.org -> requires nessusd plus nessus client"

(Read More... | 82 comments | Score: 0)

Text wrap at 80th colum:
Posted by TeraHz on Monday, December 12 @ 22:47:34 EST (37 reads)
Topic
terahz writes " #include using namespace std; int main(void){ string input; int count = 0; while(!cin.eof()){ cin >> input; if (count + input.length()<= 80 && count==0){ cout << input; count +=input.length(); }else if(count+input.length()<=79&&count!=0){ cout << " " << input; count 1+=input.length(); }else{ cout << endl; count=input.length(); cout << input; } } cout << endl; }"

(Read More... | 2 comments | Score: 0)

List + Info
Posted by TeraHz on Monday, December 12 @ 22:47:06 EST (34 reads)
Topic
terahz writes "Slagz now supports list of installed packages plus info for particular package(swaret). Thanks to QTSwaret for the hints. Here is how I parse the name of tha packages to extract the version: while ( (fi = it.current()) != 0 ) { QString *myFileName = new QString( fi->fileName() ); for(int a=0;alength();a++) { QString temp = myFileName->section('-',0,a); if (temp.find('.')>0){ newPacket = myFileName->section('-',0,a-1); break; } } QString PacketVer = myFileName->section('-', -3, -3); QString Installed = "yes"; if(! myFileName->startsWith( "." ) && ! myFileName->startsWith( ".." ) ) new QListViewItem(listPackages,newPacket,PacketVer,Installed); ++it; "

(Read More... | 1 comment | Score: 0)

Slagz redesigned
Posted by TeraHz on Monday, December 12 @ 22:46:53 EST (47 reads)
Topic
terahz writes " Looking at some projects available I decided to go with a slightly different approach for slagz. Instead of a bunch of menus on the window in Advanced mode, right click will be used. To override the right click the rightButtonPressed signal is used from the listPackages widget with the showMenu() slot(custom widget) . The connect looks like this: connect( listPackages, SIGNAL( rightButtonPressed(QListViewItem*,const QPoint&,int) ), this, SLOT( showMenu() ) );"

(Read More... | 6 comments | Score: 0)

18 October 2005
Posted by terahz on Tuesday, November 01 @ 12:23:15 EST (53 reads)
Topic
for N nodes n*(n-1)/2 wires are required (bidirectional wires) - started with IBM - not very good solution


Now days packet switching is used. Using a ring, for n nodes n wires are used.
-----------
scheduling:
with multiple people working on multiple tasks it is better for each person to work on a separate task instead of more people working on a single task.



(Read More... | 5 comments | Score: 0)

Updated System Design & Updated Time Table
Posted by terahz on Tuesday, October 18 @ 09:48:28 EDT (33 reads)
Topic
In the downloads section you can now find the Updated System Design & Updated Time Table presentation in the typical 4 formats. HTML version is available here.



(Read More... | 1 comment | Score: 0)

Preliminary System Design + Timetable
Posted by terahz on Wednesday, October 05 @ 00:00:00 EDT (48 reads)
Topic
First timetable for the project + Preliminary System Design presentation was added in the Downloads section.

The project is rolling...


(Read More... | 3 comments | Score: 0)

Java and C++ compared
Posted by terahz on Monday, October 17 @ 23:02:43 EDT (62 reads)
Topic
Java and C++ are both very similar and very different depending on the situation.
On the basic programming level of for loops, if-else statements etc, both languages follow the same structure.

On a higher level, things are different.
In C++ we can have stand along functions, but in Java they must be part of a class. In C++ multiple inheritance is available, in Java not. C++ allows for operator overloading and Java does not.




(Read More... | 3792 bytes more | 1 comment | Score: 0)

Java vs C++ Notes & Time management
Posted by terahz on Thursday, October 06 @ 14:27:03 EDT (41 reads)
Topic
not that important to overload an operator

Main differance - manual return of memory space in C++ against Garbage collector in Java. There is no precise timing in Java because of the GC. To solve : put native code on the important places in Java program. But than have to be compiled platform by platform.

---------------------

Time management

What are the jobs to do! The real ones. Prioritize and follow the priorities.
How would computer deal with ...



(Read More... | 2221 bytes more | 1 comment | Score: 0)

Project is aprooved!
Posted by terahz on Thursday, September 29 @ 18:20:54 EDT (37 reads)
Topic
After dealing a little with SF they have aprooved the project and now the infrastructure is ready.
The url is: http://www.sf.net/projects/slagz/
Fist two presentations are done, Next week a design will be created and tasks will be assigned.



(Read More... | 2 comments | Score: 0)

  
Survey
What do you think about this site?

Ummmm, not bad
Cool
Terrific
The best one!
what the hell is this?



Results
Polls

Votes: 0
Comments: 0

Login
Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Languages
Select Interface Language:


All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me.
You can syndicate our news using the file backend.php or ultramode.txt
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.05 Seconds