Welcome To Snipplr
Everyone's Recent Snippets Tagged list
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
FIll a List<Character> with ASCII (0-127) characters with a given number of characters.
0
835
posted 11 years ago by borysn
The following code fetches contents of each Title field from the list called "LandingMiddleLinks"
0
1438
posted 11 years ago by rumremix
The nice part about it is that the caption is locked to the image. The figure can be positioned and styled and the caption can be rendered with any affect that can be applied to any other text element.
0
859
posted 11 years ago by COBOLdinosaur
Ektron smartform data contains a xml nodelist which I put in a data table and parse out into an html table
0
1070
posted 11 years ago by dego89
The following code retrieves a list of content based on a taxonomy id. The list is bound to a repeater that display a preview of the content with a quick link to a content page. The content comes in based on the previous taxonomy id but exposes a con...
0
979
posted 11 years ago by dego89
The following codes populate the country list into dropdown box based on browser's languages. The country information is getting from geolocation.com
0
963
posted 11 years ago by Hexahow
This will remove the items in a select box/list box that have been selected.
0
842
posted 11 years ago by j100
U ovoj biblioteci su definirane standardne funkcije za operacije nad listom (FirstL, EndL, NextL, PreviousL, LocateL, InsertL, DeleteL, RetrieveL, DeleteAll i InitL). Te se funkcije pozivaju u glavnom programu po potrebi. Koristi se polje pomoću koj...
0
664
posted 12 years ago by izavrski2
U ovoj biblioteci su definirane standardne funkcije za operacije nad listom (FirstL, EndL, NextL, PreviousL, LocateL, InsertL, DeleteL, RetrieveL, DeleteAll i InitL). Te se funkcije pozivaju u glavnom programu po potrebi. Koriste pokazivaÄi kojima...
0
653
posted 12 years ago by izavrski2
Glavno programsko rješenje zadatka izrade programa za evidenciju životinja u trgovini kućnim ljubimcima.
Fakultet organizacije i informatike Varaždin
Kolegij: Strukture podataka
0
826
posted 12 years ago by milan_pavlovic
Struktura headera za implementaciju liste putem pokazivaÄa, koja se ukljuÄuje unutar glavnog programa
0
654
posted 12 years ago by dpavlovi
Ovo je glavna datoteka main u kojoj se pozivaju funkcije iz biblioteka lista_polje.h i lista_pokazivaci.h za implementaciju liste. Korisnik može odabrati sljedeće opcije: unos nove životinje, ispis životinja prema silaznoj šifri, filtriranje pre...
0
571
posted 12 years ago by msestak2
Although I realize one should be able to filter a store to remove unwanted items in the list, this allows the list items through and just hides them via CSS.
0
837
posted 12 years ago by Winkyboy
The closest to a generic List in javascript.
When calling constructor - new List(Module) - add model in constructor parameter
0
828
posted 12 years ago by mikkeldamm
Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button
1
2573
posted 12 years ago by DNSBL
Choose the 4th list item and change the background color to gray
0
724
posted 12 years ago by epyyjop
Sorts a list by its 'data-' attribute. Customization is very easy.
0
973
posted 12 years ago by inreflection7
This code demonstrates how to concatenate list of strings using lambda expression without need to use a loop.
1
749
posted 12 years ago by Neven
This is a linked list that can be used like an array where instead of using [] after the reference you just used .get() (and some other methods) but now you don't have to worry about sizing.
For example, with an array you would do:
cout <<...
0
901
posted 13 years ago by trusktr
Comment out the SharePoint:SaveButton tag and replace with input tag
0
1380
posted 13 years ago by rumremix
We use lists for all sorts of things, especiall navigation elements for which bullets don't make sense. Often, it is most convenient to remove bullet/list styles from all list elements globally. In fact many css resets do just that. However, there ma...
0
905
posted 13 years ago by rumremix