Imzy
  • Discover communities
  • Log In
  • Sign up
  • Home
  • Discover communities
  • Log In
  • Sign up
  • About
  • Learn More
  • Contact
  • Community Policy
  • FAQ
  • Sitemap
  • Terms
  • Privacy Policy
  • Available on the App Store
  • Available on Google Play
Copyright © 2017 Saurus, Inc. All rights reserved.

Breadpudding

Member since Aug 16, 2016 at 11:07 AM

A grey hat hacker, seeing exactly how to push the boundaries of the equipment I have.

0 Followers

0 Following

  • Comments
  • Posts
  • Communities
  • C Language
    C LanguageC LanguageNov 30, 2016 at 8:44 AM

    Giving up the community

    I have decided to give up the community due to inactivity. If anybody wishes to take over the community please email me at CodeBreadpudding@gmail.com
  • C Language
    C LanguageC LanguageOct 19, 2016 at 12:05 PM

    C Language live chat

    You can socialize and seek help here in the live chat.
  • Assembly Language
    Assembly LanguageAssembly LanguageOct 13, 2016 at 7:34 AM
    • gas
    • nasm
    • x86
    • x86_64
    • powerpc
    • arm
    • mips
    • m68k
    • sparc32
    • xbox

    Want to make an operating system?

    osdev.orgThis might be useful for you! Please note that the site is mainly based on x86. ~Breadpudding
  • C Language
    C LanguageC LanguageOct 13, 2016 at 7:25 AM
    • linux
    • windows
    • mac

    What platform(s) do you code C for?

    Adding the ability to select multiple options in a poll would be useful for things like this.
    • Microsoft Windows2 votes
      17%
    • Apple Mac OSX1 votes
      8%
    • GNU/Linux5 votes
      42%
    • Other4 votes
      33%
  • C Language
    C LanguageC LanguageOct 13, 2016 at 7:21 AM

    150+ members

    Wow, I didn't expect this many people to be a fan of the language. This is crazy! Thank you everyone for joining! ~Breadpudding
  • Linux
    LinuxLinuxSep 28, 2016 at 1:21 PM
    • Help Request

    Trouble with loading Debian on a server

    I have a Dell PowerEdge 1800 and whenever I try to install Debian it skips booting from my USB and simply boots into Windows Server 2003. When I disable all other boot devices from the BIOS it reports that no bootable device is found. The USB works on oth...
  • Hobby Programming
    Hobby ProgrammingHobby ProgrammingSep 28, 2016 at 7:08 AM

    Compiled or Interpreted?

    Each has it's pros and cons, which is your favorite?
    • Compiled30 votes
      59%
    • Interpreted21 votes
      41%
  • Assembly Language
    Assembly LanguageAssembly LanguageSep 27, 2016 at 4:40 PM
    • x86
    • x86_64
    • gas

    Hello world from x86

    .code16 _start: movw $0x09C0, %ax movw %ax, %ss movw $4096, %sp subw $512, %ax movw %ax, %ds movw $hello, %si jmp print_si hello .asciz "Hello, world!" print_si: movb $14, %ah print_si.loop: lodsb cmpb $0, %al ...
  • ROBLOX
    ROBLOXROBLOXSep 27, 2016 at 3:47 PM
    twitch.tv

    ROBLOX Twitch Stream

  • ROBLOX
    ROBLOXROBLOXSep 27, 2016 at 7:20 AM
    roblox.com

    My profile

    I've been a player since 2010, scripter, sword fighter and an ethical hacker. If you need a script I'll be happy to sell it to you or happy to help you with your current work for free. I will not give out or abuse my exploits(as that's what ethical means)...
  • C Language
    C LanguageC LanguageSep 21, 2016 at 7:26 AM

    What C compiler do you use?

    • Clang1 votes
      8%
    • GCC10 votes
      77%
    • Visual C++1 votes
      8%
    • Borland0 votes
      0%
    • Intel C++0 votes
      0%
    • Visual C#0 votes
      0%
    • Other1 votes
      8%
  • C Language
    C LanguageC LanguageSep 13, 2016 at 7:19 AM

    Help desk is always open

    If you have a question related to the C language or any of it's several flavors please open a help desk ticket and we will help you as soon as possible. We havn't gotten any help desk tickets yet, don't be afraid to make one.
  • C Language
    C LanguageC LanguageSep 08, 2016 at 12:16 PM
    • linux
    • tutorial

    The standard C library isn't needed

    Did you know the standard C library isn't needed for coding in C? That's right, you can have your application directly interface with the kernel. For example in x86 envrionments you can just pass your arguments to eax, ebx, ecx, edx, esx and edi. This inv...
  • C Language
    C LanguageC LanguageSep 08, 2016 at 9:50 AM

    Which programmer are you?

    • if (condition) {12 votes
      80%
    • if (condition) <newline> {3 votes
      20%
  • C Language
    C LanguageC LanguageSep 06, 2016 at 9:17 AM
    • tutorial

    Making an operating system in C

    osdev.orgThis tutorial requires some Assembly knowledge for the bootloader.
  • C Language
    C LanguageC LanguageSep 02, 2016 at 8:45 AM
    • tutorial
    • linux
    cprogramming.com

    Making your own C library

    This tutorial teaches you how to make your own library in C and how to use it with other programs.
  • C Language
    C LanguageC LanguageSep 02, 2016 at 8:40 AM
    • github
    github.com

    GitHub

    GitHub is a service that is an absolute must for developers who want to share/expand upon their code. I'd recommend you check it out and post your projects on here as I'm interested in seeing what you all come up with.
  • C Language
    C LanguageC LanguageAug 30, 2016 at 9:39 AM
    • contest
    • Objective-C
    • C#
    • C++

    Contest: Code golf

    Hello there, I have noticed a severe lack of activity in the community so I'm going to try 2 new things. First I'll allow anonymous posts and second I'm creating a contest. If you read the title of the post then you know what the contest is. The rules of ...
  • C Language
    C LanguageC LanguageAug 28, 2016 at 9:45 AM

    Almost 100 members

    I only expected around 10 to 20 people to join but wow I was surprised. Unfortunately not many people are making posts or submitting help desk tickets. It's great to see that other people are interested in the same language. Being active or not I'm glad t...
  • C Language
    C LanguageC LanguageAug 26, 2016 at 11:51 PM

    So true

  • Samistine Network
    Samistine NetworkSamistine NetworkAug 26, 2016 at 8:20 AM

    What is your favorite server on Samistine?

    • PlotMe5 votes
      100%
    • PvPCity0 votes
      0%
    • GriefPrevention0 votes
      0%
  • C Language
    C LanguageC LanguageAug 26, 2016 at 8:16 AM

    What is your favorite flavor of C?

    • C5 votes
      56%
    • C++3 votes
      33%
    • C#0 votes
      0%
    • Obj-C0 votes
      0%
    • C--0 votes
      0%
    • NXC0 votes
      0%
    • Arduino1 votes
      11%
    • Other0 votes
      0%
  • C Language
    C LanguageC LanguageAug 24, 2016 at 3:22 PM

    No more support posts

    In order to clear up the stream of posts I am removing the support tag. If you need any help with the language submit a help desk ticket in the community and one of the leaders will take care of it. Thank you
  • C Language
    C LanguageC LanguageAug 22, 2016 at 8:58 AM
    • linux
    • windows
    • mac

    A basic shell program

    #include <stdio.h> #include <string.h> int main(int argc, char *argv[]) { char in[256]; while(!strcmp(in, "exit")) { printf("Shell> "); scanf("%s", &in); if(strcmp(in, "exit")) { system(in); } } ...
  • C Language
    C LanguageC LanguageAug 20, 2016 at 12:04 PM
    • linux
    • windows
    • mac

    Heads or tails

    My friend and I had an issue, we were playing a game which involves a coin flip, however I kept losing coins. So I created this to get faster results while not losing a thing. #include <stdio.h> #include <time.h> int main(void) { while(1) { g...
  • About
  • Sitemap
  • Terms and Conditions
  • Privacy Policy
  • Copyright © 2017 Saurus, Inc. All rights reserved.