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
814
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
954
posted 10 years ago by my-classes
Implementacija binarnog stabla pomoću funkcija koristeći pokazivaÄe.
0
684
posted 10 years ago by AOT_code
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0
896
posted 11 years ago by naveenrn
http://sortwithprimes.webs.com/
Deeper description on how it works.
0
873
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
804
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
1044
posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0
5848
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
1771
posted 11 years ago by rtperson
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0
548
posted 12 years ago by Dhorvat
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1
762
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
641
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
561
posted 12 years ago by Pvrbek