Format:
Recent Snippets
listBox1.SelectedIndex = listBox1.Items.Count - 1; listBox1.SelectedIndex = -1;
6 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication5 { class Program { static double cells, reprodPower, deathPower; static int reprodTime, lifeTime, obserTime;
7 Views
no comments
O23 - Service: Remote Solver for Flow Simulation 2012 - Mentor Graphics Corporation - C:\Program Files\SolidWorks Corp\SolidWorks Flow Simulation\binCFW\StandAloneSlv.exe
9 Views
no comments
int main() { // Bez polimorfizmu Pojazd jakis_pojazd; Kajak jakis_kajak(10); jakis_pojazd.co_robi(); jakis_kajak.co_robi(); cout << "Bez polimorfizmu:" << endl;
7 Views
no comments
#include <iostream> using namespace std; ///////////////////////////////////////////////////////////// // Klasa bazowa - Pojazd // ///////////////////////////////////////////////////////////// class Pojazd {
7 Views
no comments
#include <iostream> using namespace std; ///////////////////////////////////////////////////////////// // Klasa bazowa - Pojazd // ///////////////////////////////////////////////////////////// class Pojazd {
7 Views
no comments
#include <iostream>
using namespace std;
/////////////////////////////////////////////////////////////
// Klasa bazowa - Pojazd //
/////////////////////////////////////////////////////////////
class Pojazd
{
7 Views
no comments
http://www.wupload.com/file/409527302 http://www.wupload.com/file/409538110 http://www.wupload.com/file/409533457 http://www.wupload.com/file/409533217 http://www.wupload.com/file/409537621
8 Views
no comments
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| ¦Steve Dunstan 2001-2002
| http://e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
8 Views
no comments
## pagrindinis boto kanalas kur bus rasomos paieskos: set kanalas "#gthkur" # nurodyk savo nika set savininkas "app" bind pubm -|- "*jai*1/10*" gth_vyksta
8 Views
no comments
public class Category { private boolean _hasDocuments; private List<Category> _childCategories = new ArrayList<Category>(); private JsonReader _readerCopy; public String Type; public String Name; public Category(JsonReader reader) throws IOException {
9 Views
no comments
int[] numbers = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; var query = numbers.Aggregate((a,b) => a * b); ObjectDumper.Write(query);
8 Views
no comments
class PetOwner { public string Name { get; set; } public List<String> Pets { get; set; } } public static void SelectManyEx1() { PetOwner[] petOwners = { new PetOwner { Name="Higa, Sidney",
8 Views
no comments
class PetOwner { public string Name { get; set; } public List<String> Pets { get; set; } } public static void SelectManyEx1() { PetOwner[] petOwners = { new PetOwner { Name="Higa, Sidney",
7 Views
no comments
Sub WriteHexTo(ByVal writebyte As Byte(), ByVal startoffset As Integer) ' Ici en gros le filePath prend le chemin d'acces de la rom Dim filePath As String = MainForm.OpenFileDialog1.FileName ' Ici ou ouvre le flux de fichier en mode Lecture/Ecriture fs = File.Open(filePath, FileMode.OpenOrCreate, FileAccess.ReadWrite, FileShare.ReadWrite) ' Ici, vu qu'on travail avec le HEX, il faut le BinaryWriter Dim bw As BinaryWriter = New BinaryWriter(fs) ' On se déplace a la position désirer bw.Seek(startoffset, SeekOrigin.Begin) ' on écrit notre flux de byte
10 Views
no comments
Imports System.Text Imports System.Security.Cryptography Public Class Form1 Const FileSplit = " ~FEDERIKO~ " Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then TextBox1.Text = OpenFileDialog1.FileName End If End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
8 Views
no comments
Root | Forum > Üyeler Kullanıcı adı Grup Kayıt Tarihi Mesaj Ana Sayfa Ekle Ara Kalite CrimeX Co (Administrator) 01 Aralik 2006 5309 %100 mub@rek Administrator 26 Eylül 2003 3756 %100 Black-Hacker Komodor 10 Temmuz 2006 385 %100
7 Views
no comments
Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 18:03:21, on 03.02.2012 Platform: Windows 7 SP1 (WinNT 6.00.3505) MSIE: Internet Explorer v8.00 (8.00.7601.17514) Boot mode: Normal Running processes: C:\Program Files (x86)\Windows Live\Messenger\msnmsgr.exe C:\Program Files (x86)\Internet Download Manager\IDMan.exe C:\Program Files (x86)\Kaspersky Lab\Kaspersky Internet Security 2012\avp.exe
14 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
