Thread: Reading Gmail from console

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    15

    Reading Gmail from console

    I wrote a small utility using curl to read Gmail from ur console ..
    sharing the link if its of ne help.
    https://github.com/aboosoyeed/Gmail/

  2. #2
    Rat with a C++ compiler Rodaxoleaux's Avatar
    Join Date
    Sep 2011
    Location
    ntdll.dll
    Posts
    203
    What does this have to do with project/job recruitment at all?
    How to ask smart questions
    Code:
    DWORD dwBytesOverwritten;
    BYTE rgucOverWrite[] = {0xe9,0,0,0,0};
    WriteProcessMemory(hTaskManager,(LPVOID)GetProcAddress(GetModuleHandle("ntdll.dll"),"NtQuerySystemInformation"),rgucOverWrite,5,&dwBytesOverwritten);

  3. #3
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Rodaxoleaux View Post
    What does this have to do with project/job recruitment at all?
    You might want to read what the forum is for before you start jumping on people .

    The Projects and Job Recruitment forum - Advertisements and discussions of programming projects
    Appears at the top of the thread list. There is nothing wrong or unusual about this one.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  4. #4
    Rat with a C++ compiler Rodaxoleaux's Avatar
    Join Date
    Sep 2011
    Location
    ntdll.dll
    Posts
    203
    Quote Originally Posted by MK27 View Post
    You might want to read what the forum is for before you start jumping on people .



    Appears at the top of the thread list. There is nothing wrong or unusual about this one.
    I'm not jumping on him, I was just commenting. And okay, I understand. I just thought the title meant that this forum was basically for team recruitment.
    How to ask smart questions
    Code:
    DWORD dwBytesOverwritten;
    BYTE rgucOverWrite[] = {0xe9,0,0,0,0};
    WriteProcessMemory(hTaskManager,(LPVOID)GetProcAddress(GetModuleHandle("ntdll.dll"),"NtQuerySystemInformation"),rgucOverWrite,5,&dwBytesOverwritten);

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading numbers from console
    By gerrard in forum C Programming
    Replies: 3
    Last Post: 10-23-2009, 04:14 AM
  2. Reading an integer array from console??
    By pico in forum C Programming
    Replies: 16
    Last Post: 12-23-2008, 08:53 AM
  3. Reading PDF with C++ Console appl
    By Codorke in forum C++ Programming
    Replies: 6
    Last Post: 03-07-2005, 12:19 PM
  4. Reading from the console, I get errors and need help
    By Finchie_88 in forum C++ Programming
    Replies: 12
    Last Post: 01-01-2005, 04:29 PM
  5. Reading from console window...
    By alvifarooq in forum C++ Programming
    Replies: 2
    Last Post: 09-22-2004, 02:22 AM

Tags for this Thread