luni, septembrie 28, 2009

Cum întroducem semnul euro (€) de la claviatura care n-are acest semn

Euro demult a aparut dar pe multe claviaturi asa si nu este acest semn, în continuare va propun o metodă de a întroduce semnul euro, ţineţi butonul ALT apasat si întroduceţi cifrele 0128 de pe butoanele cu cifre din dreapta claviaturii.


ALT+0128

Endava Profile Foto :)

duminică, septembrie 20, 2009

NeoCubul mai ofera posibilitatea sa creezi diferite floricele si fluturasi

Aşa începe distracţia :)



Fluturaşul obţinut din combinaţia de mai sus



După o modificare se obţine aşa un hexagon



La final se primeşte cea mai interesantă figură :B



Detalii despre cum am obţinut figurele vezi aici :D




Azi am creat un Ball :)


Noi figuri obtinute cu NeoCubul :)




vineri, septembrie 18, 2009

joi, septembrie 17, 2009

Simţiţivă util atunci cînd reCAPTCHA va cere sa întroduceţi 2 cuvinte ;)



urmeaza descrierea la cum lucreaza reCAPTCHA:

reCAPTCHA seems like a perfect match for Google: it's a project that generates CAPTCHAs and uses the results to digitize books. "reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. (...) Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one."

http://googlesystem.blogspot.com/2009/09/google-buys-recaptcha.html

duminică, septembrie 13, 2009

Turn a 55-Gallon Drum into a Barbecue [DIY]

Turn a 55-Gallon Drum into a Barbecue [DIY]: "

Your BBQ and grilling exploits don't require a premium barbecue—in fact with a little scavenging you can be sporting a spacious grill for very little cash outlay. Follow this simple tutorial to turn a 55-gallon drum into a grill.

Barbecuing is a forgiving process. You need meat, heat, and a place to combine the two for an extended period of time. A steel 55-gallon drum has a large volume—great for keeping a stable temperature—and a broad cross section for laying out a variety of cuts and burgers.

Johnny Blegs, an industrious tinkerer, put together a tutorial at the DIY site Instructables which takes you from acquiring a drum all the way to putting the finishing touches on your new grill. If you scavenge carefully, as he did, you can get your hands on nearly all the parts for free. Even if you're not as lucky, it's not an expensive project given the size of the grill you end up with. Check out the tutorial for additional photos and tips.

Have experience building grills or outdoor ovens? Share the wealth in the comments below.






"

joi, septembrie 10, 2009

Cum sa importam/exportam un dump la o baza de date in mysql

Pentru import:
# mysql -u user -p pass
# mysql > create database newdb;
# mysql > use newdb;
# mysql > source path_to_sqldump;
# mysql > commit;
# mysql >

Pentru export:

#mysqldump -u root -p databasename > database.sql

marți, august 25, 2009

Cum sa extragem domenul din email in mysql

Presupunem ca avem o tabela Customer cu cimpurile Id, email, ... si dorim sa extragem lista domenelor din emailuri. Mai departe va propun o solutie in mysql:

SELECT substring_index(email,'@',-1) FROM `customer` group by substring_index(email,'@',-1)

Mai jos va propun un script de extragere a domenului de nivelul 1 din email:

SELECT substring_index(email,'.',-1) FROM `cust_live_tbl` group by substring_index(email,'.',-1)

luni, august 03, 2009

Expresii Regulate, Exemple si Unelte

In acest post voi adauga Expresiile Regulate intilnite cu explicatii si exemple

1. Pentru extragerea valorii dintre taguri de ex: <tag>valoare </tag> folositi expresia regulata <tag>(.+?)</tag>

2. Pentru validarea sau extragerea emailurilor in text folositi urmatoarea expresie regulata : \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b

3. Pentru validatea sau extragerea telefoanelor in text folositi urmatoarea expresie:([\d]{1,3})(\-[\d]{1,3}){1,4}([\d]{1,10})

O unealta destul de utila pentru a crea, testa expresiile regulate vedeti pe linkul urmator

http://jakarta.apache.org/oro/demo.html

miercuri, iulie 29, 2009

Rata de participarea la vot a populatiei pe 29 iulie 2009


Ora 21:00, Rata de participare la închiderea secţiilor de votare 55.7%



Ora 18:45, rata de participare de 49.2%



Ora 15:45, rata de participare de 40.1%



Ora 12:45, rata de participare de 30%



Ora 09:45, rata de participare de 10.7%




Diagramele sunt create cu ajutorul Google Chart API

vineri, iulie 24, 2009

Adaugă Libertatea TA pe Imaginea TA !

Libertatea Ta

Pentru a adaugpă panglica "Libertatea Ta" pe imaginele tale intră aici http://www.doni.md/libertatea-ta

De ce ?

Pentru ca imaginile tale pe Facebook, Twitter, odnoklassniki, ... sa fie cu panglica "Libertatea Ta" ;)

Ideia este inspirată de pe siteul http://libertatea-ta.md/

Membri

Comentarii