How to use Bouncy Castle Lightweight Cryptographic API in NetBeans for J2ME (midlets) projects

The Bouncy Castle Crypto API for Java provides a lightweight cryptography API that works with everything from the J2ME to the JDK 1.6 platform.

The API provides cryptographic functions for Java JDK 1.1 to 1.6 applications and for J2ME (mobile applications) midlets. The API can be downloaded from the Bouncy Castle latest releases page. Read the rest of this entry »

No Comments

Cum sa vezi fisierele, directoarele ascunse si extensiile pentru tipurile cunoscute de fisiere in Windows 7, Vista si XP

In mod implicit, pe sistemele Windows, fisierele şi directoarele sistemului de operare sunt protejate, facandu-le ascunse. Deci, utilizatorii nu pot vedea acest tip de fişiere şi foldere in Windows Explorer atunci când este folosit. Aceasta este o măsură de protecţie împotriva acţiunilor nedorite ca ştergerea, copierea, redenumirea, care ar putea face sistemul de operare instabil sau inoperabil. Read the rest of this entry »

, ,

1 Comment

How to view hidden files, folders and extension for known file types on Windows 7, Vista and XP

By default, on Windows systems, operating system files and folders are protected by making them hidden.  So users can’t see this type of files and folders when Windows explorer is used. This is a protection measure against unwanted actions as delete, copy, rename that could make the operating system unstable or inoperable. Read the rest of this entry »

, ,

1 Comment

Cum sa sterg fisierul Hiberfil.sys si sa activez/dezactivez functia de hibernare in Windows 7, Vista si XP

Hiberfil.sys este un fisier de sistem, ascuns, situat pe drive-ul sistemului de operare (in cele mai multe cazuri, aceasta unitate este C: si pentru a vedea acest fisier aveti nevoie sa stiti Cum se vizualizeaza fisierele,directoarele ascunse si extensia pentru tipurile de fisiere cunoscute in Windows).

Read the rest of this entry »

, ,

No Comments

How to delete Hiberfil.sys file and to enable/disable hibernation on Windows 7, Vista and XP

Hiberfil.sys is a hidden system file located in the root folder of the operating system drive (in most cases, this drive is C: and to see this file you need to know How to view hidden files, folders and extension for known file types on Windows). The Windows creates this file at the system installation and its maximum size is equal to the amount of random access memory (RAM) that is installed on the computer (if you have a computer with 2 GB (GygaBytes) of RAM, the Hiberfil.sys has at most between 1.5 and 2.0 GB)
Read the rest of this entry »

, ,

No Comments

Coduri si Simboluri ASCII + Coduri si Caractere Speciale HTML

Tabelul urmator descrie setul de caractere si simboluri ASCII, coduri si caractere speciale HTML, simboluri ISO 10646, ISO 8879, HTML 4.01 si Latin extins A si B

Read the rest of this entry »

,

1 Comment

ASCII Codes + HTML Codes and Special Characters

The table describes Standard ASCII set, HTML Entity names, ISO 10646, ISO 8879, HTML 4.01 and Latin extended A and B codes and special characters
Read the rest of this entry »

,

2 Comments

How to: Define a Namespace in VB.NET

A namespace designates a collection of programming elements, organized and classed for grouping operations and easy access. At the namespace level, the programming elements include:

  • Classes of objects [...];
  • Structures [...];
  • Modules [...];
  • Interfaces [...];
  • Delegates [...];
  • Enumeration [...];
  • Other namespaces.

Read the rest of this entry »

, , , ,

1 Comment

How to: Define and Use a Structure in VB.NET

The structure is a programming entity similar to classes [...]. The difference is that structures are value types while classes of objects are reference types.
A value type variable is declared and the space according to said data type is allocated at the execution time. Value type variable is destroyed when leaving the block where it has been defined.
Read the rest of this entry »

, , , ,

1 Comment

Librarie de functii si proceduri pentru lucru cu matrici (masive bidimensionale) in limbajul C si C++ – Diferite prelucrari

Functiile de prelucrare in matrice sunt acele functii care fac diferite operatii matematice, operatii de interschimbare, numarare, modificare, stergere, inlocuire asupra elementelor unei matrice modificând-o in cele mai multe cazuri.

Read the rest of this entry »

,

No Comments