Development

c言語コード:
#include <stdio.h>
#include <string.h>
int c,i,j,k,l,n,a,b,u,min;
int dist,f; ...

Development

pythonコード:
import smtplib
from email.Message import Message
from time import sleep

smtpserver =  ...

Development

asp.netコード:
using System;
using System.Data;
using System.Configuration;
using System.Collections; ...

Development

PHPコード:
class WaterMask{
public $waterType = 1;//ウォーターマーク:0文字、1画像
public $pos = 0;//ウォーターマーク位置
public ...

Development

JavaScriptコード:
var scr = document.createElement(‘script’);
scr.setAttribute(‘src’, &# ...

Development

1.ファイル名:
TheVictim.java

参考コード:
package net.startnews24.demo;

public class TheVictim {
private ...

Development

1.C#コード:

///<summary>
///WinInet.dll wrapper
///</summary>
internal static class Cookie ...

Development

javascriptコード:
//Get current page url using JavaScript
var currentPageUrl = “”;
if (typeof th ...

Development

JavaScriptコード:
(function($) {
var cache = ;
cache.push(cacheImage);
}
}

jQuery.preLoadImage ...

Development

rubyコード:

 

class sannkaku
def initialize(row)
@row = row
end
def sanka(temp)
num ...

Development

javaコード:
hc.getParams().setParameter(
HttpMethodParams.USER_AGENT,
“Mozilla/5.0 (X11; U; Linux i686 ...

Development

phpコード:
$ajax = false;

if(!empty($_SERVER)
&& strtolower($_SERVER) == ‘xmlhttprequestR ...

Development

1.ファイル名
RegularExpression.java

参考コード:
import java.util.regex.Matcher;
import java.util.regex.Patter ...

Development

1.ファイル名
ComputopTest.java

2.参考コード:
package com.javaonly.hmac.test;

import java.io.IOException;

Development

サンプルコード:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <un ...

Development

phpコード:
function age_from_dob($dob){
$dob = strtotime($dob);
$y = date(‘Y’, $dob);
if (($ ...

Development

phpコード:
function video_image($url){
$image_url = parse_url($url);
if($image_url == ‘www.youtube.com ...

Development

javaコード:

import java.util.regex.*;

public class Regex1{
public static void main(String args[]) {