Nice song, beautyful text
Permalink Comments off
Checksum 0.2b – Total Commander
Provides MD5 and SHA1 checksum generator/checker from within Total Commander
packer interface. It is able to generate “.md5″ and “.sha” list files
acceptable by GNU respectively md5sum and sha1sum utilities. There is also
‘virtual’ browser for these list files. You can “enter” into listing as it
were archive, test it and use Lister to see original/computed MD5/SHA1
checksums *BUT* it is only possible if “.md5″ or “.sha” file is stored in
root path of all files listed inside it.
Permalink Comments off
Změníte-li ve slově LÁSKA čtyři písmena a jedno vynecháte, dostanete slovo PIVO.
Permalink Comments off
Permalink Comments off
Ajaxwhois 2.0 – fast domain name search and whois (including domain hacks, selecting prefered extensions, etc.
Permalink Comments off
Instacalc Online Calculator | Instant Results (sharing options, graphs, unit conversion, …)
calcoolate.com: The Coolest Online Calculator
Permalink Comments off
Fauxto… like photo – Photoshop like (but very much lighter) online application for free.
Rsizr is a Flash application that lets you resize JPG, PNG, and GIF images on your computer. With rsizr, in addition to normal image rescaling and cropping, you can also resize images using a new image resizing algorithm called seam carving (a method of image retargeting) that tries to keep intact areas in your image that are richer in detail.
Permalink Comments off
From Microsoft TechEd 2007: Web Development Tools for Internet Explorer:
Fiddler, IE Developer Toolbar, IEWatch, DebugBar, Visual Web Developer Express, Nikhil’s Web Development Helper, AjaxView, Developer Tools on Windows Marketplace
Permalink Comments off
Seriál o údržbě bicyklů na cerveru iVelo: Údržba a domácí servis kol, rady, tipy, návody a postupy jak servisovat jízdní kolo
Permalink Comments off
NEDIS KERR
GM Electronics
GES Electronics (Vinohradská)
Conrad electronics CZ
Conrad electronics DE
Fast Brno Casio
Eurostar
Spáčil elektro
M Shop
ELVO
Omko-satelity,antény
Sapro,prodej elektroniky
Buček elektronické součástky
Web – Obchodní dům
(via obchody)
Permalink Comments off
Conrad.cz » Autotechnika » Adaptéry a zástrčky 12 V: Autoadaptéry, prodlužovačky, zástrčky, vidlice apod.
Automobilové bateriové čidlo MW 728m (Prodlužovačka, do autozapalovače, která při příliš velkém vybíjení baterie, toto čidlo automaticky vypne připojený spotřebič a po obnově normálních napěťových poměrů jej opět zapne. Čidlo tak zabrání velkému vybití baterie. Chrání připojený přístroj před poškozením.)
Permalink Comments off
Loading Gif Generator is able to generate nice animated images, which could be used when waiting for an operations to finish (SlimTimer uses nice ones). There is a great choice of shapes, color, etc.
Permalink Comments off
Znáte Ruby on Rails? (Root.cz) zprávička shrnuje několik odkazů na české návody RoR.
Permalink Comments off
U3-autorun is a full-featured replacement to the cumbersome and proprietary U3 Launchpad included by default on all U3-enabled USB devices. It allows you to control what you execute off of your thumbdrive and allows for auto-eject.
Currently works only for Cruzer devices.
Permalink Comments off
Nahrávání internetových rádií přes WinAmp (eMag.cz) – plug-in StreamRipper.
Permalink Comments off
slayeroffice | Favelet Suite
This is a favelet that combines most of my development favelets. When invoked, a div element will appear in the top left corner of your browser window with a list of all the favelets I’ve included. Simply click the link you want to invoke the favelet. An “info” icon is available to take you to the favelets information page here on slayeroffice.
Included in the suite:
* Color List
* Document Tree Chart*
* HTML Attribute Viewer
* HTTP Header Viewer
* Hidden Field Modifier
* Javascript Object Tree*
* MODIv2
* Mouseover DOM Inspector
* Object Dimensions
* Page Info
* Remove Children
* Resize Fonts
* Ruler**
* Show Source
* Style Sheet Tweak*
* Style Sheet Viewer*
Permalink Comments off
Regular expression for validating crontab records could be like this:
“^([^#\s]+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(.+)$” (the parts are: minute, hour, day, month, weekday, command)
(From here)
Permalink Comments off
“It should be noted that apc_store appears to only store one level deep.” (PHP: apc_store – comments)
Permalink Comments off
Server2Go is a Webserver that runs out of box without any installation. That means it is a webserver that can run directly from cdrom, usb stick or from any folder on harddisk. Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. Server2Go was primary developed for the usage on CD-ROM but there is no problem use it from other drives too. Using a web browser, a user can run php programs as well as view html files on the CD-ROM. He only need to insert a CD with Server2Go under the supported Windows operations systems. The server starts automaticly and opens a browser with the Website of the CD-ROM.
Server2Go was build to replace a tool called WampOnCD that lacks some important features and isnt activly developed.
Server2Go supports PHP5, SQLite and MySQL.
Permalink Comments off
1. Calling the parent’s constructor without knowing its name:
$this->{get_parent_class(__CLASS__)}($arg1, $arg2, ...);
2. Creating an object of different type in a constructor.
Note that you can NOT return an object from a constructor. A constructor can never return a value. However, you can set the value of $this to acheive this.
class A
{
function A()
{
$this = new B();
}
}
(Found in comments in PHP: Constructors – Manual)
Permalink Comments off
Permalink Comments off
Free downloadable programming books:
http://freecomputerbooks.com/
Outstanding site organizing links to many free programming books, tutorials, and lecture notes.
http://www.freetechbooks.com/
Another organized set of links to free programming books.
Other sites for free programming books:
http://www.techtoolblog.com/archives/195-free-online-programming-books
http://www.computer-books.us/
http://www.onlinecomputerbooks.com/
(via blog.pmarca.com: Essential HTML, CSS, Javascript, PHP, and miscellaneous cheatsheets)
Permalink Comments off
UserFriendly SVN (USVN) is based on a web interface and allows you to configure your subversion repositories. This interface allows you to create new projects without the command line interface, this means without a priviliged access on the server. Then USVN will take care of managing the list of users which are authorized to take your source code. This allows you to deleguate the administration of your Subversion repositories.
Permalink Comments off
OpenSearch 1.1 specification.
OpenSearch protocols enables users to add easily search engines into browsers (work in IE7 and Firefox 2.0 until now).
Other info can be found at Creating OpenSearch plugins for Firefox.
Permalink Comments off
Here is the way how to change the Firefox default search engine. When you type non-URL string into the browser address bar, the following setting matters:
about:config
keyword.url = http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=
Permalink Comments off
Permalink Comments off
Cyklotrasy Východní Čechy – Orlické hory – cyklostezky, MTB trasy – relativně dlouhý seznam odkazů na jiné weby, kde jsou popsané různé trasy.
Permalink Comments off
Try This Search On (Greasmonkey userscript) detects when you are searching any website and provides links to do a similar search on several major sites.
Permalink Comments off
Technologie Adidas (Gamisport.cz):
adiPRENE:
Vysoce nárazuvzdorný materiál použitý pro tlumení a ochranu paty při nárazu. adidas zdokonaloval tlumící vlastnosti a životnost adiPRENE po více než deset let, aby zajistil pro patu vynikající nárazuvzdorný materiál. adiPRENE vložka poskytuje obojí, dlouhodobé tlumení i komfort.
TORSION SYSTEM:
Odlehčená klenba dovoluje přední a zadní části nohy pohybovat se nezávisle díky lepší povrchové adaptaci a stabilitě. Léta vývoje a zdokonalování vyústily ve verze TORSION System, které jsou specifické jak pro pohybově náročné, tak i pro méně pohybově náročné sporty. Tyto systémy, specifické dle aktivity, podporují střední část nohy a slouží jako plochy pro rozšířenou kontrolu.
Permalink Comments off
Favicon Gallery: Galleries, link to generator, etc.
Inspire Yourself: 50 Remarkable Favicons | Smashing Magazine
Prestige.WordStudio (collection of inspiring favicons)
Permalink Comments off
CPU-Z is a freeware that gathers information on some of the main devices of your system.
CPU
* Name and number.
* Core stepping and process.
* Package.
* Core voltage.
* Internal and external clocks, clock multiplier.
* Supported instructions sets.
* Cache information.
Mainboard
* Vendor, model and revision.
* BIOS model and date.
* Chipset (northbridge and southbridge) and sensor.
* Graphic interface.
Memory
* Frequency and timings.
* Module(s) specification using SPD (Serial Presence Detect) : vendor, serial number, timings table.
System
* Windows and DirectX version.
Does not need any installation/deinstallation – just unpack/delete the files.
Similar program is HWiNFO32.
Permalink Comments off
There is not only Mailinator.com but also many other similar services for the temporary email:
Permalink Comments off