TOP NEWS

Welcome to my site... Have a nice day...

Sunday, 2 March 2014

Our Newest Game

If game not showing please try download unity web player.
09:45 Posted by Unknown 0

Sunday, 16 February 2014

[PHP] How generate unique randoms



Hi my friends.

Today i will show u how generate unique random integer on php...

This is oru function to suffle our numbers.. For randomize :)
function UniqueRandom($min$max$leng) {
    
$numbersrange($min$max);
    
shuffle($numbers);
    return 
array_slice($numbers0$leng);
}  
How it use:
<?php
print_rUniqueRandom(0,25,5) );
?>

OutPut:
 Array
(
    [0] => 12
    [1] => 19
    [2] => 5
    [3] => 22
    [4] => 3
) 


And you can use that code like that:
<?php
$numbers=UniqueRandom(0,25,5);
echo numbers[0];
echo $numbers[3];
?>
03:27 Posted by Unknown 0

Friday, 14 February 2014

New technology in classrooms

  With android and other portable device... Technology enter our classrooms... Our child or brother/sister's living with technology in their class.

  In our years no computer or no technology in our classes but now it's sooo different :)

Let's see how it NEW TECHNOLOGY CLASSROOMS AND SCHOOLS...



Laptop's...

Thouchable screen tables...


A little comic's about that :))




13:15 Posted by Unknown 0

Thursday, 13 February 2014

Play Flappy Bird


You can play here Flappy Bird... And write your high score to comment.
12:41 Posted by Unknown 0

5$ VPS 20GB SSD + 512MB Memory + 1TB Bandwidth

Hi!

Look like nice offer;)
DigitalOcean Giving VPS 20GB SSD + 1TB Bandwidth + 512MB Memory...
That's all only 5$..

Near the free..

Get your VPS today.




11:13 Posted by Unknown 0

Tuesday, 11 February 2014

[C#] How make a auto login bot

Hi all!

Today we will make a auto login bot :)

Lets start first open a new project.


Select C# Form Application.
and add Web Browser to your form.
and set WebBrowser Url to = https://www.facebook.com

I added 2 label 2 textbox and a button for login process
u can do it with setting file generate a .txt file and save email and password here and read and login account when form load.



Now: LETS WRITE SOME CODE!!!!!!!!!!!!!!!!!!!! :)))))))))))))))))


double click LOGIN button :) and go button_click event :)
First we need to find textbox id on facebook :D lets hack facebook :P


WOW i hacked facebook :P

anyways email id is "email" that was sooooo different from my imagine :D
and password id is "pass" yeap that was different :D
and Log In button id is "loginbutton" :D


and our code is

            webBrowser1.Document.GetElementById("email").SetAttribute("value", textBox1.Text);
            webBrowser1.Document.GetElementById("pass").SetAttribute("value", textBox2.Text);
            webBrowser1.Document.GetElementById("loginbutton").InvokeMember("click");

and thats all.. We find our Elements with their ID's and we set their values and we invoke button and we are in facebook :D

and lets see how it works :)




 Our codes working fine ;)

ther is my project all codes:http://yadi.sk/d/h-5rrNS8HjNzJ
14:10 Posted by Unknown 0

Thursday, 6 February 2014

MO Youtube Downloader



Hi my friends...
i write a new program with this program you can download youtube videos mp3 or mp4 format.
Mp4 video quality: 360p

Some Screenshoot's:





VirusTotal;
Zip: 0 / 50
Exe: 0 /50

06:07 Posted by Unknown 0

Wednesday, 8 January 2014

[C#] Send file with FTP



Hello!
Today i will publish my ftpfilesender class with you i write this class for my project you can use it everywhere...


Test Program:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace console
{
    class Program
    {
        static void Main(string[] args)
        {
            FtpFileSender FileSender = new FtpFileSender();
            FileSender.setFileName("File.txt");
            FileSender.setUser("ftpuser");
            FileSender.setPass("ftppass");
            FileSender.setServer("ftp://xxx.xxx.xxx.xxx/");
            //FileSender.setServer("ftp://example.com/");
            FileSender.setServerPath("test/");
            //FileSender.setLocalPath("c:/users/");
            Console.WriteLine(FileSender.SendFile());
        }
    }
}
10:49 Posted by Unknown 0

Marriage proposal with a game




No words... Just watch...















A 3D graphicher Robert Fink create a game with his friends for propose his girlfriend..
10:40 Posted by Unknown 0

Sunday, 5 January 2014

How Turn On Your Microwave

I figured out how to turn on my microwave :)

Using PYTHON!!!
09:37 Posted by Unknown 0

Thursday, 2 January 2014

[C#] Generate random matris and sum diagonal's

Hi my friends today i make some friends homework its basic C# application. You can find source code and program below...



Download

/*
*Code Start
*/


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Matris
{
    public partial class Form1 : Form
    {
        //Coded By Kacak41
        //http://www.pcply.org
        //03.01.2014
        int[,] array = new int[5, 5];
        Random rnd1 = new Random();
        int sum = 0;
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            for (int i = 0; i < 5; i++)
            {
                for (int j = 0; j < 5; j++)
                {
                    array[i, j] = rnd1.Next(10);
                    richTextBox1.Text += "   "+ array[i, j] ;
                }
                richTextBox1.Text += "\n";
            }
        }

        private void button1_Click(object sender, EventArgs e)
        {
            for (int i = 0; i < 5; i++)
            {
                for (int j = 0; j < 5; j++)
                {
                    if (i == j)
                    {
                        sum += array[i, j];
                    }
                    else if (i + j == 4)
                    {
                        sum += array[i, j];
                    }
                }
                richTextBox1.Text += "\n";
            }
            label1.Text = "Sum:" + sum;
        }
    }
}

