I hereby claim:
- I am JubbaSmail on github.
- I am jubba (https://keybase.io/jubba) on keybase.
- I have a public key whose fingerprint is 692B FD0A 0107 9201 BB5B F0ED F048 5366 102B 655D
To claim this, I am signing this object:
| you-have-been-hacked |
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Windows.Forms; | |
| using System.IO; | |
| namespace CopyMyFile | |
| { | |
| static class Program | |
| { | |
| /// <summary> | |
| /// The main entry point for the application. |
| using System; | |
| using System.Windows.Forms; | |
| using System.IO;//Input Output | |
| namespace MyNotepad | |
| { | |
| static class Program | |
| { | |
| /// <summary> | |
| /// The main entry point for the application. |
| using System; | |
| using System.Windows.Forms; | |
| ////////////////////////////// | |
| using System.IO; | |
| namespace List_Directory | |
| { | |
| static class Program | |
| { | |
| /// <summary> |
| import java.util.Scanner; | |
| public class MyProgram { | |
| public static void main(String[] args) { | |
| System.out.println("hello world"); | |
| Scanner input = new Scanner(System.in); | |
| // WIN SOCK - TCP Client example | |
| #include <winsock2.h> | |
| #include <stdio.h> | |
| #if define UNICDOE | |
| #define wsprintf wsprintfW | |
| #else | |
| #define wsprintf wsprintfA | |
| #endif |
| // WIN SOCK - TCP Server sample | |
| #include <winsock2.h> | |
| SOCKET init_tcp() | |
| { | |
| WSADATA wsaData; | |
| //Check if Operating System support WS2_32.LIB | |
| int retval = WSAStartup(0x202, // version number 2.2 | |
| &wsaData // struct contain DLL configuration information | |
| ); |
| #include <windows.h> | |
| int G_counter = 0; | |
| //------------------------------------------- | |
| // A function that represents Thread number 1 | |
| //------------------------------------------- | |
| DWORD WINAPI Thread_no_1(LPVOID lpParam) | |
| { | |
| // Cast the parameter to the correct |
| public class MyProgram { | |
| public static void main(String[] args) { | |
| System.out.println("hello world"); | |
| } | |
| } |