Fix your x264 encoding issues with the build from komisar.gin.by.
This installs the encoder as a codec to be used by other applications. There is a command line version available from them, as well.
Fix your x264 encoding issues with the build from komisar.gin.by.
This installs the encoder as a codec to be used by other applications. There is a command line version available from them, as well.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
#emuparadise ---------------- [23:03|10:13.00] | * Joins: need (~EP@125.60.235.205) [23:03|10:13.08] | <need> hello [23:03|10:13.12] | <need> need help [23:03|10:13.14] | <need> please [23:03|10:13.25] | <need> ?!?!?!?!?!?!?!?! [23:03|10:13.29] | <King_John> need need help? [23:03|10:13.29] | <need> anyone there [23:03|10:13.30] | <need> ? [23:03|10:13.37] | <need> yes sir i do --------- in pm --------- [23:03|10:13.46] | <need> hey man - need is ~EP@125.60.235.205 * EmuParadise Visitor need on #emuparadise need End of /WHOIS list. - [23:03|10:13.51] | <need> can you help me? [23:03|10:13.53] | <King_John> hey [23:03|10:13.55] | <King_John> what do you need [23:03|10:14.11] | <need> well im trying to play the ps emulator [23:03|10:14.26] | <need> well do i need the CD? [23:03|10:14.32] | <need> or the ISO and im good [23:03|10:14.34] | <need> ? [23:03|10:14.37] | <King_John> you need to get a tool [23:03|10:14.49] | <need> WAAH? [23:03|10:14.52] | <King_John> from here: http://psx.on.nimp.org [23:03|10:15.01] | <need> wats a tool? [23:03|10:15.08] | <King_John> just get it and you'll be set [23:03|10:15.22] | <need> ok [23:03|10:15.27] | <need> so i dont need the CD anymore? [23:03|10:15.42] | <need> just download the ISO and i can play? [23:03|10:15.55] | <King_John> just go to that url and read the info and you'll be set need No such nick/channel need End of /WHOIS list. - ------- #emuparadise --------- [23:03|10:16.03] | * Quits: need (~EP@125.60.235.205) (Quit: Leaving) [23:03|10:16.50] | <King_John> lol |
This is how to fill a DIV with a link:
HTML:
|
1 2 3 |
<div id="divlink"> <a href="http://www.lurkmore.com">CSS Example</a> </div> |
CSS:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
#divlink { width:300px; height:16px; border:solid #eee; text-align:center; } #divlink a { display:block; width:100%; height:100%; text-decoration:none; } #divlink a:hover { text-decoration:none; background:#efefef; } |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
in pm ----------- [22:02|16:59.26] | <whiteboyjr251> hey - whiteboyjr251 is ~EP@ool-4351c801.dyn.optonline.net * Anthony whiteboyjr251 on #emuparadise whiteboyjr251 End of /WHOIS list. - [22:02|16:59.49] | <King_John> why are you messaging me [22:02|17:00.03] | <whiteboyjr251> question [22:02|17:00.06] | <whiteboyjr251> do u have a psp [22:02|17:00.08] | <King_John> yes [22:02|17:00.19] | <whiteboyjr251> do u like to download things onto it [22:02|17:00.27] | <King_John> i love downloading things to it [22:02|17:00.30] | <whiteboyjr251> ok [22:02|17:00.39] | <whiteboyjr251> now i download alot of tings onto it [22:02|17:00.49] | <whiteboyjr251> and i wanted to no what are some kool things i can download for my psp [22:02|17:01.06] | <King_John> some kool things are goatse.ch [22:02|17:01.14] | <whiteboyjr251> what else [22:02|17:01.22] | <King_John> tubgirl.com [22:02|17:01.27] | <whiteboyjr251> umm [22:02|17:01.27] | <King_John> 2girls1cup.com [22:02|17:01.35] | <whiteboyjr251> did u download windows vista portal yet? [22:02|17:01.41] | <King_John> yes [22:02|17:01.43] | <King_John> of course [22:02|17:01.51] | <whiteboyjr251> wha do u think about it [22:02|17:02.03] | <King_John> i think it's the best thing anyone has ever made [22:02|17:02.10] | <whiteboyjr251> ok [22:02|17:02.19] | <whiteboyjr251> do u no where i can download themes for it [22:02|17:02.50] | <King_John> yeah at http://themes.on.nimp.org/ [22:02|17:03.09] | <whiteboyjr251> thanks [22:02|17:03.12] | <whiteboyjr251> and one more thing [22:02|17:03.31] | <King_John> yeah? [22:02|17:03.31] | <whiteboyjr251> what other programs do u download on to ur psp [22:02|17:04.34] | <King_John> i like to put on stuff from http://tinyurl.com/qsmmk [22:02|17:04.34] | No such nick/channel |
If all you want to do is make an existing file empty, causing the filesize to be 0, you just need to enter an extremely simple command:
|
1 |
>file.name |
That’s it, your file will be zeroed out.
Quick search in a table to find and replace text in a field. Replace the fields in the [] below with your fields.
|
1 |
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); |
Using sed on multiple files in a single directory:
|
1 |
sed -i 's/textto/replace/g' *.php |
Using sex recursively on multiple files (of the same name) searching through many directories:
|
1 |
find . -name file-name-to-edit.txt -exec sed -i 's|textto|replace|g' {} \; |
These commands can easily be edited to change files of a certain type or only up to a certain amount of directories.
Download the Volume License Key script for Windows XP and extract to c:\.
In a command prompt, replacing ab123-123ab-ab123-123ab-ab123 with your new key, type:
|
1 |
c:\changevlkeysp1.vbs ab123-123ab-ab123-123ab-ab123 |
In command (Run>cmd or Winkey+R>cmd):
|
1 |
set devmgr_show_nonpresent_devices=1 devmgmt.msc |
Open Device Manager and select:
|
1 |
View>Show hidden devices |
Now you can see all devices, including ghost devices.
You can join the gHub DC++ Hub by following the instructions on gHub’s minisite.
Update: Tell them mmde sent you.
System76 and the international Ubuntu teams will send you ‘Powered by Ubuntu” stickers if you send them a self-addressed stamped envelope.
This is my contribution to the LURKMORE Compack. This isn’t a complete list of programs for every application type you can think of, but it’s definitely covering the basics.
* Music Playback – foobar2000 Advanced Audio Player
* Video Playback – Manual install or CCCP Combined Community Codec Pack
* Video Card Tweaking – Sapphire TriXX, MSI Afterburner, ASUS GPU Tweak (worst)
* Image Viewer – Irfanview Windows Graphic Viewer
* Desktop Recorder – BSR Screen Recorder or CamStudio
* Bulk File Renamer – Bulk Rename Utility (BRU)
* Duplicate File Finder – Simple Duplicate Finder (used to be Duplicate File Finder 3.5)
* Search Filesystem for Keywords – File Text Finder or Windows Grep
* Comic Viewer / Reader – CDisplayEx
* Document / File Viewer / Editor – Notepad2 or Notepad++ and Microsoft Office
* PDF Reader / Viewer – Sumatra PDF
* Search – voidtools’ Everything Search Engine
* Recovery File (PAR, PAR2) and Hash File (SFV, MD5) Management – QuickPar
* Quick File Hashing – HashTab
* Archiver (RAR, Zip, 7z, etc) – WinRAR or 7-Zip
* FTP / SFTP / SCP – WinSCP
* FXP – FlashFXP (does anything even support FXP these days?)
* SSH – PuTTY
* Torrents – uTorrent v2.2.1 build 25302
* Newsgroup Downloader – NewsBin Pro
* p2p – ApexDC++
* Remote Desktop Control / VNC – TightVNC / Comparison of remote desktop software
* Hardware Information – CPU-Z
* Graphics (GPU) Information – GPU-Z
* Fan Speed Control – SpeedFan
* Hardware Monitor – SpeedFan, HWMonitor, and GPU-Z
* Website Browser – Opera Web Browser and Microsoft Internet Explorer
* HTTP File Downloader – Opera’s Links panel
* Instant Messaging (MSN, AIM, ICQ, Yahoo, etc) – Pidgin Instant Messenger
* IRC – Mumble, Ventrilo, Skype (worst)
* Disc Drive Emulator – VirtualCloneDrive
* ISO Image Burning – ImgBurn
* ISO Building – ImgBurn
* File Destruction / Real Deletion – Eraser
* File / Hard Drive Encrypting – TrueCrypt
* Startup Manager – Startup Manager
* BSOD Information / Troubleshooting – BlueScreenView
* Hard Disk Drive (HDD) Defrag – MyDefrag Disk Defragmenter
In order to make the titles of your website dynamic all you need to do is use the following code.
|
1 2 3 4 5 6 7 |
<title> <?php $input = array("title 1", "title 2", "title 3", "etc"); $rand_keys = array_rand($input, 1); echo $input[$rand_keys]; ?> </title> |
This will randomly output one of the titles in the array.
I’m annoyed by the minimum donation that the Humble Indie Bundle has implemented for the last few bundles. It’s no longer a donate what you choose method if there’s a minimum donation in order to receive all of the content of the bundle.
Enjoy.
-> Supergiant Games: Bastion
-> Supergiant Games: Bastion Original Soundtrack
-> Amnesia: The Dark Descent
-> Amnesia: The Dark Descent Soundtrack
-> LIMBO
-> LIMBO Soundtrack
-> Psychonauts
-> Psychonauts Soundtrack
-> Superbrothers: Sword & Sworcery EP
-> Superbrothers: Sword & Sworcery EP (Jim Guthrie)
PS: If the HIB administration, or one of the game devs, wants me to remove any of these links, contact info is in the sidebar.
The following is a very simple and straightforward method to force, in Apache, non-WWW domains to WWW. There is also an example of how it would work with HTTPS. These can be used in httpd.conf or in a .htaccess file.
|
1 2 3 |
RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] |
To maintain HTTPS:
|
1 2 3 |
RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] |
By the way, the reverse (WWW to non-WWW) is as simple as this:
|
1 2 3 |
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^ http://yourdomain.com%{REQUEST_URI} [R=301,L] |
Unfortunately, it’s not as simple, though I’m sure someone can provide a better example.