CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent Snippets
C++
int find_min(node *root)
{
    if(root->left != NULL)
    {
        return find_min(root->left);
    }
    else
    {
        return root->value;
    }
by Matyjasz   Today @ 9:19am
Tags:
2 Views
no comments
 
C++
int find_min(node *root)
{
    if(root->left != NULL)
    {
        return find_min(root->left);
    }
    else
    {
        return root->value;
    }
by Matyjasz   Today @ 9:17am
Tags:
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>
by theplayer232   Today @ 8:57am
Tags:
no comments
 
is the word Garry's Mod catchy huh? isnt it?
by ppp   Today @ 8:54am
Tags:
no comments
 
public String toRegistration() {
        return "register";
    }
    public void toTariffe(){
        redirect("tariffe.xhtml");
    }
    public void toPromozioni(){
        redirect("promozioni.xhtml");
    }
    public void toHelp(){
Today @ 8:08am
Tags:
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
by qawarrior   Today @ 7:42am
10 Views
no comments
 
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FSamsungTurkiye&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80&amp;appId=154581908006640" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
Today @ 7:22am
Tags:
5 Views
no comments
 
https://www.facebook.com/SamsungTurkiye
Today @ 7:21am
Tags:
3 Views
no comments
 
C#
[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))
    {
by serhat morkoç   Today @ 4:54am
Tags:
6 Views
no comments
 
C#
int main()
{
while(menu());
return 0;
}
 
int menu()
{
    int n;
    n=1;
Today @ 3:46am
Tags:
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;
Today @ 3:36am
Tags:
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
Today @ 3:34am
Tags:
3 Views
no comments
 
C++
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
 
typedef struct wezel
{
        struct wezel *next;
        struct wezel *prev;
        int key;
        char prior;
Today @ 3:32am
Tags:
4 Views
no comments
 
C++
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
 
typedef struct wezel
{
        struct wezel *next;
        struct wezel *prev;
        int key;
        char prior;
Today @ 3:16am
Tags:
5 Views
no comments
 
C++
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
 
typedef struct wezel
{
        struct wezel *next;
        struct wezel *prev;
        int key;
        char prior;
Today @ 2:36am
Tags:
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'));
by Batuhan AYDIN   Today @ 1:34am
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'));
by Batuhan AYDIN   Today @ 1:34am
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'));
by Batuhan AYDIN   Today @ 1:34am
4 Views
no comments
 
spotify:user:1230079976:playlist:22cthYMCPtI0GCmWUxa8EK
Yesterday @ 10:31pm
Tags:
5 Views
no comments
 
https://www.vidproxy.com/search.php?get=gbdLCsifELNqt%2FJVSk6WWxYaUCTcNcsukeLSfKQPREErG4wjImz0hVp453bMvmO6syZ2twqnNLDsuZtKuSNyWJ%2FOfcud50%2F2MYx%2FAWZjxpC3kL5%2F2FezK4QbRpPxBirC&sa=69e8a1c4&opt=0&fl=nr
Yesterday @ 7:58pm
Tags:
7 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate