Welcome To Snipplr
Everyone's Recent C++ Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0
807
posted 10 years ago by slvakumr
A pretty simple example, that always replies 'Hello World!!' to the browser. The raw ROUTER socket is listening on tcp port 8080, so any browser that sends a request on port 8080 of localhost, will get back the response. The internal NanoMsg communic...
0
950
posted 10 years ago by my-classes
Implementacija binarnog stabla pomoću funkcija koristeći pokazivaÄe.
0
681
posted 10 years ago by AOT_code
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0
890
posted 11 years ago by naveenrn
http://sortwithprimes.webs.com/
Deeper description on how it works.
0
867
posted 11 years ago by Henkish_92
This piece of code is aimed to encrypt passwords, but this time it won't return a single character array, but a constantly-changing matrix which contains the password.
0
801
posted 11 years ago by eiger824
This is the second and last part of the encryption algorithm that I uploaded last week. It's the other-way-round program: it decrypts a password typed by user.
0
1039
posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0
5839
posted 11 years ago by eiger824
Really DP-lite. Memoize the solution for a recursive problem so it can be looked up on subsequent iterations.
0
1766
posted 11 years ago by rtperson
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0
542
posted 12 years ago by Dhorvat
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1
760
posted 12 years ago by ivadobrincic1
Ovo je moja lista polja koju sam koristio u svom glavnom programu koja je implementirana kao lista pomoću polja
0
638
posted 12 years ago by Pvrbek
Ovaj program služi za evidenciju životinja (Å¡ifra životinja,vrsta,naziv,cijenu i datum dostave).Program je implementiran pomoću lista s pomoću pokazivaÄa i pomoÄu polja koje smo stavili kao dvije razliÄite datoteke zaglavlja s pomoću kojih...
0
558
posted 12 years ago by Pvrbek