AutoHotkey Community

It is currently May 26th, 2012, 2:17 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 46 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: October 11th, 2007, 3:18 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
As Shoesize variably increments proportional to growth you should be using % or expressions.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 11th, 2007, 4:21 pm 
Offline

Joined: March 29th, 2007, 5:31 pm
Posts: 37
ahklerner wrote:
Quote:
And yea, go ahead and steal the sig, it was just something i put in there after a bad day of 'omgz help' topics in the help forum.

I'm not sure which I should find more funny, the fact that Sympathy will always be set to 0 or the fact that you probably did not know it was wrong. :D


The only thing that was wrong was that I omitted the parentheses around the comparison for the if statement. As I was not trying to write actual code when I made the sig, I did not think about it, but after your comments I have changed it.

If you need to know for certain, try running this code with different numbers for shoe size and IQ :lol: :

Code:
Sympathy := 1
IQ := 75
ShoeSize := 11.5

If (IQ < ShoeSize)
{
   Sympathy := 0
   
}

MsgBox %Sympathy%

Return


As for the increase in shoe size compared to age, my code only applies to adults, I don't want to judge children like that. :wink:

_________________
Code:
If (IQ < ShoeSize)
{
    Sympathy := 0
}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2008, 9:47 pm 
Offline

Joined: June 4th, 2006, 2:04 pm
Posts: 176
Location: ::1
MESA GONNA BUMP :shock:

Update!
I got a new 8xxx card guess which one :wink:

:idea: It got 2 8 in it and its cheap


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 8:26 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2541
PC put together for fun recently:

functionality - DVR unit for recording/playback - TV

hardware:
QDI - Advance 10T - motherboard
Intel P3 - 1Gig processor
256 MB PC133 SDram
ATI 9600 series, 128MB AGP - video card/TV tuner with remote
TI 1394 card (used to optionally connect external Sony DVD burner)
160 GB Seagate IDE drive, 80 GB Maxtor IDE drive
Netgear FA312 NIC
Logitech USB wireless keyboard, optical mouse (collecting dust in a corner, batteries still installed/functional?)
no VGA monitor installed, connected to one of the A/V inputs on our TV entertainment system setup

software:
- XP Pro
- combination of Terminal services/Remote desktop, RealVNC used for configuration/updates if necessary from any PC on the network
- ATI Multimedia Center software for recording/playback on TV (impressive for functionality that does not require the use of the keyboard, mouse once set up - remote control only, misc. configuration done remotely using another PC on the network if necessary)
- custom AHK script used to playback .vcr files (or without script if recorded in mpg format) on any pc on the network from network share using Media Player (currently using version 11). In other words, I can watch a show that I had previously recorded on any other PC here when/if someone else has taken over the TV to watch something else :) .

Surprisingly very stable, considering the PC specs (spare parts), with excellent quality audio/video :) .


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 8:34 pm 
Offline

Joined: June 4th, 2006, 2:04 pm
Posts: 176
Location: ::1
Im thinking about buying a low spec pc and use it as a server what would you recommend (i mean the specs).
:D

Gogogogo my 8800GT :shock:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 8:52 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2541
It depends on what you want to have running on the "server" :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 8:57 pm 
Offline

Joined: June 4th, 2006, 2:04 pm
Posts: 176
Location: ::1
Filehosting :
Music
Movies (*.wmv ffs :D)
ISO/IMG's (Personal backup. Its currently on a External HDD :( )


And maybe webhosting :shock:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 11:51 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2541
well, the specs I listed above will work ok but it depends on how many people you plan on having connect to the server at the same time and how fast you want to be able to transfer files to/from the server for backup. Hosting movies and music on network shares for a small number of users will likely not require a lot of horsepower but it depends on how many other tasks the machine is attempting to do at the same time. A 100mb network works ok for what I need to do most days but I would probably upgrade to gigabit components if I backed up and restored a lot of ISO/IMG/GHO/etc... images on a regular basis. A simple webserver doesn't typically need a lot of horsepower but that depends on what content you want to host (sql, php, etc... ?), estimated traffic, etc...

