Format:
Recent Snippets
int find_min(node *root) { if(root->left != NULL) { return find_min(root->left); } else { return root->value; }
2 Views
no comments
int find_min(node *root) { if(root->left != NULL) { return find_min(root->left); } else { return root->value; }
2 Views
no comments
<html><head><meta http-equiv="Content-Type" content="text/html; charset=english"><title>HELLO!</title></head><bady><hr size=5><font color="red"><p align="center">Welcome to http://www.worm.com !<br><br>Hacked By Chinese!</font></head></hr></html>
no comments
public String toRegistration() { return "register"; } public void toTariffe(){ redirect("tariffe.xhtml"); } public void toPromozioni(){ redirect("promozioni.xhtml"); } public void toHelp(){
4 Views
no comments
<# .COMPONENT NUPosh .SYNOPSIS Test if an Assembly (.dll) is already loaded. .DESCRIPTION Test if an Assembly of the same name is already loaded in the current runspace. Using the -PasThru parameter will return the AssemblyInfo object along with the boolean. .PARAMETER Name
10 Views
no comments
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FSamsungTurkiye&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80&appId=154581908006640" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
5 Views
no comments
[WebMethod] public List<Product> getProducts() { int sayacEx = 1; List<Product> lst = new List<Product>(); DateTime baslangic = DateTime.Now; foreach (var i in db.KMC_Products.ToList().Take(50000)) {
6 Views
no comments
<?php function _siftmail_mongo_list($server, $db, $collection) { try { $conn = new Mongo($server); $_db = $conn->{$db}; $collection = $_db->{$collection}; $criteria = NULL;
4 Views
no comments
function _siftmail_mongo_list($server, $db, $collection) {
try {
$conn = new Mongo($server);
$_db = $conn->{$db};
$collection = $_db->{$collection};
$criteria = NULL;
$default_page_size = 50;
// @todo: set max page size
3 Views
no comments
#include <stdio.h> #include <conio.h> #include <stdlib.h> typedef struct wezel { struct wezel *next; struct wezel *prev; int key; char prior;
4 Views
no comments
#include <stdio.h> #include <conio.h> #include <stdlib.h> typedef struct wezel { struct wezel *next; struct wezel *prev; int key; char prior;
5 Views
no comments
#include <stdio.h> #include <conio.h> #include <stdlib.h> typedef struct wezel { struct wezel *next; struct wezel *prev; int key; char prior;
5 Views
no comments
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Örnek Uygulama</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(function(){
$('#menu ul li a').click(function(){
history.pushState('', $(this).text(), $(this).attr('href'));
7 Views
no comments
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Örnek Uygulama</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(function(){
$('#menu ul li a').click(function(){
history.pushState('', $(this).text(), $(this).attr('href'));
5 Views
no comments
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>Örnek Uygulama</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(function(){
$('#menu ul li a').click(function(){
history.pushState('', $(this).text(), $(this).attr('href'));
4 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
