Format:
Recent snippets matching tags of oop
/*********************************************/ /* This program will ask how many students */ /* are in the class. Based upon your answer */ /* it will then ask what the ages are for */ /* each student. From the answers provided */ /* it will round to the nearest whole number */ /* the average age for the class. */ /*********************************************/ #include <stdio.h> // Allows printf() function #include <math.h> // Allows the roundf function to be used.
28 Views
no comments
@foreach(var pic in Model.stfuGalleryImage.Where( "Visible" ) ) { <figure> <img src="@pic.galleryImage" alt="@pic.galleryImageTitle" data-tags="@pic.galleryImageTags" /> @if ( @pic.galleryImageDescription != "" ) { <figcaption class="opaque">@pic.galleryImageDescription</figcaption> } </figure> } @foreach(var vid in Model.stfuGalleryVideo.Where( "Visible" ) ) { <figure title="@vid.galleryImageTitle" data-tags="@vid.galleryImageTags">
40 Views
2 comments
<?php
class class_mysql{
//Инициализируем переменные
private $mysql_host = "localhost";
private $mysql_login = "qwerty";
private $mysql_passwd = "123456";
private $mysql_database;
private $mysql_connect;
private $sql_error;
108 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace Nixoncorp.LoopPerformance { class Test {
952 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