/*
*Code End
*/
17:32 Posted by Kacak41 0

Some good laptop under $300 (Chromebook's)




They have Google Chrome OS and they are Chromebook's ;)
if u searching cheap and good laptop you can try this laptop's..

Samsung Chromebook (Wi-Fi, 11.6-Inch)

 - $230 - $449 

Key Features
Display [?]:11.6 in. LED HD
Hard Drive [?]:16GB
Installed Memory [?]:2 GB DDR3 SDRAM
Operating System [?]:Google Chrome
Processor [?]:Exynos 5 Dual 1.7GHz
Laptop Type:Ultraportable Laptop
Processor
Processor Manufacturer:Samsung
Processor Speed [?]:1.7 GHz
Processor Type [?]:Samsung Exynos 5 Dual
Memory
Installed Cache Memory:1024.0 KB
Installed RAM [?]:2048.0 MB
RAM Technology:DDR3 SDRAM
Hard Drive
Hard Drive Capacity [?]:16.0 GB
Display
Display Max. Resolution:1366 x 768
Display Size [?]:11.6 in.
Display Tech:HD LED
Audio
Audio Output Type:Headphones, Speaker(s)
Operating System
Operating System [?]:Chrome OS
Technical Features
Expansion Ports [?]:1 x USB 2.0, VGA out, HDMI, 1 x USB 3.0
Input Method [?]:Keyboard, Touchpad
Special Features [?]:Web Cam, 3W Stereo Speaker
Networking
Data Link Protocol:IEEE 802.11a, IEEE 802.11b, IEEE 802.11g, IEEE 802.11n
Networking Type [?]:WiFi
Battery
Battery Run Time:6.3 Hours
Battery Technology:Lithium Polymer
Dimensions
Depth:8.09 in.
Height [?]:1.8 in.
Weight [?]:2.43 lb.
Width:11.4 in.


Acer C710-2487 11.6-Inch Chromebook

 - $260 - $328

Key Features
Display [?]:11.6 in. HD LED
Hard Drive [?]:320 GB Serial ATA, 5400 RPM
Installed Memory [?]:4 GB (DDR3 SDRAM)
Operating System [?]:Google Chrome
Processor [?]:Celeron 1.1 GHz
Laptop Type:Ultraportable Laptop
Processor
Processor Manufacturer:Intel
Processor Number:847
Processor Speed [?]:1.1 GHz
Processor Type [?]:Intel Celeron
Memory
Installed Cache Memory:2048.0 KB
Installed RAM [?]:4096.0 MB
RAM Technology:DDR3 SDRAM
Hard Drive
Hard Drive Capacity [?]:320.0 GB
Hard Drive Rotation Speed:5400.0 RPM
Storage Controller Type:Serial ATA
Display
Display Max. Resolution:1366 x 768
Display Size [?]:11.6 in.
Display Tech:HD LED
Video
Graphic Processor [?]:Intel HD
Installed Video Memory:128.0 MB
Audio
Audio Output Type:Sound card, Speaker(s)
Operating System
Operating System [?]:Chrome OS
Technical Features
Expansion Ports [?]:3 x USB 2.0, VGA out, HDMI
Input Method [?]:Keyboard, Touchpad
Networking
Data Link Protocol:Ethernet, Fast Ethernet, Hi-Speed USB, IEEE 802.11b, IEEE 802.11g, IEEE 802.11n
Networking Type [?]:Integrated Wireless LAN
Battery
Battery Run Time:4.0 Hours
Battery Technology:Lithium Ion
Dimensions
Depth:7.95 in.
Height [?]:2.8 in.
Weight [?]:1383.46 lb.
Width:11.22 in.


HP Pavilion Chromebook 14-c010us 14-Inch

 - $286
Key Features
Display [?]:14 in. LED backlight
Hard Drive [?]:16 GB SSD
Installed Memory [?]:2 GB (DDR3 SDRAM)
Operating System [?]:Google Chrome OS
Processor [?]:Celeron 847 Dual-Core 1.1 GHz
Laptop Type:Chromebook
Use [?]:Home Use
Processor
Processor Manufacturer:Intel
Processor Speed [?]:1.1 GHz
Processor Type [?]:Intel Celeron 847
Memory
Installed RAM [?]:2048.0 MB
Hard Drive
Hard Drive Capacity [?]:16.0 GB
Storage Controller Type:SSD
Display
Display Max. Resolution:1366 x 768
Display Size [?]:14.0 in.
Video
Graphic Processor [?]:Intel HD Graphics
Operating System
Operating System [?]:Google Chrome OS
Platform [?]:PC
Technical Features
Expandability [?]:1 x MMC Card Slot
Input Method [?]:Keyboard, Touchpad
Special Features [?]:Web Cam
Networking
Networking Type [?]:Bluetooth, WiFi
Battery
Battery Run Time:4.25 Hours
13:56 Posted by Kacak41 0