Eventually I'll probably bump the spec for the PC I'm using to use a P4 - 2 gig (or higher) processor and 512mb (or higher) ram for a bit more flexibility and stability and use SATA drives to help with large file transfers. In general though, it's usually a good idea to add up the estimated requirements for each component that you'd like to have running on the server at the same time then add a certain % to compensate for addtional instances (if any), number of estimated connections, etc...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 6th, 2008, 11:56 pm 
Offline

Joined: October 28th, 2006, 2:14 am
Posts: 297
Location: US
I wish my ISP allowed me to host a website... I'm so cheap so I'd probably use a free DNS thing like dynalias provides.

Those two crappy linux boxes I think I mentioned before in this thread would be what I'd use :D

_________________
Changed siggy at request of ahklerner :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 7th, 2008, 11:34 am 
Offline

Joined: June 4th, 2006, 2:04 pm
Posts: 176
Location: ::1
Thanks corrupt. :D


@Elevator_Hazard

W-W-What you cant host a website :shock:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 7th, 2008, 6:19 pm 
Offline

Joined: October 28th, 2006, 2:14 am
Posts: 297
Location: US
:shock: Crazy isn't it?

Makes me mad especially when you think its your router so you go ahead and do a bunch of stuff for the site then you realize its your ISP not letting you... No I can't use a different port other than 80 either because its against their TOS...

_________________
Changed siggy at request of ahklerner :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 16th, 2008, 3:03 pm 
Offline

Joined: July 16th, 2008, 2:44 pm
Posts: 3
Use port 8080. Usually not blocked.

Anyway, for the computer...

E6600 running at 4.0ghz.
Technically 36GB of ram, 4GB onboard, 4GBx8 Iram cards (raid 0), spreading my computer across three motherboards (attached to the outsides of the case).
8800GT nvidia, tested, works 55/45 to a 8800GTX, for half the cost (GT has newer arcitecture than GTX).
8x18GB SCSI 15k HDD's, Raid 0 hardware+software (all into one single drive) (these are on top of the computer case now, as the GT is friggen huge).
One 750 GB normal hard drive to back up each of the above devices, located on seperate server (computer has BW-BOOTP chip for net card with an external switch to activate/deactivate).

One hickup and my system is toastied =D

Tested, 414 applications installed (including java, AVG, office, visual studio, adobe suite), Control Panel load time 133ms. Cant stand going slow. But I try to keep the computers appies to a minimum, dont really need that many.

Nice though, no need for antivirus, because one of the drives or irams is going to hickup before I find a virus I cannot remove manually =\
Defrags on Irams are in seconds, and SCSI's are maybe a few minutes.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2008, 5:52 am 
Offline

Joined: March 27th, 2008, 2:14 pm
Posts: 700
Kazul, cool.

my laptop: Dell, Pent 4 M @ 2.4 GHz, 1GB ram, 14" mon (i think) but w/ 1400x1050 px res

.. and 20 GB hard drive (no, not 200, 20. lol) :shock: it's killing me too. :?

but it's uh, portable! ( for 30 min.. :lol: )

_________________
Scripts - License


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2008, 3:12 am 
Offline

Joined: November 21st, 2007, 10:27 pm
Posts: 239
Location: 0x01101110
AMD Athlon 5600 Brisbane Dual core 2.9 GHZ

Biostar gf 8200m2+ motherboard

2 gb wintec 1066mhz ram

nvidia 8800 GT graphics card

200 gb hdd


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2008, 4:33 am 
Offline

Joined: January 12th, 2008, 7:45 pm
Posts: 131
As I'm moving away in 2 weeks I built a computer, that I could use while I'm away from home, built it last weak:

2.53 GHz Intel Duo Core E7200
2 GB RAM DDR2-SDRAM, 800 MHz CL4
Gigabyte HD4850
Asus P5Q-E
2.25 TB (3*750 GB) 7200 RPM

WinXP Pro + Express Gate for Asus MB
770 € || 1 207 $

Really happy with the Express Gate, it boots my computer on 5 secs, but it only allows me to browse the internet and using skype and some other apps, but firefox is all I need if I need to boot up the pc quickly, I tend to keep my pc shutdown all the time...

Bought a awesome screen to the PC too, it's a TV+Pc screen... 22" LCD... I've planned to upgrade the whole system in 3 years when I finish my university, that's why I bought a cheap CPU and GPU...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 46 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group